
Time bar (total: 11.9s)
| 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 |
| 50% | 49.9% | 49.9% | 0.2% | 0% | 0% | 0% | 3 |
| 50% | 49.9% | 49.9% | 0.2% | 0% | 0% | 0% | 4 |
| 50% | 49.9% | 49.9% | 0.2% | 0% | 0% | 0% | 5 |
| 50% | 49.9% | 49.9% | 0.2% | 0% | 0% | 0% | 6 |
| 75% | 74.9% | 25% | 0.2% | 0% | 0% | 0% | 7 |
| 75% | 74.9% | 25% | 0.2% | 0% | 0% | 0% | 8 |
| 75% | 74.9% | 25% | 0.2% | 0% | 0% | 0% | 9 |
| 75% | 74.9% | 25% | 0.2% | 0% | 0% | 0% | 10 |
| 87.5% | 87.3% | 12.5% | 0.2% | 0% | 0% | 0% | 11 |
| 87.5% | 87.3% | 12.5% | 0.2% | 0% | 0% | 0% | 12 |
Compiled 20 to 13 computations (35% saved)
ival-sub: 38.0ms (55.7% of total)ival-mult: 13.0ms (19.1% of total)ival-tanh: 8.0ms (11.7% of total)ival-div: 6.0ms (8.8% of total)ival-add: 4.0ms (5.9% of total)const: 1.0ms (1.5% of total)backward-pass: 0.0ms (0% of total)| 1.2s | 8020× | 0 | valid |
| 45.0ms | 236× | 1 | valid |
ival-tanh: 348.0ms (43.1% of total)ival-mult: 182.0ms (22.5% of total)ival-div: 174.0ms (21.5% of total)ival-sub: 47.0ms (5.8% of total)ival-add: 43.0ms (5.3% of total)const: 7.0ms (0.9% of total)backward-pass: 7.0ms (0.9% of total)| 2× | egg-herbie |
| 3416× | +-lowering-+.f64 |
| 3416× | +-lowering-+.f32 |
| 3180× | *-lowering-*.f32 |
| 3180× | *-lowering-*.f64 |
| 1862× | sum4-define |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 78 | 238 |
| 1 | 406 | 223 |
| 2 | 1245 | 210 |
| 3 | 5327 | 210 |
| 0 | 12 | 15 |
| 1 | 54 | 14 |
| 2 | 162 | 14 |
| 3 | 443 | 14 |
| 4 | 1775 | 14 |
| 0 | 8983 | 14 |
| 1× | iter limit |
| 1× | node limit |
| 1× | node limit |
| Inputs |
|---|
(+ x (* (* y z) (- (tanh (/ t y)) (tanh (/ x y))))) |
| Outputs |
|---|
(+ x (* (* y z) (- (tanh (/ t y)) (tanh (/ x y))))) |
(+.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) |
| Inputs |
|---|
(+ x (* (* y z) (- (tanh (/ t y)) (tanh (/ x y))))) |
(+ (neg x) (* (* y z) (- (tanh (/ t y)) (tanh (/ (neg x) y))))) |
(+ x (* (* (neg y) z) (- (tanh (/ t (neg y))) (tanh (/ x (neg y)))))) |
(+ x (* (* y (neg z)) (- (tanh (/ t y)) (tanh (/ x y))))) |
(+ x (* (* y z) (- (tanh (/ (neg t) y)) (tanh (/ x y))))) |
(neg (+ (neg x) (* (* y z) (- (tanh (/ t y)) (tanh (/ (neg x) y)))))) |
(neg (+ x (* (* (neg y) z) (- (tanh (/ t (neg y))) (tanh (/ x (neg y))))))) |
(neg (+ x (* (* y (neg z)) (- (tanh (/ t y)) (tanh (/ x y)))))) |
(neg (+ x (* (* y z) (- (tanh (/ (neg t) y)) (tanh (/ x y)))))) |
(+ y (* (* x z) (- (tanh (/ t x)) (tanh (/ y x))))) |
(+ z (* (* y x) (- (tanh (/ t y)) (tanh (/ z y))))) |
(+ t (* (* y z) (- (tanh (/ x y)) (tanh (/ t y))))) |
(+ x (* (* z y) (- (tanh (/ t z)) (tanh (/ x z))))) |
(+ x (* (* t z) (- (tanh (/ y t)) (tanh (/ x t))))) |
(+ x (* (* y t) (- (tanh (/ z y)) (tanh (/ x y))))) |
| Outputs |
|---|
(+ x (* (* y z) (- (tanh (/ t y)) (tanh (/ x y))))) |
(fma y (* z (- (tanh (/ t y)) (tanh (/ x y)))) x) |
(+ (neg x) (* (* y z) (- (tanh (/ t y)) (tanh (/ (neg x) y))))) |
(fmsub (* y z) (+ (tanh (/ t y)) (tanh (/ x y))) x) |
(+ x (* (* (neg y) z) (- (tanh (/ t (neg y))) (tanh (/ x (neg y)))))) |
(fma y (* z (- (tanh (/ t y)) (tanh (/ x y)))) x) |
(+ x (* (* y (neg z)) (- (tanh (/ t y)) (tanh (/ x y))))) |
(fma y (* z (- (tanh (/ x y)) (tanh (/ t y)))) x) |
(+ x (* (* y z) (- (tanh (/ (neg t) y)) (tanh (/ x y))))) |
(fnmadd y (* z (+ (tanh (/ t y)) (tanh (/ x y)))) x) |
(neg (+ (neg x) (* (* y z) (- (tanh (/ t y)) (tanh (/ (neg x) y)))))) |
(fnmadd y (* z (+ (tanh (/ t y)) (tanh (/ x y)))) x) |
(neg (+ x (* (* (neg y) z) (- (tanh (/ t (neg y))) (tanh (/ x (neg y))))))) |
(fnmsub y (* z (- (tanh (/ t y)) (tanh (/ x y)))) x) |
(neg (+ x (* (* y (neg z)) (- (tanh (/ t y)) (tanh (/ x y)))))) |
(fnmsub y (* z (- (tanh (/ x y)) (tanh (/ t y)))) x) |
(neg (+ x (* (* y z) (- (tanh (/ (neg t) y)) (tanh (/ x y)))))) |
(fmsub (* y z) (+ (tanh (/ t y)) (tanh (/ x y))) x) |
(+ y (* (* x z) (- (tanh (/ t x)) (tanh (/ y x))))) |
(fma x (* z (- (tanh (/ t x)) (tanh (/ y x)))) y) |
(+ z (* (* y x) (- (tanh (/ t y)) (tanh (/ z y))))) |
(fma y (* x (- (tanh (/ t y)) (tanh (/ z y)))) z) |
(+ t (* (* y z) (- (tanh (/ x y)) (tanh (/ t y))))) |
(fma y (* z (- (tanh (/ x y)) (tanh (/ t y)))) t) |
(+ x (* (* z y) (- (tanh (/ t z)) (tanh (/ x z))))) |
(fma z (* y (- (tanh (/ t z)) (tanh (/ x z)))) x) |
(+ x (* (* t z) (- (tanh (/ y t)) (tanh (/ x t))))) |
(fma (* z t) (- (tanh (/ y t)) (tanh (/ x t))) x) |
(+ x (* (* y t) (- (tanh (/ z y)) (tanh (/ x y))))) |
(fma y (* t (- (tanh (/ z y)) (tanh (/ x y)))) x) |
(abs y)
| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 29 | 0 | - | 2 | (-8.414268298374868e-235 6.778482827822451e+87 -1.869224222183764e-85 -1.6464450880563438e-302) | (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) |
| 0 | 0 | - | 0 | - | x |
| 0 | 0 | - | 0 | - | (*.f64 y z) |
| 0 | 0 | - | 0 | - | (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) |
| 0 | 0 | - | 0 | - | y |
| 0 | 0 | - | 0 | - | (tanh.f64 (/.f64 t y)) |
| 0 | 0 | - | 0 | - | z |
| 0 | 0 | - | 0 | - | (tanh.f64 (/.f64 x y)) |
| 0 | 0 | - | 0 | - | (+.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) |
| 0 | 0 | - | 0 | - | t |
| 0 | 0 | - | 0 | - | (/.f64 t y) |
| 0 | 0 | - | 0 | - | (/.f64 x y) |
| 67.0ms | 418× | 0 | valid |
| 34.0ms | 88× | 2 | valid |
| 2.0ms | 4× | 3 | valid |
| 1.0ms | 2× | 1 | valid |
Compiled 145 to 38 computations (73.8% saved)
ival-mult: 22.0ms (35.8% of total)ival-add: 12.0ms (19.5% of total)ival-div: 11.0ms (17.9% of total)ival-tanh: 8.0ms (13% of total)backward-pass: 4.0ms (6.5% of total)ival-sub: 4.0ms (6.5% of total)const: 1.0ms (1.6% of total)Compiled 19 to 12 computations (36.8% saved)
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 90.7% | (+.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) |
Compiled 19 to 12 computations (36.8% saved)
| 1× | egg-herbie |
Found 4 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) |
| ✓ | cost-diff | 0 | (*.f64 y z) |
| ✓ | cost-diff | 0 | (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) |
| ✓ | cost-diff | 0 | (+.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) |
| 3416× | +-lowering-+.f64 |
| 3416× | +-lowering-+.f32 |
| 3180× | *-lowering-*.f32 |
| 3180× | *-lowering-*.f64 |
| 1862× | sum4-define |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 12 | 58 |
| 1 | 54 | 57 |
| 2 | 162 | 57 |
| 3 | 443 | 57 |
| 4 | 1775 | 57 |
| 0 | 8983 | 57 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ x (* (* y z) (- (tanh (/ t y)) (tanh (/ x y))))) |
x |
(* (* y z) (- (tanh (/ t y)) (tanh (/ x y)))) |
(* y z) |
y |
z |
(- (tanh (/ t y)) (tanh (/ x y))) |
(tanh (/ t y)) |
(/ t y) |
t |
(tanh (/ x y)) |
(/ x y) |
| Outputs |
|---|
(+ x (* (* y z) (- (tanh (/ t y)) (tanh (/ x y))))) |
(+.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) |
x |
(* (* y z) (- (tanh (/ t y)) (tanh (/ x y)))) |
(*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) |
(* y z) |
(*.f64 y z) |
y |
z |
(- (tanh (/ t y)) (tanh (/ x y))) |
(-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) |
(tanh (/ t y)) |
(tanh.f64 (/.f64 t y)) |
(/ t y) |
(/.f64 t y) |
t |
(tanh (/ x y)) |
(tanh.f64 (/.f64 x y)) |
(/ x y) |
(/.f64 x y) |
Found 4 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (tanh.f64 (/.f64 t y)) |
| ✓ | accuracy | 100.0% | (tanh.f64 (/.f64 x y)) |
| ✓ | accuracy | 100.0% | (+.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) |
| ✓ | accuracy | 89.6% | (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) |
| 27.0ms | 209× | 0 | valid |
| 16.0ms | 44× | 2 | valid |
| 1.0ms | 2× | 3 | valid |
| 0.0ms | 1× | 1 | valid |
Compiled 63 to 13 computations (79.4% saved)
ival-div: 6.0ms (29.6% of total)ival-mult: 5.0ms (24.6% of total)ival-tanh: 4.0ms (19.7% of total)backward-pass: 2.0ms (9.9% of total)ival-sub: 2.0ms (9.9% of total)ival-add: 2.0ms (9.9% of total)const: 0.0ms (0% of total)| Inputs |
|---|
#<alt (+ x (* (* y z) (- (tanh (/ t y)) (tanh (/ x y)))))> |
#<alt (* (* y z) (- (tanh (/ t y)) (tanh (/ x y))))> |
#<alt (* y z)> |
#<alt (- (tanh (/ t y)) (tanh (/ x y)))> |
#<alt (tanh (/ x y))> |
#<alt (tanh (/ t y))> |
| Outputs |
|---|
#<alt (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))> |
#<alt (+ (* x (+ 1 (* -1 z))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))))))> |
#<alt (+ (* x (+ 1 (+ (* -1 z) (* 1/3 (/ (* (pow x 2) z) (pow y 2)))))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))))))> |
#<alt (+ (* x (+ 1 (+ (* -1 z) (* (pow x 2) (+ (* -2/15 (/ (* (pow x 2) z) (pow y 4))) (* 1/3 (/ z (pow y 2)))))))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))))))> |
#<alt x> |
#<alt (* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x)))> |
#<alt (* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x)))> |
#<alt (* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x)))> |
#<alt x> |
#<alt (* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x)) 1)))> |
#<alt (* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x)) 1)))> |
#<alt (* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x)) 1)))> |
#<alt x> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (+ (* z (- t x)) (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y)))> |
#<alt (+ x (+ (* z (- t x)) (+ (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y) (/ (* z (- (+ (* 1/2 (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3))))) (* 1/2 (pow x 3))) (+ (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))) (* 1/2 (pow t 3))))) (pow y 2)))))> |
#<alt (+ x (+ (* z (- t x)) (+ (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y) (+ (/ (* z (- (+ (* -1/2 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3))))) (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (* 1/2 (+ (* -1 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/6 (pow t 3)))))) (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (* 1/12 (pow t 4)))))))) (+ (* -1/2 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (* -1/2 (pow t 3))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (* 1/2 (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4)))))))))) (pow y 3)) (/ (* z (- (+ (* 1/2 (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3))))) (* 1/2 (pow x 3))) (+ (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))) (* 1/2 (pow t 3))))) (pow y 2))))))> |
#<alt (+ x (* -1 (* z (- (* -1 t) (* -1 x)))))> |
#<alt (+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y)))> |
#<alt (+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* -1 (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))))) (/ (* z (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))) y)) y))))> |
#<alt (+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* -1 (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))))) (* -1 (/ (+ (* -1 (* z (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))) (/ (* z (- (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (+ (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))) (* 1/2 (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (+ (* 1/12 (pow t 4)) (* t (+ (* -1/6 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (+ (* 1/2 (* t (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))) (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))))))) y)) y))) y))))> |
#<alt x> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ x z)))> |
#<alt (* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ x z)))> |
#<alt (* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ x z)))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) (* -1 (/ x z)))))> |
#<alt (* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) (* -1 (/ x z)))))> |
#<alt (* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) (* -1 (/ x z)))))> |
#<alt (+ x (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (+ x (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (+ (* t (+ z (* -1/3 (/ (* (pow t 2) z) (pow y 2))))) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (+ (* t (+ z (* (pow t 2) (+ (* -1/3 (/ z (pow y 2))) (* 2/15 (/ (* (pow t 2) z) (pow y 4))))))) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* z (- t x))> |
#<alt (+ (* z (- t x)) (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y))> |
#<alt (+ (* z (- t x)) (+ (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y) (/ (* z (- (+ (* 1/2 (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3))))) (* 1/2 (pow x 3))) (+ (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))) (* 1/2 (pow t 3))))) (pow y 2))))> |
#<alt (+ (* z (- t x)) (+ (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y) (+ (/ (* z (- (+ (* -1/2 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3))))) (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (* 1/2 (+ (* -1 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/6 (pow t 3)))))) (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (* 1/12 (pow t 4)))))))) (+ (* -1/2 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (* -1/2 (pow t 3))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (* 1/2 (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4)))))))))) (pow y 3)) (/ (* z (- (+ (* 1/2 (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3))))) (* 1/2 (pow x 3))) (+ (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))) (* 1/2 (pow t 3))))) (pow y 2)))))> |
#<alt (* -1 (* z (- (* -1 t) (* -1 x))))> |
#<alt (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y))> |
#<alt (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* -1 (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))))) (/ (* z (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))) y)) y)))> |
#<alt (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* -1 (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))))) (* -1 (/ (+ (* -1 (* z (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))) (/ (* z (- (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (+ (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))) (* 1/2 (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (+ (* 1/12 (pow t 4)) (* t (+ (* -1/6 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (+ (* 1/2 (* t (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))) (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))))))) y)) y))) y)))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (+ (* t (+ z (* -1/3 (/ (* (pow t 2) z) (pow y 2))))) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (+ (* t (+ z (* (pow t 2) (+ (* -1/3 (/ z (pow y 2))) (* 2/15 (/ (* (pow t 2) z) (pow y 4))))))) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))> |
#<alt (+ (* -1 (* x z)) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))))))> |
#<alt (+ (* x (+ (* -1 z) (* 1/3 (/ (* (pow x 2) z) (pow y 2))))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))))))> |
#<alt (+ (* x (+ (* -1 z) (* (pow x 2) (+ (* -2/15 (/ (* (pow x 2) z) (pow y 4))) (* 1/3 (/ z (pow y 2))))))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))> |
#<alt (- (+ (* t (+ (* -1/3 (/ (pow t 2) (pow y 3))) (/ 1 y))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))> |
#<alt (- (+ (* t (+ (* (pow t 2) (- (* 2/15 (/ (pow t 2) (pow y 5))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (/ (- t x) y)> |
#<alt (/ (- (+ t (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y))) (+ x (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)))) y)> |
#<alt (/ (- (+ t (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3)))) (pow y 2))) (+ (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y)) (* 1/2 (/ (pow x 3) (pow y 2)))))) (+ x (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (+ (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)) (* 1/2 (/ (pow t 3) (pow y 2))))))) y)> |
#<alt (/ (- (+ t (+ (* -1/2 (/ (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3)))) (pow y 3))) (+ (* 1/4 (/ (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/6 (pow t 3)))))) (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (* 1/12 (pow t 4))))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3)))) (pow y 2))) (+ (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y)) (* 1/2 (/ (pow x 3) (pow y 2))))))))) (+ x (+ (* -1/2 (/ (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (* -1/2 (pow t 3)))) (pow y 3))) (+ (* 1/4 (/ (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4))))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (+ (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)) (* 1/2 (/ (pow t 3) (pow y 2)))))))))) y)> |
#<alt (* -1 (/ (- (* -1 t) (* -1 x)) y))> |
#<alt (* -1 (/ (- (+ (* -1 t) (* -1 (/ (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) (* -1 x)) y))> |
#<alt (* -1 (/ (- (+ (* -1 t) (* -1 (/ (- (+ (* -1 (/ (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))) y)) (* 1/2 (+ (* -1 (pow t 2)) (pow t 2)))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) (* -1 x)) y))> |
#<alt (* -1 (/ (- (+ (* -1 t) (* -1 (/ (- (+ (* -1 (/ (- (+ (* -1 (/ (- (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (+ (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))) (* 1/2 (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (+ (* 1/12 (pow t 4)) (* t (+ (* -1/6 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (+ (* 1/2 (* t (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))) (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))))))) y)) (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))) y)) (* 1/2 (+ (* -1 (pow t 2)) (pow t 2)))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) (* -1 x)) y))> |
#<alt (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))> |
#<alt (- (+ (* -1 (/ x y)) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))> |
#<alt (- (+ (* x (- (* 1/3 (/ (pow x 2) (pow y 3))) (/ 1 y))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))> |
#<alt (- (+ (* x (- (* (pow x 2) (+ (* -2/15 (/ (pow x 2) (pow y 5))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (/ x y)> |
#<alt (* x (+ (* -1/3 (/ (pow x 2) (pow y 3))) (/ 1 y)))> |
#<alt (* x (+ (* (pow x 2) (- (* 2/15 (/ (pow x 2) (pow y 5))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y)))> |
#<alt (* x (+ (* (pow x 2) (- (* (pow x 2) (+ (* -17/315 (/ (pow x 2) (pow y 7))) (* 2/15 (/ 1 (pow y 5))))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y)))> |
#<alt (/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))> |
#<alt (/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))> |
#<alt (/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))> |
#<alt (/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))> |
#<alt (/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))> |
#<alt (/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))> |
#<alt (/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))> |
#<alt (/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))> |
#<alt (/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))> |
#<alt (/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))> |
#<alt (/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))> |
#<alt (/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))> |
#<alt (/ x y)> |
#<alt (/ (+ x (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))) y)> |
#<alt (/ (- (+ x (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)))) (* 1/2 (/ (pow x 3) (pow y 2)))) y)> |
#<alt (/ (- (+ x (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4))))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))))) (+ (* -1/2 (/ (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3)))) (pow y 3))) (+ (* 1/4 (/ (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2))) (pow y 3))) (* 1/2 (/ (pow x 3) (pow y 2)))))) y)> |
#<alt (/ x y)> |
#<alt (* -1 (/ (+ (* -1 x) (* -1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))) y))> |
#<alt (* -1 (/ (+ (* -1 x) (* -1 (/ (+ (* -1 (/ (- (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))) (* -1/2 (pow x 3))) y)) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) y))> |
#<alt (* -1 (/ (+ (* -1 x) (* -1 (/ (+ (* -1 (/ (- (+ (* -1 (/ (- (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))) (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))) y)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))) (* -1/2 (pow x 3))) y)) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) y))> |
#<alt (/ t y)> |
#<alt (* t (+ (* -1/3 (/ (pow t 2) (pow y 3))) (/ 1 y)))> |
#<alt (* t (+ (* (pow t 2) (- (* 2/15 (/ (pow t 2) (pow y 5))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y)))> |
#<alt (* t (+ (* (pow t 2) (- (* (pow t 2) (+ (* -17/315 (/ (pow t 2) (pow y 7))) (* 2/15 (/ 1 (pow y 5))))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y)))> |
#<alt (/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))> |
#<alt (/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))> |
#<alt (/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))> |
#<alt (/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))> |
#<alt (/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))> |
#<alt (/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))> |
#<alt (/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))> |
#<alt (/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))> |
#<alt (/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))> |
#<alt (/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))> |
#<alt (/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))> |
#<alt (/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))> |
#<alt (/ t y)> |
#<alt (/ (+ t (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y))) y)> |
#<alt (/ (- (+ t (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y)))) (* 1/2 (/ (pow t 3) (pow y 2)))) y)> |
#<alt (/ (- (+ t (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/6 (pow t 3)))))) (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (* 1/12 (pow t 4))))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y))))) (+ (* -1/2 (/ (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (* -1/2 (pow t 3)))) (pow y 3))) (+ (* 1/4 (/ (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2))) (pow y 3))) (* 1/2 (/ (pow t 3) (pow y 2)))))) y)> |
#<alt (/ t y)> |
#<alt (* -1 (/ (+ (* -1 t) (* -1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y))) y))> |
#<alt (* -1 (/ (+ (* -1 t) (* -1 (/ (+ (* -1 (/ (- (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))) (* -1/2 (pow t 3))) y)) (* 1/2 (+ (* -1 (pow t 2)) (pow t 2)))) y))) y))> |
#<alt (* -1 (/ (+ (* -1 t) (* -1 (/ (+ (* -1 (/ (- (+ (* -1 (/ (- (* 1/2 (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (+ (* 1/12 (pow t 4)) (* t (+ (* -1/6 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (* 1/2 (* t (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))) y)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (* -1/2 (pow t 3))) y)) (* 1/2 (+ (* -1 (pow t 2)) (pow t 2)))) y))) y))> |
51 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 6.0ms | t | @ | -inf | (+ x (* (* y z) (- (tanh (/ t y)) (tanh (/ x y))))) |
| 5.0ms | y | @ | inf | (+ x (* (* y z) (- (tanh (/ t y)) (tanh (/ x y))))) |
| 5.0ms | y | @ | -inf | (+ x (* (* y z) (- (tanh (/ t y)) (tanh (/ x y))))) |
| 3.0ms | t | @ | inf | (+ x (* (* y z) (- (tanh (/ t y)) (tanh (/ x y))))) |
| 3.0ms | x | @ | inf | (+ x (* (* y z) (- (tanh (/ t y)) (tanh (/ x y))))) |
| 1× | batch-egg-rewrite |
| 4676× | *-lowering-*.f32 |
| 4676× | *-lowering-*.f64 |
| 3988× | /-lowering-/.f32 |
| 3988× | /-lowering-/.f64 |
| 2132× | --lowering--.f32 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 12 | 48 |
| 1 | 91 | 47 |
| 2 | 892 | 47 |
| 0 | 8269 | 47 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ x (* (* y z) (- (tanh (/ t y)) (tanh (/ x y))))) |
(* (* y z) (- (tanh (/ t y)) (tanh (/ x y)))) |
(* y z) |
(- (tanh (/ t y)) (tanh (/ x y))) |
(tanh (/ x y)) |
(tanh (/ t y)) |
| Outputs |
|---|
(+.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) |
(+.f64 (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) x) |
(+.f64 (/.f64 (*.f64 x x) (-.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))) (neg.f64 (/.f64 (pow.f64 (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) #s(literal 2 binary64)) (-.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))))) |
(-.f64 (/.f64 (*.f64 x x) (-.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))) (/.f64 (pow.f64 (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) #s(literal 2 binary64)) (-.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))))) |
(-.f64 (/.f64 (pow.f64 (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) #s(literal 2 binary64)) (-.f64 (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) x)) (/.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) x))) |
(fma.f64 y (*.f64 z (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) x) |
(fma.f64 z (*.f64 y (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) x) |
(fma.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) x) |
(fma.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z) x) |
(fma.f64 (*.f64 z (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) y x) |
(fma.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) y) z x) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) #s(literal 2 binary64)) (-.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 y z)) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))) (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) x) (-.f64 (pow.f64 (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) #s(literal 2 binary64)) (*.f64 x x)))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) #s(literal 3 binary64))) (+.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) (-.f64 (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) x)))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) #s(literal 2 binary64)) (-.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 y z)) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))))) |
(/.f64 (-.f64 (*.f64 x x) (pow.f64 (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) #s(literal 2 binary64))) (-.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) #s(literal 3 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) (-.f64 (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) x))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) #s(literal 3 binary64)))) (neg.f64 (+.f64 (pow.f64 (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) #s(literal 2 binary64)) (-.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 y z)) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x x) (pow.f64 (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (-.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) #s(literal 2 binary64)) (*.f64 x x)) (-.f64 (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) x)) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) (-.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))) (*.f64 (-.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) (pow.f64 (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) #s(literal 2 binary64)))) (*.f64 (-.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) (-.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) #s(literal 3 binary64))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) (-.f64 (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) x)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x x) (pow.f64 (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) #s(literal 2 binary64))))) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) #s(literal 2 binary64)) (*.f64 x x))) (neg.f64 (-.f64 (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) x))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 x x) (-.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (pow.f64 (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) #s(literal 2 binary64)) (-.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 x x) (-.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))) (/.f64 (*.f64 x x) (-.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))))) (+.f64 (*.f64 (/.f64 (pow.f64 (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) #s(literal 2 binary64)) (-.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))) (/.f64 (pow.f64 (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) #s(literal 2 binary64)) (-.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))))) (*.f64 (/.f64 (*.f64 x x) (-.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))) (/.f64 (pow.f64 (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) #s(literal 2 binary64)) (-.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))) |
(*.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) (-.f64 (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) x))))) |
(*.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) #s(literal 2 binary64)) (-.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 y z)) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))))) |
(*.f64 (-.f64 (*.f64 x x) (pow.f64 (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) (-.f64 (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) x)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x x) (pow.f64 (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))))) |
(*.f64 (-.f64 (pow.f64 (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) #s(literal 2 binary64)) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) x))) |
(+.f64 (*.f64 (*.f64 y z) (tanh.f64 (/.f64 t y))) (*.f64 (*.f64 y z) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))))) |
(+.f64 (*.f64 (tanh.f64 (/.f64 t y)) (*.f64 y z)) (*.f64 (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))) (*.f64 y z))) |
(fma.f64 (*.f64 y z) (tanh.f64 (/.f64 t y)) (*.f64 (*.f64 y z) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))))) |
(fma.f64 (tanh.f64 (/.f64 t y)) (*.f64 y z) (*.f64 (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))) (*.f64 y z))) |
(/.f64 (*.f64 y z) (/.f64 #s(literal 1 binary64) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) (*.f64 (*.f64 y z) (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 (*.f64 y z) (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) (*.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64))) (*.f64 y z)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64))) (*.f64 y z)))) |
(/.f64 (*.f64 (*.f64 y z) (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64)))) (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))) |
(/.f64 (*.f64 (*.f64 y z) (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)))) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64))) (*.f64 y z)) (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64))) (*.f64 y z)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y z) (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64))))) (-.f64 #s(literal 0 binary64) (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y z) (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64))))) (-.f64 #s(literal 0 binary64) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64))) (*.f64 y z))) (-.f64 #s(literal 0 binary64) (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64))) (*.f64 y z))) (-.f64 #s(literal 0 binary64) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 y z) (tanh.f64 (/.f64 t y))) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 y z) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y)))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 y z) (tanh.f64 (/.f64 t y))) (*.f64 (*.f64 y z) (tanh.f64 (/.f64 t y)))) (-.f64 (*.f64 (*.f64 (*.f64 y z) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y)))) (*.f64 (*.f64 y z) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))))) (*.f64 (*.f64 (*.f64 y z) (tanh.f64 (/.f64 t y))) (*.f64 (*.f64 y z) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y)))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (tanh.f64 (/.f64 t y)) (*.f64 y z)) #s(literal 3 binary64)) (pow.f64 (*.f64 (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 (tanh.f64 (/.f64 t y)) (*.f64 y z)) (*.f64 (tanh.f64 (/.f64 t y)) (*.f64 y z))) (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))) (*.f64 y z)) (*.f64 (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))) (*.f64 y z))) (*.f64 (*.f64 (tanh.f64 (/.f64 t y)) (*.f64 y z)) (*.f64 (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))) (*.f64 y z)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 y z) (tanh.f64 (/.f64 t y))) (*.f64 (*.f64 y z) (tanh.f64 (/.f64 t y)))) (*.f64 (*.f64 (*.f64 y z) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y)))) (*.f64 (*.f64 y z) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y)))))) (-.f64 (*.f64 (*.f64 y z) (tanh.f64 (/.f64 t y))) (*.f64 (*.f64 y z) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (tanh.f64 (/.f64 t y)) (*.f64 y z)) (*.f64 (tanh.f64 (/.f64 t y)) (*.f64 y z))) (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))) (*.f64 y z)) (*.f64 (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))) (*.f64 y z)))) (-.f64 (*.f64 (tanh.f64 (/.f64 t y)) (*.f64 y z)) (*.f64 (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))) (*.f64 y z)))) |
(*.f64 y (*.f64 z (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) |
(*.f64 z (*.f64 y (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) |
(*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) |
(*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) |
(*.f64 (*.f64 z (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) y) |
(*.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) y) z) |
(*.f64 (*.f64 (*.f64 y z) (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))))) |
(*.f64 (*.f64 (*.f64 y z) (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) |
(*.f64 (*.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64))) (*.f64 y z)) (/.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))))) |
(*.f64 (*.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64))) (*.f64 y z)) (/.f64 #s(literal 1 binary64) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) |
(*.f64 y z) |
(*.f64 z y) |
(+.f64 (tanh.f64 (/.f64 t y)) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y)))) |
(+.f64 (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))) (tanh.f64 (/.f64 t y))) |
(+.f64 (/.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))) (neg.f64 (/.f64 (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64)) (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))))) |
(+.f64 (/.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) (neg.f64 (/.f64 (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))) |
(+.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y)))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) |
(+.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y)))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))))) |
(+.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y)))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(+.f64 (fma.f64 (expm1.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) |
(+.f64 (fma.f64 (expm1.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))))) |
(+.f64 (fma.f64 (expm1.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y)))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y)))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y)))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) |
(-.f64 (/.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))) (/.f64 (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64)) (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))))) |
(-.f64 (/.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) (/.f64 (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) |
(-.f64 (/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) (/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))))) |
(-.f64 (/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))))) |
(-.f64 (/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(-.f64 (/.f64 (*.f64 (expm1.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))))) |
(-.f64 (/.f64 (*.f64 (expm1.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)))) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))))) |
(-.f64 (/.f64 (*.f64 (expm1.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(-.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))))) |
(-.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)))) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))))) |
(-.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(-.f64 (/.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (-.f64 (tanh.f64 (/.f64 t y)) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))))) (/.f64 (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)) (-.f64 (tanh.f64 (/.f64 t y)) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y)))))) |
(fma.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y)))) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y)))) |
(fma.f64 (expm1.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)))) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y)))) |
(fma.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y)))) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y)))) |
(fma.f64 #s(literal -1 binary64) (tanh.f64 (/.f64 x y)) (tanh.f64 (/.f64 t y))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (-.f64 (*.f64 (expm1.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (-.f64 (*.f64 (expm1.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (-.f64 (*.f64 (expm1.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (-.f64 (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (-.f64 (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (-.f64 (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (-.f64 (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 t y)) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y)))))) (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (tanh.f64 (/.f64 t y)) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y)))) (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64))) (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))) |
(/.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64))) (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (-.f64 (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 t y)) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))))))) |
(/.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64))) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) |
(/.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64))) (-.f64 (tanh.f64 (/.f64 t y)) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) |
(/.f64 (-.f64 (*.f64 (expm1.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) |
(/.f64 (-.f64 (*.f64 (expm1.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (expm1.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64)))) (neg.f64 (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (-.f64 (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 t y)) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y)))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)))) (neg.f64 (-.f64 (tanh.f64 (/.f64 t y)) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))) (/.f64 #s(literal 1 binary64) (tanh.f64 (/.f64 x y)))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (/.f64 #s(literal 1 binary64) (tanh.f64 (/.f64 x y))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))) (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (-.f64 #s(literal 0 binary64) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 (/.f64 #s(literal 1 binary64) (tanh.f64 (/.f64 t y))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))))) (*.f64 (/.f64 #s(literal 1 binary64) (tanh.f64 (/.f64 t y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (tanh.f64 (/.f64 x y)))) (*.f64 (/.f64 #s(literal 1 binary64) (tanh.f64 (/.f64 t y))) #s(literal 1 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (tanh.f64 (/.f64 t y))) (/.f64 #s(literal 1 binary64) (tanh.f64 (/.f64 x y))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (tanh.f64 (/.f64 t y))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))))) (*.f64 (/.f64 #s(literal 1 binary64) (tanh.f64 (/.f64 t y))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 (/.f64 #s(literal 1 binary64) (tanh.f64 (/.f64 t y))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (*.f64 (/.f64 #s(literal 1 binary64) (tanh.f64 (/.f64 t y))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) (*.f64 (/.f64 #s(literal 1 binary64) (tanh.f64 (/.f64 t y))) (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) (*.f64 (/.f64 #s(literal 1 binary64) (tanh.f64 (/.f64 t y))) (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) (tanh.f64 (/.f64 t y))) (-.f64 #s(literal 0 binary64) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))))) (*.f64 (/.f64 #s(literal 1 binary64) (tanh.f64 (/.f64 t y))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (*.f64 (/.f64 #s(literal 1 binary64) (tanh.f64 (/.f64 t y))) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) (*.f64 (/.f64 #s(literal 1 binary64) (tanh.f64 (/.f64 t y))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(/.f64 (-.f64 (*.f64 (expm1.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)) (/.f64 #s(literal 1 binary64) (tanh.f64 (/.f64 x y)))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) #s(literal 1 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) (/.f64 #s(literal 1 binary64) (tanh.f64 (/.f64 x y))))) |
(/.f64 (-.f64 (*.f64 (expm1.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)) (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))))) |
(/.f64 (-.f64 (*.f64 (expm1.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) (-.f64 #s(literal 0 binary64) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))))) |
(/.f64 (-.f64 (*.f64 (expm1.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (/.f64 #s(literal 1 binary64) (tanh.f64 (/.f64 x y)))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) #s(literal 1 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (/.f64 #s(literal 1 binary64) (tanh.f64 (/.f64 x y))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (-.f64 #s(literal 0 binary64) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y)))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y)))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y)))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y)))) (/.f64 #s(literal 1 binary64) (tanh.f64 (/.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y)))) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y)))) (/.f64 #s(literal 1 binary64) (tanh.f64 (/.f64 x y))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y)))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y)))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y)))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y)))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y)))) (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y)))) (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y)))) (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y)))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y)))) (-.f64 #s(literal 0 binary64) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y)))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y)))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y)))) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y)))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) (/.f64 #s(literal 1 binary64) (tanh.f64 (/.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)))) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)))) (/.f64 #s(literal 1 binary64) (tanh.f64 (/.f64 x y))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)))) (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)))) (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)))) (-.f64 #s(literal 0 binary64) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)))) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y)))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y)))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y)))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y)))) (/.f64 #s(literal 1 binary64) (tanh.f64 (/.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y)))) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y)))) (/.f64 #s(literal 1 binary64) (tanh.f64 (/.f64 x y))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y)))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y)))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y)))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y)))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y)))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y)))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y)))) (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y)))) (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y)))) (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y)))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y)))) (-.f64 #s(literal 0 binary64) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y)))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y)))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y)))) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y)))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(/.f64 (-.f64 (*.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))) (*.f64 (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64)))) (*.f64 (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))))) |
(/.f64 (-.f64 (*.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) (*.f64 (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)))) (*.f64 (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) (neg.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))))) (neg.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) (neg.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (expm1.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (expm1.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (expm1.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64))) (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64))) (+.f64 (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)) (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))) (tanh.f64 (/.f64 t y)))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64)) (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))) (/.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))))) (+.f64 (*.f64 (/.f64 (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64)) (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))) (/.f64 (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64)) (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))))) (*.f64 (/.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))) (/.f64 (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64)) (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) (/.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) (+.f64 (*.f64 (/.f64 (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) (/.f64 (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) (*.f64 (/.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) (/.f64 (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))))) |
(/.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)) (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64))) (-.f64 (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))) (tanh.f64 (/.f64 t y)))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) |
(*.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))))) |
(*.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (-.f64 (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 t y)) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y)))))))) |
(*.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) |
(*.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (tanh.f64 (/.f64 t y)) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y)))))) |
(*.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))))) |
(*.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))))) |
(*.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(*.f64 (-.f64 (*.f64 (expm1.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))))) |
(*.f64 (-.f64 (*.f64 (expm1.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))))) |
(*.f64 (-.f64 (*.f64 (expm1.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(*.f64 (-.f64 (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))))) |
(*.f64 (-.f64 (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))))) |
(*.f64 (-.f64 (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))) |
(+.f64 (/.f64 (exp.f64 (/.f64 x y)) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (neg.f64 (/.f64 (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 x y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))))) |
(+.f64 (/.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (neg.f64 (/.f64 (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(-.f64 (/.f64 (exp.f64 (/.f64 x y)) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (/.f64 (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 x y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) |
(-.f64 (/.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (/.f64 (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) |
(/.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (tanh.f64 (/.f64 x y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (tanh.f64 (/.f64 x y))) #s(literal 1 binary64))) |
(/.f64 (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (tanh.f64 (/.f64 x y))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))) (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) |
(/.f64 (-.f64 (*.f64 (exp.f64 (/.f64 x y)) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 x y))))) (pow.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (*.f64 (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)) #s(literal 1 binary64))) (pow.f64 (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))) #s(literal 2 binary64))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (exp.f64 (/.f64 x y)) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 x y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (exp.f64 (/.f64 x y)) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (/.f64 (exp.f64 (/.f64 x y)) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) (+.f64 (*.f64 (/.f64 (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 x y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (/.f64 (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 x y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) (*.f64 (/.f64 (exp.f64 (/.f64 x y)) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (/.f64 (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 x y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (/.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)))) (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)))) (*.f64 (/.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (+.f64 (*.f64 (/.f64 (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (/.f64 (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (/.f64 (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (tanh.f64 (/.f64 x y))) #s(literal -1 binary64)) |
(*.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) |
(*.f64 #s(literal 1 binary64) (tanh.f64 (/.f64 x y))) |
(*.f64 #s(literal 1 binary64) (/.f64 (sinh.f64 (/.f64 x y)) (cosh.f64 (/.f64 x y)))) |
(*.f64 (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)))) |
(*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(tanh.f64 (/.f64 x y)) |
(+.f64 (/.f64 (exp.f64 (/.f64 t y)) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y)))) (neg.f64 (/.f64 (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y)))))) |
(+.f64 (/.f64 (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y)))) (neg.f64 (/.f64 (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y)) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y)))))) |
(-.f64 (/.f64 (exp.f64 (/.f64 t y)) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y)))) (/.f64 (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))))) |
(-.f64 (/.f64 (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))))) |
(-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y)))) (/.f64 (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y)) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))))) |
(/.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (tanh.f64 (/.f64 t y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (tanh.f64 (/.f64 t y))) #s(literal 1 binary64))) |
(/.f64 (expm1.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (tanh.f64 (/.f64 t y))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y)))) (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y)))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))))) |
(/.f64 (-.f64 (*.f64 (exp.f64 (/.f64 t y)) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y)))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (pow.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) #s(literal 1 binary64))) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y)))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y)))) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) #s(literal 2 binary64))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y)))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (exp.f64 (/.f64 t y)) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y)))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (exp.f64 (/.f64 t y)) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y)))) (/.f64 (exp.f64 (/.f64 t y)) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))))) (+.f64 (*.f64 (/.f64 (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y)))) (/.f64 (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))))) (*.f64 (/.f64 (exp.f64 (/.f64 t y)) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y)))) (/.f64 (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y)))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)))) (/.f64 (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))))) (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))))) (*.f64 (/.f64 (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y)) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y)))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))))) (+.f64 (*.f64 (/.f64 (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y)) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y)))) (/.f64 (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y)) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y)))) (/.f64 (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y)) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y)))))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (tanh.f64 (/.f64 t y))) #s(literal -1 binary64)) |
(*.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))))) |
(*.f64 #s(literal 1 binary64) (tanh.f64 (/.f64 t y))) |
(*.f64 #s(literal 1 binary64) (/.f64 (sinh.f64 (/.f64 t y)) (cosh.f64 (/.f64 t y)))) |
(*.f64 (expm1.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (expm1.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal 2 binary64) t) y)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 (*.f64 #s(literal -2 binary64) t) y)))))) |
(tanh.f64 (/.f64 t y)) |
| 1× | egg-herbie |
| 3608× | *-lowering-*.f32 |
| 3608× | *-lowering-*.f64 |
| 3606× | +-lowering-+.f64 |
| 3606× | +-lowering-+.f32 |
| 1352× | fma-define |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 495 | 9897 |
| 1 | 1835 | 7218 |
| 0 | 8967 | 7218 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))))) |
(+ (* x (+ 1 (* -1 z))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))) |
(+ (* x (+ 1 (+ (* -1 z) (* 1/3 (/ (* (pow x 2) z) (pow y 2)))))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))) |
(+ (* x (+ 1 (+ (* -1 z) (* (pow x 2) (+ (* -2/15 (/ (* (pow x 2) z) (pow y 4))) (* 1/3 (/ z (pow y 2)))))))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))) |
x |
(* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x))) |
(* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x))) |
(* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x))) |
x |
(* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x)) 1))) |
(* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x)) 1))) |
(* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x)) 1))) |
x |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* z (- t x))) |
(+ x (+ (* z (- t x)) (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y))) |
(+ x (+ (* z (- t x)) (+ (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y) (/ (* z (- (+ (* 1/2 (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3))))) (* 1/2 (pow x 3))) (+ (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))) (* 1/2 (pow t 3))))) (pow y 2))))) |
(+ x (+ (* z (- t x)) (+ (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y) (+ (/ (* z (- (+ (* -1/2 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3))))) (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (* 1/2 (+ (* -1 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/6 (pow t 3)))))) (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (* 1/12 (pow t 4)))))))) (+ (* -1/2 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (* -1/2 (pow t 3))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (* 1/2 (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4)))))))))) (pow y 3)) (/ (* z (- (+ (* 1/2 (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3))))) (* 1/2 (pow x 3))) (+ (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))) (* 1/2 (pow t 3))))) (pow y 2)))))) |
(+ x (* -1 (* z (- (* -1 t) (* -1 x))))) |
(+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y))) |
(+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* -1 (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))))) (/ (* z (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))) y)) y)))) |
(+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* -1 (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))))) (* -1 (/ (+ (* -1 (* z (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))) (/ (* z (- (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (+ (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))) (* 1/2 (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (+ (* 1/12 (pow t 4)) (* t (+ (* -1/6 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (+ (* 1/2 (* t (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))) (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))))))) y)) y))) y)))) |
x |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ x z))) |
(* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ x z))) |
(* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ x z))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) (* -1 (/ x z))))) |
(* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) (* -1 (/ x z))))) |
(* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) (* -1 (/ x z))))) |
(+ x (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(+ x (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (+ (* t (+ z (* -1/3 (/ (* (pow t 2) z) (pow y 2))))) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (+ (* t (+ z (* (pow t 2) (+ (* -1/3 (/ z (pow y 2))) (* 2/15 (/ (* (pow t 2) z) (pow y 4))))))) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* z (- t x)) |
(+ (* z (- t x)) (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y)) |
(+ (* z (- t x)) (+ (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y) (/ (* z (- (+ (* 1/2 (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3))))) (* 1/2 (pow x 3))) (+ (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))) (* 1/2 (pow t 3))))) (pow y 2)))) |
(+ (* z (- t x)) (+ (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y) (+ (/ (* z (- (+ (* -1/2 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3))))) (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (* 1/2 (+ (* -1 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/6 (pow t 3)))))) (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (* 1/12 (pow t 4)))))))) (+ (* -1/2 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (* -1/2 (pow t 3))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (* 1/2 (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4)))))))))) (pow y 3)) (/ (* z (- (+ (* 1/2 (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3))))) (* 1/2 (pow x 3))) (+ (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))) (* 1/2 (pow t 3))))) (pow y 2))))) |
(* -1 (* z (- (* -1 t) (* -1 x)))) |
(+ (* -1 (* z (- (* -1 t) (* -1 x)))) (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y)) |
(+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* -1 (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))))) (/ (* z (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))) y)) y))) |
(+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* -1 (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))))) (* -1 (/ (+ (* -1 (* z (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))) (/ (* z (- (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (+ (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))) (* 1/2 (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (+ (* 1/12 (pow t 4)) (* t (+ (* -1/6 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (+ (* 1/2 (* t (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))) (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))))))) y)) y))) y))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(+ (* t (+ z (* -1/3 (/ (* (pow t 2) z) (pow y 2))))) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(+ (* t (+ z (* (pow t 2) (+ (* -1/3 (/ z (pow y 2))) (* 2/15 (/ (* (pow t 2) z) (pow y 4))))))) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))))) |
(+ (* -1 (* x z)) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))) |
(+ (* x (+ (* -1 z) (* 1/3 (/ (* (pow x 2) z) (pow y 2))))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))) |
(+ (* x (+ (* -1 z) (* (pow x 2) (+ (* -2/15 (/ (* (pow x 2) z) (pow y 4))) (* 1/3 (/ z (pow y 2))))))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(- (+ (* t (+ (* -1/3 (/ (pow t 2) (pow y 3))) (/ 1 y))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(- (+ (* t (+ (* (pow t 2) (- (* 2/15 (/ (pow t 2) (pow y 5))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(/ (- t x) y) |
(/ (- (+ t (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y))) (+ x (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)))) y) |
(/ (- (+ t (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3)))) (pow y 2))) (+ (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y)) (* 1/2 (/ (pow x 3) (pow y 2)))))) (+ x (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (+ (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)) (* 1/2 (/ (pow t 3) (pow y 2))))))) y) |
(/ (- (+ t (+ (* -1/2 (/ (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3)))) (pow y 3))) (+ (* 1/4 (/ (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/6 (pow t 3)))))) (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (* 1/12 (pow t 4))))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3)))) (pow y 2))) (+ (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y)) (* 1/2 (/ (pow x 3) (pow y 2))))))))) (+ x (+ (* -1/2 (/ (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (* -1/2 (pow t 3)))) (pow y 3))) (+ (* 1/4 (/ (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4))))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (+ (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)) (* 1/2 (/ (pow t 3) (pow y 2)))))))))) y) |
(* -1 (/ (- (* -1 t) (* -1 x)) y)) |
(* -1 (/ (- (+ (* -1 t) (* -1 (/ (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) (* -1 x)) y)) |
(* -1 (/ (- (+ (* -1 t) (* -1 (/ (- (+ (* -1 (/ (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))) y)) (* 1/2 (+ (* -1 (pow t 2)) (pow t 2)))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) (* -1 x)) y)) |
(* -1 (/ (- (+ (* -1 t) (* -1 (/ (- (+ (* -1 (/ (- (+ (* -1 (/ (- (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (+ (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))) (* 1/2 (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (+ (* 1/12 (pow t 4)) (* t (+ (* -1/6 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (+ (* 1/2 (* t (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))) (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))))))) y)) (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))) y)) (* 1/2 (+ (* -1 (pow t 2)) (pow t 2)))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) (* -1 x)) y)) |
(- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))) |
(- (+ (* -1 (/ x y)) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))) |
(- (+ (* x (- (* 1/3 (/ (pow x 2) (pow y 3))) (/ 1 y))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))) |
(- (+ (* x (- (* (pow x 2) (+ (* -2/15 (/ (pow x 2) (pow y 5))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(/ x y) |
(* x (+ (* -1/3 (/ (pow x 2) (pow y 3))) (/ 1 y))) |
(* x (+ (* (pow x 2) (- (* 2/15 (/ (pow x 2) (pow y 5))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) |
(* x (+ (* (pow x 2) (- (* (pow x 2) (+ (* -17/315 (/ (pow x 2) (pow y 7))) (* 2/15 (/ 1 (pow y 5))))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/ x y) |
(/ (+ x (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))) y) |
(/ (- (+ x (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)))) (* 1/2 (/ (pow x 3) (pow y 2)))) y) |
(/ (- (+ x (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4))))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))))) (+ (* -1/2 (/ (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3)))) (pow y 3))) (+ (* 1/4 (/ (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2))) (pow y 3))) (* 1/2 (/ (pow x 3) (pow y 2)))))) y) |
(/ x y) |
(* -1 (/ (+ (* -1 x) (* -1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))) y)) |
(* -1 (/ (+ (* -1 x) (* -1 (/ (+ (* -1 (/ (- (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))) (* -1/2 (pow x 3))) y)) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) y)) |
(* -1 (/ (+ (* -1 x) (* -1 (/ (+ (* -1 (/ (- (+ (* -1 (/ (- (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))) (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))) y)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))) (* -1/2 (pow x 3))) y)) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) y)) |
(/ t y) |
(* t (+ (* -1/3 (/ (pow t 2) (pow y 3))) (/ 1 y))) |
(* t (+ (* (pow t 2) (- (* 2/15 (/ (pow t 2) (pow y 5))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) |
(* t (+ (* (pow t 2) (- (* (pow t 2) (+ (* -17/315 (/ (pow t 2) (pow y 7))) (* 2/15 (/ 1 (pow y 5))))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/ t y) |
(/ (+ t (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y))) y) |
(/ (- (+ t (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y)))) (* 1/2 (/ (pow t 3) (pow y 2)))) y) |
(/ (- (+ t (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/6 (pow t 3)))))) (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (* 1/12 (pow t 4))))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y))))) (+ (* -1/2 (/ (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (* -1/2 (pow t 3)))) (pow y 3))) (+ (* 1/4 (/ (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2))) (pow y 3))) (* 1/2 (/ (pow t 3) (pow y 2)))))) y) |
(/ t y) |
(* -1 (/ (+ (* -1 t) (* -1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y))) y)) |
(* -1 (/ (+ (* -1 t) (* -1 (/ (+ (* -1 (/ (- (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))) (* -1/2 (pow t 3))) y)) (* 1/2 (+ (* -1 (pow t 2)) (pow t 2)))) y))) y)) |
(* -1 (/ (+ (* -1 t) (* -1 (/ (+ (* -1 (/ (- (+ (* -1 (/ (- (* 1/2 (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (+ (* 1/12 (pow t 4)) (* t (+ (* -1/6 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (* 1/2 (* t (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))) y)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (* -1/2 (pow t 3))) y)) (* 1/2 (+ (* -1 (pow t 2)) (pow t 2)))) y))) y)) |
| Outputs |
|---|
(* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))))) |
(/.f64 (*.f64 (*.f64 y z) (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y))))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) |
(+ (* x (+ 1 (* -1 z))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))) |
(+.f64 (/.f64 (*.f64 (*.f64 y z) (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y))))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (*.f64 x (-.f64 #s(literal 1 binary64) z))) |
(+ (* x (+ 1 (+ (* -1 z) (* 1/3 (/ (* (pow x 2) z) (pow y 2)))))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))) |
(+.f64 (/.f64 (*.f64 (*.f64 y z) (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y))))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (*.f64 x (+.f64 (-.f64 #s(literal 1 binary64) z) (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z (*.f64 x x))) (*.f64 y y))))) |
(+ (* x (+ 1 (+ (* -1 z) (* (pow x 2) (+ (* -2/15 (/ (* (pow x 2) z) (pow y 4))) (* 1/3 (/ z (pow y 2)))))))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))) |
(+.f64 (/.f64 (*.f64 (*.f64 y z) (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y))))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (*.f64 x (+.f64 (-.f64 #s(literal 1 binary64) z) (*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal -2/15 binary64)) z) (pow.f64 y #s(literal 4 binary64))) (/.f64 (*.f64 z #s(literal 1/3 binary64)) (*.f64 y y))))))) |
x |
(* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))))) x))) |
(* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))))) x))) |
(* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))))) x))) |
x |
(* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x)) 1))) |
(*.f64 (+.f64 #s(literal -1 binary64) (/.f64 (*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))))) (-.f64 #s(literal 0 binary64) x))) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x)) 1))) |
(*.f64 (+.f64 #s(literal -1 binary64) (/.f64 (*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))))) (-.f64 #s(literal 0 binary64) x))) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x)) 1))) |
(*.f64 (+.f64 #s(literal -1 binary64) (/.f64 (*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))))) (-.f64 #s(literal 0 binary64) x))) (-.f64 #s(literal 0 binary64) x)) |
x |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (+ (* z (- t x)) (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y))) |
(+.f64 x (*.f64 z (+.f64 t (-.f64 (/.f64 #s(literal 0 binary64) y) x)))) |
(+ x (+ (* z (- t x)) (+ (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y) (/ (* z (- (+ (* 1/2 (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3))))) (* 1/2 (pow x 3))) (+ (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))) (* 1/2 (pow t 3))))) (pow y 2))))) |
(+.f64 (+.f64 x (*.f64 z (+.f64 t (-.f64 (/.f64 #s(literal 0 binary64) y) x)))) (/.f64 (*.f64 z (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (*.f64 t (*.f64 (*.f64 t t) #s(literal 1/3 binary64))) (*.f64 x (*.f64 x x))) (+.f64 (*.f64 t (*.f64 t t)) (*.f64 #s(literal 1/3 binary64) (*.f64 x (*.f64 x x))))))) (*.f64 y y))) |
(+ x (+ (* z (- t x)) (+ (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y) (+ (/ (* z (- (+ (* -1/2 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3))))) (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (* 1/2 (+ (* -1 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/6 (pow t 3)))))) (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (* 1/12 (pow t 4)))))))) (+ (* -1/2 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (* -1/2 (pow t 3))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (* 1/2 (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4)))))))))) (pow y 3)) (/ (* z (- (+ (* 1/2 (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3))))) (* 1/2 (pow x 3))) (+ (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))) (* 1/2 (pow t 3))))) (pow y 2)))))) |
(+.f64 (+.f64 x (*.f64 z (+.f64 t (-.f64 (/.f64 #s(literal 0 binary64) y) x)))) (*.f64 z (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (*.f64 t (*.f64 (*.f64 t t) #s(literal 1/3 binary64))) (*.f64 x (*.f64 x x))) (+.f64 (*.f64 t (*.f64 t t)) (*.f64 #s(literal 1/3 binary64) (*.f64 x (*.f64 x x)))))) (*.f64 y y)) (/.f64 (+.f64 (*.f64 x (*.f64 (+.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/2 binary64))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))) #s(literal -1/2 binary64))) (+.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 t t) (*.f64 t (*.f64 t #s(literal -1/2 binary64))))) (*.f64 (*.f64 t (*.f64 t (*.f64 t t))) #s(literal -1/12 binary64))) (*.f64 t (*.f64 t (*.f64 (*.f64 t t) #s(literal 1/6 binary64)))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/12 binary64))) (*.f64 x (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/6 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 (*.f64 t t) (*.f64 t #s(literal -1/2 binary64))) (*.f64 t (*.f64 t (*.f64 t #s(literal 1/2 binary64))))) (*.f64 t #s(literal -1/2 binary64))) #s(literal 0 binary64)))))) (*.f64 y (*.f64 y y)))))) |
(+ x (* -1 (* z (- (* -1 t) (* -1 x))))) |
(-.f64 x (*.f64 z (+.f64 x (-.f64 #s(literal 0 binary64) t)))) |
(+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y))) |
(+.f64 (/.f64 (*.f64 z #s(literal 0 binary64)) y) (-.f64 x (*.f64 z (+.f64 x (-.f64 #s(literal 0 binary64) t))))) |
(+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* -1 (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))))) (/ (* z (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))) y)) y)))) |
(-.f64 (-.f64 x (*.f64 z (+.f64 x (-.f64 #s(literal 0 binary64) t)))) (/.f64 (+.f64 (*.f64 z #s(literal 0 binary64)) (/.f64 (*.f64 z (+.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))) (-.f64 (*.f64 t (*.f64 (*.f64 t t) #s(literal 1/3 binary64))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/6 binary64)))))) y)) y)) |
(+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* -1 (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))))) (* -1 (/ (+ (* -1 (* z (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))) (/ (* z (- (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (+ (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))) (* 1/2 (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (+ (* 1/12 (pow t 4)) (* t (+ (* -1/6 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (+ (* 1/2 (* t (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))) (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))))))) y)) y))) y)))) |
(-.f64 (-.f64 x (*.f64 z (+.f64 x (-.f64 #s(literal 0 binary64) t)))) (/.f64 (-.f64 (*.f64 z #s(literal 0 binary64)) (/.f64 (-.f64 (*.f64 z (/.f64 (+.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x (+.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/2 binary64))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 t t) (*.f64 t (*.f64 t #s(literal -1/2 binary64))))) (+.f64 (*.f64 (*.f64 t (*.f64 t t)) (*.f64 #s(literal -1/6 binary64) t)) (*.f64 (*.f64 t (*.f64 t (*.f64 t t))) #s(literal -1/12 binary64)))))) #s(literal 0 binary64)) (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 t (+.f64 (*.f64 (*.f64 t t) (*.f64 t #s(literal -1/2 binary64))) (*.f64 t (*.f64 t (*.f64 t #s(literal 1/2 binary64)))))) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))) (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/12 binary64))))))) y)) (*.f64 z (+.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))) (-.f64 (*.f64 t (*.f64 (*.f64 t t) #s(literal 1/3 binary64))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/6 binary64))))))) y)) y)) |
x |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))))) |
(* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ x z))) |
(*.f64 z (+.f64 (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))) (/.f64 x z))) |
(* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ x z))) |
(*.f64 z (+.f64 (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))) (/.f64 x z))) |
(* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ x z))) |
(*.f64 z (+.f64 (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))) (/.f64 x z))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))))) |
(* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) (* -1 (/ x z))))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) (neg.f64 y)) (/.f64 x z))) |
(* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) (* -1 (/ x z))))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) (neg.f64 y)) (/.f64 x z))) |
(* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) (* -1 (/ x z))))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) (neg.f64 y)) (/.f64 x z))) |
(+ x (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(+.f64 x (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))) (*.f64 y z))) |
(+ x (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (+.f64 (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))) (*.f64 y z)) (*.f64 z t))) |
(+ x (+ (* t (+ z (* -1/3 (/ (* (pow t 2) z) (pow y 2))))) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))) (*.f64 y z)) (+.f64 x (*.f64 t (+.f64 z (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z (*.f64 t t))) (*.f64 y y)))))) |
(+ x (+ (* t (+ z (* (pow t 2) (+ (* -1/3 (/ z (pow y 2))) (* 2/15 (/ (* (pow t 2) z) (pow y 4))))))) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))) (*.f64 y z)) (+.f64 x (*.f64 t (+.f64 z (*.f64 (*.f64 t t) (+.f64 (/.f64 (*.f64 z #s(literal -1/3 binary64)) (*.f64 y y)) (/.f64 (*.f64 (*.f64 z (*.f64 t t)) #s(literal 2/15 binary64)) (pow.f64 y #s(literal 4 binary64))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))))) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(+ (* z (- t x)) (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y)) |
(*.f64 z (+.f64 t (-.f64 (/.f64 #s(literal 0 binary64) y) x))) |
(+ (* z (- t x)) (+ (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y) (/ (* z (- (+ (* 1/2 (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3))))) (* 1/2 (pow x 3))) (+ (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))) (* 1/2 (pow t 3))))) (pow y 2)))) |
(+.f64 (*.f64 z (+.f64 t (-.f64 (/.f64 #s(literal 0 binary64) y) x))) (/.f64 (*.f64 z (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (*.f64 t (*.f64 (*.f64 t t) #s(literal 1/3 binary64))) (*.f64 x (*.f64 x x))) (+.f64 (*.f64 t (*.f64 t t)) (*.f64 #s(literal 1/3 binary64) (*.f64 x (*.f64 x x))))))) (*.f64 y y))) |
(+ (* z (- t x)) (+ (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y) (+ (/ (* z (- (+ (* -1/2 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3))))) (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (* 1/2 (+ (* -1 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/6 (pow t 3)))))) (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (* 1/12 (pow t 4)))))))) (+ (* -1/2 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (* -1/2 (pow t 3))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (* 1/2 (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4)))))))))) (pow y 3)) (/ (* z (- (+ (* 1/2 (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3))))) (* 1/2 (pow x 3))) (+ (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))) (* 1/2 (pow t 3))))) (pow y 2))))) |
(+.f64 (*.f64 z (+.f64 t (-.f64 (/.f64 #s(literal 0 binary64) y) x))) (*.f64 z (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (*.f64 t (*.f64 (*.f64 t t) #s(literal 1/3 binary64))) (*.f64 x (*.f64 x x))) (+.f64 (*.f64 t (*.f64 t t)) (*.f64 #s(literal 1/3 binary64) (*.f64 x (*.f64 x x)))))) (*.f64 y y)) (/.f64 (+.f64 (*.f64 x (*.f64 (+.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/2 binary64))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))) #s(literal -1/2 binary64))) (+.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 t t) (*.f64 t (*.f64 t #s(literal -1/2 binary64))))) (*.f64 (*.f64 t (*.f64 t (*.f64 t t))) #s(literal -1/12 binary64))) (*.f64 t (*.f64 t (*.f64 (*.f64 t t) #s(literal 1/6 binary64)))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/12 binary64))) (*.f64 x (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/6 binary64))))) (+.f64 (*.f64 (+.f64 (*.f64 (*.f64 t t) (*.f64 t #s(literal -1/2 binary64))) (*.f64 t (*.f64 t (*.f64 t #s(literal 1/2 binary64))))) (*.f64 t #s(literal -1/2 binary64))) #s(literal 0 binary64)))))) (*.f64 y (*.f64 y y)))))) |
(* -1 (* z (- (* -1 t) (* -1 x)))) |
(*.f64 z (*.f64 #s(literal 1 binary64) (-.f64 t x))) |
(+ (* -1 (* z (- (* -1 t) (* -1 x)))) (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y)) |
(-.f64 (/.f64 (*.f64 z #s(literal 0 binary64)) y) (*.f64 z (+.f64 x (-.f64 #s(literal 0 binary64) t)))) |
(+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* -1 (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))))) (/ (* z (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))) y)) y))) |
(-.f64 (*.f64 z (*.f64 #s(literal 1 binary64) (-.f64 t x))) (/.f64 (+.f64 (*.f64 z #s(literal 0 binary64)) (/.f64 (*.f64 z (+.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))) (-.f64 (*.f64 t (*.f64 (*.f64 t t) #s(literal 1/3 binary64))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/6 binary64)))))) y)) y)) |
(+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* -1 (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))))) (* -1 (/ (+ (* -1 (* z (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))) (/ (* z (- (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (+ (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))) (* 1/2 (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (+ (* 1/12 (pow t 4)) (* t (+ (* -1/6 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (+ (* 1/2 (* t (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))) (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))))))) y)) y))) y))) |
(-.f64 (*.f64 z (*.f64 #s(literal 1 binary64) (-.f64 t x))) (/.f64 (-.f64 (*.f64 z #s(literal 0 binary64)) (/.f64 (-.f64 (*.f64 z (/.f64 (+.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x (+.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/2 binary64))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 t t) (*.f64 t (*.f64 t #s(literal -1/2 binary64))))) (+.f64 (*.f64 (*.f64 t (*.f64 t t)) (*.f64 #s(literal -1/6 binary64) t)) (*.f64 (*.f64 t (*.f64 t (*.f64 t t))) #s(literal -1/12 binary64)))))) #s(literal 0 binary64)) (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 t (+.f64 (*.f64 (*.f64 t t) (*.f64 t #s(literal -1/2 binary64))) (*.f64 t (*.f64 t (*.f64 t #s(literal 1/2 binary64)))))) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))) (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/12 binary64))))))) y)) (*.f64 z (+.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))) (-.f64 (*.f64 t (*.f64 (*.f64 t t) #s(literal 1/3 binary64))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/6 binary64))))))) y)) y)) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))))) |
(* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))) (*.f64 y z)) |
(+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(+.f64 (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))) (*.f64 y z)) (*.f64 z t)) |
(+ (* t (+ z (* -1/3 (/ (* (pow t 2) z) (pow y 2))))) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(+.f64 (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))) (*.f64 y z)) (*.f64 t (+.f64 z (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z (*.f64 t t))) (*.f64 y y))))) |
(+ (* t (+ z (* (pow t 2) (+ (* -1/3 (/ z (pow y 2))) (* 2/15 (/ (* (pow t 2) z) (pow y 4))))))) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(+.f64 (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))) (*.f64 y z)) (*.f64 t (+.f64 z (*.f64 (*.f64 t t) (+.f64 (/.f64 (*.f64 z #s(literal -1/3 binary64)) (*.f64 y y)) (/.f64 (*.f64 (*.f64 z (*.f64 t t)) #s(literal 2/15 binary64)) (pow.f64 y #s(literal 4 binary64)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))))) |
(* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))))) |
(/.f64 (*.f64 (*.f64 y z) (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y))))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) |
(+ (* -1 (* x z)) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))) |
(-.f64 (/.f64 (*.f64 (*.f64 y z) (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y))))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (*.f64 z x)) |
(+ (* x (+ (* -1 z) (* 1/3 (/ (* (pow x 2) z) (pow y 2))))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))) |
(+.f64 (/.f64 (*.f64 (*.f64 y z) (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y))))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (*.f64 x (-.f64 (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z (*.f64 x x))) (*.f64 y y)) z))) |
(+ (* x (+ (* -1 z) (* (pow x 2) (+ (* -2/15 (/ (* (pow x 2) z) (pow y 4))) (* 1/3 (/ z (pow y 2))))))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))) |
(+.f64 (/.f64 (*.f64 (*.f64 y z) (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y))))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (*.f64 x (-.f64 (*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal -2/15 binary64)) z) (pow.f64 y #s(literal 4 binary64))) (/.f64 (*.f64 z #s(literal 1/3 binary64)) (*.f64 y y)))) z))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 z (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))))) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(+.f64 (/.f64 t y) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) |
(- (+ (* t (+ (* -1/3 (/ (pow t 2) (pow y 3))) (/ 1 y))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(+.f64 (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))) (*.f64 t (+.f64 (/.f64 (*.f64 (*.f64 t t) #s(literal -1/3 binary64)) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 1 binary64) y)))) |
(- (+ (* t (+ (* (pow t 2) (- (* 2/15 (/ (pow t 2) (pow y 5))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(+.f64 (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))) (*.f64 t (+.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (*.f64 t t) (+.f64 (/.f64 #s(literal -1/3 binary64) (*.f64 y (*.f64 y y))) (/.f64 (*.f64 (*.f64 t t) #s(literal 2/15 binary64)) (pow.f64 y #s(literal 5 binary64)))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) |
(/ (- t x) y) |
(/.f64 (-.f64 t x) y) |
(/ (- (+ t (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y))) (+ x (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)))) y) |
(/.f64 (+.f64 t (-.f64 (/.f64 #s(literal 0 binary64) y) x)) y) |
(/ (- (+ t (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3)))) (pow y 2))) (+ (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y)) (* 1/2 (/ (pow x 3) (pow y 2)))))) (+ x (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (+ (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)) (* 1/2 (/ (pow t 3) (pow y 2))))))) y) |
(/.f64 (-.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 t (*.f64 (*.f64 t t) #s(literal 1/3 binary64))) (*.f64 y y)) (+.f64 (/.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 x (*.f64 x x)) (*.f64 y y))))) (-.f64 t x)) (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 x (*.f64 x x))) (*.f64 y y)) (+.f64 (/.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 t (*.f64 t t)) (*.f64 y y)))))) y) |
(/ (- (+ t (+ (* -1/2 (/ (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3)))) (pow y 3))) (+ (* 1/4 (/ (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/6 (pow t 3)))))) (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (* 1/12 (pow t 4))))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3)))) (pow y 2))) (+ (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y)) (* 1/2 (/ (pow x 3) (pow y 2))))))))) (+ x (+ (* -1/2 (/ (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (* -1/2 (pow t 3)))) (pow y 3))) (+ (* 1/4 (/ (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4))))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (+ (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)) (* 1/2 (/ (pow t 3) (pow y 2)))))))))) y) |
(/.f64 (+.f64 t (-.f64 (+.f64 (+.f64 (*.f64 (-.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 t t) (*.f64 t (*.f64 t #s(literal -1/2 binary64))))) (*.f64 (*.f64 t (*.f64 t (*.f64 t t))) #s(literal -1/12 binary64))) (*.f64 t (*.f64 t (*.f64 (*.f64 t t) #s(literal 1/6 binary64))))) (/.f64 #s(literal 1/2 binary64) (*.f64 y (*.f64 y y)))) (/.f64 (/.f64 #s(literal 0 binary64) y) (*.f64 y y))) (+.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 t (*.f64 (*.f64 t t) #s(literal 1/3 binary64))) (*.f64 y y)) (+.f64 (/.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 x (*.f64 x x)) (*.f64 y y))))) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 x (+.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/2 binary64))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))) (*.f64 y (*.f64 y y)))))) (+.f64 x (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 t t) (*.f64 t #s(literal -1/2 binary64))) (*.f64 t (*.f64 t (*.f64 t #s(literal 1/2 binary64))))) (*.f64 t #s(literal -1/2 binary64))) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 x (*.f64 x x))) (*.f64 y y)) (+.f64 (/.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 t (*.f64 t t)) (*.f64 y y))))) (+.f64 (/.f64 (/.f64 #s(literal 0 binary64) y) (*.f64 y y)) (*.f64 (-.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/12 binary64))) (*.f64 x (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/6 binary64)))) (/.f64 #s(literal 1/2 binary64) (*.f64 y (*.f64 y y)))))))))) y) |
(* -1 (/ (- (* -1 t) (* -1 x)) y)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 t x)) y) |
(* -1 (/ (- (+ (* -1 t) (* -1 (/ (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) (* -1 x)) y)) |
(/.f64 (+.f64 x (-.f64 (/.f64 #s(literal 0 binary64) y) t)) (neg.f64 y)) |
(* -1 (/ (- (+ (* -1 t) (* -1 (/ (- (+ (* -1 (/ (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))) y)) (* 1/2 (+ (* -1 (pow t 2)) (pow t 2)))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) (* -1 x)) y)) |
(/.f64 (+.f64 x (-.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 (/.f64 (+.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))) (-.f64 (*.f64 t (*.f64 (*.f64 t t) #s(literal 1/3 binary64))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/6 binary64))))) (neg.f64 y)) y))) (neg.f64 y)) |
(* -1 (/ (- (+ (* -1 t) (* -1 (/ (- (+ (* -1 (/ (- (+ (* -1 (/ (- (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (+ (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))) (* 1/2 (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (+ (* 1/12 (pow t 4)) (* t (+ (* -1/6 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (+ (* 1/2 (* t (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))) (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))))))) y)) (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))) y)) (* 1/2 (+ (* -1 (pow t 2)) (pow t 2)))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) (* -1 x)) y)) |
(/.f64 (+.f64 x (-.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 (/.f64 (+.f64 (+.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))) (-.f64 (*.f64 t (*.f64 (*.f64 t t) #s(literal 1/3 binary64))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/6 binary64))))) (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x (+.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/2 binary64))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 t t) (*.f64 t (*.f64 t #s(literal -1/2 binary64))))) (+.f64 (*.f64 (*.f64 t (*.f64 t t)) (*.f64 #s(literal -1/6 binary64) t)) (*.f64 (*.f64 t (*.f64 t (*.f64 t t))) #s(literal -1/12 binary64)))))) #s(literal 0 binary64)) (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 t (+.f64 (*.f64 (*.f64 t t) (*.f64 t #s(literal -1/2 binary64))) (*.f64 t (*.f64 t (*.f64 t #s(literal 1/2 binary64)))))) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))) (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/12 binary64))))))) y))) (neg.f64 y)) y))) (neg.f64 y)) |
(- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))) |
(/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) |
(- (+ (* -1 (/ x y)) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))) |
(+.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 x (neg.f64 y))) |
(- (+ (* x (- (* 1/3 (/ (pow x 2) (pow y 3))) (/ 1 y))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))) |
(+.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (*.f64 x (+.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 x x)) (*.f64 y (*.f64 y y)))))) |
(- (+ (* x (- (* (pow x 2) (+ (* -2/15 (/ (pow x 2) (pow y 5))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))) |
(+.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (*.f64 x (+.f64 (*.f64 (*.f64 x x) (+.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 y (*.f64 y y))) (/.f64 (*.f64 (*.f64 x x) #s(literal -2/15 binary64)) (pow.f64 y #s(literal 5 binary64))))) (/.f64 #s(literal -1 binary64) y)))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) |
(/ x y) |
(/.f64 x y) |
(* x (+ (* -1/3 (/ (pow x 2) (pow y 3))) (/ 1 y))) |
(*.f64 x (+.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 (*.f64 x x) #s(literal -1/3 binary64)) (*.f64 y (*.f64 y y))))) |
(* x (+ (* (pow x 2) (- (* 2/15 (/ (pow x 2) (pow y 5))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) |
(*.f64 x (+.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (*.f64 x x) (+.f64 (/.f64 #s(literal -1/3 binary64) (*.f64 y (*.f64 y y))) (/.f64 (*.f64 (*.f64 x x) #s(literal 2/15 binary64)) (pow.f64 y #s(literal 5 binary64))))))) |
(* x (+ (* (pow x 2) (- (* (pow x 2) (+ (* -17/315 (/ (pow x 2) (pow y 7))) (* 2/15 (/ 1 (pow y 5))))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) |
(*.f64 x (+.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (*.f64 x x) (+.f64 (*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal -17/315 binary64)) (pow.f64 y #s(literal 7 binary64))) (/.f64 #s(literal 2/15 binary64) (pow.f64 y #s(literal 5 binary64))))) (/.f64 #s(literal -1/3 binary64) (*.f64 y (*.f64 y y))))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/.f64 (-.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/.f64 (-.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/.f64 (-.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/.f64 (-.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/.f64 (-.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/.f64 (-.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/.f64 (-.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/.f64 (-.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/.f64 (-.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/.f64 (-.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/.f64 (-.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/.f64 (-.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) |
(/ x y) |
(/.f64 x y) |
(/ (+ x (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))) y) |
(/.f64 (+.f64 x (/.f64 #s(literal 0 binary64) y)) y) |
(/ (- (+ x (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)))) (* 1/2 (/ (pow x 3) (pow y 2)))) y) |
(/.f64 (+.f64 x (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (/.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 x (*.f64 x x))) (*.f64 y y))) (/.f64 (*.f64 x (*.f64 x x)) (*.f64 y y))))) y) |
(/ (- (+ x (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4))))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))))) (+ (* -1/2 (/ (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3)))) (pow y 3))) (+ (* 1/4 (/ (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2))) (pow y 3))) (* 1/2 (/ (pow x 3) (pow y 2)))))) y) |
(/.f64 (+.f64 x (+.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (-.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/12 binary64))) (*.f64 x (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/6 binary64)))) (*.f64 y (*.f64 y y))) (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 x (*.f64 x x))) (*.f64 y y)))) (-.f64 (/.f64 #s(literal 0 binary64) y) (+.f64 (/.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/2 binary64))) (*.f64 y y)) (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 x (+.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/2 binary64))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))) (*.f64 y (*.f64 y y)))) (/.f64 (/.f64 #s(literal 0 binary64) y) (*.f64 y y))))))) y) |
(/ x y) |
(/.f64 x y) |
(* -1 (/ (+ (* -1 x) (* -1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))) y)) |
(/.f64 (+.f64 x (/.f64 #s(literal 0 binary64) y)) y) |
(* -1 (/ (+ (* -1 x) (* -1 (/ (+ (* -1 (/ (- (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))) (* -1/2 (pow x 3))) y)) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) y)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 x (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 x (*.f64 x x))) y)) y))) y) |
(* -1 (/ (+ (* -1 x) (* -1 (/ (+ (* -1 (/ (- (+ (* -1 (/ (- (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))) (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))) y)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))) (* -1/2 (pow x 3))) y)) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) y)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 x (/.f64 (/.f64 (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 x (*.f64 x x))) (/.f64 (-.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))) (+.f64 (*.f64 #s(literal -1/6 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/12 binary64))))) (*.f64 x (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/2 binary64))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))))) #s(literal 0 binary64)) (neg.f64 y))) (neg.f64 y)) y))) y) |
(/ t y) |
(/.f64 t y) |
(* t (+ (* -1/3 (/ (pow t 2) (pow y 3))) (/ 1 y))) |
(*.f64 t (+.f64 (/.f64 (*.f64 (*.f64 t t) #s(literal -1/3 binary64)) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 1 binary64) y))) |
(* t (+ (* (pow t 2) (- (* 2/15 (/ (pow t 2) (pow y 5))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) |
(*.f64 t (+.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (*.f64 t t) (+.f64 (/.f64 #s(literal -1/3 binary64) (*.f64 y (*.f64 y y))) (/.f64 (*.f64 (*.f64 t t) #s(literal 2/15 binary64)) (pow.f64 y #s(literal 5 binary64))))))) |
(* t (+ (* (pow t 2) (- (* (pow t 2) (+ (* -17/315 (/ (pow t 2) (pow y 7))) (* 2/15 (/ 1 (pow y 5))))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) |
(*.f64 t (+.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (*.f64 t t) (+.f64 (*.f64 (*.f64 t t) (+.f64 (/.f64 #s(literal 2/15 binary64) (pow.f64 y #s(literal 5 binary64))) (/.f64 (*.f64 (*.f64 t t) #s(literal -17/315 binary64)) (pow.f64 y #s(literal 7 binary64))))) (/.f64 #s(literal -1/3 binary64) (*.f64 y (*.f64 y y))))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) |
(/ t y) |
(/.f64 t y) |
(/ (+ t (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y))) y) |
(/.f64 (+.f64 t (/.f64 #s(literal 0 binary64) y)) y) |
(/ (- (+ t (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y)))) (* 1/2 (/ (pow t 3) (pow y 2)))) y) |
(/.f64 (+.f64 t (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (/.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 t (*.f64 (*.f64 t t) #s(literal 1/3 binary64))) (*.f64 y y))) (/.f64 (*.f64 t (*.f64 t t)) (*.f64 y y))))) y) |
(/ (- (+ t (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/6 (pow t 3)))))) (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (* 1/12 (pow t 4))))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y))))) (+ (* -1/2 (/ (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (* -1/2 (pow t 3)))) (pow y 3))) (+ (* 1/4 (/ (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2))) (pow y 3))) (* 1/2 (/ (pow t 3) (pow y 2)))))) y) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (/.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 t (*.f64 (*.f64 t t) #s(literal 1/3 binary64))) (*.f64 y y))) (/.f64 (-.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 t t) (*.f64 t (*.f64 t #s(literal -1/2 binary64))))) (*.f64 (*.f64 t (*.f64 t (*.f64 t t))) #s(literal -1/12 binary64))) (*.f64 t (*.f64 t (*.f64 (*.f64 t t) #s(literal 1/6 binary64))))) (*.f64 y (*.f64 y y))))) (-.f64 t (+.f64 (/.f64 (*.f64 t (*.f64 t (*.f64 t #s(literal 1/2 binary64)))) (*.f64 y y)) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 (*.f64 t t) (*.f64 t #s(literal -1/2 binary64))) (*.f64 t (*.f64 t (*.f64 t #s(literal 1/2 binary64))))) (*.f64 t #s(literal -1/2 binary64))) (*.f64 y (*.f64 y y))) (/.f64 (/.f64 #s(literal 0 binary64) y) (*.f64 y y)))))) y) |
(/ t y) |
(/.f64 t y) |
(* -1 (/ (+ (* -1 t) (* -1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y))) y)) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (/.f64 #s(literal 0 binary64) y) t) y)) |
(* -1 (/ (+ (* -1 t) (* -1 (/ (+ (* -1 (/ (- (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))) (* -1/2 (pow t 3))) y)) (* 1/2 (+ (* -1 (pow t 2)) (pow t 2)))) y))) y)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 t (/.f64 (/.f64 (*.f64 t (*.f64 (*.f64 t t) #s(literal 1/3 binary64))) (neg.f64 y)) y))) y) |
(* -1 (/ (+ (* -1 t) (* -1 (/ (+ (* -1 (/ (- (+ (* -1 (/ (- (* 1/2 (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (+ (* 1/12 (pow t 4)) (* t (+ (* -1/6 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (* 1/2 (* t (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))) y)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (* -1/2 (pow t 3))) y)) (* 1/2 (+ (* -1 (pow t 2)) (pow t 2)))) y))) y)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 t (/.f64 (/.f64 (+.f64 (*.f64 t (*.f64 (*.f64 t t) #s(literal 1/3 binary64))) (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 t (*.f64 t #s(literal -1/2 binary64)))) #s(literal -1/4 binary64)) (-.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 t (*.f64 t t)) (*.f64 #s(literal -1/6 binary64) t)) (*.f64 (*.f64 t (*.f64 t (*.f64 t t))) #s(literal -1/12 binary64)))) (+.f64 (*.f64 (+.f64 (*.f64 (*.f64 t t) (*.f64 t #s(literal -1/2 binary64))) (*.f64 t (*.f64 t (*.f64 t #s(literal 1/2 binary64))))) (*.f64 t #s(literal 1/2 binary64))) #s(literal 0 binary64)))) (neg.f64 y))) (neg.f64 y)) y))) y) |
Compiled 21925 to 1880 computations (91.4% saved)
9 alts after pruning (9 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 467 | 9 | 476 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 468 | 9 | 477 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 96.3% | (fma.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) y) z x) |
| ▶ | 96.3% | (+.f64 x (*.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) y) z)) |
| 95.1% | (+.f64 x (*.f64 (*.f64 z (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) y)) | |
| ▶ | 46.4% | (+.f64 x (*.f64 (*.f64 y z) (/.f64 (-.f64 t x) y))) |
| ▶ | 62.8% | (+.f64 x (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))))) |
| 61.0% | (+.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (/.f64 x y)))) | |
| 43.5% | (+.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (*.f64 #s(literal 1 binary64) (/.f64 (sinh.f64 (/.f64 x y)) (cosh.f64 (/.f64 x y))))))) | |
| 60.8% | (+.f64 x (*.f64 z (-.f64 t x))) | |
| ▶ | 62.4% | x |
Compiled 298 to 186 computations (37.6% saved)
| 1× | egg-herbie |
Found 16 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) |
| ✓ | cost-diff | 0 | (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) y) |
| ✓ | cost-diff | 0 | (*.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) y) z) |
| ✓ | cost-diff | 0 | (+.f64 x (*.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) y) z)) |
| ✓ | cost-diff | 0 | (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) |
| ✓ | cost-diff | 0 | (*.f64 y z) |
| ✓ | cost-diff | 0 | (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) |
| ✓ | cost-diff | 0 | (+.f64 x (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))))) |
| ✓ | cost-diff | 0 | (/.f64 (-.f64 t x) y) |
| ✓ | cost-diff | 0 | (*.f64 y z) |
| ✓ | cost-diff | 256 | (*.f64 (*.f64 y z) (/.f64 (-.f64 t x) y)) |
| ✓ | cost-diff | 256 | (+.f64 x (*.f64 (*.f64 y z) (/.f64 (-.f64 t x) y))) |
| ✓ | cost-diff | 0 | (tanh.f64 (/.f64 t y)) |
| ✓ | cost-diff | 0 | (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) |
| ✓ | cost-diff | 0 | (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) y) |
| ✓ | cost-diff | 6272 | (fma.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) y) z x) |
| 5182× | +-lowering-+.f64 |
| 5182× | +-lowering-+.f32 |
| 3324× | *-lowering-*.f32 |
| 3324× | *-lowering-*.f64 |
| 1398× | fma-lowering-fma.f32 |
Useful iterations: 4 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 21 | 204 |
| 1 | 77 | 202 |
| 2 | 226 | 202 |
| 3 | 658 | 202 |
| 4 | 2551 | 192 |
| 0 | 8212 | 192 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ (* (* (- (tanh (/ t y)) (tanh (/ x y))) y) z) x) |
(* (- (tanh (/ t y)) (tanh (/ x y))) y) |
(- (tanh (/ t y)) (tanh (/ x y))) |
(tanh (/ t y)) |
(/ t y) |
t |
y |
(tanh (/ x y)) |
(/ x y) |
x |
z |
x |
(+ x (* (* y z) (/ (- t x) y))) |
x |
(* (* y z) (/ (- t x) y)) |
(* y z) |
y |
z |
(/ (- t x) y) |
(- t x) |
t |
(+ x (* (* y z) (- (/ t y) (tanh (/ x y))))) |
x |
(* (* y z) (- (/ t y) (tanh (/ x y)))) |
(* y z) |
y |
z |
(- (/ t y) (tanh (/ x y))) |
(/ t y) |
t |
(tanh (/ x y)) |
(/ x y) |
(+ x (* (* (- (tanh (/ t y)) (tanh (/ x y))) y) z)) |
x |
(* (* (- (tanh (/ t y)) (tanh (/ x y))) y) z) |
(* (- (tanh (/ t y)) (tanh (/ x y))) y) |
(- (tanh (/ t y)) (tanh (/ x y))) |
(tanh (/ t y)) |
(/ t y) |
t |
y |
(tanh (/ x y)) |
(/ x y) |
z |
| Outputs |
|---|
(+ (* (* (- (tanh (/ t y)) (tanh (/ x y))) y) z) x) |
(+.f64 x (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z))) |
(* (- (tanh (/ t y)) (tanh (/ x y))) y) |
(*.f64 y (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) |
(- (tanh (/ t y)) (tanh (/ x y))) |
(-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) |
(tanh (/ t y)) |
(tanh.f64 (/.f64 t y)) |
(/ t y) |
(/.f64 t y) |
t |
y |
(tanh (/ x y)) |
(tanh.f64 (/.f64 x y)) |
(/ x y) |
(/.f64 x y) |
x |
z |
x |
(+ x (* (* y z) (/ (- t x) y))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
x |
(* (* y z) (/ (- t x) y)) |
(*.f64 z (-.f64 t x)) |
(* y z) |
(*.f64 y z) |
y |
z |
(/ (- t x) y) |
(/.f64 (-.f64 t x) y) |
(- t x) |
(-.f64 t x) |
t |
(+ x (* (* y z) (- (/ t y) (tanh (/ x y))))) |
(+.f64 x (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))))) |
x |
(* (* y z) (- (/ t y) (tanh (/ x y)))) |
(*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) |
(* y z) |
(*.f64 y z) |
y |
z |
(- (/ t y) (tanh (/ x y))) |
(-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) |
(/ t y) |
(/.f64 t y) |
t |
(tanh (/ x y)) |
(tanh.f64 (/.f64 x y)) |
(/ x y) |
(/.f64 x y) |
(+ x (* (* (- (tanh (/ t y)) (tanh (/ x y))) y) z)) |
(+.f64 x (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z))) |
x |
(* (* (- (tanh (/ t y)) (tanh (/ x y))) y) z) |
(*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) |
(* (- (tanh (/ t y)) (tanh (/ x y))) y) |
(*.f64 y (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) |
(- (tanh (/ t y)) (tanh (/ x y))) |
(-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) |
(tanh (/ t y)) |
(tanh.f64 (/.f64 t y)) |
(/ t y) |
(/.f64 t y) |
t |
y |
(tanh (/ x y)) |
(tanh.f64 (/.f64 x y)) |
(/ x y) |
(/.f64 x y) |
z |
Found 16 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (tanh.f64 (/.f64 x y)) |
| ✓ | accuracy | 100.0% | (+.f64 x (*.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) y) z)) |
| ✓ | accuracy | 100.0% | (*.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) y) z) |
| ✓ | accuracy | 93.9% | (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) y) |
| ✓ | accuracy | 100.0% | (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) |
| ✓ | accuracy | 100.0% | (tanh.f64 (/.f64 x y)) |
| ✓ | accuracy | 100.0% | (+.f64 x (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))))) |
| ✓ | accuracy | 77.3% | (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) |
| ✓ | accuracy | 100.0% | (*.f64 y z) |
| ✓ | accuracy | 100.0% | (/.f64 (-.f64 t x) y) |
| ✓ | accuracy | 100.0% | (+.f64 x (*.f64 (*.f64 y z) (/.f64 (-.f64 t x) y))) |
| ✓ | accuracy | 72.0% | (*.f64 (*.f64 y z) (/.f64 (-.f64 t x) y)) |
| ✓ | accuracy | 100.0% | (fma.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) y) z x) |
| ✓ | accuracy | 100.0% | (tanh.f64 (/.f64 t y)) |
| ✓ | accuracy | 100.0% | (tanh.f64 (/.f64 x y)) |
| ✓ | accuracy | 93.9% | (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) y) |
| 62.0ms | 208× | 0 | valid |
| 38.0ms | 44× | 2 | valid |
| 2.0ms | 2× | 3 | valid |
| 1.0ms | 2× | 1 | valid |
Compiled 210 to 22 computations (89.5% saved)
ival-mult: 16.0ms (31.5% of total)ival-div: 8.0ms (15.8% of total)ival-add: 7.0ms (13.8% of total)backward-pass: 5.0ms (9.9% of total)ival-sub: 5.0ms (9.9% of total)compiled-spec: 5.0ms (9.9% of total)ival-tanh: 4.0ms (7.9% of total)const: 0.0ms (0% of total)| Inputs |
|---|
#<alt (+ (* (* (- (tanh (/ t y)) (tanh (/ x y))) y) z) x)> |
#<alt (* (- (tanh (/ t y)) (tanh (/ x y))) y)> |
#<alt (- (tanh (/ t y)) (tanh (/ x y)))> |
#<alt (tanh (/ t y))> |
#<alt (+ x (* (* y z) (/ (- t x) y)))> |
#<alt (* (* y z) (/ (- t x) y))> |
#<alt (* y z)> |
#<alt (/ (- t x) y)> |
#<alt (+ x (* (* y z) (- (/ t y) (tanh (/ x y)))))> |
#<alt (* (* y z) (- (/ t y) (tanh (/ x y))))> |
#<alt (- (/ t y) (tanh (/ x y)))> |
#<alt (+ x (* (* (- (tanh (/ t y)) (tanh (/ x y))) y) z))> |
#<alt (* (* (- (tanh (/ t y)) (tanh (/ x y))) y) z)> |
#<alt (tanh (/ x y))> |
| Outputs |
|---|
#<alt (+ x (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (+ x (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (+ (* t (+ z (* -1/3 (/ (* (pow t 2) z) (pow y 2))))) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (+ (* t (+ z (* (pow t 2) (+ (* -1/3 (/ z (pow y 2))) (* 2/15 (/ (* (pow t 2) z) (pow y 4))))))) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt x> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (+ (* z (- t x)) (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y)))> |
#<alt (+ x (+ (* z (- t x)) (+ (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y) (/ (* z (- (+ (* 1/2 (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3))))) (* 1/2 (pow x 3))) (+ (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))) (* 1/2 (pow t 3))))) (pow y 2)))))> |
#<alt (+ x (+ (* z (- t x)) (+ (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y) (+ (/ (* z (- (+ (* -1/2 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3))))) (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (* 1/2 (+ (* -1 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/6 (pow t 3)))))) (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (* 1/12 (pow t 4)))))))) (+ (* -1/2 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (* -1/2 (pow t 3))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (* 1/2 (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4)))))))))) (pow y 3)) (/ (* z (- (+ (* 1/2 (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3))))) (* 1/2 (pow x 3))) (+ (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))) (* 1/2 (pow t 3))))) (pow y 2))))))> |
#<alt (+ x (* -1 (* z (- (* -1 t) (* -1 x)))))> |
#<alt (+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y)))> |
#<alt (+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* -1 (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))))) (/ (* z (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))) y)) y))))> |
#<alt (+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* -1 (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))))) (* -1 (/ (+ (* -1 (* z (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))) (/ (* z (- (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (+ (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))) (* 1/2 (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (+ (* 1/12 (pow t 4)) (* t (+ (* -1/6 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (+ (* 1/2 (* t (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))) (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))))))) y)) y))) y))))> |
#<alt (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))> |
#<alt (+ (* x (+ 1 (* -1 z))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))))))> |
#<alt (+ (* x (+ 1 (+ (* -1 z) (* 1/3 (/ (* (pow x 2) z) (pow y 2)))))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))))))> |
#<alt (+ (* x (+ 1 (+ (* -1 z) (* (pow x 2) (+ (* -2/15 (/ (* (pow x 2) z) (pow y 4))) (* 1/3 (/ z (pow y 2)))))))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))))))> |
#<alt x> |
#<alt (* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x)))> |
#<alt (* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x)))> |
#<alt (* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x)))> |
#<alt x> |
#<alt (* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x)) 1)))> |
#<alt (* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x)) 1)))> |
#<alt (* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x)) 1)))> |
#<alt x> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ x z)))> |
#<alt (* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ x z)))> |
#<alt (* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ x z)))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) (* -1 (/ x z)))))> |
#<alt (* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) (* -1 (/ x z)))))> |
#<alt (* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) (* -1 (/ x z)))))> |
#<alt (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (+ t (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (+ (* t (+ 1 (* -1/3 (/ (pow t 2) (pow y 2))))) (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (+ (* t (+ 1 (* (pow t 2) (- (* 2/15 (/ (pow t 2) (pow y 4))) (* 1/3 (/ 1 (pow y 2))))))) (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (- t x)> |
#<alt (- (+ t (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y))) (+ x (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))))> |
#<alt (- (+ t (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3)))) (pow y 2))) (+ (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y)) (* 1/2 (/ (pow x 3) (pow y 2)))))) (+ x (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (+ (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)) (* 1/2 (/ (pow t 3) (pow y 2)))))))> |
#<alt (- (+ t (+ (* -1/2 (/ (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3)))) (pow y 3))) (+ (* 1/4 (/ (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/6 (pow t 3)))))) (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (* 1/12 (pow t 4))))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3)))) (pow y 2))) (+ (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y)) (* 1/2 (/ (pow x 3) (pow y 2))))))))) (+ x (+ (* -1/2 (/ (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (* -1/2 (pow t 3)))) (pow y 3))) (+ (* 1/4 (/ (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4))))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (+ (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)) (* 1/2 (/ (pow t 3) (pow y 2))))))))))> |
#<alt (* -1 (- (* -1 t) (* -1 x)))> |
#<alt (- (+ (* -1 (- (* -1 t) (* -1 x))) (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y))) (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)))> |
#<alt (+ (* -1 (- (* -1 t) (* -1 x))) (* -1 (/ (- (+ (* -1 (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) (+ (* -1/2 (/ (pow x 3) y)) (* 1/2 (/ (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))) y)))) (+ (* -1/2 (/ (pow t 3) y)) (* 1/2 (/ (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))) y)))) y)))> |
#<alt (+ (* -1 (- (* -1 t) (* -1 x))) (* -1 (/ (+ (* -1 (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) (* -1 (/ (- (+ (* -1 (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))) (+ (* 1/4 (/ (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2))) y)) (+ (* 1/2 (/ (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))) y)) (* 1/2 (/ (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (+ (* 1/12 (pow t 4)) (* t (+ (* -1/6 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))))) y))))) (+ (* 1/4 (/ (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2))) y)) (+ (* 1/2 (/ (* t (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))) y)) (* 1/2 (/ (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))) y))))) y))) y)))> |
#<alt (* y (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))))> |
#<alt (+ (* -1 x) (* y (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))> |
#<alt (+ (* x (- (* 1/3 (/ (pow x 2) (pow y 2))) 1)) (* y (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))> |
#<alt (+ (* x (- (* (pow x 2) (+ (* -2/15 (/ (pow x 2) (pow y 4))) (* 1/3 (/ 1 (pow y 2))))) 1)) (* y (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))> |
#<alt (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))> |
#<alt (- (+ (* t (+ (* -1/3 (/ (pow t 2) (pow y 3))) (/ 1 y))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))> |
#<alt (- (+ (* t (+ (* (pow t 2) (- (* 2/15 (/ (pow t 2) (pow y 5))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (/ (- t x) y)> |
#<alt (/ (- (+ t (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y))) (+ x (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)))) y)> |
#<alt (/ (- (+ t (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3)))) (pow y 2))) (+ (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y)) (* 1/2 (/ (pow x 3) (pow y 2)))))) (+ x (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (+ (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)) (* 1/2 (/ (pow t 3) (pow y 2))))))) y)> |
#<alt (/ (- (+ t (+ (* -1/2 (/ (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3)))) (pow y 3))) (+ (* 1/4 (/ (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/6 (pow t 3)))))) (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (* 1/12 (pow t 4))))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3)))) (pow y 2))) (+ (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y)) (* 1/2 (/ (pow x 3) (pow y 2))))))))) (+ x (+ (* -1/2 (/ (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (* -1/2 (pow t 3)))) (pow y 3))) (+ (* 1/4 (/ (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4))))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (+ (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)) (* 1/2 (/ (pow t 3) (pow y 2)))))))))) y)> |
#<alt (* -1 (/ (- (* -1 t) (* -1 x)) y))> |
#<alt (* -1 (/ (- (+ (* -1 t) (* -1 (/ (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) (* -1 x)) y))> |
#<alt (* -1 (/ (- (+ (* -1 t) (* -1 (/ (- (+ (* -1 (/ (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))) y)) (* 1/2 (+ (* -1 (pow t 2)) (pow t 2)))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) (* -1 x)) y))> |
#<alt (* -1 (/ (- (+ (* -1 t) (* -1 (/ (- (+ (* -1 (/ (- (+ (* -1 (/ (- (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (+ (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))) (* 1/2 (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (+ (* 1/12 (pow t 4)) (* t (+ (* -1/6 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (+ (* 1/2 (* t (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))) (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))))))) y)) (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))) y)) (* 1/2 (+ (* -1 (pow t 2)) (pow t 2)))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) (* -1 x)) y))> |
#<alt (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))> |
#<alt (- (+ (* -1 (/ x y)) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))> |
#<alt (- (+ (* x (- (* 1/3 (/ (pow x 2) (pow y 3))) (/ 1 y))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))> |
#<alt (- (+ (* x (- (* (pow x 2) (+ (* -2/15 (/ (pow x 2) (pow y 5))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (/ t y)> |
#<alt (* t (+ (* -1/3 (/ (pow t 2) (pow y 3))) (/ 1 y)))> |
#<alt (* t (+ (* (pow t 2) (- (* 2/15 (/ (pow t 2) (pow y 5))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y)))> |
#<alt (* t (+ (* (pow t 2) (- (* (pow t 2) (+ (* -17/315 (/ (pow t 2) (pow y 7))) (* 2/15 (/ 1 (pow y 5))))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y)))> |
#<alt (/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))> |
#<alt (/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))> |
#<alt (/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))> |
#<alt (/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))> |
#<alt (/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))> |
#<alt (/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))> |
#<alt (/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))> |
#<alt (/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))> |
#<alt (/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))> |
#<alt (/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))> |
#<alt (/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))> |
#<alt (/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))> |
#<alt (/ t y)> |
#<alt (/ (+ t (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y))) y)> |
#<alt (/ (- (+ t (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y)))) (* 1/2 (/ (pow t 3) (pow y 2)))) y)> |
#<alt (/ (- (+ t (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/6 (pow t 3)))))) (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (* 1/12 (pow t 4))))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y))))) (+ (* -1/2 (/ (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (* -1/2 (pow t 3)))) (pow y 3))) (+ (* 1/4 (/ (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2))) (pow y 3))) (* 1/2 (/ (pow t 3) (pow y 2)))))) y)> |
#<alt (/ t y)> |
#<alt (* -1 (/ (+ (* -1 t) (* -1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y))) y))> |
#<alt (* -1 (/ (+ (* -1 t) (* -1 (/ (+ (* -1 (/ (- (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))) (* -1/2 (pow t 3))) y)) (* 1/2 (+ (* -1 (pow t 2)) (pow t 2)))) y))) y))> |
#<alt (* -1 (/ (+ (* -1 t) (* -1 (/ (+ (* -1 (/ (- (+ (* -1 (/ (- (* 1/2 (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (+ (* 1/12 (pow t 4)) (* t (+ (* -1/6 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (* 1/2 (* t (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))) y)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (* -1/2 (pow t 3))) y)) (* 1/2 (+ (* -1 (pow t 2)) (pow t 2)))) y))) y))> |
#<alt (* t z)> |
#<alt (+ (* t z) (* x (+ 1 (* -1 z))))> |
#<alt (+ (* t z) (* x (+ 1 (* -1 z))))> |
#<alt (+ (* t z) (* x (+ 1 (* -1 z))))> |
#<alt (* x (+ 1 (* -1 z)))> |
#<alt (* x (+ 1 (+ (* -1 z) (/ (* t z) x))))> |
#<alt (* x (+ 1 (+ (* -1 z) (/ (* t z) x))))> |
#<alt (* x (+ 1 (+ (* -1 z) (/ (* t z) x))))> |
#<alt (* -1 (* x (- z 1)))> |
#<alt (* -1 (* x (- (+ z (* -1 (/ (* t z) x))) 1)))> |
#<alt (* -1 (* x (- (+ z (* -1 (/ (* t z) x))) 1)))> |
#<alt (* -1 (* x (- (+ z (* -1 (/ (* t z) x))) 1)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt x> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (* z (- t x))> |
#<alt (* z (- (+ t (/ x z)) x))> |
#<alt (* z (- (+ t (/ x z)) x))> |
#<alt (* z (- (+ t (/ x z)) x))> |
#<alt (* z (- t x))> |
#<alt (* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z)))))> |
#<alt (* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z)))))> |
#<alt (* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z)))))> |
#<alt (+ x (* -1 (* x z)))> |
#<alt (+ x (+ (* -1 (* x z)) (* t z)))> |
#<alt (+ x (+ (* -1 (* x z)) (* t z)))> |
#<alt (+ x (+ (* -1 (* x z)) (* t z)))> |
#<alt (* t z)> |
#<alt (* t (+ z (+ (* -1 (/ (* x z) t)) (/ x t))))> |
#<alt (* t (+ z (+ (* -1 (/ (* x z) t)) (/ x t))))> |
#<alt (* t (+ z (+ (* -1 (/ (* x z) t)) (/ x t))))> |
#<alt (* t z)> |
#<alt (* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* x z))) t)))))> |
#<alt (* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* x z))) t)))))> |
#<alt (* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* x z))) t)))))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* -1 (* x z))> |
#<alt (+ (* -1 (* x z)) (* t z))> |
#<alt (+ (* -1 (* x z)) (* t z))> |
#<alt (+ (* -1 (* x z)) (* t z))> |
#<alt (* t z)> |
#<alt (* t (+ z (* -1 (/ (* x z) t))))> |
#<alt (* t (+ z (* -1 (/ (* x z) t))))> |
#<alt (* t (+ z (* -1 (/ (* x z) t))))> |
#<alt (* t z)> |
#<alt (* -1 (* t (+ (* -1 z) (/ (* x z) t))))> |
#<alt (* -1 (* t (+ (* -1 z) (/ (* x z) t))))> |
#<alt (* -1 (* t (+ (* -1 z) (/ (* x z) t))))> |
#<alt (* t z)> |
#<alt (+ (* -1 (* x z)) (* t z))> |
#<alt (+ (* -1 (* x z)) (* t z))> |
#<alt (+ (* -1 (* x z)) (* t z))> |
#<alt (* -1 (* x z))> |
#<alt (* x (+ (* -1 z) (/ (* t z) x)))> |
#<alt (* x (+ (* -1 z) (/ (* t z) x)))> |
#<alt (* x (+ (* -1 z) (/ (* t z) x)))> |
#<alt (* -1 (* x z))> |
#<alt (* -1 (* x (+ z (* -1 (/ (* t z) x)))))> |
#<alt (* -1 (* x (+ z (* -1 (/ (* t z) x)))))> |
#<alt (* -1 (* x (+ z (* -1 (/ (* t z) x)))))> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* y z)> |
#<alt (* -1 (/ x y))> |
#<alt (+ (* -1 (/ x y)) (/ t y))> |
#<alt (+ (* -1 (/ x y)) (/ t y))> |
#<alt (+ (* -1 (/ x y)) (/ t y))> |
#<alt (/ t y)> |
#<alt (* t (+ (* -1 (/ x (* t y))) (/ 1 y)))> |
#<alt (* t (+ (* -1 (/ x (* t y))) (/ 1 y)))> |
#<alt (* t (+ (* -1 (/ x (* t y))) (/ 1 y)))> |
#<alt (/ t y)> |
#<alt (* -1 (* t (- (/ x (* t y)) (/ 1 y))))> |
#<alt (* -1 (* t (- (/ x (* t y)) (/ 1 y))))> |
#<alt (* -1 (* t (- (/ x (* t y)) (/ 1 y))))> |
#<alt (/ t y)> |
#<alt (+ (* -1 (/ x y)) (/ t y))> |
#<alt (+ (* -1 (/ x y)) (/ t y))> |
#<alt (+ (* -1 (/ x y)) (/ t y))> |
#<alt (* -1 (/ x y))> |
#<alt (* x (- (/ t (* x y)) (/ 1 y)))> |
#<alt (* x (- (/ t (* x y)) (/ 1 y)))> |
#<alt (* x (- (/ t (* x y)) (/ 1 y)))> |
#<alt (* -1 (/ x y))> |
#<alt (* -1 (* x (+ (* -1 (/ t (* x y))) (/ 1 y))))> |
#<alt (* -1 (* x (+ (* -1 (/ t (* x y))) (/ 1 y))))> |
#<alt (* -1 (* x (+ (* -1 (/ t (* x y))) (/ 1 y))))> |
#<alt (/ (- t x) y)> |
#<alt (/ (- t x) y)> |
#<alt (/ (- t x) y)> |
#<alt (/ (- t x) y)> |
#<alt (/ (- t x) y)> |
#<alt (/ (- t x) y)> |
#<alt (/ (- t x) y)> |
#<alt (/ (- t x) y)> |
#<alt (/ (- t x) y)> |
#<alt (/ (- t x) y)> |
#<alt (/ (- t x) y)> |
#<alt (/ (- t x) y)> |
#<alt (* t z)> |
#<alt (+ (* t z) (* x (+ 1 (* -1 z))))> |
#<alt (+ (* t z) (* x (+ 1 (+ (* -1 z) (* 1/3 (/ (* (pow x 2) z) (pow y 2)))))))> |
#<alt (+ (* t z) (* x (+ 1 (+ (* -1 z) (* (pow x 2) (+ (* -2/15 (/ (* (pow x 2) z) (pow y 4))) (* 1/3 (/ z (pow y 2)))))))))> |
#<alt x> |
#<alt (* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) x)))> |
#<alt (* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) x)))> |
#<alt (* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) x)))> |
#<alt x> |
#<alt (* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) x)) 1)))> |
#<alt (* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) x)) 1)))> |
#<alt (* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) x)) 1)))> |
#<alt (+ x (* t z))> |
#<alt (+ x (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (+ (* -1/2 (/ (* z (+ (* -1 (pow x 2)) (pow x 2))) y)) (* z (- t x))))> |
#<alt (+ x (+ (* -1/2 (/ (* z (+ (* -1 (pow x 2)) (pow x 2))) y)) (+ (* z (- t x)) (/ (* z (- (* 1/2 (pow x 3)) (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))))) (pow y 2)))))> |
#<alt (+ x (+ (* -1/2 (/ (* z (+ (* -1 (pow x 2)) (pow x 2))) y)) (+ (* z (- t x)) (+ (/ (* z (- (* 1/2 (pow x 3)) (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))))) (pow y 2)) (/ (* z (- (+ (* -1/2 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3))))) (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2))))) (* 1/2 (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4)))))))) (pow y 3))))))> |
#<alt (+ x (* -1 (* z (- (* -1 t) (* -1 x)))))> |
#<alt (+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1/2 (/ (* z (+ (* -1 (pow x 2)) (pow x 2))) y))))> |
#<alt (+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* 1/2 (* z (+ (* -1 (pow x 2)) (pow x 2)))) (/ (* z (- (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))) y)) y))))> |
#<alt (+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* -1 (/ (+ (* -1 (* z (- (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))) (/ (* z (- (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))) (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))))) y)) y)) (* 1/2 (* z (+ (* -1 (pow x 2)) (pow x 2))))) y))))> |
#<alt x> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) (/ x z)))> |
#<alt (* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) (/ x z)))> |
#<alt (* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) (/ x z)))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (* -1 (/ x z)))))> |
#<alt (* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (* -1 (/ x z)))))> |
#<alt (* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (* -1 (/ x z)))))> |
#<alt (+ x (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (+ x (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (* t z)> |
#<alt (* t (+ z (+ (/ x t) (/ (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) t))))> |
#<alt (* t (+ z (+ (/ x t) (/ (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) t))))> |
#<alt (* t (+ z (+ (/ x t) (/ (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) t))))> |
#<alt (* t z)> |
#<alt (* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* y (* z (- (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))) t)))))> |
#<alt (* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* y (* z (- (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))) t)))))> |
#<alt (* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* y (* z (- (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))) t)))))> |
#<alt (* t z)> |
#<alt (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* z (- t x))> |
#<alt (+ (* -1/2 (/ (* z (+ (* -1 (pow x 2)) (pow x 2))) y)) (* z (- t x)))> |
#<alt (+ (* -1/2 (/ (* z (+ (* -1 (pow x 2)) (pow x 2))) y)) (+ (* z (- t x)) (/ (* z (- (* 1/2 (pow x 3)) (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))))) (pow y 2))))> |
#<alt (+ (* -1/2 (/ (* z (+ (* -1 (pow x 2)) (pow x 2))) y)) (+ (* z (- t x)) (+ (/ (* z (- (* 1/2 (pow x 3)) (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))))) (pow y 2)) (/ (* z (- (+ (* -1/2 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3))))) (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2))))) (* 1/2 (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4)))))))) (pow y 3)))))> |
#<alt (* -1 (* z (- (* -1 t) (* -1 x))))> |
#<alt (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1/2 (/ (* z (+ (* -1 (pow x 2)) (pow x 2))) y)))> |
#<alt (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* 1/2 (* z (+ (* -1 (pow x 2)) (pow x 2)))) (/ (* z (- (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))) y)) y)))> |
#<alt (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* -1 (/ (+ (* -1 (* z (- (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))) (/ (* z (- (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))) (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))))) y)) y)) (* 1/2 (* z (+ (* -1 (pow x 2)) (pow x 2))))) y)))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* t z)> |
#<alt (* t (+ z (/ (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) t)))> |
#<alt (* t (+ z (/ (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) t)))> |
#<alt (* t (+ z (/ (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) t)))> |
#<alt (* t z)> |
#<alt (* -1 (* t (+ (* -1 z) (/ (* y (* z (- (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) t))))> |
#<alt (* -1 (* t (+ (* -1 z) (/ (* y (* z (- (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) t))))> |
#<alt (* -1 (* t (+ (* -1 z) (/ (* y (* z (- (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) t))))> |
#<alt (* t z)> |
#<alt (+ (* -1 (* x z)) (* t z))> |
#<alt (+ (* t z) (* x (+ (* -1 z) (* 1/3 (/ (* (pow x 2) z) (pow y 2))))))> |
#<alt (+ (* t z) (* x (+ (* -1 z) (* (pow x 2) (+ (* -2/15 (/ (* (pow x 2) z) (pow y 4))) (* 1/3 (/ z (pow y 2))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))> |
#<alt (/ t y)> |
#<alt (* t (- (+ (/ 1 y) (/ 1 (* t (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ (exp (/ x y)) (* t (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (* t (- (+ (/ 1 y) (/ 1 (* t (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ (exp (/ x y)) (* t (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (* t (- (+ (/ 1 y) (/ 1 (* t (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ (exp (/ x y)) (* t (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (/ t y)> |
#<alt (* -1 (* t (- (* -1 (/ (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) t)) (/ 1 y))))> |
#<alt (* -1 (* t (- (* -1 (/ (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) t)) (/ 1 y))))> |
#<alt (* -1 (* t (- (* -1 (/ (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) t)) (/ 1 y))))> |
#<alt (/ t y)> |
#<alt (/ (+ t (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) y)> |
#<alt (/ (+ t (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) y)> |
#<alt (/ (+ t (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) y)> |
#<alt (/ (- t x) y)> |
#<alt (/ (- (+ t (* -1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))) x) y)> |
#<alt (/ (- (+ t (* 1/2 (/ (pow x 3) (pow y 2)))) (+ x (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))))) y)> |
#<alt (/ (- (+ t (+ (* -1/2 (/ (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3)))) (pow y 3))) (+ (* 1/4 (/ (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2))) (pow y 3))) (* 1/2 (/ (pow x 3) (pow y 2)))))) (+ x (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4))))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)))))) y)> |
#<alt (* -1 (/ (- (* -1 t) (* -1 x)) y))> |
#<alt (* -1 (/ (- (+ (* -1 t) (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))) (* -1 x)) y))> |
#<alt (* -1 (/ (- (+ (* -1 t) (* -1 (/ (- (* -1 (/ (- (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))) y)) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) (* -1 x)) y))> |
#<alt (* -1 (/ (- (+ (* -1 t) (* -1 (/ (- (* -1 (/ (- (+ (* -1 (/ (- (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))) (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))))) y)) (* -1/2 (pow x 3))) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))) y)) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) (* -1 x)) y))> |
#<alt (/ t y)> |
#<alt (+ (* -1 (/ x y)) (/ t y))> |
#<alt (+ (* x (- (* 1/3 (/ (pow x 2) (pow y 3))) (/ 1 y))) (/ t y))> |
#<alt (+ (* x (- (* (pow x 2) (+ (* -2/15 (/ (pow x 2) (pow y 5))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) (/ t y))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))> |
#<alt (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))> |
#<alt (+ (* x (+ 1 (* -1 z))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))))))> |
#<alt (+ (* x (+ 1 (+ (* -1 z) (* 1/3 (/ (* (pow x 2) z) (pow y 2)))))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))))))> |
#<alt (+ (* x (+ 1 (+ (* -1 z) (* (pow x 2) (+ (* -2/15 (/ (* (pow x 2) z) (pow y 4))) (* 1/3 (/ z (pow y 2)))))))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))))))> |
#<alt x> |
#<alt (* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x)))> |
#<alt (* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x)))> |
#<alt (* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x)))> |
#<alt x> |
#<alt (* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x)) 1)))> |
#<alt (* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x)) 1)))> |
#<alt (* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x)) 1)))> |
#<alt (+ x (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (+ x (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (+ (* t (+ z (* -1/3 (/ (* (pow t 2) z) (pow y 2))))) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (+ (* t (+ z (* (pow t 2) (+ (* -1/3 (/ z (pow y 2))) (* 2/15 (/ (* (pow t 2) z) (pow y 4))))))) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt x> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (+ (* z (- t x)) (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y)))> |
#<alt (+ x (+ (* z (- t x)) (+ (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y) (/ (* z (- (+ (* 1/2 (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3))))) (* 1/2 (pow x 3))) (+ (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))) (* 1/2 (pow t 3))))) (pow y 2)))))> |
#<alt (+ x (+ (* z (- t x)) (+ (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y) (+ (/ (* z (- (+ (* -1/2 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3))))) (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (* 1/2 (+ (* -1 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/6 (pow t 3)))))) (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (* 1/12 (pow t 4)))))))) (+ (* -1/2 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (* -1/2 (pow t 3))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (* 1/2 (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4)))))))))) (pow y 3)) (/ (* z (- (+ (* 1/2 (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3))))) (* 1/2 (pow x 3))) (+ (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))) (* 1/2 (pow t 3))))) (pow y 2))))))> |
#<alt (+ x (* -1 (* z (- (* -1 t) (* -1 x)))))> |
#<alt (+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y)))> |
#<alt (+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* -1 (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))))) (/ (* z (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))) y)) y))))> |
#<alt (+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* -1 (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))))) (* -1 (/ (+ (* -1 (* z (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))) (/ (* z (- (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (+ (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))) (* 1/2 (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (+ (* 1/12 (pow t 4)) (* t (+ (* -1/6 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (+ (* 1/2 (* t (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))) (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))))))) y)) y))) y))))> |
#<alt x> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ x z)))> |
#<alt (* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ x z)))> |
#<alt (* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ x z)))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) (* -1 (/ x z)))))> |
#<alt (* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) (* -1 (/ x z)))))> |
#<alt (* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) (* -1 (/ x z)))))> |
#<alt (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (+ (* t (+ z (* -1/3 (/ (* (pow t 2) z) (pow y 2))))) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (+ (* t (+ z (* (pow t 2) (+ (* -1/3 (/ z (pow y 2))) (* 2/15 (/ (* (pow t 2) z) (pow y 4))))))) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* z (- t x))> |
#<alt (+ (* z (- t x)) (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y))> |
#<alt (+ (* z (- t x)) (+ (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y) (/ (* z (- (+ (* 1/2 (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3))))) (* 1/2 (pow x 3))) (+ (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))) (* 1/2 (pow t 3))))) (pow y 2))))> |
#<alt (+ (* z (- t x)) (+ (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y) (+ (/ (* z (- (+ (* -1/2 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3))))) (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (* 1/2 (+ (* -1 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/6 (pow t 3)))))) (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (* 1/12 (pow t 4)))))))) (+ (* -1/2 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (* -1/2 (pow t 3))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (* 1/2 (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4)))))))))) (pow y 3)) (/ (* z (- (+ (* 1/2 (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3))))) (* 1/2 (pow x 3))) (+ (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))) (* 1/2 (pow t 3))))) (pow y 2)))))> |
#<alt (* -1 (* z (- (* -1 t) (* -1 x))))> |
#<alt (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y))> |
#<alt (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* -1 (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))))) (/ (* z (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))) y)) y)))> |
#<alt (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* -1 (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))))) (* -1 (/ (+ (* -1 (* z (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))) (/ (* z (- (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (+ (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))) (* 1/2 (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (+ (* 1/12 (pow t 4)) (* t (+ (* -1/6 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (+ (* 1/2 (* t (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))) (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))))))) y)) y))) y)))> |
#<alt (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))> |
#<alt (+ (* -1 (* x z)) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))))))> |
#<alt (+ (* x (+ (* -1 z) (* 1/3 (/ (* (pow x 2) z) (pow y 2))))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))))))> |
#<alt (+ (* x (+ (* -1 z) (* (pow x 2) (+ (* -2/15 (/ (* (pow x 2) z) (pow y 4))) (* 1/3 (/ z (pow y 2))))))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (/ x y)> |
#<alt (* x (+ (* -1/3 (/ (pow x 2) (pow y 3))) (/ 1 y)))> |
#<alt (* x (+ (* (pow x 2) (- (* 2/15 (/ (pow x 2) (pow y 5))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y)))> |
#<alt (* x (+ (* (pow x 2) (- (* (pow x 2) (+ (* -17/315 (/ (pow x 2) (pow y 7))) (* 2/15 (/ 1 (pow y 5))))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y)))> |
#<alt (/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))> |
#<alt (/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))> |
#<alt (/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))> |
#<alt (/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))> |
#<alt (/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))> |
#<alt (/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))> |
#<alt (/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))> |
#<alt (/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))> |
#<alt (/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))> |
#<alt (/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))> |
#<alt (/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))> |
#<alt (/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))> |
#<alt (/ x y)> |
#<alt (/ (+ x (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))) y)> |
#<alt (/ (- (+ x (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)))) (* 1/2 (/ (pow x 3) (pow y 2)))) y)> |
#<alt (/ (- (+ x (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4))))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))))) (+ (* -1/2 (/ (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3)))) (pow y 3))) (+ (* 1/4 (/ (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2))) (pow y 3))) (* 1/2 (/ (pow x 3) (pow y 2)))))) y)> |
#<alt (/ x y)> |
#<alt (* -1 (/ (+ (* -1 x) (* -1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))) y))> |
#<alt (* -1 (/ (+ (* -1 x) (* -1 (/ (+ (* -1 (/ (- (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))) (* -1/2 (pow x 3))) y)) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) y))> |
#<alt (* -1 (/ (+ (* -1 x) (* -1 (/ (+ (* -1 (/ (- (+ (* -1 (/ (- (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))) (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))) y)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))) (* -1/2 (pow x 3))) y)) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) y))> |
138 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 12.0ms | z | @ | 0 | (+ x (* (* y z) (- (/ t y) (tanh (/ x y))))) |
| 1.0ms | y | @ | inf | (+ x (* (* y z) (- (/ t y) (tanh (/ x y))))) |
| 1.0ms | y | @ | -inf | (+ x (* (* y z) (- (/ t y) (tanh (/ x y))))) |
| 1.0ms | y | @ | -inf | (* (- (tanh (/ t y)) (tanh (/ x y))) y) |
| 1.0ms | t | @ | -inf | (+ x (* (* y z) (- (/ t y) (tanh (/ x y))))) |
| 1× | batch-egg-rewrite |
| 3494× | /-lowering-/.f32 |
| 3494× | /-lowering-/.f64 |
| 3278× | *-lowering-*.f32 |
| 3278× | *-lowering-*.f64 |
| 2190× | +-lowering-+.f64 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 21 | 131 |
| 1 | 166 | 129 |
| 2 | 1885 | 129 |
| 0 | 9243 | 129 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ (* (* (- (tanh (/ t y)) (tanh (/ x y))) y) z) x) |
(* (- (tanh (/ t y)) (tanh (/ x y))) y) |
(- (tanh (/ t y)) (tanh (/ x y))) |
(tanh (/ t y)) |
(+ x (* (* y z) (/ (- t x) y))) |
(* (* y z) (/ (- t x) y)) |
(* y z) |
(/ (- t x) y) |
(+ x (* (* y z) (- (/ t y) (tanh (/ x y))))) |
(* (* y z) (- (/ t y) (tanh (/ x y)))) |
(- (/ t y) (tanh (/ x y))) |
(+ x (* (* (- (tanh (/ t y)) (tanh (/ x y))) y) z)) |
(* (* (- (tanh (/ t y)) (tanh (/ x y))) y) z) |
(tanh (/ x y)) |
| Outputs |
|---|
(+.f64 x (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z))) |
(+.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x) |
(-.f64 (/.f64 (*.f64 x x) (-.f64 x (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)))) (/.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (-.f64 x (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z))))) |
(-.f64 (/.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (-.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x)) (/.f64 (*.f64 x x) (-.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x))) |
(fma.f64 y (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) z) x) |
(fma.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z) x) |
(fma.f64 (*.f64 y (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) z x) |
(fma.f64 z (*.f64 y (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) x) |
(fma.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) x) |
(fma.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) z) y x) |
(fma.f64 (*.f64 z (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) y x) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) (-.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x))) (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x (-.f64 x (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z))))) (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 x (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z))) (-.f64 (*.f64 x x) (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x) (-.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x x)))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 3 binary64))) (+.f64 (*.f64 x x) (*.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) (-.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x)))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x (-.f64 x (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)))))) |
(/.f64 (-.f64 (*.f64 x x) (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64))) (-.f64 x (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x x)) (-.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) (-.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x))) (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 3 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x (-.f64 x (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z))))) (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 3 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 x (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z))) (-.f64 (*.f64 x x) (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x) (-.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x x))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 3 binary64)))) (neg.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) (-.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 3 binary64)))) (neg.f64 (+.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x (-.f64 x (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x x) (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)))) (neg.f64 (-.f64 x (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x x))) (neg.f64 (-.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 3 binary64))))) (neg.f64 (neg.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) (-.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x)))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 3 binary64))))) (neg.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x (-.f64 x (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 x x) (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64))))) (neg.f64 (neg.f64 (-.f64 x (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x x)))) (neg.f64 (neg.f64 (-.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x)))) |
(pow.f64 (/.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) (-.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x))) (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x (-.f64 x (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z))))) (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 x (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z))) (-.f64 (*.f64 x x) (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x) (-.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x x))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (*.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) (-.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x))))) |
(*.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x (-.f64 x (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z))))))) |
(*.f64 (-.f64 (*.f64 x x) (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 x (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z))))) |
(*.f64 (-.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x))) |
(+.f64 (*.f64 y (tanh.f64 (/.f64 t y))) (*.f64 y (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))))) |
(+.f64 (*.f64 (tanh.f64 (/.f64 t y)) y) (*.f64 (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))) y)) |
(fma.f64 y (tanh.f64 (/.f64 t y)) (*.f64 y (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))))) |
(fma.f64 (tanh.f64 (/.f64 t y)) y (*.f64 (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))) y)) |
(/.f64 (*.f64 y (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64)))) (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))) |
(/.f64 (*.f64 y (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)))) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64))) y) (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64))) y) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) |
(/.f64 (neg.f64 (*.f64 y (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64))))) (neg.f64 (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))))) |
(/.f64 (neg.f64 (*.f64 y (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64))))) (neg.f64 (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64))) y)) (neg.f64 (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64))) y)) (neg.f64 (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 y (tanh.f64 (/.f64 t y))) #s(literal 3 binary64)) (pow.f64 (*.f64 y (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y)))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 y (tanh.f64 (/.f64 t y))) (*.f64 y (tanh.f64 (/.f64 t y)))) (-.f64 (*.f64 (*.f64 y (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y)))) (*.f64 y (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))))) (*.f64 (*.f64 y (tanh.f64 (/.f64 t y))) (*.f64 y (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y)))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (tanh.f64 (/.f64 t y)) y) #s(literal 3 binary64)) (pow.f64 (*.f64 (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))) y) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 (tanh.f64 (/.f64 t y)) y) (*.f64 (tanh.f64 (/.f64 t y)) y)) (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))) y) (*.f64 (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))) y)) (*.f64 (*.f64 (tanh.f64 (/.f64 t y)) y) (*.f64 (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))) y))))) |
(*.f64 y (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) |
(*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) y) |
(+.f64 (tanh.f64 (/.f64 t y)) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y)))) |
(+.f64 (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))) (tanh.f64 (/.f64 t y))) |
(+.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y)))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) |
(+.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y)))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))))) |
(+.f64 (fma.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y)))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(+.f64 (fma.f64 (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t))))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) |
(+.f64 (fma.f64 (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t))))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))))) |
(+.f64 (fma.f64 (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t))))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t))))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t))))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t))))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) |
(-.f64 (/.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))) (/.f64 (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64)) (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))))) |
(-.f64 (/.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) (/.f64 (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) |
(-.f64 (/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) (/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))))) |
(-.f64 (/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))))) |
(-.f64 (/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (/.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(-.f64 (/.f64 (*.f64 (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t)))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t)))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t)))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))))) |
(-.f64 (/.f64 (*.f64 (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t)))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)))) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t)))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t)))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))))) |
(-.f64 (/.f64 (*.f64 (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t)))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t)))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t)))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(-.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))))) |
(-.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)))) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))))) |
(-.f64 (/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(-.f64 (/.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (-.f64 (tanh.f64 (/.f64 t y)) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))))) (/.f64 (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)) (-.f64 (tanh.f64 (/.f64 t y)) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y)))))) |
(fma.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y)))) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y)))) |
(fma.f64 (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t))))) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y)))) |
(fma.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t))))) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y)))) |
(fma.f64 #s(literal -1 binary64) (tanh.f64 (/.f64 x y)) (tanh.f64 (/.f64 t y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64))) (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))) |
(/.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64))) (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (-.f64 (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 t y)) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))))))) |
(/.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64))) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) |
(/.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64))) (-.f64 (tanh.f64 (/.f64 t y)) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) |
(/.f64 (-.f64 (*.f64 (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t)))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t)))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) |
(/.f64 (-.f64 (*.f64 (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t)))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t)))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t)))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t)))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64)))) (neg.f64 (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64)))) (neg.f64 (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (-.f64 (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 t y)) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y)))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)))) (neg.f64 (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)))) (neg.f64 (-.f64 (tanh.f64 (/.f64 t y)) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) (neg.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))))) (neg.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) (neg.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t)))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t)))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t)))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t)))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t)))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t)))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64))))) (neg.f64 (neg.f64 (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64))))) (neg.f64 (neg.f64 (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))) |
(/.f64 (+.f64 (neg.f64 (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64))) (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64))) (+.f64 (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)) (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))) (tanh.f64 (/.f64 t y)))))) |
(pow.f64 (/.f64 (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))))) |
(*.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) |
(-.f64 (/.f64 (exp.f64 (/.f64 t y)) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y)))) (/.f64 (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))))) |
(-.f64 (/.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t)))))) |
(-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t))))) (/.f64 (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))))) |
(/.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y)))) |
(/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (cosh.f64 (/.f64 t y)) (sinh.f64 (/.f64 t y))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t)))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))))) |
(/.f64 (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (cosh.f64 (/.f64 t y)) (sinh.f64 (/.f64 t y)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t)))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y)))) (neg.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))))) |
(/.f64 (neg.f64 (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t)))) (neg.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t))))) (neg.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))))) (neg.f64 (neg.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y)))))) |
(/.f64 (neg.f64 (neg.f64 (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t))))) (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))))) (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t))))))) |
(pow.f64 (*.f64 #s(literal 1 binary64) (/.f64 (cosh.f64 (/.f64 t y)) (sinh.f64 (/.f64 t y)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t)))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t))))) #s(literal -1 binary64)) |
(*.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (sinh.f64 (/.f64 t y)) (cosh.f64 (/.f64 t y)))) |
(*.f64 (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t)))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))))) |
(tanh.f64 (/.f64 t y)) |
(+.f64 x (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x)))) |
(+.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x) |
(-.f64 (/.f64 (*.f64 x x) (-.f64 x (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))))) (/.f64 (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))))) (-.f64 x (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x)))))) |
(-.f64 (/.f64 (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))))) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) (/.f64 (*.f64 x x) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x))) |
(fma.f64 y (/.f64 z (/.f64 y (-.f64 t x))) x) |
(fma.f64 z (*.f64 y (/.f64 (-.f64 t x) y)) x) |
(fma.f64 (*.f64 y z) (/.f64 (-.f64 t x) y) x) |
(fma.f64 (-.f64 t x) (*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 y z)) x) |
(fma.f64 (/.f64 (-.f64 t x) y) (*.f64 y z) x) |
(fma.f64 (/.f64 z (/.f64 y (-.f64 t x))) y x) |
(fma.f64 (*.f64 y (*.f64 z (-.f64 t x))) (/.f64 #s(literal 1 binary64) y) x) |
(fma.f64 (*.f64 (/.f64 (-.f64 t x) y) y) z x) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x x) (*.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x))) (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 x (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x)))) (-.f64 (*.f64 x x) (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x)))))))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))))))) (+.f64 (*.f64 x x) (*.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))))))) (+.f64 (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))))) (-.f64 (*.f64 x x) (*.f64 (*.f64 x y) (/.f64 z (/.f64 y (-.f64 t x))))))) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x)))))) (-.f64 x (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 x x) (*.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x))) (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x)))))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 x (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x)))) (-.f64 (*.f64 x x) (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x)))))))) (neg.f64 (+.f64 (*.f64 x x) (*.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x)))))))) (neg.f64 (+.f64 (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))))) (-.f64 (*.f64 x x) (*.f64 (*.f64 x y) (/.f64 z (/.f64 y (-.f64 t x)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x x) (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))))))) (neg.f64 (-.f64 x (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))))) (*.f64 x x)) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))))))))) (neg.f64 (neg.f64 (+.f64 (*.f64 x x) (*.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 x x) (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x)))))))) (neg.f64 (neg.f64 (-.f64 x (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))))) (*.f64 x x))) (neg.f64 (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x))) |
(pow.f64 (/.f64 (+.f64 (*.f64 x x) (*.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x))) (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x)))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 x (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x)))) (-.f64 (*.f64 x x) (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (*.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x))))) |
(*.f64 (-.f64 (*.f64 x x) (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x)))))) (/.f64 #s(literal 1 binary64) (-.f64 x (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x)))))) |
(/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) |
(/.f64 #s(literal 1 binary64) (/.f64 y (*.f64 y (*.f64 z (-.f64 t x))))) |
(/.f64 (*.f64 y (*.f64 z (-.f64 t x))) y) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 y (*.f64 y (*.f64 z (-.f64 t x)))))) |
(/.f64 (neg.f64 (*.f64 y (*.f64 z (-.f64 t x)))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (neg.f64 (*.f64 y z)) (neg.f64 (/.f64 y (-.f64 t x)))) |
(/.f64 (*.f64 (*.f64 y z) #s(literal 1 binary64)) (/.f64 y (-.f64 t x))) |
(/.f64 (*.f64 (*.f64 y z) (-.f64 #s(literal 0 binary64) (-.f64 t x))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 y z)) (/.f64 y (-.f64 t x))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 t x)) (*.f64 y z)) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (neg.f64 (neg.f64 (*.f64 y (*.f64 z (-.f64 t x))))) (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y z) #s(literal 1 binary64))) (neg.f64 (/.f64 y (-.f64 t x)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y z) (-.f64 #s(literal 0 binary64) (-.f64 t x)))) (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 y z))) (neg.f64 (/.f64 y (-.f64 t x)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 t x)) (*.f64 y z))) (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(pow.f64 (/.f64 y (*.f64 y (*.f64 z (-.f64 t x)))) #s(literal -1 binary64)) |
(*.f64 y (/.f64 z (/.f64 y (-.f64 t x)))) |
(*.f64 z (*.f64 y (/.f64 (-.f64 t x) y))) |
(*.f64 (*.f64 y z) (/.f64 (-.f64 t x) y)) |
(*.f64 (-.f64 t x) (*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 y z))) |
(*.f64 (/.f64 (-.f64 t x) y) (*.f64 y z)) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 y z) (/.f64 #s(literal 1 binary64) (-.f64 t x)))) |
(*.f64 (/.f64 z (/.f64 y (-.f64 t x))) y) |
(*.f64 (*.f64 y (*.f64 z (-.f64 t x))) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (*.f64 (/.f64 (-.f64 t x) y) y) z) |
(*.f64 (/.f64 z y) (/.f64 y (/.f64 #s(literal 1 binary64) (-.f64 t x)))) |
(*.f64 (/.f64 z (/.f64 y (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))))) (/.f64 y (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) |
(*.f64 (/.f64 z (/.f64 y (-.f64 (*.f64 t t) (*.f64 x x)))) (/.f64 y (+.f64 t x))) |
(*.f64 (/.f64 y y) (/.f64 z (/.f64 #s(literal 1 binary64) (-.f64 t x)))) |
(*.f64 (/.f64 y (/.f64 y (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))))) (/.f64 z (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) |
(*.f64 (/.f64 y (/.f64 y (-.f64 (*.f64 t t) (*.f64 x x)))) (/.f64 z (+.f64 t x))) |
(*.f64 (/.f64 (*.f64 y z) y) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 t x)))) |
(*.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) |
(*.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 (*.f64 t t) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 t x))) |
(*.f64 (/.f64 (*.f64 y z) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 t x)) y)) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 y (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))))) (/.f64 (*.f64 y z) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 y (-.f64 (*.f64 t t) (*.f64 x x)))) (/.f64 (*.f64 y z) (+.f64 t x))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 t x)) #s(literal -1 binary64)) (/.f64 (*.f64 y z) y)) |
(*.f64 y z) |
(*.f64 z y) |
(+.f64 (/.f64 t y) (/.f64 x (-.f64 #s(literal 0 binary64) y))) |
(+.f64 (/.f64 (-.f64 t x) y) (+.f64 (*.f64 (neg.f64 (/.f64 #s(literal 1 binary64) y)) x) (/.f64 x y))) |
(+.f64 (/.f64 (-.f64 t x) y) (fma.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 1 binary64) y) (/.f64 x y))) |
(+.f64 (fma.f64 t (/.f64 #s(literal 1 binary64) y) (neg.f64 (*.f64 (/.f64 x y) #s(literal 1 binary64)))) (fma.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)) #s(literal 1 binary64) (*.f64 (/.f64 x y) #s(literal 1 binary64)))) |
(+.f64 (fma.f64 t (/.f64 #s(literal 1 binary64) y) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) x)))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y))) (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) x)))) |
(+.f64 (fma.f64 #s(literal 1 binary64) (/.f64 t y) (neg.f64 (*.f64 (/.f64 x y) #s(literal 1 binary64)))) (fma.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)) #s(literal 1 binary64) (*.f64 (/.f64 x y) #s(literal 1 binary64)))) |
(+.f64 (fma.f64 #s(literal 1 binary64) (/.f64 t y) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) x)))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y))) (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) x)))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y)) (neg.f64 (*.f64 (/.f64 x y) #s(literal 1 binary64)))) (fma.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)) #s(literal 1 binary64) (*.f64 (/.f64 x y) #s(literal 1 binary64)))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y)) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) x)))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y))) (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) x)))) |
(+.f64 (fma.f64 (/.f64 #s(literal 1 binary64) y) t (neg.f64 (*.f64 (/.f64 x y) #s(literal 1 binary64)))) (fma.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)) #s(literal 1 binary64) (*.f64 (/.f64 x y) #s(literal 1 binary64)))) |
(+.f64 (fma.f64 (/.f64 #s(literal 1 binary64) y) t (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) x)))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y))) (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) x)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 y (-.f64 t x))) #s(literal -1 binary64))) |
(-.f64 (/.f64 t y) (/.f64 x y)) |
(-.f64 (/.f64 (/.f64 (*.f64 t (*.f64 t t)) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))) y) (/.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))) y)) |
(-.f64 (/.f64 (/.f64 (*.f64 t t) (+.f64 t x)) y) (/.f64 (/.f64 (*.f64 x x) (+.f64 t x)) y)) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) y)) (/.f64 (-.f64 t x) (-.f64 #s(literal 0 binary64) y))) |
(-.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 y (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) (/.f64 (*.f64 x (*.f64 x x)) (*.f64 y (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))))) |
(-.f64 (/.f64 (*.f64 t t) (*.f64 y (+.f64 t x))) (/.f64 (*.f64 x x) (*.f64 y (+.f64 t x)))) |
(-.f64 (/.f64 (*.f64 t y) (*.f64 y y)) (/.f64 (*.f64 y x) (*.f64 y y))) |
(-.f64 (/.f64 (*.f64 t (/.f64 y x)) (*.f64 y (/.f64 y x))) (/.f64 (*.f64 y #s(literal 1 binary64)) (*.f64 y (/.f64 y x)))) |
(-.f64 (/.f64 (*.f64 t (-.f64 #s(literal 0 binary64) y)) (*.f64 y (-.f64 #s(literal 0 binary64) y))) (/.f64 (*.f64 y (-.f64 #s(literal 0 binary64) x)) (*.f64 y (-.f64 #s(literal 0 binary64) y)))) |
(-.f64 (/.f64 (*.f64 #s(literal 1 binary64) y) (*.f64 (/.f64 y t) y)) (/.f64 (*.f64 (/.f64 y t) x) (*.f64 (/.f64 y t) y))) |
(-.f64 (/.f64 (/.f64 y x) (*.f64 (/.f64 y t) (/.f64 y x))) (/.f64 (*.f64 (/.f64 y t) #s(literal 1 binary64)) (*.f64 (/.f64 y t) (/.f64 y x)))) |
(-.f64 (/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y)) (*.f64 (/.f64 y t) (-.f64 #s(literal 0 binary64) y))) (/.f64 (*.f64 (/.f64 y t) (-.f64 #s(literal 0 binary64) x)) (*.f64 (/.f64 y t) (-.f64 #s(literal 0 binary64) y)))) |
(-.f64 (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) y) (*.f64 (-.f64 #s(literal 0 binary64) y) y)) (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) x) (*.f64 (-.f64 #s(literal 0 binary64) y) y))) |
(-.f64 (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 y x)) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 y x))) (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 y x)))) |
(-.f64 (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 #s(literal 0 binary64) y)) (*.f64 y y)) (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) x)) (*.f64 y y))) |
(-.f64 (/.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y))) (+.f64 (/.f64 (/.f64 t y) (/.f64 y t)) (+.f64 (*.f64 (/.f64 x y) (/.f64 x y)) (*.f64 (/.f64 t y) (/.f64 x y))))) (/.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (/.f64 (/.f64 t y) (/.f64 y t)) (+.f64 (*.f64 (/.f64 x y) (/.f64 x y)) (*.f64 (/.f64 t y) (/.f64 x y)))))) |
(-.f64 (/.f64 (/.f64 (/.f64 t y) (/.f64 y t)) (+.f64 (/.f64 t y) (/.f64 x y))) (/.f64 (*.f64 (/.f64 x y) (/.f64 x y)) (+.f64 (/.f64 t y) (/.f64 x y)))) |
(fma.f64 t (/.f64 #s(literal 1 binary64) y) (/.f64 x (-.f64 #s(literal 0 binary64) y))) |
(fma.f64 (-.f64 t x) (/.f64 #s(literal 1 binary64) y) (+.f64 (*.f64 (neg.f64 (/.f64 #s(literal 1 binary64) y)) x) (/.f64 x y))) |
(fma.f64 #s(literal 1 binary64) (/.f64 t y) (/.f64 x (-.f64 #s(literal 0 binary64) y))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (-.f64 t x) y) (+.f64 (*.f64 (neg.f64 (/.f64 #s(literal 1 binary64) y)) x) (/.f64 x y))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (-.f64 t x)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y)) (+.f64 (*.f64 (neg.f64 (/.f64 #s(literal 1 binary64) y)) x) (/.f64 x y))) |
(fma.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y)) (/.f64 x (-.f64 #s(literal 0 binary64) y))) |
(fma.f64 (/.f64 #s(literal 1 binary64) y) t (/.f64 x (-.f64 #s(literal 0 binary64) y))) |
(fma.f64 (/.f64 #s(literal 1 binary64) y) (-.f64 t x) (+.f64 (*.f64 (neg.f64 (/.f64 #s(literal 1 binary64) y)) x) (/.f64 x y))) |
(neg.f64 (/.f64 (-.f64 t x) (-.f64 #s(literal 0 binary64) y))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 t x)) y)) |
(/.f64 (-.f64 t x) y) |
(/.f64 #s(literal 1 binary64) (/.f64 y (-.f64 t x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 y (-.f64 t x)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 y (-.f64 t x))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 t x)) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) (*.f64 y (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) |
(/.f64 (-.f64 (*.f64 t t) (*.f64 x x)) (*.f64 y (+.f64 t x))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 y (-.f64 t x)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 y (-.f64 t x)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 t y) (*.f64 y x)) (*.f64 y y)) |
(/.f64 (-.f64 (*.f64 t (/.f64 y x)) (*.f64 y #s(literal 1 binary64))) (*.f64 y (/.f64 y x))) |
(/.f64 (-.f64 (*.f64 t (-.f64 #s(literal 0 binary64) y)) (*.f64 y (-.f64 #s(literal 0 binary64) x))) (*.f64 y (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) y) (*.f64 (/.f64 y t) x)) (*.f64 (/.f64 y t) y)) |
(/.f64 (-.f64 (/.f64 y x) (*.f64 (/.f64 y t) #s(literal 1 binary64))) (*.f64 (/.f64 y t) (/.f64 y x))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y)) (*.f64 (/.f64 y t) (-.f64 #s(literal 0 binary64) x))) (*.f64 (/.f64 y t) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) y) (*.f64 (-.f64 #s(literal 0 binary64) y) x)) (*.f64 (-.f64 #s(literal 0 binary64) y) y)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 y x)) (*.f64 (-.f64 #s(literal 0 binary64) y) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 y x))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 #s(literal 0 binary64) y)) (*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) x))) (*.f64 y y)) |
(/.f64 (*.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))) y)) |
(/.f64 (*.f64 (-.f64 (*.f64 t t) (*.f64 x x)) #s(literal 1 binary64)) (*.f64 (+.f64 t x) y)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 t x))) (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (neg.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) (neg.f64 (*.f64 y (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 t t) (*.f64 x x))) (neg.f64 (*.f64 y (+.f64 t x)))) |
(/.f64 (-.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y))) (/.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (+.f64 (/.f64 (/.f64 t y) (/.f64 y t)) (+.f64 (*.f64 (/.f64 x y) (/.f64 x y)) (*.f64 (/.f64 t y) (/.f64 x y))))) |
(/.f64 (-.f64 (/.f64 (/.f64 t y) (/.f64 y t)) (*.f64 (/.f64 x y) (/.f64 x y))) (+.f64 (/.f64 t y) (/.f64 x y))) |
(/.f64 (*.f64 (-.f64 t x) #s(literal 1 binary64)) y) |
(/.f64 (*.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 1 binary64) y)) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))) |
(/.f64 (*.f64 (-.f64 (*.f64 t t) (*.f64 x x)) (/.f64 #s(literal 1 binary64) y)) (+.f64 t x)) |
(/.f64 (-.f64 (*.f64 t #s(literal 1 binary64)) x) y) |
(/.f64 (-.f64 (neg.f64 (-.f64 #s(literal 0 binary64) t)) (neg.f64 (-.f64 #s(literal 0 binary64) x))) (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (-.f64 t (*.f64 x #s(literal 1 binary64))) y) |
(/.f64 (-.f64 (*.f64 t #s(literal 1 binary64)) (*.f64 x #s(literal 1 binary64))) y) |
(/.f64 (neg.f64 (-.f64 (*.f64 t y) (*.f64 y x))) (neg.f64 (*.f64 y y))) |
(/.f64 (neg.f64 (-.f64 (*.f64 t (/.f64 y x)) (*.f64 y #s(literal 1 binary64)))) (neg.f64 (*.f64 y (/.f64 y x)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 t (-.f64 #s(literal 0 binary64) y)) (*.f64 y (-.f64 #s(literal 0 binary64) x)))) (neg.f64 (*.f64 y (-.f64 #s(literal 0 binary64) y)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 1 binary64) y) (*.f64 (/.f64 y t) x))) (neg.f64 (*.f64 (/.f64 y t) y))) |
(/.f64 (neg.f64 (-.f64 (/.f64 y x) (*.f64 (/.f64 y t) #s(literal 1 binary64)))) (neg.f64 (*.f64 (/.f64 y t) (/.f64 y x)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y)) (*.f64 (/.f64 y t) (-.f64 #s(literal 0 binary64) x)))) (neg.f64 (*.f64 (/.f64 y t) (-.f64 #s(literal 0 binary64) y)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) y) (*.f64 (-.f64 #s(literal 0 binary64) y) x))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) y))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 y x)) (*.f64 (-.f64 #s(literal 0 binary64) y) #s(literal 1 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 y x)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 #s(literal 0 binary64) y)) (*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) x)))) (neg.f64 (*.f64 y y))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))) y))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 t t) (*.f64 x x)) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 t x) y))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 t x)))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) y)))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y))) (/.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))))) (neg.f64 (+.f64 (/.f64 (/.f64 t y) (/.f64 y t)) (+.f64 (*.f64 (/.f64 x y) (/.f64 x y)) (*.f64 (/.f64 t y) (/.f64 x y)))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (/.f64 t y) (/.f64 y t)) (*.f64 (/.f64 x y) (/.f64 x y)))) (neg.f64 (+.f64 (/.f64 t y) (/.f64 x y)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 t x) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 1 binary64) y))) (neg.f64 (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 t t) (*.f64 x x)) (/.f64 #s(literal 1 binary64) y))) (neg.f64 (+.f64 t x))) |
(/.f64 (+.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y))) (pow.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)) #s(literal 3 binary64))) (+.f64 (/.f64 (/.f64 t y) (/.f64 y t)) (-.f64 (*.f64 (/.f64 x y) (/.f64 x y)) (*.f64 (/.f64 t y) (/.f64 x (-.f64 #s(literal 0 binary64) y)))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (/.f64 (-.f64 t x) y) (/.f64 (-.f64 t x) y))) (pow.f64 (+.f64 (*.f64 (neg.f64 (/.f64 #s(literal 1 binary64) y)) x) (/.f64 x y)) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (-.f64 t x) y) (/.f64 (-.f64 t x) y)) (-.f64 (*.f64 (+.f64 (*.f64 (neg.f64 (/.f64 #s(literal 1 binary64) y)) x) (/.f64 x y)) (+.f64 (*.f64 (neg.f64 (/.f64 #s(literal 1 binary64) y)) x) (/.f64 x y))) (*.f64 (/.f64 (-.f64 t x) y) (+.f64 (*.f64 (neg.f64 (/.f64 #s(literal 1 binary64) y)) x) (/.f64 x y)))))) |
(pow.f64 (/.f64 y (-.f64 t x)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 y (-.f64 t x)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 (-.f64 t x) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 t x) y)) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 t x)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (-.f64 t x)) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 y (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) |
(*.f64 (pow.f64 (/.f64 y (-.f64 (*.f64 t t) (*.f64 x x))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 t x))) |
(*.f64 (/.f64 (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))) y) (/.f64 (-.f64 t x) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) |
(*.f64 (/.f64 (+.f64 t x) y) (/.f64 (-.f64 t x) (+.f64 t x))) |
(+.f64 x (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))))) |
(+.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) x) |
(-.f64 (/.f64 (*.f64 x x) (-.f64 x (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))))) (/.f64 (pow.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) #s(literal 2 binary64)) (-.f64 x (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))))))) |
(-.f64 (/.f64 (pow.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) #s(literal 2 binary64)) (-.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) x)) (/.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) x))) |
(fma.f64 y (*.f64 z (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) x) |
(fma.f64 z (*.f64 y (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) x) |
(fma.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) x) |
(fma.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) (*.f64 y z) x) |
(fma.f64 (*.f64 z (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) y x) |
(fma.f64 (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) y) z x) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) (-.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) x))) (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 x (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))))) (-.f64 (*.f64 x x) (pow.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) #s(literal 2 binary64))))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) #s(literal 3 binary64))) (+.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) (-.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) x)))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) #s(literal 2 binary64)) (-.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 y z)) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))))))) |
(/.f64 (-.f64 (*.f64 x x) (pow.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) #s(literal 2 binary64))) (-.f64 x (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) (-.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) x))) (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) #s(literal 3 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 x (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))))) (-.f64 (*.f64 x x) (pow.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) #s(literal 2 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) #s(literal 3 binary64)))) (neg.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) (-.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) x))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) #s(literal 3 binary64)))) (neg.f64 (+.f64 (pow.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) #s(literal 2 binary64)) (-.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 y z)) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x x) (pow.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) #s(literal 2 binary64)))) (neg.f64 (-.f64 x (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) #s(literal 2 binary64)) (*.f64 x x)) (-.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) x)) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) #s(literal 3 binary64))))) (neg.f64 (neg.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) (-.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) x)))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 x x) (pow.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) #s(literal 2 binary64))))) (neg.f64 (neg.f64 (-.f64 x (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) #s(literal 2 binary64)) (*.f64 x x))) (neg.f64 (-.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) x))) |
(pow.f64 (/.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) (-.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) x))) (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 x (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))))) (-.f64 (*.f64 x x) (pow.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) #s(literal 2 binary64)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) (-.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) x))))) |
(*.f64 (-.f64 (*.f64 x x) (pow.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 x (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))))))) |
(+.f64 (*.f64 (*.f64 y z) (/.f64 t y)) (*.f64 (*.f64 y z) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))))) |
(+.f64 (*.f64 (/.f64 t y) (*.f64 y z)) (*.f64 (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))) (*.f64 y z))) |
(fma.f64 (/.f64 t y) (*.f64 y z) (*.f64 (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))) (*.f64 y z))) |
(fma.f64 (*.f64 y z) (/.f64 t y) (*.f64 (*.f64 y z) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))))) |
(/.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y))) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64)))) (+.f64 (/.f64 (/.f64 t y) (/.f64 y t)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))))) |
(/.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 (/.f64 t y) (/.f64 y t)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)))) (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) |
(/.f64 (*.f64 (-.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y))) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64))) (*.f64 y z)) (+.f64 (/.f64 (/.f64 t y) (/.f64 y t)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))))) |
(/.f64 (*.f64 (-.f64 (/.f64 (/.f64 t y) (/.f64 y t)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64))) (*.f64 y z)) (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y))) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64))))) (neg.f64 (+.f64 (/.f64 (/.f64 t y) (/.f64 y t)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 (/.f64 t y) (/.f64 y t)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64))))) (neg.f64 (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y))) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64))) (*.f64 y z))) (neg.f64 (+.f64 (/.f64 (/.f64 t y) (/.f64 y t)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (/.f64 (/.f64 t y) (/.f64 y t)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64))) (*.f64 y z))) (neg.f64 (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 y z) (/.f64 t y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 y z) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y)))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 y z) (/.f64 t y)) (*.f64 (*.f64 y z) (/.f64 t y))) (-.f64 (*.f64 (*.f64 (*.f64 y z) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y)))) (*.f64 (*.f64 y z) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))))) (*.f64 (*.f64 (*.f64 y z) (/.f64 t y)) (*.f64 (*.f64 y z) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y)))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (/.f64 t y) (*.f64 y z)) #s(literal 3 binary64)) (pow.f64 (*.f64 (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 (/.f64 t y) (*.f64 y z)) (*.f64 (/.f64 t y) (*.f64 y z))) (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))) (*.f64 y z)) (*.f64 (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))) (*.f64 y z))) (*.f64 (*.f64 (/.f64 t y) (*.f64 y z)) (*.f64 (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))) (*.f64 y z)))))) |
(*.f64 y (*.f64 z (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))))) |
(*.f64 z (*.f64 y (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))))) |
(*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) |
(*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) (*.f64 y z)) |
(*.f64 (*.f64 z (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) y) |
(*.f64 (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) y) z) |
(+.f64 (/.f64 t y) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y)))) |
(+.f64 (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))) (/.f64 t y)) |
(+.f64 (fma.f64 t (/.f64 #s(literal 1 binary64) y) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) |
(+.f64 (fma.f64 t (/.f64 #s(literal 1 binary64) y) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))))) |
(+.f64 (fma.f64 t (/.f64 #s(literal 1 binary64) y) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) (/.f64 t y) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) (/.f64 t y) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))))) |
(+.f64 (fma.f64 #s(literal 1 binary64) (/.f64 t y) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y)) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y)) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))))) |
(+.f64 (fma.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y)) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(+.f64 (fma.f64 (/.f64 #s(literal 1 binary64) y) t (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) |
(+.f64 (fma.f64 (/.f64 #s(literal 1 binary64) y) t (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))))) |
(+.f64 (fma.f64 (/.f64 #s(literal 1 binary64) y) t (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) |
(-.f64 (/.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y))) (+.f64 (/.f64 (/.f64 t y) (/.f64 y t)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))))) (/.f64 (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64)) (+.f64 (/.f64 (/.f64 t y) (/.f64 y t)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))))))) |
(-.f64 (/.f64 (/.f64 (/.f64 t y) (/.f64 y t)) (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) (/.f64 (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)) (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))))) |
(-.f64 (/.f64 (*.f64 t (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 y (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) (/.f64 (*.f64 y (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))) (*.f64 y (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))))) |
(-.f64 (/.f64 (*.f64 t (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (*.f64 y (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)))) (/.f64 (*.f64 y (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))) (*.f64 y (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))))) |
(-.f64 (/.f64 (*.f64 t (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 y (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (/.f64 (*.f64 y (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 y (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(-.f64 (/.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 (/.f64 y t) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) (/.f64 (*.f64 (/.f64 y t) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))) (*.f64 (/.f64 y t) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))))) |
(-.f64 (/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (*.f64 (/.f64 y t) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)))) (/.f64 (*.f64 (/.f64 y t) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))) (*.f64 (/.f64 y t) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))))) |
(-.f64 (/.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 (/.f64 y t) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (/.f64 (*.f64 (/.f64 y t) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 (/.f64 y t) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(-.f64 (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))))) |
(-.f64 (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)))) (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))) (*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))))) |
(-.f64 (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(-.f64 (/.f64 (/.f64 (/.f64 t y) (/.f64 y t)) (-.f64 (/.f64 t y) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))))) (/.f64 (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)) (-.f64 (/.f64 t y) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y)))))) |
(fma.f64 t (/.f64 #s(literal 1 binary64) y) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 t y) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) y) t (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y)))) |
(fma.f64 #s(literal -1 binary64) (tanh.f64 (/.f64 x y)) (/.f64 t y)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (/.f64 t y) (/.f64 y t)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))))) (-.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y))) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) (-.f64 (/.f64 (/.f64 t y) (/.f64 y t)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y))) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64))) (+.f64 (/.f64 (/.f64 t y) (/.f64 y t)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))))) |
(/.f64 (-.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y))) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64))) (+.f64 (/.f64 (/.f64 t y) (/.f64 y t)) (-.f64 (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)) (*.f64 (/.f64 t y) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))))))) |
(/.f64 (-.f64 (/.f64 (/.f64 t y) (/.f64 y t)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64))) (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) |
(/.f64 (-.f64 (/.f64 (/.f64 t y) (/.f64 y t)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64))) (-.f64 (/.f64 t y) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 (/.f64 t y) (/.f64 y t)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))))) (-.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y))) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) (-.f64 (/.f64 (/.f64 t y) (/.f64 y t)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)))))) |
(/.f64 (-.f64 (*.f64 t (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 y (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))))) (*.f64 y (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) |
(/.f64 (-.f64 (*.f64 t (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (*.f64 y (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))))) (*.f64 y (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 t (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 y (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (*.f64 y (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 (/.f64 y t) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))))) (*.f64 (/.f64 y t) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (*.f64 (/.f64 y t) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))))) (*.f64 (/.f64 y t) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 (/.f64 y t) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (*.f64 (/.f64 y t) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))))) (*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) y) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))))) (*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y))) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64)))) (neg.f64 (+.f64 (/.f64 (/.f64 t y) (/.f64 y t)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y))) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64)))) (neg.f64 (+.f64 (/.f64 (/.f64 t y) (/.f64 y t)) (-.f64 (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)) (*.f64 (/.f64 t y) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y)))))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (/.f64 t y) (/.f64 y t)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)))) (neg.f64 (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (/.f64 t y) (/.f64 y t)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)))) (neg.f64 (-.f64 (/.f64 t y) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 t (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 y (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) (neg.f64 (*.f64 y (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 t (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (*.f64 y (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))))) (neg.f64 (*.f64 y (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 t (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 y (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) (neg.f64 (*.f64 y (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 (/.f64 y t) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) (neg.f64 (*.f64 (/.f64 y t) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (*.f64 (/.f64 y t) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))))) (neg.f64 (*.f64 (/.f64 y t) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 (/.f64 y t) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) (neg.f64 (*.f64 (/.f64 y t) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) y) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y))) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64))))) (neg.f64 (neg.f64 (+.f64 (/.f64 (/.f64 t y) (/.f64 y t)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (/.f64 (/.f64 t y) (/.f64 y t)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64))))) (neg.f64 (neg.f64 (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))))) |
(/.f64 (+.f64 (neg.f64 (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64))) (/.f64 (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y)))) (+.f64 (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)) (-.f64 (/.f64 (/.f64 t y) (/.f64 y t)) (*.f64 (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))) (/.f64 t y))))) |
(pow.f64 (/.f64 (+.f64 (/.f64 (/.f64 t y) (/.f64 y t)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))))) (-.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y))) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) (-.f64 (/.f64 (/.f64 t y) (/.f64 y t)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y))) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (/.f64 t y) (/.f64 y t)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))))))) |
(*.f64 (-.f64 (/.f64 (/.f64 t y) (/.f64 y t)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))))) |
(+.f64 x (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z))) |
(+.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x) |
(-.f64 (/.f64 (*.f64 x x) (-.f64 x (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)))) (/.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (-.f64 x (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z))))) |
(-.f64 (/.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (-.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x)) (/.f64 (*.f64 x x) (-.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x))) |
(fma.f64 y (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) z) x) |
(fma.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z) x) |
(fma.f64 (*.f64 y (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) z x) |
(fma.f64 z (*.f64 y (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) x) |
(fma.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) x) |
(fma.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) z) y x) |
(fma.f64 (*.f64 z (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) y x) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) (-.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x))) (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x (-.f64 x (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z))))) (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 x (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z))) (-.f64 (*.f64 x x) (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x) (-.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x x)))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 3 binary64))) (+.f64 (*.f64 x x) (*.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) (-.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x)))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x (-.f64 x (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)))))) |
(/.f64 (-.f64 (*.f64 x x) (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64))) (-.f64 x (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x x)) (-.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) (-.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x))) (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 3 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x (-.f64 x (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z))))) (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 3 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 x (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z))) (-.f64 (*.f64 x x) (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x) (-.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x x))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 3 binary64)))) (neg.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) (-.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 3 binary64)))) (neg.f64 (+.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x (-.f64 x (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x x) (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)))) (neg.f64 (-.f64 x (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x x))) (neg.f64 (-.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 3 binary64))))) (neg.f64 (neg.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) (-.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x)))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 3 binary64))))) (neg.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x (-.f64 x (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 x x) (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64))))) (neg.f64 (neg.f64 (-.f64 x (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x x)))) (neg.f64 (neg.f64 (-.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x)))) |
(pow.f64 (/.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) (-.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x))) (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x (-.f64 x (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z))))) (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 x (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z))) (-.f64 (*.f64 x x) (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x) (-.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x x))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (*.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) (-.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x))))) |
(*.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x (-.f64 x (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z))))))) |
(*.f64 (-.f64 (*.f64 x x) (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 x (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z))))) |
(*.f64 (-.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64))) (*.f64 y z)) (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64))) (*.f64 y z)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64))) (*.f64 y z))) (neg.f64 (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64))) (*.f64 y z))) (neg.f64 (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) |
(*.f64 y (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) z)) |
(*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) |
(*.f64 (*.f64 y (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) z) |
(*.f64 z (*.f64 y (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) |
(*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) |
(*.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) z) y) |
(*.f64 (*.f64 z (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) y) |
(-.f64 (/.f64 (exp.f64 (/.f64 x y)) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (/.f64 (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) |
(-.f64 (/.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (/.f64 (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) |
(/.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) |
(/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (cosh.f64 (/.f64 x y)) (sinh.f64 (/.f64 x y))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) |
(/.f64 (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (cosh.f64 (/.f64 x y)) (sinh.f64 (/.f64 x y)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))) (neg.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) |
(/.f64 (neg.f64 (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))) (neg.f64 (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (neg.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))))) (neg.f64 (neg.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))))) |
(/.f64 (neg.f64 (neg.f64 (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))))) (neg.f64 (neg.f64 (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(pow.f64 (*.f64 #s(literal 1 binary64) (/.f64 (cosh.f64 (/.f64 x y)) (sinh.f64 (/.f64 x y)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) #s(literal -1 binary64)) |
(*.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (sinh.f64 (/.f64 x y)) (cosh.f64 (/.f64 x y)))) |
(*.f64 (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) (/.f64 #s(literal 1 binary64) (+.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) #s(literal 1 binary64)))) |
(*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) |
(tanh.f64 (/.f64 x y)) |
| 1× | egg-herbie |
| 5750× | +-lowering-+.f64 |
| 5750× | +-lowering-+.f32 |
| 3914× | *-lowering-*.f32 |
| 3914× | *-lowering-*.f64 |
| 1094× | sum3-define |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 762 | 20874 |
| 1 | 2795 | 17687 |
| 0 | 8832 | 17687 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ x (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(+ x (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (+ (* t (+ z (* -1/3 (/ (* (pow t 2) z) (pow y 2))))) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (+ (* t (+ z (* (pow t 2) (+ (* -1/3 (/ z (pow y 2))) (* 2/15 (/ (* (pow t 2) z) (pow y 4))))))) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
x |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* z (- t x))) |
(+ x (+ (* z (- t x)) (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y))) |
(+ x (+ (* z (- t x)) (+ (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y) (/ (* z (- (+ (* 1/2 (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3))))) (* 1/2 (pow x 3))) (+ (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))) (* 1/2 (pow t 3))))) (pow y 2))))) |
(+ x (+ (* z (- t x)) (+ (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y) (+ (/ (* z (- (+ (* -1/2 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3))))) (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (* 1/2 (+ (* -1 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/6 (pow t 3)))))) (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (* 1/12 (pow t 4)))))))) (+ (* -1/2 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (* -1/2 (pow t 3))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (* 1/2 (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4)))))))))) (pow y 3)) (/ (* z (- (+ (* 1/2 (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3))))) (* 1/2 (pow x 3))) (+ (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))) (* 1/2 (pow t 3))))) (pow y 2)))))) |
(+ x (* -1 (* z (- (* -1 t) (* -1 x))))) |
(+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y))) |
(+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* -1 (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))))) (/ (* z (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))) y)) y)))) |
(+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* -1 (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))))) (* -1 (/ (+ (* -1 (* z (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))) (/ (* z (- (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (+ (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))) (* 1/2 (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (+ (* 1/12 (pow t 4)) (* t (+ (* -1/6 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (+ (* 1/2 (* t (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))) (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))))))) y)) y))) y)))) |
(* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))))) |
(+ (* x (+ 1 (* -1 z))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))) |
(+ (* x (+ 1 (+ (* -1 z) (* 1/3 (/ (* (pow x 2) z) (pow y 2)))))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))) |
(+ (* x (+ 1 (+ (* -1 z) (* (pow x 2) (+ (* -2/15 (/ (* (pow x 2) z) (pow y 4))) (* 1/3 (/ z (pow y 2)))))))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))) |
x |
(* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x))) |
(* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x))) |
(* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x))) |
x |
(* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x)) 1))) |
(* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x)) 1))) |
(* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x)) 1))) |
x |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ x z))) |
(* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ x z))) |
(* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ x z))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) (* -1 (/ x z))))) |
(* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) (* -1 (/ x z))))) |
(* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) (* -1 (/ x z))))) |
(* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(+ t (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(+ (* t (+ 1 (* -1/3 (/ (pow t 2) (pow y 2))))) (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(+ (* t (+ 1 (* (pow t 2) (- (* 2/15 (/ (pow t 2) (pow y 4))) (* 1/3 (/ 1 (pow y 2))))))) (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(- t x) |
(- (+ t (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y))) (+ x (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)))) |
(- (+ t (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3)))) (pow y 2))) (+ (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y)) (* 1/2 (/ (pow x 3) (pow y 2)))))) (+ x (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (+ (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)) (* 1/2 (/ (pow t 3) (pow y 2))))))) |
(- (+ t (+ (* -1/2 (/ (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3)))) (pow y 3))) (+ (* 1/4 (/ (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/6 (pow t 3)))))) (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (* 1/12 (pow t 4))))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3)))) (pow y 2))) (+ (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y)) (* 1/2 (/ (pow x 3) (pow y 2))))))))) (+ x (+ (* -1/2 (/ (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (* -1/2 (pow t 3)))) (pow y 3))) (+ (* 1/4 (/ (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4))))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (+ (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)) (* 1/2 (/ (pow t 3) (pow y 2)))))))))) |
(* -1 (- (* -1 t) (* -1 x))) |
(- (+ (* -1 (- (* -1 t) (* -1 x))) (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y))) (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))) |
(+ (* -1 (- (* -1 t) (* -1 x))) (* -1 (/ (- (+ (* -1 (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) (+ (* -1/2 (/ (pow x 3) y)) (* 1/2 (/ (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))) y)))) (+ (* -1/2 (/ (pow t 3) y)) (* 1/2 (/ (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))) y)))) y))) |
(+ (* -1 (- (* -1 t) (* -1 x))) (* -1 (/ (+ (* -1 (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) (* -1 (/ (- (+ (* -1 (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))) (+ (* 1/4 (/ (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2))) y)) (+ (* 1/2 (/ (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))) y)) (* 1/2 (/ (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (+ (* 1/12 (pow t 4)) (* t (+ (* -1/6 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))))) y))))) (+ (* 1/4 (/ (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2))) y)) (+ (* 1/2 (/ (* t (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))) y)) (* 1/2 (/ (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))) y))))) y))) y))) |
(* y (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))) |
(+ (* -1 x) (* y (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))))) |
(+ (* x (- (* 1/3 (/ (pow x 2) (pow y 2))) 1)) (* y (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))))) |
(+ (* x (- (* (pow x 2) (+ (* -2/15 (/ (pow x 2) (pow y 4))) (* 1/3 (/ 1 (pow y 2))))) 1)) (* y (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(- (+ (* t (+ (* -1/3 (/ (pow t 2) (pow y 3))) (/ 1 y))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(- (+ (* t (+ (* (pow t 2) (- (* 2/15 (/ (pow t 2) (pow y 5))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(/ (- t x) y) |
(/ (- (+ t (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y))) (+ x (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)))) y) |
(/ (- (+ t (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3)))) (pow y 2))) (+ (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y)) (* 1/2 (/ (pow x 3) (pow y 2)))))) (+ x (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (+ (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)) (* 1/2 (/ (pow t 3) (pow y 2))))))) y) |
(/ (- (+ t (+ (* -1/2 (/ (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3)))) (pow y 3))) (+ (* 1/4 (/ (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/6 (pow t 3)))))) (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (* 1/12 (pow t 4))))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3)))) (pow y 2))) (+ (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y)) (* 1/2 (/ (pow x 3) (pow y 2))))))))) (+ x (+ (* -1/2 (/ (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (* -1/2 (pow t 3)))) (pow y 3))) (+ (* 1/4 (/ (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4))))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (+ (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)) (* 1/2 (/ (pow t 3) (pow y 2)))))))))) y) |
(* -1 (/ (- (* -1 t) (* -1 x)) y)) |
(* -1 (/ (- (+ (* -1 t) (* -1 (/ (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) (* -1 x)) y)) |
(* -1 (/ (- (+ (* -1 t) (* -1 (/ (- (+ (* -1 (/ (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))) y)) (* 1/2 (+ (* -1 (pow t 2)) (pow t 2)))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) (* -1 x)) y)) |
(* -1 (/ (- (+ (* -1 t) (* -1 (/ (- (+ (* -1 (/ (- (+ (* -1 (/ (- (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (+ (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))) (* 1/2 (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (+ (* 1/12 (pow t 4)) (* t (+ (* -1/6 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (+ (* 1/2 (* t (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))) (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))))))) y)) (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))) y)) (* 1/2 (+ (* -1 (pow t 2)) (pow t 2)))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) (* -1 x)) y)) |
(- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))) |
(- (+ (* -1 (/ x y)) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))) |
(- (+ (* x (- (* 1/3 (/ (pow x 2) (pow y 3))) (/ 1 y))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))) |
(- (+ (* x (- (* (pow x 2) (+ (* -2/15 (/ (pow x 2) (pow y 5))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(/ t y) |
(* t (+ (* -1/3 (/ (pow t 2) (pow y 3))) (/ 1 y))) |
(* t (+ (* (pow t 2) (- (* 2/15 (/ (pow t 2) (pow y 5))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) |
(* t (+ (* (pow t 2) (- (* (pow t 2) (+ (* -17/315 (/ (pow t 2) (pow y 7))) (* 2/15 (/ 1 (pow y 5))))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/ t y) |
(/ (+ t (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y))) y) |
(/ (- (+ t (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y)))) (* 1/2 (/ (pow t 3) (pow y 2)))) y) |
(/ (- (+ t (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/6 (pow t 3)))))) (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (* 1/12 (pow t 4))))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y))))) (+ (* -1/2 (/ (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (* -1/2 (pow t 3)))) (pow y 3))) (+ (* 1/4 (/ (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2))) (pow y 3))) (* 1/2 (/ (pow t 3) (pow y 2)))))) y) |
(/ t y) |
(* -1 (/ (+ (* -1 t) (* -1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y))) y)) |
(* -1 (/ (+ (* -1 t) (* -1 (/ (+ (* -1 (/ (- (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))) (* -1/2 (pow t 3))) y)) (* 1/2 (+ (* -1 (pow t 2)) (pow t 2)))) y))) y)) |
(* -1 (/ (+ (* -1 t) (* -1 (/ (+ (* -1 (/ (- (+ (* -1 (/ (- (* 1/2 (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (+ (* 1/12 (pow t 4)) (* t (+ (* -1/6 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (* 1/2 (* t (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))) y)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (* -1/2 (pow t 3))) y)) (* 1/2 (+ (* -1 (pow t 2)) (pow t 2)))) y))) y)) |
(* t z) |
(+ (* t z) (* x (+ 1 (* -1 z)))) |
(+ (* t z) (* x (+ 1 (* -1 z)))) |
(+ (* t z) (* x (+ 1 (* -1 z)))) |
(* x (+ 1 (* -1 z))) |
(* x (+ 1 (+ (* -1 z) (/ (* t z) x)))) |
(* x (+ 1 (+ (* -1 z) (/ (* t z) x)))) |
(* x (+ 1 (+ (* -1 z) (/ (* t z) x)))) |
(* -1 (* x (- z 1))) |
(* -1 (* x (- (+ z (* -1 (/ (* t z) x))) 1))) |
(* -1 (* x (- (+ z (* -1 (/ (* t z) x))) 1))) |
(* -1 (* x (- (+ z (* -1 (/ (* t z) x))) 1))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
x |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(* z (- t x)) |
(* z (- (+ t (/ x z)) x)) |
(* z (- (+ t (/ x z)) x)) |
(* z (- (+ t (/ x z)) x)) |
(* z (- t x)) |
(* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z))))) |
(* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z))))) |
(* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z))))) |
(+ x (* -1 (* x z))) |
(+ x (+ (* -1 (* x z)) (* t z))) |
(+ x (+ (* -1 (* x z)) (* t z))) |
(+ x (+ (* -1 (* x z)) (* t z))) |
(* t z) |
(* t (+ z (+ (* -1 (/ (* x z) t)) (/ x t)))) |
(* t (+ z (+ (* -1 (/ (* x z) t)) (/ x t)))) |
(* t (+ z (+ (* -1 (/ (* x z) t)) (/ x t)))) |
(* t z) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* x z))) t))))) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* x z))) t))))) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* x z))) t))))) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* -1 (* x z)) |
(+ (* -1 (* x z)) (* t z)) |
(+ (* -1 (* x z)) (* t z)) |
(+ (* -1 (* x z)) (* t z)) |
(* t z) |
(* t (+ z (* -1 (/ (* x z) t)))) |
(* t (+ z (* -1 (/ (* x z) t)))) |
(* t (+ z (* -1 (/ (* x z) t)))) |
(* t z) |
(* -1 (* t (+ (* -1 z) (/ (* x z) t)))) |
(* -1 (* t (+ (* -1 z) (/ (* x z) t)))) |
(* -1 (* t (+ (* -1 z) (/ (* x z) t)))) |
(* t z) |
(+ (* -1 (* x z)) (* t z)) |
(+ (* -1 (* x z)) (* t z)) |
(+ (* -1 (* x z)) (* t z)) |
(* -1 (* x z)) |
(* x (+ (* -1 z) (/ (* t z) x))) |
(* x (+ (* -1 z) (/ (* t z) x))) |
(* x (+ (* -1 z) (/ (* t z) x))) |
(* -1 (* x z)) |
(* -1 (* x (+ z (* -1 (/ (* t z) x))))) |
(* -1 (* x (+ z (* -1 (/ (* t z) x))))) |
(* -1 (* x (+ z (* -1 (/ (* t z) x))))) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* y z) |
(* -1 (/ x y)) |
(+ (* -1 (/ x y)) (/ t y)) |
(+ (* -1 (/ x y)) (/ t y)) |
(+ (* -1 (/ x y)) (/ t y)) |
(/ t y) |
(* t (+ (* -1 (/ x (* t y))) (/ 1 y))) |
(* t (+ (* -1 (/ x (* t y))) (/ 1 y))) |
(* t (+ (* -1 (/ x (* t y))) (/ 1 y))) |
(/ t y) |
(* -1 (* t (- (/ x (* t y)) (/ 1 y)))) |
(* -1 (* t (- (/ x (* t y)) (/ 1 y)))) |
(* -1 (* t (- (/ x (* t y)) (/ 1 y)))) |
(/ t y) |
(+ (* -1 (/ x y)) (/ t y)) |
(+ (* -1 (/ x y)) (/ t y)) |
(+ (* -1 (/ x y)) (/ t y)) |
(* -1 (/ x y)) |
(* x (- (/ t (* x y)) (/ 1 y))) |
(* x (- (/ t (* x y)) (/ 1 y))) |
(* x (- (/ t (* x y)) (/ 1 y))) |
(* -1 (/ x y)) |
(* -1 (* x (+ (* -1 (/ t (* x y))) (/ 1 y)))) |
(* -1 (* x (+ (* -1 (/ t (* x y))) (/ 1 y)))) |
(* -1 (* x (+ (* -1 (/ t (* x y))) (/ 1 y)))) |
(/ (- t x) y) |
(/ (- t x) y) |
(/ (- t x) y) |
(/ (- t x) y) |
(/ (- t x) y) |
(/ (- t x) y) |
(/ (- t x) y) |
(/ (- t x) y) |
(/ (- t x) y) |
(/ (- t x) y) |
(/ (- t x) y) |
(/ (- t x) y) |
(* t z) |
(+ (* t z) (* x (+ 1 (* -1 z)))) |
(+ (* t z) (* x (+ 1 (+ (* -1 z) (* 1/3 (/ (* (pow x 2) z) (pow y 2))))))) |
(+ (* t z) (* x (+ 1 (+ (* -1 z) (* (pow x 2) (+ (* -2/15 (/ (* (pow x 2) z) (pow y 4))) (* 1/3 (/ z (pow y 2))))))))) |
x |
(* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) x))) |
(* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) x))) |
(* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) x))) |
x |
(* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) x)) 1))) |
(* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) x)) 1))) |
(* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) x)) 1))) |
(+ x (* t z)) |
(+ x (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* z (- t x))) |
(+ x (+ (* -1/2 (/ (* z (+ (* -1 (pow x 2)) (pow x 2))) y)) (* z (- t x)))) |
(+ x (+ (* -1/2 (/ (* z (+ (* -1 (pow x 2)) (pow x 2))) y)) (+ (* z (- t x)) (/ (* z (- (* 1/2 (pow x 3)) (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))))) (pow y 2))))) |
(+ x (+ (* -1/2 (/ (* z (+ (* -1 (pow x 2)) (pow x 2))) y)) (+ (* z (- t x)) (+ (/ (* z (- (* 1/2 (pow x 3)) (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))))) (pow y 2)) (/ (* z (- (+ (* -1/2 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3))))) (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2))))) (* 1/2 (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4)))))))) (pow y 3)))))) |
(+ x (* -1 (* z (- (* -1 t) (* -1 x))))) |
(+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1/2 (/ (* z (+ (* -1 (pow x 2)) (pow x 2))) y)))) |
(+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* 1/2 (* z (+ (* -1 (pow x 2)) (pow x 2)))) (/ (* z (- (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))) y)) y)))) |
(+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* -1 (/ (+ (* -1 (* z (- (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))) (/ (* z (- (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))) (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))))) y)) y)) (* 1/2 (* z (+ (* -1 (pow x 2)) (pow x 2))))) y)))) |
x |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) (/ x z))) |
(* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) (/ x z))) |
(* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) (/ x z))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (* -1 (/ x z))))) |
(* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (* -1 (/ x z))))) |
(* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (* -1 (/ x z))))) |
(+ x (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(+ x (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(* t z) |
(* t (+ z (+ (/ x t) (/ (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) t)))) |
(* t (+ z (+ (/ x t) (/ (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) t)))) |
(* t (+ z (+ (/ x t) (/ (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) t)))) |
(* t z) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* y (* z (- (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))) t))))) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* y (* z (- (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))) t))))) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* y (* z (- (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))) t))))) |
(* t z) |
(+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* z (- t x)) |
(+ (* -1/2 (/ (* z (+ (* -1 (pow x 2)) (pow x 2))) y)) (* z (- t x))) |
(+ (* -1/2 (/ (* z (+ (* -1 (pow x 2)) (pow x 2))) y)) (+ (* z (- t x)) (/ (* z (- (* 1/2 (pow x 3)) (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))))) (pow y 2)))) |
(+ (* -1/2 (/ (* z (+ (* -1 (pow x 2)) (pow x 2))) y)) (+ (* z (- t x)) (+ (/ (* z (- (* 1/2 (pow x 3)) (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))))) (pow y 2)) (/ (* z (- (+ (* -1/2 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3))))) (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2))))) (* 1/2 (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4)))))))) (pow y 3))))) |
(* -1 (* z (- (* -1 t) (* -1 x)))) |
(+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1/2 (/ (* z (+ (* -1 (pow x 2)) (pow x 2))) y))) |
(+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* 1/2 (* z (+ (* -1 (pow x 2)) (pow x 2)))) (/ (* z (- (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))) y)) y))) |
(+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* -1 (/ (+ (* -1 (* z (- (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))) (/ (* z (- (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))) (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))))) y)) y)) (* 1/2 (* z (+ (* -1 (pow x 2)) (pow x 2))))) y))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* t z) |
(* t (+ z (/ (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) t))) |
(* t (+ z (/ (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) t))) |
(* t (+ z (/ (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) t))) |
(* t z) |
(* -1 (* t (+ (* -1 z) (/ (* y (* z (- (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) t)))) |
(* -1 (* t (+ (* -1 z) (/ (* y (* z (- (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) t)))) |
(* -1 (* t (+ (* -1 z) (/ (* y (* z (- (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) t)))) |
(* t z) |
(+ (* -1 (* x z)) (* t z)) |
(+ (* t z) (* x (+ (* -1 z) (* 1/3 (/ (* (pow x 2) z) (pow y 2)))))) |
(+ (* t z) (* x (+ (* -1 z) (* (pow x 2) (+ (* -2/15 (/ (* (pow x 2) z) (pow y 4))) (* 1/3 (/ z (pow y 2)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(/ t y) |
(* t (- (+ (/ 1 y) (/ 1 (* t (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ (exp (/ x y)) (* t (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(* t (- (+ (/ 1 y) (/ 1 (* t (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ (exp (/ x y)) (* t (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(* t (- (+ (/ 1 y) (/ 1 (* t (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ (exp (/ x y)) (* t (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(/ t y) |
(* -1 (* t (- (* -1 (/ (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) t)) (/ 1 y)))) |
(* -1 (* t (- (* -1 (/ (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) t)) (/ 1 y)))) |
(* -1 (* t (- (* -1 (/ (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) t)) (/ 1 y)))) |
(/ t y) |
(/ (+ t (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) y) |
(/ (+ t (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) y) |
(/ (+ t (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) y) |
(/ (- t x) y) |
(/ (- (+ t (* -1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))) x) y) |
(/ (- (+ t (* 1/2 (/ (pow x 3) (pow y 2)))) (+ x (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))))) y) |
(/ (- (+ t (+ (* -1/2 (/ (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3)))) (pow y 3))) (+ (* 1/4 (/ (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2))) (pow y 3))) (* 1/2 (/ (pow x 3) (pow y 2)))))) (+ x (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4))))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)))))) y) |
(* -1 (/ (- (* -1 t) (* -1 x)) y)) |
(* -1 (/ (- (+ (* -1 t) (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))) (* -1 x)) y)) |
(* -1 (/ (- (+ (* -1 t) (* -1 (/ (- (* -1 (/ (- (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))) y)) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) (* -1 x)) y)) |
(* -1 (/ (- (+ (* -1 t) (* -1 (/ (- (* -1 (/ (- (+ (* -1 (/ (- (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))) (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))))) y)) (* -1/2 (pow x 3))) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))) y)) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) (* -1 x)) y)) |
(/ t y) |
(+ (* -1 (/ x y)) (/ t y)) |
(+ (* x (- (* 1/3 (/ (pow x 2) (pow y 3))) (/ 1 y))) (/ t y)) |
(+ (* x (- (* (pow x 2) (+ (* -2/15 (/ (pow x 2) (pow y 5))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) (/ t y)) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))))) |
(+ (* x (+ 1 (* -1 z))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))) |
(+ (* x (+ 1 (+ (* -1 z) (* 1/3 (/ (* (pow x 2) z) (pow y 2)))))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))) |
(+ (* x (+ 1 (+ (* -1 z) (* (pow x 2) (+ (* -2/15 (/ (* (pow x 2) z) (pow y 4))) (* 1/3 (/ z (pow y 2)))))))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))) |
x |
(* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x))) |
(* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x))) |
(* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x))) |
x |
(* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x)) 1))) |
(* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x)) 1))) |
(* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x)) 1))) |
(+ x (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(+ x (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (+ (* t (+ z (* -1/3 (/ (* (pow t 2) z) (pow y 2))))) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (+ (* t (+ z (* (pow t 2) (+ (* -1/3 (/ z (pow y 2))) (* 2/15 (/ (* (pow t 2) z) (pow y 4))))))) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
x |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* z (- t x))) |
(+ x (+ (* z (- t x)) (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y))) |
(+ x (+ (* z (- t x)) (+ (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y) (/ (* z (- (+ (* 1/2 (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3))))) (* 1/2 (pow x 3))) (+ (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))) (* 1/2 (pow t 3))))) (pow y 2))))) |
(+ x (+ (* z (- t x)) (+ (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y) (+ (/ (* z (- (+ (* -1/2 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3))))) (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (* 1/2 (+ (* -1 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/6 (pow t 3)))))) (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (* 1/12 (pow t 4)))))))) (+ (* -1/2 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (* -1/2 (pow t 3))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (* 1/2 (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4)))))))))) (pow y 3)) (/ (* z (- (+ (* 1/2 (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3))))) (* 1/2 (pow x 3))) (+ (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))) (* 1/2 (pow t 3))))) (pow y 2)))))) |
(+ x (* -1 (* z (- (* -1 t) (* -1 x))))) |
(+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y))) |
(+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* -1 (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))))) (/ (* z (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))) y)) y)))) |
(+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* -1 (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))))) (* -1 (/ (+ (* -1 (* z (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))) (/ (* z (- (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (+ (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))) (* 1/2 (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (+ (* 1/12 (pow t 4)) (* t (+ (* -1/6 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (+ (* 1/2 (* t (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))) (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))))))) y)) y))) y)))) |
x |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ x z))) |
(* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ x z))) |
(* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ x z))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) (* -1 (/ x z))))) |
(* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) (* -1 (/ x z))))) |
(* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) (* -1 (/ x z))))) |
(* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(+ (* t (+ z (* -1/3 (/ (* (pow t 2) z) (pow y 2))))) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(+ (* t (+ z (* (pow t 2) (+ (* -1/3 (/ z (pow y 2))) (* 2/15 (/ (* (pow t 2) z) (pow y 4))))))) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* z (- t x)) |
(+ (* z (- t x)) (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y)) |
(+ (* z (- t x)) (+ (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y) (/ (* z (- (+ (* 1/2 (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3))))) (* 1/2 (pow x 3))) (+ (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))) (* 1/2 (pow t 3))))) (pow y 2)))) |
(+ (* z (- t x)) (+ (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y) (+ (/ (* z (- (+ (* -1/2 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3))))) (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (* 1/2 (+ (* -1 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/6 (pow t 3)))))) (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (* 1/12 (pow t 4)))))))) (+ (* -1/2 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (* -1/2 (pow t 3))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (* 1/2 (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4)))))))))) (pow y 3)) (/ (* z (- (+ (* 1/2 (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3))))) (* 1/2 (pow x 3))) (+ (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))) (* 1/2 (pow t 3))))) (pow y 2))))) |
(* -1 (* z (- (* -1 t) (* -1 x)))) |
(+ (* -1 (* z (- (* -1 t) (* -1 x)))) (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y)) |
(+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* -1 (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))))) (/ (* z (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))) y)) y))) |
(+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* -1 (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))))) (* -1 (/ (+ (* -1 (* z (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))) (/ (* z (- (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (+ (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))) (* 1/2 (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (+ (* 1/12 (pow t 4)) (* t (+ (* -1/6 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (+ (* 1/2 (* t (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))) (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))))))) y)) y))) y))) |
(* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))))) |
(+ (* -1 (* x z)) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))) |
(+ (* x (+ (* -1 z) (* 1/3 (/ (* (pow x 2) z) (pow y 2))))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))) |
(+ (* x (+ (* -1 z) (* (pow x 2) (+ (* -2/15 (/ (* (pow x 2) z) (pow y 4))) (* 1/3 (/ z (pow y 2))))))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(/ x y) |
(* x (+ (* -1/3 (/ (pow x 2) (pow y 3))) (/ 1 y))) |
(* x (+ (* (pow x 2) (- (* 2/15 (/ (pow x 2) (pow y 5))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) |
(* x (+ (* (pow x 2) (- (* (pow x 2) (+ (* -17/315 (/ (pow x 2) (pow y 7))) (* 2/15 (/ 1 (pow y 5))))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/ x y) |
(/ (+ x (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))) y) |
(/ (- (+ x (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)))) (* 1/2 (/ (pow x 3) (pow y 2)))) y) |
(/ (- (+ x (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4))))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))))) (+ (* -1/2 (/ (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3)))) (pow y 3))) (+ (* 1/4 (/ (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2))) (pow y 3))) (* 1/2 (/ (pow x 3) (pow y 2)))))) y) |
(/ x y) |
(* -1 (/ (+ (* -1 x) (* -1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))) y)) |
(* -1 (/ (+ (* -1 x) (* -1 (/ (+ (* -1 (/ (- (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))) (* -1/2 (pow x 3))) y)) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) y)) |
(* -1 (/ (+ (* -1 x) (* -1 (/ (+ (* -1 (/ (- (+ (* -1 (/ (- (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))) (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))) y)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))) (* -1/2 (pow x 3))) y)) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) y)) |
| Outputs |
|---|
(+ x (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))) |
(+ x (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) (+.f64 x (*.f64 z t))) |
(+ x (+ (* t (+ z (* -1/3 (/ (* (pow t 2) z) (pow y 2))))) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) (+.f64 (*.f64 t (+.f64 z (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z (*.f64 t t))) (*.f64 y y)))) x)) |
(+ x (+ (* t (+ z (* (pow t 2) (+ (* -1/3 (/ z (pow y 2))) (* 2/15 (/ (* (pow t 2) z) (pow y 4))))))) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) (+.f64 (*.f64 t (+.f64 z (*.f64 (*.f64 t t) (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) z) (*.f64 y y)) (/.f64 (*.f64 #s(literal 2/15 binary64) (*.f64 z (*.f64 t t))) (pow.f64 y #s(literal 4 binary64))))))) x)) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))))) |
x |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (+ (* z (- t x)) (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y))) |
(+.f64 x (*.f64 z (+.f64 t (-.f64 (/.f64 #s(literal 0 binary64) y) x)))) |
(+ x (+ (* z (- t x)) (+ (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y) (/ (* z (- (+ (* 1/2 (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3))))) (* 1/2 (pow x 3))) (+ (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))) (* 1/2 (pow t 3))))) (pow y 2))))) |
(+.f64 (+.f64 x (*.f64 z (+.f64 t (-.f64 (/.f64 #s(literal 0 binary64) y) x)))) (/.f64 (*.f64 z (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (-.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/6 binary64)) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64)))) (*.f64 x (*.f64 x x))) (+.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))) (*.f64 t (*.f64 t t)))))) (*.f64 y y))) |
(+ x (+ (* z (- t x)) (+ (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y) (+ (/ (* z (- (+ (* -1/2 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3))))) (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (* 1/2 (+ (* -1 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/6 (pow t 3)))))) (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (* 1/12 (pow t 4)))))))) (+ (* -1/2 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (* -1/2 (pow t 3))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (* 1/2 (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4)))))))))) (pow y 3)) (/ (* z (- (+ (* 1/2 (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3))))) (* 1/2 (pow x 3))) (+ (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))) (* 1/2 (pow t 3))))) (pow y 2)))))) |
(+.f64 (+.f64 x (*.f64 z (+.f64 t (-.f64 (/.f64 #s(literal 0 binary64) y) x)))) (*.f64 z (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (-.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/6 binary64)) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64)))) (*.f64 x (*.f64 x x))) (+.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))) (*.f64 t (*.f64 t t))))) (*.f64 y y)) (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))))) (-.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 t t)) (*.f64 (*.f64 t t) #s(literal -1/2 binary64))) (*.f64 (*.f64 (*.f64 t t) (*.f64 t t)) #s(literal -1/12 binary64))) (*.f64 t (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 t (*.f64 t t))) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64))))))) #s(literal 0 binary64)) (+.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -1/2 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/12 binary64))) (*.f64 x (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))))) (+.f64 #s(literal 0 binary64) (*.f64 (*.f64 #s(literal -1/2 binary64) t) (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 t (*.f64 t t))) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64))))))))) (*.f64 y (*.f64 y y)))))) |
(+ x (* -1 (* z (- (* -1 t) (* -1 x))))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y))) |
(+.f64 x (*.f64 z (+.f64 t (-.f64 (/.f64 #s(literal 0 binary64) y) x)))) |
(+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* -1 (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))))) (/ (* z (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))) y)) y)))) |
(-.f64 (+.f64 x (*.f64 z (-.f64 t x))) (/.f64 (+.f64 (*.f64 z #s(literal 0 binary64)) (/.f64 (*.f64 z (-.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal 1/6 binary64)) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64)))))) (*.f64 #s(literal 1/2 binary64) (*.f64 t (*.f64 t t)))) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))))) y)) y)) |
(+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* -1 (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))))) (* -1 (/ (+ (* -1 (* z (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))) (/ (* z (- (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (+ (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))) (* 1/2 (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (+ (* 1/12 (pow t 4)) (* t (+ (* -1/6 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (+ (* 1/2 (* t (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))) (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))))))) y)) y))) y)))) |
(-.f64 (+.f64 x (*.f64 z (-.f64 t x))) (/.f64 (-.f64 (*.f64 z #s(literal 0 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 z (+.f64 #s(literal 0 binary64) (-.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))) (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 t t)) (*.f64 (*.f64 t t) #s(literal -1/2 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 t t)) #s(literal -1/12 binary64)) (*.f64 t (+.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal 1/3 binary64)) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64))))))))) (+.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 t (+.f64 (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 t (*.f64 t t))))) (+.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/12 binary64)) (+.f64 (*.f64 x (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))) (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))))) #s(literal 0 binary64))))) y) (*.f64 z (-.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal 1/6 binary64)) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64)))))) (*.f64 #s(literal 1/2 binary64) (*.f64 t (*.f64 t t)))) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))))))) y)) y)) |
(* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))))) |
(*.f64 (*.f64 y z) (/.f64 (-.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) |
(+ (* x (+ 1 (* -1 z))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))) |
(+.f64 (*.f64 (*.f64 y z) (/.f64 (-.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (*.f64 x (-.f64 #s(literal 1 binary64) z))) |
(+ (* x (+ 1 (+ (* -1 z) (* 1/3 (/ (* (pow x 2) z) (pow y 2)))))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))) |
(+.f64 (*.f64 (*.f64 y z) (/.f64 (-.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (*.f64 x (+.f64 (-.f64 #s(literal 1 binary64) z) (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z (*.f64 x x))) (*.f64 y y))))) |
(+ (* x (+ 1 (+ (* -1 z) (* (pow x 2) (+ (* -2/15 (/ (* (pow x 2) z) (pow y 4))) (* 1/3 (/ z (pow y 2)))))))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))) |
(+.f64 (*.f64 (*.f64 y z) (/.f64 (-.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (*.f64 x (+.f64 (-.f64 #s(literal 1 binary64) z) (*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 #s(literal -2/15 binary64) (*.f64 z (*.f64 x x))) (pow.f64 y #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal 1/3 binary64) z) (*.f64 y y))))))) |
x |
(* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) x))) |
(* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) x))) |
(* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) x))) |
x |
(* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x)) 1))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (/.f64 (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) (-.f64 #s(literal 0 binary64) x)) #s(literal -1 binary64))) |
(* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x)) 1))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (/.f64 (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) (-.f64 #s(literal 0 binary64) x)) #s(literal -1 binary64))) |
(* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x)) 1))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (/.f64 (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) (-.f64 #s(literal 0 binary64) x)) #s(literal -1 binary64))) |
x |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ x z))) |
(*.f64 z (+.f64 (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) (/.f64 x z))) |
(* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ x z))) |
(*.f64 z (+.f64 (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) (/.f64 x z))) |
(* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ x z))) |
(*.f64 z (+.f64 (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) (/.f64 x z))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) (* -1 (/ x z))))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) (neg.f64 y)) (/.f64 x z))) |
(* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) (* -1 (/ x z))))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) (neg.f64 y)) (/.f64 x z))) |
(* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) (* -1 (/ x z))))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) (neg.f64 y)) (/.f64 x z))) |
(* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(*.f64 y (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) |
(+ t (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(+.f64 t (*.f64 y (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))) |
(+ (* t (+ 1 (* -1/3 (/ (pow t 2) (pow y 2))))) (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(+.f64 (*.f64 y (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) (*.f64 t (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 t t)) (*.f64 y y))))) |
(+ (* t (+ 1 (* (pow t 2) (- (* 2/15 (/ (pow t 2) (pow y 4))) (* 1/3 (/ 1 (pow y 2))))))) (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(+.f64 (*.f64 y (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) (*.f64 t (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 t t) (+.f64 (/.f64 (*.f64 #s(literal 2/15 binary64) (*.f64 t t)) (pow.f64 y #s(literal 4 binary64))) (/.f64 #s(literal -1/3 binary64) (*.f64 y y))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(- t x) |
(-.f64 t x) |
(- (+ t (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y))) (+ x (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)))) |
(+.f64 t (-.f64 (/.f64 #s(literal 0 binary64) y) x)) |
(- (+ t (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3)))) (pow y 2))) (+ (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y)) (* 1/2 (/ (pow x 3) (pow y 2)))))) (+ x (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (+ (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)) (* 1/2 (/ (pow t 3) (pow y 2))))))) |
(-.f64 (+.f64 t (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (-.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/6 binary64)) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64)))) (*.f64 y y)) (+.f64 (/.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 x (*.f64 x x)) (*.f64 y y)))))) (+.f64 x (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))) (*.f64 y y)) (+.f64 (/.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 t (*.f64 t t)) (*.f64 y y))))))) |
(- (+ t (+ (* -1/2 (/ (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3)))) (pow y 3))) (+ (* 1/4 (/ (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/6 (pow t 3)))))) (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (* 1/12 (pow t 4))))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3)))) (pow y 2))) (+ (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y)) (* 1/2 (/ (pow x 3) (pow y 2))))))))) (+ x (+ (* -1/2 (/ (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (* -1/2 (pow t 3)))) (pow y 3))) (+ (* 1/4 (/ (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4))))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (+ (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)) (* 1/2 (/ (pow t 3) (pow y 2)))))))))) |
(+.f64 t (-.f64 (+.f64 (+.f64 (+.f64 (*.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) x) (*.f64 y y)) (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))) y)) (/.f64 #s(literal 0 binary64) (*.f64 y (*.f64 y y)))) (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (-.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/6 binary64)) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64)))) (*.f64 y y)) (+.f64 (/.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 x (*.f64 x x)) (*.f64 y y)))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 t t)) (*.f64 (*.f64 t t) #s(literal -1/2 binary64))) (*.f64 (*.f64 (*.f64 t t) (*.f64 t t)) #s(literal -1/12 binary64))) (*.f64 t (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 t (*.f64 t t))) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64))))))) (*.f64 y (*.f64 y y)))) (+.f64 x (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 t (*.f64 t t))) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64))))) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))) (*.f64 y y)) (+.f64 (/.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 t (*.f64 t t)) (*.f64 y y))))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -1/2 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/12 binary64))) (*.f64 x (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))))) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 0 binary64) (*.f64 y (*.f64 y y))))))))) |
(* -1 (- (* -1 t) (* -1 x))) |
(-.f64 t x) |
(- (+ (* -1 (- (* -1 t) (* -1 x))) (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y))) (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))) |
(+.f64 t (-.f64 (/.f64 #s(literal 0 binary64) y) x)) |
(+ (* -1 (- (* -1 t) (* -1 x))) (* -1 (/ (- (+ (* -1 (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) (+ (* -1/2 (/ (pow x 3) y)) (* 1/2 (/ (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))) y)))) (+ (* -1/2 (/ (pow t 3) y)) (* 1/2 (/ (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))) y)))) y))) |
(-.f64 (-.f64 t x) (/.f64 (+.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal 1/6 binary64)) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64))))) y) (+.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 x (*.f64 x x)) y)) #s(literal 0 binary64))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 t (*.f64 t t)) y))) (*.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))) y))) y)) |
(+ (* -1 (- (* -1 t) (* -1 x))) (* -1 (/ (+ (* -1 (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) (* -1 (/ (- (+ (* -1 (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))) (+ (* 1/4 (/ (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2))) y)) (+ (* 1/2 (/ (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))) y)) (* 1/2 (/ (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (+ (* 1/12 (pow t 4)) (* t (+ (* -1/6 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))))) y))))) (+ (* 1/4 (/ (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2))) y)) (+ (* 1/2 (/ (* t (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))) y)) (* 1/2 (/ (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))) y))))) y))) y))) |
(-.f64 (-.f64 t x) (/.f64 (/.f64 (+.f64 (+.f64 (-.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 x (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))) y) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 t t)) (*.f64 (*.f64 t t) #s(literal -1/2 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 t t)) #s(literal -1/12 binary64)) (*.f64 t (+.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal 1/3 binary64)) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64))))))) y))) (/.f64 #s(literal 0 binary64) y)) (-.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal 1/6 binary64)) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64)))))) (*.f64 #s(literal 1/2 binary64) (*.f64 t (*.f64 t t)))) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))))) (/.f64 #s(literal 0 binary64) y)) (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 (*.f64 t (+.f64 (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 t (*.f64 t t))))) y) (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/12 binary64)) (+.f64 (*.f64 x (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))) (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))) y)))) (neg.f64 y)) y)) |
(* y (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))) |
(*.f64 y (/.f64 (-.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) |
(+ (* -1 x) (* y (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))))) |
(-.f64 (*.f64 y (/.f64 (-.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) x) |
(+ (* x (- (* 1/3 (/ (pow x 2) (pow y 2))) 1)) (* y (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))))) |
(+.f64 (*.f64 y (/.f64 (-.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 x x)) (*.f64 y y)) #s(literal -1 binary64)))) |
(+ (* x (- (* (pow x 2) (+ (* -2/15 (/ (pow x 2) (pow y 4))) (* 1/3 (/ 1 (pow y 2))))) 1)) (* y (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))))) |
(+.f64 (*.f64 y (/.f64 (-.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (*.f64 x (+.f64 (*.f64 (*.f64 x x) (+.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 y y)) (/.f64 (*.f64 #s(literal -2/15 binary64) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))))) #s(literal -1 binary64)))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) |
(- (+ (* t (+ (* -1/3 (/ (pow t 2) (pow y 3))) (/ 1 y))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(+.f64 (*.f64 t (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 t t)) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 1 binary64) y))) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) |
(- (+ (* t (+ (* (pow t 2) (- (* 2/15 (/ (pow t 2) (pow y 5))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(+.f64 (*.f64 t (+.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (*.f64 t t) (+.f64 (/.f64 (*.f64 #s(literal 2/15 binary64) (*.f64 t t)) (pow.f64 y #s(literal 5 binary64))) (/.f64 #s(literal -1/3 binary64) (*.f64 y (*.f64 y y))))))) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(/ (- t x) y) |
(/.f64 (-.f64 t x) y) |
(/ (- (+ t (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y))) (+ x (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)))) y) |
(/.f64 (+.f64 t (-.f64 (/.f64 #s(literal 0 binary64) y) x)) y) |
(/ (- (+ t (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3)))) (pow y 2))) (+ (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y)) (* 1/2 (/ (pow x 3) (pow y 2)))))) (+ x (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (+ (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)) (* 1/2 (/ (pow t 3) (pow y 2))))))) y) |
(/.f64 (-.f64 (+.f64 t (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (-.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/6 binary64)) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64)))) (*.f64 y y)) (+.f64 (/.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 x (*.f64 x x)) (*.f64 y y)))))) (+.f64 x (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))) (*.f64 y y)) (+.f64 (/.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 t (*.f64 t t)) (*.f64 y y))))))) y) |
(/ (- (+ t (+ (* -1/2 (/ (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3)))) (pow y 3))) (+ (* 1/4 (/ (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/6 (pow t 3)))))) (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (* 1/12 (pow t 4))))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3)))) (pow y 2))) (+ (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y)) (* 1/2 (/ (pow x 3) (pow y 2))))))))) (+ x (+ (* -1/2 (/ (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (* -1/2 (pow t 3)))) (pow y 3))) (+ (* 1/4 (/ (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4))))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (+ (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)) (* 1/2 (/ (pow t 3) (pow y 2)))))))))) y) |
(/.f64 (+.f64 t (-.f64 (+.f64 (+.f64 (+.f64 (*.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) x) (*.f64 y y)) (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))) y)) (/.f64 #s(literal 0 binary64) (*.f64 y (*.f64 y y)))) (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (-.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/6 binary64)) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64)))) (*.f64 y y)) (+.f64 (/.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 x (*.f64 x x)) (*.f64 y y)))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 t t)) (*.f64 (*.f64 t t) #s(literal -1/2 binary64))) (*.f64 (*.f64 (*.f64 t t) (*.f64 t t)) #s(literal -1/12 binary64))) (*.f64 t (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 t (*.f64 t t))) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64))))))) (*.f64 y (*.f64 y y)))) (+.f64 x (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 t (*.f64 t t))) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64))))) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))) (*.f64 y y)) (+.f64 (/.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 t (*.f64 t t)) (*.f64 y y))))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -1/2 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/12 binary64))) (*.f64 x (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))))) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 0 binary64) (*.f64 y (*.f64 y y))))))))) y) |
(* -1 (/ (- (* -1 t) (* -1 x)) y)) |
(/.f64 (-.f64 t x) y) |
(* -1 (/ (- (+ (* -1 t) (* -1 (/ (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) (* -1 x)) y)) |
(/.f64 (+.f64 (-.f64 (/.f64 #s(literal 0 binary64) y) t) x) (neg.f64 y)) |
(* -1 (/ (- (+ (* -1 t) (* -1 (/ (- (+ (* -1 (/ (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))) y)) (* 1/2 (+ (* -1 (pow t 2)) (pow t 2)))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) (* -1 x)) y)) |
(/.f64 (+.f64 (-.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 (/.f64 (-.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal 1/6 binary64)) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64)))))) (*.f64 #s(literal 1/2 binary64) (*.f64 t (*.f64 t t)))) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))))) (neg.f64 y)) y)) x) (neg.f64 y)) |
(* -1 (/ (- (+ (* -1 t) (* -1 (/ (- (+ (* -1 (/ (- (+ (* -1 (/ (- (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (+ (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))) (* 1/2 (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (+ (* 1/12 (pow t 4)) (* t (+ (* -1/6 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (+ (* 1/2 (* t (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))) (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))))))) y)) (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))) y)) (* 1/2 (+ (* -1 (pow t 2)) (pow t 2)))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) (* -1 x)) y)) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 (+.f64 t (/.f64 (/.f64 (+.f64 (-.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal 1/6 binary64)) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64)))))) (/.f64 (+.f64 #s(literal 0 binary64) (-.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))) (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 t t)) (*.f64 (*.f64 t t) #s(literal -1/2 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 t t)) #s(literal -1/12 binary64)) (*.f64 t (+.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal 1/3 binary64)) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64))))))))) (+.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 t (+.f64 (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 t (*.f64 t t))))) (+.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/12 binary64)) (+.f64 (*.f64 x (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))) (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))))) #s(literal 0 binary64)))) y)) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t (*.f64 t t))) (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))))) (neg.f64 y)) y)) x)) (neg.f64 y)) |
(- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))) |
(/.f64 (-.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) |
(- (+ (* -1 (/ x y)) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))) |
(+.f64 (/.f64 x (neg.f64 y)) (/.f64 (-.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) |
(- (+ (* x (- (* 1/3 (/ (pow x 2) (pow y 3))) (/ 1 y))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))) |
(+.f64 (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 x x)) (*.f64 y (*.f64 y y))) (/.f64 #s(literal -1 binary64) y))) (/.f64 (-.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) |
(- (+ (* x (- (* (pow x 2) (+ (* -2/15 (/ (pow x 2) (pow y 5))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))) |
(+.f64 (*.f64 x (+.f64 (*.f64 (*.f64 x x) (+.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 y (*.f64 y y))) (/.f64 (*.f64 #s(literal -2/15 binary64) (*.f64 x x)) (pow.f64 y #s(literal 5 binary64))))) (/.f64 #s(literal -1 binary64) y))) (/.f64 (-.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(/ t y) |
(/.f64 t y) |
(* t (+ (* -1/3 (/ (pow t 2) (pow y 3))) (/ 1 y))) |
(*.f64 t (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 t t)) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 1 binary64) y))) |
(* t (+ (* (pow t 2) (- (* 2/15 (/ (pow t 2) (pow y 5))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) |
(*.f64 t (+.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (*.f64 t t) (+.f64 (/.f64 (*.f64 #s(literal 2/15 binary64) (*.f64 t t)) (pow.f64 y #s(literal 5 binary64))) (/.f64 #s(literal -1/3 binary64) (*.f64 y (*.f64 y y))))))) |
(* t (+ (* (pow t 2) (- (* (pow t 2) (+ (* -17/315 (/ (pow t 2) (pow y 7))) (* 2/15 (/ 1 (pow y 5))))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) |
(*.f64 t (+.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (*.f64 t t) (+.f64 (*.f64 (*.f64 t t) (+.f64 (/.f64 (*.f64 #s(literal -17/315 binary64) (*.f64 t t)) (pow.f64 y #s(literal 7 binary64))) (/.f64 #s(literal 2/15 binary64) (pow.f64 y #s(literal 5 binary64))))) (/.f64 #s(literal -1/3 binary64) (*.f64 y (*.f64 y y))))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/.f64 (-.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/.f64 (-.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/.f64 (-.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/.f64 (-.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/.f64 (-.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/.f64 (-.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/.f64 (-.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/.f64 (-.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/.f64 (-.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/.f64 (-.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/.f64 (-.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/.f64 (-.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) |
(/ t y) |
(/.f64 t y) |
(/ (+ t (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y))) y) |
(/.f64 (+.f64 t (/.f64 #s(literal 0 binary64) y)) y) |
(/ (- (+ t (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y)))) (* 1/2 (/ (pow t 3) (pow y 2)))) y) |
(/.f64 (+.f64 t (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (/.f64 (-.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/6 binary64)) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64)))) (*.f64 y y)) (/.f64 #s(literal 0 binary64) y)) (/.f64 (*.f64 t (*.f64 t t)) (*.f64 y y))))) y) |
(/ (- (+ t (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/6 (pow t 3)))))) (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (* 1/12 (pow t 4))))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y))))) (+ (* -1/2 (/ (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (* -1/2 (pow t 3)))) (pow y 3))) (+ (* 1/4 (/ (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2))) (pow y 3))) (* 1/2 (/ (pow t 3) (pow y 2)))))) y) |
(/.f64 (+.f64 t (-.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 t t)) (*.f64 (*.f64 t t) #s(literal -1/2 binary64))) (*.f64 (*.f64 (*.f64 t t) (*.f64 t t)) #s(literal -1/12 binary64))) (*.f64 t (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 t (*.f64 t t))) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64)))))) (*.f64 y (*.f64 y y))) (/.f64 (-.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/6 binary64)) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64)))) (*.f64 y y)))) (/.f64 #s(literal 0 binary64) y)) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 t (*.f64 t t))) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64))))) (*.f64 y (*.f64 y y))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t (*.f64 t t))) (*.f64 y y)) (/.f64 #s(literal 0 binary64) (*.f64 y (*.f64 y y))))))) y) |
(/ t y) |
(/.f64 t y) |
(* -1 (/ (+ (* -1 t) (* -1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y))) y)) |
(/.f64 (-.f64 (/.f64 #s(literal 0 binary64) y) t) (neg.f64 y)) |
(* -1 (/ (+ (* -1 t) (* -1 (/ (+ (* -1 (/ (- (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))) (* -1/2 (pow t 3))) y)) (* 1/2 (+ (* -1 (pow t 2)) (pow t 2)))) y))) y)) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal 1/6 binary64)) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64)))) (*.f64 t (*.f64 t t)))) (neg.f64 y)) y)) (neg.f64 y)) |
(* -1 (/ (+ (* -1 t) (* -1 (/ (+ (* -1 (/ (- (+ (* -1 (/ (- (* 1/2 (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (+ (* 1/12 (pow t 4)) (* t (+ (* -1/6 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (* 1/2 (* t (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))) y)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (* -1/2 (pow t 3))) y)) (* 1/2 (+ (* -1 (pow t 2)) (pow t 2)))) y))) y)) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (/.f64 (+.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 t t)) (*.f64 (*.f64 t t) #s(literal -1/2 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 t t)) #s(literal -1/12 binary64)) (*.f64 t (+.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal 1/3 binary64)) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64)))))))) #s(literal 0 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 t (+.f64 (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 t (*.f64 t t))))))) (neg.f64 y)) (*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal 1/6 binary64)) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64)))) (*.f64 t (*.f64 t t))))) y)) y)) (neg.f64 y)) |
(* t z) |
(*.f64 z t) |
(+ (* t z) (* x (+ 1 (* -1 z)))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ (* t z) (* x (+ 1 (* -1 z)))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ (* t z) (* x (+ 1 (* -1 z)))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(* x (+ 1 (* -1 z))) |
(*.f64 x (-.f64 #s(literal 1 binary64) z)) |
(* x (+ 1 (+ (* -1 z) (/ (* t z) x)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (-.f64 (/.f64 (*.f64 z t) x) z))) |
(* x (+ 1 (+ (* -1 z) (/ (* t z) x)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (-.f64 (/.f64 (*.f64 z t) x) z))) |
(* x (+ 1 (+ (* -1 z) (/ (* t z) x)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (-.f64 (/.f64 (*.f64 z t) x) z))) |
(* -1 (* x (- z 1))) |
(*.f64 x (-.f64 #s(literal 1 binary64) z)) |
(* -1 (* x (- (+ z (* -1 (/ (* t z) x))) 1))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (-.f64 z (/.f64 (*.f64 z t) x)) #s(literal -1 binary64))) |
(* -1 (* x (- (+ z (* -1 (/ (* t z) x))) 1))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (-.f64 z (/.f64 (*.f64 z t) x)) #s(literal -1 binary64))) |
(* -1 (* x (- (+ z (* -1 (/ (* t z) x))) 1))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (-.f64 z (/.f64 (*.f64 z t) x)) #s(literal -1 binary64))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
x |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- (+ t (/ x z)) x)) |
(*.f64 z (+.f64 (/.f64 x z) (-.f64 t x))) |
(* z (- (+ t (/ x z)) x)) |
(*.f64 z (+.f64 (/.f64 x z) (-.f64 t x))) |
(* z (- (+ t (/ x z)) x)) |
(*.f64 z (+.f64 (/.f64 x z) (-.f64 t x))) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z))))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 (+.f64 (-.f64 #s(literal 0 binary64) t) x) (/.f64 x z))) |
(* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z))))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 (+.f64 (-.f64 #s(literal 0 binary64) t) x) (/.f64 x z))) |
(* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z))))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 (+.f64 (-.f64 #s(literal 0 binary64) t) x) (/.f64 x z))) |
(+ x (* -1 (* x z))) |
(*.f64 x (-.f64 #s(literal 1 binary64) z)) |
(+ x (+ (* -1 (* x z)) (* t z))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (+ (* -1 (* x z)) (* t z))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (+ (* -1 (* x z)) (* t z))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(* t z) |
(*.f64 z t) |
(* t (+ z (+ (* -1 (/ (* x z) t)) (/ x t)))) |
(*.f64 t (+.f64 z (-.f64 (/.f64 x t) (/.f64 (*.f64 x z) t)))) |
(* t (+ z (+ (* -1 (/ (* x z) t)) (/ x t)))) |
(*.f64 t (+.f64 z (-.f64 (/.f64 x t) (/.f64 (*.f64 x z) t)))) |
(* t (+ z (+ (* -1 (/ (* x z) t)) (/ x t)))) |
(*.f64 t (+.f64 z (-.f64 (/.f64 x t) (/.f64 (*.f64 x z) t)))) |
(* t z) |
(*.f64 z t) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* x z))) t))))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (*.f64 x (-.f64 #s(literal 1 binary64) z)) t))) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* x z))) t))))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (*.f64 x (-.f64 #s(literal 1 binary64) z)) t))) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* x z))) t))))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (*.f64 x (-.f64 #s(literal 1 binary64) z)) t))) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* -1 (* x z)) |
(*.f64 x (-.f64 #s(literal 0 binary64) z)) |
(+ (* -1 (* x z)) (* t z)) |
(*.f64 z (-.f64 t x)) |
(+ (* -1 (* x z)) (* t z)) |
(*.f64 z (-.f64 t x)) |
(+ (* -1 (* x z)) (* t z)) |
(*.f64 z (-.f64 t x)) |
(* t z) |
(*.f64 z t) |
(* t (+ z (* -1 (/ (* x z) t)))) |
(*.f64 t (-.f64 z (/.f64 (*.f64 x z) t))) |
(* t (+ z (* -1 (/ (* x z) t)))) |
(*.f64 t (-.f64 z (/.f64 (*.f64 x z) t))) |
(* t (+ z (* -1 (/ (* x z) t)))) |
(*.f64 t (-.f64 z (/.f64 (*.f64 x z) t))) |
(* t z) |
(*.f64 z t) |
(* -1 (* t (+ (* -1 z) (/ (* x z) t)))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 (/.f64 (*.f64 x z) t) z)) |
(* -1 (* t (+ (* -1 z) (/ (* x z) t)))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 (/.f64 (*.f64 x z) t) z)) |
(* -1 (* t (+ (* -1 z) (/ (* x z) t)))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 (/.f64 (*.f64 x z) t) z)) |
(* t z) |
(*.f64 z t) |
(+ (* -1 (* x z)) (* t z)) |
(*.f64 z (-.f64 t x)) |
(+ (* -1 (* x z)) (* t z)) |
(*.f64 z (-.f64 t x)) |
(+ (* -1 (* x z)) (* t z)) |
(*.f64 z (-.f64 t x)) |
(* -1 (* x z)) |
(*.f64 x (-.f64 #s(literal 0 binary64) z)) |
(* x (+ (* -1 z) (/ (* t z) x))) |
(*.f64 x (-.f64 (/.f64 (*.f64 z t) x) z)) |
(* x (+ (* -1 z) (/ (* t z) x))) |
(*.f64 x (-.f64 (/.f64 (*.f64 z t) x) z)) |
(* x (+ (* -1 z) (/ (* t z) x))) |
(*.f64 x (-.f64 (/.f64 (*.f64 z t) x) z)) |
(* -1 (* x z)) |
(*.f64 x (-.f64 #s(literal 0 binary64) z)) |
(* -1 (* x (+ z (* -1 (/ (* t z) x))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 z (/.f64 (*.f64 z t) x))) |
(* -1 (* x (+ z (* -1 (/ (* t z) x))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 z (/.f64 (*.f64 z t) x))) |
(* -1 (* x (+ z (* -1 (/ (* t z) x))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 z (/.f64 (*.f64 z t) x))) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* y z) |
(*.f64 y z) |
(* -1 (/ x y)) |
(/.f64 x (neg.f64 y)) |
(+ (* -1 (/ x y)) (/ t y)) |
(/.f64 (-.f64 t x) y) |
(+ (* -1 (/ x y)) (/ t y)) |
(/.f64 (-.f64 t x) y) |
(+ (* -1 (/ x y)) (/ t y)) |
(/.f64 (-.f64 t x) y) |
(/ t y) |
(/.f64 t y) |
(* t (+ (* -1 (/ x (* t y))) (/ 1 y))) |
(*.f64 t (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 x (*.f64 y t)))) |
(* t (+ (* -1 (/ x (* t y))) (/ 1 y))) |
(*.f64 t (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 x (*.f64 y t)))) |
(* t (+ (* -1 (/ x (* t y))) (/ 1 y))) |
(*.f64 t (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 x (*.f64 y t)))) |
(/ t y) |
(/.f64 t y) |
(* -1 (* t (- (/ x (* t y)) (/ 1 y)))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (+.f64 (/.f64 x (*.f64 y t)) (/.f64 #s(literal -1 binary64) y))) |
(* -1 (* t (- (/ x (* t y)) (/ 1 y)))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (+.f64 (/.f64 x (*.f64 y t)) (/.f64 #s(literal -1 binary64) y))) |
(* -1 (* t (- (/ x (* t y)) (/ 1 y)))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (+.f64 (/.f64 x (*.f64 y t)) (/.f64 #s(literal -1 binary64) y))) |
(/ t y) |
(/.f64 t y) |
(+ (* -1 (/ x y)) (/ t y)) |
(/.f64 (-.f64 t x) y) |
(+ (* -1 (/ x y)) (/ t y)) |
(/.f64 (-.f64 t x) y) |
(+ (* -1 (/ x y)) (/ t y)) |
(/.f64 (-.f64 t x) y) |
(* -1 (/ x y)) |
(/.f64 x (neg.f64 y)) |
(* x (- (/ t (* x y)) (/ 1 y))) |
(*.f64 x (+.f64 (/.f64 t (*.f64 x y)) (/.f64 #s(literal -1 binary64) y))) |
(* x (- (/ t (* x y)) (/ 1 y))) |
(*.f64 x (+.f64 (/.f64 t (*.f64 x y)) (/.f64 #s(literal -1 binary64) y))) |
(* x (- (/ t (* x y)) (/ 1 y))) |
(*.f64 x (+.f64 (/.f64 t (*.f64 x y)) (/.f64 #s(literal -1 binary64) y))) |
(* -1 (/ x y)) |
(/.f64 x (neg.f64 y)) |
(* -1 (* x (+ (* -1 (/ t (* x y))) (/ 1 y)))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 t (*.f64 x y)))) |
(* -1 (* x (+ (* -1 (/ t (* x y))) (/ 1 y)))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 t (*.f64 x y)))) |
(* -1 (* x (+ (* -1 (/ t (* x y))) (/ 1 y)))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 t (*.f64 x y)))) |
(/ (- t x) y) |
(/.f64 (-.f64 t x) y) |
(/ (- t x) y) |
(/.f64 (-.f64 t x) y) |
(/ (- t x) y) |
(/.f64 (-.f64 t x) y) |
(/ (- t x) y) |
(/.f64 (-.f64 t x) y) |
(/ (- t x) y) |
(/.f64 (-.f64 t x) y) |
(/ (- t x) y) |
(/.f64 (-.f64 t x) y) |
(/ (- t x) y) |
(/.f64 (-.f64 t x) y) |
(/ (- t x) y) |
(/.f64 (-.f64 t x) y) |
(/ (- t x) y) |
(/.f64 (-.f64 t x) y) |
(/ (- t x) y) |
(/.f64 (-.f64 t x) y) |
(/ (- t x) y) |
(/.f64 (-.f64 t x) y) |
(/ (- t x) y) |
(/.f64 (-.f64 t x) y) |
(* t z) |
(*.f64 z t) |
(+ (* t z) (* x (+ 1 (* -1 z)))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ (* t z) (* x (+ 1 (+ (* -1 z) (* 1/3 (/ (* (pow x 2) z) (pow y 2))))))) |
(+.f64 (*.f64 z t) (*.f64 x (+.f64 (-.f64 #s(literal 1 binary64) z) (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z (*.f64 x x))) (*.f64 y y))))) |
(+ (* t z) (* x (+ 1 (+ (* -1 z) (* (pow x 2) (+ (* -2/15 (/ (* (pow x 2) z) (pow y 4))) (* 1/3 (/ z (pow y 2))))))))) |
(+.f64 (*.f64 z t) (*.f64 x (+.f64 (-.f64 #s(literal 1 binary64) z) (*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 #s(literal -2/15 binary64) (*.f64 z (*.f64 x x))) (pow.f64 y #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal 1/3 binary64) z) (*.f64 y y))))))) |
x |
(* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) x))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))) x))) |
(* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) x))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))) x))) |
(* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) x))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))) x))) |
x |
(* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) x)) 1))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (/.f64 (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))) (-.f64 #s(literal 0 binary64) x)) #s(literal -1 binary64))) |
(* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) x)) 1))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (/.f64 (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))) (-.f64 #s(literal 0 binary64) x)) #s(literal -1 binary64))) |
(* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) x)) 1))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (/.f64 (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))) (-.f64 #s(literal 0 binary64) x)) #s(literal -1 binary64))) |
(+ x (* t z)) |
(+.f64 x (*.f64 z t)) |
(+ x (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) (+.f64 x (*.f64 z t))) |
(+ x (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) (+.f64 x (*.f64 z t))) |
(+ x (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) (+.f64 x (*.f64 z t))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (+ (* -1/2 (/ (* z (+ (* -1 (pow x 2)) (pow x 2))) y)) (* z (- t x)))) |
(+.f64 x (+.f64 (*.f64 z (-.f64 t x)) (*.f64 (*.f64 z (/.f64 #s(literal 0 binary64) y)) #s(literal -1/2 binary64)))) |
(+ x (+ (* -1/2 (/ (* z (+ (* -1 (pow x 2)) (pow x 2))) y)) (+ (* z (- t x)) (/ (* z (- (* 1/2 (pow x 3)) (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))))) (pow y 2))))) |
(+.f64 x (+.f64 (*.f64 (*.f64 z (/.f64 #s(literal 0 binary64) y)) #s(literal -1/2 binary64)) (*.f64 z (+.f64 (-.f64 t x) (/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 x (*.f64 x x)) (-.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))))) (*.f64 y y)))))) |
(+ x (+ (* -1/2 (/ (* z (+ (* -1 (pow x 2)) (pow x 2))) y)) (+ (* z (- t x)) (+ (/ (* z (- (* 1/2 (pow x 3)) (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))))) (pow y 2)) (/ (* z (- (+ (* -1/2 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3))))) (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2))))) (* 1/2 (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4)))))))) (pow y 3)))))) |
(+.f64 (+.f64 x (+.f64 (*.f64 z (-.f64 t x)) (*.f64 (*.f64 z (/.f64 #s(literal 0 binary64) y)) #s(literal -1/2 binary64)))) (*.f64 z (+.f64 (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))))) (*.f64 #s(literal -1/2 binary64) (-.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -1/2 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/12 binary64))) (*.f64 x (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))))))) (*.f64 y (*.f64 y y))) (/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 x (*.f64 x x)) (-.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))))) (*.f64 y y))))) |
(+ x (* -1 (* z (- (* -1 t) (* -1 x))))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1/2 (/ (* z (+ (* -1 (pow x 2)) (pow x 2))) y)))) |
(+.f64 x (+.f64 (*.f64 z (-.f64 t x)) (*.f64 (*.f64 z (/.f64 #s(literal 0 binary64) y)) #s(literal -1/2 binary64)))) |
(+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* 1/2 (* z (+ (* -1 (pow x 2)) (pow x 2)))) (/ (* z (- (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))) y)) y)))) |
(-.f64 (+.f64 x (*.f64 z (-.f64 t x))) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) z) #s(literal 0 binary64)) (/.f64 (*.f64 z (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 x (*.f64 x x)) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))))) y)) y)) |
(+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* -1 (/ (+ (* -1 (* z (- (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))) (/ (* z (- (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))) (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))))) y)) y)) (* 1/2 (* z (+ (* -1 (pow x 2)) (pow x 2))))) y)))) |
(-.f64 (+.f64 x (*.f64 z (-.f64 t x))) (/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) z) #s(literal 0 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 z (+.f64 #s(literal 0 binary64) (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 x (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))) (+.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/12 binary64)) (+.f64 (*.f64 x (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))) (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))))))) y) (*.f64 z (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 x (*.f64 x x)) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))))))) y)) y)) |
x |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))) |
(* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) (/ x z))) |
(*.f64 z (+.f64 (/.f64 x z) (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))))) |
(* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) (/ x z))) |
(*.f64 z (+.f64 (/.f64 x z) (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))))) |
(* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) (/ x z))) |
(*.f64 z (+.f64 (/.f64 x z) (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))) |
(* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (* -1 (/ x z))))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 x z)) (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))))) |
(* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (* -1 (/ x z))))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 x z)) (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))))) |
(* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (* -1 (/ x z))))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 x z)) (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))))) |
(+ x (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))) |
(+ x (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) (+.f64 x (*.f64 z t))) |
(+ x (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) (+.f64 x (*.f64 z t))) |
(+ x (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) (+.f64 x (*.f64 z t))) |
(* t z) |
(*.f64 z t) |
(* t (+ z (+ (/ x t) (/ (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) t)))) |
(*.f64 t (+.f64 (/.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) t) (+.f64 (/.f64 x t) z))) |
(* t (+ z (+ (/ x t) (/ (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) t)))) |
(*.f64 t (+.f64 (/.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) t) (+.f64 (/.f64 x t) z))) |
(* t (+ z (+ (/ x t) (/ (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) t)))) |
(*.f64 t (+.f64 (/.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) t) (+.f64 (/.f64 x t) z))) |
(* t z) |
(*.f64 z t) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* y (* z (- (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))) t))))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 (/.f64 (-.f64 x (*.f64 (*.f64 y z) (/.f64 (+.f64 (exp.f64 (/.f64 x y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 x y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) (-.f64 #s(literal 0 binary64) t)) z)) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* y (* z (- (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))) t))))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 (/.f64 (-.f64 x (*.f64 (*.f64 y z) (/.f64 (+.f64 (exp.f64 (/.f64 x y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 x y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) (-.f64 #s(literal 0 binary64) t)) z)) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* y (* z (- (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))) t))))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 (/.f64 (-.f64 x (*.f64 (*.f64 y z) (/.f64 (+.f64 (exp.f64 (/.f64 x y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 x y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) (-.f64 #s(literal 0 binary64) t)) z)) |
(* t z) |
(*.f64 z t) |
(+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(+.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) (*.f64 z t)) |
(+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(+.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) (*.f64 z t)) |
(+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(+.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) (*.f64 z t)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(+ (* -1/2 (/ (* z (+ (* -1 (pow x 2)) (pow x 2))) y)) (* z (- t x))) |
(+.f64 (*.f64 z (-.f64 t x)) (*.f64 (*.f64 z (/.f64 #s(literal 0 binary64) y)) #s(literal -1/2 binary64))) |
(+ (* -1/2 (/ (* z (+ (* -1 (pow x 2)) (pow x 2))) y)) (+ (* z (- t x)) (/ (* z (- (* 1/2 (pow x 3)) (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))))) (pow y 2)))) |
(+.f64 (*.f64 (*.f64 z (/.f64 #s(literal 0 binary64) y)) #s(literal -1/2 binary64)) (*.f64 z (+.f64 (-.f64 t x) (/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 x (*.f64 x x)) (-.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))))) (*.f64 y y))))) |
(+ (* -1/2 (/ (* z (+ (* -1 (pow x 2)) (pow x 2))) y)) (+ (* z (- t x)) (+ (/ (* z (- (* 1/2 (pow x 3)) (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))))) (pow y 2)) (/ (* z (- (+ (* -1/2 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3))))) (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2))))) (* 1/2 (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4)))))))) (pow y 3))))) |
(+.f64 (+.f64 (*.f64 z (-.f64 t x)) (*.f64 (*.f64 z (/.f64 #s(literal 0 binary64) y)) #s(literal -1/2 binary64))) (*.f64 z (+.f64 (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))))) (*.f64 #s(literal -1/2 binary64) (-.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -1/2 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/12 binary64))) (*.f64 x (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))))))) (*.f64 y (*.f64 y y))) (/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 x (*.f64 x x)) (-.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))))) (*.f64 y y))))) |
(* -1 (* z (- (* -1 t) (* -1 x)))) |
(*.f64 z (-.f64 t x)) |
(+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1/2 (/ (* z (+ (* -1 (pow x 2)) (pow x 2))) y))) |
(+.f64 (*.f64 z (-.f64 t x)) (*.f64 (*.f64 z (/.f64 #s(literal 0 binary64) y)) #s(literal -1/2 binary64))) |
(+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* 1/2 (* z (+ (* -1 (pow x 2)) (pow x 2)))) (/ (* z (- (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))) y)) y))) |
(-.f64 (*.f64 z (-.f64 t x)) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) z) #s(literal 0 binary64)) (/.f64 (*.f64 z (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 x (*.f64 x x)) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))))) y)) y)) |
(+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* -1 (/ (+ (* -1 (* z (- (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))) (/ (* z (- (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))) (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))))) y)) y)) (* 1/2 (* z (+ (* -1 (pow x 2)) (pow x 2))))) y))) |
(-.f64 (*.f64 z (-.f64 t x)) (/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) z) #s(literal 0 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 z (+.f64 #s(literal 0 binary64) (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 x (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))) (+.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/12 binary64)) (+.f64 (*.f64 x (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))) (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))))))) y) (*.f64 z (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 x (*.f64 x x)) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))))))) y)) y)) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))) |
(* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 (*.f64 y z) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) |
(+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(+.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) (*.f64 z t)) |
(+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(+.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) (*.f64 z t)) |
(+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(+.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) (*.f64 z t)) |
(* t z) |
(*.f64 z t) |
(* t (+ z (/ (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) t))) |
(*.f64 t (+.f64 z (/.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) t))) |
(* t (+ z (/ (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) t))) |
(*.f64 t (+.f64 z (/.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) t))) |
(* t (+ z (/ (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) t))) |
(*.f64 t (+.f64 z (/.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) t))) |
(* t z) |
(*.f64 z t) |
(* -1 (* t (+ (* -1 z) (/ (* y (* z (- (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) t)))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 (/.f64 (*.f64 (*.f64 y z) (/.f64 (+.f64 (exp.f64 (/.f64 x y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 x y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))) t) z)) |
(* -1 (* t (+ (* -1 z) (/ (* y (* z (- (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) t)))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 (/.f64 (*.f64 (*.f64 y z) (/.f64 (+.f64 (exp.f64 (/.f64 x y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 x y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))) t) z)) |
(* -1 (* t (+ (* -1 z) (/ (* y (* z (- (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) t)))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 (/.f64 (*.f64 (*.f64 y z) (/.f64 (+.f64 (exp.f64 (/.f64 x y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 x y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))) t) z)) |
(* t z) |
(*.f64 z t) |
(+ (* -1 (* x z)) (* t z)) |
(*.f64 z (-.f64 t x)) |
(+ (* t z) (* x (+ (* -1 z) (* 1/3 (/ (* (pow x 2) z) (pow y 2)))))) |
(+.f64 (*.f64 z (-.f64 t x)) (*.f64 x (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z (*.f64 x x))) (*.f64 y y)))) |
(+ (* t z) (* x (+ (* -1 z) (* (pow x 2) (+ (* -2/15 (/ (* (pow x 2) z) (pow y 4))) (* 1/3 (/ z (pow y 2)))))))) |
(+.f64 (*.f64 z t) (*.f64 x (-.f64 (*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 #s(literal -2/15 binary64) (*.f64 z (*.f64 x x))) (pow.f64 y #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal 1/3 binary64) z) (*.f64 y y)))) z))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))) |
(- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) |
(/ t y) |
(/.f64 t y) |
(* t (- (+ (/ 1 y) (/ 1 (* t (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ (exp (/ x y)) (* t (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 t (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (/.f64 #s(literal 1 binary64) t) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y)))))) (/.f64 (/.f64 (exp.f64 (/.f64 x y)) t) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) |
(* t (- (+ (/ 1 y) (/ 1 (* t (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ (exp (/ x y)) (* t (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 t (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (/.f64 #s(literal 1 binary64) t) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y)))))) (/.f64 (/.f64 (exp.f64 (/.f64 x y)) t) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) |
(* t (- (+ (/ 1 y) (/ 1 (* t (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ (exp (/ x y)) (* t (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 t (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (/.f64 #s(literal 1 binary64) t) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y)))))) (/.f64 (/.f64 (exp.f64 (/.f64 x y)) t) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) |
(/ t y) |
(/.f64 t y) |
(* -1 (* t (- (* -1 (/ (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) t)) (/ 1 y)))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))) (-.f64 #s(literal 0 binary64) t)) (/.f64 #s(literal -1 binary64) y))) |
(* -1 (* t (- (* -1 (/ (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) t)) (/ 1 y)))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))) (-.f64 #s(literal 0 binary64) t)) (/.f64 #s(literal -1 binary64) y))) |
(* -1 (* t (- (* -1 (/ (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) t)) (/ 1 y)))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))) (-.f64 #s(literal 0 binary64) t)) (/.f64 #s(literal -1 binary64) y))) |
(/ t y) |
(/.f64 t y) |
(/ (+ t (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) y) |
(/.f64 (+.f64 t (*.f64 y (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))) y) |
(/ (+ t (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) y) |
(/.f64 (+.f64 t (*.f64 y (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))) y) |
(/ (+ t (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) y) |
(/.f64 (+.f64 t (*.f64 y (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))) y) |
(/ (- t x) y) |
(/.f64 (-.f64 t x) y) |
(/ (- (+ t (* -1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))) x) y) |
(/.f64 (+.f64 t (-.f64 (/.f64 #s(literal 0 binary64) y) x)) y) |
(/ (- (+ t (* 1/2 (/ (pow x 3) (pow y 2)))) (+ x (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))))) y) |
(/.f64 (-.f64 (-.f64 (+.f64 t (*.f64 (/.f64 (*.f64 x (*.f64 x x)) y) (/.f64 #s(literal 1/2 binary64) y))) x) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))) (*.f64 y y)) (/.f64 #s(literal 0 binary64) y))) y) |
(/ (- (+ t (+ (* -1/2 (/ (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3)))) (pow y 3))) (+ (* 1/4 (/ (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2))) (pow y 3))) (* 1/2 (/ (pow x 3) (pow y 2)))))) (+ x (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4))))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)))))) y) |
(/.f64 (-.f64 (-.f64 (+.f64 t (+.f64 (*.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) x) (*.f64 y y)) (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))) y)) (+.f64 (*.f64 (/.f64 (*.f64 x (*.f64 x x)) y) (/.f64 #s(literal 1/2 binary64) y)) (/.f64 #s(literal 0 binary64) (*.f64 y (*.f64 y y)))))) x) (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -1/2 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/12 binary64))) (*.f64 x (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))))) (*.f64 y (*.f64 y y))) (+.f64 (/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))) (*.f64 y y)) (/.f64 #s(literal 0 binary64) y))))) y) |
(* -1 (/ (- (* -1 t) (* -1 x)) y)) |
(/.f64 (-.f64 t x) y) |
(* -1 (/ (- (+ (* -1 t) (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))) (* -1 x)) y)) |
(/.f64 (+.f64 (-.f64 (/.f64 #s(literal 0 binary64) y) t) x) (neg.f64 y)) |
(* -1 (/ (- (+ (* -1 t) (* -1 (/ (- (* -1 (/ (- (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))) y)) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) (* -1 x)) y)) |
(/.f64 (+.f64 (-.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 x (*.f64 x x)) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))))) (neg.f64 y)) #s(literal 0 binary64)) y)) x) (neg.f64 y)) |
(* -1 (/ (- (+ (* -1 t) (* -1 (/ (- (* -1 (/ (- (+ (* -1 (/ (- (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))) (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))))) y)) (* -1/2 (pow x 3))) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))) y)) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) (* -1 x)) y)) |
(/.f64 (+.f64 (-.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 (+.f64 (/.f64 (+.f64 (/.f64 (+.f64 #s(literal 0 binary64) (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 x (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))) (+.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/12 binary64)) (+.f64 (*.f64 x (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))) (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))))))) (neg.f64 y)) (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 x (*.f64 x x)) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))))) (neg.f64 y)) #s(literal 0 binary64)) y)) x) (neg.f64 y)) |
(/ t y) |
(/.f64 t y) |
(+ (* -1 (/ x y)) (/ t y)) |
(/.f64 (-.f64 t x) y) |
(+ (* x (- (* 1/3 (/ (pow x 2) (pow y 3))) (/ 1 y))) (/ t y)) |
(+.f64 (/.f64 t y) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 x x)) (*.f64 y (*.f64 y y))) (/.f64 #s(literal -1 binary64) y)))) |
(+ (* x (- (* (pow x 2) (+ (* -2/15 (/ (pow x 2) (pow y 5))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) (/ t y)) |
(+.f64 (/.f64 t y) (*.f64 x (+.f64 (*.f64 (*.f64 x x) (+.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 y (*.f64 y y))) (/.f64 (*.f64 #s(literal -2/15 binary64) (*.f64 x x)) (pow.f64 y #s(literal 5 binary64))))) (/.f64 #s(literal -1 binary64) y)))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) |
(* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))))) |
(*.f64 (*.f64 y z) (/.f64 (-.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) |
(+ (* x (+ 1 (* -1 z))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))) |
(+.f64 (*.f64 (*.f64 y z) (/.f64 (-.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (*.f64 x (-.f64 #s(literal 1 binary64) z))) |
(+ (* x (+ 1 (+ (* -1 z) (* 1/3 (/ (* (pow x 2) z) (pow y 2)))))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))) |
(+.f64 (*.f64 (*.f64 y z) (/.f64 (-.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (*.f64 x (+.f64 (-.f64 #s(literal 1 binary64) z) (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z (*.f64 x x))) (*.f64 y y))))) |
(+ (* x (+ 1 (+ (* -1 z) (* (pow x 2) (+ (* -2/15 (/ (* (pow x 2) z) (pow y 4))) (* 1/3 (/ z (pow y 2)))))))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))) |
(+.f64 (*.f64 (*.f64 y z) (/.f64 (-.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (*.f64 x (+.f64 (-.f64 #s(literal 1 binary64) z) (*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 #s(literal -2/15 binary64) (*.f64 z (*.f64 x x))) (pow.f64 y #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal 1/3 binary64) z) (*.f64 y y))))))) |
x |
(* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) x))) |
(* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) x))) |
(* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) x))) |
x |
(* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x)) 1))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (/.f64 (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) (-.f64 #s(literal 0 binary64) x)) #s(literal -1 binary64))) |
(* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x)) 1))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (/.f64 (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) (-.f64 #s(literal 0 binary64) x)) #s(literal -1 binary64))) |
(* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x)) 1))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (/.f64 (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) (-.f64 #s(literal 0 binary64) x)) #s(literal -1 binary64))) |
(+ x (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))) |
(+ x (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) (+.f64 x (*.f64 z t))) |
(+ x (+ (* t (+ z (* -1/3 (/ (* (pow t 2) z) (pow y 2))))) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) (+.f64 (*.f64 t (+.f64 z (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z (*.f64 t t))) (*.f64 y y)))) x)) |
(+ x (+ (* t (+ z (* (pow t 2) (+ (* -1/3 (/ z (pow y 2))) (* 2/15 (/ (* (pow t 2) z) (pow y 4))))))) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) (+.f64 (*.f64 t (+.f64 z (*.f64 (*.f64 t t) (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) z) (*.f64 y y)) (/.f64 (*.f64 #s(literal 2/15 binary64) (*.f64 z (*.f64 t t))) (pow.f64 y #s(literal 4 binary64))))))) x)) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))))) |
x |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (+ (* z (- t x)) (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y))) |
(+.f64 x (*.f64 z (+.f64 t (-.f64 (/.f64 #s(literal 0 binary64) y) x)))) |
(+ x (+ (* z (- t x)) (+ (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y) (/ (* z (- (+ (* 1/2 (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3))))) (* 1/2 (pow x 3))) (+ (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))) (* 1/2 (pow t 3))))) (pow y 2))))) |
(+.f64 (+.f64 x (*.f64 z (+.f64 t (-.f64 (/.f64 #s(literal 0 binary64) y) x)))) (/.f64 (*.f64 z (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (-.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/6 binary64)) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64)))) (*.f64 x (*.f64 x x))) (+.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))) (*.f64 t (*.f64 t t)))))) (*.f64 y y))) |
(+ x (+ (* z (- t x)) (+ (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y) (+ (/ (* z (- (+ (* -1/2 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3))))) (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (* 1/2 (+ (* -1 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/6 (pow t 3)))))) (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (* 1/12 (pow t 4)))))))) (+ (* -1/2 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (* -1/2 (pow t 3))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (* 1/2 (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4)))))))))) (pow y 3)) (/ (* z (- (+ (* 1/2 (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3))))) (* 1/2 (pow x 3))) (+ (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))) (* 1/2 (pow t 3))))) (pow y 2)))))) |
(+.f64 (+.f64 x (*.f64 z (+.f64 t (-.f64 (/.f64 #s(literal 0 binary64) y) x)))) (*.f64 z (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (-.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/6 binary64)) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64)))) (*.f64 x (*.f64 x x))) (+.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))) (*.f64 t (*.f64 t t))))) (*.f64 y y)) (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))))) (-.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 t t)) (*.f64 (*.f64 t t) #s(literal -1/2 binary64))) (*.f64 (*.f64 (*.f64 t t) (*.f64 t t)) #s(literal -1/12 binary64))) (*.f64 t (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 t (*.f64 t t))) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64))))))) #s(literal 0 binary64)) (+.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -1/2 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/12 binary64))) (*.f64 x (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))))) (+.f64 #s(literal 0 binary64) (*.f64 (*.f64 #s(literal -1/2 binary64) t) (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 t (*.f64 t t))) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64))))))))) (*.f64 y (*.f64 y y)))))) |
(+ x (* -1 (* z (- (* -1 t) (* -1 x))))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y))) |
(+.f64 x (*.f64 z (+.f64 t (-.f64 (/.f64 #s(literal 0 binary64) y) x)))) |
(+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* -1 (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))))) (/ (* z (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))) y)) y)))) |
(-.f64 (+.f64 x (*.f64 z (-.f64 t x))) (/.f64 (+.f64 (*.f64 z #s(literal 0 binary64)) (/.f64 (*.f64 z (-.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal 1/6 binary64)) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64)))))) (*.f64 #s(literal 1/2 binary64) (*.f64 t (*.f64 t t)))) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))))) y)) y)) |
(+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* -1 (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))))) (* -1 (/ (+ (* -1 (* z (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))) (/ (* z (- (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (+ (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))) (* 1/2 (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (+ (* 1/12 (pow t 4)) (* t (+ (* -1/6 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (+ (* 1/2 (* t (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))) (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))))))) y)) y))) y)))) |
(-.f64 (+.f64 x (*.f64 z (-.f64 t x))) (/.f64 (-.f64 (*.f64 z #s(literal 0 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 z (+.f64 #s(literal 0 binary64) (-.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))) (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 t t)) (*.f64 (*.f64 t t) #s(literal -1/2 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 t t)) #s(literal -1/12 binary64)) (*.f64 t (+.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal 1/3 binary64)) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64))))))))) (+.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 t (+.f64 (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 t (*.f64 t t))))) (+.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/12 binary64)) (+.f64 (*.f64 x (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))) (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))))) #s(literal 0 binary64))))) y) (*.f64 z (-.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal 1/6 binary64)) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64)))))) (*.f64 #s(literal 1/2 binary64) (*.f64 t (*.f64 t t)))) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))))))) y)) y)) |
x |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ x z))) |
(*.f64 z (+.f64 (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) (/.f64 x z))) |
(* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ x z))) |
(*.f64 z (+.f64 (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) (/.f64 x z))) |
(* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ x z))) |
(*.f64 z (+.f64 (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) (/.f64 x z))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) (* -1 (/ x z))))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) (neg.f64 y)) (/.f64 x z))) |
(* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) (* -1 (/ x z))))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) (neg.f64 y)) (/.f64 x z))) |
(* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) (* -1 (/ x z))))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) (neg.f64 y)) (/.f64 x z))) |
(* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 (*.f64 y z) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) |
(+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(+.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) (*.f64 z t)) |
(+ (* t (+ z (* -1/3 (/ (* (pow t 2) z) (pow y 2))))) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(+.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) (*.f64 t (+.f64 z (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 z (*.f64 t t))) (*.f64 y y))))) |
(+ (* t (+ z (* (pow t 2) (+ (* -1/3 (/ z (pow y 2))) (* 2/15 (/ (* (pow t 2) z) (pow y 4))))))) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(+.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) (*.f64 t (+.f64 z (*.f64 (*.f64 t t) (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) z) (*.f64 y y)) (/.f64 (*.f64 #s(literal 2/15 binary64) (*.f64 z (*.f64 t t))) (pow.f64 y #s(literal 4 binary64)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(+ (* z (- t x)) (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y)) |
(*.f64 z (+.f64 t (-.f64 (/.f64 #s(literal 0 binary64) y) x))) |
(+ (* z (- t x)) (+ (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y) (/ (* z (- (+ (* 1/2 (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3))))) (* 1/2 (pow x 3))) (+ (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))) (* 1/2 (pow t 3))))) (pow y 2)))) |
(+.f64 (*.f64 z (+.f64 t (-.f64 (/.f64 #s(literal 0 binary64) y) x))) (/.f64 (*.f64 z (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (-.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/6 binary64)) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64)))) (*.f64 x (*.f64 x x))) (+.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))) (*.f64 t (*.f64 t t)))))) (*.f64 y y))) |
(+ (* z (- t x)) (+ (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y) (+ (/ (* z (- (+ (* -1/2 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3))))) (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (* 1/2 (+ (* -1 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/6 (pow t 3)))))) (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (* 1/12 (pow t 4)))))))) (+ (* -1/2 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (* -1/2 (pow t 3))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (* 1/2 (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4)))))))))) (pow y 3)) (/ (* z (- (+ (* 1/2 (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3))))) (* 1/2 (pow x 3))) (+ (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))) (* 1/2 (pow t 3))))) (pow y 2))))) |
(+.f64 (*.f64 z (+.f64 t (-.f64 (/.f64 #s(literal 0 binary64) y) x))) (*.f64 z (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (-.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/6 binary64)) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64)))) (*.f64 x (*.f64 x x))) (+.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))) (*.f64 t (*.f64 t t))))) (*.f64 y y)) (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))))) (-.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 t t)) (*.f64 (*.f64 t t) #s(literal -1/2 binary64))) (*.f64 (*.f64 (*.f64 t t) (*.f64 t t)) #s(literal -1/12 binary64))) (*.f64 t (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 t (*.f64 t t))) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64))))))) #s(literal 0 binary64)) (+.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -1/2 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/12 binary64))) (*.f64 x (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))))) (+.f64 #s(literal 0 binary64) (*.f64 (*.f64 #s(literal -1/2 binary64) t) (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 t (*.f64 t t))) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64))))))))) (*.f64 y (*.f64 y y)))))) |
(* -1 (* z (- (* -1 t) (* -1 x)))) |
(*.f64 z (-.f64 t x)) |
(+ (* -1 (* z (- (* -1 t) (* -1 x)))) (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y)) |
(*.f64 z (+.f64 t (-.f64 (/.f64 #s(literal 0 binary64) y) x))) |
(+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* -1 (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))))) (/ (* z (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))) y)) y))) |
(-.f64 (*.f64 z (-.f64 t x)) (/.f64 (+.f64 (*.f64 z #s(literal 0 binary64)) (/.f64 (*.f64 z (-.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal 1/6 binary64)) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64)))))) (*.f64 #s(literal 1/2 binary64) (*.f64 t (*.f64 t t)))) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))))) y)) y)) |
(+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* -1 (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))))) (* -1 (/ (+ (* -1 (* z (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))) (/ (* z (- (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (+ (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))) (* 1/2 (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (+ (* 1/12 (pow t 4)) (* t (+ (* -1/6 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (+ (* 1/2 (* t (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))) (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))))))) y)) y))) y))) |
(-.f64 (*.f64 z (-.f64 t x)) (/.f64 (-.f64 (*.f64 z #s(literal 0 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 z (+.f64 #s(literal 0 binary64) (-.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))) (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 t t)) (*.f64 (*.f64 t t) #s(literal -1/2 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 t t)) #s(literal -1/12 binary64)) (*.f64 t (+.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal 1/3 binary64)) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64))))))))) (+.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 t (+.f64 (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 t (*.f64 t t))))) (+.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/12 binary64)) (+.f64 (*.f64 x (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))) (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))))) #s(literal 0 binary64))))) y) (*.f64 z (-.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal 1/6 binary64)) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64)))))) (*.f64 #s(literal 1/2 binary64) (*.f64 t (*.f64 t t)))) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))))))) y)) y)) |
(* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))))) |
(*.f64 (*.f64 y z) (/.f64 (-.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) |
(+ (* -1 (* x z)) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))) |
(-.f64 (*.f64 (*.f64 y z) (/.f64 (-.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (*.f64 x z)) |
(+ (* x (+ (* -1 z) (* 1/3 (/ (* (pow x 2) z) (pow y 2))))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))) |
(+.f64 (*.f64 (*.f64 y z) (/.f64 (-.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (*.f64 x (-.f64 (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z (*.f64 x x))) (*.f64 y y)) z))) |
(+ (* x (+ (* -1 z) (* (pow x 2) (+ (* -2/15 (/ (* (pow x 2) z) (pow y 4))) (* 1/3 (/ z (pow y 2))))))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))) |
(+.f64 (*.f64 (*.f64 y z) (/.f64 (-.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (*.f64 x (-.f64 (*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 #s(literal -2/15 binary64) (*.f64 z (*.f64 x x))) (pow.f64 y #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal 1/3 binary64) z) (*.f64 y y)))) z))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(/ x y) |
(/.f64 x y) |
(* x (+ (* -1/3 (/ (pow x 2) (pow y 3))) (/ 1 y))) |
(*.f64 x (+.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 x x)) (*.f64 y (*.f64 y y))))) |
(* x (+ (* (pow x 2) (- (* 2/15 (/ (pow x 2) (pow y 5))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) |
(*.f64 x (+.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 #s(literal 2/15 binary64) (*.f64 x x)) (pow.f64 y #s(literal 5 binary64))) (/.f64 #s(literal -1/3 binary64) (*.f64 y (*.f64 y y))))))) |
(* x (+ (* (pow x 2) (- (* (pow x 2) (+ (* -17/315 (/ (pow x 2) (pow y 7))) (* 2/15 (/ 1 (pow y 5))))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) |
(*.f64 x (+.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (*.f64 x x) (+.f64 (*.f64 (*.f64 x x) (+.f64 (/.f64 #s(literal 2/15 binary64) (pow.f64 y #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -17/315 binary64) (*.f64 x x)) (pow.f64 y #s(literal 7 binary64))))) (/.f64 #s(literal -1/3 binary64) (*.f64 y (*.f64 y y))))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/.f64 (+.f64 (exp.f64 (/.f64 x y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 x y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/.f64 (+.f64 (exp.f64 (/.f64 x y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 x y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/.f64 (+.f64 (exp.f64 (/.f64 x y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 x y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/.f64 (+.f64 (exp.f64 (/.f64 x y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 x y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/.f64 (+.f64 (exp.f64 (/.f64 x y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 x y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/.f64 (+.f64 (exp.f64 (/.f64 x y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 x y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/.f64 (+.f64 (exp.f64 (/.f64 x y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 x y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/.f64 (+.f64 (exp.f64 (/.f64 x y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 x y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/.f64 (+.f64 (exp.f64 (/.f64 x y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 x y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/.f64 (+.f64 (exp.f64 (/.f64 x y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 x y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/.f64 (+.f64 (exp.f64 (/.f64 x y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 x y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/.f64 (+.f64 (exp.f64 (/.f64 x y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 x y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) |
(/ x y) |
(/.f64 x y) |
(/ (+ x (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))) y) |
(/.f64 (+.f64 x (/.f64 #s(literal 0 binary64) y)) y) |
(/ (- (+ x (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)))) (* 1/2 (/ (pow x 3) (pow y 2)))) y) |
(/.f64 (+.f64 x (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))) (*.f64 y y)) (/.f64 #s(literal 0 binary64) y)) (/.f64 (*.f64 x (*.f64 x x)) (*.f64 y y))))) y) |
(/ (- (+ x (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4))))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))))) (+ (* -1/2 (/ (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3)))) (pow y 3))) (+ (* 1/4 (/ (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2))) (pow y 3))) (* 1/2 (/ (pow x 3) (pow y 2)))))) y) |
(/.f64 (+.f64 x (-.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -1/2 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/12 binary64))) (*.f64 x (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))))) (*.f64 y (*.f64 y y))) (+.f64 (/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))) (*.f64 y y)) (/.f64 #s(literal 0 binary64) y)))) (+.f64 (*.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) x) (*.f64 y y)) (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))) y)) (+.f64 (*.f64 (/.f64 (*.f64 x (*.f64 x x)) y) (/.f64 #s(literal 1/2 binary64) y)) (/.f64 #s(literal 0 binary64) (*.f64 y (*.f64 y y))))))) y) |
(/ x y) |
(/.f64 x y) |
(* -1 (/ (+ (* -1 x) (* -1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))) y)) |
(/.f64 (+.f64 x (/.f64 #s(literal 0 binary64) y)) y) |
(* -1 (/ (+ (* -1 x) (* -1 (/ (+ (* -1 (/ (- (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))) (* -1/2 (pow x 3))) y)) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) y)) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))) (*.f64 x (*.f64 x x)))) (neg.f64 y)) y)) (neg.f64 y)) |
(* -1 (/ (+ (* -1 x) (* -1 (/ (+ (* -1 (/ (- (+ (* -1 (/ (- (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))) (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))) y)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))) (* -1/2 (pow x 3))) y)) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) y)) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (/.f64 (+.f64 (/.f64 (+.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/12 binary64)) (+.f64 (*.f64 x (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))) (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))))) #s(literal 0 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))))) (neg.f64 y)) (*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))) (*.f64 x (*.f64 x x))))) (neg.f64 y)) y)) (neg.f64 y)) |
Compiled 52157 to 3158 computations (93.9% saved)
28 alts after pruning (26 fresh and 2 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1365 | 26 | 1391 |
| Fresh | 4 | 0 | 4 |
| Picked | 3 | 2 | 5 |
| Done | 0 | 0 | 0 |
| Total | 1372 | 28 | 1400 |
| Status | Accuracy | Program |
|---|---|---|
| 67.1% | (fma.f64 (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) y) z x) | |
| 66.0% | (fma.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (/.f64 x y)) y) z x) | |
| ✓ | 96.3% | (fma.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) y) z x) |
| ▶ | 26.4% | (/.f64 (-.f64 (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))))) (*.f64 x x)) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
| 18.5% | (/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))))))) (+.f64 (*.f64 x x) (*.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)))) | |
| 46.8% | (+.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x) | |
| ▶ | 90.7% | (+.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x) |
| 53.1% | (+.f64 x (/.f64 (*.f64 y (*.f64 z (-.f64 t x))) y)) | |
| 53.1% | (+.f64 x (/.f64 #s(literal 1 binary64) (/.f64 y (*.f64 y (*.f64 z (-.f64 t x)))))) | |
| ▶ | 56.0% | (+.f64 x (*.f64 (/.f64 (*.f64 y z) y) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 t x))))) |
| 17.7% | (+.f64 x (*.f64 (/.f64 z (/.f64 y (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))))) (/.f64 y (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))))) | |
| 49.8% | (+.f64 x (*.f64 (/.f64 z (/.f64 y (-.f64 t x))) y)) | |
| 33.7% | (+.f64 x (*.f64 (/.f64 y (/.f64 y (-.f64 (*.f64 t t) (*.f64 x x)))) (/.f64 z (+.f64 t x)))) | |
| 29.7% | (+.f64 x (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 y (-.f64 (*.f64 t t) (*.f64 x x)))) (/.f64 (*.f64 y z) (+.f64 t x)))) | |
| 55.9% | (+.f64 x (*.f64 (-.f64 t x) (*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 y z)))) | |
| 60.8% | (+.f64 x (*.f64 (-.f64 t x) z)) | |
| ▶ | 50.8% | (+.f64 x (*.f64 (*.f64 (/.f64 (-.f64 t x) y) y) z)) |
| 66.0% | (+.f64 x (*.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (/.f64 x y)) y) z)) | |
| 66.0% | (+.f64 x (*.f64 (*.f64 z (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) y)) | |
| 32.0% | (+.f64 x (*.f64 (*.f64 y z) (/.f64 (-.f64 (/.f64 (/.f64 t y) (/.f64 y t)) (*.f64 (/.f64 x y) (/.f64 x y))) (+.f64 (/.f64 t y) (/.f64 x y))))) | |
| 27.3% | (+.f64 x (*.f64 (*.f64 y z) (/.f64 (-.f64 (*.f64 t y) (*.f64 y x)) (*.f64 y y)))) | |
| 42.3% | (+.f64 x (*.f64 (*.f64 y z) (/.f64 x (neg.f64 y)))) | |
| 54.7% | (+.f64 x (*.f64 (*.f64 y z) (/.f64 t y))) | |
| 31.8% | (+.f64 x (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (*.f64 #s(literal 1 binary64) (/.f64 (sinh.f64 (/.f64 x y)) (cosh.f64 (/.f64 x y))))))) | |
| 61.0% | (+.f64 x (*.f64 z t)) | |
| ▶ | 17.4% | (*.f64 z t) |
| 52.9% | (*.f64 x (-.f64 #s(literal 1 binary64) z)) | |
| ✓ | 62.4% | x |
Compiled 1081 to 589 computations (45.5% saved)
| 1× | egg-herbie |
Found 17 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 256 | (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x)))) |
| ✓ | cost-diff | 512 | (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))))) |
| ✓ | cost-diff | 512 | (-.f64 (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))))) (*.f64 x x)) |
| ✓ | cost-diff | 768 | (/.f64 (-.f64 (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))))) (*.f64 x x)) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
| ✓ | cost-diff | 256 | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 t x))) |
| ✓ | cost-diff | 256 | (/.f64 (*.f64 y z) y) |
| ✓ | cost-diff | 512 | (*.f64 (/.f64 (*.f64 y z) y) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 t x)))) |
| ✓ | cost-diff | 512 | (+.f64 x (*.f64 (/.f64 (*.f64 y z) y) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 t x))))) |
| ✓ | cost-diff | 0 | (/.f64 (-.f64 t x) y) |
| ✓ | cost-diff | 256 | (*.f64 (/.f64 (-.f64 t x) y) y) |
| ✓ | cost-diff | 256 | (*.f64 (*.f64 (/.f64 (-.f64 t x) y) y) z) |
| ✓ | cost-diff | 256 | (+.f64 x (*.f64 (*.f64 (/.f64 (-.f64 t x) y) y) z)) |
| ✓ | cost-diff | 0 | (*.f64 z t) |
| ✓ | cost-diff | 0 | (tanh.f64 (/.f64 t y)) |
| ✓ | cost-diff | 0 | (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) |
| ✓ | cost-diff | 0 | (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) |
| ✓ | cost-diff | 0 | (+.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x) |
| 4152× | *-lowering-*.f32 |
| 4152× | *-lowering-*.f64 |
| 2474× | +-lowering-+.f64 |
| 2474× | +-lowering-+.f32 |
| 1560× | distribute-rgt-in |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 32 | 287 |
| 1 | 123 | 283 |
| 2 | 427 | 205 |
| 3 | 2183 | 205 |
| 0 | 8664 | 205 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ (* (- (tanh (/ t y)) (tanh (/ x y))) (* y z)) x) |
(* (- (tanh (/ t y)) (tanh (/ x y))) (* y z)) |
(- (tanh (/ t y)) (tanh (/ x y))) |
(tanh (/ t y)) |
(/ t y) |
t |
y |
(tanh (/ x y)) |
(/ x y) |
x |
(* y z) |
z |
(* z t) |
z |
t |
(+ x (* (* (/ (- t x) y) y) z)) |
x |
(* (* (/ (- t x) y) y) z) |
(* (/ (- t x) y) y) |
(/ (- t x) y) |
(- t x) |
t |
y |
z |
(+ x (* (/ (* y z) y) (/ 1 (/ 1 (- t x))))) |
x |
(* (/ (* y z) y) (/ 1 (/ 1 (- t x)))) |
(/ (* y z) y) |
(* y z) |
y |
z |
(/ 1 (/ 1 (- t x))) |
1 |
(/ 1 (- t x)) |
(- t x) |
t |
(/ (- (* (/ (- t x) y) (* (* y z) (/ (* y z) (/ y (- t x))))) (* x x)) (- (/ (* y z) (/ y (- t x))) x)) |
(- (* (/ (- t x) y) (* (* y z) (/ (* y z) (/ y (- t x))))) (* x x)) |
(* (/ (- t x) y) (* (* y z) (/ (* y z) (/ y (- t x))))) |
(/ (- t x) y) |
(- t x) |
t |
x |
y |
(* (* y z) (/ (* y z) (/ y (- t x)))) |
(* y z) |
z |
(/ (* y z) (/ y (- t x))) |
(/ y (- t x)) |
(* x x) |
(- (/ (* y z) (/ y (- t x))) x) |
| Outputs |
|---|
(+ (* (- (tanh (/ t y)) (tanh (/ x y))) (* y z)) x) |
(+.f64 x (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z))) |
(* (- (tanh (/ t y)) (tanh (/ x y))) (* y z)) |
(*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) |
(- (tanh (/ t y)) (tanh (/ x y))) |
(-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) |
(tanh (/ t y)) |
(tanh.f64 (/.f64 t y)) |
(/ t y) |
(/.f64 t y) |
t |
y |
(tanh (/ x y)) |
(tanh.f64 (/.f64 x y)) |
(/ x y) |
(/.f64 x y) |
x |
(* y z) |
(*.f64 y z) |
z |
(* z t) |
(*.f64 t z) |
z |
t |
(+ x (* (* (/ (- t x) y) y) z)) |
(+.f64 x (*.f64 z (-.f64 t x))) |
x |
(* (* (/ (- t x) y) y) z) |
(*.f64 z (-.f64 t x)) |
(* (/ (- t x) y) y) |
(-.f64 t x) |
(/ (- t x) y) |
(/.f64 (-.f64 t x) y) |
(- t x) |
(-.f64 t x) |
t |
y |
z |
(+ x (* (/ (* y z) y) (/ 1 (/ 1 (- t x))))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
x |
(* (/ (* y z) y) (/ 1 (/ 1 (- t x)))) |
(*.f64 z (-.f64 t x)) |
(/ (* y z) y) |
z |
(* y z) |
(*.f64 y z) |
y |
z |
(/ 1 (/ 1 (- t x))) |
(-.f64 t x) |
1 |
#s(literal 1 binary64) |
(/ 1 (- t x)) |
(/.f64 #s(literal 1 binary64) (-.f64 t x)) |
(- t x) |
(-.f64 t x) |
t |
(/ (- (* (/ (- t x) y) (* (* y z) (/ (* y z) (/ y (- t x))))) (* x x)) (- (/ (* y z) (/ y (- t x))) x)) |
(/.f64 (-.f64 (*.f64 (-.f64 t x) (*.f64 (-.f64 t x) (*.f64 z z))) (*.f64 x x)) (-.f64 (*.f64 z (-.f64 t x)) x)) |
(- (* (/ (- t x) y) (* (* y z) (/ (* y z) (/ y (- t x))))) (* x x)) |
(-.f64 (*.f64 (-.f64 t x) (*.f64 (-.f64 t x) (*.f64 z z))) (*.f64 x x)) |
(* (/ (- t x) y) (* (* y z) (/ (* y z) (/ y (- t x))))) |
(*.f64 (-.f64 t x) (*.f64 (-.f64 t x) (*.f64 z z))) |
(/ (- t x) y) |
(/.f64 (-.f64 t x) y) |
(- t x) |
(-.f64 t x) |
t |
x |
y |
(* (* y z) (/ (* y z) (/ y (- t x)))) |
(*.f64 (*.f64 y z) (*.f64 z (-.f64 t x))) |
(* y z) |
(*.f64 y z) |
z |
(/ (* y z) (/ y (- t x))) |
(*.f64 z (-.f64 t x)) |
(/ y (- t x)) |
(/.f64 y (-.f64 t x)) |
(* x x) |
(*.f64 x x) |
(- (/ (* y z) (/ y (- t x))) x) |
(-.f64 (*.f64 z (-.f64 t x)) x) |
Found 17 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 86.7% | (-.f64 (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))))) (*.f64 x x)) |
| ✓ | accuracy | 85.1% | (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))))) |
| ✓ | accuracy | 72.0% | (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) |
| ✓ | accuracy | 49.5% | (/.f64 (-.f64 (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))))) (*.f64 x x)) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
| ✓ | accuracy | 100.0% | (*.f64 (/.f64 (*.f64 y z) y) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 t x)))) |
| ✓ | accuracy | 100.0% | (+.f64 x (*.f64 (/.f64 (*.f64 y z) y) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 t x))))) |
| ✓ | accuracy | 99.7% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 t x))) |
| ✓ | accuracy | 76.7% | (/.f64 (*.f64 y z) y) |
| ✓ | accuracy | 100.0% | (/.f64 (-.f64 t x) y) |
| ✓ | accuracy | 100.0% | (*.f64 (*.f64 (/.f64 (-.f64 t x) y) y) z) |
| ✓ | accuracy | 100.0% | (+.f64 x (*.f64 (*.f64 (/.f64 (-.f64 t x) y) y) z)) |
| ✓ | accuracy | 76.3% | (*.f64 (/.f64 (-.f64 t x) y) y) |
| ✓ | accuracy | 100.0% | (*.f64 z t) |
| ✓ | accuracy | 100.0% | (tanh.f64 (/.f64 t y)) |
| ✓ | accuracy | 100.0% | (tanh.f64 (/.f64 x y)) |
| ✓ | accuracy | 100.0% | (+.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x) |
| ✓ | accuracy | 89.6% | (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) |
| 72.0ms | 208× | 0 | valid |
| 44.0ms | 44× | 2 | valid |
| 2.0ms | 2× | 3 | valid |
| 2.0ms | 1× | 5 | exit |
| 1.0ms | 1× | 1 | valid |
Compiled 296 to 33 computations (88.9% saved)
ival-div: 23.0ms (36.2% of total)ival-mult: 18.0ms (28.4% of total)backward-pass: 7.0ms (11% of total)ival-sub: 6.0ms (9.5% of total)ival-add: 5.0ms (7.9% of total)ival-tanh: 4.0ms (6.3% of total)const: 0.0ms (0% of total)| Inputs |
|---|
#<alt (+ (* (- (tanh (/ t y)) (tanh (/ x y))) (* y z)) x)> |
#<alt (* (- (tanh (/ t y)) (tanh (/ x y))) (* y z))> |
#<alt (- (tanh (/ t y)) (tanh (/ x y)))> |
#<alt (tanh (/ t y))> |
#<alt (* z t)> |
#<alt (+ x (* (* (/ (- t x) y) y) z))> |
#<alt (* (* (/ (- t x) y) y) z)> |
#<alt (* (/ (- t x) y) y)> |
#<alt (/ (- t x) y)> |
#<alt (+ x (* (/ (* y z) y) (/ 1 (/ 1 (- t x)))))> |
#<alt (* (/ (* y z) y) (/ 1 (/ 1 (- t x))))> |
#<alt (/ (* y z) y)> |
#<alt (/ 1 (/ 1 (- t x)))> |
#<alt (/ (- (* (/ (- t x) y) (* (* y z) (/ (* y z) (/ y (- t x))))) (* x x)) (- (/ (* y z) (/ y (- t x))) x))> |
#<alt (- (* (/ (- t x) y) (* (* y z) (/ (* y z) (/ y (- t x))))) (* x x))> |
#<alt (* (/ (- t x) y) (* (* y z) (/ (* y z) (/ y (- t x)))))> |
#<alt (* (* y z) (/ (* y z) (/ y (- t x))))> |
#<alt (tanh (/ x y))> |
#<alt (/ (* y z) (/ y (- t x)))> |
| Outputs |
|---|
#<alt (+ x (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (+ x (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (+ (* t (+ z (* -1/3 (/ (* (pow t 2) z) (pow y 2))))) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (+ (* t (+ z (* (pow t 2) (+ (* -1/3 (/ z (pow y 2))) (* 2/15 (/ (* (pow t 2) z) (pow y 4))))))) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt x> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (+ (* z (- t x)) (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y)))> |
#<alt (+ x (+ (* z (- t x)) (+ (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y) (/ (* z (- (+ (* 1/2 (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3))))) (* 1/2 (pow x 3))) (+ (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))) (* 1/2 (pow t 3))))) (pow y 2)))))> |
#<alt (+ x (+ (* z (- t x)) (+ (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y) (+ (/ (* z (- (+ (* -1/2 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3))))) (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (* 1/2 (+ (* -1 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/6 (pow t 3)))))) (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (* 1/12 (pow t 4)))))))) (+ (* -1/2 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (* -1/2 (pow t 3))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (* 1/2 (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4)))))))))) (pow y 3)) (/ (* z (- (+ (* 1/2 (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3))))) (* 1/2 (pow x 3))) (+ (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))) (* 1/2 (pow t 3))))) (pow y 2))))))> |
#<alt (+ x (* -1 (* z (- (* -1 t) (* -1 x)))))> |
#<alt (+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y)))> |
#<alt (+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* -1 (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))))) (/ (* z (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))) y)) y))))> |
#<alt (+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* -1 (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))))) (* -1 (/ (+ (* -1 (* z (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))) (/ (* z (- (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (+ (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))) (* 1/2 (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (+ (* 1/12 (pow t 4)) (* t (+ (* -1/6 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (+ (* 1/2 (* t (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))) (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))))))) y)) y))) y))))> |
#<alt (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))> |
#<alt (+ (* x (+ 1 (* -1 z))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))))))> |
#<alt (+ (* x (+ 1 (+ (* -1 z) (* 1/3 (/ (* (pow x 2) z) (pow y 2)))))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))))))> |
#<alt (+ (* x (+ 1 (+ (* -1 z) (* (pow x 2) (+ (* -2/15 (/ (* (pow x 2) z) (pow y 4))) (* 1/3 (/ z (pow y 2)))))))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))))))> |
#<alt x> |
#<alt (* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x)))> |
#<alt (* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x)))> |
#<alt (* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x)))> |
#<alt x> |
#<alt (* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x)) 1)))> |
#<alt (* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x)) 1)))> |
#<alt (* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x)) 1)))> |
#<alt x> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ x z)))> |
#<alt (* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ x z)))> |
#<alt (* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ x z)))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) (* -1 (/ x z)))))> |
#<alt (* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) (* -1 (/ x z)))))> |
#<alt (* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) (* -1 (/ x z)))))> |
#<alt (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (+ (* t (+ z (* -1/3 (/ (* (pow t 2) z) (pow y 2))))) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (+ (* t (+ z (* (pow t 2) (+ (* -1/3 (/ z (pow y 2))) (* 2/15 (/ (* (pow t 2) z) (pow y 4))))))) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* z (- t x))> |
#<alt (+ (* z (- t x)) (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y))> |
#<alt (+ (* z (- t x)) (+ (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y) (/ (* z (- (+ (* 1/2 (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3))))) (* 1/2 (pow x 3))) (+ (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))) (* 1/2 (pow t 3))))) (pow y 2))))> |
#<alt (+ (* z (- t x)) (+ (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y) (+ (/ (* z (- (+ (* -1/2 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3))))) (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (* 1/2 (+ (* -1 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/6 (pow t 3)))))) (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (* 1/12 (pow t 4)))))))) (+ (* -1/2 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (* -1/2 (pow t 3))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (* 1/2 (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4)))))))))) (pow y 3)) (/ (* z (- (+ (* 1/2 (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3))))) (* 1/2 (pow x 3))) (+ (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))) (* 1/2 (pow t 3))))) (pow y 2)))))> |
#<alt (* -1 (* z (- (* -1 t) (* -1 x))))> |
#<alt (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y))> |
#<alt (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* -1 (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))))) (/ (* z (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))) y)) y)))> |
#<alt (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* -1 (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))))) (* -1 (/ (+ (* -1 (* z (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))) (/ (* z (- (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (+ (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))) (* 1/2 (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (+ (* 1/12 (pow t 4)) (* t (+ (* -1/6 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (+ (* 1/2 (* t (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))) (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))))))) y)) y))) y)))> |
#<alt (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))> |
#<alt (+ (* -1 (* x z)) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))))))> |
#<alt (+ (* x (+ (* -1 z) (* 1/3 (/ (* (pow x 2) z) (pow y 2))))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))))))> |
#<alt (+ (* x (+ (* -1 z) (* (pow x 2) (+ (* -2/15 (/ (* (pow x 2) z) (pow y 4))) (* 1/3 (/ z (pow y 2))))))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))> |
#<alt (- (+ (* t (+ (* -1/3 (/ (pow t 2) (pow y 3))) (/ 1 y))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))> |
#<alt (- (+ (* t (+ (* (pow t 2) (- (* 2/15 (/ (pow t 2) (pow y 5))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (/ (- t x) y)> |
#<alt (/ (- (+ t (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y))) (+ x (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)))) y)> |
#<alt (/ (- (+ t (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3)))) (pow y 2))) (+ (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y)) (* 1/2 (/ (pow x 3) (pow y 2)))))) (+ x (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (+ (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)) (* 1/2 (/ (pow t 3) (pow y 2))))))) y)> |
#<alt (/ (- (+ t (+ (* -1/2 (/ (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3)))) (pow y 3))) (+ (* 1/4 (/ (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/6 (pow t 3)))))) (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (* 1/12 (pow t 4))))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3)))) (pow y 2))) (+ (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y)) (* 1/2 (/ (pow x 3) (pow y 2))))))))) (+ x (+ (* -1/2 (/ (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (* -1/2 (pow t 3)))) (pow y 3))) (+ (* 1/4 (/ (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4))))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (+ (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)) (* 1/2 (/ (pow t 3) (pow y 2)))))))))) y)> |
#<alt (* -1 (/ (- (* -1 t) (* -1 x)) y))> |
#<alt (* -1 (/ (- (+ (* -1 t) (* -1 (/ (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) (* -1 x)) y))> |
#<alt (* -1 (/ (- (+ (* -1 t) (* -1 (/ (- (+ (* -1 (/ (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))) y)) (* 1/2 (+ (* -1 (pow t 2)) (pow t 2)))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) (* -1 x)) y))> |
#<alt (* -1 (/ (- (+ (* -1 t) (* -1 (/ (- (+ (* -1 (/ (- (+ (* -1 (/ (- (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (+ (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))) (* 1/2 (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (+ (* 1/12 (pow t 4)) (* t (+ (* -1/6 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (+ (* 1/2 (* t (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))) (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))))))) y)) (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))) y)) (* 1/2 (+ (* -1 (pow t 2)) (pow t 2)))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) (* -1 x)) y))> |
#<alt (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))> |
#<alt (- (+ (* -1 (/ x y)) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))> |
#<alt (- (+ (* x (- (* 1/3 (/ (pow x 2) (pow y 3))) (/ 1 y))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))> |
#<alt (- (+ (* x (- (* (pow x 2) (+ (* -2/15 (/ (pow x 2) (pow y 5))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (/ t y)> |
#<alt (* t (+ (* -1/3 (/ (pow t 2) (pow y 3))) (/ 1 y)))> |
#<alt (* t (+ (* (pow t 2) (- (* 2/15 (/ (pow t 2) (pow y 5))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y)))> |
#<alt (* t (+ (* (pow t 2) (- (* (pow t 2) (+ (* -17/315 (/ (pow t 2) (pow y 7))) (* 2/15 (/ 1 (pow y 5))))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y)))> |
#<alt (/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))> |
#<alt (/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))> |
#<alt (/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))> |
#<alt (/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))> |
#<alt (/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))> |
#<alt (/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))> |
#<alt (/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))> |
#<alt (/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))> |
#<alt (/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))> |
#<alt (/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))> |
#<alt (/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))> |
#<alt (/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))> |
#<alt (/ t y)> |
#<alt (/ (+ t (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y))) y)> |
#<alt (/ (- (+ t (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y)))) (* 1/2 (/ (pow t 3) (pow y 2)))) y)> |
#<alt (/ (- (+ t (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/6 (pow t 3)))))) (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (* 1/12 (pow t 4))))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y))))) (+ (* -1/2 (/ (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (* -1/2 (pow t 3)))) (pow y 3))) (+ (* 1/4 (/ (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2))) (pow y 3))) (* 1/2 (/ (pow t 3) (pow y 2)))))) y)> |
#<alt (/ t y)> |
#<alt (* -1 (/ (+ (* -1 t) (* -1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y))) y))> |
#<alt (* -1 (/ (+ (* -1 t) (* -1 (/ (+ (* -1 (/ (- (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))) (* -1/2 (pow t 3))) y)) (* 1/2 (+ (* -1 (pow t 2)) (pow t 2)))) y))) y))> |
#<alt (* -1 (/ (+ (* -1 t) (* -1 (/ (+ (* -1 (/ (- (+ (* -1 (/ (- (* 1/2 (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (+ (* 1/12 (pow t 4)) (* t (+ (* -1/6 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (* 1/2 (* t (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))) y)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (* -1/2 (pow t 3))) y)) (* 1/2 (+ (* -1 (pow t 2)) (pow t 2)))) y))) y))> |
#<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 (* t z)> |
#<alt (+ (* t z) (* x (+ 1 (* -1 z))))> |
#<alt (+ (* t z) (* x (+ 1 (* -1 z))))> |
#<alt (+ (* t z) (* x (+ 1 (* -1 z))))> |
#<alt (* x (+ 1 (* -1 z)))> |
#<alt (* x (+ 1 (+ (* -1 z) (/ (* t z) x))))> |
#<alt (* x (+ 1 (+ (* -1 z) (/ (* t z) x))))> |
#<alt (* x (+ 1 (+ (* -1 z) (/ (* t z) x))))> |
#<alt (* -1 (* x (- z 1)))> |
#<alt (* -1 (* x (- (+ z (* -1 (/ (* t z) x))) 1)))> |
#<alt (* -1 (* x (- (+ z (* -1 (/ (* t z) x))) 1)))> |
#<alt (* -1 (* x (- (+ z (* -1 (/ (* t z) x))) 1)))> |
#<alt (+ x (* -1 (* x z)))> |
#<alt (+ x (+ (* -1 (* x z)) (* t z)))> |
#<alt (+ x (+ (* -1 (* x z)) (* t z)))> |
#<alt (+ x (+ (* -1 (* x z)) (* t z)))> |
#<alt (* t z)> |
#<alt (* t (+ z (+ (* -1 (/ (* x z) t)) (/ x t))))> |
#<alt (* t (+ z (+ (* -1 (/ (* x z) t)) (/ x t))))> |
#<alt (* t (+ z (+ (* -1 (/ (* x z) t)) (/ x t))))> |
#<alt (* t z)> |
#<alt (* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* x z))) t)))))> |
#<alt (* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* x z))) t)))))> |
#<alt (* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* x z))) t)))))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt x> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (* z (- t x))> |
#<alt (* z (- (+ t (/ x z)) x))> |
#<alt (* z (- (+ t (/ x z)) x))> |
#<alt (* z (- (+ t (/ x z)) x))> |
#<alt (* z (- t x))> |
#<alt (* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z)))))> |
#<alt (* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z)))))> |
#<alt (* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z)))))> |
#<alt (* -1 (* x z))> |
#<alt (+ (* -1 (* x z)) (* t z))> |
#<alt (+ (* -1 (* x z)) (* t z))> |
#<alt (+ (* -1 (* x z)) (* t z))> |
#<alt (* t z)> |
#<alt (* t (+ z (* -1 (/ (* x z) t))))> |
#<alt (* t (+ z (* -1 (/ (* x z) t))))> |
#<alt (* t (+ z (* -1 (/ (* x z) t))))> |
#<alt (* t z)> |
#<alt (* -1 (* t (+ (* -1 z) (/ (* x z) t))))> |
#<alt (* -1 (* t (+ (* -1 z) (/ (* x z) t))))> |
#<alt (* -1 (* t (+ (* -1 z) (/ (* x z) t))))> |
#<alt (* t z)> |
#<alt (+ (* -1 (* x z)) (* t z))> |
#<alt (+ (* -1 (* x z)) (* t z))> |
#<alt (+ (* -1 (* x z)) (* t z))> |
#<alt (* -1 (* x z))> |
#<alt (* x (+ (* -1 z) (/ (* t z) x)))> |
#<alt (* x (+ (* -1 z) (/ (* t z) x)))> |
#<alt (* x (+ (* -1 z) (/ (* t z) x)))> |
#<alt (* -1 (* x z))> |
#<alt (* -1 (* x (+ z (* -1 (/ (* t z) x)))))> |
#<alt (* -1 (* x (+ z (* -1 (/ (* t z) x)))))> |
#<alt (* -1 (* x (+ z (* -1 (/ (* t z) x)))))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* -1 x)> |
#<alt (- t x)> |
#<alt (- t x)> |
#<alt (- t x)> |
#<alt t> |
#<alt (* t (+ 1 (* -1 (/ x t))))> |
#<alt (* t (+ 1 (* -1 (/ x t))))> |
#<alt (* t (+ 1 (* -1 (/ x t))))> |
#<alt t> |
#<alt (* -1 (* t (- (/ x t) 1)))> |
#<alt (* -1 (* t (- (/ x t) 1)))> |
#<alt (* -1 (* t (- (/ x t) 1)))> |
#<alt t> |
#<alt (+ t (* -1 x))> |
#<alt (+ t (* -1 x))> |
#<alt (+ t (* -1 x))> |
#<alt (* -1 x)> |
#<alt (* x (- (/ t x) 1))> |
#<alt (* x (- (/ t x) 1))> |
#<alt (* x (- (/ t x) 1))> |
#<alt (* -1 x)> |
#<alt (* -1 (* x (+ 1 (* -1 (/ t x)))))> |
#<alt (* -1 (* x (+ 1 (* -1 (/ t x)))))> |
#<alt (* -1 (* x (+ 1 (* -1 (/ t x)))))> |
#<alt (- t x)> |
#<alt (- t x)> |
#<alt (- t x)> |
#<alt (- t x)> |
#<alt (- t x)> |
#<alt (- t x)> |
#<alt (- t x)> |
#<alt (- t x)> |
#<alt (- t x)> |
#<alt (- t x)> |
#<alt (- t x)> |
#<alt (- t x)> |
#<alt (* -1 (/ x y))> |
#<alt (+ (* -1 (/ x y)) (/ t y))> |
#<alt (+ (* -1 (/ x y)) (/ t y))> |
#<alt (+ (* -1 (/ x y)) (/ t y))> |
#<alt (/ t y)> |
#<alt (* t (+ (* -1 (/ x (* t y))) (/ 1 y)))> |
#<alt (* t (+ (* -1 (/ x (* t y))) (/ 1 y)))> |
#<alt (* t (+ (* -1 (/ x (* t y))) (/ 1 y)))> |
#<alt (/ t y)> |
#<alt (* -1 (* t (- (/ x (* t y)) (/ 1 y))))> |
#<alt (* -1 (* t (- (/ x (* t y)) (/ 1 y))))> |
#<alt (* -1 (* t (- (/ x (* t y)) (/ 1 y))))> |
#<alt (/ t y)> |
#<alt (+ (* -1 (/ x y)) (/ t y))> |
#<alt (+ (* -1 (/ x y)) (/ t y))> |
#<alt (+ (* -1 (/ x y)) (/ t y))> |
#<alt (* -1 (/ x y))> |
#<alt (* x (- (/ t (* x y)) (/ 1 y)))> |
#<alt (* x (- (/ t (* x y)) (/ 1 y)))> |
#<alt (* x (- (/ t (* x y)) (/ 1 y)))> |
#<alt (* -1 (/ x y))> |
#<alt (* -1 (* x (+ (* -1 (/ t (* x y))) (/ 1 y))))> |
#<alt (* -1 (* x (+ (* -1 (/ t (* x y))) (/ 1 y))))> |
#<alt (* -1 (* x (+ (* -1 (/ t (* x y))) (/ 1 y))))> |
#<alt (/ (- t x) y)> |
#<alt (/ (- t x) y)> |
#<alt (/ (- t x) y)> |
#<alt (/ (- t x) y)> |
#<alt (/ (- t x) y)> |
#<alt (/ (- t x) y)> |
#<alt (/ (- t x) y)> |
#<alt (/ (- t x) y)> |
#<alt (/ (- t x) y)> |
#<alt (/ (- t x) y)> |
#<alt (/ (- t x) y)> |
#<alt (/ (- t x) y)> |
#<alt (* t z)> |
#<alt (+ (* t z) (* x (+ 1 (* -1 z))))> |
#<alt (+ (* t z) (* x (+ 1 (* -1 z))))> |
#<alt (+ (* t z) (* x (+ 1 (* -1 z))))> |
#<alt (* x (+ 1 (* -1 z)))> |
#<alt (* x (+ 1 (+ (* -1 z) (/ (* t z) x))))> |
#<alt (* x (+ 1 (+ (* -1 z) (/ (* t z) x))))> |
#<alt (* x (+ 1 (+ (* -1 z) (/ (* t z) x))))> |
#<alt (* -1 (* x (- z 1)))> |
#<alt (* -1 (* x (- (+ z (* -1 (/ (* t z) x))) 1)))> |
#<alt (* -1 (* x (- (+ z (* -1 (/ (* t z) x))) 1)))> |
#<alt (* -1 (* x (- (+ z (* -1 (/ (* t z) x))) 1)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt x> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (* z (- t x))> |
#<alt (* z (- (+ t (/ x z)) x))> |
#<alt (* z (- (+ t (/ x z)) x))> |
#<alt (* z (- (+ t (/ x z)) x))> |
#<alt (* z (- t x))> |
#<alt (* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z)))))> |
#<alt (* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z)))))> |
#<alt (* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z)))))> |
#<alt (+ x (* -1 (* x z)))> |
#<alt (+ x (+ (* -1 (* x z)) (* t z)))> |
#<alt (+ x (+ (* -1 (* x z)) (* t z)))> |
#<alt (+ x (+ (* -1 (* x z)) (* t z)))> |
#<alt (* t z)> |
#<alt (* t (+ z (+ (* -1 (/ (* x z) t)) (/ x t))))> |
#<alt (* t (+ z (+ (* -1 (/ (* x z) t)) (/ x t))))> |
#<alt (* t (+ z (+ (* -1 (/ (* x z) t)) (/ x t))))> |
#<alt (* t z)> |
#<alt (* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* x z))) t)))))> |
#<alt (* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* x z))) t)))))> |
#<alt (* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* x z))) t)))))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* -1 (* x z))> |
#<alt (+ (* -1 (* x z)) (* t z))> |
#<alt (+ (* -1 (* x z)) (* t z))> |
#<alt (+ (* -1 (* x z)) (* t z))> |
#<alt (* t z)> |
#<alt (* t (+ z (* -1 (/ (* x z) t))))> |
#<alt (* t (+ z (* -1 (/ (* x z) t))))> |
#<alt (* t (+ z (* -1 (/ (* x z) t))))> |
#<alt (* t z)> |
#<alt (* -1 (* t (+ (* -1 z) (/ (* x z) t))))> |
#<alt (* -1 (* t (+ (* -1 z) (/ (* x z) t))))> |
#<alt (* -1 (* t (+ (* -1 z) (/ (* x z) t))))> |
#<alt (* t z)> |
#<alt (+ (* -1 (* x z)) (* t z))> |
#<alt (+ (* -1 (* x z)) (* t z))> |
#<alt (+ (* -1 (* x z)) (* t z))> |
#<alt (* -1 (* x z))> |
#<alt (* x (+ (* -1 z) (/ (* t z) x)))> |
#<alt (* x (+ (* -1 z) (/ (* t z) x)))> |
#<alt (* x (+ (* -1 z) (/ (* t z) x)))> |
#<alt (* -1 (* x z))> |
#<alt (* -1 (* x (+ z (* -1 (/ (* t z) x)))))> |
#<alt (* -1 (* x (+ z (* -1 (/ (* t z) x)))))> |
#<alt (* -1 (* x (+ z (* -1 (/ (* t z) x)))))> |
#<alt z> |
#<alt z> |
#<alt z> |
#<alt z> |
#<alt z> |
#<alt z> |
#<alt z> |
#<alt z> |
#<alt z> |
#<alt z> |
#<alt z> |
#<alt z> |
#<alt z> |
#<alt z> |
#<alt z> |
#<alt z> |
#<alt z> |
#<alt z> |
#<alt z> |
#<alt z> |
#<alt z> |
#<alt z> |
#<alt z> |
#<alt z> |
#<alt (* -1 x)> |
#<alt (- t x)> |
#<alt (- t x)> |
#<alt (- t x)> |
#<alt t> |
#<alt (* t (+ 1 (* -1 (/ x t))))> |
#<alt (* t (+ 1 (* -1 (/ x t))))> |
#<alt (* t (+ 1 (* -1 (/ x t))))> |
#<alt t> |
#<alt (* -1 (* t (- (/ x t) 1)))> |
#<alt (* -1 (* t (- (/ x t) 1)))> |
#<alt (* -1 (* t (- (/ x t) 1)))> |
#<alt t> |
#<alt (+ t (* -1 x))> |
#<alt (+ t (* -1 x))> |
#<alt (+ t (* -1 x))> |
#<alt (* -1 x)> |
#<alt (* x (- (/ t x) 1))> |
#<alt (* x (- (/ t x) 1))> |
#<alt (* x (- (/ t x) 1))> |
#<alt (* -1 x)> |
#<alt (* -1 (* x (+ 1 (* -1 (/ t x)))))> |
#<alt (* -1 (* x (+ 1 (* -1 (/ t x)))))> |
#<alt (* -1 (* x (+ 1 (* -1 (/ t x)))))> |
#<alt (/ (- (* (pow x 2) (pow z 2)) (pow x 2)) (- (* -1 (* x z)) x))> |
#<alt (- (+ (* t (- (* -2 (/ (* x (pow z 2)) (- (* -1 (* x z)) x))) (/ (* z (- (* (pow x 2) (pow z 2)) (pow x 2))) (pow (- (* -1 (* x z)) x) 2)))) (/ (* (pow x 2) (pow z 2)) (- (* -1 (* x z)) x))) (/ (pow x 2) (- (* -1 (* x z)) x)))> |
#<alt (- (+ (* t (- (+ (* -2 (/ (* x (pow z 2)) (- (* -1 (* x z)) x))) (* t (- (/ (pow z 2) (- (* -1 (* x z)) x)) (/ (* z (- (* -2 (/ (* x (pow z 2)) (- (* -1 (* x z)) x))) (/ (* z (- (* (pow x 2) (pow z 2)) (pow x 2))) (pow (- (* -1 (* x z)) x) 2)))) (- (* -1 (* x z)) x))))) (/ (* z (- (* (pow x 2) (pow z 2)) (pow x 2))) (pow (- (* -1 (* x z)) x) 2)))) (/ (* (pow x 2) (pow z 2)) (- (* -1 (* x z)) x))) (/ (pow x 2) (- (* -1 (* x z)) x)))> |
#<alt (- (+ (* t (- (+ (* -2 (/ (* x (pow z 2)) (- (* -1 (* x z)) x))) (* t (- (+ (* -1 (/ (* t (* z (- (/ (pow z 2) (- (* -1 (* x z)) x)) (/ (* z (- (* -2 (/ (* x (pow z 2)) (- (* -1 (* x z)) x))) (/ (* z (- (* (pow x 2) (pow z 2)) (pow x 2))) (pow (- (* -1 (* x z)) x) 2)))) (- (* -1 (* x z)) x))))) (- (* -1 (* x z)) x))) (/ (pow z 2) (- (* -1 (* x z)) x))) (/ (* z (- (* -2 (/ (* x (pow z 2)) (- (* -1 (* x z)) x))) (/ (* z (- (* (pow x 2) (pow z 2)) (pow x 2))) (pow (- (* -1 (* x z)) x) 2)))) (- (* -1 (* x z)) x))))) (/ (* z (- (* (pow x 2) (pow z 2)) (pow x 2))) (pow (- (* -1 (* x z)) x) 2)))) (/ (* (pow x 2) (pow z 2)) (- (* -1 (* x z)) x))) (/ (pow x 2) (- (* -1 (* x z)) x)))> |
#<alt (* t z)> |
#<alt (* t (- (+ z (+ (* -2 (/ (* x z) t)) (/ x t))) (* -1 (/ (* x z) t))))> |
#<alt (* t (- (+ z (+ (* -2 (/ (* x z) t)) (+ (/ x t) (/ (* (pow x 2) z) (pow t 2))))) (+ (* -1 (/ (* x z) t)) (+ (/ (* (- (* -1 (* x z)) x) (- (+ x (* -2 (* x z))) (* -1 (* x z)))) (* (pow t 2) z)) (/ (pow x 2) (* (pow t 2) z))))))> |
#<alt (* t (- (+ z (+ (* -2 (/ (* x z) t)) (+ (* -1 (/ (* (- (* -1 (* x z)) x) (- (* (pow x 2) z) (+ (/ (* (- (* -1 (* x z)) x) (- (+ x (* -2 (* x z))) (* -1 (* x z)))) z) (/ (pow x 2) z)))) (* (pow t 3) z))) (+ (/ x t) (/ (* (pow x 2) z) (pow t 2)))))) (+ (* -1 (/ (* x z) t)) (+ (/ (* (- (* -1 (* x z)) x) (- (+ x (* -2 (* x z))) (* -1 (* x z)))) (* (pow t 2) z)) (/ (pow x 2) (* (pow t 2) z))))))> |
#<alt (* t z)> |
#<alt (* -1 (* t (+ (* -1 z) (* -1 (/ (- (+ x (* -2 (* x z))) (* -1 (* x z))) t)))))> |
#<alt (* -1 (* t (+ (* -1 z) (* -1 (/ (- (+ x (+ (* -2 (* x z)) (* -1 (/ (- (* -1 (/ (- (* (pow x 2) (pow z 2)) (pow x 2)) z)) (* -1 (/ (* (- (* -1 (* x z)) x) (- (+ x (* -2 (* x z))) (* -1 (* x z)))) z))) t)))) (* -1 (* x z))) t)))))> |
#<alt (* -1 (* t (+ (* -1 z) (* -1 (/ (- (+ x (+ (* -2 (* x z)) (* -1 (/ (- (+ (* -1 (/ (* (- (* -1 (* x z)) x) (- (* -1 (/ (- (* (pow x 2) (pow z 2)) (pow x 2)) z)) (* -1 (/ (* (- (* -1 (* x z)) x) (- (+ x (* -2 (* x z))) (* -1 (* x z)))) z)))) (* t z))) (* -1 (/ (- (* (pow x 2) (pow z 2)) (pow x 2)) z))) (* -1 (/ (* (- (* -1 (* x z)) x) (- (+ x (* -2 (* x z))) (* -1 (* x z)))) z))) t)))) (* -1 (* x z))) t)))))> |
#<alt (* t z)> |
#<alt (+ (* t z) (* x (- (+ 1 (* -2 z)) (* -1 z))))> |
#<alt (+ (* t z) (* x (- (+ 1 (+ (* -2 z) (* x (- (/ z t) (+ (/ 1 (* t z)) (/ (* (- (* -1 z) 1) (- (+ 1 (* -2 z)) (* -1 z))) (* t z))))))) (* -1 z))))> |
#<alt (+ (* t z) (* x (- (+ 1 (+ (* -2 z) (* x (- (+ (* -1 (/ (* x (* (- (* -1 z) 1) (- (/ z t) (+ (/ 1 (* t z)) (/ (* (- (* -1 z) 1) (- (+ 1 (* -2 z)) (* -1 z))) (* t z)))))) (* t z))) (/ z t)) (+ (/ 1 (* t z)) (/ (* (- (* -1 z) 1) (- (+ 1 (* -2 z)) (* -1 z))) (* t z))))))) (* -1 z))))> |
#<alt (/ (* x (- (pow z 2) 1)) (- (* -1 z) 1))> |
#<alt (* x (- (+ (* -2 (/ (* t (pow z 2)) (* x (- (* -1 z) 1)))) (/ (pow z 2) (- (* -1 z) 1))) (+ (/ 1 (- (* -1 z) 1)) (/ (* t (* z (- (pow z 2) 1))) (* x (pow (- (* -1 z) 1) 2))))))> |
#<alt (* x (- (+ (* -2 (/ (* t (pow z 2)) (* x (- (* -1 z) 1)))) (+ (/ (* (pow t 2) (pow z 2)) (* (pow x 2) (- (* -1 z) 1))) (/ (pow z 2) (- (* -1 z) 1)))) (+ (/ 1 (- (* -1 z) 1)) (+ (/ (* t (* z (- (* -2 (/ (* t (pow z 2)) (- (* -1 z) 1))) (/ (* t (* z (- (pow z 2) 1))) (pow (- (* -1 z) 1) 2))))) (* (pow x 2) (- (* -1 z) 1))) (/ (* t (* z (- (pow z 2) 1))) (* x (pow (- (* -1 z) 1) 2)))))))> |
#<alt (* x (- (+ (* -2 (/ (* t (pow z 2)) (* x (- (* -1 z) 1)))) (+ (* -1 (/ (* t (* z (- (/ (* (pow t 2) (pow z 2)) (- (* -1 z) 1)) (/ (* t (* z (- (* -2 (/ (* t (pow z 2)) (- (* -1 z) 1))) (/ (* t (* z (- (pow z 2) 1))) (pow (- (* -1 z) 1) 2))))) (- (* -1 z) 1))))) (* (pow x 3) (- (* -1 z) 1)))) (+ (/ (* (pow t 2) (pow z 2)) (* (pow x 2) (- (* -1 z) 1))) (/ (pow z 2) (- (* -1 z) 1))))) (+ (/ 1 (- (* -1 z) 1)) (+ (/ (* t (* z (- (* -2 (/ (* t (pow z 2)) (- (* -1 z) 1))) (/ (* t (* z (- (pow z 2) 1))) (pow (- (* -1 z) 1) 2))))) (* (pow x 2) (- (* -1 z) 1))) (/ (* t (* z (- (pow z 2) 1))) (* x (pow (- (* -1 z) 1) 2)))))))> |
#<alt (* -1 (/ (* x (- (pow z 2) 1)) (+ 1 z)))> |
#<alt (* -1 (* x (- (+ (* -1 (/ (- (* 2 (/ (* t (pow z 2)) (+ 1 z))) (/ (* t (* z (- (pow z 2) 1))) (pow (+ 1 z) 2))) x)) (/ (pow z 2) (+ 1 z))) (/ 1 (+ 1 z)))))> |
#<alt (* -1 (* x (- (+ (* -1 (/ (- (+ (* -1 (/ (- (/ (* (pow t 2) (pow z 2)) (+ 1 z)) (/ (* t (* z (- (* 2 (/ (* t (pow z 2)) (+ 1 z))) (/ (* t (* z (- (pow z 2) 1))) (pow (+ 1 z) 2))))) (+ 1 z))) x)) (* 2 (/ (* t (pow z 2)) (+ 1 z)))) (/ (* t (* z (- (pow z 2) 1))) (pow (+ 1 z) 2))) x)) (/ (pow z 2) (+ 1 z))) (/ 1 (+ 1 z)))))> |
#<alt (* -1 (* x (- (+ (* -1 (/ (- (+ (* -1 (/ (- (+ (/ (* t (* z (- (/ (* (pow t 2) (pow z 2)) (+ 1 z)) (/ (* t (* z (- (* 2 (/ (* t (pow z 2)) (+ 1 z))) (/ (* t (* z (- (pow z 2) 1))) (pow (+ 1 z) 2))))) (+ 1 z))))) (* x (+ 1 z))) (/ (* (pow t 2) (pow z 2)) (+ 1 z))) (/ (* t (* z (- (* 2 (/ (* t (pow z 2)) (+ 1 z))) (/ (* t (* z (- (pow z 2) 1))) (pow (+ 1 z) 2))))) (+ 1 z))) x)) (* 2 (/ (* t (pow z 2)) (+ 1 z)))) (/ (* t (* z (- (pow z 2) 1))) (pow (+ 1 z) 2))) x)) (/ (pow z 2) (+ 1 z))) (/ 1 (+ 1 z)))))> |
#<alt (/ (- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) (- (* z (- t x)) x))> |
#<alt (/ (- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) (- (* z (- t x)) x))> |
#<alt (/ (- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) (- (* z (- t x)) x))> |
#<alt (/ (- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) (- (* z (- t x)) x))> |
#<alt (/ (- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) (- (* z (- t x)) x))> |
#<alt (/ (- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) (- (* z (- t x)) x))> |
#<alt (/ (- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) (- (* z (- t x)) x))> |
#<alt (/ (- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) (- (* z (- t x)) x))> |
#<alt (/ (- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) (- (* z (- t x)) x))> |
#<alt (/ (- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) (- (* z (- t x)) x))> |
#<alt (/ (- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) (- (* z (- t x)) x))> |
#<alt (/ (- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) (- (* z (- t x)) x))> |
#<alt x> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (* z (- t x))> |
#<alt (* z (- (+ t (/ x z)) x))> |
#<alt (* z (- (+ t (/ x z)) x))> |
#<alt (* z (- (+ t (/ x z)) x))> |
#<alt (* z (- t x))> |
#<alt (* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z)))))> |
#<alt (* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z)))))> |
#<alt (* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z)))))> |
#<alt (- (* (pow x 2) (pow z 2)) (pow x 2))> |
#<alt (- (+ (* -2 (* t (* x (pow z 2)))) (* (pow x 2) (pow z 2))) (pow x 2))> |
#<alt (- (+ (* t (+ (* -2 (* x (pow z 2))) (* t (pow z 2)))) (* (pow x 2) (pow z 2))) (pow x 2))> |
#<alt (- (+ (* t (+ (* -2 (* x (pow z 2))) (* t (pow z 2)))) (* (pow x 2) (pow z 2))) (pow x 2))> |
#<alt (* (pow t 2) (pow z 2))> |
#<alt (* (pow t 2) (+ (* -2 (/ (* x (pow z 2)) t)) (pow z 2)))> |
#<alt (* (pow t 2) (- (+ (* -2 (/ (* x (pow z 2)) t)) (+ (/ (* (pow x 2) (pow z 2)) (pow t 2)) (pow z 2))) (/ (pow x 2) (pow t 2))))> |
#<alt (* (pow t 2) (- (+ (* -2 (/ (* x (pow z 2)) t)) (+ (/ (* (pow x 2) (pow z 2)) (pow t 2)) (pow z 2))) (/ (pow x 2) (pow t 2))))> |
#<alt (* (pow t 2) (pow z 2))> |
#<alt (* (pow t 2) (+ (* -2 (/ (* x (pow z 2)) t)) (pow z 2)))> |
#<alt (* (pow t 2) (+ (* -1 (/ (+ (* -1 (/ (- (* (pow x 2) (pow z 2)) (pow x 2)) t)) (* 2 (* x (pow z 2)))) t)) (pow z 2)))> |
#<alt (* (pow t 2) (+ (* -1 (/ (+ (* -1 (/ (- (* (pow x 2) (pow z 2)) (pow x 2)) t)) (* 2 (* x (pow z 2)))) t)) (pow z 2)))> |
#<alt (* (pow t 2) (pow z 2))> |
#<alt (+ (* -2 (* t (* x (pow z 2)))) (* (pow t 2) (pow z 2)))> |
#<alt (+ (* x (+ (* -2 (* t (pow z 2))) (* x (- (pow z 2) 1)))) (* (pow t 2) (pow z 2)))> |
#<alt (+ (* x (+ (* -2 (* t (pow z 2))) (* x (- (pow z 2) 1)))) (* (pow t 2) (pow z 2)))> |
#<alt (* (pow x 2) (- (pow z 2) 1))> |
#<alt (* (pow x 2) (- (+ (* -2 (/ (* t (pow z 2)) x)) (pow z 2)) 1))> |
#<alt (* (pow x 2) (- (+ (* -2 (/ (* t (pow z 2)) x)) (+ (/ (* (pow t 2) (pow z 2)) (pow x 2)) (pow z 2))) 1))> |
#<alt (* (pow x 2) (- (+ (* -2 (/ (* t (pow z 2)) x)) (+ (/ (* (pow t 2) (pow z 2)) (pow x 2)) (pow z 2))) 1))> |
#<alt (* (pow x 2) (- (pow z 2) 1))> |
#<alt (* (pow x 2) (- (+ (* -2 (/ (* t (pow z 2)) x)) (pow z 2)) 1))> |
#<alt (* (pow x 2) (- (+ (* -1 (/ (+ (* -1 (/ (* (pow t 2) (pow z 2)) x)) (* 2 (* t (pow z 2)))) x)) (pow z 2)) 1))> |
#<alt (* (pow x 2) (- (+ (* -1 (/ (+ (* -1 (/ (* (pow t 2) (pow z 2)) x)) (* 2 (* t (pow z 2)))) x)) (pow z 2)) 1))> |
#<alt (- (* (pow z 2) (pow (- t x) 2)) (pow x 2))> |
#<alt (- (* (pow z 2) (pow (- t x) 2)) (pow x 2))> |
#<alt (- (* (pow z 2) (pow (- t x) 2)) (pow x 2))> |
#<alt (- (* (pow z 2) (pow (- t x) 2)) (pow x 2))> |
#<alt (- (* (pow z 2) (pow (- t x) 2)) (pow x 2))> |
#<alt (- (* (pow z 2) (pow (- t x) 2)) (pow x 2))> |
#<alt (- (* (pow z 2) (pow (- t x) 2)) (pow x 2))> |
#<alt (- (* (pow z 2) (pow (- t x) 2)) (pow x 2))> |
#<alt (- (* (pow z 2) (pow (- t x) 2)) (pow x 2))> |
#<alt (- (* (pow z 2) (pow (- t x) 2)) (pow x 2))> |
#<alt (- (* (pow z 2) (pow (- t x) 2)) (pow x 2))> |
#<alt (- (* (pow z 2) (pow (- t x) 2)) (pow x 2))> |
#<alt (* -1 (pow x 2))> |
#<alt (- (* (pow z 2) (pow (- t x) 2)) (pow x 2))> |
#<alt (- (* (pow z 2) (pow (- t x) 2)) (pow x 2))> |
#<alt (- (* (pow z 2) (pow (- t x) 2)) (pow x 2))> |
#<alt (* (pow z 2) (pow (- t x) 2))> |
#<alt (* (pow z 2) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow (- t x) 2)))> |
#<alt (* (pow z 2) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow (- t x) 2)))> |
#<alt (* (pow z 2) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow (- t x) 2)))> |
#<alt (* (pow z 2) (pow (- t x) 2))> |
#<alt (* (pow z 2) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow (- t x) 2)))> |
#<alt (* (pow z 2) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow (- t x) 2)))> |
#<alt (* (pow z 2) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow (- t x) 2)))> |
#<alt (* (pow x 2) (pow z 2))> |
#<alt (+ (* -2 (* t (* x (pow z 2)))) (* (pow x 2) (pow z 2)))> |
#<alt (+ (* t (+ (* -2 (* x (pow z 2))) (* t (pow z 2)))) (* (pow x 2) (pow z 2)))> |
#<alt (+ (* t (+ (* -2 (* x (pow z 2))) (* t (pow z 2)))) (* (pow x 2) (pow z 2)))> |
#<alt (* (pow t 2) (pow z 2))> |
#<alt (* (pow t 2) (+ (* -2 (/ (* x (pow z 2)) t)) (pow z 2)))> |
#<alt (* (pow t 2) (+ (* -2 (/ (* x (pow z 2)) t)) (+ (/ (* (pow x 2) (pow z 2)) (pow t 2)) (pow z 2))))> |
#<alt (* (pow t 2) (+ (* -2 (/ (* x (pow z 2)) t)) (+ (/ (* (pow x 2) (pow z 2)) (pow t 2)) (pow z 2))))> |
#<alt (* (pow t 2) (pow z 2))> |
#<alt (* (pow t 2) (+ (* -2 (/ (* x (pow z 2)) t)) (pow z 2)))> |
#<alt (* (pow t 2) (+ (* -1 (/ (+ (* -1 (/ (* (pow x 2) (pow z 2)) t)) (* 2 (* x (pow z 2)))) t)) (pow z 2)))> |
#<alt (* (pow t 2) (+ (* -1 (/ (+ (* -1 (/ (* (pow x 2) (pow z 2)) t)) (* 2 (* x (pow z 2)))) t)) (pow z 2)))> |
#<alt (* (pow t 2) (pow z 2))> |
#<alt (+ (* -2 (* t (* x (pow z 2)))) (* (pow t 2) (pow z 2)))> |
#<alt (+ (* x (+ (* -2 (* t (pow z 2))) (* x (pow z 2)))) (* (pow t 2) (pow z 2)))> |
#<alt (+ (* x (+ (* -2 (* t (pow z 2))) (* x (pow z 2)))) (* (pow t 2) (pow z 2)))> |
#<alt (* (pow x 2) (pow z 2))> |
#<alt (* (pow x 2) (+ (* -2 (/ (* t (pow z 2)) x)) (pow z 2)))> |
#<alt (* (pow x 2) (+ (* -2 (/ (* t (pow z 2)) x)) (+ (/ (* (pow t 2) (pow z 2)) (pow x 2)) (pow z 2))))> |
#<alt (* (pow x 2) (+ (* -2 (/ (* t (pow z 2)) x)) (+ (/ (* (pow t 2) (pow z 2)) (pow x 2)) (pow z 2))))> |
#<alt (* (pow x 2) (pow z 2))> |
#<alt (* (pow x 2) (+ (* -2 (/ (* t (pow z 2)) x)) (pow z 2)))> |
#<alt (* (pow x 2) (+ (* -1 (/ (+ (* -1 (/ (* (pow t 2) (pow z 2)) x)) (* 2 (* t (pow z 2)))) x)) (pow z 2)))> |
#<alt (* (pow x 2) (+ (* -1 (/ (+ (* -1 (/ (* (pow t 2) (pow z 2)) x)) (* 2 (* t (pow z 2)))) x)) (pow z 2)))> |
#<alt (* (pow z 2) (pow (- t x) 2))> |
#<alt (* (pow z 2) (pow (- t x) 2))> |
#<alt (* (pow z 2) (pow (- t x) 2))> |
#<alt (* (pow z 2) (pow (- t x) 2))> |
#<alt (* (pow z 2) (pow (- t x) 2))> |
#<alt (* (pow z 2) (pow (- t x) 2))> |
#<alt (* (pow z 2) (pow (- t x) 2))> |
#<alt (* (pow z 2) (pow (- t x) 2))> |
#<alt (* (pow z 2) (pow (- t x) 2))> |
#<alt (* (pow z 2) (pow (- t x) 2))> |
#<alt (* (pow z 2) (pow (- t x) 2))> |
#<alt (* (pow z 2) (pow (- t x) 2))> |
#<alt (* (pow z 2) (pow (- t x) 2))> |
#<alt (* (pow z 2) (pow (- t x) 2))> |
#<alt (* (pow z 2) (pow (- t x) 2))> |
#<alt (* (pow z 2) (pow (- t x) 2))> |
#<alt (* (pow z 2) (pow (- t x) 2))> |
#<alt (* (pow z 2) (pow (- t x) 2))> |
#<alt (* (pow z 2) (pow (- t x) 2))> |
#<alt (* (pow z 2) (pow (- t x) 2))> |
#<alt (* (pow z 2) (pow (- t x) 2))> |
#<alt (* (pow z 2) (pow (- t x) 2))> |
#<alt (* (pow z 2) (pow (- t x) 2))> |
#<alt (* (pow z 2) (pow (- t x) 2))> |
#<alt (* y (* (pow z 2) (- t x)))> |
#<alt (* y (* (pow z 2) (- t x)))> |
#<alt (* y (* (pow z 2) (- t x)))> |
#<alt (* y (* (pow z 2) (- t x)))> |
#<alt (* y (* (pow z 2) (- t x)))> |
#<alt (* y (* (pow z 2) (- t x)))> |
#<alt (* y (* (pow z 2) (- t x)))> |
#<alt (* y (* (pow z 2) (- t x)))> |
#<alt (* y (* (pow z 2) (- t x)))> |
#<alt (* y (* (pow z 2) (- t x)))> |
#<alt (* y (* (pow z 2) (- t x)))> |
#<alt (* y (* (pow z 2) (- t x)))> |
#<alt (* y (* (pow z 2) (- t x)))> |
#<alt (* y (* (pow z 2) (- t x)))> |
#<alt (* y (* (pow z 2) (- t x)))> |
#<alt (* y (* (pow z 2) (- t x)))> |
#<alt (* y (* (pow z 2) (- t x)))> |
#<alt (* y (* (pow z 2) (- t x)))> |
#<alt (* y (* (pow z 2) (- t x)))> |
#<alt (* y (* (pow z 2) (- t x)))> |
#<alt (* y (* (pow z 2) (- t x)))> |
#<alt (* y (* (pow z 2) (- t x)))> |
#<alt (* y (* (pow z 2) (- t x)))> |
#<alt (* y (* (pow z 2) (- t x)))> |
#<alt (* -1 (* x (* y (pow z 2))))> |
#<alt (+ (* -1 (* x (* y (pow z 2)))) (* t (* y (pow z 2))))> |
#<alt (+ (* -1 (* x (* y (pow z 2)))) (* t (* y (pow z 2))))> |
#<alt (+ (* -1 (* x (* y (pow z 2)))) (* t (* y (pow z 2))))> |
#<alt (* t (* y (pow z 2)))> |
#<alt (* t (+ (* -1 (/ (* x (* y (pow z 2))) t)) (* y (pow z 2))))> |
#<alt (* t (+ (* -1 (/ (* x (* y (pow z 2))) t)) (* y (pow z 2))))> |
#<alt (* t (+ (* -1 (/ (* x (* y (pow z 2))) t)) (* y (pow z 2))))> |
#<alt (* t (* y (pow z 2)))> |
#<alt (* -1 (* t (+ (* -1 (* y (pow z 2))) (/ (* x (* y (pow z 2))) t))))> |
#<alt (* -1 (* t (+ (* -1 (* y (pow z 2))) (/ (* x (* y (pow z 2))) t))))> |
#<alt (* -1 (* t (+ (* -1 (* y (pow z 2))) (/ (* x (* y (pow z 2))) t))))> |
#<alt (* t (* y (pow z 2)))> |
#<alt (+ (* -1 (* x (* y (pow z 2)))) (* t (* y (pow z 2))))> |
#<alt (+ (* -1 (* x (* y (pow z 2)))) (* t (* y (pow z 2))))> |
#<alt (+ (* -1 (* x (* y (pow z 2)))) (* t (* y (pow z 2))))> |
#<alt (* -1 (* x (* y (pow z 2))))> |
#<alt (* x (+ (* -1 (* y (pow z 2))) (/ (* t (* y (pow z 2))) x)))> |
#<alt (* x (+ (* -1 (* y (pow z 2))) (/ (* t (* y (pow z 2))) x)))> |
#<alt (* x (+ (* -1 (* y (pow z 2))) (/ (* t (* y (pow z 2))) x)))> |
#<alt (* -1 (* x (* y (pow z 2))))> |
#<alt (* -1 (* x (+ (* -1 (/ (* t (* y (pow z 2))) x)) (* y (pow z 2)))))> |
#<alt (* -1 (* x (+ (* -1 (/ (* t (* y (pow z 2))) x)) (* y (pow z 2)))))> |
#<alt (* -1 (* x (+ (* -1 (/ (* t (* y (pow z 2))) x)) (* y (pow z 2)))))> |
#<alt (/ x y)> |
#<alt (* x (+ (* -1/3 (/ (pow x 2) (pow y 3))) (/ 1 y)))> |
#<alt (* x (+ (* (pow x 2) (- (* 2/15 (/ (pow x 2) (pow y 5))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y)))> |
#<alt (* x (+ (* (pow x 2) (- (* (pow x 2) (+ (* -17/315 (/ (pow x 2) (pow y 7))) (* 2/15 (/ 1 (pow y 5))))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y)))> |
#<alt (/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))> |
#<alt (/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))> |
#<alt (/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))> |
#<alt (/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))> |
#<alt (/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))> |
#<alt (/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))> |
#<alt (/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))> |
#<alt (/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))> |
#<alt (/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))> |
#<alt (/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))> |
#<alt (/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))> |
#<alt (/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))> |
#<alt (/ x y)> |
#<alt (/ (+ x (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))) y)> |
#<alt (/ (- (+ x (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)))) (* 1/2 (/ (pow x 3) (pow y 2)))) y)> |
#<alt (/ (- (+ x (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4))))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))))) (+ (* -1/2 (/ (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3)))) (pow y 3))) (+ (* 1/4 (/ (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2))) (pow y 3))) (* 1/2 (/ (pow x 3) (pow y 2)))))) y)> |
#<alt (/ x y)> |
#<alt (* -1 (/ (+ (* -1 x) (* -1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))) y))> |
#<alt (* -1 (/ (+ (* -1 x) (* -1 (/ (+ (* -1 (/ (- (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))) (* -1/2 (pow x 3))) y)) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) y))> |
#<alt (* -1 (/ (+ (* -1 x) (* -1 (/ (+ (* -1 (/ (- (+ (* -1 (/ (- (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))) (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))) y)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))) (* -1/2 (pow x 3))) y)) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) y))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* -1 (* x z))> |
#<alt (+ (* -1 (* x z)) (* t z))> |
#<alt (+ (* -1 (* x z)) (* t z))> |
#<alt (+ (* -1 (* x z)) (* t z))> |
#<alt (* t z)> |
#<alt (* t (+ z (* -1 (/ (* x z) t))))> |
#<alt (* t (+ z (* -1 (/ (* x z) t))))> |
#<alt (* t (+ z (* -1 (/ (* x z) t))))> |
#<alt (* t z)> |
#<alt (* -1 (* t (+ (* -1 z) (/ (* x z) t))))> |
#<alt (* -1 (* t (+ (* -1 z) (/ (* x z) t))))> |
#<alt (* -1 (* t (+ (* -1 z) (/ (* x z) t))))> |
#<alt (* t z)> |
#<alt (+ (* -1 (* x z)) (* t z))> |
#<alt (+ (* -1 (* x z)) (* t z))> |
#<alt (+ (* -1 (* x z)) (* t z))> |
#<alt (* -1 (* x z))> |
#<alt (* x (+ (* -1 z) (/ (* t z) x)))> |
#<alt (* x (+ (* -1 z) (/ (* t z) x)))> |
#<alt (* x (+ (* -1 z) (/ (* t z) x)))> |
#<alt (* -1 (* x z))> |
#<alt (* -1 (* x (+ z (* -1 (/ (* t z) x)))))> |
#<alt (* -1 (* x (+ z (* -1 (/ (* t z) x)))))> |
#<alt (* -1 (* x (+ z (* -1 (/ (* t z) x)))))> |
189 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 9.0ms | x | @ | 0 | (/ (- (* (/ (- t x) y) (* (* y z) (/ (* y z) (/ y (- t x))))) (* x x)) (- (/ (* y z) (/ y (- t x))) x)) |
| 1.0ms | y | @ | 0 | (/ (- (* (/ (- t x) y) (* (* y z) (/ (* y z) (/ y (- t x))))) (* x x)) (- (/ (* y z) (/ y (- t x))) x)) |
| 1.0ms | x | @ | inf | (/ (- (* (/ (- t x) y) (* (* y z) (/ (* y z) (/ y (- t x))))) (* x x)) (- (/ (* y z) (/ y (- t x))) x)) |
| 1.0ms | t | @ | 0 | (/ (- (* (/ (- t x) y) (* (* y z) (/ (* y z) (/ y (- t x))))) (* x x)) (- (/ (* y z) (/ y (- t x))) x)) |
| 1.0ms | x | @ | -inf | (/ (- (* (/ (- t x) y) (* (* y z) (/ (* y z) (/ y (- t x))))) (* x x)) (- (/ (* y z) (/ y (- t x))) x)) |
| 1× | batch-egg-rewrite |
| 3440× | /-lowering-/.f32 |
| 3440× | /-lowering-/.f64 |
| 2986× | *-lowering-*.f32 |
| 2986× | *-lowering-*.f64 |
| 2242× | pow-lowering-pow.f64 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 32 | 185 |
| 1 | 259 | 165 |
| 2 | 2753 | 122 |
| 0 | 9090 | 122 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ (* (- (tanh (/ t y)) (tanh (/ x y))) (* y z)) x) |
(* (- (tanh (/ t y)) (tanh (/ x y))) (* y z)) |
(- (tanh (/ t y)) (tanh (/ x y))) |
(tanh (/ t y)) |
(* z t) |
(+ x (* (* (/ (- t x) y) y) z)) |
(* (* (/ (- t x) y) y) z) |
(* (/ (- t x) y) y) |
(/ (- t x) y) |
(+ x (* (/ (* y z) y) (/ 1 (/ 1 (- t x))))) |
(* (/ (* y z) y) (/ 1 (/ 1 (- t x)))) |
(/ (* y z) y) |
(/ 1 (/ 1 (- t x))) |
(/ (- (* (/ (- t x) y) (* (* y z) (/ (* y z) (/ y (- t x))))) (* x x)) (- (/ (* y z) (/ y (- t x))) x)) |
(- (* (/ (- t x) y) (* (* y z) (/ (* y z) (/ y (- t x))))) (* x x)) |
(* (/ (- t x) y) (* (* y z) (/ (* y z) (/ y (- t x))))) |
(* (* y z) (/ (* y z) (/ y (- t x)))) |
(tanh (/ x y)) |
(/ (* y z) (/ y (- t x))) |
| Outputs |
|---|
(+.f64 x (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z))) |
(+.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x) |
(-.f64 (/.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (-.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x)) (/.f64 (*.f64 x x) (-.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x))) |
(fma.f64 y (*.f64 z (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) x) |
(fma.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z) x) |
(fma.f64 z (*.f64 y (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) x) |
(fma.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) x) |
(fma.f64 (*.f64 y (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) z x) |
(fma.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) z) y x) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x (-.f64 x (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z))))) (+.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 3 binary64)) (*.f64 x (*.f64 x x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x) (-.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x x)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x (-.f64 x (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z))))) (+.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 3 binary64)) (*.f64 x (*.f64 x x)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x) (-.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x x))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 3 binary64)) (*.f64 x (*.f64 x x))) (+.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x (-.f64 x (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 3 binary64)) (*.f64 x (*.f64 x x))) (+.f64 (*.f64 x x) (-.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 (*.f64 y z) x))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x x)) (-.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x)) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 3 binary64)) (*.f64 x (*.f64 x x)))) (neg.f64 (+.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x (-.f64 x (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z))))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 3 binary64)) (*.f64 x (*.f64 x x)))) (neg.f64 (+.f64 (*.f64 x x) (-.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 (*.f64 y z) x)))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x x))) (neg.f64 (-.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x))) |
(/.f64 (-.f64 (*.f64 x x) (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64))) (-.f64 x (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 3 binary64)) (*.f64 x (*.f64 x x))))) (neg.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x (-.f64 x (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x x)))) (neg.f64 (neg.f64 (-.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x x) (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)))) (neg.f64 (-.f64 x (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z))))) |
(pow.f64 (/.f64 (+.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x (-.f64 x (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z))))) (+.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 3 binary64)) (*.f64 x (*.f64 x x)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x) (-.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x x))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 3 binary64)) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x (-.f64 x (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z))))))) |
(*.f64 (-.f64 (pow.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x))) |
(+.f64 (*.f64 (*.f64 y z) (tanh.f64 (/.f64 t y))) (*.f64 (*.f64 y z) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))))) |
(+.f64 (*.f64 (tanh.f64 (/.f64 t y)) (*.f64 y z)) (*.f64 (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))) (*.f64 y z))) |
(fma.f64 (tanh.f64 (/.f64 t y)) (*.f64 y z) (*.f64 (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))) (*.f64 y z))) |
(fma.f64 (*.f64 y z) (tanh.f64 (/.f64 t y)) (*.f64 (*.f64 y z) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))))) |
(/.f64 (*.f64 (*.f64 y z) (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64)))) (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))) |
(/.f64 (*.f64 (*.f64 y z) (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)))) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64))) (*.f64 y z)) (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))) |
(/.f64 (*.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64))) (*.f64 y z)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y z) (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64))))) (neg.f64 (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y z) (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64))))) (neg.f64 (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64))) (*.f64 y z))) (neg.f64 (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64))) (*.f64 y z))) (neg.f64 (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) |
(*.f64 y (*.f64 z (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) |
(*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) |
(*.f64 z (*.f64 y (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) |
(*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) |
(*.f64 (*.f64 y (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) z) |
(*.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) z) y) |
(+.f64 (tanh.f64 (/.f64 t y)) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y)))) |
(+.f64 (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))) (tanh.f64 (/.f64 t y))) |
(-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) |
(-.f64 (/.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))) (/.f64 (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64)) (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))))) |
(-.f64 (/.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) (/.f64 (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) |
(fma.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y)))) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y)))) |
(fma.f64 (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t))))) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y)))) |
(fma.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t))))) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y)))) |
(fma.f64 #s(literal -1 binary64) (tanh.f64 (/.f64 x y)) (tanh.f64 (/.f64 t y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)))))) |
(/.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64))) (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))) |
(/.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64))) (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (-.f64 (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 t y)) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))))))) |
(/.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64))) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) |
(/.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64))) (-.f64 (tanh.f64 (/.f64 t y)) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal -2 binary64))))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal -2 binary64)))))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal -2 binary64)))))) |
(/.f64 (-.f64 (*.f64 (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t)))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t)))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) |
(/.f64 (-.f64 (*.f64 (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t)))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t)))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))))) |
(/.f64 (-.f64 (*.f64 (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal -2 binary64))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t)))) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal -2 binary64)))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t)))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal -2 binary64)))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal -2 binary64))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal -2 binary64)))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal -2 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64)))) (neg.f64 (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64)))) (neg.f64 (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (-.f64 (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 t y)) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y)))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)))) (neg.f64 (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)))) (neg.f64 (-.f64 (tanh.f64 (/.f64 t y)) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) (neg.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))))) (neg.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal -2 binary64))))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal -2 binary64))))))) (neg.f64 (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal -2 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t)))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t)))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t)))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t)))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal -2 binary64))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t)))) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal -2 binary64))))))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t)))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal -2 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal -2 binary64))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal -2 binary64))))))) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal -2 binary64))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64))))) (neg.f64 (neg.f64 (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64))))) (neg.f64 (neg.f64 (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))))) |
(pow.f64 (/.f64 (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 3 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))))) |
(*.f64 (-.f64 (pow.f64 (tanh.f64 (/.f64 t y)) #s(literal 2 binary64)) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) |
(-.f64 (/.f64 (exp.f64 (/.f64 t y)) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y)))) (/.f64 (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))))) |
(-.f64 (/.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t)))))) |
(-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t))))) (/.f64 (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t)))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))))) |
(/.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y)))) |
(/.f64 (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t)))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y)))) (neg.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))))) |
(/.f64 (neg.f64 (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t)))) (neg.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t))))) (neg.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))))) (neg.f64 (neg.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y)))))) |
(/.f64 (neg.f64 (neg.f64 (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t))))) (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))))) (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t))))))) |
(pow.f64 (/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t)))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t))))) #s(literal -1 binary64)) |
(*.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 t y))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 t y))))) |
(*.f64 (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y t)))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y t)))))) |
(tanh.f64 (/.f64 t y)) |
(*.f64 t z) |
(*.f64 z t) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+.f64 (*.f64 z (-.f64 t x)) x) |
(+.f64 (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)) (neg.f64 (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 z (-.f64 t x))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x))) |
(-.f64 (/.f64 (*.f64 x x) (-.f64 x (*.f64 z (-.f64 t x)))) (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 x (*.f64 z (-.f64 t x))))) |
(fma.f64 y (/.f64 z (/.f64 y (-.f64 t x))) x) |
(fma.f64 y (*.f64 (/.f64 (-.f64 t x) y) z) x) |
(fma.f64 z (-.f64 t x) x) |
(fma.f64 (*.f64 y z) (/.f64 (-.f64 t x) y) x) |
(fma.f64 (-.f64 t x) z x) |
(fma.f64 (-.f64 t x) (/.f64 (*.f64 y z) y) x) |
(fma.f64 (/.f64 (-.f64 t x) y) (*.f64 y z) x) |
(fma.f64 (/.f64 (-.f64 t x) y) (/.f64 (*.f64 y (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)) (neg.f64 (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(fma.f64 (/.f64 (*.f64 y z) y) (-.f64 t x) x) |
(fma.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x)) x) |
(fma.f64 (*.f64 z (-.f64 t x)) (/.f64 (*.f64 z (-.f64 t x)) (-.f64 (*.f64 z (-.f64 t x)) x)) (neg.f64 (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(fma.f64 (*.f64 y (*.f64 z (*.f64 z (-.f64 t x)))) (/.f64 (/.f64 (-.f64 t x) y) (-.f64 (*.f64 z (-.f64 t x)) x)) (neg.f64 (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(fma.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (-.f64 t x)) x)) (neg.f64 (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(fma.f64 (*.f64 y (neg.f64 z)) (/.f64 #s(literal -1 binary64) (/.f64 y (-.f64 t x))) x) |
(fma.f64 (*.f64 y (-.f64 t x)) (/.f64 z y) x) |
(fma.f64 (*.f64 y (*.f64 z (-.f64 t x))) (/.f64 #s(literal 1 binary64) y) x) |
(fma.f64 (/.f64 z (/.f64 y (-.f64 t x))) y x) |
(fma.f64 (/.f64 z y) (*.f64 y (-.f64 t x)) x) |
(fma.f64 (/.f64 y y) (/.f64 z (/.f64 #s(literal 1 binary64) (-.f64 t x))) x) |
(fma.f64 (/.f64 y #s(literal 1 binary64)) (/.f64 z (/.f64 y (-.f64 t x))) x) |
(fma.f64 (/.f64 (*.f64 y z) #s(literal 1 binary64)) (/.f64 (-.f64 t x) y) x) |
(fma.f64 (/.f64 (/.f64 (*.f64 y z) y) #s(literal 1 binary64)) (-.f64 t x) x) |
(fma.f64 (/.f64 (*.f64 y z) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) (-.f64 t x)) x) |
(fma.f64 (*.f64 (/.f64 (-.f64 t x) y) z) y x) |
(fma.f64 (/.f64 (/.f64 (*.f64 y z) y) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (-.f64 t x)) x) |
(fma.f64 (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x (+.f64 x (*.f64 z (-.f64 t x))))) (neg.f64 (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(fma.f64 (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x))) (+.f64 x (*.f64 z (-.f64 t x))) (neg.f64 (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(neg.f64 (/.f64 (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x)) (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x))) (-.f64 (*.f64 z (-.f64 t x)) x))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 z (-.f64 t x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 z (-.f64 t x)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 z (-.f64 t x)) (-.f64 (*.f64 z (-.f64 t x)) x))) (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 x x) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 z (-.f64 t x))))))) |
(/.f64 (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x)) (-.f64 (*.f64 z (-.f64 t x)) x)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 z (-.f64 t x)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 z (-.f64 t x)))) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 z (-.f64 t x)) (-.f64 (*.f64 z (-.f64 t x)) x))) (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 x x) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x))) (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 z (-.f64 t x)) x))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (+.f64 (*.f64 x x) (*.f64 (*.f64 z (-.f64 t x)) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 x x) (*.f64 x (*.f64 z (-.f64 t x)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (-.f64 (*.f64 z (-.f64 t x)) x) (+.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 (*.f64 x x) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x)))))) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (-.f64 x (*.f64 z (-.f64 t x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (-.f64 (*.f64 z (-.f64 t x)) x) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)) (*.f64 (-.f64 (*.f64 z (-.f64 t x)) x) (*.f64 x x))) (*.f64 (-.f64 (*.f64 z (-.f64 t x)) x) (-.f64 (*.f64 z (-.f64 t x)) x))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 (*.f64 x x) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x)))) (-.f64 (*.f64 z (-.f64 t x)) x))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x)) (-.f64 (*.f64 z (-.f64 t x)) x))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x)))) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))))) (neg.f64 (*.f64 (-.f64 (*.f64 z (-.f64 t x)) x) (+.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 (*.f64 x x) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 x (*.f64 x (*.f64 x x))))) (neg.f64 (*.f64 (-.f64 (*.f64 z (-.f64 t x)) x) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))))) (neg.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 z (-.f64 t x)) (-.f64 (*.f64 z (-.f64 t x)) x))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))))) (neg.f64 (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 x x) (*.f64 x (*.f64 z (-.f64 t x))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x x) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (neg.f64 (-.f64 x (*.f64 z (-.f64 t x))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)) (*.f64 (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)))) (*.f64 (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)) (*.f64 (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x))))) (+.f64 (*.f64 (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x))) (+.f64 (*.f64 (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x))) (*.f64 (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x))) (*.f64 (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)))) (+.f64 (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(/.f64 (*.f64 (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x)) #s(literal 1 binary64)) (-.f64 (*.f64 z (-.f64 t x)) x)) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (-.f64 t x)) x))) (+.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 (*.f64 x x) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (-.f64 t x)) x))) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x))) |
(/.f64 (-.f64 (neg.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (-.f64 #s(literal 0 binary64) (*.f64 x x))) (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 z (-.f64 t x)) x))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)) (*.f64 (-.f64 (*.f64 z (-.f64 t x)) x) (*.f64 x x)))) (neg.f64 (*.f64 (-.f64 (*.f64 z (-.f64 t x)) x) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 (*.f64 x x) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x)))) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x)) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x))))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 z (-.f64 t x)) x))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))))) (neg.f64 (neg.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 z (-.f64 t x)) (-.f64 (*.f64 z (-.f64 t x)) x)))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 x x) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))))) (neg.f64 (neg.f64 (-.f64 x (*.f64 z (-.f64 t x)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)) (*.f64 (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)))) (*.f64 (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)) (*.f64 (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)))))) (neg.f64 (+.f64 (*.f64 (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x))) (+.f64 (*.f64 (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x))) (*.f64 (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x))) (*.f64 (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x))))) (neg.f64 (+.f64 (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x)) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 z (-.f64 t x)) x))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (-.f64 t x)) x)))) (neg.f64 (+.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 (*.f64 x x) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (-.f64 t x)) x)))) (neg.f64 (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x)))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 z (-.f64 t x)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 z (-.f64 t x)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 z (-.f64 t x)) (-.f64 (*.f64 z (-.f64 t x)) x))) (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 x x) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 x (*.f64 z (-.f64 t x)))) |
(*.f64 (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (-.f64 t x)) x))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(*.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (*.f64 (*.f64 z (-.f64 t x)) (-.f64 (*.f64 z (-.f64 t x)) x))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (-.f64 t x)) x)) (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (-.f64 t x)) x)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x))) #s(literal -1 binary64))) |
(*.f64 (-.f64 (*.f64 x x) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (/.f64 #s(literal 1 binary64) (-.f64 x (*.f64 z (-.f64 t x))))) |
(*.f64 (/.f64 (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x)) (-.f64 (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x (+.f64 x (*.f64 z (-.f64 t x)))))) |
(*.f64 (/.f64 (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x)) (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x))) (+.f64 x (*.f64 z (-.f64 t x)))) |
(*.f64 (pow.f64 (/.f64 (-.f64 (*.f64 z (-.f64 t x)) x) (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 (*.f64 x x) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x)))))) |
(*.f64 (pow.f64 (/.f64 (-.f64 (*.f64 z (-.f64 t x)) x) (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x)))) |
(+.f64 (*.f64 (/.f64 (*.f64 y z) y) t) (*.f64 (/.f64 (*.f64 y z) y) (-.f64 #s(literal 0 binary64) x))) |
(+.f64 (*.f64 t (/.f64 (*.f64 y z) y)) (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (*.f64 y z) y))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x)))) #s(literal -1 binary64))) |
(fma.f64 t (/.f64 (*.f64 y z) y) (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (*.f64 y z) y))) |
(fma.f64 (/.f64 (*.f64 y z) y) t (*.f64 (/.f64 (*.f64 y z) y) (-.f64 #s(literal 0 binary64) x))) |
(neg.f64 (/.f64 (*.f64 y z) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x))))) |
(/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) |
(/.f64 (-.f64 t x) (/.f64 y (*.f64 y z))) |
(/.f64 (/.f64 (*.f64 y z) y) (/.f64 #s(literal 1 binary64) (-.f64 t x))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) (/.f64 y (*.f64 y z)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 y (*.f64 y z)) (/.f64 #s(literal 1 binary64) (-.f64 t x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) (/.f64 (*.f64 y z) y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal -1 binary64) (-.f64 t x)) (/.f64 y (*.f64 y z))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 y (*.f64 y z)) (/.f64 #s(literal -1 binary64) (-.f64 t x))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x)))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal -1 binary64) (-.f64 t x)) (/.f64 y (*.f64 y z)))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 y (*.f64 y z)) (/.f64 #s(literal -1 binary64) (-.f64 t x)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) (/.f64 y (*.f64 y z))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 y (*.f64 y z)) (/.f64 #s(literal 1 binary64) (-.f64 t x))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) (/.f64 (*.f64 y z) y)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 t x)) (neg.f64 (/.f64 y (*.f64 y z)))) |
(/.f64 (*.f64 y (neg.f64 z)) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))) |
(/.f64 (*.f64 y (neg.f64 z)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (*.f64 y (neg.f64 z)) (*.f64 (/.f64 #s(literal -1 binary64) (-.f64 t x)) y)) |
(/.f64 (*.f64 y (*.f64 z (-.f64 t x))) y) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 y (neg.f64 z))) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 y (neg.f64 z))) (/.f64 y (-.f64 t x))) |
(/.f64 (*.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) (*.f64 y z)) (*.f64 (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))) y)) |
(/.f64 (*.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))) (/.f64 y (*.f64 y z)))) |
(/.f64 (*.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) (*.f64 y (neg.f64 z))) (*.f64 (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (*.f64 (-.f64 (*.f64 t t) (*.f64 x x)) (*.f64 y z)) (*.f64 (+.f64 t x) y)) |
(/.f64 (*.f64 (-.f64 (*.f64 t t) (*.f64 x x)) #s(literal 1 binary64)) (*.f64 (+.f64 t x) (/.f64 y (*.f64 y z)))) |
(/.f64 (*.f64 (-.f64 (*.f64 t t) (*.f64 x x)) (*.f64 y (neg.f64 z))) (*.f64 (+.f64 t x) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (*.f64 (*.f64 y z) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))) |
(/.f64 (*.f64 (*.f64 y z) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) (*.f64 y (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) |
(/.f64 (*.f64 (*.f64 y z) (-.f64 (*.f64 t t) (*.f64 x x))) (*.f64 y (+.f64 t x))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) (*.f64 (/.f64 y (*.f64 y z)) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 t t) (*.f64 x x))) (*.f64 (/.f64 y (*.f64 y z)) (+.f64 t x))) |
(/.f64 (*.f64 (*.f64 y (neg.f64 z)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))) |
(/.f64 (*.f64 (*.f64 y (neg.f64 z)) #s(literal -1 binary64)) (/.f64 y (-.f64 t x))) |
(/.f64 (*.f64 (*.f64 y (neg.f64 z)) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) (*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) |
(/.f64 (*.f64 (*.f64 y (neg.f64 z)) (-.f64 (*.f64 t t) (*.f64 x x))) (*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 t x))) |
(/.f64 (neg.f64 (/.f64 (*.f64 y z) y)) (/.f64 #s(literal -1 binary64) (-.f64 t x))) |
(/.f64 (neg.f64 (*.f64 y (neg.f64 z))) (/.f64 y (-.f64 t x))) |
(/.f64 (neg.f64 (*.f64 y (neg.f64 z))) (neg.f64 (*.f64 (/.f64 #s(literal -1 binary64) (-.f64 t x)) y))) |
(/.f64 (neg.f64 (*.f64 y (neg.f64 z))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) (-.f64 #s(literal 0 binary64) y)))) |
(/.f64 (neg.f64 (*.f64 y (*.f64 z (-.f64 t x)))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (/.f64 (/.f64 (*.f64 y z) y) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 t x))) |
(/.f64 (*.f64 (*.f64 y z) (-.f64 #s(literal 0 binary64) (-.f64 t x))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 (-.f64 t x) (*.f64 y (neg.f64 z))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 (/.f64 (*.f64 y z) y) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (-.f64 t x))) |
(/.f64 (*.f64 (/.f64 (*.f64 y z) y) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))) |
(/.f64 (*.f64 (/.f64 (*.f64 y z) y) (-.f64 (*.f64 t t) (*.f64 x x))) (+.f64 t x)) |
(/.f64 (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 y z) y)) (/.f64 #s(literal -1 binary64) (-.f64 t x))) |
(/.f64 (*.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 y z) y)) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))) |
(/.f64 (*.f64 (-.f64 (*.f64 t t) (*.f64 x x)) (/.f64 (*.f64 y z) y)) (+.f64 t x)) |
(/.f64 (*.f64 (*.f64 y (neg.f64 z)) (-.f64 t x)) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 t x)) (*.f64 y z)) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 (*.f64 y (-.f64 t x)) z) y) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))) (/.f64 y (*.f64 y z))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 t t) (*.f64 x x)) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 t x) (/.f64 y (*.f64 y z))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y (neg.f64 z)) #s(literal 1 binary64))) (/.f64 y (-.f64 t x))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 y (neg.f64 z)))) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 y (neg.f64 z)))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) (-.f64 #s(literal 0 binary64) y)))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1 binary64) (*.f64 y (neg.f64 z)))) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) (*.f64 y z))) (neg.f64 (*.f64 (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))) y))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) (*.f64 y (neg.f64 z)))) (neg.f64 (*.f64 (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))) (-.f64 #s(literal 0 binary64) y)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 t t) (*.f64 x x)) (*.f64 y z))) (neg.f64 (*.f64 (+.f64 t x) y))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 t t) (*.f64 x x)) (*.f64 y (neg.f64 z)))) (neg.f64 (*.f64 (+.f64 t x) (-.f64 #s(literal 0 binary64) y)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y z) #s(literal -1 binary64))) (/.f64 y (-.f64 t x))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y z) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))))) (neg.f64 (*.f64 y (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y z) (-.f64 (*.f64 t t) (*.f64 x x)))) (neg.f64 (*.f64 y (+.f64 t x)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))))) (neg.f64 (*.f64 (/.f64 y (*.f64 y z)) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 t t) (*.f64 x x)))) (neg.f64 (*.f64 (/.f64 y (*.f64 y z)) (+.f64 t x)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y (neg.f64 z)) #s(literal -1 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y (neg.f64 z)) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y (neg.f64 z)) (-.f64 (*.f64 t t) (*.f64 x x)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 t x)))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 (*.f64 y z) y))) (/.f64 #s(literal 1 binary64) (-.f64 t x))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 y (*.f64 z (-.f64 t x))))) (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (neg.f64 (/.f64 (/.f64 (*.f64 y z) y) #s(literal 1 binary64))) (/.f64 #s(literal -1 binary64) (-.f64 t x))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y z) (-.f64 #s(literal 0 binary64) (-.f64 t x)))) (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (neg.f64 (*.f64 (-.f64 t x) (*.f64 y (neg.f64 z)))) (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (*.f64 y z) y) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 t x))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (*.f64 y z) y) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))))) (neg.f64 (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (*.f64 y z) y) (-.f64 (*.f64 t t) (*.f64 x x)))) (neg.f64 (+.f64 t x))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 y z) y))) (/.f64 #s(literal 1 binary64) (-.f64 t x))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 y z) y))) (neg.f64 (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 t t) (*.f64 x x)) (/.f64 (*.f64 y z) y))) (neg.f64 (+.f64 t x))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y (neg.f64 z)) (-.f64 t x))) (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 t x)) (*.f64 y z))) (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y (-.f64 t x)) z)) (-.f64 #s(literal 0 binary64) y)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) (/.f64 y (*.f64 y z))) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (/.f64 y (*.f64 y z)) (/.f64 #s(literal 1 binary64) (-.f64 t x))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) (/.f64 (*.f64 y z) y)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 y (/.f64 z (/.f64 y (-.f64 t x)))) |
(*.f64 y (*.f64 (/.f64 (-.f64 t x) y) z)) |
(*.f64 z (-.f64 t x)) |
(*.f64 (*.f64 y z) (/.f64 (-.f64 t x) y)) |
(*.f64 (-.f64 t x) z) |
(*.f64 (-.f64 t x) (/.f64 (*.f64 y z) y)) |
(*.f64 (/.f64 (-.f64 t x) y) (*.f64 y z)) |
(*.f64 (/.f64 (-.f64 t x) y) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 y z)) #s(literal -1 binary64))) |
(*.f64 (/.f64 (*.f64 y z) y) (-.f64 t x)) |
(*.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))) |
(*.f64 (*.f64 y (neg.f64 z)) (/.f64 #s(literal -1 binary64) (/.f64 y (-.f64 t x)))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) (*.f64 y z)) #s(literal -1 binary64))) |
(*.f64 (*.f64 y (-.f64 t x)) (/.f64 z y)) |
(*.f64 (*.f64 y (*.f64 z (-.f64 t x))) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (/.f64 z (/.f64 y (-.f64 t x))) y) |
(*.f64 (/.f64 z y) (*.f64 y (-.f64 t x))) |
(*.f64 (/.f64 z y) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) y) #s(literal -1 binary64))) |
(*.f64 (/.f64 y y) (/.f64 z (/.f64 #s(literal 1 binary64) (-.f64 t x)))) |
(*.f64 (/.f64 y #s(literal 1 binary64)) (/.f64 z (/.f64 y (-.f64 t x)))) |
(*.f64 (/.f64 (*.f64 y z) #s(literal 1 binary64)) (/.f64 (-.f64 t x) y)) |
(*.f64 (/.f64 (/.f64 (*.f64 y z) y) #s(literal 1 binary64)) (-.f64 t x)) |
(*.f64 (/.f64 (*.f64 y z) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) (-.f64 t x))) |
(*.f64 (*.f64 (/.f64 (-.f64 t x) y) z) y) |
(*.f64 (/.f64 (/.f64 (*.f64 y z) y) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (-.f64 t x))) |
(*.f64 (pow.f64 (/.f64 y y) #s(literal -1 binary64)) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) z) #s(literal -1 binary64))) |
(+.f64 t (-.f64 #s(literal 0 binary64) x)) |
(+.f64 (-.f64 #s(literal 0 binary64) x) t) |
(+.f64 (*.f64 #s(literal 1 binary64) t) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x))) |
(+.f64 (*.f64 t #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (-.f64 t x))) |
(exp.f64 (*.f64 (log.f64 (-.f64 t x)) #s(literal 1 binary64))) |
(-.f64 t x) |
(-.f64 (/.f64 (*.f64 t (*.f64 t t)) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) |
(-.f64 (/.f64 (*.f64 t t) (+.f64 t x)) (/.f64 (*.f64 x x) (+.f64 t x))) |
(-.f64 (/.f64 t #s(literal 1 binary64)) (/.f64 x #s(literal 1 binary64))) |
(fma.f64 t #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64))) |
(fma.f64 #s(literal 1 binary64) t (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x))) |
(fma.f64 #s(literal -1 binary64) x t) |
(neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 t x))) |
(/.f64 y (/.f64 y (-.f64 t x))) |
(/.f64 (-.f64 t x) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 t x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 t x) (-.f64 (*.f64 t t) (*.f64 x x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 y (*.f64 y (-.f64 t x)))) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (-.f64 t x))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 y (*.f64 y (-.f64 t x))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 t x) (-.f64 (*.f64 t t) (*.f64 x x))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 t x)) #s(literal -1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))) |
(/.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))) |
(/.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) (+.f64 (*.f64 t t) (-.f64 (*.f64 x x) (*.f64 t (-.f64 #s(literal 0 binary64) x))))) |
(/.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) |
(/.f64 (-.f64 (*.f64 t t) (*.f64 x x)) (+.f64 t x)) |
(/.f64 (-.f64 (*.f64 t t) (*.f64 x x)) (-.f64 t (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (-.f64 (*.f64 t t) (*.f64 x x)) (*.f64 #s(literal 1 binary64) (+.f64 t x))) |
(/.f64 (*.f64 y (-.f64 t x)) y) |
(/.f64 (*.f64 y #s(literal 1 binary64)) (/.f64 y (-.f64 t x))) |
(/.f64 (*.f64 #s(literal 1 binary64) y) (/.f64 y (-.f64 t x))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 t t) (*.f64 x x))) (+.f64 t x)) |
(/.f64 (neg.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) (neg.f64 (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) (neg.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) (neg.f64 (+.f64 (*.f64 t t) (-.f64 (*.f64 x x) (*.f64 t (-.f64 #s(literal 0 binary64) x)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 t t) (*.f64 x x))) (neg.f64 (+.f64 t x))) |
(/.f64 (neg.f64 (-.f64 (*.f64 t t) (*.f64 x x))) (neg.f64 (*.f64 #s(literal 1 binary64) (+.f64 t x)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 t t) (*.f64 x x))) (neg.f64 (-.f64 t (-.f64 #s(literal 0 binary64) x)))) |
(/.f64 (neg.f64 (*.f64 y (-.f64 t x))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 y (-.f64 #s(literal 0 binary64) (-.f64 t x))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 t x)) y) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (neg.f64 (*.f64 y #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))))) (neg.f64 (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 t t) (*.f64 x x)))) (neg.f64 (+.f64 t x))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) y)) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 y (-.f64 t x)))) (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (neg.f64 (*.f64 y (-.f64 #s(literal 0 binary64) (-.f64 t x)))) (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 t x)) y)) (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))))) (neg.f64 (neg.f64 (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 t t) (*.f64 x x)))) (neg.f64 (neg.f64 (+.f64 t x)))) |
(pow.f64 (-.f64 t x) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) (/.f64 #s(literal 1 binary64) (-.f64 t x))) #s(literal -1/2 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 t x) (-.f64 (*.f64 t t) (*.f64 x x))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 y (*.f64 y (-.f64 t x))) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (-.f64 t x) #s(literal 1/2 binary64)) #s(literal 2 binary64)) |
(*.f64 y (/.f64 (-.f64 t x) y)) |
(*.f64 (-.f64 t x) #s(literal 1 binary64)) |
(*.f64 (-.f64 t x) (/.f64 y y)) |
(*.f64 (/.f64 (-.f64 t x) y) y) |
(*.f64 #s(literal 1 binary64) (-.f64 t x)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 t x))) |
(*.f64 #s(literal -1 binary64) (pow.f64 (-.f64 #s(literal 0 binary64) (-.f64 t x)) #s(literal 1 binary64))) |
(*.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) |
(*.f64 (-.f64 (*.f64 t t) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (+.f64 t x))) |
(*.f64 (*.f64 y (-.f64 t x)) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (pow.f64 (-.f64 t x) #s(literal 1/2 binary64)) (pow.f64 (-.f64 t x) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (-.f64 (*.f64 t t) (*.f64 x x)) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 t x)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (pow.f64 (-.f64 t x) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (pow.f64 (pow.f64 (-.f64 t x) #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (pow.f64 (-.f64 t x) #s(literal -1/2 binary64)) #s(literal -1 binary64)) (pow.f64 (pow.f64 (-.f64 t x) #s(literal -1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 t t) (*.f64 x x))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 t x))) |
(+.f64 (/.f64 t y) (-.f64 #s(literal 0 binary64) (/.f64 x y))) |
(+.f64 (/.f64 (-.f64 t x) y) (+.f64 (*.f64 (neg.f64 (/.f64 #s(literal 1 binary64) y)) x) (/.f64 x y))) |
(exp.f64 (*.f64 (log.f64 (/.f64 y (-.f64 t x))) #s(literal -1 binary64))) |
(-.f64 (/.f64 t y) (/.f64 x y)) |
(fma.f64 t (/.f64 #s(literal 1 binary64) y) (-.f64 #s(literal 0 binary64) (/.f64 x y))) |
(fma.f64 (-.f64 t x) (/.f64 #s(literal 1 binary64) y) (+.f64 (*.f64 (neg.f64 (/.f64 #s(literal 1 binary64) y)) x) (/.f64 x y))) |
(fma.f64 #s(literal 1 binary64) (/.f64 t y) (-.f64 #s(literal 0 binary64) (/.f64 x y))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (-.f64 t x) y) (+.f64 (*.f64 (neg.f64 (/.f64 #s(literal 1 binary64) y)) x) (/.f64 x y))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (-.f64 t x)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y)) (+.f64 (*.f64 (neg.f64 (/.f64 #s(literal 1 binary64) y)) x) (/.f64 x y))) |
(fma.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) (/.f64 x y))) |
(fma.f64 (/.f64 #s(literal 1 binary64) y) t (-.f64 #s(literal 0 binary64) (/.f64 x y))) |
(fma.f64 (/.f64 #s(literal 1 binary64) y) (-.f64 t x) (+.f64 (*.f64 (neg.f64 (/.f64 #s(literal 1 binary64) y)) x) (/.f64 x y))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) (-.f64 t x)) (+.f64 (*.f64 (neg.f64 (/.f64 #s(literal 1 binary64) y)) x) (/.f64 x y))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 t x)) y)) |
(/.f64 (-.f64 t x) y) |
(/.f64 (-.f64 t x) (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(/.f64 #s(literal 1 binary64) (/.f64 y (-.f64 t x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 y (-.f64 t x)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal -1 binary64) (-.f64 t x)) y))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal -1 binary64) (-.f64 t x)) y)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 y (-.f64 t x)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 t x)) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 t x)) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) y)))) |
(/.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) (*.f64 y (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) |
(/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (-.f64 t x))) |
(/.f64 (-.f64 (*.f64 t t) (*.f64 x x)) (*.f64 y (+.f64 t x))) |
(/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) y)) (/.f64 #s(literal -1 binary64) (-.f64 t x))) |
(/.f64 (-.f64 (*.f64 t y) (*.f64 y x)) (*.f64 y y)) |
(/.f64 (-.f64 (*.f64 t (/.f64 y x)) (*.f64 y #s(literal 1 binary64))) (*.f64 y (/.f64 y x))) |
(/.f64 (-.f64 (*.f64 t (-.f64 #s(literal 0 binary64) y)) (*.f64 y (-.f64 #s(literal 0 binary64) x))) (*.f64 y (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) y) (*.f64 (/.f64 y t) x)) (*.f64 (/.f64 y t) y)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 y x)) (*.f64 (/.f64 y t) #s(literal 1 binary64))) (*.f64 (/.f64 y t) (/.f64 y x))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y)) (*.f64 (/.f64 y t) (-.f64 #s(literal 0 binary64) x))) (*.f64 (/.f64 y t) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) y) (*.f64 (-.f64 #s(literal 0 binary64) y) x)) (*.f64 (-.f64 #s(literal 0 binary64) y) y)) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 y x)) (*.f64 (-.f64 #s(literal 0 binary64) y) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 y x))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 #s(literal 0 binary64) y)) (*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) x))) (*.f64 y y)) |
(/.f64 (*.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))) y)) |
(/.f64 (*.f64 (-.f64 (*.f64 t t) (*.f64 x x)) #s(literal 1 binary64)) (*.f64 (+.f64 t x) y)) |
(/.f64 (neg.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) (neg.f64 (*.f64 y (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 t t) (*.f64 x x))) (neg.f64 (*.f64 y (+.f64 t x)))) |
(/.f64 (-.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y))) (/.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (+.f64 (*.f64 (/.f64 t y) (/.f64 t y)) (+.f64 (*.f64 (/.f64 x y) (/.f64 x y)) (*.f64 (/.f64 t y) (/.f64 x y))))) |
(/.f64 (-.f64 (*.f64 (/.f64 t y) (/.f64 t y)) (*.f64 (/.f64 x y) (/.f64 x y))) (+.f64 (/.f64 t y) (/.f64 x y))) |
(/.f64 (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) y)) (/.f64 #s(literal -1 binary64) (-.f64 t x))) |
(/.f64 (*.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 1 binary64) y)) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))) |
(/.f64 (*.f64 (-.f64 (*.f64 t t) (*.f64 x x)) (/.f64 #s(literal 1 binary64) y)) (+.f64 t x)) |
(/.f64 (-.f64 (*.f64 t #s(literal 1 binary64)) x) y) |
(/.f64 (-.f64 (neg.f64 (-.f64 #s(literal 0 binary64) t)) (neg.f64 (-.f64 #s(literal 0 binary64) x))) (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (-.f64 t (*.f64 x #s(literal 1 binary64))) y) |
(/.f64 (-.f64 (*.f64 t #s(literal 1 binary64)) (*.f64 x #s(literal 1 binary64))) y) |
(/.f64 (neg.f64 (-.f64 (*.f64 t y) (*.f64 y x))) (neg.f64 (*.f64 y y))) |
(/.f64 (neg.f64 (-.f64 (*.f64 t (/.f64 y x)) (*.f64 y #s(literal 1 binary64)))) (neg.f64 (*.f64 y (/.f64 y x)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 t (-.f64 #s(literal 0 binary64) y)) (*.f64 y (-.f64 #s(literal 0 binary64) x)))) (neg.f64 (*.f64 y (-.f64 #s(literal 0 binary64) y)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 1 binary64) y) (*.f64 (/.f64 y t) x))) (neg.f64 (*.f64 (/.f64 y t) y))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 y x)) (*.f64 (/.f64 y t) #s(literal 1 binary64)))) (neg.f64 (*.f64 (/.f64 y t) (/.f64 y x)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y)) (*.f64 (/.f64 y t) (-.f64 #s(literal 0 binary64) x)))) (neg.f64 (*.f64 (/.f64 y t) (-.f64 #s(literal 0 binary64) y)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) y) (*.f64 (-.f64 #s(literal 0 binary64) y) x))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) y))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 y x)) (*.f64 (-.f64 #s(literal 0 binary64) y) #s(literal 1 binary64)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 y x)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 #s(literal 0 binary64) y)) (*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) x)))) (neg.f64 (*.f64 y y))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))) y))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 t t) (*.f64 x x)) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 t x) y))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y))) (/.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))))) (neg.f64 (+.f64 (*.f64 (/.f64 t y) (/.f64 t y)) (+.f64 (*.f64 (/.f64 x y) (/.f64 x y)) (*.f64 (/.f64 t y) (/.f64 x y)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 t y) (/.f64 t y)) (*.f64 (/.f64 x y) (/.f64 x y)))) (neg.f64 (+.f64 (/.f64 t y) (/.f64 x y)))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) y))) (/.f64 #s(literal 1 binary64) (-.f64 t x))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 1 binary64) y))) (neg.f64 (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 t t) (*.f64 x x)) (/.f64 #s(literal 1 binary64) y))) (neg.f64 (+.f64 t x))) |
(pow.f64 (/.f64 (-.f64 t x) y) #s(literal 1 binary64)) |
(pow.f64 (/.f64 y (-.f64 t x)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 y (-.f64 t x)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 (-.f64 t x) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 t x) y)) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 t x)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (-.f64 t x)) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) (-.f64 t x))) |
(*.f64 (pow.f64 (*.f64 y #s(literal 1 binary64)) #s(literal -1 binary64)) (-.f64 t x)) |
(*.f64 (pow.f64 (/.f64 y #s(literal -1 binary64)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (-.f64 t x))) |
(*.f64 (pow.f64 (/.f64 y (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) |
(*.f64 (pow.f64 (/.f64 y (-.f64 (*.f64 t t) (*.f64 x x))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+.f64 (*.f64 z (-.f64 t x)) x) |
(+.f64 (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)) (neg.f64 (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 z (-.f64 t x))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x))) |
(-.f64 (/.f64 (*.f64 x x) (-.f64 x (*.f64 z (-.f64 t x)))) (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 x (*.f64 z (-.f64 t x))))) |
(fma.f64 y (/.f64 z (/.f64 y (-.f64 t x))) x) |
(fma.f64 y (*.f64 (/.f64 (-.f64 t x) y) z) x) |
(fma.f64 z (-.f64 t x) x) |
(fma.f64 (*.f64 y z) (/.f64 (-.f64 t x) y) x) |
(fma.f64 (-.f64 t x) z x) |
(fma.f64 (-.f64 t x) (/.f64 (*.f64 y z) y) x) |
(fma.f64 (/.f64 (-.f64 t x) y) (*.f64 y z) x) |
(fma.f64 (/.f64 (-.f64 t x) y) (/.f64 (*.f64 y (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)) (neg.f64 (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(fma.f64 (/.f64 (*.f64 y z) y) (-.f64 t x) x) |
(fma.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x)) x) |
(fma.f64 (*.f64 z (-.f64 t x)) (/.f64 (*.f64 z (-.f64 t x)) (-.f64 (*.f64 z (-.f64 t x)) x)) (neg.f64 (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(fma.f64 (*.f64 y (*.f64 z (*.f64 z (-.f64 t x)))) (/.f64 (/.f64 (-.f64 t x) y) (-.f64 (*.f64 z (-.f64 t x)) x)) (neg.f64 (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(fma.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (-.f64 t x)) x)) (neg.f64 (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(fma.f64 (*.f64 y (neg.f64 z)) (/.f64 #s(literal -1 binary64) (/.f64 y (-.f64 t x))) x) |
(fma.f64 (*.f64 y (-.f64 t x)) (/.f64 z y) x) |
(fma.f64 (*.f64 y (*.f64 z (-.f64 t x))) (/.f64 #s(literal 1 binary64) y) x) |
(fma.f64 (/.f64 z (/.f64 y (-.f64 t x))) y x) |
(fma.f64 (/.f64 z y) (*.f64 y (-.f64 t x)) x) |
(fma.f64 (/.f64 y y) (/.f64 z (/.f64 #s(literal 1 binary64) (-.f64 t x))) x) |
(fma.f64 (/.f64 y #s(literal 1 binary64)) (/.f64 z (/.f64 y (-.f64 t x))) x) |
(fma.f64 (/.f64 (*.f64 y z) #s(literal 1 binary64)) (/.f64 (-.f64 t x) y) x) |
(fma.f64 (/.f64 (/.f64 (*.f64 y z) y) #s(literal 1 binary64)) (-.f64 t x) x) |
(fma.f64 (/.f64 (*.f64 y z) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) (-.f64 t x)) x) |
(fma.f64 (*.f64 (/.f64 (-.f64 t x) y) z) y x) |
(fma.f64 (/.f64 (/.f64 (*.f64 y z) y) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (-.f64 t x)) x) |
(fma.f64 (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x (+.f64 x (*.f64 z (-.f64 t x))))) (neg.f64 (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(fma.f64 (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x))) (+.f64 x (*.f64 z (-.f64 t x))) (neg.f64 (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(neg.f64 (/.f64 (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x)) (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x))) (-.f64 (*.f64 z (-.f64 t x)) x))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 z (-.f64 t x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 z (-.f64 t x)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 z (-.f64 t x)) (-.f64 (*.f64 z (-.f64 t x)) x))) (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 x x) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 z (-.f64 t x))))))) |
(/.f64 (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x)) (-.f64 (*.f64 z (-.f64 t x)) x)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 z (-.f64 t x)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 z (-.f64 t x)))) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 z (-.f64 t x)) (-.f64 (*.f64 z (-.f64 t x)) x))) (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 x x) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x))) (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 z (-.f64 t x)) x))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (+.f64 (*.f64 x x) (*.f64 (*.f64 z (-.f64 t x)) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 x x) (*.f64 x (*.f64 z (-.f64 t x)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (-.f64 (*.f64 z (-.f64 t x)) x) (+.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 (*.f64 x x) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x)))))) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (-.f64 x (*.f64 z (-.f64 t x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (-.f64 (*.f64 z (-.f64 t x)) x) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)) (*.f64 (-.f64 (*.f64 z (-.f64 t x)) x) (*.f64 x x))) (*.f64 (-.f64 (*.f64 z (-.f64 t x)) x) (-.f64 (*.f64 z (-.f64 t x)) x))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 (*.f64 x x) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x)))) (-.f64 (*.f64 z (-.f64 t x)) x))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x)) (-.f64 (*.f64 z (-.f64 t x)) x))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x)))) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))))) (neg.f64 (*.f64 (-.f64 (*.f64 z (-.f64 t x)) x) (+.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 (*.f64 x x) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 x (*.f64 x (*.f64 x x))))) (neg.f64 (*.f64 (-.f64 (*.f64 z (-.f64 t x)) x) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))))) (neg.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 z (-.f64 t x)) (-.f64 (*.f64 z (-.f64 t x)) x))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))))) (neg.f64 (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 x x) (*.f64 x (*.f64 z (-.f64 t x))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x x) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (neg.f64 (-.f64 x (*.f64 z (-.f64 t x))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)) (*.f64 (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)))) (*.f64 (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)) (*.f64 (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x))))) (+.f64 (*.f64 (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x))) (+.f64 (*.f64 (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x))) (*.f64 (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x))) (*.f64 (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)))) (+.f64 (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(/.f64 (*.f64 (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x)) #s(literal 1 binary64)) (-.f64 (*.f64 z (-.f64 t x)) x)) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (-.f64 t x)) x))) (+.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 (*.f64 x x) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (-.f64 t x)) x))) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x))) |
(/.f64 (-.f64 (neg.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (-.f64 #s(literal 0 binary64) (*.f64 x x))) (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 z (-.f64 t x)) x))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)) (*.f64 (-.f64 (*.f64 z (-.f64 t x)) x) (*.f64 x x)))) (neg.f64 (*.f64 (-.f64 (*.f64 z (-.f64 t x)) x) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 (*.f64 x x) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x)))) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x)) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x))))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 z (-.f64 t x)) x))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))))) (neg.f64 (neg.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 z (-.f64 t x)) (-.f64 (*.f64 z (-.f64 t x)) x)))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 x x) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))))) (neg.f64 (neg.f64 (-.f64 x (*.f64 z (-.f64 t x)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)) (*.f64 (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)))) (*.f64 (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)) (*.f64 (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)))))) (neg.f64 (+.f64 (*.f64 (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x))) (+.f64 (*.f64 (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x))) (*.f64 (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x))) (*.f64 (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x))))) (neg.f64 (+.f64 (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x)) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 z (-.f64 t x)) x))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (-.f64 t x)) x)))) (neg.f64 (+.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 (*.f64 x x) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (-.f64 t x)) x)))) (neg.f64 (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x)))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 z (-.f64 t x)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 z (-.f64 t x)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 z (-.f64 t x)) (-.f64 (*.f64 z (-.f64 t x)) x))) (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 x x) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 x (*.f64 z (-.f64 t x)))) |
(*.f64 (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (-.f64 t x)) x))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(*.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (*.f64 (*.f64 z (-.f64 t x)) (-.f64 (*.f64 z (-.f64 t x)) x))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (-.f64 t x)) x)) (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (-.f64 t x)) x)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x))) #s(literal -1 binary64))) |
(*.f64 (-.f64 (*.f64 x x) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (/.f64 #s(literal 1 binary64) (-.f64 x (*.f64 z (-.f64 t x))))) |
(*.f64 (/.f64 (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x)) (-.f64 (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x (+.f64 x (*.f64 z (-.f64 t x)))))) |
(*.f64 (/.f64 (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x)) (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x))) (+.f64 x (*.f64 z (-.f64 t x)))) |
(*.f64 (pow.f64 (/.f64 (-.f64 (*.f64 z (-.f64 t x)) x) (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 (*.f64 x x) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x)))))) |
(*.f64 (pow.f64 (/.f64 (-.f64 (*.f64 z (-.f64 t x)) x) (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x)))) |
(+.f64 (*.f64 (/.f64 (*.f64 y z) y) t) (*.f64 (/.f64 (*.f64 y z) y) (-.f64 #s(literal 0 binary64) x))) |
(+.f64 (*.f64 t (/.f64 (*.f64 y z) y)) (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (*.f64 y z) y))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x)))) #s(literal -1 binary64))) |
(fma.f64 t (/.f64 (*.f64 y z) y) (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (*.f64 y z) y))) |
(fma.f64 (/.f64 (*.f64 y z) y) t (*.f64 (/.f64 (*.f64 y z) y) (-.f64 #s(literal 0 binary64) x))) |
(neg.f64 (/.f64 (*.f64 y z) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x))))) |
(/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) |
(/.f64 (-.f64 t x) (/.f64 y (*.f64 y z))) |
(/.f64 (/.f64 (*.f64 y z) y) (/.f64 #s(literal 1 binary64) (-.f64 t x))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) (/.f64 y (*.f64 y z)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 y (*.f64 y z)) (/.f64 #s(literal 1 binary64) (-.f64 t x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) (/.f64 (*.f64 y z) y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal -1 binary64) (-.f64 t x)) (/.f64 y (*.f64 y z))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 y (*.f64 y z)) (/.f64 #s(literal -1 binary64) (-.f64 t x))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x)))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal -1 binary64) (-.f64 t x)) (/.f64 y (*.f64 y z)))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 y (*.f64 y z)) (/.f64 #s(literal -1 binary64) (-.f64 t x)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) (/.f64 y (*.f64 y z))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 y (*.f64 y z)) (/.f64 #s(literal 1 binary64) (-.f64 t x))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) (/.f64 (*.f64 y z) y)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 t x)) (neg.f64 (/.f64 y (*.f64 y z)))) |
(/.f64 (*.f64 y (neg.f64 z)) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))) |
(/.f64 (*.f64 y (neg.f64 z)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (*.f64 y (neg.f64 z)) (*.f64 (/.f64 #s(literal -1 binary64) (-.f64 t x)) y)) |
(/.f64 (*.f64 y (*.f64 z (-.f64 t x))) y) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 y (neg.f64 z))) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 y (neg.f64 z))) (/.f64 y (-.f64 t x))) |
(/.f64 (*.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) (*.f64 y z)) (*.f64 (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))) y)) |
(/.f64 (*.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))) (/.f64 y (*.f64 y z)))) |
(/.f64 (*.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) (*.f64 y (neg.f64 z))) (*.f64 (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (*.f64 (-.f64 (*.f64 t t) (*.f64 x x)) (*.f64 y z)) (*.f64 (+.f64 t x) y)) |
(/.f64 (*.f64 (-.f64 (*.f64 t t) (*.f64 x x)) #s(literal 1 binary64)) (*.f64 (+.f64 t x) (/.f64 y (*.f64 y z)))) |
(/.f64 (*.f64 (-.f64 (*.f64 t t) (*.f64 x x)) (*.f64 y (neg.f64 z))) (*.f64 (+.f64 t x) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (*.f64 (*.f64 y z) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))) |
(/.f64 (*.f64 (*.f64 y z) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) (*.f64 y (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) |
(/.f64 (*.f64 (*.f64 y z) (-.f64 (*.f64 t t) (*.f64 x x))) (*.f64 y (+.f64 t x))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) (*.f64 (/.f64 y (*.f64 y z)) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 t t) (*.f64 x x))) (*.f64 (/.f64 y (*.f64 y z)) (+.f64 t x))) |
(/.f64 (*.f64 (*.f64 y (neg.f64 z)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))) |
(/.f64 (*.f64 (*.f64 y (neg.f64 z)) #s(literal -1 binary64)) (/.f64 y (-.f64 t x))) |
(/.f64 (*.f64 (*.f64 y (neg.f64 z)) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) (*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) |
(/.f64 (*.f64 (*.f64 y (neg.f64 z)) (-.f64 (*.f64 t t) (*.f64 x x))) (*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 t x))) |
(/.f64 (neg.f64 (/.f64 (*.f64 y z) y)) (/.f64 #s(literal -1 binary64) (-.f64 t x))) |
(/.f64 (neg.f64 (*.f64 y (neg.f64 z))) (/.f64 y (-.f64 t x))) |
(/.f64 (neg.f64 (*.f64 y (neg.f64 z))) (neg.f64 (*.f64 (/.f64 #s(literal -1 binary64) (-.f64 t x)) y))) |
(/.f64 (neg.f64 (*.f64 y (neg.f64 z))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) (-.f64 #s(literal 0 binary64) y)))) |
(/.f64 (neg.f64 (*.f64 y (*.f64 z (-.f64 t x)))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (/.f64 (/.f64 (*.f64 y z) y) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 t x))) |
(/.f64 (*.f64 (*.f64 y z) (-.f64 #s(literal 0 binary64) (-.f64 t x))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 (-.f64 t x) (*.f64 y (neg.f64 z))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 (/.f64 (*.f64 y z) y) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (-.f64 t x))) |
(/.f64 (*.f64 (/.f64 (*.f64 y z) y) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))) |
(/.f64 (*.f64 (/.f64 (*.f64 y z) y) (-.f64 (*.f64 t t) (*.f64 x x))) (+.f64 t x)) |
(/.f64 (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 y z) y)) (/.f64 #s(literal -1 binary64) (-.f64 t x))) |
(/.f64 (*.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 y z) y)) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))) |
(/.f64 (*.f64 (-.f64 (*.f64 t t) (*.f64 x x)) (/.f64 (*.f64 y z) y)) (+.f64 t x)) |
(/.f64 (*.f64 (*.f64 y (neg.f64 z)) (-.f64 t x)) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 t x)) (*.f64 y z)) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 (*.f64 y (-.f64 t x)) z) y) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))) (/.f64 y (*.f64 y z))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 t t) (*.f64 x x)) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 t x) (/.f64 y (*.f64 y z))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y (neg.f64 z)) #s(literal 1 binary64))) (/.f64 y (-.f64 t x))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 y (neg.f64 z)))) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 y (neg.f64 z)))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) (-.f64 #s(literal 0 binary64) y)))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1 binary64) (*.f64 y (neg.f64 z)))) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) (*.f64 y z))) (neg.f64 (*.f64 (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))) y))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) (*.f64 y (neg.f64 z)))) (neg.f64 (*.f64 (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))) (-.f64 #s(literal 0 binary64) y)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 t t) (*.f64 x x)) (*.f64 y z))) (neg.f64 (*.f64 (+.f64 t x) y))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 t t) (*.f64 x x)) (*.f64 y (neg.f64 z)))) (neg.f64 (*.f64 (+.f64 t x) (-.f64 #s(literal 0 binary64) y)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y z) #s(literal -1 binary64))) (/.f64 y (-.f64 t x))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y z) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))))) (neg.f64 (*.f64 y (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y z) (-.f64 (*.f64 t t) (*.f64 x x)))) (neg.f64 (*.f64 y (+.f64 t x)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))))) (neg.f64 (*.f64 (/.f64 y (*.f64 y z)) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 t t) (*.f64 x x)))) (neg.f64 (*.f64 (/.f64 y (*.f64 y z)) (+.f64 t x)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y (neg.f64 z)) #s(literal -1 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y (neg.f64 z)) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y (neg.f64 z)) (-.f64 (*.f64 t t) (*.f64 x x)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 t x)))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 (*.f64 y z) y))) (/.f64 #s(literal 1 binary64) (-.f64 t x))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 y (*.f64 z (-.f64 t x))))) (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (neg.f64 (/.f64 (/.f64 (*.f64 y z) y) #s(literal 1 binary64))) (/.f64 #s(literal -1 binary64) (-.f64 t x))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y z) (-.f64 #s(literal 0 binary64) (-.f64 t x)))) (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (neg.f64 (*.f64 (-.f64 t x) (*.f64 y (neg.f64 z)))) (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (*.f64 y z) y) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 t x))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (*.f64 y z) y) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))))) (neg.f64 (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (*.f64 y z) y) (-.f64 (*.f64 t t) (*.f64 x x)))) (neg.f64 (+.f64 t x))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 y z) y))) (/.f64 #s(literal 1 binary64) (-.f64 t x))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 y z) y))) (neg.f64 (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 t t) (*.f64 x x)) (/.f64 (*.f64 y z) y))) (neg.f64 (+.f64 t x))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y (neg.f64 z)) (-.f64 t x))) (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 t x)) (*.f64 y z))) (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y (-.f64 t x)) z)) (-.f64 #s(literal 0 binary64) y)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) (/.f64 y (*.f64 y z))) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (/.f64 y (*.f64 y z)) (/.f64 #s(literal 1 binary64) (-.f64 t x))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) (/.f64 (*.f64 y z) y)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 y (/.f64 z (/.f64 y (-.f64 t x)))) |
(*.f64 y (*.f64 (/.f64 (-.f64 t x) y) z)) |
(*.f64 z (-.f64 t x)) |
(*.f64 (*.f64 y z) (/.f64 (-.f64 t x) y)) |
(*.f64 (-.f64 t x) z) |
(*.f64 (-.f64 t x) (/.f64 (*.f64 y z) y)) |
(*.f64 (/.f64 (-.f64 t x) y) (*.f64 y z)) |
(*.f64 (/.f64 (-.f64 t x) y) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 y z)) #s(literal -1 binary64))) |
(*.f64 (/.f64 (*.f64 y z) y) (-.f64 t x)) |
(*.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))) |
(*.f64 (*.f64 y (neg.f64 z)) (/.f64 #s(literal -1 binary64) (/.f64 y (-.f64 t x)))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) (*.f64 y z)) #s(literal -1 binary64))) |
(*.f64 (*.f64 y (-.f64 t x)) (/.f64 z y)) |
(*.f64 (*.f64 y (*.f64 z (-.f64 t x))) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (/.f64 z (/.f64 y (-.f64 t x))) y) |
(*.f64 (/.f64 z y) (*.f64 y (-.f64 t x))) |
(*.f64 (/.f64 z y) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) y) #s(literal -1 binary64))) |
(*.f64 (/.f64 y y) (/.f64 z (/.f64 #s(literal 1 binary64) (-.f64 t x)))) |
(*.f64 (/.f64 y #s(literal 1 binary64)) (/.f64 z (/.f64 y (-.f64 t x)))) |
(*.f64 (/.f64 (*.f64 y z) #s(literal 1 binary64)) (/.f64 (-.f64 t x) y)) |
(*.f64 (/.f64 (/.f64 (*.f64 y z) y) #s(literal 1 binary64)) (-.f64 t x)) |
(*.f64 (/.f64 (*.f64 y z) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) (-.f64 t x))) |
(*.f64 (*.f64 (/.f64 (-.f64 t x) y) z) y) |
(*.f64 (/.f64 (/.f64 (*.f64 y z) y) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (-.f64 t x))) |
(*.f64 (pow.f64 (/.f64 y y) #s(literal -1 binary64)) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) z) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 y (*.f64 y z))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 y z) (-.f64 #s(literal 0 binary64) y))) |
(neg.f64 (/.f64 (*.f64 y (neg.f64 z)) y)) |
(/.f64 (*.f64 y z) y) |
(/.f64 #s(literal 1 binary64) (/.f64 y (*.f64 y z))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 y (*.f64 y z)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 y (*.f64 y z))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 y (*.f64 y z)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 y (*.f64 y z)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 y (neg.f64 z)) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 (*.f64 y (neg.f64 z)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (neg.f64 (*.f64 y (neg.f64 z))) (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y (neg.f64 z)) #s(literal 1 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 y (neg.f64 z)))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) y)))) |
(pow.f64 (/.f64 y (*.f64 y z)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 y (*.f64 y z)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 y (/.f64 z y)) |
(*.f64 y (*.f64 (/.f64 z y) #s(literal 1 binary64))) |
(*.f64 z (/.f64 y y)) |
(*.f64 z (*.f64 y (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (*.f64 y z) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (*.f64 y z) (*.f64 (/.f64 #s(literal 1 binary64) y) #s(literal 1 binary64))) |
(*.f64 (/.f64 (*.f64 y z) y) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 y z) y)) |
(*.f64 (*.f64 y (neg.f64 z)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 y z)) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 y z)) #s(literal -1 binary64))) |
(*.f64 (/.f64 z y) y) |
(+.f64 t (-.f64 #s(literal 0 binary64) x)) |
(+.f64 (-.f64 #s(literal 0 binary64) x) t) |
(+.f64 (*.f64 #s(literal 1 binary64) t) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x))) |
(+.f64 (*.f64 t #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64))) |
(exp.f64 (log.f64 (-.f64 t x))) |
(exp.f64 (*.f64 (log.f64 (-.f64 t x)) #s(literal 1 binary64))) |
(-.f64 t x) |
(-.f64 (/.f64 (*.f64 t (*.f64 t t)) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) |
(-.f64 (/.f64 (*.f64 t t) (+.f64 t x)) (/.f64 (*.f64 x x) (+.f64 t x))) |
(-.f64 (/.f64 t #s(literal 1 binary64)) (/.f64 x #s(literal 1 binary64))) |
(fma.f64 t #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64))) |
(fma.f64 #s(literal 1 binary64) t (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x))) |
(fma.f64 #s(literal -1 binary64) x t) |
(neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 t x))) |
(/.f64 y (/.f64 y (-.f64 t x))) |
(/.f64 (-.f64 t x) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 t x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 t x) (-.f64 (*.f64 t t) (*.f64 x x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 y (*.f64 y (-.f64 t x)))) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (-.f64 t x))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 y (*.f64 y (-.f64 t x))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 t x) (-.f64 (*.f64 t t) (*.f64 x x))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 t x)) #s(literal -1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))) |
(/.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))) |
(/.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) (+.f64 (*.f64 t t) (-.f64 (*.f64 x x) (*.f64 t (-.f64 #s(literal 0 binary64) x))))) |
(/.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) |
(/.f64 (-.f64 (*.f64 t t) (*.f64 x x)) (+.f64 t x)) |
(/.f64 (-.f64 (*.f64 t t) (*.f64 x x)) (-.f64 t (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (-.f64 (*.f64 t t) (*.f64 x x)) (*.f64 #s(literal 1 binary64) (+.f64 t x))) |
(/.f64 (*.f64 y (-.f64 t x)) y) |
(/.f64 (*.f64 y #s(literal 1 binary64)) (/.f64 y (-.f64 t x))) |
(/.f64 (*.f64 #s(literal 1 binary64) y) (/.f64 y (-.f64 t x))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 t t) (*.f64 x x))) (+.f64 t x)) |
(/.f64 (neg.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) (neg.f64 (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) (neg.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) (neg.f64 (+.f64 (*.f64 t t) (-.f64 (*.f64 x x) (*.f64 t (-.f64 #s(literal 0 binary64) x)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 t t) (*.f64 x x))) (neg.f64 (+.f64 t x))) |
(/.f64 (neg.f64 (-.f64 (*.f64 t t) (*.f64 x x))) (neg.f64 (*.f64 #s(literal 1 binary64) (+.f64 t x)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 t t) (*.f64 x x))) (neg.f64 (-.f64 t (-.f64 #s(literal 0 binary64) x)))) |
(/.f64 (neg.f64 (*.f64 y (-.f64 t x))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 y (-.f64 #s(literal 0 binary64) (-.f64 t x))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 t x)) y) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (neg.f64 (*.f64 y #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))))) (neg.f64 (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 t t) (*.f64 x x)))) (neg.f64 (+.f64 t x))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) y)) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 y (-.f64 t x)))) (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (neg.f64 (*.f64 y (-.f64 #s(literal 0 binary64) (-.f64 t x)))) (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 t x)) y)) (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))))) (neg.f64 (neg.f64 (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 t t) (*.f64 x x)))) (neg.f64 (neg.f64 (+.f64 t x)))) |
(pow.f64 (-.f64 t x) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) (/.f64 #s(literal 1 binary64) (-.f64 t x))) #s(literal -1/2 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 t x) (-.f64 (*.f64 t t) (*.f64 x x))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 y (*.f64 y (-.f64 t x))) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (-.f64 t x) #s(literal 1/2 binary64)) #s(literal 2 binary64)) |
(*.f64 y (/.f64 (-.f64 t x) y)) |
(*.f64 (-.f64 t x) #s(literal 1 binary64)) |
(*.f64 (-.f64 t x) (/.f64 y y)) |
(*.f64 (/.f64 (-.f64 t x) y) y) |
(*.f64 #s(literal 1 binary64) (-.f64 t x)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 t x))) |
(*.f64 #s(literal -1 binary64) (pow.f64 (-.f64 #s(literal 0 binary64) (-.f64 t x)) #s(literal 1 binary64))) |
(*.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) |
(*.f64 (-.f64 (*.f64 t t) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (+.f64 t x))) |
(*.f64 (*.f64 y (-.f64 t x)) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (pow.f64 (-.f64 t x) #s(literal 1/2 binary64)) (pow.f64 (-.f64 t x) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (-.f64 (*.f64 t t) (*.f64 x x)) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 t x)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (pow.f64 (-.f64 t x) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (pow.f64 (pow.f64 (-.f64 t x) #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (pow.f64 (-.f64 t x) #s(literal -1/2 binary64)) #s(literal -1 binary64)) (pow.f64 (pow.f64 (-.f64 t x) #s(literal -1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 t t) (*.f64 x x))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+.f64 (*.f64 z (-.f64 t x)) x) |
(+.f64 (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)) (neg.f64 (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 z (-.f64 t x))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x))) |
(-.f64 (/.f64 (*.f64 x x) (-.f64 x (*.f64 z (-.f64 t x)))) (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 x (*.f64 z (-.f64 t x))))) |
(fma.f64 y (/.f64 z (/.f64 y (-.f64 t x))) x) |
(fma.f64 y (*.f64 (/.f64 (-.f64 t x) y) z) x) |
(fma.f64 z (-.f64 t x) x) |
(fma.f64 (*.f64 y z) (/.f64 (-.f64 t x) y) x) |
(fma.f64 (-.f64 t x) z x) |
(fma.f64 (-.f64 t x) (/.f64 (*.f64 y z) y) x) |
(fma.f64 (/.f64 (-.f64 t x) y) (*.f64 y z) x) |
(fma.f64 (/.f64 (-.f64 t x) y) (/.f64 (*.f64 y (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)) (neg.f64 (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(fma.f64 (/.f64 (*.f64 y z) y) (-.f64 t x) x) |
(fma.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x)) x) |
(fma.f64 (*.f64 z (-.f64 t x)) (/.f64 (*.f64 z (-.f64 t x)) (-.f64 (*.f64 z (-.f64 t x)) x)) (neg.f64 (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(fma.f64 (*.f64 y (*.f64 z (*.f64 z (-.f64 t x)))) (/.f64 (/.f64 (-.f64 t x) y) (-.f64 (*.f64 z (-.f64 t x)) x)) (neg.f64 (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(fma.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (-.f64 t x)) x)) (neg.f64 (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(fma.f64 (*.f64 y (neg.f64 z)) (/.f64 #s(literal -1 binary64) (/.f64 y (-.f64 t x))) x) |
(fma.f64 (*.f64 y (-.f64 t x)) (/.f64 z y) x) |
(fma.f64 (*.f64 y (*.f64 z (-.f64 t x))) (/.f64 #s(literal 1 binary64) y) x) |
(fma.f64 (/.f64 z (/.f64 y (-.f64 t x))) y x) |
(fma.f64 (/.f64 z y) (*.f64 y (-.f64 t x)) x) |
(fma.f64 (/.f64 y y) (/.f64 z (/.f64 #s(literal 1 binary64) (-.f64 t x))) x) |
(fma.f64 (/.f64 y #s(literal 1 binary64)) (/.f64 z (/.f64 y (-.f64 t x))) x) |
(fma.f64 (/.f64 (*.f64 y z) #s(literal 1 binary64)) (/.f64 (-.f64 t x) y) x) |
(fma.f64 (/.f64 (/.f64 (*.f64 y z) y) #s(literal 1 binary64)) (-.f64 t x) x) |
(fma.f64 (/.f64 (*.f64 y z) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) (-.f64 t x)) x) |
(fma.f64 (*.f64 (/.f64 (-.f64 t x) y) z) y x) |
(fma.f64 (/.f64 (/.f64 (*.f64 y z) y) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (-.f64 t x)) x) |
(fma.f64 (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x (+.f64 x (*.f64 z (-.f64 t x))))) (neg.f64 (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(fma.f64 (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x))) (+.f64 x (*.f64 z (-.f64 t x))) (neg.f64 (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(neg.f64 (/.f64 (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x)) (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x))) (-.f64 (*.f64 z (-.f64 t x)) x))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 z (-.f64 t x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 z (-.f64 t x)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 z (-.f64 t x)) (-.f64 (*.f64 z (-.f64 t x)) x))) (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 x x) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 z (-.f64 t x))))))) |
(/.f64 (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x)) (-.f64 (*.f64 z (-.f64 t x)) x)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 z (-.f64 t x)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 z (-.f64 t x)))) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 z (-.f64 t x)) (-.f64 (*.f64 z (-.f64 t x)) x))) (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 x x) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x))) (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 z (-.f64 t x)) x))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (+.f64 (*.f64 x x) (*.f64 (*.f64 z (-.f64 t x)) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 x x) (*.f64 x (*.f64 z (-.f64 t x)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (-.f64 (*.f64 z (-.f64 t x)) x) (+.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 (*.f64 x x) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x)))))) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (-.f64 x (*.f64 z (-.f64 t x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (-.f64 (*.f64 z (-.f64 t x)) x) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)) (*.f64 (-.f64 (*.f64 z (-.f64 t x)) x) (*.f64 x x))) (*.f64 (-.f64 (*.f64 z (-.f64 t x)) x) (-.f64 (*.f64 z (-.f64 t x)) x))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 (*.f64 x x) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x)))) (-.f64 (*.f64 z (-.f64 t x)) x))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x)) (-.f64 (*.f64 z (-.f64 t x)) x))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x)))) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))))) (neg.f64 (*.f64 (-.f64 (*.f64 z (-.f64 t x)) x) (+.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 (*.f64 x x) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 x (*.f64 x (*.f64 x x))))) (neg.f64 (*.f64 (-.f64 (*.f64 z (-.f64 t x)) x) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))))) (neg.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 z (-.f64 t x)) (-.f64 (*.f64 z (-.f64 t x)) x))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))))) (neg.f64 (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 x x) (*.f64 x (*.f64 z (-.f64 t x))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x x) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (neg.f64 (-.f64 x (*.f64 z (-.f64 t x))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)) (*.f64 (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)))) (*.f64 (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)) (*.f64 (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x))))) (+.f64 (*.f64 (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x))) (+.f64 (*.f64 (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x))) (*.f64 (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x))) (*.f64 (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)))) (+.f64 (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(/.f64 (*.f64 (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x)) #s(literal 1 binary64)) (-.f64 (*.f64 z (-.f64 t x)) x)) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (-.f64 t x)) x))) (+.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 (*.f64 x x) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (-.f64 t x)) x))) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x))) |
(/.f64 (-.f64 (neg.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (-.f64 #s(literal 0 binary64) (*.f64 x x))) (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 z (-.f64 t x)) x))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)) (*.f64 (-.f64 (*.f64 z (-.f64 t x)) x) (*.f64 x x)))) (neg.f64 (*.f64 (-.f64 (*.f64 z (-.f64 t x)) x) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 (*.f64 x x) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x)))) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x)) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x))))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 z (-.f64 t x)) x))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))))) (neg.f64 (neg.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 z (-.f64 t x)) (-.f64 (*.f64 z (-.f64 t x)) x)))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 x x) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))))) (neg.f64 (neg.f64 (-.f64 x (*.f64 z (-.f64 t x)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)) (*.f64 (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)))) (*.f64 (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)) (*.f64 (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)))))) (neg.f64 (+.f64 (*.f64 (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x))) (+.f64 (*.f64 (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x))) (*.f64 (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x))) (*.f64 (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x))))) (neg.f64 (+.f64 (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 (*.f64 x x) (-.f64 (*.f64 z (-.f64 t x)) x))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x)) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 z (-.f64 t x)) x))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (-.f64 t x)) x)))) (neg.f64 (+.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 (*.f64 x x) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (-.f64 t x)) x)))) (neg.f64 (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x)))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 z (-.f64 t x)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 z (-.f64 t x)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 z (-.f64 t x)) (-.f64 (*.f64 z (-.f64 t x)) x))) (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 x x) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 x (*.f64 z (-.f64 t x)))) |
(*.f64 (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x)) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (-.f64 t x)) x))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(*.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (*.f64 (*.f64 z (-.f64 t x)) (-.f64 (*.f64 z (-.f64 t x)) x))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (-.f64 t x)) x)) (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (-.f64 t x)) x)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x))) #s(literal -1 binary64))) |
(*.f64 (-.f64 (*.f64 x x) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (/.f64 #s(literal 1 binary64) (-.f64 x (*.f64 z (-.f64 t x))))) |
(*.f64 (/.f64 (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x)) (-.f64 (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x (+.f64 x (*.f64 z (-.f64 t x)))))) |
(*.f64 (/.f64 (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x)) (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x))) (+.f64 x (*.f64 z (-.f64 t x)))) |
(*.f64 (pow.f64 (/.f64 (-.f64 (*.f64 z (-.f64 t x)) x) (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 (*.f64 x x) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x)))))) |
(*.f64 (pow.f64 (/.f64 (-.f64 (*.f64 z (-.f64 t x)) x) (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x)))) |
(+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x)))) |
(+.f64 (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x))) |
(+.f64 (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x)) (+.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x)))) |
(+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) |
(+.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x)) (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x))) |
(-.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x)) |
(-.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 x x) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x)))) |
(-.f64 (/.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (+.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 (*.f64 x x) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x))))) (/.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 (*.f64 x x) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x)))))) |
(-.f64 (/.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x))) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x)))) |
(fma.f64 y (*.f64 (/.f64 z (/.f64 y (-.f64 t x))) (*.f64 z (-.f64 t x))) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(fma.f64 y (*.f64 (/.f64 z (/.f64 y (-.f64 t x))) (*.f64 z (-.f64 t x))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x)))) |
(fma.f64 y (*.f64 (/.f64 z (/.f64 y (-.f64 t x))) (*.f64 z (-.f64 t x))) (neg.f64 (-.f64 (*.f64 x x) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x))))) |
(fma.f64 y (*.f64 (*.f64 z (*.f64 z (-.f64 t x))) (/.f64 (-.f64 t x) y)) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(fma.f64 y (*.f64 (*.f64 z (*.f64 z (-.f64 t x))) (/.f64 (-.f64 t x) y)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x)))) |
(fma.f64 y (*.f64 (*.f64 z (*.f64 z (-.f64 t x))) (/.f64 (-.f64 t x) y)) (neg.f64 (-.f64 (*.f64 x x) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x))))) |
(fma.f64 x (-.f64 #s(literal 0 binary64) x) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) |
(fma.f64 z (*.f64 (-.f64 t x) (*.f64 z (-.f64 t x))) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(fma.f64 z (*.f64 (-.f64 t x) (*.f64 z (-.f64 t x))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x)))) |
(fma.f64 z (*.f64 (-.f64 t x) (*.f64 z (-.f64 t x))) (neg.f64 (-.f64 (*.f64 x x) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x))))) |
(fma.f64 (*.f64 y z) (*.f64 (*.f64 z (-.f64 t x)) (/.f64 (-.f64 t x) y)) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(fma.f64 (*.f64 y z) (*.f64 (*.f64 z (-.f64 t x)) (/.f64 (-.f64 t x) y)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x)))) |
(fma.f64 (*.f64 y z) (*.f64 (*.f64 z (-.f64 t x)) (/.f64 (-.f64 t x) y)) (neg.f64 (-.f64 (*.f64 x x) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x))))) |
(fma.f64 (*.f64 y z) (*.f64 (/.f64 (-.f64 t x) y) (*.f64 z (-.f64 t x))) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(fma.f64 (*.f64 y z) (*.f64 (/.f64 (-.f64 t x) y) (*.f64 z (-.f64 t x))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x)))) |
(fma.f64 (*.f64 y z) (*.f64 (/.f64 (-.f64 t x) y) (*.f64 z (-.f64 t x))) (neg.f64 (-.f64 (*.f64 x x) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x))))) |
(fma.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(fma.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x)))) |
(fma.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))) (neg.f64 (-.f64 (*.f64 x x) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x))))) |
(fma.f64 (-.f64 t x) (*.f64 (/.f64 (*.f64 y z) y) (*.f64 z (-.f64 t x))) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(fma.f64 (-.f64 t x) (*.f64 (/.f64 (*.f64 y z) y) (*.f64 z (-.f64 t x))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x)))) |
(fma.f64 (-.f64 t x) (*.f64 (/.f64 (*.f64 y z) y) (*.f64 z (-.f64 t x))) (neg.f64 (-.f64 (*.f64 x x) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x))))) |
(fma.f64 (-.f64 t x) (*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 y (*.f64 z (*.f64 z (-.f64 t x))))) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(fma.f64 (-.f64 t x) (*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 y (*.f64 z (*.f64 z (-.f64 t x))))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x)))) |
(fma.f64 (-.f64 t x) (*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 y (*.f64 z (*.f64 z (-.f64 t x))))) (neg.f64 (-.f64 (*.f64 x x) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x))))) |
(fma.f64 (/.f64 (-.f64 t x) y) (*.f64 y (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (-.f64 t x) y) (*.f64 y (*.f64 z (*.f64 z (-.f64 t x)))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x)))) |
(fma.f64 (/.f64 (-.f64 t x) y) (*.f64 y (*.f64 z (*.f64 z (-.f64 t x)))) (neg.f64 (-.f64 (*.f64 x x) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x))))) |
(fma.f64 (/.f64 (*.f64 y z) y) (*.f64 (-.f64 t x) (*.f64 z (-.f64 t x))) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 y z) y) (*.f64 (-.f64 t x) (*.f64 z (-.f64 t x))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x)))) |
(fma.f64 (/.f64 (*.f64 y z) y) (*.f64 (-.f64 t x) (*.f64 z (-.f64 t x))) (neg.f64 (-.f64 (*.f64 x x) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x))))) |
(fma.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x)) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(fma.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x)))) |
(fma.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x)) (neg.f64 (-.f64 (*.f64 x x) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x))))) |
(fma.f64 (*.f64 y (*.f64 z (*.f64 z (-.f64 t x)))) (/.f64 (-.f64 t x) y) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(fma.f64 (*.f64 y (*.f64 z (*.f64 z (-.f64 t x)))) (/.f64 (-.f64 t x) y) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x)))) |
(fma.f64 (*.f64 y (*.f64 z (*.f64 z (-.f64 t x)))) (/.f64 (-.f64 t x) y) (neg.f64 (-.f64 (*.f64 x x) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) x) x (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) |
(fma.f64 #s(literal -1 binary64) (*.f64 x x) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) |
(fma.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 (*.f64 x x) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x))))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x))) |
(fma.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 (*.f64 x x) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x))))) (+.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x)))) |
(fma.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x))) |
(fma.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x))) (+.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x)))) |
(fma.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x))) |
(fma.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x) (+.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x)))) |
(fma.f64 (*.f64 z (*.f64 z (-.f64 t x))) (-.f64 t x) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(fma.f64 (*.f64 z (*.f64 z (-.f64 t x))) (-.f64 t x) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x)))) |
(fma.f64 (*.f64 z (*.f64 z (-.f64 t x))) (-.f64 t x) (neg.f64 (-.f64 (*.f64 x x) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x))))) |
(fma.f64 (*.f64 y (*.f64 z (*.f64 y z))) (*.f64 (/.f64 (-.f64 t x) y) (/.f64 (-.f64 t x) y)) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(fma.f64 (*.f64 y (*.f64 z (*.f64 y z))) (*.f64 (/.f64 (-.f64 t x) y) (/.f64 (-.f64 t x) y)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x)))) |
(fma.f64 (*.f64 y (*.f64 z (*.f64 y z))) (*.f64 (/.f64 (-.f64 t x) y) (/.f64 (-.f64 t x) y)) (neg.f64 (-.f64 (*.f64 x x) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x))))) |
(fma.f64 (*.f64 (-.f64 t x) (*.f64 y (*.f64 z (*.f64 z (-.f64 t x))))) (/.f64 #s(literal 1 binary64) y) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(fma.f64 (*.f64 (-.f64 t x) (*.f64 y (*.f64 z (*.f64 z (-.f64 t x))))) (/.f64 #s(literal 1 binary64) y) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x)))) |
(fma.f64 (*.f64 (-.f64 t x) (*.f64 y (*.f64 z (*.f64 z (-.f64 t x))))) (/.f64 #s(literal 1 binary64) y) (neg.f64 (-.f64 (*.f64 x x) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x))))) |
(fma.f64 (*.f64 y y) (*.f64 (/.f64 z (/.f64 y (-.f64 t x))) (/.f64 z (/.f64 y (-.f64 t x)))) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(fma.f64 (*.f64 y y) (*.f64 (/.f64 z (/.f64 y (-.f64 t x))) (/.f64 z (/.f64 y (-.f64 t x)))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x)))) |
(fma.f64 (*.f64 y y) (*.f64 (/.f64 z (/.f64 y (-.f64 t x))) (/.f64 z (/.f64 y (-.f64 t x)))) (neg.f64 (-.f64 (*.f64 x x) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x))))) |
(fma.f64 (*.f64 (/.f64 (*.f64 y z) y) (/.f64 (*.f64 y z) y)) (*.f64 (-.f64 t x) (-.f64 t x)) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(fma.f64 (*.f64 (/.f64 (*.f64 y z) y) (/.f64 (*.f64 y z) y)) (*.f64 (-.f64 t x) (-.f64 t x)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x)))) |
(fma.f64 (*.f64 (/.f64 (*.f64 y z) y) (/.f64 (*.f64 y z) y)) (*.f64 (-.f64 t x) (-.f64 t x)) (neg.f64 (-.f64 (*.f64 x x) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x))))) |
(fma.f64 (*.f64 z z) (*.f64 (-.f64 t x) (-.f64 t x)) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(fma.f64 (*.f64 z z) (*.f64 (-.f64 t x) (-.f64 t x)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x)))) |
(fma.f64 (*.f64 z z) (*.f64 (-.f64 t x) (-.f64 t x)) (neg.f64 (-.f64 (*.f64 x x) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x))))) |
(fma.f64 (*.f64 (/.f64 (-.f64 t x) y) (/.f64 (-.f64 t x) y)) (*.f64 y (*.f64 z (*.f64 y z))) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(fma.f64 (*.f64 (/.f64 (-.f64 t x) y) (/.f64 (-.f64 t x) y)) (*.f64 y (*.f64 z (*.f64 y z))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x)))) |
(fma.f64 (*.f64 (/.f64 (-.f64 t x) y) (/.f64 (-.f64 t x) y)) (*.f64 y (*.f64 z (*.f64 y z))) (neg.f64 (-.f64 (*.f64 x x) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x))))) |
(fma.f64 (*.f64 (-.f64 t x) (-.f64 t x)) (*.f64 (/.f64 (*.f64 y z) y) (/.f64 (*.f64 y z) y)) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(fma.f64 (*.f64 (-.f64 t x) (-.f64 t x)) (*.f64 (/.f64 (*.f64 y z) y) (/.f64 (*.f64 y z) y)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x)))) |
(fma.f64 (*.f64 (-.f64 t x) (-.f64 t x)) (*.f64 (/.f64 (*.f64 y z) y) (/.f64 (*.f64 y z) y)) (neg.f64 (-.f64 (*.f64 x x) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x))))) |
(fma.f64 (*.f64 (-.f64 t x) (-.f64 t x)) (*.f64 z z) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(fma.f64 (*.f64 (-.f64 t x) (-.f64 t x)) (*.f64 z z) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x)))) |
(fma.f64 (*.f64 (-.f64 t x) (-.f64 t x)) (*.f64 z z) (neg.f64 (-.f64 (*.f64 x x) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x))))) |
(fma.f64 (*.f64 (*.f64 z (-.f64 t x)) y) (/.f64 z (/.f64 y (-.f64 t x))) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(fma.f64 (*.f64 (*.f64 z (-.f64 t x)) y) (/.f64 z (/.f64 y (-.f64 t x))) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x)))) |
(fma.f64 (*.f64 (*.f64 z (-.f64 t x)) y) (/.f64 z (/.f64 y (-.f64 t x))) (neg.f64 (-.f64 (*.f64 x x) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x))))) |
(fma.f64 (*.f64 (*.f64 z (-.f64 t x)) (-.f64 t x)) z (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(fma.f64 (*.f64 (*.f64 z (-.f64 t x)) (-.f64 t x)) z (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x)))) |
(fma.f64 (*.f64 (*.f64 z (-.f64 t x)) (-.f64 t x)) z (neg.f64 (-.f64 (*.f64 x x) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x))))) |
(fma.f64 (*.f64 (*.f64 z (-.f64 t x)) (-.f64 t x)) (/.f64 (*.f64 y z) y) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(fma.f64 (*.f64 (*.f64 z (-.f64 t x)) (-.f64 t x)) (/.f64 (*.f64 y z) y) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x)))) |
(fma.f64 (*.f64 (*.f64 z (-.f64 t x)) (-.f64 t x)) (/.f64 (*.f64 y z) y) (neg.f64 (-.f64 (*.f64 x x) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x))))) |
(fma.f64 (*.f64 (*.f64 z (-.f64 t x)) (/.f64 (-.f64 t x) y)) (*.f64 y z) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(fma.f64 (*.f64 (*.f64 z (-.f64 t x)) (/.f64 (-.f64 t x) y)) (*.f64 y z) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x)))) |
(fma.f64 (*.f64 (*.f64 z (-.f64 t x)) (/.f64 (-.f64 t x) y)) (*.f64 y z) (neg.f64 (-.f64 (*.f64 x x) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x))))) |
(fma.f64 (*.f64 (/.f64 (-.f64 t x) y) (*.f64 z (-.f64 t x))) (*.f64 y z) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(fma.f64 (*.f64 (/.f64 (-.f64 t x) y) (*.f64 z (-.f64 t x))) (*.f64 y z) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x)))) |
(fma.f64 (*.f64 (/.f64 (-.f64 t x) y) (*.f64 z (-.f64 t x))) (*.f64 y z) (neg.f64 (-.f64 (*.f64 x x) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 (*.f64 x x) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x)))) (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x)) (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 (*.f64 x x) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x)))) (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x)) (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 (*.f64 x x) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 #s(literal 0 binary64) (*.f64 x x)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 x (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 x (*.f64 x (*.f64 x x)))) (-.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 #s(literal 0 binary64) (*.f64 x x)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))))) (neg.f64 (+.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 (*.f64 x x) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))))) (neg.f64 (+.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 #s(literal 0 binary64) (*.f64 x x))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 x (*.f64 x (*.f64 x x))))) (neg.f64 (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 x (*.f64 x (*.f64 x x))))) (neg.f64 (-.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 #s(literal 0 binary64) (*.f64 x x))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x)) (*.f64 (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x)) (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x)))) (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x)) (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x))))) (+.f64 (*.f64 (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x)) (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x))) (-.f64 (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x))) (*.f64 (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x)) (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x))) (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x)))) (-.f64 (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x)))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))))) (neg.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 (*.f64 x x) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 x (*.f64 x (*.f64 x x)))))) (neg.f64 (neg.f64 (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x)) (*.f64 (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x)) (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x)))) (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x)) (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x)))))) (neg.f64 (+.f64 (*.f64 (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x)) (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x))) (-.f64 (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x))) (*.f64 (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x)) (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x))) (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x))))) (neg.f64 (-.f64 (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x x))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 (*.f64 x x) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x)))) (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x)) (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 (*.f64 x x) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x)))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x)))) |
(*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 z (-.f64 t x)) x)) |
(exp.f64 (*.f64 (log.f64 (*.f64 z (-.f64 t x))) #s(literal 2 binary64))) |
(/.f64 (*.f64 y z) (*.f64 (/.f64 y (-.f64 t x)) (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))))) |
(/.f64 (*.f64 y z) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))) (/.f64 y (-.f64 t x)))) |
(/.f64 (/.f64 (*.f64 y z) y) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))))) |
(/.f64 (/.f64 (*.f64 y z) y) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))) (/.f64 #s(literal 1 binary64) (-.f64 t x)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))) (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 y (*.f64 (-.f64 t x) (*.f64 y (*.f64 z (*.f64 z (-.f64 t x))))))) |
(/.f64 (*.f64 z (-.f64 t x)) (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x)))) |
(/.f64 (*.f64 y (*.f64 z (*.f64 z (-.f64 t x)))) (/.f64 y (-.f64 t x))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))) (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 y (*.f64 (-.f64 t x) (*.f64 y (*.f64 z (*.f64 z (-.f64 t x)))))))) |
(/.f64 (*.f64 y (neg.f64 z)) (neg.f64 (*.f64 (/.f64 y (-.f64 t x)) (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x)))))) |
(/.f64 (*.f64 y (neg.f64 z)) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))) (/.f64 y (-.f64 t x))))) |
(/.f64 (*.f64 z (*.f64 z (-.f64 t x))) (/.f64 #s(literal 1 binary64) (-.f64 t x))) |
(/.f64 (*.f64 y (*.f64 z (*.f64 y z))) (*.f64 (/.f64 y (-.f64 t x)) (/.f64 y (-.f64 t x)))) |
(/.f64 (*.f64 (-.f64 t x) (*.f64 y (*.f64 z (*.f64 z (-.f64 t x))))) y) |
(/.f64 (neg.f64 (*.f64 z (-.f64 t x))) (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 y (neg.f64 z))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x))))) |
(/.f64 (*.f64 (*.f64 y (neg.f64 z)) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x))) (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))))) |
(/.f64 (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) y)) (*.f64 (/.f64 y (-.f64 t x)) (/.f64 #s(literal 1 binary64) (-.f64 t x)))) |
(/.f64 (*.f64 (*.f64 y z) (*.f64 y (neg.f64 z))) (*.f64 (/.f64 y (-.f64 t x)) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x))))) |
(/.f64 (*.f64 (*.f64 y z) (*.f64 y (*.f64 z (-.f64 t x)))) (*.f64 (/.f64 y (-.f64 t x)) y)) |
(/.f64 (*.f64 (/.f64 (*.f64 y z) y) (*.f64 y z)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) (/.f64 y (-.f64 t x)))) |
(/.f64 (*.f64 (/.f64 (*.f64 y z) y) (/.f64 (*.f64 y z) y)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) (/.f64 #s(literal 1 binary64) (-.f64 t x)))) |
(/.f64 (*.f64 (/.f64 (*.f64 y z) y) (*.f64 y (neg.f64 z))) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 y (*.f64 z (-.f64 t x)))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))) y)) |
(/.f64 (*.f64 (*.f64 y (neg.f64 z)) (*.f64 y z)) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x))) (/.f64 y (-.f64 t x)))) |
(/.f64 (*.f64 (*.f64 y (neg.f64 z)) (/.f64 (*.f64 y z) y)) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x))) (/.f64 #s(literal 1 binary64) (-.f64 t x)))) |
(/.f64 (*.f64 (*.f64 y (neg.f64 z)) (*.f64 y (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x))) y)) |
(/.f64 (*.f64 (*.f64 y (*.f64 z (-.f64 t x))) (*.f64 y z)) (*.f64 y (/.f64 y (-.f64 t x)))) |
(/.f64 (*.f64 (*.f64 y (*.f64 z (-.f64 t x))) #s(literal 1 binary64)) (*.f64 y (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))))) |
(/.f64 (*.f64 (*.f64 y (*.f64 z (-.f64 t x))) (*.f64 y (neg.f64 z))) (*.f64 y (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x))))) |
(/.f64 (*.f64 (*.f64 y (*.f64 z (-.f64 t x))) (*.f64 y (*.f64 z (-.f64 t x)))) (*.f64 y y)) |
(/.f64 (*.f64 (-.f64 t x) (*.f64 y (*.f64 z (*.f64 y z)))) (*.f64 y (/.f64 y (-.f64 t x)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 t x)) (*.f64 y (*.f64 z (*.f64 y z)))) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 y (-.f64 t x)))) |
(/.f64 (*.f64 (*.f64 y (*.f64 z (*.f64 y z))) (-.f64 t x)) (*.f64 (/.f64 y (-.f64 t x)) y)) |
(/.f64 (*.f64 (*.f64 y (*.f64 z (*.f64 y z))) (-.f64 #s(literal 0 binary64) (-.f64 t x))) (*.f64 (/.f64 y (-.f64 t x)) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (neg.f64 (/.f64 (*.f64 y z) y)) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x)))))) |
(/.f64 (neg.f64 (/.f64 (*.f64 y z) y)) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))) (/.f64 #s(literal 1 binary64) (-.f64 t x))))) |
(/.f64 (neg.f64 (*.f64 y (*.f64 z (*.f64 y z)))) (neg.f64 (*.f64 (/.f64 y (-.f64 t x)) (/.f64 y (-.f64 t x))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 t x) (*.f64 y (*.f64 z (*.f64 z (-.f64 t x)))))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 (/.f64 (*.f64 y z) y) (*.f64 z (-.f64 t x))) (/.f64 #s(literal 1 binary64) (-.f64 t x))) |
(/.f64 (*.f64 (*.f64 z (-.f64 t x)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x)))) |
(/.f64 (*.f64 (*.f64 z (-.f64 t x)) (*.f64 y (neg.f64 z))) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))) |
(/.f64 (*.f64 (*.f64 z (-.f64 t x)) (*.f64 y (*.f64 z (-.f64 t x)))) y) |
(/.f64 (*.f64 (/.f64 (-.f64 t x) y) (*.f64 y (*.f64 z (*.f64 y z)))) (/.f64 y (-.f64 t x))) |
(/.f64 (*.f64 (*.f64 y (*.f64 z (*.f64 z (-.f64 t x)))) #s(literal 1 binary64)) (/.f64 y (-.f64 t x))) |
(/.f64 (*.f64 (*.f64 y (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 #s(literal 0 binary64) (-.f64 t x))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 (*.f64 y (neg.f64 z)) (*.f64 z (-.f64 t x))) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 y (*.f64 z (*.f64 z (-.f64 t x))))) (/.f64 y (-.f64 t x))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 t x)) (*.f64 y (*.f64 z (*.f64 z (-.f64 t x))))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (neg.f64 (*.f64 (-.f64 t x) (*.f64 y (*.f64 z (*.f64 y z))))) (neg.f64 (*.f64 y (/.f64 y (-.f64 t x))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 y (*.f64 z (*.f64 z (-.f64 t x)))))) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))) |
(/.f64 (neg.f64 (*.f64 y (*.f64 z (*.f64 z (-.f64 t x))))) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y (neg.f64 z)) #s(literal 1 binary64))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x))) (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x)))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 y (neg.f64 z)))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) y))) (neg.f64 (*.f64 (/.f64 y (-.f64 t x)) (/.f64 #s(literal 1 binary64) (-.f64 t x))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y z) (*.f64 y (neg.f64 z)))) (neg.f64 (*.f64 (/.f64 y (-.f64 t x)) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y z) (*.f64 y (*.f64 z (-.f64 t x))))) (neg.f64 (*.f64 (/.f64 y (-.f64 t x)) y))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (*.f64 y z) y) (*.f64 y z))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) (/.f64 y (-.f64 t x))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y (neg.f64 z)) (*.f64 y z))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x))) (/.f64 y (-.f64 t x))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y (*.f64 z (-.f64 t x))) (*.f64 y z))) (neg.f64 (*.f64 y (/.f64 y (-.f64 t x))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (*.f64 y z) y) (/.f64 (*.f64 y z) y))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) (/.f64 #s(literal 1 binary64) (-.f64 t x))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (*.f64 y z) y) (*.f64 y (neg.f64 z)))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 y (*.f64 z (-.f64 t x))))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))) y))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y (neg.f64 z)) (/.f64 (*.f64 y z) y))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x))) (/.f64 #s(literal 1 binary64) (-.f64 t x))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y (neg.f64 z)) (*.f64 y (*.f64 z (-.f64 t x))))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x))) y))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y (*.f64 z (-.f64 t x))) #s(literal 1 binary64))) (neg.f64 (*.f64 y (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y (*.f64 z (-.f64 t x))) (*.f64 y (neg.f64 z)))) (neg.f64 (*.f64 y (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y (*.f64 z (-.f64 t x))) (*.f64 y (*.f64 z (-.f64 t x))))) (neg.f64 (*.f64 y y))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 t x)) (*.f64 y (*.f64 z (*.f64 y z))))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 y (-.f64 t x))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y (*.f64 z (*.f64 y z))) (-.f64 t x))) (neg.f64 (*.f64 (/.f64 y (-.f64 t x)) y))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y (*.f64 z (*.f64 y z))) (-.f64 #s(literal 0 binary64) (-.f64 t x)))) (neg.f64 (*.f64 (/.f64 y (-.f64 t x)) (-.f64 #s(literal 0 binary64) y)))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (-.f64 t x) (*.f64 y (*.f64 z (*.f64 z (-.f64 t x))))))) (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (neg.f64 (*.f64 z (*.f64 z (-.f64 t x)))) (/.f64 #s(literal -1 binary64) (-.f64 t x))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (*.f64 y z) y) (*.f64 z (-.f64 t x)))) (/.f64 #s(literal -1 binary64) (-.f64 t x))) |
(/.f64 (neg.f64 (*.f64 (*.f64 z (-.f64 t x)) #s(literal 1 binary64))) (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 z (-.f64 t x)) (*.f64 y (neg.f64 z)))) (/.f64 y (-.f64 t x))) |
(/.f64 (neg.f64 (*.f64 (*.f64 z (-.f64 t x)) (*.f64 y (*.f64 z (-.f64 t x))))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (neg.f64 (*.f64 (/.f64 (-.f64 t x) y) (*.f64 y (*.f64 z (*.f64 y z))))) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y (*.f64 z (*.f64 z (-.f64 t x)))) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 #s(literal 0 binary64) (-.f64 t x)))) (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y (neg.f64 z)) (*.f64 z (-.f64 t x)))) (/.f64 y (-.f64 t x))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 t x)) (*.f64 y (*.f64 z (*.f64 z (-.f64 t x)))))) (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(pow.f64 (*.f64 z (-.f64 t x)) #s(literal 2 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))) #s(literal -2 binary64)) |
(pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))) (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 y (*.f64 (-.f64 t x) (*.f64 y (*.f64 z (*.f64 z (-.f64 t x)))))) #s(literal -1 binary64)) |
(*.f64 y (*.f64 (/.f64 z (/.f64 y (-.f64 t x))) (*.f64 z (-.f64 t x)))) |
(*.f64 y (*.f64 (*.f64 z (*.f64 z (-.f64 t x))) (/.f64 (-.f64 t x) y))) |
(*.f64 z (*.f64 (-.f64 t x) (*.f64 z (-.f64 t x)))) |
(*.f64 (*.f64 y z) (*.f64 (*.f64 z (-.f64 t x)) (/.f64 (-.f64 t x) y))) |
(*.f64 (*.f64 y z) (*.f64 (/.f64 (-.f64 t x) y) (*.f64 z (-.f64 t x)))) |
(*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) |
(*.f64 (-.f64 t x) (*.f64 (/.f64 (*.f64 y z) y) (*.f64 z (-.f64 t x)))) |
(*.f64 (-.f64 t x) (*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 y (*.f64 z (*.f64 z (-.f64 t x)))))) |
(*.f64 (/.f64 (-.f64 t x) y) (*.f64 y (*.f64 z (*.f64 z (-.f64 t x))))) |
(*.f64 (/.f64 (*.f64 y z) y) (*.f64 (-.f64 t x) (*.f64 z (-.f64 t x)))) |
(*.f64 #s(literal 1 binary64) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) |
(*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) |
(*.f64 (*.f64 y (*.f64 z (*.f64 z (-.f64 t x)))) (/.f64 (-.f64 t x) y)) |
(*.f64 (*.f64 z (*.f64 z (-.f64 t x))) (-.f64 t x)) |
(*.f64 (*.f64 y (*.f64 z (*.f64 y z))) (*.f64 (/.f64 (-.f64 t x) y) (/.f64 (-.f64 t x) y))) |
(*.f64 (*.f64 y (*.f64 z (*.f64 y z))) (pow.f64 (/.f64 #s(literal -1 binary64) (/.f64 y (-.f64 t x))) #s(literal 2 binary64))) |
(*.f64 (*.f64 (-.f64 t x) (*.f64 y (*.f64 z (*.f64 z (-.f64 t x))))) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (*.f64 y y) (*.f64 (/.f64 z (/.f64 y (-.f64 t x))) (/.f64 z (/.f64 y (-.f64 t x))))) |
(*.f64 (*.f64 y y) (pow.f64 (*.f64 (/.f64 (-.f64 t x) y) z) #s(literal 2 binary64))) |
(*.f64 (*.f64 (/.f64 (*.f64 y z) y) (/.f64 (*.f64 y z) y)) (*.f64 (-.f64 t x) (-.f64 t x))) |
(*.f64 (*.f64 (*.f64 y (*.f64 z (-.f64 t x))) (*.f64 y (*.f64 z (-.f64 t x)))) (pow.f64 (/.f64 #s(literal 1 binary64) y) #s(literal 2 binary64))) |
(*.f64 (*.f64 z z) (*.f64 (-.f64 t x) (-.f64 t x))) |
(*.f64 (*.f64 (/.f64 z (/.f64 y (-.f64 t x))) (/.f64 z (/.f64 y (-.f64 t x)))) (*.f64 y y)) |
(*.f64 (*.f64 (/.f64 (-.f64 t x) y) (/.f64 (-.f64 t x) y)) (*.f64 y (*.f64 z (*.f64 y z)))) |
(*.f64 (*.f64 (-.f64 t x) (-.f64 t x)) (*.f64 (/.f64 (*.f64 y z) y) (/.f64 (*.f64 y z) y))) |
(*.f64 (*.f64 (-.f64 t x) (-.f64 t x)) (*.f64 z z)) |
(*.f64 (/.f64 (*.f64 y z) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))) (/.f64 (*.f64 y z) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x))))) |
(*.f64 (*.f64 (*.f64 z (-.f64 t x)) y) (/.f64 z (/.f64 y (-.f64 t x)))) |
(*.f64 (*.f64 (*.f64 z (-.f64 t x)) (-.f64 t x)) z) |
(*.f64 (*.f64 (*.f64 z (-.f64 t x)) (-.f64 t x)) (/.f64 (*.f64 y z) y)) |
(*.f64 (*.f64 (*.f64 z (-.f64 t x)) (/.f64 (-.f64 t x) y)) (*.f64 y z)) |
(*.f64 (*.f64 (/.f64 (-.f64 t x) y) (*.f64 z (-.f64 t x))) (*.f64 y z)) |
(*.f64 (pow.f64 (*.f64 (/.f64 (-.f64 t x) y) z) #s(literal 2 binary64)) (*.f64 y y)) |
(*.f64 (pow.f64 (*.f64 y (-.f64 t x)) #s(literal 2 binary64)) (pow.f64 (/.f64 z y) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (/.f64 z y) #s(literal 2 binary64)) (pow.f64 (*.f64 y (-.f64 t x)) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (/.f64 y y) #s(literal 2 binary64)) (pow.f64 (/.f64 z (/.f64 #s(literal 1 binary64) (-.f64 t x))) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (/.f64 y #s(literal 1 binary64)) #s(literal 2 binary64)) (*.f64 (/.f64 z (/.f64 y (-.f64 t x))) (/.f64 z (/.f64 y (-.f64 t x))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 y z) #s(literal 1 binary64)) #s(literal 2 binary64)) (*.f64 (/.f64 (-.f64 t x) y) (/.f64 (-.f64 t x) y))) |
(*.f64 (pow.f64 (/.f64 (/.f64 (*.f64 y z) y) #s(literal 1 binary64)) #s(literal 2 binary64)) (*.f64 (-.f64 t x) (-.f64 t x))) |
(*.f64 (pow.f64 (/.f64 (*.f64 y z) (-.f64 #s(literal 0 binary64) y)) #s(literal 2 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) (-.f64 t x)) #s(literal 2 binary64))) |
(*.f64 (pow.f64 (/.f64 (/.f64 (*.f64 y z) y) #s(literal -1 binary64)) #s(literal 2 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) (-.f64 t x)) #s(literal 2 binary64))) |
(/.f64 (*.f64 y z) (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 y (-.f64 t x)) (*.f64 y (*.f64 z (*.f64 y z))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 y (-.f64 t x)) (*.f64 y (*.f64 z (*.f64 y z)))))) |
(/.f64 (*.f64 y (neg.f64 z)) (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))))) |
(/.f64 (*.f64 y (*.f64 z (*.f64 y z))) (/.f64 y (-.f64 t x))) |
(/.f64 (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) y)) (/.f64 #s(literal 1 binary64) (-.f64 t x))) |
(/.f64 (*.f64 (*.f64 y z) (*.f64 y (neg.f64 z))) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))) |
(/.f64 (*.f64 (*.f64 y z) (*.f64 y (*.f64 z (-.f64 t x)))) y) |
(/.f64 (*.f64 (/.f64 (*.f64 y z) y) (*.f64 y z)) (/.f64 #s(literal 1 binary64) (-.f64 t x))) |
(/.f64 (*.f64 (*.f64 y (neg.f64 z)) (*.f64 y z)) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))) |
(/.f64 (*.f64 (*.f64 y (*.f64 z (-.f64 t x))) (*.f64 y z)) y) |
(/.f64 (neg.f64 (*.f64 y (*.f64 z (*.f64 y z)))) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))) |
(/.f64 (/.f64 (*.f64 y (*.f64 z (*.f64 y z))) y) (/.f64 #s(literal 1 binary64) (-.f64 t x))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) y))) (/.f64 #s(literal -1 binary64) (-.f64 t x))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y z) (*.f64 y (neg.f64 z)))) (/.f64 y (-.f64 t x))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y z) (*.f64 y (*.f64 z (-.f64 t x))))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (neg.f64 (*.f64 (/.f64 (*.f64 y z) y) (*.f64 y z))) (/.f64 #s(literal -1 binary64) (-.f64 t x))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y (neg.f64 z)) (*.f64 y z))) (/.f64 y (-.f64 t x))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y (*.f64 z (-.f64 t x))) (*.f64 y z))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (neg.f64 (neg.f64 (*.f64 y (*.f64 z (*.f64 y z))))) (/.f64 y (-.f64 t x))) |
(/.f64 (neg.f64 (/.f64 (*.f64 y (*.f64 z (*.f64 y z))) y)) (/.f64 #s(literal -1 binary64) (-.f64 t x))) |
(pow.f64 (/.f64 (/.f64 y (-.f64 t x)) (*.f64 y (*.f64 z (*.f64 y z)))) #s(literal -1 binary64)) |
(*.f64 y (*.f64 z (*.f64 z (-.f64 t x)))) |
(*.f64 y (*.f64 (/.f64 z (/.f64 y (-.f64 t x))) (*.f64 y z))) |
(*.f64 z (*.f64 y (*.f64 z (-.f64 t x)))) |
(*.f64 (*.f64 y z) (*.f64 z (-.f64 t x))) |
(*.f64 (-.f64 t x) (*.f64 (/.f64 (*.f64 y z) y) (*.f64 y z))) |
(*.f64 (/.f64 (*.f64 y z) y) (*.f64 y (*.f64 z (-.f64 t x)))) |
(*.f64 (*.f64 z (-.f64 t x)) (*.f64 y z)) |
(*.f64 (*.f64 z (*.f64 z (-.f64 t x))) y) |
(*.f64 (*.f64 y (*.f64 z (*.f64 y z))) (/.f64 (-.f64 t x) y)) |
(*.f64 (*.f64 y (*.f64 z (-.f64 t x))) (/.f64 (*.f64 y z) y)) |
(*.f64 (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) y)) (-.f64 t x)) |
(*.f64 (*.f64 (*.f64 z (-.f64 t x)) y) z) |
(*.f64 (*.f64 (*.f64 y z) y) (/.f64 z (/.f64 y (-.f64 t x)))) |
(*.f64 (/.f64 (*.f64 y (*.f64 z (*.f64 y z))) y) (-.f64 t x)) |
(*.f64 (/.f64 (*.f64 y (*.f64 z (*.f64 y z))) #s(literal 1 binary64)) (/.f64 (-.f64 t x) y)) |
(*.f64 (/.f64 (*.f64 y (*.f64 z (*.f64 y z))) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) (-.f64 t x))) |
(-.f64 (/.f64 (exp.f64 (/.f64 x y)) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (/.f64 (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 x y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) |
(-.f64 (/.f64 (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))))) |
(-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal -2 binary64))))) (/.f64 (exp.f64 (*.f64 (/.f64 x y) #s(literal -2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal -2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal -2 binary64)))) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal -2 binary64)))))) |
(/.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) |
(/.f64 (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal -2 binary64)))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal -2 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal -2 binary64)))) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal -2 binary64))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))) (neg.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) |
(/.f64 (neg.f64 (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))) (neg.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal -2 binary64))))) (neg.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal -2 binary64)))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))))) (neg.f64 (neg.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))))) |
(/.f64 (neg.f64 (neg.f64 (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))))) (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal -2 binary64)))))) (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal -2 binary64))))))) |
(pow.f64 (/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))) (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal -2 binary64)))) (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal -2 binary64))))) #s(literal -1 binary64)) |
(*.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) |
(*.f64 (expm1.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal 2 binary64) (/.f64 y x)))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal -2 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal -2 binary64)))))) |
(tanh.f64 (/.f64 x y)) |
(+.f64 (*.f64 (/.f64 (*.f64 y z) y) t) (*.f64 (/.f64 (*.f64 y z) y) (-.f64 #s(literal 0 binary64) x))) |
(+.f64 (*.f64 t (/.f64 (*.f64 y z) y)) (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (*.f64 y z) y))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x)))) #s(literal -1 binary64))) |
(fma.f64 t (/.f64 (*.f64 y z) y) (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (*.f64 y z) y))) |
(fma.f64 (/.f64 (*.f64 y z) y) t (*.f64 (/.f64 (*.f64 y z) y) (-.f64 #s(literal 0 binary64) x))) |
(neg.f64 (/.f64 (*.f64 y z) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x))))) |
(/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) |
(/.f64 (-.f64 t x) (/.f64 y (*.f64 y z))) |
(/.f64 (/.f64 (*.f64 y z) y) (/.f64 #s(literal 1 binary64) (-.f64 t x))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) (/.f64 y (*.f64 y z)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 y (*.f64 y z)) (/.f64 #s(literal 1 binary64) (-.f64 t x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) (/.f64 (*.f64 y z) y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal -1 binary64) (-.f64 t x)) (/.f64 y (*.f64 y z))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 (/.f64 y (*.f64 y z)) (/.f64 #s(literal -1 binary64) (-.f64 t x))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x)))))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal -1 binary64) (-.f64 t x)) (/.f64 y (*.f64 y z)))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 y (*.f64 y z)) (/.f64 #s(literal -1 binary64) (-.f64 t x)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) (/.f64 y (*.f64 y z))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 y (*.f64 y z)) (/.f64 #s(literal 1 binary64) (-.f64 t x))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) (/.f64 (*.f64 y z) y)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 t x)) (neg.f64 (/.f64 y (*.f64 y z)))) |
(/.f64 (*.f64 y (neg.f64 z)) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))) |
(/.f64 (*.f64 y (neg.f64 z)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (*.f64 y (neg.f64 z)) (*.f64 (/.f64 #s(literal -1 binary64) (-.f64 t x)) y)) |
(/.f64 (*.f64 y (*.f64 z (-.f64 t x))) y) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 y (neg.f64 z))) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 y (neg.f64 z))) (/.f64 y (-.f64 t x))) |
(/.f64 (*.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) (*.f64 y z)) (*.f64 (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))) y)) |
(/.f64 (*.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))) (/.f64 y (*.f64 y z)))) |
(/.f64 (*.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) (*.f64 y (neg.f64 z))) (*.f64 (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (*.f64 (-.f64 (*.f64 t t) (*.f64 x x)) (*.f64 y z)) (*.f64 (+.f64 t x) y)) |
(/.f64 (*.f64 (-.f64 (*.f64 t t) (*.f64 x x)) #s(literal 1 binary64)) (*.f64 (+.f64 t x) (/.f64 y (*.f64 y z)))) |
(/.f64 (*.f64 (-.f64 (*.f64 t t) (*.f64 x x)) (*.f64 y (neg.f64 z))) (*.f64 (+.f64 t x) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (*.f64 (*.f64 y z) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))) |
(/.f64 (*.f64 (*.f64 y z) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) (*.f64 y (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) |
(/.f64 (*.f64 (*.f64 y z) (-.f64 (*.f64 t t) (*.f64 x x))) (*.f64 y (+.f64 t x))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) (*.f64 (/.f64 y (*.f64 y z)) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 t t) (*.f64 x x))) (*.f64 (/.f64 y (*.f64 y z)) (+.f64 t x))) |
(/.f64 (*.f64 (*.f64 y (neg.f64 z)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))) |
(/.f64 (*.f64 (*.f64 y (neg.f64 z)) #s(literal -1 binary64)) (/.f64 y (-.f64 t x))) |
(/.f64 (*.f64 (*.f64 y (neg.f64 z)) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) (*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) |
(/.f64 (*.f64 (*.f64 y (neg.f64 z)) (-.f64 (*.f64 t t) (*.f64 x x))) (*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 t x))) |
(/.f64 (neg.f64 (/.f64 (*.f64 y z) y)) (/.f64 #s(literal -1 binary64) (-.f64 t x))) |
(/.f64 (neg.f64 (*.f64 y (neg.f64 z))) (/.f64 y (-.f64 t x))) |
(/.f64 (neg.f64 (*.f64 y (neg.f64 z))) (neg.f64 (*.f64 (/.f64 #s(literal -1 binary64) (-.f64 t x)) y))) |
(/.f64 (neg.f64 (*.f64 y (neg.f64 z))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) (-.f64 #s(literal 0 binary64) y)))) |
(/.f64 (neg.f64 (*.f64 y (*.f64 z (-.f64 t x)))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (/.f64 (/.f64 (*.f64 y z) y) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 t x))) |
(/.f64 (*.f64 (*.f64 y z) (-.f64 #s(literal 0 binary64) (-.f64 t x))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 (-.f64 t x) (*.f64 y (neg.f64 z))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 (/.f64 (*.f64 y z) y) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (-.f64 t x))) |
(/.f64 (*.f64 (/.f64 (*.f64 y z) y) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))) |
(/.f64 (*.f64 (/.f64 (*.f64 y z) y) (-.f64 (*.f64 t t) (*.f64 x x))) (+.f64 t x)) |
(/.f64 (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 y z) y)) (/.f64 #s(literal -1 binary64) (-.f64 t x))) |
(/.f64 (*.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 y z) y)) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))) |
(/.f64 (*.f64 (-.f64 (*.f64 t t) (*.f64 x x)) (/.f64 (*.f64 y z) y)) (+.f64 t x)) |
(/.f64 (*.f64 (*.f64 y (neg.f64 z)) (-.f64 t x)) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 t x)) (*.f64 y z)) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 (*.f64 y (-.f64 t x)) z) y) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))) (/.f64 y (*.f64 y z))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 t t) (*.f64 x x)) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 t x) (/.f64 y (*.f64 y z))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y (neg.f64 z)) #s(literal 1 binary64))) (/.f64 y (-.f64 t x))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 y (neg.f64 z)))) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 y (neg.f64 z)))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) (-.f64 #s(literal 0 binary64) y)))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1 binary64) (*.f64 y (neg.f64 z)))) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) (*.f64 y z))) (neg.f64 (*.f64 (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))) y))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) (*.f64 y (neg.f64 z)))) (neg.f64 (*.f64 (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))) (-.f64 #s(literal 0 binary64) y)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 t t) (*.f64 x x)) (*.f64 y z))) (neg.f64 (*.f64 (+.f64 t x) y))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 t t) (*.f64 x x)) (*.f64 y (neg.f64 z)))) (neg.f64 (*.f64 (+.f64 t x) (-.f64 #s(literal 0 binary64) y)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y z) #s(literal -1 binary64))) (/.f64 y (-.f64 t x))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y z) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))))) (neg.f64 (*.f64 y (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y z) (-.f64 (*.f64 t t) (*.f64 x x)))) (neg.f64 (*.f64 y (+.f64 t x)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))))) (neg.f64 (*.f64 (/.f64 y (*.f64 y z)) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 t t) (*.f64 x x)))) (neg.f64 (*.f64 (/.f64 y (*.f64 y z)) (+.f64 t x)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y (neg.f64 z)) #s(literal -1 binary64))) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y (neg.f64 z)) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y (neg.f64 z)) (-.f64 (*.f64 t t) (*.f64 x x)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 t x)))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 (*.f64 y z) y))) (/.f64 #s(literal 1 binary64) (-.f64 t x))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 y (*.f64 z (-.f64 t x))))) (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (neg.f64 (/.f64 (/.f64 (*.f64 y z) y) #s(literal 1 binary64))) (/.f64 #s(literal -1 binary64) (-.f64 t x))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y z) (-.f64 #s(literal 0 binary64) (-.f64 t x)))) (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (neg.f64 (*.f64 (-.f64 t x) (*.f64 y (neg.f64 z)))) (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (*.f64 y z) y) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 t x))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (*.f64 y z) y) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))))) (neg.f64 (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (*.f64 y z) y) (-.f64 (*.f64 t t) (*.f64 x x)))) (neg.f64 (+.f64 t x))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 y z) y))) (/.f64 #s(literal 1 binary64) (-.f64 t x))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 y z) y))) (neg.f64 (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 t t) (*.f64 x x)) (/.f64 (*.f64 y z) y))) (neg.f64 (+.f64 t x))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y (neg.f64 z)) (-.f64 t x))) (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 t x)) (*.f64 y z))) (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y (-.f64 t x)) z)) (-.f64 #s(literal 0 binary64) y)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) (/.f64 y (*.f64 y z))) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (/.f64 y (*.f64 y z)) (/.f64 #s(literal 1 binary64) (-.f64 t x))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) (/.f64 (*.f64 y z) y)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 y (/.f64 z (/.f64 y (-.f64 t x)))) |
(*.f64 y (*.f64 (/.f64 (-.f64 t x) y) z)) |
(*.f64 z (-.f64 t x)) |
(*.f64 (*.f64 y z) (/.f64 (-.f64 t x) y)) |
(*.f64 (-.f64 t x) z) |
(*.f64 (-.f64 t x) (/.f64 (*.f64 y z) y)) |
(*.f64 (/.f64 (-.f64 t x) y) (*.f64 y z)) |
(*.f64 (/.f64 (-.f64 t x) y) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 y z)) #s(literal -1 binary64))) |
(*.f64 (/.f64 (*.f64 y z) y) (-.f64 t x)) |
(*.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))) |
(*.f64 (*.f64 y (neg.f64 z)) (/.f64 #s(literal -1 binary64) (/.f64 y (-.f64 t x)))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) (*.f64 y z)) #s(literal -1 binary64))) |
(*.f64 (*.f64 y (-.f64 t x)) (/.f64 z y)) |
(*.f64 (*.f64 y (*.f64 z (-.f64 t x))) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (/.f64 z (/.f64 y (-.f64 t x))) y) |
(*.f64 (/.f64 z y) (*.f64 y (-.f64 t x))) |
(*.f64 (/.f64 z y) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) y) #s(literal -1 binary64))) |
(*.f64 (/.f64 y y) (/.f64 z (/.f64 #s(literal 1 binary64) (-.f64 t x)))) |
(*.f64 (/.f64 y #s(literal 1 binary64)) (/.f64 z (/.f64 y (-.f64 t x)))) |
(*.f64 (/.f64 (*.f64 y z) #s(literal 1 binary64)) (/.f64 (-.f64 t x) y)) |
(*.f64 (/.f64 (/.f64 (*.f64 y z) y) #s(literal 1 binary64)) (-.f64 t x)) |
(*.f64 (/.f64 (*.f64 y z) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) (-.f64 t x))) |
(*.f64 (*.f64 (/.f64 (-.f64 t x) y) z) y) |
(*.f64 (/.f64 (/.f64 (*.f64 y z) y) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (-.f64 t x))) |
(*.f64 (pow.f64 (/.f64 y y) #s(literal -1 binary64)) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) z) #s(literal -1 binary64))) |
| 1× | egg-herbie |
| 4954× | *-lowering-*.f32 |
| 4954× | *-lowering-*.f64 |
| 4110× | +-lowering-+.f64 |
| 4110× | +-lowering-+.f32 |
| 1298× | /-lowering-/.f32 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 893 | 16040 |
| 1 | 3267 | 14086 |
| 0 | 8539 | 14086 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ x (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(+ x (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (+ (* t (+ z (* -1/3 (/ (* (pow t 2) z) (pow y 2))))) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (+ (* t (+ z (* (pow t 2) (+ (* -1/3 (/ z (pow y 2))) (* 2/15 (/ (* (pow t 2) z) (pow y 4))))))) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
x |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* z (- t x))) |
(+ x (+ (* z (- t x)) (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y))) |
(+ x (+ (* z (- t x)) (+ (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y) (/ (* z (- (+ (* 1/2 (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3))))) (* 1/2 (pow x 3))) (+ (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))) (* 1/2 (pow t 3))))) (pow y 2))))) |
(+ x (+ (* z (- t x)) (+ (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y) (+ (/ (* z (- (+ (* -1/2 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3))))) (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (* 1/2 (+ (* -1 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/6 (pow t 3)))))) (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (* 1/12 (pow t 4)))))))) (+ (* -1/2 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (* -1/2 (pow t 3))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (* 1/2 (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4)))))))))) (pow y 3)) (/ (* z (- (+ (* 1/2 (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3))))) (* 1/2 (pow x 3))) (+ (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))) (* 1/2 (pow t 3))))) (pow y 2)))))) |
(+ x (* -1 (* z (- (* -1 t) (* -1 x))))) |
(+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y))) |
(+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* -1 (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))))) (/ (* z (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))) y)) y)))) |
(+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* -1 (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))))) (* -1 (/ (+ (* -1 (* z (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))) (/ (* z (- (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (+ (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))) (* 1/2 (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (+ (* 1/12 (pow t 4)) (* t (+ (* -1/6 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (+ (* 1/2 (* t (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))) (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))))))) y)) y))) y)))) |
(* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))))) |
(+ (* x (+ 1 (* -1 z))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))) |
(+ (* x (+ 1 (+ (* -1 z) (* 1/3 (/ (* (pow x 2) z) (pow y 2)))))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))) |
(+ (* x (+ 1 (+ (* -1 z) (* (pow x 2) (+ (* -2/15 (/ (* (pow x 2) z) (pow y 4))) (* 1/3 (/ z (pow y 2)))))))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))) |
x |
(* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x))) |
(* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x))) |
(* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x))) |
x |
(* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x)) 1))) |
(* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x)) 1))) |
(* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x)) 1))) |
x |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ x z))) |
(* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ x z))) |
(* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ x z))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) (* -1 (/ x z))))) |
(* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) (* -1 (/ x z))))) |
(* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) (* -1 (/ x z))))) |
(* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(+ (* t (+ z (* -1/3 (/ (* (pow t 2) z) (pow y 2))))) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(+ (* t (+ z (* (pow t 2) (+ (* -1/3 (/ z (pow y 2))) (* 2/15 (/ (* (pow t 2) z) (pow y 4))))))) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* z (- t x)) |
(+ (* z (- t x)) (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y)) |
(+ (* z (- t x)) (+ (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y) (/ (* z (- (+ (* 1/2 (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3))))) (* 1/2 (pow x 3))) (+ (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))) (* 1/2 (pow t 3))))) (pow y 2)))) |
(+ (* z (- t x)) (+ (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y) (+ (/ (* z (- (+ (* -1/2 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3))))) (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (* 1/2 (+ (* -1 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/6 (pow t 3)))))) (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (* 1/12 (pow t 4)))))))) (+ (* -1/2 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (* -1/2 (pow t 3))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (* 1/2 (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4)))))))))) (pow y 3)) (/ (* z (- (+ (* 1/2 (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3))))) (* 1/2 (pow x 3))) (+ (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))) (* 1/2 (pow t 3))))) (pow y 2))))) |
(* -1 (* z (- (* -1 t) (* -1 x)))) |
(+ (* -1 (* z (- (* -1 t) (* -1 x)))) (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y)) |
(+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* -1 (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))))) (/ (* z (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))) y)) y))) |
(+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* -1 (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))))) (* -1 (/ (+ (* -1 (* z (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))) (/ (* z (- (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (+ (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))) (* 1/2 (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (+ (* 1/12 (pow t 4)) (* t (+ (* -1/6 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (+ (* 1/2 (* t (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))) (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))))))) y)) y))) y))) |
(* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))))) |
(+ (* -1 (* x z)) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))) |
(+ (* x (+ (* -1 z) (* 1/3 (/ (* (pow x 2) z) (pow y 2))))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))) |
(+ (* x (+ (* -1 z) (* (pow x 2) (+ (* -2/15 (/ (* (pow x 2) z) (pow y 4))) (* 1/3 (/ z (pow y 2))))))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(- (+ (* t (+ (* -1/3 (/ (pow t 2) (pow y 3))) (/ 1 y))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(- (+ (* t (+ (* (pow t 2) (- (* 2/15 (/ (pow t 2) (pow y 5))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(/ (- t x) y) |
(/ (- (+ t (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y))) (+ x (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)))) y) |
(/ (- (+ t (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3)))) (pow y 2))) (+ (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y)) (* 1/2 (/ (pow x 3) (pow y 2)))))) (+ x (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (+ (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)) (* 1/2 (/ (pow t 3) (pow y 2))))))) y) |
(/ (- (+ t (+ (* -1/2 (/ (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3)))) (pow y 3))) (+ (* 1/4 (/ (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/6 (pow t 3)))))) (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (* 1/12 (pow t 4))))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3)))) (pow y 2))) (+ (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y)) (* 1/2 (/ (pow x 3) (pow y 2))))))))) (+ x (+ (* -1/2 (/ (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (* -1/2 (pow t 3)))) (pow y 3))) (+ (* 1/4 (/ (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4))))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (+ (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)) (* 1/2 (/ (pow t 3) (pow y 2)))))))))) y) |
(* -1 (/ (- (* -1 t) (* -1 x)) y)) |
(* -1 (/ (- (+ (* -1 t) (* -1 (/ (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) (* -1 x)) y)) |
(* -1 (/ (- (+ (* -1 t) (* -1 (/ (- (+ (* -1 (/ (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))) y)) (* 1/2 (+ (* -1 (pow t 2)) (pow t 2)))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) (* -1 x)) y)) |
(* -1 (/ (- (+ (* -1 t) (* -1 (/ (- (+ (* -1 (/ (- (+ (* -1 (/ (- (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (+ (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))) (* 1/2 (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (+ (* 1/12 (pow t 4)) (* t (+ (* -1/6 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (+ (* 1/2 (* t (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))) (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))))))) y)) (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))) y)) (* 1/2 (+ (* -1 (pow t 2)) (pow t 2)))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) (* -1 x)) y)) |
(- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))) |
(- (+ (* -1 (/ x y)) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))) |
(- (+ (* x (- (* 1/3 (/ (pow x 2) (pow y 3))) (/ 1 y))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))) |
(- (+ (* x (- (* (pow x 2) (+ (* -2/15 (/ (pow x 2) (pow y 5))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(/ t y) |
(* t (+ (* -1/3 (/ (pow t 2) (pow y 3))) (/ 1 y))) |
(* t (+ (* (pow t 2) (- (* 2/15 (/ (pow t 2) (pow y 5))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) |
(* t (+ (* (pow t 2) (- (* (pow t 2) (+ (* -17/315 (/ (pow t 2) (pow y 7))) (* 2/15 (/ 1 (pow y 5))))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/ t y) |
(/ (+ t (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y))) y) |
(/ (- (+ t (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y)))) (* 1/2 (/ (pow t 3) (pow y 2)))) y) |
(/ (- (+ t (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/6 (pow t 3)))))) (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (* 1/12 (pow t 4))))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y))))) (+ (* -1/2 (/ (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (* -1/2 (pow t 3)))) (pow y 3))) (+ (* 1/4 (/ (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2))) (pow y 3))) (* 1/2 (/ (pow t 3) (pow y 2)))))) y) |
(/ t y) |
(* -1 (/ (+ (* -1 t) (* -1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y))) y)) |
(* -1 (/ (+ (* -1 t) (* -1 (/ (+ (* -1 (/ (- (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))) (* -1/2 (pow t 3))) y)) (* 1/2 (+ (* -1 (pow t 2)) (pow t 2)))) y))) y)) |
(* -1 (/ (+ (* -1 t) (* -1 (/ (+ (* -1 (/ (- (+ (* -1 (/ (- (* 1/2 (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (+ (* 1/12 (pow t 4)) (* t (+ (* -1/6 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (* 1/2 (* t (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))) y)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (* -1/2 (pow t 3))) y)) (* 1/2 (+ (* -1 (pow t 2)) (pow t 2)))) y))) y)) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(* t z) |
(+ (* t z) (* x (+ 1 (* -1 z)))) |
(+ (* t z) (* x (+ 1 (* -1 z)))) |
(+ (* t z) (* x (+ 1 (* -1 z)))) |
(* x (+ 1 (* -1 z))) |
(* x (+ 1 (+ (* -1 z) (/ (* t z) x)))) |
(* x (+ 1 (+ (* -1 z) (/ (* t z) x)))) |
(* x (+ 1 (+ (* -1 z) (/ (* t z) x)))) |
(* -1 (* x (- z 1))) |
(* -1 (* x (- (+ z (* -1 (/ (* t z) x))) 1))) |
(* -1 (* x (- (+ z (* -1 (/ (* t z) x))) 1))) |
(* -1 (* x (- (+ z (* -1 (/ (* t z) x))) 1))) |
(+ x (* -1 (* x z))) |
(+ x (+ (* -1 (* x z)) (* t z))) |
(+ x (+ (* -1 (* x z)) (* t z))) |
(+ x (+ (* -1 (* x z)) (* t z))) |
(* t z) |
(* t (+ z (+ (* -1 (/ (* x z) t)) (/ x t)))) |
(* t (+ z (+ (* -1 (/ (* x z) t)) (/ x t)))) |
(* t (+ z (+ (* -1 (/ (* x z) t)) (/ x t)))) |
(* t z) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* x z))) t))))) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* x z))) t))))) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* x z))) t))))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
x |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(* z (- t x)) |
(* z (- (+ t (/ x z)) x)) |
(* z (- (+ t (/ x z)) x)) |
(* z (- (+ t (/ x z)) x)) |
(* z (- t x)) |
(* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z))))) |
(* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z))))) |
(* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z))))) |
(* -1 (* x z)) |
(+ (* -1 (* x z)) (* t z)) |
(+ (* -1 (* x z)) (* t z)) |
(+ (* -1 (* x z)) (* t z)) |
(* t z) |
(* t (+ z (* -1 (/ (* x z) t)))) |
(* t (+ z (* -1 (/ (* x z) t)))) |
(* t (+ z (* -1 (/ (* x z) t)))) |
(* t z) |
(* -1 (* t (+ (* -1 z) (/ (* x z) t)))) |
(* -1 (* t (+ (* -1 z) (/ (* x z) t)))) |
(* -1 (* t (+ (* -1 z) (/ (* x z) t)))) |
(* t z) |
(+ (* -1 (* x z)) (* t z)) |
(+ (* -1 (* x z)) (* t z)) |
(+ (* -1 (* x z)) (* t z)) |
(* -1 (* x z)) |
(* x (+ (* -1 z) (/ (* t z) x))) |
(* x (+ (* -1 z) (/ (* t z) x))) |
(* x (+ (* -1 z) (/ (* t z) x))) |
(* -1 (* x z)) |
(* -1 (* x (+ z (* -1 (/ (* t z) x))))) |
(* -1 (* x (+ z (* -1 (/ (* t z) x))))) |
(* -1 (* x (+ z (* -1 (/ (* t z) x))))) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* -1 x) |
(- t x) |
(- t x) |
(- t x) |
t |
(* t (+ 1 (* -1 (/ x t)))) |
(* t (+ 1 (* -1 (/ x t)))) |
(* t (+ 1 (* -1 (/ x t)))) |
t |
(* -1 (* t (- (/ x t) 1))) |
(* -1 (* t (- (/ x t) 1))) |
(* -1 (* t (- (/ x t) 1))) |
t |
(+ t (* -1 x)) |
(+ t (* -1 x)) |
(+ t (* -1 x)) |
(* -1 x) |
(* x (- (/ t x) 1)) |
(* x (- (/ t x) 1)) |
(* x (- (/ t x) 1)) |
(* -1 x) |
(* -1 (* x (+ 1 (* -1 (/ t x))))) |
(* -1 (* x (+ 1 (* -1 (/ t x))))) |
(* -1 (* x (+ 1 (* -1 (/ t x))))) |
(- t x) |
(- t x) |
(- t x) |
(- t x) |
(- t x) |
(- t x) |
(- t x) |
(- t x) |
(- t x) |
(- t x) |
(- t x) |
(- t x) |
(* -1 (/ x y)) |
(+ (* -1 (/ x y)) (/ t y)) |
(+ (* -1 (/ x y)) (/ t y)) |
(+ (* -1 (/ x y)) (/ t y)) |
(/ t y) |
(* t (+ (* -1 (/ x (* t y))) (/ 1 y))) |
(* t (+ (* -1 (/ x (* t y))) (/ 1 y))) |
(* t (+ (* -1 (/ x (* t y))) (/ 1 y))) |
(/ t y) |
(* -1 (* t (- (/ x (* t y)) (/ 1 y)))) |
(* -1 (* t (- (/ x (* t y)) (/ 1 y)))) |
(* -1 (* t (- (/ x (* t y)) (/ 1 y)))) |
(/ t y) |
(+ (* -1 (/ x y)) (/ t y)) |
(+ (* -1 (/ x y)) (/ t y)) |
(+ (* -1 (/ x y)) (/ t y)) |
(* -1 (/ x y)) |
(* x (- (/ t (* x y)) (/ 1 y))) |
(* x (- (/ t (* x y)) (/ 1 y))) |
(* x (- (/ t (* x y)) (/ 1 y))) |
(* -1 (/ x y)) |
(* -1 (* x (+ (* -1 (/ t (* x y))) (/ 1 y)))) |
(* -1 (* x (+ (* -1 (/ t (* x y))) (/ 1 y)))) |
(* -1 (* x (+ (* -1 (/ t (* x y))) (/ 1 y)))) |
(/ (- t x) y) |
(/ (- t x) y) |
(/ (- t x) y) |
(/ (- t x) y) |
(/ (- t x) y) |
(/ (- t x) y) |
(/ (- t x) y) |
(/ (- t x) y) |
(/ (- t x) y) |
(/ (- t x) y) |
(/ (- t x) y) |
(/ (- t x) y) |
(* t z) |
(+ (* t z) (* x (+ 1 (* -1 z)))) |
(+ (* t z) (* x (+ 1 (* -1 z)))) |
(+ (* t z) (* x (+ 1 (* -1 z)))) |
(* x (+ 1 (* -1 z))) |
(* x (+ 1 (+ (* -1 z) (/ (* t z) x)))) |
(* x (+ 1 (+ (* -1 z) (/ (* t z) x)))) |
(* x (+ 1 (+ (* -1 z) (/ (* t z) x)))) |
(* -1 (* x (- z 1))) |
(* -1 (* x (- (+ z (* -1 (/ (* t z) x))) 1))) |
(* -1 (* x (- (+ z (* -1 (/ (* t z) x))) 1))) |
(* -1 (* x (- (+ z (* -1 (/ (* t z) x))) 1))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
x |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(* z (- t x)) |
(* z (- (+ t (/ x z)) x)) |
(* z (- (+ t (/ x z)) x)) |
(* z (- (+ t (/ x z)) x)) |
(* z (- t x)) |
(* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z))))) |
(* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z))))) |
(* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z))))) |
(+ x (* -1 (* x z))) |
(+ x (+ (* -1 (* x z)) (* t z))) |
(+ x (+ (* -1 (* x z)) (* t z))) |
(+ x (+ (* -1 (* x z)) (* t z))) |
(* t z) |
(* t (+ z (+ (* -1 (/ (* x z) t)) (/ x t)))) |
(* t (+ z (+ (* -1 (/ (* x z) t)) (/ x t)))) |
(* t (+ z (+ (* -1 (/ (* x z) t)) (/ x t)))) |
(* t z) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* x z))) t))))) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* x z))) t))))) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* x z))) t))))) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* -1 (* x z)) |
(+ (* -1 (* x z)) (* t z)) |
(+ (* -1 (* x z)) (* t z)) |
(+ (* -1 (* x z)) (* t z)) |
(* t z) |
(* t (+ z (* -1 (/ (* x z) t)))) |
(* t (+ z (* -1 (/ (* x z) t)))) |
(* t (+ z (* -1 (/ (* x z) t)))) |
(* t z) |
(* -1 (* t (+ (* -1 z) (/ (* x z) t)))) |
(* -1 (* t (+ (* -1 z) (/ (* x z) t)))) |
(* -1 (* t (+ (* -1 z) (/ (* x z) t)))) |
(* t z) |
(+ (* -1 (* x z)) (* t z)) |
(+ (* -1 (* x z)) (* t z)) |
(+ (* -1 (* x z)) (* t z)) |
(* -1 (* x z)) |
(* x (+ (* -1 z) (/ (* t z) x))) |
(* x (+ (* -1 z) (/ (* t z) x))) |
(* x (+ (* -1 z) (/ (* t z) x))) |
(* -1 (* x z)) |
(* -1 (* x (+ z (* -1 (/ (* t z) x))))) |
(* -1 (* x (+ z (* -1 (/ (* t z) x))))) |
(* -1 (* x (+ z (* -1 (/ (* t z) x))))) |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
(* -1 x) |
(- t x) |
(- t x) |
(- t x) |
t |
(* t (+ 1 (* -1 (/ x t)))) |
(* t (+ 1 (* -1 (/ x t)))) |
(* t (+ 1 (* -1 (/ x t)))) |
t |
(* -1 (* t (- (/ x t) 1))) |
(* -1 (* t (- (/ x t) 1))) |
(* -1 (* t (- (/ x t) 1))) |
t |
(+ t (* -1 x)) |
(+ t (* -1 x)) |
(+ t (* -1 x)) |
(* -1 x) |
(* x (- (/ t x) 1)) |
(* x (- (/ t x) 1)) |
(* x (- (/ t x) 1)) |
(* -1 x) |
(* -1 (* x (+ 1 (* -1 (/ t x))))) |
(* -1 (* x (+ 1 (* -1 (/ t x))))) |
(* -1 (* x (+ 1 (* -1 (/ t x))))) |
(/ (- (* (pow x 2) (pow z 2)) (pow x 2)) (- (* -1 (* x z)) x)) |
(- (+ (* t (- (* -2 (/ (* x (pow z 2)) (- (* -1 (* x z)) x))) (/ (* z (- (* (pow x 2) (pow z 2)) (pow x 2))) (pow (- (* -1 (* x z)) x) 2)))) (/ (* (pow x 2) (pow z 2)) (- (* -1 (* x z)) x))) (/ (pow x 2) (- (* -1 (* x z)) x))) |
(- (+ (* t (- (+ (* -2 (/ (* x (pow z 2)) (- (* -1 (* x z)) x))) (* t (- (/ (pow z 2) (- (* -1 (* x z)) x)) (/ (* z (- (* -2 (/ (* x (pow z 2)) (- (* -1 (* x z)) x))) (/ (* z (- (* (pow x 2) (pow z 2)) (pow x 2))) (pow (- (* -1 (* x z)) x) 2)))) (- (* -1 (* x z)) x))))) (/ (* z (- (* (pow x 2) (pow z 2)) (pow x 2))) (pow (- (* -1 (* x z)) x) 2)))) (/ (* (pow x 2) (pow z 2)) (- (* -1 (* x z)) x))) (/ (pow x 2) (- (* -1 (* x z)) x))) |
(- (+ (* t (- (+ (* -2 (/ (* x (pow z 2)) (- (* -1 (* x z)) x))) (* t (- (+ (* -1 (/ (* t (* z (- (/ (pow z 2) (- (* -1 (* x z)) x)) (/ (* z (- (* -2 (/ (* x (pow z 2)) (- (* -1 (* x z)) x))) (/ (* z (- (* (pow x 2) (pow z 2)) (pow x 2))) (pow (- (* -1 (* x z)) x) 2)))) (- (* -1 (* x z)) x))))) (- (* -1 (* x z)) x))) (/ (pow z 2) (- (* -1 (* x z)) x))) (/ (* z (- (* -2 (/ (* x (pow z 2)) (- (* -1 (* x z)) x))) (/ (* z (- (* (pow x 2) (pow z 2)) (pow x 2))) (pow (- (* -1 (* x z)) x) 2)))) (- (* -1 (* x z)) x))))) (/ (* z (- (* (pow x 2) (pow z 2)) (pow x 2))) (pow (- (* -1 (* x z)) x) 2)))) (/ (* (pow x 2) (pow z 2)) (- (* -1 (* x z)) x))) (/ (pow x 2) (- (* -1 (* x z)) x))) |
(* t z) |
(* t (- (+ z (+ (* -2 (/ (* x z) t)) (/ x t))) (* -1 (/ (* x z) t)))) |
(* t (- (+ z (+ (* -2 (/ (* x z) t)) (+ (/ x t) (/ (* (pow x 2) z) (pow t 2))))) (+ (* -1 (/ (* x z) t)) (+ (/ (* (- (* -1 (* x z)) x) (- (+ x (* -2 (* x z))) (* -1 (* x z)))) (* (pow t 2) z)) (/ (pow x 2) (* (pow t 2) z)))))) |
(* t (- (+ z (+ (* -2 (/ (* x z) t)) (+ (* -1 (/ (* (- (* -1 (* x z)) x) (- (* (pow x 2) z) (+ (/ (* (- (* -1 (* x z)) x) (- (+ x (* -2 (* x z))) (* -1 (* x z)))) z) (/ (pow x 2) z)))) (* (pow t 3) z))) (+ (/ x t) (/ (* (pow x 2) z) (pow t 2)))))) (+ (* -1 (/ (* x z) t)) (+ (/ (* (- (* -1 (* x z)) x) (- (+ x (* -2 (* x z))) (* -1 (* x z)))) (* (pow t 2) z)) (/ (pow x 2) (* (pow t 2) z)))))) |
(* t z) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (- (+ x (* -2 (* x z))) (* -1 (* x z))) t))))) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (- (+ x (+ (* -2 (* x z)) (* -1 (/ (- (* -1 (/ (- (* (pow x 2) (pow z 2)) (pow x 2)) z)) (* -1 (/ (* (- (* -1 (* x z)) x) (- (+ x (* -2 (* x z))) (* -1 (* x z)))) z))) t)))) (* -1 (* x z))) t))))) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (- (+ x (+ (* -2 (* x z)) (* -1 (/ (- (+ (* -1 (/ (* (- (* -1 (* x z)) x) (- (* -1 (/ (- (* (pow x 2) (pow z 2)) (pow x 2)) z)) (* -1 (/ (* (- (* -1 (* x z)) x) (- (+ x (* -2 (* x z))) (* -1 (* x z)))) z)))) (* t z))) (* -1 (/ (- (* (pow x 2) (pow z 2)) (pow x 2)) z))) (* -1 (/ (* (- (* -1 (* x z)) x) (- (+ x (* -2 (* x z))) (* -1 (* x z)))) z))) t)))) (* -1 (* x z))) t))))) |
(* t z) |
(+ (* t z) (* x (- (+ 1 (* -2 z)) (* -1 z)))) |
(+ (* t z) (* x (- (+ 1 (+ (* -2 z) (* x (- (/ z t) (+ (/ 1 (* t z)) (/ (* (- (* -1 z) 1) (- (+ 1 (* -2 z)) (* -1 z))) (* t z))))))) (* -1 z)))) |
(+ (* t z) (* x (- (+ 1 (+ (* -2 z) (* x (- (+ (* -1 (/ (* x (* (- (* -1 z) 1) (- (/ z t) (+ (/ 1 (* t z)) (/ (* (- (* -1 z) 1) (- (+ 1 (* -2 z)) (* -1 z))) (* t z)))))) (* t z))) (/ z t)) (+ (/ 1 (* t z)) (/ (* (- (* -1 z) 1) (- (+ 1 (* -2 z)) (* -1 z))) (* t z))))))) (* -1 z)))) |
(/ (* x (- (pow z 2) 1)) (- (* -1 z) 1)) |
(* x (- (+ (* -2 (/ (* t (pow z 2)) (* x (- (* -1 z) 1)))) (/ (pow z 2) (- (* -1 z) 1))) (+ (/ 1 (- (* -1 z) 1)) (/ (* t (* z (- (pow z 2) 1))) (* x (pow (- (* -1 z) 1) 2)))))) |
(* x (- (+ (* -2 (/ (* t (pow z 2)) (* x (- (* -1 z) 1)))) (+ (/ (* (pow t 2) (pow z 2)) (* (pow x 2) (- (* -1 z) 1))) (/ (pow z 2) (- (* -1 z) 1)))) (+ (/ 1 (- (* -1 z) 1)) (+ (/ (* t (* z (- (* -2 (/ (* t (pow z 2)) (- (* -1 z) 1))) (/ (* t (* z (- (pow z 2) 1))) (pow (- (* -1 z) 1) 2))))) (* (pow x 2) (- (* -1 z) 1))) (/ (* t (* z (- (pow z 2) 1))) (* x (pow (- (* -1 z) 1) 2))))))) |
(* x (- (+ (* -2 (/ (* t (pow z 2)) (* x (- (* -1 z) 1)))) (+ (* -1 (/ (* t (* z (- (/ (* (pow t 2) (pow z 2)) (- (* -1 z) 1)) (/ (* t (* z (- (* -2 (/ (* t (pow z 2)) (- (* -1 z) 1))) (/ (* t (* z (- (pow z 2) 1))) (pow (- (* -1 z) 1) 2))))) (- (* -1 z) 1))))) (* (pow x 3) (- (* -1 z) 1)))) (+ (/ (* (pow t 2) (pow z 2)) (* (pow x 2) (- (* -1 z) 1))) (/ (pow z 2) (- (* -1 z) 1))))) (+ (/ 1 (- (* -1 z) 1)) (+ (/ (* t (* z (- (* -2 (/ (* t (pow z 2)) (- (* -1 z) 1))) (/ (* t (* z (- (pow z 2) 1))) (pow (- (* -1 z) 1) 2))))) (* (pow x 2) (- (* -1 z) 1))) (/ (* t (* z (- (pow z 2) 1))) (* x (pow (- (* -1 z) 1) 2))))))) |
(* -1 (/ (* x (- (pow z 2) 1)) (+ 1 z))) |
(* -1 (* x (- (+ (* -1 (/ (- (* 2 (/ (* t (pow z 2)) (+ 1 z))) (/ (* t (* z (- (pow z 2) 1))) (pow (+ 1 z) 2))) x)) (/ (pow z 2) (+ 1 z))) (/ 1 (+ 1 z))))) |
(* -1 (* x (- (+ (* -1 (/ (- (+ (* -1 (/ (- (/ (* (pow t 2) (pow z 2)) (+ 1 z)) (/ (* t (* z (- (* 2 (/ (* t (pow z 2)) (+ 1 z))) (/ (* t (* z (- (pow z 2) 1))) (pow (+ 1 z) 2))))) (+ 1 z))) x)) (* 2 (/ (* t (pow z 2)) (+ 1 z)))) (/ (* t (* z (- (pow z 2) 1))) (pow (+ 1 z) 2))) x)) (/ (pow z 2) (+ 1 z))) (/ 1 (+ 1 z))))) |
(* -1 (* x (- (+ (* -1 (/ (- (+ (* -1 (/ (- (+ (/ (* t (* z (- (/ (* (pow t 2) (pow z 2)) (+ 1 z)) (/ (* t (* z (- (* 2 (/ (* t (pow z 2)) (+ 1 z))) (/ (* t (* z (- (pow z 2) 1))) (pow (+ 1 z) 2))))) (+ 1 z))))) (* x (+ 1 z))) (/ (* (pow t 2) (pow z 2)) (+ 1 z))) (/ (* t (* z (- (* 2 (/ (* t (pow z 2)) (+ 1 z))) (/ (* t (* z (- (pow z 2) 1))) (pow (+ 1 z) 2))))) (+ 1 z))) x)) (* 2 (/ (* t (pow z 2)) (+ 1 z)))) (/ (* t (* z (- (pow z 2) 1))) (pow (+ 1 z) 2))) x)) (/ (pow z 2) (+ 1 z))) (/ 1 (+ 1 z))))) |
(/ (- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) (- (* z (- t x)) x)) |
(/ (- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) (- (* z (- t x)) x)) |
(/ (- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) (- (* z (- t x)) x)) |
(/ (- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) (- (* z (- t x)) x)) |
(/ (- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) (- (* z (- t x)) x)) |
(/ (- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) (- (* z (- t x)) x)) |
(/ (- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) (- (* z (- t x)) x)) |
(/ (- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) (- (* z (- t x)) x)) |
(/ (- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) (- (* z (- t x)) x)) |
(/ (- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) (- (* z (- t x)) x)) |
(/ (- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) (- (* z (- t x)) x)) |
(/ (- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) (- (* z (- t x)) x)) |
x |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(* z (- t x)) |
(* z (- (+ t (/ x z)) x)) |
(* z (- (+ t (/ x z)) x)) |
(* z (- (+ t (/ x z)) x)) |
(* z (- t x)) |
(* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z))))) |
(* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z))))) |
(* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z))))) |
(- (* (pow x 2) (pow z 2)) (pow x 2)) |
(- (+ (* -2 (* t (* x (pow z 2)))) (* (pow x 2) (pow z 2))) (pow x 2)) |
(- (+ (* t (+ (* -2 (* x (pow z 2))) (* t (pow z 2)))) (* (pow x 2) (pow z 2))) (pow x 2)) |
(- (+ (* t (+ (* -2 (* x (pow z 2))) (* t (pow z 2)))) (* (pow x 2) (pow z 2))) (pow x 2)) |
(* (pow t 2) (pow z 2)) |
(* (pow t 2) (+ (* -2 (/ (* x (pow z 2)) t)) (pow z 2))) |
(* (pow t 2) (- (+ (* -2 (/ (* x (pow z 2)) t)) (+ (/ (* (pow x 2) (pow z 2)) (pow t 2)) (pow z 2))) (/ (pow x 2) (pow t 2)))) |
(* (pow t 2) (- (+ (* -2 (/ (* x (pow z 2)) t)) (+ (/ (* (pow x 2) (pow z 2)) (pow t 2)) (pow z 2))) (/ (pow x 2) (pow t 2)))) |
(* (pow t 2) (pow z 2)) |
(* (pow t 2) (+ (* -2 (/ (* x (pow z 2)) t)) (pow z 2))) |
(* (pow t 2) (+ (* -1 (/ (+ (* -1 (/ (- (* (pow x 2) (pow z 2)) (pow x 2)) t)) (* 2 (* x (pow z 2)))) t)) (pow z 2))) |
(* (pow t 2) (+ (* -1 (/ (+ (* -1 (/ (- (* (pow x 2) (pow z 2)) (pow x 2)) t)) (* 2 (* x (pow z 2)))) t)) (pow z 2))) |
(* (pow t 2) (pow z 2)) |
(+ (* -2 (* t (* x (pow z 2)))) (* (pow t 2) (pow z 2))) |
(+ (* x (+ (* -2 (* t (pow z 2))) (* x (- (pow z 2) 1)))) (* (pow t 2) (pow z 2))) |
(+ (* x (+ (* -2 (* t (pow z 2))) (* x (- (pow z 2) 1)))) (* (pow t 2) (pow z 2))) |
(* (pow x 2) (- (pow z 2) 1)) |
(* (pow x 2) (- (+ (* -2 (/ (* t (pow z 2)) x)) (pow z 2)) 1)) |
(* (pow x 2) (- (+ (* -2 (/ (* t (pow z 2)) x)) (+ (/ (* (pow t 2) (pow z 2)) (pow x 2)) (pow z 2))) 1)) |
(* (pow x 2) (- (+ (* -2 (/ (* t (pow z 2)) x)) (+ (/ (* (pow t 2) (pow z 2)) (pow x 2)) (pow z 2))) 1)) |
(* (pow x 2) (- (pow z 2) 1)) |
(* (pow x 2) (- (+ (* -2 (/ (* t (pow z 2)) x)) (pow z 2)) 1)) |
(* (pow x 2) (- (+ (* -1 (/ (+ (* -1 (/ (* (pow t 2) (pow z 2)) x)) (* 2 (* t (pow z 2)))) x)) (pow z 2)) 1)) |
(* (pow x 2) (- (+ (* -1 (/ (+ (* -1 (/ (* (pow t 2) (pow z 2)) x)) (* 2 (* t (pow z 2)))) x)) (pow z 2)) 1)) |
(- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) |
(- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) |
(- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) |
(- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) |
(- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) |
(- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) |
(- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) |
(- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) |
(- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) |
(- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) |
(- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) |
(- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) |
(* -1 (pow x 2)) |
(- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) |
(- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) |
(- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) |
(* (pow z 2) (pow (- t x) 2)) |
(* (pow z 2) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow (- t x) 2))) |
(* (pow z 2) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow (- t x) 2))) |
(* (pow z 2) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow (- t x) 2))) |
(* (pow z 2) (pow (- t x) 2)) |
(* (pow z 2) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow (- t x) 2))) |
(* (pow z 2) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow (- t x) 2))) |
(* (pow z 2) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow (- t x) 2))) |
(* (pow x 2) (pow z 2)) |
(+ (* -2 (* t (* x (pow z 2)))) (* (pow x 2) (pow z 2))) |
(+ (* t (+ (* -2 (* x (pow z 2))) (* t (pow z 2)))) (* (pow x 2) (pow z 2))) |
(+ (* t (+ (* -2 (* x (pow z 2))) (* t (pow z 2)))) (* (pow x 2) (pow z 2))) |
(* (pow t 2) (pow z 2)) |
(* (pow t 2) (+ (* -2 (/ (* x (pow z 2)) t)) (pow z 2))) |
(* (pow t 2) (+ (* -2 (/ (* x (pow z 2)) t)) (+ (/ (* (pow x 2) (pow z 2)) (pow t 2)) (pow z 2)))) |
(* (pow t 2) (+ (* -2 (/ (* x (pow z 2)) t)) (+ (/ (* (pow x 2) (pow z 2)) (pow t 2)) (pow z 2)))) |
(* (pow t 2) (pow z 2)) |
(* (pow t 2) (+ (* -2 (/ (* x (pow z 2)) t)) (pow z 2))) |
(* (pow t 2) (+ (* -1 (/ (+ (* -1 (/ (* (pow x 2) (pow z 2)) t)) (* 2 (* x (pow z 2)))) t)) (pow z 2))) |
(* (pow t 2) (+ (* -1 (/ (+ (* -1 (/ (* (pow x 2) (pow z 2)) t)) (* 2 (* x (pow z 2)))) t)) (pow z 2))) |
(* (pow t 2) (pow z 2)) |
(+ (* -2 (* t (* x (pow z 2)))) (* (pow t 2) (pow z 2))) |
(+ (* x (+ (* -2 (* t (pow z 2))) (* x (pow z 2)))) (* (pow t 2) (pow z 2))) |
(+ (* x (+ (* -2 (* t (pow z 2))) (* x (pow z 2)))) (* (pow t 2) (pow z 2))) |
(* (pow x 2) (pow z 2)) |
(* (pow x 2) (+ (* -2 (/ (* t (pow z 2)) x)) (pow z 2))) |
(* (pow x 2) (+ (* -2 (/ (* t (pow z 2)) x)) (+ (/ (* (pow t 2) (pow z 2)) (pow x 2)) (pow z 2)))) |
(* (pow x 2) (+ (* -2 (/ (* t (pow z 2)) x)) (+ (/ (* (pow t 2) (pow z 2)) (pow x 2)) (pow z 2)))) |
(* (pow x 2) (pow z 2)) |
(* (pow x 2) (+ (* -2 (/ (* t (pow z 2)) x)) (pow z 2))) |
(* (pow x 2) (+ (* -1 (/ (+ (* -1 (/ (* (pow t 2) (pow z 2)) x)) (* 2 (* t (pow z 2)))) x)) (pow z 2))) |
(* (pow x 2) (+ (* -1 (/ (+ (* -1 (/ (* (pow t 2) (pow z 2)) x)) (* 2 (* t (pow z 2)))) x)) (pow z 2))) |
(* (pow z 2) (pow (- t x) 2)) |
(* (pow z 2) (pow (- t x) 2)) |
(* (pow z 2) (pow (- t x) 2)) |
(* (pow z 2) (pow (- t x) 2)) |
(* (pow z 2) (pow (- t x) 2)) |
(* (pow z 2) (pow (- t x) 2)) |
(* (pow z 2) (pow (- t x) 2)) |
(* (pow z 2) (pow (- t x) 2)) |
(* (pow z 2) (pow (- t x) 2)) |
(* (pow z 2) (pow (- t x) 2)) |
(* (pow z 2) (pow (- t x) 2)) |
(* (pow z 2) (pow (- t x) 2)) |
(* (pow z 2) (pow (- t x) 2)) |
(* (pow z 2) (pow (- t x) 2)) |
(* (pow z 2) (pow (- t x) 2)) |
(* (pow z 2) (pow (- t x) 2)) |
(* (pow z 2) (pow (- t x) 2)) |
(* (pow z 2) (pow (- t x) 2)) |
(* (pow z 2) (pow (- t x) 2)) |
(* (pow z 2) (pow (- t x) 2)) |
(* (pow z 2) (pow (- t x) 2)) |
(* (pow z 2) (pow (- t x) 2)) |
(* (pow z 2) (pow (- t x) 2)) |
(* (pow z 2) (pow (- t x) 2)) |
(* y (* (pow z 2) (- t x))) |
(* y (* (pow z 2) (- t x))) |
(* y (* (pow z 2) (- t x))) |
(* y (* (pow z 2) (- t x))) |
(* y (* (pow z 2) (- t x))) |
(* y (* (pow z 2) (- t x))) |
(* y (* (pow z 2) (- t x))) |
(* y (* (pow z 2) (- t x))) |
(* y (* (pow z 2) (- t x))) |
(* y (* (pow z 2) (- t x))) |
(* y (* (pow z 2) (- t x))) |
(* y (* (pow z 2) (- t x))) |
(* y (* (pow z 2) (- t x))) |
(* y (* (pow z 2) (- t x))) |
(* y (* (pow z 2) (- t x))) |
(* y (* (pow z 2) (- t x))) |
(* y (* (pow z 2) (- t x))) |
(* y (* (pow z 2) (- t x))) |
(* y (* (pow z 2) (- t x))) |
(* y (* (pow z 2) (- t x))) |
(* y (* (pow z 2) (- t x))) |
(* y (* (pow z 2) (- t x))) |
(* y (* (pow z 2) (- t x))) |
(* y (* (pow z 2) (- t x))) |
(* -1 (* x (* y (pow z 2)))) |
(+ (* -1 (* x (* y (pow z 2)))) (* t (* y (pow z 2)))) |
(+ (* -1 (* x (* y (pow z 2)))) (* t (* y (pow z 2)))) |
(+ (* -1 (* x (* y (pow z 2)))) (* t (* y (pow z 2)))) |
(* t (* y (pow z 2))) |
(* t (+ (* -1 (/ (* x (* y (pow z 2))) t)) (* y (pow z 2)))) |
(* t (+ (* -1 (/ (* x (* y (pow z 2))) t)) (* y (pow z 2)))) |
(* t (+ (* -1 (/ (* x (* y (pow z 2))) t)) (* y (pow z 2)))) |
(* t (* y (pow z 2))) |
(* -1 (* t (+ (* -1 (* y (pow z 2))) (/ (* x (* y (pow z 2))) t)))) |
(* -1 (* t (+ (* -1 (* y (pow z 2))) (/ (* x (* y (pow z 2))) t)))) |
(* -1 (* t (+ (* -1 (* y (pow z 2))) (/ (* x (* y (pow z 2))) t)))) |
(* t (* y (pow z 2))) |
(+ (* -1 (* x (* y (pow z 2)))) (* t (* y (pow z 2)))) |
(+ (* -1 (* x (* y (pow z 2)))) (* t (* y (pow z 2)))) |
(+ (* -1 (* x (* y (pow z 2)))) (* t (* y (pow z 2)))) |
(* -1 (* x (* y (pow z 2)))) |
(* x (+ (* -1 (* y (pow z 2))) (/ (* t (* y (pow z 2))) x))) |
(* x (+ (* -1 (* y (pow z 2))) (/ (* t (* y (pow z 2))) x))) |
(* x (+ (* -1 (* y (pow z 2))) (/ (* t (* y (pow z 2))) x))) |
(* -1 (* x (* y (pow z 2)))) |
(* -1 (* x (+ (* -1 (/ (* t (* y (pow z 2))) x)) (* y (pow z 2))))) |
(* -1 (* x (+ (* -1 (/ (* t (* y (pow z 2))) x)) (* y (pow z 2))))) |
(* -1 (* x (+ (* -1 (/ (* t (* y (pow z 2))) x)) (* y (pow z 2))))) |
(/ x y) |
(* x (+ (* -1/3 (/ (pow x 2) (pow y 3))) (/ 1 y))) |
(* x (+ (* (pow x 2) (- (* 2/15 (/ (pow x 2) (pow y 5))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) |
(* x (+ (* (pow x 2) (- (* (pow x 2) (+ (* -17/315 (/ (pow x 2) (pow y 7))) (* 2/15 (/ 1 (pow y 5))))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/ x y) |
(/ (+ x (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))) y) |
(/ (- (+ x (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)))) (* 1/2 (/ (pow x 3) (pow y 2)))) y) |
(/ (- (+ x (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4))))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))))) (+ (* -1/2 (/ (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3)))) (pow y 3))) (+ (* 1/4 (/ (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2))) (pow y 3))) (* 1/2 (/ (pow x 3) (pow y 2)))))) y) |
(/ x y) |
(* -1 (/ (+ (* -1 x) (* -1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))) y)) |
(* -1 (/ (+ (* -1 x) (* -1 (/ (+ (* -1 (/ (- (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))) (* -1/2 (pow x 3))) y)) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) y)) |
(* -1 (/ (+ (* -1 x) (* -1 (/ (+ (* -1 (/ (- (+ (* -1 (/ (- (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))) (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))) y)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))) (* -1/2 (pow x 3))) y)) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) y)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* -1 (* x z)) |
(+ (* -1 (* x z)) (* t z)) |
(+ (* -1 (* x z)) (* t z)) |
(+ (* -1 (* x z)) (* t z)) |
(* t z) |
(* t (+ z (* -1 (/ (* x z) t)))) |
(* t (+ z (* -1 (/ (* x z) t)))) |
(* t (+ z (* -1 (/ (* x z) t)))) |
(* t z) |
(* -1 (* t (+ (* -1 z) (/ (* x z) t)))) |
(* -1 (* t (+ (* -1 z) (/ (* x z) t)))) |
(* -1 (* t (+ (* -1 z) (/ (* x z) t)))) |
(* t z) |
(+ (* -1 (* x z)) (* t z)) |
(+ (* -1 (* x z)) (* t z)) |
(+ (* -1 (* x z)) (* t z)) |
(* -1 (* x z)) |
(* x (+ (* -1 z) (/ (* t z) x))) |
(* x (+ (* -1 z) (/ (* t z) x))) |
(* x (+ (* -1 z) (/ (* t z) x))) |
(* -1 (* x z)) |
(* -1 (* x (+ z (* -1 (/ (* t z) x))))) |
(* -1 (* x (+ z (* -1 (/ (* t z) x))))) |
(* -1 (* x (+ z (* -1 (/ (* t z) x))))) |
| Outputs |
|---|
(+ x (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))) |
(+ x (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 (+.f64 x (*.f64 z t)) (*.f64 (*.f64 y z) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))))) |
(+ x (+ (* t (+ z (* -1/3 (/ (* (pow t 2) z) (pow y 2))))) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (+.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) (*.f64 t (+.f64 z (*.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 z (*.f64 t t)) (*.f64 y y))))))) |
(+ x (+ (* t (+ z (* (pow t 2) (+ (* -1/3 (/ z (pow y 2))) (* 2/15 (/ (* (pow t 2) z) (pow y 4))))))) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (+.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) (*.f64 t (+.f64 z (*.f64 (*.f64 t t) (+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 z (*.f64 y y))) (*.f64 #s(literal 2/15 binary64) (/.f64 (*.f64 z (*.f64 t t)) (pow.f64 y #s(literal 4 binary64)))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
x |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (+ (* z (- t x)) (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y))) |
(+.f64 x (*.f64 z (+.f64 (-.f64 t x) (/.f64 #s(literal 0 binary64) y)))) |
(+ x (+ (* z (- t x)) (+ (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y) (/ (* z (- (+ (* 1/2 (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3))))) (* 1/2 (pow x 3))) (+ (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))) (* 1/2 (pow t 3))))) (pow y 2))))) |
(+.f64 x (+.f64 (*.f64 z (+.f64 (-.f64 t x) (/.f64 #s(literal 0 binary64) y))) (/.f64 (*.f64 z (+.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (-.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/6 binary64)) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64)))) (*.f64 x (*.f64 x x)))) (*.f64 #s(literal -1/2 binary64) (+.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))) (*.f64 t (*.f64 t t)))))) (*.f64 y y)))) |
(+ x (+ (* z (- t x)) (+ (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y) (+ (/ (* z (- (+ (* -1/2 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3))))) (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (* 1/2 (+ (* -1 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/6 (pow t 3)))))) (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (* 1/12 (pow t 4)))))))) (+ (* -1/2 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (* -1/2 (pow t 3))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (* 1/2 (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4)))))))))) (pow y 3)) (/ (* z (- (+ (* 1/2 (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3))))) (* 1/2 (pow x 3))) (+ (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))) (* 1/2 (pow t 3))))) (pow y 2)))))) |
(+.f64 x (+.f64 (*.f64 z (+.f64 (-.f64 t x) (/.f64 #s(literal 0 binary64) y))) (*.f64 z (+.f64 (/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (-.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/6 binary64)) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64)))) (*.f64 x (*.f64 x x)))) (*.f64 #s(literal -1/2 binary64) (+.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))) (*.f64 t (*.f64 t t))))) (*.f64 y y)) (/.f64 (-.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))))) (+.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 t t)) (*.f64 (*.f64 t t) #s(literal -1/2 binary64))) (*.f64 (*.f64 (*.f64 t t) (*.f64 t t)) #s(literal -1/12 binary64))) (*.f64 t (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 t (*.f64 t t))) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64))))))) #s(literal 0 binary64))) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 t (*.f64 t t))) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64))))) #s(literal 0 binary64)) (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -1/2 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/12 binary64))) (*.f64 x (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))))))) (*.f64 y (*.f64 y y))))))) |
(+ x (* -1 (* z (- (* -1 t) (* -1 x))))) |
(-.f64 x (neg.f64 (*.f64 z (-.f64 t x)))) |
(+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y))) |
(+.f64 x (-.f64 (/.f64 (*.f64 z #s(literal 0 binary64)) y) (neg.f64 (*.f64 z (-.f64 t x))))) |
(+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* -1 (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))))) (/ (* z (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))) y)) y)))) |
(-.f64 (-.f64 x (neg.f64 (*.f64 z (-.f64 t x)))) (/.f64 (+.f64 (*.f64 z #s(literal 0 binary64)) (*.f64 z (/.f64 (+.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal 1/6 binary64)) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64)))))) (*.f64 #s(literal 1/2 binary64) (*.f64 t (*.f64 t t)))) (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))))) y))) y)) |
(+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* -1 (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))))) (* -1 (/ (+ (* -1 (* z (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))) (/ (* z (- (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (+ (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))) (* 1/2 (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (+ (* 1/12 (pow t 4)) (* t (+ (* -1/6 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (+ (* 1/2 (* t (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))) (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))))))) y)) y))) y)))) |
(-.f64 (-.f64 x (neg.f64 (*.f64 z (-.f64 t x)))) (/.f64 (-.f64 (*.f64 z #s(literal 0 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 z (+.f64 #s(literal 0 binary64) (-.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))) (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 t t)) (*.f64 (*.f64 t t) #s(literal -1/2 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 t t)) #s(literal -1/12 binary64)) (*.f64 t (+.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal 1/3 binary64)) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64))))))))) (+.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 t (+.f64 (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 t (*.f64 t t))))) (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -1/2 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/12 binary64)) (*.f64 x (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))))))) #s(literal 0 binary64))))) y) (*.f64 z (+.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal 1/6 binary64)) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64)))))) (*.f64 #s(literal 1/2 binary64) (*.f64 t (*.f64 t t)))) (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))))))) y)) y)) |
(* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))))) |
(*.f64 (*.f64 y z) (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) |
(+ (* x (+ 1 (* -1 z))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))) |
(+.f64 (*.f64 (*.f64 y z) (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (*.f64 x (-.f64 #s(literal 1 binary64) z))) |
(+ (* x (+ 1 (+ (* -1 z) (* 1/3 (/ (* (pow x 2) z) (pow y 2)))))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))) |
(+.f64 (*.f64 (*.f64 y z) (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (*.f64 x (+.f64 (-.f64 #s(literal 1 binary64) z) (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z (*.f64 x x))) (*.f64 y y))))) |
(+ (* x (+ 1 (+ (* -1 z) (* (pow x 2) (+ (* -2/15 (/ (* (pow x 2) z) (pow y 4))) (* 1/3 (/ z (pow y 2)))))))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))) |
(+.f64 (*.f64 (*.f64 y z) (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (*.f64 x (+.f64 (-.f64 #s(literal 1 binary64) z) (*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 #s(literal -2/15 binary64) (*.f64 z (*.f64 x x))) (pow.f64 y #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal 1/3 binary64) z) (*.f64 y y))))))) |
x |
(* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) x))) |
(* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) x))) |
(* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) x))) |
x |
(* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x)) 1))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (/.f64 (*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) (-.f64 #s(literal 0 binary64) x)) #s(literal -1 binary64))) |
(* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x)) 1))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (/.f64 (*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) (-.f64 #s(literal 0 binary64) x)) #s(literal -1 binary64))) |
(* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) x)) 1))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (/.f64 (*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) (-.f64 #s(literal 0 binary64) x)) #s(literal -1 binary64))) |
x |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ x z))) |
(*.f64 z (+.f64 (*.f64 y (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) (/.f64 x z))) |
(* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ x z))) |
(*.f64 z (+.f64 (*.f64 y (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) (/.f64 x z))) |
(* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ x z))) |
(*.f64 z (+.f64 (*.f64 y (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) (/.f64 x z))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) (* -1 (/ x z))))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 (*.f64 (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))) (neg.f64 y)) (/.f64 x z))) |
(* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) (* -1 (/ x z))))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 (*.f64 (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))) (neg.f64 y)) (/.f64 x z))) |
(* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) (* -1 (/ x z))))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 (*.f64 (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))) (neg.f64 y)) (/.f64 x z))) |
(* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 (*.f64 y z) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) |
(+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(+.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) (*.f64 z t)) |
(+ (* t (+ z (* -1/3 (/ (* (pow t 2) z) (pow y 2))))) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(+.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) (*.f64 t (+.f64 z (*.f64 #s(literal -1/3 binary64) (/.f64 (*.f64 z (*.f64 t t)) (*.f64 y y)))))) |
(+ (* t (+ z (* (pow t 2) (+ (* -1/3 (/ z (pow y 2))) (* 2/15 (/ (* (pow t 2) z) (pow y 4))))))) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(+.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) (*.f64 t (+.f64 z (*.f64 (*.f64 t t) (+.f64 (*.f64 #s(literal -1/3 binary64) (/.f64 z (*.f64 y y))) (*.f64 #s(literal 2/15 binary64) (/.f64 (*.f64 z (*.f64 t t)) (pow.f64 y #s(literal 4 binary64))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(+ (* z (- t x)) (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y)) |
(*.f64 z (+.f64 (-.f64 t x) (/.f64 #s(literal 0 binary64) y))) |
(+ (* z (- t x)) (+ (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y) (/ (* z (- (+ (* 1/2 (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3))))) (* 1/2 (pow x 3))) (+ (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))) (* 1/2 (pow t 3))))) (pow y 2)))) |
(+.f64 (*.f64 z (+.f64 (-.f64 t x) (/.f64 #s(literal 0 binary64) y))) (/.f64 (*.f64 z (+.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (-.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/6 binary64)) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64)))) (*.f64 x (*.f64 x x)))) (*.f64 #s(literal -1/2 binary64) (+.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))) (*.f64 t (*.f64 t t)))))) (*.f64 y y))) |
(+ (* z (- t x)) (+ (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y) (+ (/ (* z (- (+ (* -1/2 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3))))) (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (* 1/2 (+ (* -1 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/6 (pow t 3)))))) (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (* 1/12 (pow t 4)))))))) (+ (* -1/2 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (* -1/2 (pow t 3))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (* 1/2 (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4)))))))))) (pow y 3)) (/ (* z (- (+ (* 1/2 (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3))))) (* 1/2 (pow x 3))) (+ (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))) (* 1/2 (pow t 3))))) (pow y 2))))) |
(+.f64 (*.f64 z (+.f64 (-.f64 t x) (/.f64 #s(literal 0 binary64) y))) (*.f64 z (+.f64 (/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (-.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/6 binary64)) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64)))) (*.f64 x (*.f64 x x)))) (*.f64 #s(literal -1/2 binary64) (+.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))) (*.f64 t (*.f64 t t))))) (*.f64 y y)) (/.f64 (-.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))))) (+.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 t t)) (*.f64 (*.f64 t t) #s(literal -1/2 binary64))) (*.f64 (*.f64 (*.f64 t t) (*.f64 t t)) #s(literal -1/12 binary64))) (*.f64 t (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 t (*.f64 t t))) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64))))))) #s(literal 0 binary64))) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 t (*.f64 t t))) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64))))) #s(literal 0 binary64)) (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -1/2 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/12 binary64))) (*.f64 x (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))))))) (*.f64 y (*.f64 y y)))))) |
(* -1 (* z (- (* -1 t) (* -1 x)))) |
(*.f64 z (*.f64 #s(literal -1 binary64) (+.f64 x (-.f64 #s(literal 0 binary64) t)))) |
(+ (* -1 (* z (- (* -1 t) (* -1 x)))) (/ (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2))))) y)) |
(-.f64 (/.f64 (*.f64 z #s(literal 0 binary64)) y) (neg.f64 (*.f64 z (-.f64 t x)))) |
(+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* -1 (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))))) (/ (* z (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))) y)) y))) |
(-.f64 (*.f64 z (*.f64 #s(literal -1 binary64) (+.f64 x (-.f64 #s(literal 0 binary64) t)))) (/.f64 (+.f64 (*.f64 z #s(literal 0 binary64)) (*.f64 z (/.f64 (+.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal 1/6 binary64)) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64)))))) (*.f64 #s(literal 1/2 binary64) (*.f64 t (*.f64 t t)))) (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))))) y))) y)) |
(+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* -1 (* z (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))))) (* -1 (/ (+ (* -1 (* z (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))) (/ (* z (- (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (+ (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))) (* 1/2 (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (+ (* 1/12 (pow t 4)) (* t (+ (* -1/6 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (+ (* 1/2 (* t (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))) (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))))))) y)) y))) y))) |
(-.f64 (*.f64 z (*.f64 #s(literal -1 binary64) (+.f64 x (-.f64 #s(literal 0 binary64) t)))) (/.f64 (-.f64 (*.f64 z #s(literal 0 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 z (+.f64 #s(literal 0 binary64) (-.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))) (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 t t)) (*.f64 (*.f64 t t) #s(literal -1/2 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 t t)) #s(literal -1/12 binary64)) (*.f64 t (+.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal 1/3 binary64)) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64))))))))) (+.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 t (+.f64 (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 t (*.f64 t t))))) (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -1/2 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/12 binary64)) (*.f64 x (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))))))) #s(literal 0 binary64))))) y) (*.f64 z (+.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal 1/6 binary64)) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64)))))) (*.f64 #s(literal 1/2 binary64) (*.f64 t (*.f64 t t)))) (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))))))) y)) y)) |
(* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))))) |
(*.f64 (*.f64 y z) (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) |
(+ (* -1 (* x z)) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))) |
(-.f64 (*.f64 (*.f64 y z) (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (*.f64 x z)) |
(+ (* x (+ (* -1 z) (* 1/3 (/ (* (pow x 2) z) (pow y 2))))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))) |
(+.f64 (*.f64 (*.f64 y z) (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (*.f64 x (-.f64 (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z (*.f64 x x))) (*.f64 y y)) z))) |
(+ (* x (+ (* -1 z) (* (pow x 2) (+ (* -2/15 (/ (* (pow x 2) z) (pow y 4))) (* 1/3 (/ z (pow y 2))))))) (* y (* z (- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))))))) |
(+.f64 (*.f64 (*.f64 y z) (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (*.f64 x (-.f64 (*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 #s(literal -2/15 binary64) (*.f64 z (*.f64 x x))) (pow.f64 y #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal 1/3 binary64) z) (*.f64 y y)))) z))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(*.f64 (*.f64 y z) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y)))))))) |
(- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) |
(- (+ (* t (+ (* -1/3 (/ (pow t 2) (pow y 3))) (/ 1 y))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(+.f64 (*.f64 t (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 t t)) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 1 binary64) y))) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) |
(- (+ (* t (+ (* (pow t 2) (- (* 2/15 (/ (pow t 2) (pow y 5))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(+.f64 (*.f64 t (+.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (*.f64 t t) (+.f64 (/.f64 (*.f64 #s(literal 2/15 binary64) (*.f64 t t)) (pow.f64 y #s(literal 5 binary64))) (/.f64 #s(literal -1/3 binary64) (*.f64 y (*.f64 y y))))))) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))) |
(/ (- t x) y) |
(/.f64 (-.f64 t x) y) |
(/ (- (+ t (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y))) (+ x (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)))) y) |
(/.f64 (+.f64 t (+.f64 (/.f64 #s(literal 0 binary64) y) (-.f64 (/.f64 #s(literal 0 binary64) y) x))) y) |
(/ (- (+ t (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3)))) (pow y 2))) (+ (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y)) (* 1/2 (/ (pow x 3) (pow y 2)))))) (+ x (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (+ (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)) (* 1/2 (/ (pow t 3) (pow y 2))))))) y) |
(/.f64 (-.f64 (+.f64 t (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (-.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/6 binary64)) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64)))) (*.f64 y y)) (+.f64 (/.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 x (*.f64 x x)) (*.f64 y y)))))) (+.f64 x (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))) (*.f64 y y)) (+.f64 (/.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 t (*.f64 t t)) (*.f64 y y))))))) y) |
(/ (- (+ t (+ (* -1/2 (/ (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3)))) (pow y 3))) (+ (* 1/4 (/ (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/6 (pow t 3)))))) (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (* 1/12 (pow t 4))))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3)))) (pow y 2))) (+ (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y)) (* 1/2 (/ (pow x 3) (pow y 2))))))))) (+ x (+ (* -1/2 (/ (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (* -1/2 (pow t 3)))) (pow y 3))) (+ (* 1/4 (/ (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4))))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (+ (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)) (* 1/2 (/ (pow t 3) (pow y 2)))))))))) y) |
(/.f64 (-.f64 (+.f64 t (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 x y) (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))) (*.f64 y y)))) (/.f64 #s(literal 0 binary64) (*.f64 y (*.f64 y y)))) (+.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (-.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/6 binary64)) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64)))) (*.f64 y y)) (+.f64 (/.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 x (*.f64 x x)) (*.f64 y y))))) (*.f64 (/.f64 #s(literal 1/2 binary64) y) (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 t t)) (*.f64 (*.f64 t t) #s(literal -1/2 binary64))) (*.f64 (*.f64 (*.f64 t t) (*.f64 t t)) #s(literal -1/12 binary64))) (*.f64 t (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 t (*.f64 t t))) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64)))))) (*.f64 y y)))))) (+.f64 x (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 t (*.f64 t t))) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64))))) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 0 binary64) (*.f64 y (*.f64 y y)))) (+.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))) (*.f64 y y)) (+.f64 (/.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 t (*.f64 t t)) (*.f64 y y))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -1/2 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/12 binary64))) (*.f64 x (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))))) (*.f64 y (*.f64 y y))))))) y) |
(* -1 (/ (- (* -1 t) (* -1 x)) y)) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 x (-.f64 #s(literal 0 binary64) t)) y)) |
(* -1 (/ (- (+ (* -1 t) (* -1 (/ (- (* 1/2 (+ (* -1 (pow t 2)) (pow t 2))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) (* -1 x)) y)) |
(/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (-.f64 (/.f64 #s(literal 0 binary64) y) t) x)) y) |
(* -1 (/ (- (+ (* -1 t) (* -1 (/ (- (+ (* -1 (/ (- (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))) y)) (* 1/2 (+ (* -1 (pow t 2)) (pow t 2)))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) (* -1 x)) y)) |
(/.f64 (+.f64 (-.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 (/.f64 (+.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal 1/6 binary64)) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64)))))) (*.f64 #s(literal 1/2 binary64) (*.f64 t (*.f64 t t)))) (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))))) (neg.f64 y)) y)) x) (neg.f64 y)) |
(* -1 (/ (- (+ (* -1 t) (* -1 (/ (- (+ (* -1 (/ (- (+ (* -1 (/ (- (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (+ (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))) (* 1/2 (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (+ (* 1/12 (pow t 4)) (* t (+ (* -1/6 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (+ (* 1/2 (* t (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))) (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))))))) y)) (+ (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))) (+ (* -1/2 (pow t 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))) y)) (* 1/2 (+ (* -1 (pow t 2)) (pow t 2)))) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) (* -1 x)) y)) |
(/.f64 (+.f64 (-.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (-.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal 1/6 binary64)) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64)))))) (/.f64 (+.f64 #s(literal 0 binary64) (-.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))) (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 t t)) (*.f64 (*.f64 t t) #s(literal -1/2 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 t t)) #s(literal -1/12 binary64)) (*.f64 t (+.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal 1/3 binary64)) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64))))))))) (+.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 t (+.f64 (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 t (*.f64 t t))))) (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -1/2 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/12 binary64)) (*.f64 x (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))))))) #s(literal 0 binary64)))) y)) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 t (*.f64 t t))) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))))) y)) y)) x) (neg.f64 y)) |
(- (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))) |
(/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) |
(- (+ (* -1 (/ x y)) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))) |
(+.f64 (/.f64 x (neg.f64 y)) (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) |
(- (+ (* x (- (* 1/3 (/ (pow x 2) (pow y 3))) (/ 1 y))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))) |
(+.f64 (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 x x)) (*.f64 y (*.f64 y y))) (/.f64 #s(literal -1 binary64) y))) (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) |
(- (+ (* x (- (* (pow x 2) (+ (* -2/15 (/ (pow x 2) (pow y 5))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))))) |
(+.f64 (*.f64 x (+.f64 (*.f64 (*.f64 x x) (+.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 y (*.f64 y y))) (/.f64 (*.f64 #s(literal -2/15 binary64) (*.f64 x x)) (pow.f64 y #s(literal 5 binary64))))) (/.f64 #s(literal -1 binary64) y))) (/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (+ (/ 1 (* (exp (/ t y)) (+ (exp (/ t y)) (/ 1 (exp (/ t y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 t y)) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y)))))) (+.f64 (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 t y) (/.f64 t y))))))) |
(/ t y) |
(/.f64 t y) |
(* t (+ (* -1/3 (/ (pow t 2) (pow y 3))) (/ 1 y))) |
(*.f64 t (+.f64 (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 t t)) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 1 binary64) y))) |
(* t (+ (* (pow t 2) (- (* 2/15 (/ (pow t 2) (pow y 5))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) |
(*.f64 t (+.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (*.f64 t t) (+.f64 (/.f64 (*.f64 #s(literal 2/15 binary64) (*.f64 t t)) (pow.f64 y #s(literal 5 binary64))) (/.f64 #s(literal -1/3 binary64) (*.f64 y (*.f64 y y))))))) |
(* t (+ (* (pow t 2) (- (* (pow t 2) (+ (* -17/315 (/ (pow t 2) (pow y 7))) (* 2/15 (/ 1 (pow y 5))))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) |
(*.f64 t (+.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (*.f64 t t) (+.f64 (*.f64 (*.f64 t t) (+.f64 (/.f64 (*.f64 #s(literal -17/315 binary64) (*.f64 t t)) (pow.f64 y #s(literal 7 binary64))) (/.f64 #s(literal 2/15 binary64) (pow.f64 y #s(literal 5 binary64))))) (/.f64 #s(literal -1/3 binary64) (*.f64 y (*.f64 y y))))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) |
(/ (- (exp (/ t y)) (/ 1 (exp (/ t y)))) (+ (exp (/ t y)) (/ 1 (exp (/ t y))))) |
(/.f64 (+.f64 (exp.f64 (/.f64 t y)) (/.f64 #s(literal -1 binary64) (exp.f64 (/.f64 t y)))) (+.f64 (exp.f64 (/.f64 t y)) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 t y))))) |
(/ t y) |
(/.f64 t y) |
(/ (+ t (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y))) y) |
(/.f64 (+.f64 t (/.f64 #s(literal 0 binary64) y)) y) |
(/ (- (+ t (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y)))) (* 1/2 (/ (pow t 3) (pow y 2)))) y) |
(/.f64 (+.f64 t (+.f64 (+.f64 (/.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/6 binary64)) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64))))) (*.f64 y y))) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 t (*.f64 t t)) (*.f64 y y))))) y) |
(/ (- (+ t (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/6 (pow t 3)))))) (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (* 1/12 (pow t 4))))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/2 (pow t 3)) (* 1/3 (pow t 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y))))) (+ (* -1/2 (/ (* t (+ (* -1 (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (* -1/2 (pow t 3)))) (pow y 3))) (+ (* 1/4 (/ (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2))) (pow y 3))) (* 1/2 (/ (pow t 3) (pow y 2)))))) y) |
(/.f64 (+.f64 t (-.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 t t)) (*.f64 (*.f64 t t) #s(literal -1/2 binary64))) (*.f64 (*.f64 (*.f64 t t) (*.f64 t t)) #s(literal -1/12 binary64))) (*.f64 t (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 t (*.f64 t t))) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64)))))) (*.f64 y (*.f64 y y))) (/.f64 (-.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -1/6 binary64)) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64)))) (*.f64 y y)))) (/.f64 #s(literal 0 binary64) y)) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) t) (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 t (*.f64 t t))) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64))))) (*.f64 y (*.f64 y y))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t (*.f64 t t))) (*.f64 y y)) (/.f64 #s(literal 0 binary64) (*.f64 y (*.f64 y y))))))) y) |
(/ t y) |
(/.f64 t y) |
(* -1 (/ (+ (* -1 t) (* -1/2 (/ (+ (* -1 (pow t 2)) (pow t 2)) y))) y)) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (/.f64 #s(literal 0 binary64) y) t) y)) |
(* -1 (/ (+ (* -1 t) (* -1 (/ (+ (* -1 (/ (- (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))) (* -1/2 (pow t 3))) y)) (* 1/2 (+ (* -1 (pow t 2)) (pow t 2)))) y))) y)) |
(/.f64 (-.f64 (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal 1/6 binary64)) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64)))) (*.f64 t (*.f64 t t)))) (neg.f64 y)) (neg.f64 y)) t) (neg.f64 y)) |
(* -1 (/ (+ (* -1 t) (* -1 (/ (+ (* -1 (/ (- (+ (* -1 (/ (- (* 1/2 (+ (* -1/2 (* (pow t 2) (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))) (+ (* -1/6 (pow t 4)) (+ (* 1/12 (pow t 4)) (* t (+ (* -1/6 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))))) (+ (* 1/4 (* (pow t 2) (+ (* -1 (pow t 2)) (pow t 2)))) (* 1/2 (* t (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2))))))))) y)) (* 1/2 (+ (* -1/3 (pow t 3)) (+ (* 1/2 (pow t 3)) (* t (+ (* -1 (pow t 2)) (* 1/2 (pow t 2)))))))) (* -1/2 (pow t 3))) y)) (* 1/2 (+ (* -1 (pow t 2)) (pow t 2)))) y))) y)) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 (/.f64 (+.f64 (/.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 t t)) (*.f64 (*.f64 t t) #s(literal -1/2 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 t t) (*.f64 t t)) #s(literal -1/12 binary64)) (*.f64 t (+.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal 1/3 binary64)) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64)))))))) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 t (+.f64 (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 t (*.f64 t t)))))) #s(literal 0 binary64))) (neg.f64 y)) (*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal 1/6 binary64)) (*.f64 t (*.f64 (*.f64 t t) #s(literal -1/2 binary64)))) (*.f64 t (*.f64 t t))))) (neg.f64 y)) y)) (neg.f64 y)) |
(* t z) |
(*.f64 z t) |
(* t z) |
(*.f64 z t) |
(* t z) |
(*.f64 z t) |
(* t z) |
(*.f64 z t) |
(* t z) |
(*.f64 z t) |
(* t z) |
(*.f64 z t) |
(* t z) |
(*.f64 z t) |
(* t z) |
(*.f64 z t) |
(* t z) |
(*.f64 z t) |
(* t z) |
(*.f64 z t) |
(* t z) |
(*.f64 z t) |
(* t z) |
(*.f64 z t) |
(* t z) |
(*.f64 z t) |
(* t z) |
(*.f64 z t) |
(* t z) |
(*.f64 z t) |
(* t z) |
(*.f64 z t) |
(* t z) |
(*.f64 z t) |
(* t z) |
(*.f64 z t) |
(* t z) |
(*.f64 z t) |
(* t z) |
(*.f64 z t) |
(* t z) |
(*.f64 z t) |
(* t z) |
(*.f64 z t) |
(* t z) |
(*.f64 z t) |
(* t z) |
(*.f64 z t) |
(* t z) |
(*.f64 z t) |
(+ (* t z) (* x (+ 1 (* -1 z)))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ (* t z) (* x (+ 1 (* -1 z)))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ (* t z) (* x (+ 1 (* -1 z)))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(* x (+ 1 (* -1 z))) |
(*.f64 x (-.f64 #s(literal 1 binary64) z)) |
(* x (+ 1 (+ (* -1 z) (/ (* t z) x)))) |
(*.f64 x (+.f64 (-.f64 #s(literal 1 binary64) z) (/.f64 (*.f64 z t) x))) |
(* x (+ 1 (+ (* -1 z) (/ (* t z) x)))) |
(*.f64 x (+.f64 (-.f64 #s(literal 1 binary64) z) (/.f64 (*.f64 z t) x))) |
(* x (+ 1 (+ (* -1 z) (/ (* t z) x)))) |
(*.f64 x (+.f64 (-.f64 #s(literal 1 binary64) z) (/.f64 (*.f64 z t) x))) |
(* -1 (* x (- z 1))) |
(*.f64 x (-.f64 #s(literal 1 binary64) z)) |
(* -1 (* x (- (+ z (* -1 (/ (* t z) x))) 1))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (-.f64 z (/.f64 (*.f64 z t) x)) #s(literal -1 binary64)))) |
(* -1 (* x (- (+ z (* -1 (/ (* t z) x))) 1))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (-.f64 z (/.f64 (*.f64 z t) x)) #s(literal -1 binary64)))) |
(* -1 (* x (- (+ z (* -1 (/ (* t z) x))) 1))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (-.f64 z (/.f64 (*.f64 z t) x)) #s(literal -1 binary64)))) |
(+ x (* -1 (* x z))) |
(*.f64 x (-.f64 #s(literal 1 binary64) z)) |
(+ x (+ (* -1 (* x z)) (* t z))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (+ (* -1 (* x z)) (* t z))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (+ (* -1 (* x z)) (* t z))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(* t z) |
(*.f64 z t) |
(* t (+ z (+ (* -1 (/ (* x z) t)) (/ x t)))) |
(*.f64 t (+.f64 z (-.f64 (/.f64 x t) (/.f64 (*.f64 x z) t)))) |
(* t (+ z (+ (* -1 (/ (* x z) t)) (/ x t)))) |
(*.f64 t (+.f64 z (-.f64 (/.f64 x t) (/.f64 (*.f64 x z) t)))) |
(* t (+ z (+ (* -1 (/ (* x z) t)) (/ x t)))) |
(*.f64 t (+.f64 z (-.f64 (/.f64 x t) (/.f64 (*.f64 x z) t)))) |
(* t z) |
(*.f64 z t) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* x z))) t))))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 (/.f64 (*.f64 x (+.f64 z #s(literal -1 binary64))) t) z)) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* x z))) t))))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 (/.f64 (*.f64 x (+.f64 z #s(literal -1 binary64))) t) z)) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* x z))) t))))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 (/.f64 (*.f64 x (+.f64 z #s(literal -1 binary64))) t) z)) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
x |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- (+ t (/ x z)) x)) |
(*.f64 z (-.f64 (+.f64 t (/.f64 x z)) x)) |
(* z (- (+ t (/ x z)) x)) |
(*.f64 z (-.f64 (+.f64 t (/.f64 x z)) x)) |
(* z (- (+ t (/ x z)) x)) |
(*.f64 z (-.f64 (+.f64 t (/.f64 x z)) x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z))))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 x z)) (-.f64 t x))) |
(* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z))))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 x z)) (-.f64 t x))) |
(* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z))))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 x z)) (-.f64 t x))) |
(* -1 (* x z)) |
(*.f64 x (-.f64 #s(literal 0 binary64) z)) |
(+ (* -1 (* x z)) (* t z)) |
(*.f64 z (-.f64 t x)) |
(+ (* -1 (* x z)) (* t z)) |
(*.f64 z (-.f64 t x)) |
(+ (* -1 (* x z)) (* t z)) |
(*.f64 z (-.f64 t x)) |
(* t z) |
(*.f64 z t) |
(* t (+ z (* -1 (/ (* x z) t)))) |
(*.f64 t (-.f64 z (/.f64 (*.f64 x z) t))) |
(* t (+ z (* -1 (/ (* x z) t)))) |
(*.f64 t (-.f64 z (/.f64 (*.f64 x z) t))) |
(* t (+ z (* -1 (/ (* x z) t)))) |
(*.f64 t (-.f64 z (/.f64 (*.f64 x z) t))) |
(* t z) |
(*.f64 z t) |
(* -1 (* t (+ (* -1 z) (/ (* x z) t)))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 (/.f64 (*.f64 x z) t) z)) |
(* -1 (* t (+ (* -1 z) (/ (* x z) t)))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 (/.f64 (*.f64 x z) t) z)) |
(* -1 (* t (+ (* -1 z) (/ (* x z) t)))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 (/.f64 (*.f64 x z) t) z)) |
(* t z) |
(*.f64 z t) |
(+ (* -1 (* x z)) (* t z)) |
(*.f64 z (-.f64 t x)) |
(+ (* -1 (* x z)) (* t z)) |
(*.f64 z (-.f64 t x)) |
(+ (* -1 (* x z)) (* t z)) |
(*.f64 z (-.f64 t x)) |
(* -1 (* x z)) |
(*.f64 x (-.f64 #s(literal 0 binary64) z)) |
(* x (+ (* -1 z) (/ (* t z) x))) |
(*.f64 x (-.f64 (/.f64 (*.f64 z t) x) z)) |
(* x (+ (* -1 z) (/ (* t z) x))) |
(*.f64 x (-.f64 (/.f64 (*.f64 z t) x) z)) |
(* x (+ (* -1 z) (/ (* t z) x))) |
(*.f64 x (-.f64 (/.f64 (*.f64 z t) x) z)) |
(* -1 (* x z)) |
(*.f64 x (-.f64 #s(literal 0 binary64) z)) |
(* -1 (* x (+ z (* -1 (/ (* t z) x))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 z (/.f64 (*.f64 z t) x))) |
(* -1 (* x (+ z (* -1 (/ (* t z) x))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 z (/.f64 (*.f64 z t) x))) |
(* -1 (* x (+ z (* -1 (/ (* t z) x))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 z (/.f64 (*.f64 z t) x))) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(- t x) |
(-.f64 t x) |
(- t x) |
(-.f64 t x) |
(- t x) |
(-.f64 t x) |
t |
(* t (+ 1 (* -1 (/ x t)))) |
(*.f64 t (-.f64 #s(literal 1 binary64) (/.f64 x t))) |
(* t (+ 1 (* -1 (/ x t)))) |
(*.f64 t (-.f64 #s(literal 1 binary64) (/.f64 x t))) |
(* t (+ 1 (* -1 (/ x t)))) |
(*.f64 t (-.f64 #s(literal 1 binary64) (/.f64 x t))) |
t |
(* -1 (* t (- (/ x t) 1))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (+.f64 (/.f64 x t) #s(literal -1 binary64))) |
(* -1 (* t (- (/ x t) 1))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (+.f64 (/.f64 x t) #s(literal -1 binary64))) |
(* -1 (* t (- (/ x t) 1))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (+.f64 (/.f64 x t) #s(literal -1 binary64))) |
t |
(+ t (* -1 x)) |
(-.f64 t x) |
(+ t (* -1 x)) |
(-.f64 t x) |
(+ t (* -1 x)) |
(-.f64 t x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* x (- (/ t x) 1)) |
(*.f64 x (+.f64 (/.f64 t x) #s(literal -1 binary64))) |
(* x (- (/ t x) 1)) |
(*.f64 x (+.f64 (/.f64 t x) #s(literal -1 binary64))) |
(* x (- (/ t x) 1)) |
(*.f64 x (+.f64 (/.f64 t x) #s(literal -1 binary64))) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 (* x (+ 1 (* -1 (/ t x))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 1 binary64) (/.f64 t x))) |
(* -1 (* x (+ 1 (* -1 (/ t x))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 1 binary64) (/.f64 t x))) |
(* -1 (* x (+ 1 (* -1 (/ t x))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 1 binary64) (/.f64 t x))) |
(- t x) |
(-.f64 t x) |
(- t x) |
(-.f64 t x) |
(- t x) |
(-.f64 t x) |
(- t x) |
(-.f64 t x) |
(- t x) |
(-.f64 t x) |
(- t x) |
(-.f64 t x) |
(- t x) |
(-.f64 t x) |
(- t x) |
(-.f64 t x) |
(- t x) |
(-.f64 t x) |
(- t x) |
(-.f64 t x) |
(- t x) |
(-.f64 t x) |
(- t x) |
(-.f64 t x) |
(* -1 (/ x y)) |
(/.f64 x (neg.f64 y)) |
(+ (* -1 (/ x y)) (/ t y)) |
(/.f64 (-.f64 t x) y) |
(+ (* -1 (/ x y)) (/ t y)) |
(/.f64 (-.f64 t x) y) |
(+ (* -1 (/ x y)) (/ t y)) |
(/.f64 (-.f64 t x) y) |
(/ t y) |
(/.f64 t y) |
(* t (+ (* -1 (/ x (* t y))) (/ 1 y))) |
(*.f64 t (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 x (*.f64 y t)))) |
(* t (+ (* -1 (/ x (* t y))) (/ 1 y))) |
(*.f64 t (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 x (*.f64 y t)))) |
(* t (+ (* -1 (/ x (* t y))) (/ 1 y))) |
(*.f64 t (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 x (*.f64 y t)))) |
(/ t y) |
(/.f64 t y) |
(* -1 (* t (- (/ x (* t y)) (/ 1 y)))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (+.f64 (/.f64 x (*.f64 y t)) (/.f64 #s(literal -1 binary64) y))) |
(* -1 (* t (- (/ x (* t y)) (/ 1 y)))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (+.f64 (/.f64 x (*.f64 y t)) (/.f64 #s(literal -1 binary64) y))) |
(* -1 (* t (- (/ x (* t y)) (/ 1 y)))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (+.f64 (/.f64 x (*.f64 y t)) (/.f64 #s(literal -1 binary64) y))) |
(/ t y) |
(/.f64 t y) |
(+ (* -1 (/ x y)) (/ t y)) |
(/.f64 (-.f64 t x) y) |
(+ (* -1 (/ x y)) (/ t y)) |
(/.f64 (-.f64 t x) y) |
(+ (* -1 (/ x y)) (/ t y)) |
(/.f64 (-.f64 t x) y) |
(* -1 (/ x y)) |
(/.f64 x (neg.f64 y)) |
(* x (- (/ t (* x y)) (/ 1 y))) |
(*.f64 x (+.f64 (/.f64 t (*.f64 x y)) (/.f64 #s(literal -1 binary64) y))) |
(* x (- (/ t (* x y)) (/ 1 y))) |
(*.f64 x (+.f64 (/.f64 t (*.f64 x y)) (/.f64 #s(literal -1 binary64) y))) |
(* x (- (/ t (* x y)) (/ 1 y))) |
(*.f64 x (+.f64 (/.f64 t (*.f64 x y)) (/.f64 #s(literal -1 binary64) y))) |
(* -1 (/ x y)) |
(/.f64 x (neg.f64 y)) |
(* -1 (* x (+ (* -1 (/ t (* x y))) (/ 1 y)))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 t (*.f64 x y)))) |
(* -1 (* x (+ (* -1 (/ t (* x y))) (/ 1 y)))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 t (*.f64 x y)))) |
(* -1 (* x (+ (* -1 (/ t (* x y))) (/ 1 y)))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 t (*.f64 x y)))) |
(/ (- t x) y) |
(/.f64 (-.f64 t x) y) |
(/ (- t x) y) |
(/.f64 (-.f64 t x) y) |
(/ (- t x) y) |
(/.f64 (-.f64 t x) y) |
(/ (- t x) y) |
(/.f64 (-.f64 t x) y) |
(/ (- t x) y) |
(/.f64 (-.f64 t x) y) |
(/ (- t x) y) |
(/.f64 (-.f64 t x) y) |
(/ (- t x) y) |
(/.f64 (-.f64 t x) y) |
(/ (- t x) y) |
(/.f64 (-.f64 t x) y) |
(/ (- t x) y) |
(/.f64 (-.f64 t x) y) |
(/ (- t x) y) |
(/.f64 (-.f64 t x) y) |
(/ (- t x) y) |
(/.f64 (-.f64 t x) y) |
(/ (- t x) y) |
(/.f64 (-.f64 t x) y) |
(* t z) |
(*.f64 z t) |
(+ (* t z) (* x (+ 1 (* -1 z)))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ (* t z) (* x (+ 1 (* -1 z)))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ (* t z) (* x (+ 1 (* -1 z)))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(* x (+ 1 (* -1 z))) |
(*.f64 x (-.f64 #s(literal 1 binary64) z)) |
(* x (+ 1 (+ (* -1 z) (/ (* t z) x)))) |
(*.f64 x (+.f64 (-.f64 #s(literal 1 binary64) z) (/.f64 (*.f64 z t) x))) |
(* x (+ 1 (+ (* -1 z) (/ (* t z) x)))) |
(*.f64 x (+.f64 (-.f64 #s(literal 1 binary64) z) (/.f64 (*.f64 z t) x))) |
(* x (+ 1 (+ (* -1 z) (/ (* t z) x)))) |
(*.f64 x (+.f64 (-.f64 #s(literal 1 binary64) z) (/.f64 (*.f64 z t) x))) |
(* -1 (* x (- z 1))) |
(*.f64 x (-.f64 #s(literal 1 binary64) z)) |
(* -1 (* x (- (+ z (* -1 (/ (* t z) x))) 1))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (-.f64 z (/.f64 (*.f64 z t) x)) #s(literal -1 binary64)))) |
(* -1 (* x (- (+ z (* -1 (/ (* t z) x))) 1))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (-.f64 z (/.f64 (*.f64 z t) x)) #s(literal -1 binary64)))) |
(* -1 (* x (- (+ z (* -1 (/ (* t z) x))) 1))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (-.f64 z (/.f64 (*.f64 z t) x)) #s(literal -1 binary64)))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
x |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- (+ t (/ x z)) x)) |
(*.f64 z (-.f64 (+.f64 t (/.f64 x z)) x)) |
(* z (- (+ t (/ x z)) x)) |
(*.f64 z (-.f64 (+.f64 t (/.f64 x z)) x)) |
(* z (- (+ t (/ x z)) x)) |
(*.f64 z (-.f64 (+.f64 t (/.f64 x z)) x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z))))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 x z)) (-.f64 t x))) |
(* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z))))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 x z)) (-.f64 t x))) |
(* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z))))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 x z)) (-.f64 t x))) |
(+ x (* -1 (* x z))) |
(*.f64 x (-.f64 #s(literal 1 binary64) z)) |
(+ x (+ (* -1 (* x z)) (* t z))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (+ (* -1 (* x z)) (* t z))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (+ (* -1 (* x z)) (* t z))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(* t z) |
(*.f64 z t) |
(* t (+ z (+ (* -1 (/ (* x z) t)) (/ x t)))) |
(*.f64 t (+.f64 z (-.f64 (/.f64 x t) (/.f64 (*.f64 x z) t)))) |
(* t (+ z (+ (* -1 (/ (* x z) t)) (/ x t)))) |
(*.f64 t (+.f64 z (-.f64 (/.f64 x t) (/.f64 (*.f64 x z) t)))) |
(* t (+ z (+ (* -1 (/ (* x z) t)) (/ x t)))) |
(*.f64 t (+.f64 z (-.f64 (/.f64 x t) (/.f64 (*.f64 x z) t)))) |
(* t z) |
(*.f64 z t) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* x z))) t))))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 (/.f64 (*.f64 x (+.f64 z #s(literal -1 binary64))) t) z)) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* x z))) t))))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 (/.f64 (*.f64 x (+.f64 z #s(literal -1 binary64))) t) z)) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* x z))) t))))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 (/.f64 (*.f64 x (+.f64 z #s(literal -1 binary64))) t) z)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* -1 (* x z)) |
(*.f64 x (-.f64 #s(literal 0 binary64) z)) |
(+ (* -1 (* x z)) (* t z)) |
(*.f64 z (-.f64 t x)) |
(+ (* -1 (* x z)) (* t z)) |
(*.f64 z (-.f64 t x)) |
(+ (* -1 (* x z)) (* t z)) |
(*.f64 z (-.f64 t x)) |
(* t z) |
(*.f64 z t) |
(* t (+ z (* -1 (/ (* x z) t)))) |
(*.f64 t (-.f64 z (/.f64 (*.f64 x z) t))) |
(* t (+ z (* -1 (/ (* x z) t)))) |
(*.f64 t (-.f64 z (/.f64 (*.f64 x z) t))) |
(* t (+ z (* -1 (/ (* x z) t)))) |
(*.f64 t (-.f64 z (/.f64 (*.f64 x z) t))) |
(* t z) |
(*.f64 z t) |
(* -1 (* t (+ (* -1 z) (/ (* x z) t)))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 (/.f64 (*.f64 x z) t) z)) |
(* -1 (* t (+ (* -1 z) (/ (* x z) t)))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 (/.f64 (*.f64 x z) t) z)) |
(* -1 (* t (+ (* -1 z) (/ (* x z) t)))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 (/.f64 (*.f64 x z) t) z)) |
(* t z) |
(*.f64 z t) |
(+ (* -1 (* x z)) (* t z)) |
(*.f64 z (-.f64 t x)) |
(+ (* -1 (* x z)) (* t z)) |
(*.f64 z (-.f64 t x)) |
(+ (* -1 (* x z)) (* t z)) |
(*.f64 z (-.f64 t x)) |
(* -1 (* x z)) |
(*.f64 x (-.f64 #s(literal 0 binary64) z)) |
(* x (+ (* -1 z) (/ (* t z) x))) |
(*.f64 x (-.f64 (/.f64 (*.f64 z t) x) z)) |
(* x (+ (* -1 z) (/ (* t z) x))) |
(*.f64 x (-.f64 (/.f64 (*.f64 z t) x) z)) |
(* x (+ (* -1 z) (/ (* t z) x))) |
(*.f64 x (-.f64 (/.f64 (*.f64 z t) x) z)) |
(* -1 (* x z)) |
(*.f64 x (-.f64 #s(literal 0 binary64) z)) |
(* -1 (* x (+ z (* -1 (/ (* t z) x))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 z (/.f64 (*.f64 z t) x))) |
(* -1 (* x (+ z (* -1 (/ (* t z) x))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 z (/.f64 (*.f64 z t) x))) |
(* -1 (* x (+ z (* -1 (/ (* t z) x))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 z (/.f64 (*.f64 z t) x))) |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(- t x) |
(-.f64 t x) |
(- t x) |
(-.f64 t x) |
(- t x) |
(-.f64 t x) |
t |
(* t (+ 1 (* -1 (/ x t)))) |
(*.f64 t (-.f64 #s(literal 1 binary64) (/.f64 x t))) |
(* t (+ 1 (* -1 (/ x t)))) |
(*.f64 t (-.f64 #s(literal 1 binary64) (/.f64 x t))) |
(* t (+ 1 (* -1 (/ x t)))) |
(*.f64 t (-.f64 #s(literal 1 binary64) (/.f64 x t))) |
t |
(* -1 (* t (- (/ x t) 1))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (+.f64 (/.f64 x t) #s(literal -1 binary64))) |
(* -1 (* t (- (/ x t) 1))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (+.f64 (/.f64 x t) #s(literal -1 binary64))) |
(* -1 (* t (- (/ x t) 1))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (+.f64 (/.f64 x t) #s(literal -1 binary64))) |
t |
(+ t (* -1 x)) |
(-.f64 t x) |
(+ t (* -1 x)) |
(-.f64 t x) |
(+ t (* -1 x)) |
(-.f64 t x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* x (- (/ t x) 1)) |
(*.f64 x (+.f64 (/.f64 t x) #s(literal -1 binary64))) |
(* x (- (/ t x) 1)) |
(*.f64 x (+.f64 (/.f64 t x) #s(literal -1 binary64))) |
(* x (- (/ t x) 1)) |
(*.f64 x (+.f64 (/.f64 t x) #s(literal -1 binary64))) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 (* x (+ 1 (* -1 (/ t x))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 1 binary64) (/.f64 t x))) |
(* -1 (* x (+ 1 (* -1 (/ t x))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 1 binary64) (/.f64 t x))) |
(* -1 (* x (+ 1 (* -1 (/ t x))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 1 binary64) (/.f64 t x))) |
(/ (- (* (pow x 2) (pow z 2)) (pow x 2)) (- (* -1 (* x z)) x)) |
(/.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (neg.f64 (*.f64 x (+.f64 z #s(literal 1 binary64))))) |
(- (+ (* t (- (* -2 (/ (* x (pow z 2)) (- (* -1 (* x z)) x))) (/ (* z (- (* (pow x 2) (pow z 2)) (pow x 2))) (pow (- (* -1 (* x z)) x) 2)))) (/ (* (pow x 2) (pow z 2)) (- (* -1 (* x z)) x))) (/ (pow x 2) (- (* -1 (* x z)) x))) |
(+.f64 (*.f64 t (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 x (*.f64 z z))) (neg.f64 (*.f64 x (+.f64 z #s(literal 1 binary64))))) (*.f64 z (/.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 (neg.f64 (*.f64 x (+.f64 z #s(literal 1 binary64)))) (neg.f64 (*.f64 x (+.f64 z #s(literal 1 binary64))))))))) (/.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (neg.f64 (*.f64 x (+.f64 z #s(literal 1 binary64)))))) |
(- (+ (* t (- (+ (* -2 (/ (* x (pow z 2)) (- (* -1 (* x z)) x))) (* t (- (/ (pow z 2) (- (* -1 (* x z)) x)) (/ (* z (- (* -2 (/ (* x (pow z 2)) (- (* -1 (* x z)) x))) (/ (* z (- (* (pow x 2) (pow z 2)) (pow x 2))) (pow (- (* -1 (* x z)) x) 2)))) (- (* -1 (* x z)) x))))) (/ (* z (- (* (pow x 2) (pow z 2)) (pow x 2))) (pow (- (* -1 (* x z)) x) 2)))) (/ (* (pow x 2) (pow z 2)) (- (* -1 (* x z)) x))) (/ (pow x 2) (- (* -1 (* x z)) x))) |
(+.f64 (*.f64 t (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 x (*.f64 z z))) (neg.f64 (*.f64 x (+.f64 z #s(literal 1 binary64))))) (-.f64 (*.f64 t (-.f64 (/.f64 (*.f64 z z) (neg.f64 (*.f64 x (+.f64 z #s(literal 1 binary64))))) (/.f64 (*.f64 z (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 x (*.f64 z z))) (neg.f64 (*.f64 x (+.f64 z #s(literal 1 binary64))))) (*.f64 z (/.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 (neg.f64 (*.f64 x (+.f64 z #s(literal 1 binary64)))) (neg.f64 (*.f64 x (+.f64 z #s(literal 1 binary64))))))))) (neg.f64 (*.f64 x (+.f64 z #s(literal 1 binary64))))))) (*.f64 z (/.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 (neg.f64 (*.f64 x (+.f64 z #s(literal 1 binary64)))) (neg.f64 (*.f64 x (+.f64 z #s(literal 1 binary64)))))))))) (/.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (neg.f64 (*.f64 x (+.f64 z #s(literal 1 binary64)))))) |
(- (+ (* t (- (+ (* -2 (/ (* x (pow z 2)) (- (* -1 (* x z)) x))) (* t (- (+ (* -1 (/ (* t (* z (- (/ (pow z 2) (- (* -1 (* x z)) x)) (/ (* z (- (* -2 (/ (* x (pow z 2)) (- (* -1 (* x z)) x))) (/ (* z (- (* (pow x 2) (pow z 2)) (pow x 2))) (pow (- (* -1 (* x z)) x) 2)))) (- (* -1 (* x z)) x))))) (- (* -1 (* x z)) x))) (/ (pow z 2) (- (* -1 (* x z)) x))) (/ (* z (- (* -2 (/ (* x (pow z 2)) (- (* -1 (* x z)) x))) (/ (* z (- (* (pow x 2) (pow z 2)) (pow x 2))) (pow (- (* -1 (* x z)) x) 2)))) (- (* -1 (* x z)) x))))) (/ (* z (- (* (pow x 2) (pow z 2)) (pow x 2))) (pow (- (* -1 (* x z)) x) 2)))) (/ (* (pow x 2) (pow z 2)) (- (* -1 (* x z)) x))) (/ (pow x 2) (- (* -1 (* x z)) x))) |
(+.f64 (*.f64 t (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 x (*.f64 z z))) (neg.f64 (*.f64 x (+.f64 z #s(literal 1 binary64))))) (-.f64 (*.f64 t (-.f64 (-.f64 (/.f64 (*.f64 z z) (neg.f64 (*.f64 x (+.f64 z #s(literal 1 binary64))))) (/.f64 (*.f64 (*.f64 z t) (-.f64 (/.f64 (*.f64 z z) (neg.f64 (*.f64 x (+.f64 z #s(literal 1 binary64))))) (/.f64 (*.f64 z (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 x (*.f64 z z))) (neg.f64 (*.f64 x (+.f64 z #s(literal 1 binary64))))) (*.f64 z (/.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 (neg.f64 (*.f64 x (+.f64 z #s(literal 1 binary64)))) (neg.f64 (*.f64 x (+.f64 z #s(literal 1 binary64))))))))) (neg.f64 (*.f64 x (+.f64 z #s(literal 1 binary64))))))) (neg.f64 (*.f64 x (+.f64 z #s(literal 1 binary64)))))) (/.f64 (*.f64 z (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 x (*.f64 z z))) (neg.f64 (*.f64 x (+.f64 z #s(literal 1 binary64))))) (*.f64 z (/.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 (neg.f64 (*.f64 x (+.f64 z #s(literal 1 binary64)))) (neg.f64 (*.f64 x (+.f64 z #s(literal 1 binary64))))))))) (neg.f64 (*.f64 x (+.f64 z #s(literal 1 binary64))))))) (*.f64 z (/.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 (neg.f64 (*.f64 x (+.f64 z #s(literal 1 binary64)))) (neg.f64 (*.f64 x (+.f64 z #s(literal 1 binary64)))))))))) (/.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (neg.f64 (*.f64 x (+.f64 z #s(literal 1 binary64)))))) |
(* t z) |
(*.f64 z t) |
(* t (- (+ z (+ (* -2 (/ (* x z) t)) (/ x t))) (* -1 (/ (* x z) t)))) |
(*.f64 t (+.f64 z (+.f64 (+.f64 (/.f64 x t) (/.f64 (*.f64 (*.f64 x z) #s(literal -2 binary64)) t)) (/.f64 (*.f64 x z) t)))) |
(* t (- (+ z (+ (* -2 (/ (* x z) t)) (+ (/ x t) (/ (* (pow x 2) z) (pow t 2))))) (+ (* -1 (/ (* x z) t)) (+ (/ (* (- (* -1 (* x z)) x) (- (+ x (* -2 (* x z))) (* -1 (* x z)))) (* (pow t 2) z)) (/ (pow x 2) (* (pow t 2) z)))))) |
(*.f64 t (-.f64 (+.f64 (+.f64 z (+.f64 (/.f64 (*.f64 (*.f64 x z) #s(literal -2 binary64)) t) (+.f64 (/.f64 x t) (/.f64 (*.f64 z (*.f64 x x)) (*.f64 t t))))) (/.f64 (*.f64 x z) t)) (+.f64 (/.f64 (*.f64 (neg.f64 (*.f64 x (+.f64 z #s(literal 1 binary64)))) (+.f64 x (+.f64 (*.f64 (*.f64 x z) #s(literal -2 binary64)) (*.f64 x z)))) (*.f64 z (*.f64 t t))) (*.f64 (/.f64 x z) (/.f64 x (*.f64 t t)))))) |
(* t (- (+ z (+ (* -2 (/ (* x z) t)) (+ (* -1 (/ (* (- (* -1 (* x z)) x) (- (* (pow x 2) z) (+ (/ (* (- (* -1 (* x z)) x) (- (+ x (* -2 (* x z))) (* -1 (* x z)))) z) (/ (pow x 2) z)))) (* (pow t 3) z))) (+ (/ x t) (/ (* (pow x 2) z) (pow t 2)))))) (+ (* -1 (/ (* x z) t)) (+ (/ (* (- (* -1 (* x z)) x) (- (+ x (* -2 (* x z))) (* -1 (* x z)))) (* (pow t 2) z)) (/ (pow x 2) (* (pow t 2) z)))))) |
(*.f64 t (-.f64 (+.f64 (+.f64 z (/.f64 (*.f64 (*.f64 x z) #s(literal -2 binary64)) t)) (-.f64 (+.f64 (/.f64 x t) (/.f64 (*.f64 z (*.f64 x x)) (*.f64 t t))) (/.f64 (*.f64 (neg.f64 (*.f64 x (+.f64 z #s(literal 1 binary64)))) (-.f64 (*.f64 z (*.f64 x x)) (+.f64 (/.f64 (*.f64 (neg.f64 (*.f64 x (+.f64 z #s(literal 1 binary64)))) (+.f64 x (+.f64 (*.f64 (*.f64 x z) #s(literal -2 binary64)) (*.f64 x z)))) z) (/.f64 (*.f64 x x) z)))) (*.f64 z (*.f64 t (*.f64 t t)))))) (-.f64 (+.f64 (/.f64 (*.f64 (neg.f64 (*.f64 x (+.f64 z #s(literal 1 binary64)))) (+.f64 x (+.f64 (*.f64 (*.f64 x z) #s(literal -2 binary64)) (*.f64 x z)))) (*.f64 z (*.f64 t t))) (*.f64 (/.f64 x z) (/.f64 x (*.f64 t t)))) (/.f64 (*.f64 x z) t)))) |
(* t z) |
(*.f64 z t) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (- (+ x (* -2 (* x z))) (* -1 (* x z))) t))))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (+.f64 x (+.f64 (*.f64 (*.f64 x z) #s(literal -2 binary64)) (*.f64 x z))) t))) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (- (+ x (+ (* -2 (* x z)) (* -1 (/ (- (* -1 (/ (- (* (pow x 2) (pow z 2)) (pow x 2)) z)) (* -1 (/ (* (- (* -1 (* x z)) x) (- (+ x (* -2 (* x z))) (* -1 (* x z)))) z))) t)))) (* -1 (* x z))) t))))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 (/.f64 (+.f64 (-.f64 (+.f64 x (*.f64 (*.f64 x z) #s(literal -2 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (-.f64 #s(literal 0 binary64) z)) (/.f64 (*.f64 (neg.f64 (*.f64 x (+.f64 z #s(literal 1 binary64)))) (+.f64 x (+.f64 (*.f64 (*.f64 x z) #s(literal -2 binary64)) (*.f64 x z)))) z)) t)) (*.f64 x z)) (-.f64 #s(literal 0 binary64) t)) z)) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (- (+ x (+ (* -2 (* x z)) (* -1 (/ (- (+ (* -1 (/ (* (- (* -1 (* x z)) x) (- (* -1 (/ (- (* (pow x 2) (pow z 2)) (pow x 2)) z)) (* -1 (/ (* (- (* -1 (* x z)) x) (- (+ x (* -2 (* x z))) (* -1 (* x z)))) z)))) (* t z))) (* -1 (/ (- (* (pow x 2) (pow z 2)) (pow x 2)) z))) (* -1 (/ (* (- (* -1 (* x z)) x) (- (+ x (* -2 (* x z))) (* -1 (* x z)))) z))) t)))) (* -1 (* x z))) t))))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 (/.f64 (+.f64 (-.f64 (+.f64 x (*.f64 (*.f64 x z) #s(literal -2 binary64))) (/.f64 (+.f64 (-.f64 (/.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (-.f64 #s(literal 0 binary64) z)) (/.f64 (*.f64 (neg.f64 (*.f64 x (+.f64 z #s(literal 1 binary64)))) (+.f64 (/.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (-.f64 #s(literal 0 binary64) z)) (/.f64 (*.f64 (neg.f64 (*.f64 x (+.f64 z #s(literal 1 binary64)))) (+.f64 x (+.f64 (*.f64 (*.f64 x z) #s(literal -2 binary64)) (*.f64 x z)))) z))) (*.f64 z t))) (/.f64 (*.f64 (neg.f64 (*.f64 x (+.f64 z #s(literal 1 binary64)))) (+.f64 x (+.f64 (*.f64 (*.f64 x z) #s(literal -2 binary64)) (*.f64 x z)))) z)) t)) (*.f64 x z)) (-.f64 #s(literal 0 binary64) t)) z)) |
(* t z) |
(*.f64 z t) |
(+ (* t z) (* x (- (+ 1 (* -2 z)) (* -1 z)))) |
(+.f64 (*.f64 z t) (*.f64 x (+.f64 #s(literal 1 binary64) (+.f64 (*.f64 z #s(literal -2 binary64)) z)))) |
(+ (* t z) (* x (- (+ 1 (+ (* -2 z) (* x (- (/ z t) (+ (/ 1 (* t z)) (/ (* (- (* -1 z) 1) (- (+ 1 (* -2 z)) (* -1 z))) (* t z))))))) (* -1 z)))) |
(+.f64 (*.f64 z t) (*.f64 x (+.f64 (+.f64 (+.f64 #s(literal 1 binary64) (*.f64 z #s(literal -2 binary64))) (*.f64 x (-.f64 (/.f64 z t) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 z t)) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (*.f64 z #s(literal -2 binary64)) z)) (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64))) (*.f64 z t)))))) z))) |
(+ (* t z) (* x (- (+ 1 (+ (* -2 z) (* x (- (+ (* -1 (/ (* x (* (- (* -1 z) 1) (- (/ z t) (+ (/ 1 (* t z)) (/ (* (- (* -1 z) 1) (- (+ 1 (* -2 z)) (* -1 z))) (* t z)))))) (* t z))) (/ z t)) (+ (/ 1 (* t z)) (/ (* (- (* -1 z) 1) (- (+ 1 (* -2 z)) (* -1 z))) (* t z))))))) (* -1 z)))) |
(+.f64 (*.f64 z t) (*.f64 x (+.f64 #s(literal 1 binary64) (+.f64 (+.f64 (*.f64 z #s(literal -2 binary64)) (*.f64 x (-.f64 (-.f64 (/.f64 z t) (/.f64 (*.f64 (neg.f64 (*.f64 x (+.f64 z #s(literal 1 binary64)))) (-.f64 (/.f64 z t) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 z t)) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (*.f64 z #s(literal -2 binary64)) z)) (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64))) (*.f64 z t))))) (*.f64 z t))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 z t)) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (*.f64 z #s(literal -2 binary64)) z)) (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64))) (*.f64 z t)))))) z)))) |
(/ (* x (- (pow z 2) 1)) (- (* -1 z) 1)) |
(/.f64 (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))) (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64))) |
(* x (- (+ (* -2 (/ (* t (pow z 2)) (* x (- (* -1 z) 1)))) (/ (pow z 2) (- (* -1 z) 1))) (+ (/ 1 (- (* -1 z) 1)) (/ (* t (* z (- (pow z 2) 1))) (* x (pow (- (* -1 z) 1) 2)))))) |
(*.f64 x (+.f64 (*.f64 (/.f64 (*.f64 t (*.f64 z z)) x) (/.f64 #s(literal -2 binary64) (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64)))) (-.f64 (/.f64 (*.f64 z z) (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64))) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64))) (/.f64 (*.f64 (*.f64 z t) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 x (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64)) (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64))))))))) |
(* x (- (+ (* -2 (/ (* t (pow z 2)) (* x (- (* -1 z) 1)))) (+ (/ (* (pow t 2) (pow z 2)) (* (pow x 2) (- (* -1 z) 1))) (/ (pow z 2) (- (* -1 z) 1)))) (+ (/ 1 (- (* -1 z) 1)) (+ (/ (* t (* z (- (* -2 (/ (* t (pow z 2)) (- (* -1 z) 1))) (/ (* t (* z (- (pow z 2) 1))) (pow (- (* -1 z) 1) 2))))) (* (pow x 2) (- (* -1 z) 1))) (/ (* t (* z (- (pow z 2) 1))) (* x (pow (- (* -1 z) 1) 2))))))) |
(*.f64 x (-.f64 (-.f64 (+.f64 (*.f64 (/.f64 (*.f64 t (*.f64 z z)) x) (/.f64 #s(literal -2 binary64) (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64)))) (+.f64 (/.f64 (*.f64 z z) (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64))) (/.f64 (*.f64 (*.f64 z t) (*.f64 z t)) (*.f64 (*.f64 x x) (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64)))))) (/.f64 #s(literal 1 binary64) (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64)))) (*.f64 t (+.f64 (/.f64 (*.f64 z (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 x (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64)) (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64))))) (/.f64 (*.f64 z (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 z z))) (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64))) (/.f64 (*.f64 (*.f64 z t) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64)) (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64)))))) (*.f64 (*.f64 x x) (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64)))))))) |
(* x (- (+ (* -2 (/ (* t (pow z 2)) (* x (- (* -1 z) 1)))) (+ (* -1 (/ (* t (* z (- (/ (* (pow t 2) (pow z 2)) (- (* -1 z) 1)) (/ (* t (* z (- (* -2 (/ (* t (pow z 2)) (- (* -1 z) 1))) (/ (* t (* z (- (pow z 2) 1))) (pow (- (* -1 z) 1) 2))))) (- (* -1 z) 1))))) (* (pow x 3) (- (* -1 z) 1)))) (+ (/ (* (pow t 2) (pow z 2)) (* (pow x 2) (- (* -1 z) 1))) (/ (pow z 2) (- (* -1 z) 1))))) (+ (/ 1 (- (* -1 z) 1)) (+ (/ (* t (* z (- (* -2 (/ (* t (pow z 2)) (- (* -1 z) 1))) (/ (* t (* z (- (pow z 2) 1))) (pow (- (* -1 z) 1) 2))))) (* (pow x 2) (- (* -1 z) 1))) (/ (* t (* z (- (pow z 2) 1))) (* x (pow (- (* -1 z) 1) 2))))))) |
(*.f64 x (+.f64 (*.f64 (/.f64 (*.f64 t (*.f64 z z)) x) (/.f64 #s(literal -2 binary64) (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64)))) (-.f64 (-.f64 (+.f64 (/.f64 (*.f64 z z) (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64))) (/.f64 (*.f64 (*.f64 z t) (*.f64 z t)) (*.f64 (*.f64 x x) (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64))))) (/.f64 (*.f64 (*.f64 z t) (-.f64 (/.f64 (*.f64 (*.f64 z t) (*.f64 z t)) (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64))) (/.f64 (*.f64 (*.f64 z t) (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 z z))) (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64))) (/.f64 (*.f64 (*.f64 z t) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64)) (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64)))))) (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64))))) (*.f64 (*.f64 x (*.f64 x x)) (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64))))) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64))) (*.f64 t (+.f64 (/.f64 (*.f64 z (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 x (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64)) (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64))))) (/.f64 (*.f64 z (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 z z))) (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64))) (/.f64 (*.f64 (*.f64 z t) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64)) (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64)))))) (*.f64 (*.f64 x x) (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64)))))))))) |
(* -1 (/ (* x (- (pow z 2) 1)) (+ 1 z))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (+.f64 (*.f64 z z) #s(literal -1 binary64)) (+.f64 z #s(literal 1 binary64)))) |
(* -1 (* x (- (+ (* -1 (/ (- (* 2 (/ (* t (pow z 2)) (+ 1 z))) (/ (* t (* z (- (pow z 2) 1))) (pow (+ 1 z) 2))) x)) (/ (pow z 2) (+ 1 z))) (/ 1 (+ 1 z))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 t (*.f64 z z))) (+.f64 z #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 z t) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 (+.f64 z #s(literal 1 binary64)) (+.f64 z #s(literal 1 binary64))))) (-.f64 #s(literal 0 binary64) x)) (/.f64 (+.f64 (*.f64 z z) #s(literal -1 binary64)) (+.f64 z #s(literal 1 binary64))))) |
(* -1 (* x (- (+ (* -1 (/ (- (+ (* -1 (/ (- (/ (* (pow t 2) (pow z 2)) (+ 1 z)) (/ (* t (* z (- (* 2 (/ (* t (pow z 2)) (+ 1 z))) (/ (* t (* z (- (pow z 2) 1))) (pow (+ 1 z) 2))))) (+ 1 z))) x)) (* 2 (/ (* t (pow z 2)) (+ 1 z)))) (/ (* t (* z (- (pow z 2) 1))) (pow (+ 1 z) 2))) x)) (/ (pow z 2) (+ 1 z))) (/ 1 (+ 1 z))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (/.f64 (-.f64 (-.f64 (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 t (*.f64 z z))) (+.f64 z #s(literal 1 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 (*.f64 z t) (*.f64 z t)) (+.f64 z #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 z t) (-.f64 (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 t (*.f64 z z))) (+.f64 z #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 z t) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 (+.f64 z #s(literal 1 binary64)) (+.f64 z #s(literal 1 binary64)))))) (+.f64 z #s(literal 1 binary64)))) x)) (/.f64 (*.f64 (*.f64 z t) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 (+.f64 z #s(literal 1 binary64)) (+.f64 z #s(literal 1 binary64))))) (-.f64 #s(literal 0 binary64) x)) (/.f64 (+.f64 (*.f64 z z) #s(literal -1 binary64)) (+.f64 z #s(literal 1 binary64))))) |
(* -1 (* x (- (+ (* -1 (/ (- (+ (* -1 (/ (- (+ (/ (* t (* z (- (/ (* (pow t 2) (pow z 2)) (+ 1 z)) (/ (* t (* z (- (* 2 (/ (* t (pow z 2)) (+ 1 z))) (/ (* t (* z (- (pow z 2) 1))) (pow (+ 1 z) 2))))) (+ 1 z))))) (* x (+ 1 z))) (/ (* (pow t 2) (pow z 2)) (+ 1 z))) (/ (* t (* z (- (* 2 (/ (* t (pow z 2)) (+ 1 z))) (/ (* t (* z (- (pow z 2) 1))) (pow (+ 1 z) 2))))) (+ 1 z))) x)) (* 2 (/ (* t (pow z 2)) (+ 1 z)))) (/ (* t (* z (- (pow z 2) 1))) (pow (+ 1 z) 2))) x)) (/ (pow z 2) (+ 1 z))) (/ 1 (+ 1 z))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (/.f64 (-.f64 (-.f64 (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 t (*.f64 z z))) (+.f64 z #s(literal 1 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 z t) (-.f64 (/.f64 (*.f64 (*.f64 z t) (*.f64 z t)) (+.f64 z #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 z t) (-.f64 (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 t (*.f64 z z))) (+.f64 z #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 z t) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 (+.f64 z #s(literal 1 binary64)) (+.f64 z #s(literal 1 binary64)))))) (+.f64 z #s(literal 1 binary64))))) (*.f64 x (+.f64 z #s(literal 1 binary64)))) (-.f64 (/.f64 (*.f64 (*.f64 z t) (*.f64 z t)) (+.f64 z #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 z t) (-.f64 (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 t (*.f64 z z))) (+.f64 z #s(literal 1 binary64))) (/.f64 (*.f64 (*.f64 z t) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 (+.f64 z #s(literal 1 binary64)) (+.f64 z #s(literal 1 binary64)))))) (+.f64 z #s(literal 1 binary64))))) x)) (/.f64 (*.f64 (*.f64 z t) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 (+.f64 z #s(literal 1 binary64)) (+.f64 z #s(literal 1 binary64))))) (-.f64 #s(literal 0 binary64) x)) (/.f64 (+.f64 (*.f64 z z) #s(literal -1 binary64)) (+.f64 z #s(literal 1 binary64))))) |
(/ (- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) (- (* z (- t x)) x)) |
(/.f64 (-.f64 (*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) (*.f64 x x)) (-.f64 (*.f64 z (-.f64 t x)) x)) |
(/ (- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) (- (* z (- t x)) x)) |
(/.f64 (-.f64 (*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) (*.f64 x x)) (-.f64 (*.f64 z (-.f64 t x)) x)) |
(/ (- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) (- (* z (- t x)) x)) |
(/.f64 (-.f64 (*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) (*.f64 x x)) (-.f64 (*.f64 z (-.f64 t x)) x)) |
(/ (- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) (- (* z (- t x)) x)) |
(/.f64 (-.f64 (*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) (*.f64 x x)) (-.f64 (*.f64 z (-.f64 t x)) x)) |
(/ (- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) (- (* z (- t x)) x)) |
(/.f64 (-.f64 (*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) (*.f64 x x)) (-.f64 (*.f64 z (-.f64 t x)) x)) |
(/ (- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) (- (* z (- t x)) x)) |
(/.f64 (-.f64 (*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) (*.f64 x x)) (-.f64 (*.f64 z (-.f64 t x)) x)) |
(/ (- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) (- (* z (- t x)) x)) |
(/.f64 (-.f64 (*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) (*.f64 x x)) (-.f64 (*.f64 z (-.f64 t x)) x)) |
(/ (- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) (- (* z (- t x)) x)) |
(/.f64 (-.f64 (*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) (*.f64 x x)) (-.f64 (*.f64 z (-.f64 t x)) x)) |
(/ (- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) (- (* z (- t x)) x)) |
(/.f64 (-.f64 (*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) (*.f64 x x)) (-.f64 (*.f64 z (-.f64 t x)) x)) |
(/ (- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) (- (* z (- t x)) x)) |
(/.f64 (-.f64 (*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) (*.f64 x x)) (-.f64 (*.f64 z (-.f64 t x)) x)) |
(/ (- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) (- (* z (- t x)) x)) |
(/.f64 (-.f64 (*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) (*.f64 x x)) (-.f64 (*.f64 z (-.f64 t x)) x)) |
(/ (- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) (- (* z (- t x)) x)) |
(/.f64 (-.f64 (*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) (*.f64 x x)) (-.f64 (*.f64 z (-.f64 t x)) x)) |
x |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- (+ t (/ x z)) x)) |
(*.f64 z (-.f64 (+.f64 t (/.f64 x z)) x)) |
(* z (- (+ t (/ x z)) x)) |
(*.f64 z (-.f64 (+.f64 t (/.f64 x z)) x)) |
(* z (- (+ t (/ x z)) x)) |
(*.f64 z (-.f64 (+.f64 t (/.f64 x z)) x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z))))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 x z)) (-.f64 t x))) |
(* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z))))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 x z)) (-.f64 t x))) |
(* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z))))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 x z)) (-.f64 t x))) |
(- (* (pow x 2) (pow z 2)) (pow x 2)) |
(*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) |
(- (+ (* -2 (* t (* x (pow z 2)))) (* (pow x 2) (pow z 2))) (pow x 2)) |
(+.f64 (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z)))) (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64)))) |
(- (+ (* t (+ (* -2 (* x (pow z 2))) (* t (pow z 2)))) (* (pow x 2) (pow z 2))) (pow x 2)) |
(+.f64 (*.f64 t (+.f64 (*.f64 t (*.f64 z z)) (*.f64 #s(literal -2 binary64) (*.f64 x (*.f64 z z))))) (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64)))) |
(- (+ (* t (+ (* -2 (* x (pow z 2))) (* t (pow z 2)))) (* (pow x 2) (pow z 2))) (pow x 2)) |
(+.f64 (*.f64 t (+.f64 (*.f64 t (*.f64 z z)) (*.f64 #s(literal -2 binary64) (*.f64 x (*.f64 z z))))) (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64)))) |
(* (pow t 2) (pow z 2)) |
(*.f64 (*.f64 z t) (*.f64 z t)) |
(* (pow t 2) (+ (* -2 (/ (* x (pow z 2)) t)) (pow z 2))) |
(*.f64 (*.f64 t t) (+.f64 (*.f64 z z) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 x (*.f64 z z))) t))) |
(* (pow t 2) (- (+ (* -2 (/ (* x (pow z 2)) t)) (+ (/ (* (pow x 2) (pow z 2)) (pow t 2)) (pow z 2))) (/ (pow x 2) (pow t 2)))) |
(*.f64 (*.f64 t t) (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 x (*.f64 z z))) t) (-.f64 (+.f64 (*.f64 z z) (/.f64 (*.f64 (*.f64 x x) (*.f64 z z)) (*.f64 t t))) (/.f64 (*.f64 x x) (*.f64 t t))))) |
(* (pow t 2) (- (+ (* -2 (/ (* x (pow z 2)) t)) (+ (/ (* (pow x 2) (pow z 2)) (pow t 2)) (pow z 2))) (/ (pow x 2) (pow t 2)))) |
(*.f64 (*.f64 t t) (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 x (*.f64 z z))) t) (-.f64 (+.f64 (*.f64 z z) (/.f64 (*.f64 (*.f64 x x) (*.f64 z z)) (*.f64 t t))) (/.f64 (*.f64 x x) (*.f64 t t))))) |
(* (pow t 2) (pow z 2)) |
(*.f64 (*.f64 z t) (*.f64 z t)) |
(* (pow t 2) (+ (* -2 (/ (* x (pow z 2)) t)) (pow z 2))) |
(*.f64 (*.f64 t t) (+.f64 (*.f64 z z) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 x (*.f64 z z))) t))) |
(* (pow t 2) (+ (* -1 (/ (+ (* -1 (/ (- (* (pow x 2) (pow z 2)) (pow x 2)) t)) (* 2 (* x (pow z 2)))) t)) (pow z 2))) |
(*.f64 (*.f64 t t) (-.f64 (*.f64 z z) (/.f64 (-.f64 (*.f64 #s(literal 2 binary64) (*.f64 x (*.f64 z z))) (/.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) t)) t))) |
(* (pow t 2) (+ (* -1 (/ (+ (* -1 (/ (- (* (pow x 2) (pow z 2)) (pow x 2)) t)) (* 2 (* x (pow z 2)))) t)) (pow z 2))) |
(*.f64 (*.f64 t t) (-.f64 (*.f64 z z) (/.f64 (-.f64 (*.f64 #s(literal 2 binary64) (*.f64 x (*.f64 z z))) (/.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) t)) t))) |
(* (pow t 2) (pow z 2)) |
(*.f64 (*.f64 z t) (*.f64 z t)) |
(+ (* -2 (* t (* x (pow z 2)))) (* (pow t 2) (pow z 2))) |
(+.f64 (*.f64 (*.f64 z t) (*.f64 z t)) (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z))))) |
(+ (* x (+ (* -2 (* t (pow z 2))) (* x (- (pow z 2) 1)))) (* (pow t 2) (pow z 2))) |
(+.f64 (*.f64 (*.f64 z t) (*.f64 z t)) (*.f64 x (+.f64 (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 z z)))))) |
(+ (* x (+ (* -2 (* t (pow z 2))) (* x (- (pow z 2) 1)))) (* (pow t 2) (pow z 2))) |
(+.f64 (*.f64 (*.f64 z t) (*.f64 z t)) (*.f64 x (+.f64 (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 z z)))))) |
(* (pow x 2) (- (pow z 2) 1)) |
(*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) |
(* (pow x 2) (- (+ (* -2 (/ (* t (pow z 2)) x)) (pow z 2)) 1)) |
(*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 z z))) x) (+.f64 (*.f64 z z) #s(literal -1 binary64)))) |
(* (pow x 2) (- (+ (* -2 (/ (* t (pow z 2)) x)) (+ (/ (* (pow t 2) (pow z 2)) (pow x 2)) (pow z 2))) 1)) |
(*.f64 (*.f64 x x) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 z z))) x) (+.f64 (*.f64 z z) (/.f64 (*.f64 (*.f64 z t) (*.f64 z t)) (*.f64 x x)))) #s(literal -1 binary64))) |
(* (pow x 2) (- (+ (* -2 (/ (* t (pow z 2)) x)) (+ (/ (* (pow t 2) (pow z 2)) (pow x 2)) (pow z 2))) 1)) |
(*.f64 (*.f64 x x) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 z z))) x) (+.f64 (*.f64 z z) (/.f64 (*.f64 (*.f64 z t) (*.f64 z t)) (*.f64 x x)))) #s(literal -1 binary64))) |
(* (pow x 2) (- (pow z 2) 1)) |
(*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) |
(* (pow x 2) (- (+ (* -2 (/ (* t (pow z 2)) x)) (pow z 2)) 1)) |
(*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 z z))) x) (+.f64 (*.f64 z z) #s(literal -1 binary64)))) |
(* (pow x 2) (- (+ (* -1 (/ (+ (* -1 (/ (* (pow t 2) (pow z 2)) x)) (* 2 (* t (pow z 2)))) x)) (pow z 2)) 1)) |
(*.f64 (*.f64 x x) (+.f64 (-.f64 (*.f64 z z) (/.f64 (-.f64 (*.f64 #s(literal 2 binary64) (*.f64 t (*.f64 z z))) (*.f64 (*.f64 t t) (/.f64 (*.f64 z z) x))) x)) #s(literal -1 binary64))) |
(* (pow x 2) (- (+ (* -1 (/ (+ (* -1 (/ (* (pow t 2) (pow z 2)) x)) (* 2 (* t (pow z 2)))) x)) (pow z 2)) 1)) |
(*.f64 (*.f64 x x) (+.f64 (-.f64 (*.f64 z z) (/.f64 (-.f64 (*.f64 #s(literal 2 binary64) (*.f64 t (*.f64 z z))) (*.f64 (*.f64 t t) (/.f64 (*.f64 z z) x))) x)) #s(literal -1 binary64))) |
(- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) |
(-.f64 (*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) (*.f64 x x)) |
(- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) |
(-.f64 (*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) (*.f64 x x)) |
(- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) |
(-.f64 (*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) (*.f64 x x)) |
(- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) |
(-.f64 (*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) (*.f64 x x)) |
(- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) |
(-.f64 (*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) (*.f64 x x)) |
(- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) |
(-.f64 (*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) (*.f64 x x)) |
(- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) |
(-.f64 (*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) (*.f64 x x)) |
(- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) |
(-.f64 (*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) (*.f64 x x)) |
(- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) |
(-.f64 (*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) (*.f64 x x)) |
(- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) |
(-.f64 (*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) (*.f64 x x)) |
(- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) |
(-.f64 (*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) (*.f64 x x)) |
(- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) |
(-.f64 (*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) (*.f64 x x)) |
(* -1 (pow x 2)) |
(*.f64 x (-.f64 #s(literal 0 binary64) x)) |
(- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) |
(-.f64 (*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) (*.f64 x x)) |
(- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) |
(-.f64 (*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) (*.f64 x x)) |
(- (* (pow z 2) (pow (- t x) 2)) (pow x 2)) |
(-.f64 (*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) (*.f64 x x)) |
(* (pow z 2) (pow (- t x) 2)) |
(*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) |
(* (pow z 2) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow (- t x) 2))) |
(*.f64 (*.f64 z z) (-.f64 (*.f64 (-.f64 t x) (-.f64 t x)) (/.f64 (*.f64 x x) (*.f64 z z)))) |
(* (pow z 2) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow (- t x) 2))) |
(*.f64 (*.f64 z z) (-.f64 (*.f64 (-.f64 t x) (-.f64 t x)) (/.f64 (*.f64 x x) (*.f64 z z)))) |
(* (pow z 2) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow (- t x) 2))) |
(*.f64 (*.f64 z z) (-.f64 (*.f64 (-.f64 t x) (-.f64 t x)) (/.f64 (*.f64 x x) (*.f64 z z)))) |
(* (pow z 2) (pow (- t x) 2)) |
(*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) |
(* (pow z 2) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow (- t x) 2))) |
(*.f64 (*.f64 z z) (-.f64 (*.f64 (-.f64 t x) (-.f64 t x)) (/.f64 (*.f64 x x) (*.f64 z z)))) |
(* (pow z 2) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow (- t x) 2))) |
(*.f64 (*.f64 z z) (-.f64 (*.f64 (-.f64 t x) (-.f64 t x)) (/.f64 (*.f64 x x) (*.f64 z z)))) |
(* (pow z 2) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow (- t x) 2))) |
(*.f64 (*.f64 z z) (-.f64 (*.f64 (-.f64 t x) (-.f64 t x)) (/.f64 (*.f64 x x) (*.f64 z z)))) |
(* (pow x 2) (pow z 2)) |
(*.f64 (*.f64 x x) (*.f64 z z)) |
(+ (* -2 (* t (* x (pow z 2)))) (* (pow x 2) (pow z 2))) |
(+.f64 (*.f64 (*.f64 x x) (*.f64 z z)) (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z))))) |
(+ (* t (+ (* -2 (* x (pow z 2))) (* t (pow z 2)))) (* (pow x 2) (pow z 2))) |
(+.f64 (*.f64 (*.f64 x x) (*.f64 z z)) (*.f64 t (+.f64 (*.f64 t (*.f64 z z)) (*.f64 #s(literal -2 binary64) (*.f64 x (*.f64 z z)))))) |
(+ (* t (+ (* -2 (* x (pow z 2))) (* t (pow z 2)))) (* (pow x 2) (pow z 2))) |
(+.f64 (*.f64 (*.f64 x x) (*.f64 z z)) (*.f64 t (+.f64 (*.f64 t (*.f64 z z)) (*.f64 #s(literal -2 binary64) (*.f64 x (*.f64 z z)))))) |
(* (pow t 2) (pow z 2)) |
(*.f64 (*.f64 z t) (*.f64 z t)) |
(* (pow t 2) (+ (* -2 (/ (* x (pow z 2)) t)) (pow z 2))) |
(*.f64 (*.f64 t t) (+.f64 (*.f64 z z) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 x (*.f64 z z))) t))) |
(* (pow t 2) (+ (* -2 (/ (* x (pow z 2)) t)) (+ (/ (* (pow x 2) (pow z 2)) (pow t 2)) (pow z 2)))) |
(*.f64 (*.f64 t t) (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 x (*.f64 z z))) t) (+.f64 (*.f64 z z) (/.f64 (*.f64 (*.f64 x x) (*.f64 z z)) (*.f64 t t))))) |
(* (pow t 2) (+ (* -2 (/ (* x (pow z 2)) t)) (+ (/ (* (pow x 2) (pow z 2)) (pow t 2)) (pow z 2)))) |
(*.f64 (*.f64 t t) (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 x (*.f64 z z))) t) (+.f64 (*.f64 z z) (/.f64 (*.f64 (*.f64 x x) (*.f64 z z)) (*.f64 t t))))) |
(* (pow t 2) (pow z 2)) |
(*.f64 (*.f64 z t) (*.f64 z t)) |
(* (pow t 2) (+ (* -2 (/ (* x (pow z 2)) t)) (pow z 2))) |
(*.f64 (*.f64 t t) (+.f64 (*.f64 z z) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 x (*.f64 z z))) t))) |
(* (pow t 2) (+ (* -1 (/ (+ (* -1 (/ (* (pow x 2) (pow z 2)) t)) (* 2 (* x (pow z 2)))) t)) (pow z 2))) |
(*.f64 (*.f64 t t) (-.f64 (*.f64 z z) (/.f64 (-.f64 (*.f64 #s(literal 2 binary64) (*.f64 x (*.f64 z z))) (*.f64 (*.f64 x x) (/.f64 (*.f64 z z) t))) t))) |
(* (pow t 2) (+ (* -1 (/ (+ (* -1 (/ (* (pow x 2) (pow z 2)) t)) (* 2 (* x (pow z 2)))) t)) (pow z 2))) |
(*.f64 (*.f64 t t) (-.f64 (*.f64 z z) (/.f64 (-.f64 (*.f64 #s(literal 2 binary64) (*.f64 x (*.f64 z z))) (*.f64 (*.f64 x x) (/.f64 (*.f64 z z) t))) t))) |
(* (pow t 2) (pow z 2)) |
(*.f64 (*.f64 z t) (*.f64 z t)) |
(+ (* -2 (* t (* x (pow z 2)))) (* (pow t 2) (pow z 2))) |
(+.f64 (*.f64 (*.f64 z t) (*.f64 z t)) (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z))))) |
(+ (* x (+ (* -2 (* t (pow z 2))) (* x (pow z 2)))) (* (pow t 2) (pow z 2))) |
(+.f64 (*.f64 (*.f64 z t) (*.f64 z t)) (*.f64 x (+.f64 (*.f64 x (*.f64 z z)) (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 z z)))))) |
(+ (* x (+ (* -2 (* t (pow z 2))) (* x (pow z 2)))) (* (pow t 2) (pow z 2))) |
(+.f64 (*.f64 (*.f64 z t) (*.f64 z t)) (*.f64 x (+.f64 (*.f64 x (*.f64 z z)) (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 z z)))))) |
(* (pow x 2) (pow z 2)) |
(*.f64 (*.f64 x x) (*.f64 z z)) |
(* (pow x 2) (+ (* -2 (/ (* t (pow z 2)) x)) (pow z 2))) |
(*.f64 (*.f64 x x) (+.f64 (*.f64 z z) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 z z))) x))) |
(* (pow x 2) (+ (* -2 (/ (* t (pow z 2)) x)) (+ (/ (* (pow t 2) (pow z 2)) (pow x 2)) (pow z 2)))) |
(*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 z z))) x) (+.f64 (*.f64 z z) (/.f64 (*.f64 (*.f64 z t) (*.f64 z t)) (*.f64 x x))))) |
(* (pow x 2) (+ (* -2 (/ (* t (pow z 2)) x)) (+ (/ (* (pow t 2) (pow z 2)) (pow x 2)) (pow z 2)))) |
(*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 z z))) x) (+.f64 (*.f64 z z) (/.f64 (*.f64 (*.f64 z t) (*.f64 z t)) (*.f64 x x))))) |
(* (pow x 2) (pow z 2)) |
(*.f64 (*.f64 x x) (*.f64 z z)) |
(* (pow x 2) (+ (* -2 (/ (* t (pow z 2)) x)) (pow z 2))) |
(*.f64 (*.f64 x x) (+.f64 (*.f64 z z) (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 z z))) x))) |
(* (pow x 2) (+ (* -1 (/ (+ (* -1 (/ (* (pow t 2) (pow z 2)) x)) (* 2 (* t (pow z 2)))) x)) (pow z 2))) |
(*.f64 (*.f64 x x) (-.f64 (*.f64 z z) (/.f64 (-.f64 (*.f64 #s(literal 2 binary64) (*.f64 t (*.f64 z z))) (*.f64 (*.f64 t t) (/.f64 (*.f64 z z) x))) x))) |
(* (pow x 2) (+ (* -1 (/ (+ (* -1 (/ (* (pow t 2) (pow z 2)) x)) (* 2 (* t (pow z 2)))) x)) (pow z 2))) |
(*.f64 (*.f64 x x) (-.f64 (*.f64 z z) (/.f64 (-.f64 (*.f64 #s(literal 2 binary64) (*.f64 t (*.f64 z z))) (*.f64 (*.f64 t t) (/.f64 (*.f64 z z) x))) x))) |
(* (pow z 2) (pow (- t x) 2)) |
(*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) |
(* (pow z 2) (pow (- t x) 2)) |
(*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) |
(* (pow z 2) (pow (- t x) 2)) |
(*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) |
(* (pow z 2) (pow (- t x) 2)) |
(*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) |
(* (pow z 2) (pow (- t x) 2)) |
(*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) |
(* (pow z 2) (pow (- t x) 2)) |
(*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) |
(* (pow z 2) (pow (- t x) 2)) |
(*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) |
(* (pow z 2) (pow (- t x) 2)) |
(*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) |
(* (pow z 2) (pow (- t x) 2)) |
(*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) |
(* (pow z 2) (pow (- t x) 2)) |
(*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) |
(* (pow z 2) (pow (- t x) 2)) |
(*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) |
(* (pow z 2) (pow (- t x) 2)) |
(*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) |
(* (pow z 2) (pow (- t x) 2)) |
(*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) |
(* (pow z 2) (pow (- t x) 2)) |
(*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) |
(* (pow z 2) (pow (- t x) 2)) |
(*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) |
(* (pow z 2) (pow (- t x) 2)) |
(*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) |
(* (pow z 2) (pow (- t x) 2)) |
(*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) |
(* (pow z 2) (pow (- t x) 2)) |
(*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) |
(* (pow z 2) (pow (- t x) 2)) |
(*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) |
(* (pow z 2) (pow (- t x) 2)) |
(*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) |
(* (pow z 2) (pow (- t x) 2)) |
(*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) |
(* (pow z 2) (pow (- t x) 2)) |
(*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) |
(* (pow z 2) (pow (- t x) 2)) |
(*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) |
(* (pow z 2) (pow (- t x) 2)) |
(*.f64 (*.f64 z (-.f64 t x)) (*.f64 z (-.f64 t x))) |
(* y (* (pow z 2) (- t x))) |
(*.f64 (*.f64 y (*.f64 z z)) (-.f64 t x)) |
(* y (* (pow z 2) (- t x))) |
(*.f64 (*.f64 y (*.f64 z z)) (-.f64 t x)) |
(* y (* (pow z 2) (- t x))) |
(*.f64 (*.f64 y (*.f64 z z)) (-.f64 t x)) |
(* y (* (pow z 2) (- t x))) |
(*.f64 (*.f64 y (*.f64 z z)) (-.f64 t x)) |
(* y (* (pow z 2) (- t x))) |
(*.f64 (*.f64 y (*.f64 z z)) (-.f64 t x)) |
(* y (* (pow z 2) (- t x))) |
(*.f64 (*.f64 y (*.f64 z z)) (-.f64 t x)) |
(* y (* (pow z 2) (- t x))) |
(*.f64 (*.f64 y (*.f64 z z)) (-.f64 t x)) |
(* y (* (pow z 2) (- t x))) |
(*.f64 (*.f64 y (*.f64 z z)) (-.f64 t x)) |
(* y (* (pow z 2) (- t x))) |
(*.f64 (*.f64 y (*.f64 z z)) (-.f64 t x)) |
(* y (* (pow z 2) (- t x))) |
(*.f64 (*.f64 y (*.f64 z z)) (-.f64 t x)) |
(* y (* (pow z 2) (- t x))) |
(*.f64 (*.f64 y (*.f64 z z)) (-.f64 t x)) |
(* y (* (pow z 2) (- t x))) |
(*.f64 (*.f64 y (*.f64 z z)) (-.f64 t x)) |
(* y (* (pow z 2) (- t x))) |
(*.f64 (*.f64 y (*.f64 z z)) (-.f64 t x)) |
(* y (* (pow z 2) (- t x))) |
(*.f64 (*.f64 y (*.f64 z z)) (-.f64 t x)) |
(* y (* (pow z 2) (- t x))) |
(*.f64 (*.f64 y (*.f64 z z)) (-.f64 t x)) |
(* y (* (pow z 2) (- t x))) |
(*.f64 (*.f64 y (*.f64 z z)) (-.f64 t x)) |
(* y (* (pow z 2) (- t x))) |
(*.f64 (*.f64 y (*.f64 z z)) (-.f64 t x)) |
(* y (* (pow z 2) (- t x))) |
(*.f64 (*.f64 y (*.f64 z z)) (-.f64 t x)) |
(* y (* (pow z 2) (- t x))) |
(*.f64 (*.f64 y (*.f64 z z)) (-.f64 t x)) |
(* y (* (pow z 2) (- t x))) |
(*.f64 (*.f64 y (*.f64 z z)) (-.f64 t x)) |
(* y (* (pow z 2) (- t x))) |
(*.f64 (*.f64 y (*.f64 z z)) (-.f64 t x)) |
(* y (* (pow z 2) (- t x))) |
(*.f64 (*.f64 y (*.f64 z z)) (-.f64 t x)) |
(* y (* (pow z 2) (- t x))) |
(*.f64 (*.f64 y (*.f64 z z)) (-.f64 t x)) |
(* y (* (pow z 2) (- t x))) |
(*.f64 (*.f64 y (*.f64 z z)) (-.f64 t x)) |
(* -1 (* x (* y (pow z 2)))) |
(*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 y (*.f64 z z)))) |
(+ (* -1 (* x (* y (pow z 2)))) (* t (* y (pow z 2)))) |
(*.f64 (*.f64 y (*.f64 z z)) (-.f64 t x)) |
(+ (* -1 (* x (* y (pow z 2)))) (* t (* y (pow z 2)))) |
(*.f64 (*.f64 y (*.f64 z z)) (-.f64 t x)) |
(+ (* -1 (* x (* y (pow z 2)))) (* t (* y (pow z 2)))) |
(*.f64 (*.f64 y (*.f64 z z)) (-.f64 t x)) |
(* t (* y (pow z 2))) |
(*.f64 t (*.f64 y (*.f64 z z))) |
(* t (+ (* -1 (/ (* x (* y (pow z 2))) t)) (* y (pow z 2)))) |
(*.f64 t (-.f64 (*.f64 y (*.f64 z z)) (*.f64 x (/.f64 (*.f64 y (*.f64 z z)) t)))) |
(* t (+ (* -1 (/ (* x (* y (pow z 2))) t)) (* y (pow z 2)))) |
(*.f64 t (-.f64 (*.f64 y (*.f64 z z)) (*.f64 x (/.f64 (*.f64 y (*.f64 z z)) t)))) |
(* t (+ (* -1 (/ (* x (* y (pow z 2))) t)) (* y (pow z 2)))) |
(*.f64 t (-.f64 (*.f64 y (*.f64 z z)) (*.f64 x (/.f64 (*.f64 y (*.f64 z z)) t)))) |
(* t (* y (pow z 2))) |
(*.f64 t (*.f64 y (*.f64 z z))) |
(* -1 (* t (+ (* -1 (* y (pow z 2))) (/ (* x (* y (pow z 2))) t)))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 (*.f64 x (/.f64 (*.f64 y (*.f64 z z)) t)) (*.f64 y (*.f64 z z)))) |
(* -1 (* t (+ (* -1 (* y (pow z 2))) (/ (* x (* y (pow z 2))) t)))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 (*.f64 x (/.f64 (*.f64 y (*.f64 z z)) t)) (*.f64 y (*.f64 z z)))) |
(* -1 (* t (+ (* -1 (* y (pow z 2))) (/ (* x (* y (pow z 2))) t)))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 (*.f64 x (/.f64 (*.f64 y (*.f64 z z)) t)) (*.f64 y (*.f64 z z)))) |
(* t (* y (pow z 2))) |
(*.f64 t (*.f64 y (*.f64 z z))) |
(+ (* -1 (* x (* y (pow z 2)))) (* t (* y (pow z 2)))) |
(*.f64 (*.f64 y (*.f64 z z)) (-.f64 t x)) |
(+ (* -1 (* x (* y (pow z 2)))) (* t (* y (pow z 2)))) |
(*.f64 (*.f64 y (*.f64 z z)) (-.f64 t x)) |
(+ (* -1 (* x (* y (pow z 2)))) (* t (* y (pow z 2)))) |
(*.f64 (*.f64 y (*.f64 z z)) (-.f64 t x)) |
(* -1 (* x (* y (pow z 2)))) |
(*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 y (*.f64 z z)))) |
(* x (+ (* -1 (* y (pow z 2))) (/ (* t (* y (pow z 2))) x))) |
(*.f64 x (-.f64 (*.f64 t (/.f64 (*.f64 y (*.f64 z z)) x)) (*.f64 y (*.f64 z z)))) |
(* x (+ (* -1 (* y (pow z 2))) (/ (* t (* y (pow z 2))) x))) |
(*.f64 x (-.f64 (*.f64 t (/.f64 (*.f64 y (*.f64 z z)) x)) (*.f64 y (*.f64 z z)))) |
(* x (+ (* -1 (* y (pow z 2))) (/ (* t (* y (pow z 2))) x))) |
(*.f64 x (-.f64 (*.f64 t (/.f64 (*.f64 y (*.f64 z z)) x)) (*.f64 y (*.f64 z z)))) |
(* -1 (* x (* y (pow z 2)))) |
(*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 y (*.f64 z z)))) |
(* -1 (* x (+ (* -1 (/ (* t (* y (pow z 2))) x)) (* y (pow z 2))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 (*.f64 y (*.f64 z z)) (*.f64 t (/.f64 (*.f64 y (*.f64 z z)) x)))) |
(* -1 (* x (+ (* -1 (/ (* t (* y (pow z 2))) x)) (* y (pow z 2))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 (*.f64 y (*.f64 z z)) (*.f64 t (/.f64 (*.f64 y (*.f64 z z)) x)))) |
(* -1 (* x (+ (* -1 (/ (* t (* y (pow z 2))) x)) (* y (pow z 2))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 (*.f64 y (*.f64 z z)) (*.f64 t (/.f64 (*.f64 y (*.f64 z z)) x)))) |
(/ x y) |
(/.f64 x y) |
(* x (+ (* -1/3 (/ (pow x 2) (pow y 3))) (/ 1 y))) |
(*.f64 x (+.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 x x)) (*.f64 y (*.f64 y y))))) |
(* x (+ (* (pow x 2) (- (* 2/15 (/ (pow x 2) (pow y 5))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) |
(*.f64 x (+.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 #s(literal 2/15 binary64) (*.f64 x x)) (pow.f64 y #s(literal 5 binary64))) (/.f64 #s(literal -1/3 binary64) (*.f64 y (*.f64 y y))))))) |
(* x (+ (* (pow x 2) (- (* (pow x 2) (+ (* -17/315 (/ (pow x 2) (pow y 7))) (* 2/15 (/ 1 (pow y 5))))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) |
(*.f64 x (+.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (*.f64 x x) (+.f64 (*.f64 (*.f64 x x) (+.f64 (/.f64 #s(literal 2/15 binary64) (pow.f64 y #s(literal 5 binary64))) (/.f64 (*.f64 #s(literal -17/315 binary64) (*.f64 x x)) (pow.f64 y #s(literal 7 binary64))))) (/.f64 #s(literal -1/3 binary64) (*.f64 y (*.f64 y y))))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/.f64 (-.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/.f64 (-.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/.f64 (-.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/.f64 (-.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/.f64 (-.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/.f64 (-.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/.f64 (-.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/.f64 (-.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/.f64 (-.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/.f64 (-.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/.f64 (-.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/.f64 (-.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (neg.f64 y))))) |
(/ x y) |
(/.f64 x y) |
(/ (+ x (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))) y) |
(/.f64 (+.f64 x (/.f64 #s(literal 0 binary64) y)) y) |
(/ (- (+ x (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)))) (* 1/2 (/ (pow x 3) (pow y 2)))) y) |
(/.f64 (+.f64 x (-.f64 (+.f64 (/.f64 #s(literal 0 binary64) y) (*.f64 (/.f64 #s(literal 1/2 binary64) y) (/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))) y))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 y y)))) y) |
(/ (- (+ x (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4))))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))))) (+ (* -1/2 (/ (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3)))) (pow y 3))) (+ (* 1/4 (/ (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2))) (pow y 3))) (* 1/2 (/ (pow x 3) (pow y 2)))))) y) |
(/.f64 (+.f64 x (-.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -1/2 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/12 binary64))) (*.f64 x (-.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))))) (*.f64 y (*.f64 y y))) (/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))) (*.f64 y y)))) (/.f64 #s(literal 0 binary64) y)) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 x y) (/.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))) (*.f64 y y)))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 y y)) (/.f64 #s(literal 0 binary64) (*.f64 y (*.f64 y y))))))) y) |
(/ x y) |
(/.f64 x y) |
(* -1 (/ (+ (* -1 x) (* -1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))) y)) |
(/.f64 (+.f64 x (/.f64 #s(literal 0 binary64) y)) y) |
(* -1 (/ (+ (* -1 x) (* -1 (/ (+ (* -1 (/ (- (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))) (* -1/2 (pow x 3))) y)) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) y)) |
(/.f64 (-.f64 (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))) (*.f64 x (*.f64 x x)))) (neg.f64 y)) (neg.f64 y)) x) (neg.f64 y)) |
(* -1 (/ (+ (* -1 x) (* -1 (/ (+ (* -1 (/ (- (+ (* -1 (/ (- (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))) (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))) y)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))) (* -1/2 (pow x 3))) y)) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) y)) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (/.f64 (+.f64 (/.f64 (+.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -1/2 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/12 binary64)) (*.f64 x (+.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))))))) #s(literal 0 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))))) (neg.f64 y)) (*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))) (*.f64 x (*.f64 x x))))) (neg.f64 y)) y)) (neg.f64 y)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* -1 (* x z)) |
(*.f64 x (-.f64 #s(literal 0 binary64) z)) |
(+ (* -1 (* x z)) (* t z)) |
(*.f64 z (-.f64 t x)) |
(+ (* -1 (* x z)) (* t z)) |
(*.f64 z (-.f64 t x)) |
(+ (* -1 (* x z)) (* t z)) |
(*.f64 z (-.f64 t x)) |
(* t z) |
(*.f64 z t) |
(* t (+ z (* -1 (/ (* x z) t)))) |
(*.f64 t (-.f64 z (/.f64 (*.f64 x z) t))) |
(* t (+ z (* -1 (/ (* x z) t)))) |
(*.f64 t (-.f64 z (/.f64 (*.f64 x z) t))) |
(* t (+ z (* -1 (/ (* x z) t)))) |
(*.f64 t (-.f64 z (/.f64 (*.f64 x z) t))) |
(* t z) |
(*.f64 z t) |
(* -1 (* t (+ (* -1 z) (/ (* x z) t)))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 (/.f64 (*.f64 x z) t) z)) |
(* -1 (* t (+ (* -1 z) (/ (* x z) t)))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 (/.f64 (*.f64 x z) t) z)) |
(* -1 (* t (+ (* -1 z) (/ (* x z) t)))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 (/.f64 (*.f64 x z) t) z)) |
(* t z) |
(*.f64 z t) |
(+ (* -1 (* x z)) (* t z)) |
(*.f64 z (-.f64 t x)) |
(+ (* -1 (* x z)) (* t z)) |
(*.f64 z (-.f64 t x)) |
(+ (* -1 (* x z)) (* t z)) |
(*.f64 z (-.f64 t x)) |
(* -1 (* x z)) |
(*.f64 x (-.f64 #s(literal 0 binary64) z)) |
(* x (+ (* -1 z) (/ (* t z) x))) |
(*.f64 x (-.f64 (/.f64 (*.f64 z t) x) z)) |
(* x (+ (* -1 z) (/ (* t z) x))) |
(*.f64 x (-.f64 (/.f64 (*.f64 z t) x) z)) |
(* x (+ (* -1 z) (/ (* t z) x))) |
(*.f64 x (-.f64 (/.f64 (*.f64 z t) x) z)) |
(* -1 (* x z)) |
(*.f64 x (-.f64 #s(literal 0 binary64) z)) |
(* -1 (* x (+ z (* -1 (/ (* t z) x))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 z (/.f64 (*.f64 z t) x))) |
(* -1 (* x (+ z (* -1 (/ (* t z) x))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 z (/.f64 (*.f64 z t) x))) |
(* -1 (* x (+ z (* -1 (/ (* t z) x))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 z (/.f64 (*.f64 z t) x))) |
Compiled 74391 to 5124 computations (93.1% saved)
35 alts after pruning (31 fresh and 4 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 2369 | 18 | 2387 |
| Fresh | 8 | 13 | 21 |
| Picked | 3 | 2 | 5 |
| Done | 0 | 2 | 2 |
| Total | 2380 | 35 | 2415 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 67.1% | (fma.f64 (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) y) z x) |
| 66.0% | (fma.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (/.f64 x y)) y) z x) | |
| ✓ | 96.3% | (fma.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) y) z x) |
| 27.2% | (/.f64 (-.f64 (/.f64 (*.f64 z (-.f64 t x)) (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x)))) (*.f64 x x)) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) | |
| 27.3% | (/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 z (-.f64 t x))) (/.f64 #s(literal 1 binary64) (-.f64 t x))) (*.f64 x x)) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) | |
| 27.2% | (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))) (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))))) (*.f64 x x)) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) | |
| 21.8% | (/.f64 (-.f64 (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))))) (*.f64 x x)) (-.f64 (*.f64 (/.f64 z y) (*.f64 y (-.f64 t x))) x)) | |
| 17.9% | (/.f64 (-.f64 (*.f64 (*.f64 (/.f64 (-.f64 t x) y) (/.f64 (-.f64 t x) y)) (*.f64 y (*.f64 z (*.f64 y z)))) (*.f64 x x)) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) | |
| 23.5% | (/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (+.f64 (*.f64 x x) (*.f64 (*.f64 z (-.f64 t x)) (-.f64 (*.f64 z (-.f64 t x)) x)))) | |
| ▶ | 20.2% | (/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z)))) (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
| 27.3% | (/.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (neg.f64 (*.f64 x (+.f64 z #s(literal 1 binary64))))) | |
| 60.7% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 z (-.f64 t x))))) | |
| ✓ | 90.7% | (+.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x) |
| 60.8% | (+.f64 (*.f64 z (-.f64 t x)) x) | |
| 55.9% | (+.f64 x (/.f64 (-.f64 t x) (/.f64 y (*.f64 y z)))) | |
| 53.1% | (+.f64 x (/.f64 (*.f64 y (*.f64 z (-.f64 t x))) y)) | |
| ▶ | 49.8% | (+.f64 x (*.f64 (/.f64 z (/.f64 y (-.f64 t x))) y)) |
| 29.7% | (+.f64 x (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 y (-.f64 (*.f64 t t) (*.f64 x x)))) (/.f64 (*.f64 y z) (+.f64 t x)))) | |
| 60.7% | (+.f64 x (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 t x))) z)) | |
| 55.9% | (+.f64 x (*.f64 (-.f64 t x) (*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 y z)))) | |
| ▶ | 58.4% | (+.f64 x (*.f64 (*.f64 (/.f64 z y) y) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 t x))))) |
| 44.2% | (+.f64 x (*.f64 (*.f64 (/.f64 x (neg.f64 y)) y) z)) | |
| 50.5% | (+.f64 x (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 y (-.f64 t x))) y) z)) | |
| 41.7% | (+.f64 x (*.f64 (*.f64 (-.f64 (*.f64 t t) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (+.f64 t x))) z)) | |
| 66.0% | (+.f64 x (*.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (/.f64 x y)) y) z)) | |
| 51.4% | (+.f64 x (*.f64 (*.f64 (*.f64 y (-.f64 t x)) (/.f64 #s(literal 1 binary64) y)) z)) | |
| 66.0% | (+.f64 x (*.f64 (*.f64 z (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) y)) | |
| 42.3% | (+.f64 x (*.f64 (*.f64 y z) (/.f64 x (neg.f64 y)))) | |
| 54.7% | (+.f64 x (*.f64 (*.f64 y z) (/.f64 t y))) | |
| 31.8% | (+.f64 x (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (*.f64 #s(literal 1 binary64) (/.f64 (sinh.f64 (/.f64 x y)) (cosh.f64 (/.f64 x y))))))) | |
| 61.0% | (+.f64 x (*.f64 z t)) | |
| 32.4% | (*.f64 (-.f64 (*.f64 x x) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (/.f64 #s(literal 1 binary64) (-.f64 x (*.f64 z (-.f64 t x))))) | |
| ✓ | 17.4% | (*.f64 z t) |
| ▶ | 52.9% | (*.f64 x (-.f64 #s(literal 1 binary64) z)) |
| ✓ | 62.4% | x |
Compiled 1381 to 776 computations (43.8% saved)
| 1× | egg-herbie |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 256 | (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) |
| ✓ | cost-diff | 256 | (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x) |
| ✓ | cost-diff | 384 | (+.f64 (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z)))) (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64)))) |
| ✓ | cost-diff | 640 | (/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z)))) (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
| ✓ | cost-diff | 256 | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 t x))) |
| ✓ | cost-diff | 256 | (*.f64 (/.f64 z y) y) |
| ✓ | cost-diff | 512 | (*.f64 (*.f64 (/.f64 z y) y) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 t x)))) |
| ✓ | cost-diff | 512 | (+.f64 x (*.f64 (*.f64 (/.f64 z y) y) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 t x))))) |
| ✓ | cost-diff | 0 | (/.f64 y (-.f64 t x)) |
| ✓ | cost-diff | 0 | (/.f64 z (/.f64 y (-.f64 t x))) |
| ✓ | cost-diff | 256 | (*.f64 (/.f64 z (/.f64 y (-.f64 t x))) y) |
| ✓ | cost-diff | 256 | (+.f64 x (*.f64 (/.f64 z (/.f64 y (-.f64 t x))) y)) |
| ✓ | cost-diff | 0 | (-.f64 #s(literal 1 binary64) z) |
| ✓ | cost-diff | 0 | (*.f64 x (-.f64 #s(literal 1 binary64) z)) |
| ✓ | cost-diff | 0 | (/.f64 t y) |
| ✓ | cost-diff | 0 | (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) |
| ✓ | cost-diff | 128 | (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) y) |
| ✓ | cost-diff | 6400 | (fma.f64 (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) y) z x) |
| 4548× | *-lowering-*.f32 |
| 4548× | *-lowering-*.f64 |
| 2898× | +-lowering-+.f64 |
| 2898× | +-lowering-+.f32 |
| 1272× | distribute-lft-in |
Useful iterations: 4 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 39 | 256 |
| 1 | 118 | 252 |
| 2 | 356 | 220 |
| 3 | 1054 | 207 |
| 4 | 3502 | 205 |
| 0 | 8536 | 205 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ (* (* (- (/ t y) (tanh (/ x y))) y) z) x) |
(* (- (/ t y) (tanh (/ x y))) y) |
(- (/ t y) (tanh (/ x y))) |
(/ t y) |
t |
y |
(tanh (/ x y)) |
(/ x y) |
x |
z |
(* x (- 1 z)) |
x |
(- 1 z) |
1 |
z |
(+ x (* (/ z (/ y (- t x))) y)) |
x |
(* (/ z (/ y (- t x))) y) |
(/ z (/ y (- t x))) |
z |
(/ y (- t x)) |
y |
(- t x) |
t |
(+ x (* (* (/ z y) y) (/ 1 (/ 1 (- t x))))) |
x |
(* (* (/ z y) y) (/ 1 (/ 1 (- t x)))) |
(* (/ z y) y) |
(/ z y) |
z |
y |
(/ 1 (/ 1 (- t x))) |
1 |
(/ 1 (- t x)) |
(- t x) |
t |
(/ (+ (* -2 (* t (* x (* z z)))) (* (* x x) (+ (* z z) -1))) (- (/ (* y z) (/ y (- t x))) x)) |
(+ (* -2 (* t (* x (* z z)))) (* (* x x) (+ (* z z) -1))) |
(* -2 (* t (* x (* z z)))) |
-2 |
(* t (* x (* z z))) |
t |
(* x (* z z)) |
x |
(* z z) |
z |
(* (* x x) (+ (* z z) -1)) |
(* x x) |
(+ (* z z) -1) |
-1 |
(- (/ (* y z) (/ y (- t x))) x) |
(/ (* y z) (/ y (- t x))) |
(* y z) |
y |
(/ y (- t x)) |
(- t x) |
| Outputs |
|---|
(+ (* (* (- (/ t y) (tanh (/ x y))) y) z) x) |
(+.f64 x (*.f64 (-.f64 t (*.f64 y (tanh.f64 (/.f64 x y)))) z)) |
(* (- (/ t y) (tanh (/ x y))) y) |
(-.f64 t (*.f64 y (tanh.f64 (/.f64 x y)))) |
(- (/ t y) (tanh (/ x y))) |
(-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) |
(/ t y) |
(/.f64 t y) |
t |
y |
(tanh (/ x y)) |
(tanh.f64 (/.f64 x y)) |
(/ x y) |
(/.f64 x y) |
x |
z |
(* x (- 1 z)) |
(*.f64 x (-.f64 #s(literal 1 binary64) z)) |
x |
(- 1 z) |
(-.f64 #s(literal 1 binary64) z) |
1 |
#s(literal 1 binary64) |
z |
(+ x (* (/ z (/ y (- t x))) y)) |
(+.f64 x (*.f64 z (-.f64 t x))) |
x |
(* (/ z (/ y (- t x))) y) |
(*.f64 z (-.f64 t x)) |
(/ z (/ y (- t x))) |
(/.f64 z (/.f64 y (-.f64 t x))) |
z |
(/ y (- t x)) |
(/.f64 y (-.f64 t x)) |
y |
(- t x) |
(-.f64 t x) |
t |
(+ x (* (* (/ z y) y) (/ 1 (/ 1 (- t x))))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
x |
(* (* (/ z y) y) (/ 1 (/ 1 (- t x)))) |
(*.f64 z (-.f64 t x)) |
(* (/ z y) y) |
z |
(/ z y) |
(/.f64 z y) |
z |
y |
(/ 1 (/ 1 (- t x))) |
(-.f64 t x) |
1 |
#s(literal 1 binary64) |
(/ 1 (- t x)) |
(/.f64 #s(literal 1 binary64) (-.f64 t x)) |
(- t x) |
(-.f64 t x) |
t |
(/ (+ (* -2 (* t (* x (* z z)))) (* (* x x) (+ (* z z) -1))) (- (/ (* y z) (/ y (- t x))) x)) |
(/.f64 (*.f64 x (-.f64 (*.f64 (*.f64 z z) (+.f64 x (*.f64 t #s(literal -2 binary64)))) x)) (-.f64 (*.f64 z (-.f64 t x)) x)) |
(+ (* -2 (* t (* x (* z z)))) (* (* x x) (+ (* z z) -1))) |
(*.f64 x (-.f64 (*.f64 (*.f64 z z) (+.f64 x (*.f64 t #s(literal -2 binary64)))) x)) |
(* -2 (* t (* x (* z z)))) |
(*.f64 x (*.f64 z (*.f64 z (*.f64 t #s(literal -2 binary64))))) |
-2 |
#s(literal -2 binary64) |
(* t (* x (* z z))) |
(*.f64 t (*.f64 x (*.f64 z z))) |
t |
(* x (* z z)) |
(*.f64 x (*.f64 z z)) |
x |
(* z z) |
(*.f64 z z) |
z |
(* (* x x) (+ (* z z) -1)) |
(*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) |
(* x x) |
(*.f64 x x) |
(+ (* z z) -1) |
(+.f64 (*.f64 z z) #s(literal -1 binary64)) |
-1 |
#s(literal -1 binary64) |
(- (/ (* y z) (/ y (- t x))) x) |
(-.f64 (*.f64 z (-.f64 t x)) x) |
(/ (* y z) (/ y (- t x))) |
(*.f64 z (-.f64 t x)) |
(* y z) |
(*.f64 y z) |
y |
(/ y (- t x)) |
(/.f64 y (-.f64 t x)) |
(- t x) |
(-.f64 t x) |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 89.8% | (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) |
| ✓ | accuracy | 89.2% | (*.f64 t (*.f64 x (*.f64 z z))) |
| ✓ | accuracy | 72.0% | (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) |
| ✓ | accuracy | 55.4% | (/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z)))) (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
| ✓ | accuracy | 100.0% | (*.f64 (*.f64 (/.f64 z y) y) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 t x)))) |
| ✓ | accuracy | 100.0% | (+.f64 x (*.f64 (*.f64 (/.f64 z y) y) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 t x))))) |
| ✓ | accuracy | 99.7% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 t x))) |
| ✓ | accuracy | 78.4% | (*.f64 (/.f64 z y) y) |
| ✓ | accuracy | 100.0% | (/.f64 y (-.f64 t x)) |
| ✓ | accuracy | 100.0% | (+.f64 x (*.f64 (/.f64 z (/.f64 y (-.f64 t x))) y)) |
| ✓ | accuracy | 92.0% | (/.f64 z (/.f64 y (-.f64 t x))) |
| ✓ | accuracy | 79.7% | (*.f64 (/.f64 z (/.f64 y (-.f64 t x))) y) |
| ✓ | accuracy | 100.0% | (-.f64 #s(literal 1 binary64) z) |
| ✓ | accuracy | 100.0% | (*.f64 x (-.f64 #s(literal 1 binary64) z)) |
| ✓ | accuracy | 100.0% | (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) |
| ✓ | accuracy | 100.0% | (fma.f64 (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) y) z x) |
| ✓ | accuracy | 100.0% | (tanh.f64 (/.f64 x y)) |
| ✓ | accuracy | 82.1% | (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) y) |
| 126.0ms | 255× | 0 | valid |
| 3.0ms | 1× | 5 | exit |
Compiled 284 to 39 computations (86.3% saved)
ival-div: 33.0ms (41.7% of total)ival-mult: 23.0ms (29% of total)ival-sub: 8.0ms (10.1% of total)ival-add: 6.0ms (7.6% of total)compiled-spec: 5.0ms (6.3% of total)ival-tanh: 2.0ms (2.5% of total)const: 1.0ms (1.3% of total)backward-pass: 1.0ms (1.3% of total)| Inputs |
|---|
#<alt (+ (* (* (- (/ t y) (tanh (/ x y))) y) z) x)> |
#<alt (* (- (/ t y) (tanh (/ x y))) y)> |
#<alt (- (/ t y) (tanh (/ x y)))> |
#<alt (/ t y)> |
#<alt (* x (- 1 z))> |
#<alt (- 1 z)> |
#<alt (+ x (* (/ z (/ y (- t x))) y))> |
#<alt (* (/ z (/ y (- t x))) y)> |
#<alt (/ z (/ y (- t x)))> |
#<alt (/ y (- t x))> |
#<alt (+ x (* (* (/ z y) y) (/ 1 (/ 1 (- t x)))))> |
#<alt (* (* (/ z y) y) (/ 1 (/ 1 (- t x))))> |
#<alt (* (/ z y) y)> |
#<alt (/ 1 (/ 1 (- t x)))> |
#<alt (/ (+ (* -2 (* t (* x (* z z)))) (* (* x x) (+ (* z z) -1))) (- (/ (* y z) (/ y (- t x))) x))> |
#<alt (+ (* -2 (* t (* x (* z z)))) (* (* x x) (+ (* z z) -1)))> |
#<alt (- (/ (* y z) (/ y (- t x))) x)> |
#<alt (/ (* y z) (/ y (- t x)))> |
#<alt (tanh (/ x y))> |
#<alt (* t (* x (* z z)))> |
#<alt (* (* x x) (+ (* z z) -1))> |
| Outputs |
|---|
#<alt (+ x (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (+ x (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (* t z)> |
#<alt (* t (+ z (+ (/ x t) (/ (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) t))))> |
#<alt (* t (+ z (+ (/ x t) (/ (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) t))))> |
#<alt (* t (+ z (+ (/ x t) (/ (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) t))))> |
#<alt (* t z)> |
#<alt (* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* y (* z (- (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))) t)))))> |
#<alt (* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* y (* z (- (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))) t)))))> |
#<alt (* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* y (* z (- (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))) t)))))> |
#<alt (+ x (* t z))> |
#<alt (+ x (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (+ (* -1/2 (/ (* z (+ (* -1 (pow x 2)) (pow x 2))) y)) (* z (- t x))))> |
#<alt (+ x (+ (* -1/2 (/ (* z (+ (* -1 (pow x 2)) (pow x 2))) y)) (+ (* z (- t x)) (/ (* z (- (* 1/2 (pow x 3)) (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))))) (pow y 2)))))> |
#<alt (+ x (+ (* -1/2 (/ (* z (+ (* -1 (pow x 2)) (pow x 2))) y)) (+ (* z (- t x)) (+ (/ (* z (- (* 1/2 (pow x 3)) (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))))) (pow y 2)) (/ (* z (- (+ (* -1/2 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3))))) (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2))))) (* 1/2 (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4)))))))) (pow y 3))))))> |
#<alt (+ x (* -1 (* z (- (* -1 t) (* -1 x)))))> |
#<alt (+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1/2 (/ (* z (+ (* -1 (pow x 2)) (pow x 2))) y))))> |
#<alt (+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* 1/2 (* z (+ (* -1 (pow x 2)) (pow x 2)))) (/ (* z (- (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))) y)) y))))> |
#<alt (+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* -1 (/ (+ (* -1 (* z (- (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))) (/ (* z (- (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))) (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))))) y)) y)) (* 1/2 (* z (+ (* -1 (pow x 2)) (pow x 2))))) y))))> |
#<alt (* t z)> |
#<alt (+ (* t z) (* x (+ 1 (* -1 z))))> |
#<alt (+ (* t z) (* x (+ 1 (+ (* -1 z) (* 1/3 (/ (* (pow x 2) z) (pow y 2)))))))> |
#<alt (+ (* t z) (* x (+ 1 (+ (* -1 z) (* (pow x 2) (+ (* -2/15 (/ (* (pow x 2) z) (pow y 4))) (* 1/3 (/ z (pow y 2)))))))))> |
#<alt x> |
#<alt (* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) x)))> |
#<alt (* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) x)))> |
#<alt (* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) x)))> |
#<alt x> |
#<alt (* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) x)) 1)))> |
#<alt (* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) x)) 1)))> |
#<alt (* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) x)) 1)))> |
#<alt x> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) (/ x z)))> |
#<alt (* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) (/ x z)))> |
#<alt (* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) (/ x z)))> |
#<alt (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (* -1 (/ x z)))))> |
#<alt (* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (* -1 (/ x z)))))> |
#<alt (* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (* -1 (/ x z)))))> |
#<alt (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (+ t (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (+ t (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (+ t (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt t> |
#<alt (* t (+ 1 (/ (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) t)))> |
#<alt (* t (+ 1 (/ (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) t)))> |
#<alt (* t (+ 1 (/ (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) t)))> |
#<alt t> |
#<alt (* -1 (* t (- (/ (* y (- (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) t) 1)))> |
#<alt (* -1 (* t (- (/ (* y (- (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) t) 1)))> |
#<alt (* -1 (* t (- (/ (* y (- (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) t) 1)))> |
#<alt t> |
#<alt (+ t (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (+ t (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (+ t (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (- t x)> |
#<alt (- (+ t (* -1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))) x)> |
#<alt (- (+ t (+ (* -1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)) (* 1/2 (/ (pow x 3) (pow y 2))))) (+ x (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2)))))> |
#<alt (- (+ t (+ (* -1/2 (/ (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3)))) (pow y 3))) (+ (* -1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)) (+ (* 1/4 (/ (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2))) (pow y 3))) (* 1/2 (/ (pow x 3) (pow y 2))))))) (+ x (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4))))) (pow y 3))) (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))))))> |
#<alt (* -1 (- (* -1 t) (* -1 x)))> |
#<alt (+ (* -1 (- (* -1 t) (* -1 x))) (* -1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)))> |
#<alt (+ (* -1 (- (* -1 t) (* -1 x))) (* -1 (/ (- (+ (* -1/2 (/ (pow x 3) y)) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) (* 1/2 (/ (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))) y))) y)))> |
#<alt (+ (* -1 (- (* -1 t) (* -1 x))) (* -1 (/ (+ (* -1 (/ (- (+ (* -1 (- (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))) (+ (* 1/4 (/ (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2))) y)) (* 1/2 (/ (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))) y)))) (* 1/2 (/ (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))) y))) y)) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y)))> |
#<alt t> |
#<alt (+ t (* -1 x))> |
#<alt (+ t (* x (- (* 1/3 (/ (pow x 2) (pow y 2))) 1)))> |
#<alt (+ t (* x (- (* (pow x 2) (+ (* -2/15 (/ (pow x 2) (pow y 4))) (* 1/3 (/ 1 (pow y 2))))) 1)))> |
#<alt (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))> |
#<alt (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))> |
#<alt (/ t y)> |
#<alt (* t (- (+ (/ 1 y) (/ 1 (* t (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ (exp (/ x y)) (* t (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (* t (- (+ (/ 1 y) (/ 1 (* t (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ (exp (/ x y)) (* t (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (* t (- (+ (/ 1 y) (/ 1 (* t (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ (exp (/ x y)) (* t (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))> |
#<alt (/ t y)> |
#<alt (* -1 (* t (- (* -1 (/ (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) t)) (/ 1 y))))> |
#<alt (* -1 (* t (- (* -1 (/ (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) t)) (/ 1 y))))> |
#<alt (* -1 (* t (- (* -1 (/ (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) t)) (/ 1 y))))> |
#<alt (/ t y)> |
#<alt (/ (+ t (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) y)> |
#<alt (/ (+ t (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) y)> |
#<alt (/ (+ t (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) y)> |
#<alt (/ (- t x) y)> |
#<alt (/ (- (+ t (* -1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))) x) y)> |
#<alt (/ (- (+ t (* 1/2 (/ (pow x 3) (pow y 2)))) (+ x (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))))) y)> |
#<alt (/ (- (+ t (+ (* -1/2 (/ (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3)))) (pow y 3))) (+ (* 1/4 (/ (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2))) (pow y 3))) (* 1/2 (/ (pow x 3) (pow y 2)))))) (+ x (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4))))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)))))) y)> |
#<alt (* -1 (/ (- (* -1 t) (* -1 x)) y))> |
#<alt (* -1 (/ (- (+ (* -1 t) (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))) (* -1 x)) y))> |
#<alt (* -1 (/ (- (+ (* -1 t) (* -1 (/ (- (* -1 (/ (- (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))) y)) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) (* -1 x)) y))> |
#<alt (* -1 (/ (- (+ (* -1 t) (* -1 (/ (- (* -1 (/ (- (+ (* -1 (/ (- (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))) (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))))) y)) (* -1/2 (pow x 3))) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))) y)) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) (* -1 x)) y))> |
#<alt (/ t y)> |
#<alt (+ (* -1 (/ x y)) (/ t y))> |
#<alt (+ (* x (- (* 1/3 (/ (pow x 2) (pow y 3))) (/ 1 y))) (/ t y))> |
#<alt (+ (* x (- (* (pow x 2) (+ (* -2/15 (/ (pow x 2) (pow y 5))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) (/ t y))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))> |
#<alt (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))> |
#<alt (/ t y)> |
#<alt (/ t y)> |
#<alt (/ t y)> |
#<alt (/ t y)> |
#<alt (/ t y)> |
#<alt (/ t y)> |
#<alt (/ t y)> |
#<alt (/ t y)> |
#<alt (/ t y)> |
#<alt (/ t y)> |
#<alt (/ t y)> |
#<alt (/ t y)> |
#<alt (/ t y)> |
#<alt (/ t y)> |
#<alt (/ t y)> |
#<alt (/ t y)> |
#<alt (/ t y)> |
#<alt (/ t y)> |
#<alt (/ t y)> |
#<alt (/ t y)> |
#<alt (/ t y)> |
#<alt (/ t y)> |
#<alt (/ t y)> |
#<alt (/ t y)> |
#<alt (* x (- 1 z))> |
#<alt (* x (- 1 z))> |
#<alt (* x (- 1 z))> |
#<alt (* x (- 1 z))> |
#<alt (* x (- 1 z))> |
#<alt (* x (- 1 z))> |
#<alt (* x (- 1 z))> |
#<alt (* x (- 1 z))> |
#<alt (* x (- 1 z))> |
#<alt (* x (- 1 z))> |
#<alt (* x (- 1 z))> |
#<alt (* x (- 1 z))> |
#<alt x> |
#<alt (+ x (* -1 (* x z)))> |
#<alt (+ x (* -1 (* x z)))> |
#<alt (+ x (* -1 (* x z)))> |
#<alt (* -1 (* x z))> |
#<alt (* z (+ (* -1 x) (/ x z)))> |
#<alt (* z (+ (* -1 x) (/ x z)))> |
#<alt (* z (+ (* -1 x) (/ x z)))> |
#<alt (* -1 (* x z))> |
#<alt (* -1 (* z (+ x (* -1 (/ x z)))))> |
#<alt (* -1 (* z (+ x (* -1 (/ x z)))))> |
#<alt (* -1 (* z (+ x (* -1 (/ x z)))))> |
#<alt 1> |
#<alt (+ 1 (* -1 z))> |
#<alt (+ 1 (* -1 z))> |
#<alt (+ 1 (* -1 z))> |
#<alt (* -1 z)> |
#<alt (* z (- (/ 1 z) 1))> |
#<alt (* z (- (/ 1 z) 1))> |
#<alt (* z (- (/ 1 z) 1))> |
#<alt (* -1 z)> |
#<alt (* -1 (* z (- 1 (/ 1 z))))> |
#<alt (* -1 (* z (- 1 (/ 1 z))))> |
#<alt (* -1 (* z (- 1 (/ 1 z))))> |
#<alt (* t z)> |
#<alt (+ (* t z) (* x (+ 1 (* -1 z))))> |
#<alt (+ (* t z) (* x (+ 1 (* -1 z))))> |
#<alt (+ (* t z) (* x (+ 1 (* -1 z))))> |
#<alt (* x (+ 1 (* -1 z)))> |
#<alt (* x (+ 1 (+ (* -1 z) (/ (* t z) x))))> |
#<alt (* x (+ 1 (+ (* -1 z) (/ (* t z) x))))> |
#<alt (* x (+ 1 (+ (* -1 z) (/ (* t z) x))))> |
#<alt (* -1 (* x (- z 1)))> |
#<alt (* -1 (* x (- (+ z (* -1 (/ (* t z) x))) 1)))> |
#<alt (* -1 (* x (- (+ z (* -1 (/ (* t z) x))) 1)))> |
#<alt (* -1 (* x (- (+ z (* -1 (/ (* t z) x))) 1)))> |
#<alt x> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (* z (- t x))> |
#<alt (* z (- (+ t (/ x z)) x))> |
#<alt (* z (- (+ t (/ x z)) x))> |
#<alt (* z (- (+ t (/ x z)) x))> |
#<alt (* z (- t x))> |
#<alt (* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z)))))> |
#<alt (* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z)))))> |
#<alt (* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z)))))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* -1 (* x z)))> |
#<alt (+ x (+ (* -1 (* x z)) (* t z)))> |
#<alt (+ x (+ (* -1 (* x z)) (* t z)))> |
#<alt (+ x (+ (* -1 (* x z)) (* t z)))> |
#<alt (* t z)> |
#<alt (* t (+ z (+ (* -1 (/ (* x z) t)) (/ x t))))> |
#<alt (* t (+ z (+ (* -1 (/ (* x z) t)) (/ x t))))> |
#<alt (* t (+ z (+ (* -1 (/ (* x z) t)) (/ x t))))> |
#<alt (* t z)> |
#<alt (* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* x z))) t)))))> |
#<alt (* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* x z))) t)))))> |
#<alt (* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* x z))) t)))))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* -1 (* x z))> |
#<alt (+ (* -1 (* x z)) (* t z))> |
#<alt (+ (* -1 (* x z)) (* t z))> |
#<alt (+ (* -1 (* x z)) (* t z))> |
#<alt (* t z)> |
#<alt (* t (+ z (* -1 (/ (* x z) t))))> |
#<alt (* t (+ z (* -1 (/ (* x z) t))))> |
#<alt (* t (+ z (* -1 (/ (* x z) t))))> |
#<alt (* t z)> |
#<alt (* -1 (* t (+ (* -1 z) (/ (* x z) t))))> |
#<alt (* -1 (* t (+ (* -1 z) (/ (* x z) t))))> |
#<alt (* -1 (* t (+ (* -1 z) (/ (* x z) t))))> |
#<alt (* t z)> |
#<alt (+ (* -1 (* x z)) (* t z))> |
#<alt (+ (* -1 (* x z)) (* t z))> |
#<alt (+ (* -1 (* x z)) (* t z))> |
#<alt (* -1 (* x z))> |
#<alt (* x (+ (* -1 z) (/ (* t z) x)))> |
#<alt (* x (+ (* -1 z) (/ (* t z) x)))> |
#<alt (* x (+ (* -1 z) (/ (* t z) x)))> |
#<alt (* -1 (* x z))> |
#<alt (* -1 (* x (+ z (* -1 (/ (* t z) x)))))> |
#<alt (* -1 (* x (+ z (* -1 (/ (* t z) x)))))> |
#<alt (* -1 (* x (+ z (* -1 (/ (* t z) x)))))> |
#<alt (/ (* z (- t x)) y)> |
#<alt (/ (* z (- t x)) y)> |
#<alt (/ (* z (- t x)) y)> |
#<alt (/ (* z (- t x)) y)> |
#<alt (/ (* z (- t x)) y)> |
#<alt (/ (* z (- t x)) y)> |
#<alt (/ (* z (- t x)) y)> |
#<alt (/ (* z (- t x)) y)> |
#<alt (/ (* z (- t x)) y)> |
#<alt (/ (* z (- t x)) y)> |
#<alt (/ (* z (- t x)) y)> |
#<alt (/ (* z (- t x)) y)> |
#<alt (/ (* z (- t x)) y)> |
#<alt (/ (* z (- t x)) y)> |
#<alt (/ (* z (- t x)) y)> |
#<alt (/ (* z (- t x)) y)> |
#<alt (/ (* z (- t x)) y)> |
#<alt (/ (* z (- t x)) y)> |
#<alt (/ (* z (- t x)) y)> |
#<alt (/ (* z (- t x)) y)> |
#<alt (/ (* z (- t x)) y)> |
#<alt (/ (* z (- t x)) y)> |
#<alt (/ (* z (- t x)) y)> |
#<alt (/ (* z (- t x)) y)> |
#<alt (* -1 (/ (* x z) y))> |
#<alt (+ (* -1 (/ (* x z) y)) (/ (* t z) y))> |
#<alt (+ (* -1 (/ (* x z) y)) (/ (* t z) y))> |
#<alt (+ (* -1 (/ (* x z) y)) (/ (* t z) y))> |
#<alt (/ (* t z) y)> |
#<alt (* t (+ (* -1 (/ (* x z) (* t y))) (/ z y)))> |
#<alt (* t (+ (* -1 (/ (* x z) (* t y))) (/ z y)))> |
#<alt (* t (+ (* -1 (/ (* x z) (* t y))) (/ z y)))> |
#<alt (/ (* t z) y)> |
#<alt (* -1 (* t (+ (* -1 (/ z y)) (/ (* x z) (* t y)))))> |
#<alt (* -1 (* t (+ (* -1 (/ z y)) (/ (* x z) (* t y)))))> |
#<alt (* -1 (* t (+ (* -1 (/ z y)) (/ (* x z) (* t y)))))> |
#<alt (/ (* t z) y)> |
#<alt (+ (* -1 (/ (* x z) y)) (/ (* t z) y))> |
#<alt (+ (* -1 (/ (* x z) y)) (/ (* t z) y))> |
#<alt (+ (* -1 (/ (* x z) y)) (/ (* t z) y))> |
#<alt (* -1 (/ (* x z) y))> |
#<alt (* x (+ (* -1 (/ z y)) (/ (* t z) (* x y))))> |
#<alt (* x (+ (* -1 (/ z y)) (/ (* t z) (* x y))))> |
#<alt (* x (+ (* -1 (/ z y)) (/ (* t z) (* x y))))> |
#<alt (* -1 (/ (* x z) y))> |
#<alt (* -1 (* x (+ (* -1 (/ (* t z) (* x y))) (/ z y))))> |
#<alt (* -1 (* x (+ (* -1 (/ (* t z) (* x y))) (/ z y))))> |
#<alt (* -1 (* x (+ (* -1 (/ (* t z) (* x y))) (/ z y))))> |
#<alt (/ y (- t x))> |
#<alt (/ y (- t x))> |
#<alt (/ y (- t x))> |
#<alt (/ y (- t x))> |
#<alt (/ y (- t x))> |
#<alt (/ y (- t x))> |
#<alt (/ y (- t x))> |
#<alt (/ y (- t x))> |
#<alt (/ y (- t x))> |
#<alt (/ y (- t x))> |
#<alt (/ y (- t x))> |
#<alt (/ y (- t x))> |
#<alt (* -1 (/ y x))> |
#<alt (+ (* -1 (/ y x)) (* -1 (/ (* t y) (pow x 2))))> |
#<alt (+ (* -1 (/ y x)) (* t (- (* -1 (/ (* t y) (pow x 3))) (/ y (pow x 2)))))> |
#<alt (+ (* -1 (/ y x)) (* t (- (* t (- (* -1 (/ (* t y) (pow x 4))) (/ y (pow x 3)))) (/ y (pow x 2)))))> |
#<alt (/ y t)> |
#<alt (/ (+ y (/ (* x y) t)) t)> |
#<alt (/ (- (+ y (/ (* (pow x 2) y) (pow t 2))) (* -1 (/ (* x y) t))) t)> |
#<alt (/ (- (+ y (/ (* (pow x 3) y) (pow t 3))) (+ (* -1 (/ (* x y) t)) (* -1 (/ (* (pow x 2) y) (pow t 2))))) t)> |
#<alt (/ y t)> |
#<alt (* -1 (/ (+ (* -1 y) (* -1 (/ (* x y) t))) t))> |
#<alt (* -1 (/ (+ (* -1 y) (* -1 (/ (+ (* x y) (/ (* (pow x 2) y) t)) t))) t))> |
#<alt (* -1 (/ (+ (* -1 y) (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (pow x 2) y)) (* -1 (/ (* (pow x 3) y) t))) t)) (* x y)) t))) t))> |
#<alt (/ y t)> |
#<alt (+ (/ y t) (/ (* x y) (pow t 2)))> |
#<alt (+ (* x (- (/ (* x y) (pow t 3)) (* -1 (/ y (pow t 2))))) (/ y t))> |
#<alt (+ (* x (- (* x (- (/ (* x y) (pow t 4)) (* -1 (/ y (pow t 3))))) (* -1 (/ y (pow t 2))))) (/ y t))> |
#<alt (* -1 (/ y x))> |
#<alt (/ (+ (* -1 y) (* -1 (/ (* t y) x))) x)> |
#<alt (/ (- (+ (* -1 y) (* -1 (/ (* (pow t 2) y) (pow x 2)))) (/ (* t y) x)) x)> |
#<alt (/ (- (+ (* -1 y) (* -1 (/ (* (pow t 3) y) (pow x 3)))) (+ (/ (* t y) x) (/ (* (pow t 2) y) (pow x 2)))) x)> |
#<alt (* -1 (/ y x))> |
#<alt (* -1 (/ (+ y (/ (* t y) x)) x))> |
#<alt (* -1 (/ (+ y (* -1 (/ (- (* -1 (/ (* (pow t 2) y) x)) (* t y)) x))) x))> |
#<alt (* -1 (/ (+ y (* -1 (/ (- (* -1 (/ (- (/ (* (pow t 3) y) x) (* -1 (* (pow t 2) y))) x)) (* t y)) x))) x))> |
#<alt (* t z)> |
#<alt (+ (* t z) (* x (+ 1 (* -1 z))))> |
#<alt (+ (* t z) (* x (+ 1 (* -1 z))))> |
#<alt (+ (* t z) (* x (+ 1 (* -1 z))))> |
#<alt (* x (+ 1 (* -1 z)))> |
#<alt (* x (+ 1 (+ (* -1 z) (/ (* t z) x))))> |
#<alt (* x (+ 1 (+ (* -1 z) (/ (* t z) x))))> |
#<alt (* x (+ 1 (+ (* -1 z) (/ (* t z) x))))> |
#<alt (* -1 (* x (- z 1)))> |
#<alt (* -1 (* x (- (+ z (* -1 (/ (* t z) x))) 1)))> |
#<alt (* -1 (* x (- (+ z (* -1 (/ (* t z) x))) 1)))> |
#<alt (* -1 (* x (- (+ z (* -1 (/ (* t z) x))) 1)))> |
#<alt x> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (* z (- t x))> |
#<alt (* z (- (+ t (/ x z)) x))> |
#<alt (* z (- (+ t (/ x z)) x))> |
#<alt (* z (- (+ t (/ x z)) x))> |
#<alt (* z (- t x))> |
#<alt (* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z)))))> |
#<alt (* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z)))))> |
#<alt (* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z)))))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* -1 (* x z)))> |
#<alt (+ x (+ (* -1 (* x z)) (* t z)))> |
#<alt (+ x (+ (* -1 (* x z)) (* t z)))> |
#<alt (+ x (+ (* -1 (* x z)) (* t z)))> |
#<alt (* t z)> |
#<alt (* t (+ z (+ (* -1 (/ (* x z) t)) (/ x t))))> |
#<alt (* t (+ z (+ (* -1 (/ (* x z) t)) (/ x t))))> |
#<alt (* t (+ z (+ (* -1 (/ (* x z) t)) (/ x t))))> |
#<alt (* t z)> |
#<alt (* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* x z))) t)))))> |
#<alt (* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* x z))) t)))))> |
#<alt (* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* x z))) t)))))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* -1 (* x z))> |
#<alt (+ (* -1 (* x z)) (* t z))> |
#<alt (+ (* -1 (* x z)) (* t z))> |
#<alt (+ (* -1 (* x z)) (* t z))> |
#<alt (* t z)> |
#<alt (* t (+ z (* -1 (/ (* x z) t))))> |
#<alt (* t (+ z (* -1 (/ (* x z) t))))> |
#<alt (* t (+ z (* -1 (/ (* x z) t))))> |
#<alt (* t z)> |
#<alt (* -1 (* t (+ (* -1 z) (/ (* x z) t))))> |
#<alt (* -1 (* t (+ (* -1 z) (/ (* x z) t))))> |
#<alt (* -1 (* t (+ (* -1 z) (/ (* x z) t))))> |
#<alt (* t z)> |
#<alt (+ (* -1 (* x z)) (* t z))> |
#<alt (+ (* -1 (* x z)) (* t z))> |
#<alt (+ (* -1 (* x z)) (* t z))> |
#<alt (* -1 (* x z))> |
#<alt (* x (+ (* -1 z) (/ (* t z) x)))> |
#<alt (* x (+ (* -1 z) (/ (* t z) x)))> |
#<alt (* x (+ (* -1 z) (/ (* t z) x)))> |
#<alt (* -1 (* x z))> |
#<alt (* -1 (* x (+ z (* -1 (/ (* t z) x)))))> |
#<alt (* -1 (* x (+ z (* -1 (/ (* t z) x)))))> |
#<alt (* -1 (* x (+ z (* -1 (/ (* t z) x)))))> |
#<alt z> |
#<alt z> |
#<alt z> |
#<alt z> |
#<alt z> |
#<alt z> |
#<alt z> |
#<alt z> |
#<alt z> |
#<alt z> |
#<alt z> |
#<alt z> |
#<alt z> |
#<alt z> |
#<alt z> |
#<alt z> |
#<alt z> |
#<alt z> |
#<alt z> |
#<alt z> |
#<alt z> |
#<alt z> |
#<alt z> |
#<alt z> |
#<alt (* -1 x)> |
#<alt (- t x)> |
#<alt (- t x)> |
#<alt (- t x)> |
#<alt t> |
#<alt (* t (+ 1 (* -1 (/ x t))))> |
#<alt (* t (+ 1 (* -1 (/ x t))))> |
#<alt (* t (+ 1 (* -1 (/ x t))))> |
#<alt t> |
#<alt (* -1 (* t (- (/ x t) 1)))> |
#<alt (* -1 (* t (- (/ x t) 1)))> |
#<alt (* -1 (* t (- (/ x t) 1)))> |
#<alt t> |
#<alt (+ t (* -1 x))> |
#<alt (+ t (* -1 x))> |
#<alt (+ t (* -1 x))> |
#<alt (* -1 x)> |
#<alt (* x (- (/ t x) 1))> |
#<alt (* x (- (/ t x) 1))> |
#<alt (* x (- (/ t x) 1))> |
#<alt (* -1 x)> |
#<alt (* -1 (* x (+ 1 (* -1 (/ t x)))))> |
#<alt (* -1 (* x (+ 1 (* -1 (/ t x)))))> |
#<alt (* -1 (* x (+ 1 (* -1 (/ t x)))))> |
#<alt (/ (* (pow x 2) (- (pow z 2) 1)) (- (* -1 (* x z)) x))> |
#<alt (+ (* t (- (* -2 (/ (* x (pow z 2)) (- (* -1 (* x z)) x))) (/ (* (pow x 2) (* z (- (pow z 2) 1))) (pow (- (* -1 (* x z)) x) 2)))) (/ (* (pow x 2) (- (pow z 2) 1)) (- (* -1 (* x z)) x)))> |
#<alt (+ (* t (- (+ (* -2 (/ (* x (pow z 2)) (- (* -1 (* x z)) x))) (* -1 (/ (* t (* z (- (* -2 (/ (* x (pow z 2)) (- (* -1 (* x z)) x))) (/ (* (pow x 2) (* z (- (pow z 2) 1))) (pow (- (* -1 (* x z)) x) 2))))) (- (* -1 (* x z)) x)))) (/ (* (pow x 2) (* z (- (pow z 2) 1))) (pow (- (* -1 (* x z)) x) 2)))) (/ (* (pow x 2) (- (pow z 2) 1)) (- (* -1 (* x z)) x)))> |
#<alt (+ (* t (- (+ (* -2 (/ (* x (pow z 2)) (- (* -1 (* x z)) x))) (* t (- (/ (* t (* (pow z 2) (- (* -2 (/ (* x (pow z 2)) (- (* -1 (* x z)) x))) (/ (* (pow x 2) (* z (- (pow z 2) 1))) (pow (- (* -1 (* x z)) x) 2))))) (pow (- (* -1 (* x z)) x) 2)) (/ (* z (- (* -2 (/ (* x (pow z 2)) (- (* -1 (* x z)) x))) (/ (* (pow x 2) (* z (- (pow z 2) 1))) (pow (- (* -1 (* x z)) x) 2)))) (- (* -1 (* x z)) x))))) (/ (* (pow x 2) (* z (- (pow z 2) 1))) (pow (- (* -1 (* x z)) x) 2)))) (/ (* (pow x 2) (- (pow z 2) 1)) (- (* -1 (* x z)) x)))> |
#<alt (* -2 (* x z))> |
#<alt (- (+ (* -2 (* x z)) (/ (* (pow x 2) (- (pow z 2) 1)) (* t z))) (* -2 (/ (* x (- (* -1 (* x z)) x)) t)))> |
#<alt (- (+ (* -2 (* x z)) (+ (* -1 (/ (* (- (* -1 (* x z)) x) (- (/ (* (pow x 2) (- (pow z 2) 1)) z) (* -2 (* x (- (* -1 (* x z)) x))))) (* (pow t 2) z))) (/ (* (pow x 2) (- (pow z 2) 1)) (* t z)))) (* -2 (/ (* x (- (* -1 (* x z)) x)) t)))> |
#<alt (- (+ (* -2 (* x z)) (+ (/ (* (pow x 2) (- (pow z 2) 1)) (* t z)) (/ (* (pow (- (* -1 (* x z)) x) 2) (- (/ (* (pow x 2) (- (pow z 2) 1)) z) (* -2 (* x (- (* -1 (* x z)) x))))) (* (pow t 3) (pow z 2))))) (+ (* -2 (/ (* x (- (* -1 (* x z)) x)) t)) (/ (* (- (* -1 (* x z)) x) (- (/ (* (pow x 2) (- (pow z 2) 1)) z) (* -2 (* x (- (* -1 (* x z)) x))))) (* (pow t 2) z))))> |
#<alt (* -2 (* x z))> |
#<alt (+ (* -2 (* x z)) (* -1 (/ (- (* -1 (/ (* (pow x 2) (- (pow z 2) 1)) z)) (* 2 (* x (- (* -1 (* x z)) x)))) t)))> |
#<alt (+ (* -2 (* x z)) (* -1 (/ (- (+ (* -1 (/ (* (- (* -1 (* x z)) x) (- (* -1 (/ (* (pow x 2) (- (pow z 2) 1)) z)) (* 2 (* x (- (* -1 (* x z)) x))))) (* t z))) (* -1 (/ (* (pow x 2) (- (pow z 2) 1)) z))) (* 2 (* x (- (* -1 (* x z)) x)))) t)))> |
#<alt (+ (* -2 (* x z)) (* -1 (/ (- (+ (* -1 (/ (* (pow x 2) (- (pow z 2) 1)) z)) (* -1 (/ (- (* -1 (/ (* (pow (- (* -1 (* x z)) x) 2) (- (* -1 (/ (* (pow x 2) (- (pow z 2) 1)) z)) (* 2 (* x (- (* -1 (* x z)) x))))) (* t (pow z 2)))) (* -1 (/ (* (- (* -1 (* x z)) x) (- (* -1 (/ (* (pow x 2) (- (pow z 2) 1)) z)) (* 2 (* x (- (* -1 (* x z)) x))))) z))) t))) (* 2 (* x (- (* -1 (* x z)) x)))) t)))> |
#<alt (* -2 (* x z))> |
#<alt (* x (+ (* -2 z) (* x (- (/ z t) (+ (* -2 (/ (- (* -1 z) 1) t)) (/ 1 (* t z)))))))> |
#<alt (* x (+ (* -2 z) (* x (- (+ (* -1 (/ (* x (* (- (* -1 z) 1) (- (/ z t) (+ (* -2 (/ (- (* -1 z) 1) t)) (/ 1 (* t z)))))) (* t z))) (/ z t)) (+ (* -2 (/ (- (* -1 z) 1) t)) (/ 1 (* t z)))))))> |
#<alt (* x (+ (* -2 z) (* x (- (+ (* x (- (/ (* x (* (pow (- (* -1 z) 1) 2) (- (/ z t) (+ (* -2 (/ (- (* -1 z) 1) t)) (/ 1 (* t z)))))) (* (pow t 2) (pow z 2))) (/ (* (- (* -1 z) 1) (- (/ z t) (+ (* -2 (/ (- (* -1 z) 1) t)) (/ 1 (* t z))))) (* t z)))) (/ z t)) (+ (* -2 (/ (- (* -1 z) 1) t)) (/ 1 (* t z)))))))> |
#<alt (/ (* x (- (pow z 2) 1)) (- (* -1 z) 1))> |
#<alt (* x (- (+ (* -2 (/ (* t (pow z 2)) (* x (- (* -1 z) 1)))) (/ (pow z 2) (- (* -1 z) 1))) (+ (/ 1 (- (* -1 z) 1)) (/ (* t (* z (- (pow z 2) 1))) (* x (pow (- (* -1 z) 1) 2))))))> |
#<alt (* x (- (+ (* -2 (/ (* t (pow z 2)) (* x (- (* -1 z) 1)))) (+ (* -1 (/ (* t (* z (- (* -2 (/ (* t (pow z 2)) (- (* -1 z) 1))) (/ (* t (* z (- (pow z 2) 1))) (pow (- (* -1 z) 1) 2))))) (* (pow x 2) (- (* -1 z) 1)))) (/ (pow z 2) (- (* -1 z) 1)))) (+ (/ 1 (- (* -1 z) 1)) (/ (* t (* z (- (pow z 2) 1))) (* x (pow (- (* -1 z) 1) 2))))))> |
#<alt (* x (- (+ (* -2 (/ (* t (pow z 2)) (* x (- (* -1 z) 1)))) (+ (/ (* (pow t 2) (* (pow z 2) (- (* -2 (/ (* t (pow z 2)) (- (* -1 z) 1))) (/ (* t (* z (- (pow z 2) 1))) (pow (- (* -1 z) 1) 2))))) (* (pow x 3) (pow (- (* -1 z) 1) 2))) (/ (pow z 2) (- (* -1 z) 1)))) (+ (/ 1 (- (* -1 z) 1)) (+ (/ (* t (* z (- (* -2 (/ (* t (pow z 2)) (- (* -1 z) 1))) (/ (* t (* z (- (pow z 2) 1))) (pow (- (* -1 z) 1) 2))))) (* (pow x 2) (- (* -1 z) 1))) (/ (* t (* z (- (pow z 2) 1))) (* x (pow (- (* -1 z) 1) 2)))))))> |
#<alt (* -1 (/ (* x (- (pow z 2) 1)) (+ 1 z)))> |
#<alt (* -1 (* x (- (+ (* -1 (/ (- (* 2 (/ (* t (pow z 2)) (+ 1 z))) (/ (* t (* z (- (pow z 2) 1))) (pow (+ 1 z) 2))) x)) (/ (pow z 2) (+ 1 z))) (/ 1 (+ 1 z)))))> |
#<alt (* -1 (* x (- (+ (* -1 (/ (- (+ (* 2 (/ (* t (pow z 2)) (+ 1 z))) (/ (* t (* z (- (* 2 (/ (* t (pow z 2)) (+ 1 z))) (/ (* t (* z (- (pow z 2) 1))) (pow (+ 1 z) 2))))) (* x (+ 1 z)))) (/ (* t (* z (- (pow z 2) 1))) (pow (+ 1 z) 2))) x)) (/ (pow z 2) (+ 1 z))) (/ 1 (+ 1 z)))))> |
#<alt (* -1 (* x (- (+ (* -1 (/ (- (+ (* -1 (/ (- (* -1 (/ (* (pow t 2) (* (pow z 2) (- (* 2 (/ (* t (pow z 2)) (+ 1 z))) (/ (* t (* z (- (pow z 2) 1))) (pow (+ 1 z) 2))))) (* x (pow (+ 1 z) 2)))) (/ (* t (* z (- (* 2 (/ (* t (pow z 2)) (+ 1 z))) (/ (* t (* z (- (pow z 2) 1))) (pow (+ 1 z) 2))))) (+ 1 z))) x)) (* 2 (/ (* t (pow z 2)) (+ 1 z)))) (/ (* t (* z (- (pow z 2) 1))) (pow (+ 1 z) 2))) x)) (/ (pow z 2) (+ 1 z))) (/ 1 (+ 1 z)))))> |
#<alt x> |
#<alt (+ x (* z (- t x)))> |
#<alt (+ x (* z (- (* z (- (* -1 (/ (+ (* -2 (* t x)) (pow x 2)) x)) (* -1 (/ (pow (- t x) 2) x)))) (* -1 (- t x)))))> |
#<alt (+ x (* z (- (* z (- (+ (* -1 (/ (+ (* -2 (* t x)) (pow x 2)) x)) (/ (* z (* (- t x) (- (* -1 (/ (+ (* -2 (* t x)) (pow x 2)) x)) (* -1 (/ (pow (- t x) 2) x))))) x)) (* -1 (/ (pow (- t x) 2) x)))) (* -1 (- t x)))))> |
#<alt (/ (* z (+ (* -2 (* t x)) (pow x 2))) (- t x))> |
#<alt (* z (+ (* -2 (/ (* t x) (- t x))) (+ (/ (* x (+ (* -2 (* t x)) (pow x 2))) (* z (pow (- t x) 2))) (/ (pow x 2) (- t x)))))> |
#<alt (* z (- (+ (* -2 (/ (* t x) (- t x))) (+ (* -1 (/ (pow x 2) (* (pow z 2) (- t x)))) (/ (pow x 2) (- t x)))) (+ (* -1 (/ (* x (+ (* -2 (* t x)) (pow x 2))) (* z (pow (- t x) 2)))) (* -1 (/ (* (pow x 2) (+ (* -2 (* t x)) (pow x 2))) (* (pow z 2) (pow (- t x) 3)))))))> |
#<alt (* z (- (+ (* -2 (/ (* t x) (- t x))) (+ (* -1 (/ (pow x 2) (* (pow z 2) (- t x)))) (+ (/ (* x (- (* -1 (/ (pow x 2) (- t x))) (* -1 (/ (* (pow x 2) (+ (* -2 (* t x)) (pow x 2))) (pow (- t x) 3))))) (* (pow z 3) (- t x))) (/ (pow x 2) (- t x))))) (+ (* -1 (/ (* x (+ (* -2 (* t x)) (pow x 2))) (* z (pow (- t x) 2)))) (* -1 (/ (* (pow x 2) (+ (* -2 (* t x)) (pow x 2))) (* (pow z 2) (pow (- t x) 3)))))))> |
#<alt (/ (* z (+ (* -2 (* t x)) (pow x 2))) (- t x))> |
#<alt (* -1 (* z (+ (* -1 (/ (* x (+ (* -2 (* t x)) (pow x 2))) (* z (pow (- t x) 2)))) (* -1 (/ (+ (* -2 (* t x)) (pow x 2)) (- t x))))))> |
#<alt (* -1 (* z (+ (* -1 (/ (+ (* -2 (* t x)) (pow x 2)) (- t x))) (* -1 (/ (- (* -1 (/ (- (/ (pow x 2) (- t x)) (/ (* (pow x 2) (+ (* -2 (* t x)) (pow x 2))) (pow (- t x) 3))) z)) (* -1 (/ (* x (+ (* -2 (* t x)) (pow x 2))) (pow (- t x) 2)))) z)))))> |
#<alt (* -1 (* z (+ (* -1 (/ (+ (* -2 (* t x)) (pow x 2)) (- t x))) (* -1 (/ (- (* -1 (/ (- (+ (/ (* x (- (/ (pow x 2) (- t x)) (/ (* (pow x 2) (+ (* -2 (* t x)) (pow x 2))) (pow (- t x) 3)))) (* z (- t x))) (/ (pow x 2) (- t x))) (/ (* (pow x 2) (+ (* -2 (* t x)) (pow x 2))) (pow (- t x) 3))) z)) (* -1 (/ (* x (+ (* -2 (* t x)) (pow x 2))) (pow (- t x) 2)))) z)))))> |
#<alt (/ (+ (* -2 (* t (* x (pow z 2)))) (* (pow x 2) (- (pow z 2) 1))) (- (* z (- t x)) x))> |
#<alt (/ (+ (* -2 (* t (* x (pow z 2)))) (* (pow x 2) (- (pow z 2) 1))) (- (* z (- t x)) x))> |
#<alt (/ (+ (* -2 (* t (* x (pow z 2)))) (* (pow x 2) (- (pow z 2) 1))) (- (* z (- t x)) x))> |
#<alt (/ (+ (* -2 (* t (* x (pow z 2)))) (* (pow x 2) (- (pow z 2) 1))) (- (* z (- t x)) x))> |
#<alt (/ (+ (* -2 (* t (* x (pow z 2)))) (* (pow x 2) (- (pow z 2) 1))) (- (* z (- t x)) x))> |
#<alt (/ (+ (* -2 (* t (* x (pow z 2)))) (* (pow x 2) (- (pow z 2) 1))) (- (* z (- t x)) x))> |
#<alt (/ (+ (* -2 (* t (* x (pow z 2)))) (* (pow x 2) (- (pow z 2) 1))) (- (* z (- t x)) x))> |
#<alt (/ (+ (* -2 (* t (* x (pow z 2)))) (* (pow x 2) (- (pow z 2) 1))) (- (* z (- t x)) x))> |
#<alt (/ (+ (* -2 (* t (* x (pow z 2)))) (* (pow x 2) (- (pow z 2) 1))) (- (* z (- t x)) x))> |
#<alt (/ (+ (* -2 (* t (* x (pow z 2)))) (* (pow x 2) (- (pow z 2) 1))) (- (* z (- t x)) x))> |
#<alt (/ (+ (* -2 (* t (* x (pow z 2)))) (* (pow x 2) (- (pow z 2) 1))) (- (* z (- t x)) x))> |
#<alt (/ (+ (* -2 (* t (* x (pow z 2)))) (* (pow x 2) (- (pow z 2) 1))) (- (* z (- t x)) x))> |
#<alt (* (pow x 2) (- (pow z 2) 1))> |
#<alt (+ (* -2 (* t (* x (pow z 2)))) (* (pow x 2) (- (pow z 2) 1)))> |
#<alt (+ (* -2 (* t (* x (pow z 2)))) (* (pow x 2) (- (pow z 2) 1)))> |
#<alt (+ (* -2 (* t (* x (pow z 2)))) (* (pow x 2) (- (pow z 2) 1)))> |
#<alt (* -2 (* t (* x (pow z 2))))> |
#<alt (* t (+ (* -2 (* x (pow z 2))) (/ (* (pow x 2) (- (pow z 2) 1)) t)))> |
#<alt (* t (+ (* -2 (* x (pow z 2))) (/ (* (pow x 2) (- (pow z 2) 1)) t)))> |
#<alt (* t (+ (* -2 (* x (pow z 2))) (/ (* (pow x 2) (- (pow z 2) 1)) t)))> |
#<alt (* -2 (* t (* x (pow z 2))))> |
#<alt (* -1 (* t (+ (* -1 (/ (* (pow x 2) (- (pow z 2) 1)) t)) (* 2 (* x (pow z 2))))))> |
#<alt (* -1 (* t (+ (* -1 (/ (* (pow x 2) (- (pow z 2) 1)) t)) (* 2 (* x (pow z 2))))))> |
#<alt (* -1 (* t (+ (* -1 (/ (* (pow x 2) (- (pow z 2) 1)) t)) (* 2 (* x (pow z 2))))))> |
#<alt (* -2 (* t (* x (pow z 2))))> |
#<alt (* x (+ (* -2 (* t (pow z 2))) (* x (- (pow z 2) 1))))> |
#<alt (* x (+ (* -2 (* t (pow z 2))) (* x (- (pow z 2) 1))))> |
#<alt (* x (+ (* -2 (* t (pow z 2))) (* x (- (pow z 2) 1))))> |
#<alt (* (pow x 2) (- (pow z 2) 1))> |
#<alt (* (pow x 2) (- (+ (* -2 (/ (* t (pow z 2)) x)) (pow z 2)) 1))> |
#<alt (* (pow x 2) (- (+ (* -2 (/ (* t (pow z 2)) x)) (pow z 2)) 1))> |
#<alt (* (pow x 2) (- (+ (* -2 (/ (* t (pow z 2)) x)) (pow z 2)) 1))> |
#<alt (* (pow x 2) (- (pow z 2) 1))> |
#<alt (* (pow x 2) (- (+ (* -2 (/ (* t (pow z 2)) x)) (pow z 2)) 1))> |
#<alt (* (pow x 2) (- (+ (* -2 (/ (* t (pow z 2)) x)) (pow z 2)) 1))> |
#<alt (* (pow x 2) (- (+ (* -2 (/ (* t (pow z 2)) x)) (pow z 2)) 1))> |
#<alt (* -1 (pow x 2))> |
#<alt (+ (* -1 (pow x 2)) (* (pow z 2) (+ (* -2 (* t x)) (pow x 2))))> |
#<alt (+ (* -1 (pow x 2)) (* (pow z 2) (+ (* -2 (* t x)) (pow x 2))))> |
#<alt (+ (* -1 (pow x 2)) (* (pow z 2) (+ (* -2 (* t x)) (pow x 2))))> |
#<alt (* (pow z 2) (+ (* -2 (* t x)) (pow x 2)))> |
#<alt (* (pow z 2) (+ (* -2 (* t x)) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow x 2))))> |
#<alt (* (pow z 2) (+ (* -2 (* t x)) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow x 2))))> |
#<alt (* (pow z 2) (+ (* -2 (* t x)) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow x 2))))> |
#<alt (* (pow z 2) (+ (* -2 (* t x)) (pow x 2)))> |
#<alt (* (pow z 2) (+ (* -2 (* t x)) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow x 2))))> |
#<alt (* (pow z 2) (+ (* -2 (* t x)) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow x 2))))> |
#<alt (* (pow z 2) (+ (* -2 (* t x)) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow x 2))))> |
#<alt (- (* z (- t x)) x)> |
#<alt (- (* z (- t x)) x)> |
#<alt (- (* z (- t x)) x)> |
#<alt (- (* z (- t x)) x)> |
#<alt (- (* z (- t x)) x)> |
#<alt (- (* z (- t x)) x)> |
#<alt (- (* z (- t x)) x)> |
#<alt (- (* z (- t x)) x)> |
#<alt (- (* z (- t x)) x)> |
#<alt (- (* z (- t x)) x)> |
#<alt (- (* z (- t x)) x)> |
#<alt (- (* z (- t x)) x)> |
#<alt (* -1 x)> |
#<alt (- (* z (- t x)) x)> |
#<alt (- (* z (- t x)) x)> |
#<alt (- (* z (- t x)) x)> |
#<alt (* z (- t x))> |
#<alt (* z (- (+ t (* -1 (/ x z))) x))> |
#<alt (* z (- (+ t (* -1 (/ x z))) x))> |
#<alt (* z (- (+ t (* -1 (/ x z))) x))> |
#<alt (* z (- t x))> |
#<alt (* -1 (* z (+ (* -1 (- t x)) (/ x z))))> |
#<alt (* -1 (* z (+ (* -1 (- t x)) (/ x z))))> |
#<alt (* -1 (* z (+ (* -1 (- t x)) (/ x z))))> |
#<alt (- (* -1 (* x z)) x)> |
#<alt (- (+ (* -1 (* x z)) (* t z)) x)> |
#<alt (- (+ (* -1 (* x z)) (* t z)) x)> |
#<alt (- (+ (* -1 (* x z)) (* t z)) x)> |
#<alt (* t z)> |
#<alt (* t (- (+ z (* -1 (/ (* x z) t))) (/ x t)))> |
#<alt (* t (- (+ z (* -1 (/ (* x z) t))) (/ x t)))> |
#<alt (* t (- (+ z (* -1 (/ (* x z) t))) (/ x t)))> |
#<alt (* t z)> |
#<alt (* -1 (* t (+ (* -1 z) (* -1 (/ (- (* -1 (* x z)) x) t)))))> |
#<alt (* -1 (* t (+ (* -1 z) (* -1 (/ (- (* -1 (* x z)) x) t)))))> |
#<alt (* -1 (* t (+ (* -1 z) (* -1 (/ (- (* -1 (* x z)) x) t)))))> |
#<alt (* t z)> |
#<alt (+ (* t z) (* x (- (* -1 z) 1)))> |
#<alt (+ (* t z) (* x (- (* -1 z) 1)))> |
#<alt (+ (* t z) (* x (- (* -1 z) 1)))> |
#<alt (* x (- (* -1 z) 1))> |
#<alt (* x (- (+ (* -1 z) (/ (* t z) x)) 1))> |
#<alt (* x (- (+ (* -1 z) (/ (* t z) x)) 1))> |
#<alt (* x (- (+ (* -1 z) (/ (* t z) x)) 1))> |
#<alt (* -1 (* x (+ 1 z)))> |
#<alt (* -1 (* x (+ 1 (+ z (* -1 (/ (* t z) x))))))> |
#<alt (* -1 (* x (+ 1 (+ z (* -1 (/ (* t z) x))))))> |
#<alt (* -1 (* x (+ 1 (+ z (* -1 (/ (* t z) x))))))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* z (- t x))> |
#<alt (* -1 (* x z))> |
#<alt (+ (* -1 (* x z)) (* t z))> |
#<alt (+ (* -1 (* x z)) (* t z))> |
#<alt (+ (* -1 (* x z)) (* t z))> |
#<alt (* t z)> |
#<alt (* t (+ z (* -1 (/ (* x z) t))))> |
#<alt (* t (+ z (* -1 (/ (* x z) t))))> |
#<alt (* t (+ z (* -1 (/ (* x z) t))))> |
#<alt (* t z)> |
#<alt (* -1 (* t (+ (* -1 z) (/ (* x z) t))))> |
#<alt (* -1 (* t (+ (* -1 z) (/ (* x z) t))))> |
#<alt (* -1 (* t (+ (* -1 z) (/ (* x z) t))))> |
#<alt (* t z)> |
#<alt (+ (* -1 (* x z)) (* t z))> |
#<alt (+ (* -1 (* x z)) (* t z))> |
#<alt (+ (* -1 (* x z)) (* t z))> |
#<alt (* -1 (* x z))> |
#<alt (* x (+ (* -1 z) (/ (* t z) x)))> |
#<alt (* x (+ (* -1 z) (/ (* t z) x)))> |
#<alt (* x (+ (* -1 z) (/ (* t z) x)))> |
#<alt (* -1 (* x z))> |
#<alt (* -1 (* x (+ z (* -1 (/ (* t z) x)))))> |
#<alt (* -1 (* x (+ z (* -1 (/ (* t z) x)))))> |
#<alt (* -1 (* x (+ z (* -1 (/ (* t z) x)))))> |
#<alt (/ x y)> |
#<alt (* x (+ (* -1/3 (/ (pow x 2) (pow y 3))) (/ 1 y)))> |
#<alt (* x (+ (* (pow x 2) (- (* 2/15 (/ (pow x 2) (pow y 5))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y)))> |
#<alt (* x (+ (* (pow x 2) (- (* (pow x 2) (+ (* -17/315 (/ (pow x 2) (pow y 7))) (* 2/15 (/ 1 (pow y 5))))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y)))> |
#<alt (/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))> |
#<alt (/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))> |
#<alt (/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))> |
#<alt (/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))> |
#<alt (/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))> |
#<alt (/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))> |
#<alt (/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))> |
#<alt (/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))> |
#<alt (/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))> |
#<alt (/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))> |
#<alt (/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))> |
#<alt (/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))> |
#<alt (/ x y)> |
#<alt (/ (+ x (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))) y)> |
#<alt (/ (- (+ x (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)))) (* 1/2 (/ (pow x 3) (pow y 2)))) y)> |
#<alt (/ (- (+ x (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4))))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))))) (+ (* -1/2 (/ (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3)))) (pow y 3))) (+ (* 1/4 (/ (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2))) (pow y 3))) (* 1/2 (/ (pow x 3) (pow y 2)))))) y)> |
#<alt (/ x y)> |
#<alt (* -1 (/ (+ (* -1 x) (* -1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))) y))> |
#<alt (* -1 (/ (+ (* -1 x) (* -1 (/ (+ (* -1 (/ (- (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))) (* -1/2 (pow x 3))) y)) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) y))> |
#<alt (* -1 (/ (+ (* -1 x) (* -1 (/ (+ (* -1 (/ (- (+ (* -1 (/ (- (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))) (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))) y)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))) (* -1/2 (pow x 3))) y)) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) y))> |
#<alt (* t (* x (pow z 2)))> |
#<alt (* t (* x (pow z 2)))> |
#<alt (* t (* x (pow z 2)))> |
#<alt (* t (* x (pow z 2)))> |
#<alt (* t (* x (pow z 2)))> |
#<alt (* t (* x (pow z 2)))> |
#<alt (* t (* x (pow z 2)))> |
#<alt (* t (* x (pow z 2)))> |
#<alt (* t (* x (pow z 2)))> |
#<alt (* t (* x (pow z 2)))> |
#<alt (* t (* x (pow z 2)))> |
#<alt (* t (* x (pow z 2)))> |
#<alt (* t (* x (pow z 2)))> |
#<alt (* t (* x (pow z 2)))> |
#<alt (* t (* x (pow z 2)))> |
#<alt (* t (* x (pow z 2)))> |
#<alt (* t (* x (pow z 2)))> |
#<alt (* t (* x (pow z 2)))> |
#<alt (* t (* x (pow z 2)))> |
#<alt (* t (* x (pow z 2)))> |
#<alt (* t (* x (pow z 2)))> |
#<alt (* t (* x (pow z 2)))> |
#<alt (* t (* x (pow z 2)))> |
#<alt (* t (* x (pow z 2)))> |
#<alt (* t (* x (pow z 2)))> |
#<alt (* t (* x (pow z 2)))> |
#<alt (* t (* x (pow z 2)))> |
#<alt (* t (* x (pow z 2)))> |
#<alt (* t (* x (pow z 2)))> |
#<alt (* t (* x (pow z 2)))> |
#<alt (* t (* x (pow z 2)))> |
#<alt (* t (* x (pow z 2)))> |
#<alt (* t (* x (pow z 2)))> |
#<alt (* t (* x (pow z 2)))> |
#<alt (* t (* x (pow z 2)))> |
#<alt (* t (* x (pow z 2)))> |
#<alt (* (pow x 2) (- (pow z 2) 1))> |
#<alt (* (pow x 2) (- (pow z 2) 1))> |
#<alt (* (pow x 2) (- (pow z 2) 1))> |
#<alt (* (pow x 2) (- (pow z 2) 1))> |
#<alt (* (pow x 2) (- (pow z 2) 1))> |
#<alt (* (pow x 2) (- (pow z 2) 1))> |
#<alt (* (pow x 2) (- (pow z 2) 1))> |
#<alt (* (pow x 2) (- (pow z 2) 1))> |
#<alt (* (pow x 2) (- (pow z 2) 1))> |
#<alt (* (pow x 2) (- (pow z 2) 1))> |
#<alt (* (pow x 2) (- (pow z 2) 1))> |
#<alt (* (pow x 2) (- (pow z 2) 1))> |
#<alt (* -1 (pow x 2))> |
#<alt (+ (* -1 (pow x 2)) (* (pow x 2) (pow z 2)))> |
#<alt (+ (* -1 (pow x 2)) (* (pow x 2) (pow z 2)))> |
#<alt (+ (* -1 (pow x 2)) (* (pow x 2) (pow z 2)))> |
#<alt (* (pow x 2) (pow z 2))> |
#<alt (* (pow z 2) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow x 2)))> |
#<alt (* (pow z 2) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow x 2)))> |
#<alt (* (pow z 2) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow x 2)))> |
#<alt (* (pow x 2) (pow z 2))> |
#<alt (* (pow z 2) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow x 2)))> |
#<alt (* (pow z 2) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow x 2)))> |
#<alt (* (pow z 2) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow x 2)))> |
192 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 19.0ms | y | @ | 0 | (/ (+ (* -2 (* t (* x (* z z)))) (* (* x x) (+ (* z z) -1))) (- (/ (* y z) (/ y (- t x))) x)) |
| 9.0ms | y | @ | inf | (+ (* (* (- (/ t y) (tanh (/ x y))) y) z) x) |
| 1.0ms | t | @ | 0 | (/ (+ (* -2 (* t (* x (* z z)))) (* (* x x) (+ (* z z) -1))) (- (/ (* y z) (/ y (- t x))) x)) |
| 1.0ms | z | @ | inf | (/ (+ (* -2 (* t (* x (* z z)))) (* (* x x) (+ (* z z) -1))) (- (/ (* y z) (/ y (- t x))) x)) |
| 1.0ms | x | @ | inf | (/ (+ (* -2 (* t (* x (* z z)))) (* (* x x) (+ (* z z) -1))) (- (/ (* y z) (/ y (- t x))) x)) |
| 1× | batch-egg-rewrite |
| 6578× | *-lowering-*.f32 |
| 6578× | *-lowering-*.f64 |
| 3600× | /-lowering-/.f32 |
| 3600× | /-lowering-/.f64 |
| 2274× | --lowering--.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 39 | 187 |
| 1 | 276 | 183 |
| 2 | 2543 | 151 |
| 0 | 10723 | 151 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ (* (* (- (/ t y) (tanh (/ x y))) y) z) x) |
(* (- (/ t y) (tanh (/ x y))) y) |
(- (/ t y) (tanh (/ x y))) |
(/ t y) |
(* x (- 1 z)) |
(- 1 z) |
(+ x (* (/ z (/ y (- t x))) y)) |
(* (/ z (/ y (- t x))) y) |
(/ z (/ y (- t x))) |
(/ y (- t x)) |
(+ x (* (* (/ z y) y) (/ 1 (/ 1 (- t x))))) |
(* (* (/ z y) y) (/ 1 (/ 1 (- t x)))) |
(* (/ z y) y) |
(/ 1 (/ 1 (- t x))) |
(/ (+ (* -2 (* t (* x (* z z)))) (* (* x x) (+ (* z z) -1))) (- (/ (* y z) (/ y (- t x))) x)) |
(+ (* -2 (* t (* x (* z z)))) (* (* x x) (+ (* z z) -1))) |
(- (/ (* y z) (/ y (- t x))) x) |
(/ (* y z) (/ y (- t x))) |
(tanh (/ x y)) |
(* t (* x (* z z))) |
(* (* x x) (+ (* z z) -1)) |
| Outputs |
|---|
(+.f64 x (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) (*.f64 y z))) |
(+.f64 (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x) |
(-.f64 (/.f64 (pow.f64 (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (-.f64 (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x)) (/.f64 (*.f64 x x) (-.f64 (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x))) |
(fma.f64 y (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) z) x) |
(fma.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) (*.f64 y z) x) |
(fma.f64 (*.f64 y (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) z x) |
(fma.f64 z (*.f64 y (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) x) |
(fma.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) x) |
(fma.f64 (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) z) y x) |
(fma.f64 (*.f64 z (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) y x) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (pow.f64 (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x (-.f64 x (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) (*.f64 y z))))) (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x) (-.f64 (pow.f64 (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x x)))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 3 binary64))) (+.f64 (pow.f64 (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x (-.f64 x (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) (*.f64 y z)))))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 3 binary64))) (+.f64 (*.f64 x x) (-.f64 (pow.f64 (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) (*.f64 (*.f64 y z) x))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x x)) (-.f64 (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x)) |
(/.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 3 binary64)))) (neg.f64 (+.f64 (pow.f64 (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x (-.f64 x (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) (*.f64 y z))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x x))) (neg.f64 (-.f64 (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x))) |
(/.f64 (-.f64 (*.f64 x x) (pow.f64 (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64))) (-.f64 x (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) (*.f64 y z)))) |
(/.f64 (-.f64 (*.f64 (pow.f64 (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (-.f64 (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x)) (*.f64 (-.f64 (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x) (*.f64 x x))) (*.f64 (-.f64 (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x) (-.f64 (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x))) |
(pow.f64 (/.f64 (+.f64 (pow.f64 (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x (-.f64 x (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) (*.f64 y z))))) (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x) (-.f64 (pow.f64 (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x x))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x (-.f64 x (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) (*.f64 y z))))))) |
(*.f64 (-.f64 (pow.f64 (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) (*.f64 y z)) #s(literal 2 binary64)) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x))) |
(+.f64 (*.f64 y (/.f64 t y)) (*.f64 y (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))))) |
(+.f64 (*.f64 (/.f64 t y) y) (*.f64 (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))) y)) |
(fma.f64 y (/.f64 t y) (*.f64 y (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))))) |
(fma.f64 (/.f64 t y) y (*.f64 (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))) y)) |
(/.f64 (*.f64 y (-.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y))) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64)))) (+.f64 (/.f64 (*.f64 (/.f64 t y) t) y) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))))) |
(/.f64 (*.f64 y (-.f64 (/.f64 (*.f64 (/.f64 t y) t) y) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)))) (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) |
(/.f64 (*.f64 (-.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y))) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64))) y) (+.f64 (/.f64 (*.f64 (/.f64 t y) t) y) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))))) |
(/.f64 (*.f64 (-.f64 (/.f64 (*.f64 (/.f64 t y) t) y) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64))) y) (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) |
(*.f64 y (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) |
(*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) y) |
(+.f64 (/.f64 t y) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y)))) |
(+.f64 (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))) (/.f64 t y)) |
(-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) |
(-.f64 (/.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y))) (+.f64 (/.f64 (*.f64 (/.f64 t y) t) y) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))))) (/.f64 (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 t y) t) y) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (/.f64 t y) t) y) (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) (/.f64 (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)) (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))))) |
(fma.f64 t (/.f64 #s(literal 1 binary64) y) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 t y) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y)))) |
(fma.f64 #s(literal -1 binary64) (tanh.f64 (/.f64 x y)) (/.f64 t y)) |
(fma.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) y) t (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (/.f64 t y) t) y) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))))) (-.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y))) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) (-.f64 (/.f64 (*.f64 (/.f64 t y) t) y) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64))))) |
(/.f64 (-.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y))) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 t y) t) y) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))))) |
(/.f64 (-.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y))) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64))) (+.f64 (/.f64 (*.f64 (/.f64 t y) t) y) (-.f64 (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)) (*.f64 (/.f64 t y) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (/.f64 t y) t) y) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64))) (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) |
(/.f64 (-.f64 (/.f64 (*.f64 (/.f64 t y) t) y) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64))) (-.f64 (/.f64 t y) (-.f64 #s(literal 0 binary64) (tanh.f64 (/.f64 x y))))) |
(/.f64 (-.f64 (*.f64 t (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 y (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))))) (*.f64 y (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) |
(/.f64 (-.f64 (*.f64 t (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64))))) (*.f64 y (expm1.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64))))) (*.f64 y (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64)))))) |
(/.f64 (-.f64 (*.f64 t (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 y (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (*.f64 y (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 (/.f64 y t) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))))) (*.f64 (/.f64 y t) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64))))) (*.f64 (/.f64 y t) (expm1.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64))))) (*.f64 (/.f64 y t) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 (/.f64 y t) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (*.f64 (/.f64 y t) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))))) (*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) y) (expm1.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64)))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y))) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64)))) (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 t y) t) y) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 (/.f64 t y) t) y) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)))) (neg.f64 (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))))) |
(/.f64 (-.f64 (*.f64 t (/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))))) (*.f64 y #s(literal 1 binary64))) (*.f64 y (/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) |
(/.f64 (-.f64 (*.f64 t (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64)))) (expm1.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64))))) (*.f64 y #s(literal 1 binary64))) (*.f64 y (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64)))) (expm1.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64)))))) |
(/.f64 (-.f64 (*.f64 t (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (*.f64 y #s(literal 1 binary64))) (*.f64 y (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(/.f64 (-.f64 (*.f64 t (neg.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) (*.f64 y (neg.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) (*.f64 y (neg.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))))) |
(/.f64 (-.f64 (*.f64 t (neg.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64)))))) (*.f64 y (neg.f64 (expm1.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64)))))) (*.f64 y (neg.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64))))))) |
(/.f64 (-.f64 (*.f64 t (neg.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (*.f64 y (neg.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) (*.f64 y (neg.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))))) (*.f64 (/.f64 y t) #s(literal 1 binary64))) (*.f64 (/.f64 y t) (/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64)))) (expm1.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64))))) (*.f64 (/.f64 y t) #s(literal 1 binary64))) (*.f64 (/.f64 y t) (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64)))) (expm1.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (*.f64 (/.f64 y t) #s(literal 1 binary64))) (*.f64 (/.f64 y t) (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) (*.f64 (/.f64 y t) (neg.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) (*.f64 (/.f64 y t) (neg.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64)))))) (*.f64 (/.f64 y t) (neg.f64 (expm1.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64)))))) (*.f64 (/.f64 y t) (neg.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (*.f64 (/.f64 y t) (neg.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) (*.f64 (/.f64 y t) (neg.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))))) (*.f64 (/.f64 (/.f64 y t) #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 y t) #s(literal 1 binary64)) (/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64)))) (expm1.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64))))) (*.f64 (/.f64 (/.f64 y t) #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 y t) #s(literal 1 binary64)) (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64)))) (expm1.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (*.f64 (/.f64 (/.f64 y t) #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 y t) #s(literal 1 binary64)) (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 (/.f64 (/.f64 y t) #s(literal 1 binary64)) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))))) (*.f64 (/.f64 (/.f64 y t) #s(literal 1 binary64)) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64))))) (*.f64 (/.f64 (/.f64 y t) #s(literal 1 binary64)) (expm1.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64))))) (*.f64 (/.f64 (/.f64 y t) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 (/.f64 (/.f64 y t) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (*.f64 (/.f64 (/.f64 y t) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) (*.f64 (/.f64 (/.f64 y t) #s(literal 1 binary64)) (neg.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) (*.f64 (/.f64 (/.f64 y t) #s(literal 1 binary64)) (neg.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64)))))) (*.f64 (/.f64 (/.f64 y t) #s(literal 1 binary64)) (neg.f64 (expm1.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64)))))) (*.f64 (/.f64 (/.f64 y t) #s(literal 1 binary64)) (neg.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (*.f64 (/.f64 (/.f64 y t) #s(literal 1 binary64)) (neg.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) (*.f64 (/.f64 (/.f64 y t) #s(literal 1 binary64)) (neg.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))))) (*.f64 (neg.f64 (/.f64 y t)) #s(literal 1 binary64))) (*.f64 (neg.f64 (/.f64 y t)) (/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64)))) (expm1.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64))))) (*.f64 (neg.f64 (/.f64 y t)) #s(literal 1 binary64))) (*.f64 (neg.f64 (/.f64 y t)) (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64)))) (expm1.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64)))))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (*.f64 (neg.f64 (/.f64 y t)) #s(literal 1 binary64))) (*.f64 (neg.f64 (/.f64 y t)) (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 (neg.f64 (/.f64 y t)) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))))) (*.f64 (neg.f64 (/.f64 y t)) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64))))) (*.f64 (neg.f64 (/.f64 y t)) (expm1.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64))))) (*.f64 (neg.f64 (/.f64 y t)) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64)))))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 (neg.f64 (/.f64 y t)) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (*.f64 (neg.f64 (/.f64 y t)) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (neg.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) (*.f64 (neg.f64 (/.f64 y t)) (neg.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) (*.f64 (neg.f64 (/.f64 y t)) (neg.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (neg.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64)))))) (*.f64 (neg.f64 (/.f64 y t)) (neg.f64 (expm1.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64)))))) (*.f64 (neg.f64 (/.f64 y t)) (neg.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64))))))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (neg.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (*.f64 (neg.f64 (/.f64 y t)) (neg.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) (*.f64 (neg.f64 (/.f64 y t)) (neg.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))))) (*.f64 (-.f64 #s(literal 0 binary64) y) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64)))) (expm1.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) y) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64)))) (expm1.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64)))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (*.f64 (-.f64 #s(literal 0 binary64) y) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (neg.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) (*.f64 (-.f64 #s(literal 0 binary64) y) (neg.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) (*.f64 (-.f64 #s(literal 0 binary64) y) (neg.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (neg.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64)))))) (*.f64 (-.f64 #s(literal 0 binary64) y) (neg.f64 (expm1.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64)))))) (*.f64 (-.f64 #s(literal 0 binary64) y) (neg.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64))))))) |
(/.f64 (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (neg.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (*.f64 (-.f64 #s(literal 0 binary64) y) (neg.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) (*.f64 (-.f64 #s(literal 0 binary64) y) (neg.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 t #s(literal 1 binary64)) (/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))))) (*.f64 y #s(literal 1 binary64))) (*.f64 y (/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 t #s(literal 1 binary64)) (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64)))) (expm1.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64))))) (*.f64 y #s(literal 1 binary64))) (*.f64 y (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64)))) (expm1.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 t #s(literal 1 binary64)) (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (*.f64 y #s(literal 1 binary64))) (*.f64 y (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 t #s(literal 1 binary64)) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 y (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))))) (*.f64 y (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) |
(/.f64 (-.f64 (*.f64 (*.f64 t #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64))))) (*.f64 y (expm1.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64))))) (*.f64 y (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 t #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 y (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (*.f64 y (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 t #s(literal 1 binary64)) (neg.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) (*.f64 y (neg.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) (*.f64 y (neg.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 t #s(literal 1 binary64)) (neg.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64)))))) (*.f64 y (neg.f64 (expm1.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64)))))) (*.f64 y (neg.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 t #s(literal 1 binary64)) (neg.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (*.f64 y (neg.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) (*.f64 y (neg.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) t)) (/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) y)) #s(literal 1 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) y)) (/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) t)) (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64)))) (expm1.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64))))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) y)) #s(literal 1 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) y)) (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64)))) (expm1.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64)))))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) t)) (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) y)) #s(literal 1 binary64))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) y)) (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) t)) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) y)) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) y)) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) t)) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64))))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) y)) (expm1.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64))))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) y)) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64)))))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) t)) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) y)) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) t)) (neg.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) y)) (neg.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) y)) (neg.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) t)) (neg.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64)))))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) y)) (neg.f64 (expm1.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64)))))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) y)) (neg.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64))))))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) t)) (neg.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) y)) (neg.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) (*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) y)) (neg.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y))) (+.f64 (/.f64 (*.f64 (/.f64 t y) t) y) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))))) (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 t y) t) y) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))))) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64)))) (*.f64 (+.f64 (/.f64 (*.f64 (/.f64 t y) t) y) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))))) (+.f64 (/.f64 (*.f64 (/.f64 t y) t) y) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (/.f64 t y) t) y) (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) (*.f64 (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)))) (*.f64 (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))))) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 (/.f64 t y) t) y) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))))) (-.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y))) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) (-.f64 (/.f64 (*.f64 (/.f64 t y) t) y) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64)))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (/.f64 (*.f64 t (*.f64 t t)) (*.f64 y (*.f64 y y))) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (/.f64 t y) t) y) (*.f64 (tanh.f64 (/.f64 x y)) (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))))))) |
(*.f64 (-.f64 (/.f64 (*.f64 (/.f64 t y) t) y) (pow.f64 (tanh.f64 (/.f64 x y)) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 y t)) #s(literal -1 binary64))) |
(neg.f64 (/.f64 t (-.f64 #s(literal 0 binary64) y))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) t) y)) |
(/.f64 t y) |
(/.f64 #s(literal 1 binary64) (/.f64 y t)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 y t) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 y t))) |
(/.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 t #s(literal 1 binary64)) y) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) t)) (neg.f64 (-.f64 #s(literal 0 binary64) y))) |
(pow.f64 (/.f64 y t) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 y t) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 t (/.f64 #s(literal 1 binary64) y)) |
(*.f64 #s(literal 1 binary64) (/.f64 t y)) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) t) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (/.f64 #s(literal 1 binary64) t) #s(literal -1 binary64))) |
(+.f64 (*.f64 x #s(literal 1 binary64)) (*.f64 x (-.f64 #s(literal 0 binary64) z))) |
(+.f64 (*.f64 #s(literal 1 binary64) x) (*.f64 (-.f64 #s(literal 0 binary64) z) x)) |
(fma.f64 x #s(literal 1 binary64) (*.f64 x (-.f64 #s(literal 0 binary64) z))) |
(fma.f64 #s(literal 1 binary64) x (*.f64 (-.f64 #s(literal 0 binary64) z) x)) |
(/.f64 (*.f64 x (-.f64 #s(literal 1 binary64) (*.f64 z (*.f64 z z)))) (+.f64 #s(literal 1 binary64) (*.f64 z (+.f64 z #s(literal 1 binary64))))) |
(/.f64 (*.f64 x (-.f64 #s(literal 1 binary64) (*.f64 z z))) (+.f64 z #s(literal 1 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 z (*.f64 z z))) x) (+.f64 #s(literal 1 binary64) (*.f64 z (+.f64 z #s(literal 1 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 z z)) x) (+.f64 z #s(literal 1 binary64))) |
(*.f64 x (-.f64 #s(literal 1 binary64) z)) |
(*.f64 (-.f64 #s(literal 1 binary64) z) x) |
(+.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) z)) |
(+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal 1 binary64)) |
(-.f64 #s(literal 1 binary64) z) |
(-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 z (+.f64 z #s(literal 1 binary64))))) (/.f64 (*.f64 z (*.f64 z z)) (+.f64 #s(literal 1 binary64) (*.f64 z (+.f64 z #s(literal 1 binary64)))))) |
(-.f64 (/.f64 #s(literal 1 binary64) (+.f64 z #s(literal 1 binary64))) (/.f64 (*.f64 z z) (+.f64 z #s(literal 1 binary64)))) |
(fma.f64 #s(literal -1 binary64) z #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 z (+.f64 z #s(literal 1 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 z (*.f64 z z))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 z #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 z z)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 z (*.f64 z z))) (+.f64 #s(literal 1 binary64) (*.f64 z (+.f64 z #s(literal 1 binary64))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 z (*.f64 z z))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 z z) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) z))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 z z)) (+.f64 z #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 z z)) (-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) z))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 z (*.f64 z z)))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 z (+.f64 z #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 z z))) (neg.f64 (+.f64 z #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 z (+.f64 z #s(literal 1 binary64))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 z (+.f64 z #s(literal 1 binary64)))) (*.f64 z (*.f64 z z)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 z (+.f64 z #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 z (+.f64 z #s(literal 1 binary64)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 z #s(literal 1 binary64))) (*.f64 (+.f64 z #s(literal 1 binary64)) (*.f64 z z))) (*.f64 (+.f64 z #s(literal 1 binary64)) (+.f64 z #s(literal 1 binary64)))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 z (+.f64 z #s(literal 1 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 z (*.f64 z z)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 z #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 z z))) #s(literal -1 binary64)) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 z (*.f64 z z))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 z (+.f64 z #s(literal 1 binary64)))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 z z)) (/.f64 #s(literal 1 binary64) (+.f64 z #s(literal 1 binary64)))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+.f64 (*.f64 z (-.f64 t x)) x) |
(-.f64 (/.f64 (*.f64 x x) (-.f64 x (*.f64 z (-.f64 t x)))) (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 x (*.f64 z (-.f64 t x))))) |
(fma.f64 y (/.f64 z (/.f64 y (-.f64 t x))) x) |
(fma.f64 z (-.f64 t x) x) |
(fma.f64 z (*.f64 (/.f64 (-.f64 t x) y) y) x) |
(fma.f64 z (*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 y (-.f64 t x))) x) |
(fma.f64 z (*.f64 y (/.f64 (-.f64 t x) y)) x) |
(fma.f64 z (/.f64 y (/.f64 y (-.f64 t x))) x) |
(fma.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x)) x) |
(fma.f64 (-.f64 t x) z x) |
(fma.f64 (/.f64 z (/.f64 y (-.f64 t x))) y x) |
(fma.f64 (/.f64 z y) (*.f64 y (-.f64 t x)) x) |
(fma.f64 (*.f64 y z) (/.f64 (-.f64 t x) y) x) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 y z)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))) x) |
(fma.f64 (/.f64 (-.f64 t x) y) (*.f64 y z) x) |
(fma.f64 (*.f64 y (-.f64 t x)) (/.f64 z y) x) |
(fma.f64 (/.f64 y y) (*.f64 z (-.f64 t x)) x) |
(fma.f64 (/.f64 y #s(literal 1 binary64)) (/.f64 z (/.f64 y (-.f64 t x))) x) |
(fma.f64 (/.f64 (/.f64 z y) #s(literal 1 binary64)) (*.f64 y (-.f64 t x)) x) |
(fma.f64 (/.f64 z #s(literal 1 binary64)) (-.f64 t x) x) |
(fma.f64 (/.f64 z #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (-.f64 t x)) x) |
(fma.f64 (/.f64 (*.f64 y z) #s(literal 1 binary64)) (/.f64 (-.f64 t x) y) x) |
(fma.f64 (/.f64 (*.f64 y z) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) (-.f64 t x)) x) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 z (-.f64 t x)) (-.f64 (*.f64 z (-.f64 t x)) x))) (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 x x) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (+.f64 (*.f64 x x) (*.f64 (*.f64 z (-.f64 t x)) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 x x) (*.f64 x (*.f64 z (-.f64 t x)))))) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (-.f64 x (*.f64 z (-.f64 t x)))) |
(/.f64 (-.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x)) (-.f64 (*.f64 z (-.f64 t x)) x)) |
(/.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))))) (neg.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 z (-.f64 t x)) (-.f64 (*.f64 z (-.f64 t x)) x))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x x) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (neg.f64 (-.f64 x (*.f64 z (-.f64 t x))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) (-.f64 x (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 x (*.f64 z (-.f64 t x))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (*.f64 (-.f64 x (*.f64 z (-.f64 t x))) (-.f64 x (*.f64 z (-.f64 t x))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 z (-.f64 t x)) (-.f64 (*.f64 z (-.f64 t x)) x))) (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 x x) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (*.f64 (*.f64 z (-.f64 t x)) (-.f64 (*.f64 z (-.f64 t x)) x))))) |
(*.f64 (-.f64 (*.f64 x x) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (/.f64 #s(literal 1 binary64) (-.f64 x (*.f64 z (-.f64 t x))))) |
(+.f64 (*.f64 z t) (*.f64 z (-.f64 #s(literal 0 binary64) x))) |
(+.f64 (*.f64 t z) (*.f64 (-.f64 #s(literal 0 binary64) x) z)) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x)))) #s(literal -1 binary64))) |
(fma.f64 t z (*.f64 (-.f64 #s(literal 0 binary64) x) z)) |
(fma.f64 z t (*.f64 z (-.f64 #s(literal 0 binary64) x))) |
(neg.f64 (/.f64 (*.f64 y z) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 y z)) (/.f64 y (-.f64 t x)))) |
(/.f64 y (/.f64 y (*.f64 z (-.f64 t x)))) |
(/.f64 z (/.f64 #s(literal 1 binary64) (-.f64 t x))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) z)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))))) |
(/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 #s(literal -1 binary64) (-.f64 t x))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 y z)) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 y z)) (*.f64 (/.f64 #s(literal -1 binary64) (-.f64 t x)) y)) |
(/.f64 (*.f64 z #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (-.f64 t x))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 y z)) (/.f64 y (-.f64 t x))) |
(/.f64 (*.f64 (*.f64 y z) #s(literal 1 binary64)) (/.f64 y (-.f64 t x))) |
(/.f64 (*.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) (*.f64 y z)) (*.f64 (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))) y)) |
(/.f64 (*.f64 (-.f64 (*.f64 t t) (*.f64 x x)) (*.f64 y z)) (*.f64 (+.f64 t x) y)) |
(/.f64 (*.f64 (*.f64 y z) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))) |
(/.f64 (*.f64 (*.f64 y z) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) (*.f64 y (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) |
(/.f64 (*.f64 (*.f64 y z) (-.f64 (*.f64 t t) (*.f64 x x))) (*.f64 y (+.f64 t x))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 y z))) (/.f64 y (-.f64 t x))) |
(/.f64 (/.f64 z #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 t x))) |
(/.f64 (*.f64 y #s(literal 1 binary64)) (/.f64 y (*.f64 z (-.f64 t x)))) |
(/.f64 (*.f64 (-.f64 t x) (*.f64 y z)) y) |
(/.f64 (*.f64 z (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))) |
(/.f64 (*.f64 z (-.f64 (*.f64 t t) (*.f64 x x))) (+.f64 t x)) |
(/.f64 (*.f64 #s(literal 1 binary64) y) (/.f64 y (*.f64 z (-.f64 t x)))) |
(/.f64 (*.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) z) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))) |
(/.f64 (*.f64 (-.f64 (*.f64 t t) (*.f64 x x)) z) (+.f64 t x)) |
(/.f64 (*.f64 z (*.f64 y (-.f64 t x))) y) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 y (-.f64 t x))) (/.f64 y z)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 y (-.f64 t x))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 (*.f64 y z) (-.f64 t x)) y) |
(pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) z) #s(literal -1 binary64)) |
(*.f64 y (/.f64 z (/.f64 y (-.f64 t x)))) |
(*.f64 z (-.f64 t x)) |
(*.f64 z (*.f64 (/.f64 (-.f64 t x) y) y)) |
(*.f64 z (*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 y (-.f64 t x)))) |
(*.f64 z (*.f64 y (/.f64 (-.f64 t x) y))) |
(*.f64 z (/.f64 y (/.f64 y (-.f64 t x)))) |
(*.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))) |
(*.f64 (-.f64 t x) z) |
(*.f64 (/.f64 z (/.f64 y (-.f64 t x))) y) |
(*.f64 (/.f64 z y) (*.f64 y (-.f64 t x))) |
(*.f64 (/.f64 z y) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) y) #s(literal -1 binary64))) |
(*.f64 (*.f64 y z) (/.f64 (-.f64 t x) y)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 y z)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x))))) |
(*.f64 (/.f64 (-.f64 t x) y) (*.f64 y z)) |
(*.f64 (/.f64 (-.f64 t x) y) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 y z)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) (*.f64 y z)) #s(literal -1 binary64))) |
(*.f64 (*.f64 y (-.f64 t x)) (/.f64 z y)) |
(*.f64 (/.f64 y y) (*.f64 z (-.f64 t x))) |
(*.f64 (/.f64 y #s(literal 1 binary64)) (/.f64 z (/.f64 y (-.f64 t x)))) |
(*.f64 (/.f64 (/.f64 z y) #s(literal 1 binary64)) (*.f64 y (-.f64 t x))) |
(*.f64 (/.f64 z #s(literal 1 binary64)) (-.f64 t x)) |
(*.f64 (/.f64 z #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (-.f64 t x))) |
(*.f64 (/.f64 (*.f64 y z) #s(literal 1 binary64)) (/.f64 (-.f64 t x) y)) |
(*.f64 (/.f64 (*.f64 y z) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) (-.f64 t x))) |
(*.f64 (pow.f64 (/.f64 y y) #s(literal -1 binary64)) (*.f64 z (-.f64 t x))) |
(+.f64 (*.f64 (/.f64 z y) t) (*.f64 (/.f64 z y) (-.f64 #s(literal 0 binary64) x))) |
(+.f64 (*.f64 t (/.f64 z y)) (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 z y))) |
(exp.f64 (*.f64 (log.f64 (/.f64 y (*.f64 z (-.f64 t x)))) #s(literal -1 binary64))) |
(fma.f64 t (/.f64 z y) (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 z y))) |
(fma.f64 (/.f64 z y) t (*.f64 (/.f64 z y) (-.f64 #s(literal 0 binary64) x))) |
(neg.f64 (/.f64 z (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 y (-.f64 t x)))) |
(/.f64 z (/.f64 y (-.f64 t x))) |
(/.f64 #s(literal 1 binary64) (/.f64 y (*.f64 z (-.f64 t x)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 y z) (/.f64 #s(literal 1 binary64) (-.f64 t x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 y (*.f64 z (-.f64 t x))) #s(literal 1 binary64))) |
(/.f64 (-.f64 t x) (/.f64 y z)) |
(/.f64 (*.f64 z (-.f64 t x)) y) |
(/.f64 (/.f64 z y) (/.f64 #s(literal 1 binary64) (-.f64 t x))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 y z) (/.f64 #s(literal -1 binary64) (-.f64 t x)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 y (*.f64 z (-.f64 t x))))) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))) |
(/.f64 (*.f64 z #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) (*.f64 (/.f64 y z) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 t t) (*.f64 x x))) (*.f64 (/.f64 y z) (+.f64 t x))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64)) (/.f64 y (-.f64 t x))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) (*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 (*.f64 t t) (*.f64 x x))) (*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 t x))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) z)) (/.f64 y (-.f64 t x))) |
(/.f64 (*.f64 (/.f64 z y) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 t x))) |
(/.f64 (*.f64 (/.f64 z y) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (-.f64 t x))) |
(/.f64 (*.f64 (/.f64 z y) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))) |
(/.f64 (*.f64 (/.f64 z y) (-.f64 (*.f64 t t) (*.f64 x x))) (+.f64 t x)) |
(/.f64 (*.f64 z (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) (*.f64 y (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) |
(/.f64 (*.f64 z (-.f64 (*.f64 t t) (*.f64 x x))) (*.f64 y (+.f64 t x))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 t x)) (-.f64 #s(literal 0 binary64) y)) |
(pow.f64 (/.f64 y (*.f64 z (-.f64 t x))) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (/.f64 y z) (/.f64 #s(literal 1 binary64) (-.f64 t x))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 y (*.f64 z (-.f64 t x))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) (/.f64 y z)) #s(literal -1 binary64)) |
(*.f64 z (/.f64 (-.f64 t x) y)) |
(*.f64 #s(literal 1 binary64) (/.f64 z (/.f64 y (-.f64 t x)))) |
(*.f64 (-.f64 t x) (/.f64 z y)) |
(*.f64 (/.f64 z y) (-.f64 t x)) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x))))) |
(*.f64 (/.f64 (-.f64 t x) y) z) |
(*.f64 (/.f64 (-.f64 t x) y) (pow.f64 (/.f64 #s(literal 1 binary64) z) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 z (-.f64 t x))) |
(*.f64 (/.f64 z #s(literal 1 binary64)) (/.f64 (-.f64 t x) y)) |
(*.f64 (/.f64 z (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) (-.f64 t x))) |
(*.f64 (*.f64 (/.f64 z y) #s(literal 1 binary64)) (-.f64 t x)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (-.f64 t x) y)) #s(literal -1 binary64))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))) |
(/.f64 y (-.f64 t x)) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 t x) y)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 t x) y) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 t x) y))) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) (-.f64 t x))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) y)) (-.f64 t x)) |
(/.f64 (/.f64 y #s(literal 1 binary64)) (-.f64 t x)) |
(/.f64 (*.f64 y #s(literal 1 binary64)) (-.f64 t x)) |
(/.f64 (*.f64 y #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (-.f64 t x))) |
(pow.f64 (/.f64 y (-.f64 t x)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (-.f64 t x) y) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (-.f64 t x) y) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 y (/.f64 #s(literal 1 binary64) (-.f64 t x))) |
(*.f64 #s(literal 1 binary64) (/.f64 y (-.f64 t x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) y) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) (pow.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal -1 binary64) (-.f64 t x))) |
(*.f64 (/.f64 y #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 t x))) |
(*.f64 (*.f64 y #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 t x))) |
(*.f64 (/.f64 y #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (-.f64 t x))) |
(*.f64 (/.f64 y (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))) |
(*.f64 (/.f64 y (-.f64 (*.f64 t t) (*.f64 x x))) (+.f64 t x)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 t x))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y)) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (-.f64 t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+.f64 (*.f64 z (-.f64 t x)) x) |
(-.f64 (/.f64 (*.f64 x x) (-.f64 x (*.f64 z (-.f64 t x)))) (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 x (*.f64 z (-.f64 t x))))) |
(fma.f64 y (/.f64 z (/.f64 y (-.f64 t x))) x) |
(fma.f64 z (-.f64 t x) x) |
(fma.f64 z (*.f64 (/.f64 (-.f64 t x) y) y) x) |
(fma.f64 z (*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 y (-.f64 t x))) x) |
(fma.f64 z (*.f64 y (/.f64 (-.f64 t x) y)) x) |
(fma.f64 z (/.f64 y (/.f64 y (-.f64 t x))) x) |
(fma.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x)) x) |
(fma.f64 (-.f64 t x) z x) |
(fma.f64 (/.f64 z (/.f64 y (-.f64 t x))) y x) |
(fma.f64 (/.f64 z y) (*.f64 y (-.f64 t x)) x) |
(fma.f64 (*.f64 y z) (/.f64 (-.f64 t x) y) x) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 y z)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))) x) |
(fma.f64 (/.f64 (-.f64 t x) y) (*.f64 y z) x) |
(fma.f64 (*.f64 y (-.f64 t x)) (/.f64 z y) x) |
(fma.f64 (/.f64 y y) (*.f64 z (-.f64 t x)) x) |
(fma.f64 (/.f64 y #s(literal 1 binary64)) (/.f64 z (/.f64 y (-.f64 t x))) x) |
(fma.f64 (/.f64 (/.f64 z y) #s(literal 1 binary64)) (*.f64 y (-.f64 t x)) x) |
(fma.f64 (/.f64 z #s(literal 1 binary64)) (-.f64 t x) x) |
(fma.f64 (/.f64 z #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (-.f64 t x)) x) |
(fma.f64 (/.f64 (*.f64 y z) #s(literal 1 binary64)) (/.f64 (-.f64 t x) y) x) |
(fma.f64 (/.f64 (*.f64 y z) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) (-.f64 t x)) x) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 z (-.f64 t x)) (-.f64 (*.f64 z (-.f64 t x)) x))) (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 x x) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (+.f64 (*.f64 x x) (*.f64 (*.f64 z (-.f64 t x)) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 x x) (*.f64 x (*.f64 z (-.f64 t x)))))) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (-.f64 x (*.f64 z (-.f64 t x)))) |
(/.f64 (-.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x)) (-.f64 (*.f64 z (-.f64 t x)) x)) |
(/.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))))) (neg.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 z (-.f64 t x)) (-.f64 (*.f64 z (-.f64 t x)) x))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x x) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (neg.f64 (-.f64 x (*.f64 z (-.f64 t x))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) (-.f64 x (*.f64 z (-.f64 t x)))) (*.f64 (-.f64 x (*.f64 z (-.f64 t x))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (*.f64 (-.f64 x (*.f64 z (-.f64 t x))) (-.f64 x (*.f64 z (-.f64 t x))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 z (-.f64 t x)) (-.f64 (*.f64 z (-.f64 t x)) x))) (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 x x) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (*.f64 (*.f64 z (-.f64 t x)) (-.f64 (*.f64 z (-.f64 t x)) x))))) |
(*.f64 (-.f64 (*.f64 x x) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (/.f64 #s(literal 1 binary64) (-.f64 x (*.f64 z (-.f64 t x))))) |
(+.f64 (*.f64 z t) (*.f64 z (-.f64 #s(literal 0 binary64) x))) |
(+.f64 (*.f64 t z) (*.f64 (-.f64 #s(literal 0 binary64) x) z)) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x)))) #s(literal -1 binary64))) |
(fma.f64 t z (*.f64 (-.f64 #s(literal 0 binary64) x) z)) |
(fma.f64 z t (*.f64 z (-.f64 #s(literal 0 binary64) x))) |
(neg.f64 (/.f64 (*.f64 y z) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 y z)) (/.f64 y (-.f64 t x)))) |
(/.f64 y (/.f64 y (*.f64 z (-.f64 t x)))) |
(/.f64 z (/.f64 #s(literal 1 binary64) (-.f64 t x))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) z)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))))) |
(/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 #s(literal -1 binary64) (-.f64 t x))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 y z)) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 y z)) (*.f64 (/.f64 #s(literal -1 binary64) (-.f64 t x)) y)) |
(/.f64 (*.f64 z #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (-.f64 t x))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 y z)) (/.f64 y (-.f64 t x))) |
(/.f64 (*.f64 (*.f64 y z) #s(literal 1 binary64)) (/.f64 y (-.f64 t x))) |
(/.f64 (*.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) (*.f64 y z)) (*.f64 (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))) y)) |
(/.f64 (*.f64 (-.f64 (*.f64 t t) (*.f64 x x)) (*.f64 y z)) (*.f64 (+.f64 t x) y)) |
(/.f64 (*.f64 (*.f64 y z) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))) |
(/.f64 (*.f64 (*.f64 y z) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) (*.f64 y (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) |
(/.f64 (*.f64 (*.f64 y z) (-.f64 (*.f64 t t) (*.f64 x x))) (*.f64 y (+.f64 t x))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 y z))) (/.f64 y (-.f64 t x))) |
(/.f64 (/.f64 z #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 t x))) |
(/.f64 (*.f64 y #s(literal 1 binary64)) (/.f64 y (*.f64 z (-.f64 t x)))) |
(/.f64 (*.f64 (-.f64 t x) (*.f64 y z)) y) |
(/.f64 (*.f64 z (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))) |
(/.f64 (*.f64 z (-.f64 (*.f64 t t) (*.f64 x x))) (+.f64 t x)) |
(/.f64 (*.f64 #s(literal 1 binary64) y) (/.f64 y (*.f64 z (-.f64 t x)))) |
(/.f64 (*.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) z) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))) |
(/.f64 (*.f64 (-.f64 (*.f64 t t) (*.f64 x x)) z) (+.f64 t x)) |
(/.f64 (*.f64 z (*.f64 y (-.f64 t x))) y) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 y (-.f64 t x))) (/.f64 y z)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 y (-.f64 t x))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 (*.f64 y z) (-.f64 t x)) y) |
(pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) z) #s(literal -1 binary64)) |
(*.f64 y (/.f64 z (/.f64 y (-.f64 t x)))) |
(*.f64 z (-.f64 t x)) |
(*.f64 z (*.f64 (/.f64 (-.f64 t x) y) y)) |
(*.f64 z (*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 y (-.f64 t x)))) |
(*.f64 z (*.f64 y (/.f64 (-.f64 t x) y))) |
(*.f64 z (/.f64 y (/.f64 y (-.f64 t x)))) |
(*.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))) |
(*.f64 (-.f64 t x) z) |
(*.f64 (/.f64 z (/.f64 y (-.f64 t x))) y) |
(*.f64 (/.f64 z y) (*.f64 y (-.f64 t x))) |
(*.f64 (/.f64 z y) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) y) #s(literal -1 binary64))) |
(*.f64 (*.f64 y z) (/.f64 (-.f64 t x) y)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 y z)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x))))) |
(*.f64 (/.f64 (-.f64 t x) y) (*.f64 y z)) |
(*.f64 (/.f64 (-.f64 t x) y) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 y z)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) (*.f64 y z)) #s(literal -1 binary64))) |
(*.f64 (*.f64 y (-.f64 t x)) (/.f64 z y)) |
(*.f64 (/.f64 y y) (*.f64 z (-.f64 t x))) |
(*.f64 (/.f64 y #s(literal 1 binary64)) (/.f64 z (/.f64 y (-.f64 t x)))) |
(*.f64 (/.f64 (/.f64 z y) #s(literal 1 binary64)) (*.f64 y (-.f64 t x))) |
(*.f64 (/.f64 z #s(literal 1 binary64)) (-.f64 t x)) |
(*.f64 (/.f64 z #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (-.f64 t x))) |
(*.f64 (/.f64 (*.f64 y z) #s(literal 1 binary64)) (/.f64 (-.f64 t x) y)) |
(*.f64 (/.f64 (*.f64 y z) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) (-.f64 t x))) |
(*.f64 (pow.f64 (/.f64 y y) #s(literal -1 binary64)) (*.f64 z (-.f64 t x))) |
z |
(exp.f64 (*.f64 (log.f64 z) #s(literal 1 binary64))) |
(/.f64 y (/.f64 y z)) |
(/.f64 #s(literal 1 binary64) (/.f64 y (*.f64 y z))) |
(/.f64 (*.f64 y z) y) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 y z)) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 (*.f64 y z) #s(literal 1 binary64)) y) |
(/.f64 (*.f64 y #s(literal 1 binary64)) (/.f64 y z)) |
(/.f64 (*.f64 #s(literal 1 binary64) y) (/.f64 y z)) |
(pow.f64 z #s(literal 1 binary64)) |
(pow.f64 (/.f64 y (*.f64 y z)) #s(literal -1 binary64)) |
(*.f64 y (/.f64 z y)) |
(*.f64 y (*.f64 (/.f64 z y) #s(literal 1 binary64))) |
(*.f64 z #s(literal 1 binary64)) |
(*.f64 z (/.f64 y y)) |
(*.f64 #s(literal 1 binary64) z) |
(*.f64 (/.f64 z y) y) |
(*.f64 (/.f64 z y) (*.f64 y #s(literal 1 binary64))) |
(*.f64 (*.f64 y z) (/.f64 #s(literal 1 binary64) y)) |
(+.f64 t (-.f64 #s(literal 0 binary64) x)) |
(+.f64 (-.f64 #s(literal 0 binary64) x) t) |
(+.f64 (*.f64 t #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64))) |
(+.f64 (*.f64 #s(literal 1 binary64) t) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x))) |
(exp.f64 (log.f64 (-.f64 t x))) |
(exp.f64 (*.f64 (log.f64 (-.f64 t x)) #s(literal 1 binary64))) |
(-.f64 t x) |
(-.f64 (/.f64 (*.f64 t (*.f64 t t)) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) |
(-.f64 (/.f64 (*.f64 t t) (+.f64 t x)) (/.f64 (*.f64 x x) (+.f64 t x))) |
(-.f64 (/.f64 t #s(literal 1 binary64)) (/.f64 x #s(literal 1 binary64))) |
(fma.f64 t #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64))) |
(fma.f64 #s(literal 1 binary64) t (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x))) |
(fma.f64 #s(literal -1 binary64) x t) |
(neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 t x))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 t x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 t x) (-.f64 (*.f64 t t) (*.f64 x x)))) |
(/.f64 (-.f64 t x) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (-.f64 t x))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 t x)) #s(literal -1 binary64)) |
(/.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))) |
(/.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) (+.f64 (*.f64 t t) (-.f64 (*.f64 x x) (*.f64 t (-.f64 #s(literal 0 binary64) x))))) |
(/.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) |
(/.f64 (-.f64 (*.f64 t t) (*.f64 x x)) (+.f64 t x)) |
(/.f64 (-.f64 (*.f64 t t) (*.f64 x x)) (-.f64 t (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (-.f64 (*.f64 t t) (*.f64 x x)) (*.f64 #s(literal 1 binary64) (+.f64 t x))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 t t) (*.f64 x x))) (+.f64 t x)) |
(/.f64 (neg.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) (neg.f64 (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 t t) (*.f64 x x))) (neg.f64 (+.f64 t x))) |
(/.f64 (-.f64 (*.f64 (*.f64 t (*.f64 t t)) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))) (*.f64 (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))) (*.f64 x (*.f64 x x)))) (*.f64 (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) |
(/.f64 (-.f64 (*.f64 (*.f64 t t) (+.f64 t x)) (*.f64 (+.f64 t x) (*.f64 x x))) (*.f64 (+.f64 t x) (+.f64 t x))) |
(/.f64 (-.f64 (*.f64 t #s(literal 1 binary64)) (*.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) |
(pow.f64 (-.f64 t x) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) (/.f64 #s(literal 1 binary64) (-.f64 t x))) #s(literal -1/2 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 t x) (-.f64 (*.f64 t t) (*.f64 x x))) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (-.f64 t x) #s(literal 1/2 binary64)) #s(literal 2 binary64)) |
(*.f64 #s(literal 1 binary64) (-.f64 t x)) |
(*.f64 (-.f64 t x) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 t x))) |
(*.f64 #s(literal -1 binary64) (pow.f64 (-.f64 #s(literal 0 binary64) (-.f64 t x)) #s(literal 1 binary64))) |
(*.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) |
(*.f64 (-.f64 (*.f64 t t) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (+.f64 t x))) |
(*.f64 (pow.f64 (-.f64 t x) #s(literal 1/2 binary64)) (pow.f64 (-.f64 t x) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (-.f64 (*.f64 t t) (*.f64 x x)) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 t x)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (pow.f64 (-.f64 t x) #s(literal 1/2 binary64)) #s(literal 1 binary64)) (pow.f64 (pow.f64 (-.f64 t x) #s(literal 1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (pow.f64 (-.f64 t x) #s(literal -1/2 binary64)) #s(literal -1 binary64)) (pow.f64 (pow.f64 (-.f64 t x) #s(literal -1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 t t) (*.f64 x x))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 t x))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (-.f64 (*.f64 z (-.f64 t x)) x) (+.f64 (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (+.f64 (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))))) (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))))) (-.f64 (*.f64 z (-.f64 t x)) x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 z (-.f64 t x)) x) (+.f64 (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 (*.f64 z (-.f64 t x)) x) (+.f64 (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))))) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 (*.f64 z (-.f64 t x)) x) (+.f64 (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))))))) |
(/.f64 (+.f64 (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))))) (-.f64 (*.f64 z (-.f64 t x)) x)) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))))) (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 z (-.f64 t x)) x))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -8 binary64)) (*.f64 (*.f64 x (*.f64 z z)) (*.f64 (*.f64 x (*.f64 z z)) (*.f64 x (*.f64 z z))))) (*.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (*.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))))))) (*.f64 (-.f64 (*.f64 z (-.f64 t x)) x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 (*.f64 t (*.f64 x (*.f64 z z))) (*.f64 t (*.f64 x (*.f64 z z))))) (*.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (-.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64)))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 4 binary64) (*.f64 (*.f64 t (*.f64 x (*.f64 z z))) (*.f64 t (*.f64 x (*.f64 z z))))) (*.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))))) (*.f64 (-.f64 (*.f64 z (-.f64 t x)) x) (-.f64 (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -8 binary64)) (*.f64 (*.f64 x (*.f64 z z)) (*.f64 (*.f64 x (*.f64 z z)) (*.f64 x (*.f64 z z))))) (*.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (*.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 (*.f64 t (*.f64 x (*.f64 z z))) (*.f64 t (*.f64 x (*.f64 z z))))) (*.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (-.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64)))))) (-.f64 (*.f64 z (-.f64 t x)) x))) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 4 binary64) (*.f64 (*.f64 t (*.f64 x (*.f64 z z))) (*.f64 t (*.f64 x (*.f64 z z))))) (*.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))))) #s(literal 1 binary64)) (*.f64 (-.f64 (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))))) (-.f64 (*.f64 z (-.f64 t x)) x))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))))))) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(/.f64 (*.f64 (+.f64 (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))))) #s(literal 1 binary64)) (-.f64 (*.f64 z (-.f64 t x)) x)) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -8 binary64)) (*.f64 (*.f64 x (*.f64 z z)) (*.f64 (*.f64 x (*.f64 z z)) (*.f64 x (*.f64 z z))))) (*.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (*.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))))))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (-.f64 t x)) x))) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 (*.f64 t (*.f64 x (*.f64 z z))) (*.f64 t (*.f64 x (*.f64 z z))))) (*.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (-.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 4 binary64) (*.f64 (*.f64 t (*.f64 x (*.f64 z z))) (*.f64 t (*.f64 x (*.f64 z z))))) (*.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (-.f64 t x)) x))) (-.f64 (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))))) |
(pow.f64 (/.f64 (-.f64 (*.f64 z (-.f64 t x)) x) (+.f64 (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (-.f64 (*.f64 z (-.f64 t x)) x) (+.f64 (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))))) (-.f64 (*.f64 z (-.f64 t x)) x))) |
(*.f64 (+.f64 (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (-.f64 t x)) x))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (-.f64 t x)) x)) (+.f64 (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (-.f64 t x)) x)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (+.f64 (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))))) (-.f64 (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x (+.f64 x (*.f64 z (-.f64 t x)))))) |
(*.f64 (/.f64 (+.f64 (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))))) (-.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x))) (+.f64 x (*.f64 z (-.f64 t x)))) |
(*.f64 (pow.f64 (/.f64 (-.f64 (*.f64 z (-.f64 t x)) x) (+.f64 (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -8 binary64)) (*.f64 (*.f64 x (*.f64 z z)) (*.f64 (*.f64 x (*.f64 z z)) (*.f64 x (*.f64 z z))))) (*.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (*.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 (*.f64 t (*.f64 x (*.f64 z z))) (*.f64 t (*.f64 x (*.f64 z z))))) (*.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (-.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64)))))))) |
(*.f64 (pow.f64 (/.f64 (-.f64 (*.f64 z (-.f64 t x)) x) (-.f64 (*.f64 #s(literal 4 binary64) (*.f64 (*.f64 t (*.f64 x (*.f64 z z))) (*.f64 t (*.f64 x (*.f64 z z))))) (*.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))))))) |
(+.f64 (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))))) |
(+.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64)))) |
(+.f64 (*.f64 x (*.f64 x (*.f64 z z))) (+.f64 (*.f64 x (*.f64 x #s(literal -1 binary64))) (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64))))) |
(+.f64 (+.f64 (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64))) (*.f64 x (*.f64 x (*.f64 z z)))) (*.f64 x (*.f64 x #s(literal -1 binary64)))) |
(-.f64 (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 (*.f64 t (*.f64 x (*.f64 z z))) (*.f64 t (*.f64 x (*.f64 z z))))) (-.f64 (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))))) (/.f64 (*.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))))) (-.f64 (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))))))) |
(fma.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64)) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))))) |
(fma.f64 x (*.f64 x (*.f64 z z)) (+.f64 (*.f64 x (*.f64 x #s(literal -1 binary64))) (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64))))) |
(fma.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64)))) |
(fma.f64 z (*.f64 z (*.f64 x x)) (+.f64 (*.f64 x (*.f64 x #s(literal -1 binary64))) (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64))))) |
(fma.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))))) |
(fma.f64 (*.f64 z z) (*.f64 x x) (+.f64 (*.f64 x (*.f64 x #s(literal -1 binary64))) (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64))))) |
(fma.f64 (*.f64 x (*.f64 z z)) x (+.f64 (*.f64 x (*.f64 x #s(literal -1 binary64))) (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64))))) |
(fma.f64 (*.f64 x (*.f64 z z)) (*.f64 t #s(literal -2 binary64)) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))))) |
(fma.f64 (*.f64 t (*.f64 x (*.f64 z z))) #s(literal -2 binary64) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))))) |
(fma.f64 (*.f64 x x) (*.f64 z z) (+.f64 (*.f64 x (*.f64 x #s(literal -1 binary64))) (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64))))) |
(fma.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64)) (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64)))) |
(fma.f64 (+.f64 (*.f64 z z) #s(literal -1 binary64)) (*.f64 x x) (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64)))) |
(fma.f64 (*.f64 t x) (*.f64 (*.f64 z z) #s(literal -2 binary64)) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))))) |
(fma.f64 (+.f64 z #s(literal 1 binary64)) (*.f64 (+.f64 z #s(literal -1 binary64)) (*.f64 x x)) (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64)))) |
(fma.f64 (*.f64 t #s(literal -2 binary64)) (*.f64 x (*.f64 z z)) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))))) |
(fma.f64 (*.f64 x z) (*.f64 x z) (+.f64 (*.f64 x (*.f64 x #s(literal -1 binary64))) (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64))))) |
(fma.f64 (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))) x (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64)))) |
(fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 x (*.f64 z z))) t (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))))) |
(fma.f64 (*.f64 #s(literal -2 binary64) (*.f64 t x)) (*.f64 z z) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))))) |
(fma.f64 (*.f64 (*.f64 t #s(literal -2 binary64)) x) (*.f64 z z) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))))) |
(fma.f64 (*.f64 (*.f64 t #s(literal -2 binary64)) (*.f64 z z)) x (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))))) |
(fma.f64 (*.f64 (*.f64 t #s(literal -2 binary64)) (*.f64 x z)) z (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))))) |
(fma.f64 (*.f64 (*.f64 x x) (+.f64 z #s(literal 1 binary64))) (+.f64 z #s(literal -1 binary64)) (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64)))) |
(fma.f64 (*.f64 (*.f64 x x) z) z (+.f64 (*.f64 x (*.f64 x #s(literal -1 binary64))) (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 (*.f64 t (*.f64 x (*.f64 z z))) (*.f64 t (*.f64 x (*.f64 z z))))) (*.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (-.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64)))))) (+.f64 (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -8 binary64)) (*.f64 (*.f64 x (*.f64 z z)) (*.f64 (*.f64 x (*.f64 z z)) (*.f64 x (*.f64 z z))))) (*.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (*.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))))) (-.f64 (*.f64 #s(literal 4 binary64) (*.f64 (*.f64 t (*.f64 x (*.f64 z z))) (*.f64 t (*.f64 x (*.f64 z z))))) (*.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -8 binary64)) (*.f64 (*.f64 x (*.f64 z z)) (*.f64 (*.f64 x (*.f64 z z)) (*.f64 x (*.f64 z z))))) (*.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (*.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))))))) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 (*.f64 t (*.f64 x (*.f64 z z))) (*.f64 t (*.f64 x (*.f64 z z))))) (*.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (-.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -8 binary64)) (*.f64 (*.f64 x (*.f64 z z)) (*.f64 (*.f64 x (*.f64 z z)) (*.f64 x (*.f64 z z))))) (*.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (*.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))))))) (+.f64 (*.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))))) (-.f64 (*.f64 #s(literal 4 binary64) (*.f64 (*.f64 t (*.f64 x (*.f64 z z))) (*.f64 t (*.f64 x (*.f64 z z))))) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 t (*.f64 x (*.f64 z z))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 4 binary64) (*.f64 (*.f64 t (*.f64 x (*.f64 z z))) (*.f64 t (*.f64 x (*.f64 z z))))) (*.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))))) (-.f64 (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -8 binary64)) (*.f64 (*.f64 x (*.f64 z z)) (*.f64 (*.f64 x (*.f64 z z)) (*.f64 x (*.f64 z z))))) (*.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (*.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))))))) (neg.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 (*.f64 t (*.f64 x (*.f64 z z))) (*.f64 t (*.f64 x (*.f64 z z))))) (*.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (-.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 4 binary64) (*.f64 (*.f64 t (*.f64 x (*.f64 z z))) (*.f64 t (*.f64 x (*.f64 z z))))) (*.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))))))) (neg.f64 (-.f64 (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))))) (*.f64 #s(literal 4 binary64) (*.f64 (*.f64 t (*.f64 x (*.f64 z z))) (*.f64 t (*.f64 x (*.f64 z z)))))) (-.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 4 binary64) (*.f64 (*.f64 t (*.f64 x (*.f64 z z))) (*.f64 t (*.f64 x (*.f64 z z))))) (-.f64 (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))))) (*.f64 (-.f64 (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))))) (*.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))))))) (*.f64 (-.f64 (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))))) (-.f64 (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 (*.f64 t (*.f64 x (*.f64 z z))) (*.f64 t (*.f64 x (*.f64 z z))))) (*.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (-.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64)))))) (+.f64 (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -8 binary64)) (*.f64 (*.f64 x (*.f64 z z)) (*.f64 (*.f64 x (*.f64 z z)) (*.f64 x (*.f64 z z))))) (*.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (*.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))))) (-.f64 (*.f64 #s(literal 4 binary64) (*.f64 (*.f64 t (*.f64 x (*.f64 z z))) (*.f64 t (*.f64 x (*.f64 z z))))) (*.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 (*.f64 (*.f64 t (*.f64 t t)) #s(literal -8 binary64)) (*.f64 (*.f64 x (*.f64 z z)) (*.f64 (*.f64 x (*.f64 z z)) (*.f64 x (*.f64 z z))))) (*.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (*.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 (*.f64 t (*.f64 x (*.f64 z z))) (*.f64 t (*.f64 x (*.f64 z z))))) (*.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (-.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64)))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 4 binary64) (*.f64 (*.f64 t (*.f64 x (*.f64 z z))) (*.f64 t (*.f64 x (*.f64 z z))))) (*.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 t (*.f64 (*.f64 x (*.f64 z z)) #s(literal -2 binary64))) (*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))))))) |
(+.f64 (*.f64 z (-.f64 t x)) (-.f64 #s(literal 0 binary64) x)) |
(+.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 z (-.f64 t x))) |
(-.f64 (*.f64 z (-.f64 t x)) x) |
(-.f64 (/.f64 (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x (+.f64 x (*.f64 z (-.f64 t x)))))) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x (+.f64 x (*.f64 z (-.f64 t x))))))) |
(-.f64 (/.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (+.f64 x (*.f64 z (-.f64 t x)))) (/.f64 (*.f64 x x) (+.f64 x (*.f64 z (-.f64 t x))))) |
(fma.f64 y (/.f64 z (/.f64 y (-.f64 t x))) (-.f64 #s(literal 0 binary64) x)) |
(fma.f64 z (-.f64 t x) (-.f64 #s(literal 0 binary64) x)) |
(fma.f64 z (*.f64 (/.f64 (-.f64 t x) y) y) (-.f64 #s(literal 0 binary64) x)) |
(fma.f64 z (*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 y (-.f64 t x))) (-.f64 #s(literal 0 binary64) x)) |
(fma.f64 z (*.f64 y (/.f64 (-.f64 t x) y)) (-.f64 #s(literal 0 binary64) x)) |
(fma.f64 z (/.f64 y (/.f64 y (-.f64 t x))) (-.f64 #s(literal 0 binary64) x)) |
(fma.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x)) (-.f64 #s(literal 0 binary64) x)) |
(fma.f64 (-.f64 t x) z (-.f64 #s(literal 0 binary64) x)) |
(fma.f64 (/.f64 z (/.f64 y (-.f64 t x))) y (-.f64 #s(literal 0 binary64) x)) |
(fma.f64 (/.f64 z y) (*.f64 y (-.f64 t x)) (-.f64 #s(literal 0 binary64) x)) |
(fma.f64 #s(literal -1 binary64) x (*.f64 z (-.f64 t x))) |
(fma.f64 (*.f64 y z) (/.f64 (-.f64 t x) y) (-.f64 #s(literal 0 binary64) x)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 y z)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))) (-.f64 #s(literal 0 binary64) x)) |
(fma.f64 (/.f64 (-.f64 t x) y) (*.f64 y z) (-.f64 #s(literal 0 binary64) x)) |
(fma.f64 (*.f64 y (-.f64 t x)) (/.f64 z y) (-.f64 #s(literal 0 binary64) x)) |
(fma.f64 (/.f64 y y) (*.f64 z (-.f64 t x)) (-.f64 #s(literal 0 binary64) x)) |
(fma.f64 (/.f64 y #s(literal 1 binary64)) (/.f64 z (/.f64 y (-.f64 t x))) (-.f64 #s(literal 0 binary64) x)) |
(fma.f64 (/.f64 (/.f64 z y) #s(literal 1 binary64)) (*.f64 y (-.f64 t x)) (-.f64 #s(literal 0 binary64) x)) |
(fma.f64 (/.f64 z #s(literal 1 binary64)) (-.f64 t x) (-.f64 #s(literal 0 binary64) x)) |
(fma.f64 (/.f64 z #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (-.f64 t x)) (-.f64 #s(literal 0 binary64) x)) |
(fma.f64 (/.f64 (*.f64 y z) #s(literal 1 binary64)) (/.f64 (-.f64 t x) y) (-.f64 #s(literal 0 binary64) x)) |
(fma.f64 (/.f64 (*.f64 y z) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) (-.f64 t x)) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x (+.f64 x (*.f64 z (-.f64 t x))))) (-.f64 (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 x (*.f64 x x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 x (*.f64 x x))) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x (+.f64 x (*.f64 z (-.f64 t x)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 x (*.f64 x x))) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (-.f64 (*.f64 x x) (*.f64 (*.f64 z (-.f64 t x)) (-.f64 #s(literal 0 binary64) x))))) |
(/.f64 (-.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x)) (+.f64 x (*.f64 z (-.f64 t x)))) |
(/.f64 (-.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x)) (-.f64 (*.f64 z (-.f64 t x)) (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 x (*.f64 x x)))) (neg.f64 (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x (+.f64 x (*.f64 z (-.f64 t x))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x))) (neg.f64 (+.f64 x (*.f64 z (-.f64 t x))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x (+.f64 x (*.f64 z (-.f64 t x)))))) (*.f64 (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x (+.f64 x (*.f64 z (-.f64 t x))))) (*.f64 x (*.f64 x x)))) (*.f64 (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x (+.f64 x (*.f64 z (-.f64 t x))))) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x (+.f64 x (*.f64 z (-.f64 t x))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (+.f64 x (*.f64 z (-.f64 t x)))) (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (*.f64 x x))) (*.f64 (+.f64 x (*.f64 z (-.f64 t x))) (+.f64 x (*.f64 z (-.f64 t x))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x (+.f64 x (*.f64 z (-.f64 t x))))) (-.f64 (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 x (*.f64 x x)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 x (*.f64 z (-.f64 t x))) (-.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x (+.f64 x (*.f64 z (-.f64 t x))))))) |
(*.f64 (-.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 z (-.f64 t x))))) |
(*.f64 (/.f64 (-.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x)) (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))))) (+.f64 (*.f64 x x) (*.f64 (*.f64 z (-.f64 t x)) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(*.f64 (/.f64 (-.f64 (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))) (*.f64 x x)) (-.f64 (*.f64 x x) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (-.f64 x (*.f64 z (-.f64 t x)))) |
(+.f64 (*.f64 z t) (*.f64 z (-.f64 #s(literal 0 binary64) x))) |
(+.f64 (*.f64 t z) (*.f64 (-.f64 #s(literal 0 binary64) x) z)) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x)))) #s(literal -1 binary64))) |
(fma.f64 t z (*.f64 (-.f64 #s(literal 0 binary64) x) z)) |
(fma.f64 z t (*.f64 z (-.f64 #s(literal 0 binary64) x))) |
(neg.f64 (/.f64 (*.f64 y z) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 y z)) (/.f64 y (-.f64 t x)))) |
(/.f64 y (/.f64 y (*.f64 z (-.f64 t x)))) |
(/.f64 z (/.f64 #s(literal 1 binary64) (-.f64 t x))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) z)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))))) |
(/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) |
(/.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 #s(literal -1 binary64) (-.f64 t x))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 y z)) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 y z)) (*.f64 (/.f64 #s(literal -1 binary64) (-.f64 t x)) y)) |
(/.f64 (*.f64 z #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (-.f64 t x))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 y z)) (/.f64 y (-.f64 t x))) |
(/.f64 (*.f64 (*.f64 y z) #s(literal 1 binary64)) (/.f64 y (-.f64 t x))) |
(/.f64 (*.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) (*.f64 y z)) (*.f64 (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))) y)) |
(/.f64 (*.f64 (-.f64 (*.f64 t t) (*.f64 x x)) (*.f64 y z)) (*.f64 (+.f64 t x) y)) |
(/.f64 (*.f64 (*.f64 y z) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x)))) |
(/.f64 (*.f64 (*.f64 y z) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) (*.f64 y (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) |
(/.f64 (*.f64 (*.f64 y z) (-.f64 (*.f64 t t) (*.f64 x x))) (*.f64 y (+.f64 t x))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 y z))) (/.f64 y (-.f64 t x))) |
(/.f64 (/.f64 z #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 t x))) |
(/.f64 (*.f64 y #s(literal 1 binary64)) (/.f64 y (*.f64 z (-.f64 t x)))) |
(/.f64 (*.f64 (-.f64 t x) (*.f64 y z)) y) |
(/.f64 (*.f64 z (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))) |
(/.f64 (*.f64 z (-.f64 (*.f64 t t) (*.f64 x x))) (+.f64 t x)) |
(/.f64 (*.f64 #s(literal 1 binary64) y) (/.f64 y (*.f64 z (-.f64 t x)))) |
(/.f64 (*.f64 (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))) z) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))) |
(/.f64 (*.f64 (-.f64 (*.f64 t t) (*.f64 x x)) z) (+.f64 t x)) |
(/.f64 (*.f64 z (*.f64 y (-.f64 t x))) y) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 y (-.f64 t x))) (/.f64 y z)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 y (-.f64 t x))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 (*.f64 y z) (-.f64 t x)) y) |
(pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) z) #s(literal -1 binary64)) |
(*.f64 y (/.f64 z (/.f64 y (-.f64 t x)))) |
(*.f64 z (-.f64 t x)) |
(*.f64 z (*.f64 (/.f64 (-.f64 t x) y) y)) |
(*.f64 z (*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 y (-.f64 t x)))) |
(*.f64 z (*.f64 y (/.f64 (-.f64 t x) y))) |
(*.f64 z (/.f64 y (/.f64 y (-.f64 t x)))) |
(*.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))) |
(*.f64 (-.f64 t x) z) |
(*.f64 (/.f64 z (/.f64 y (-.f64 t x))) y) |
(*.f64 (/.f64 z y) (*.f64 y (-.f64 t x))) |
(*.f64 (/.f64 z y) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) y) #s(literal -1 binary64))) |
(*.f64 (*.f64 y z) (/.f64 (-.f64 t x) y)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 y z)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 t x))))) |
(*.f64 (/.f64 (-.f64 t x) y) (*.f64 y z)) |
(*.f64 (/.f64 (-.f64 t x) y) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 y z)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 t x)) (*.f64 y z)) #s(literal -1 binary64))) |
(*.f64 (*.f64 y (-.f64 t x)) (/.f64 z y)) |
(*.f64 (/.f64 y y) (*.f64 z (-.f64 t x))) |
(*.f64 (/.f64 y #s(literal 1 binary64)) (/.f64 z (/.f64 y (-.f64 t x)))) |
(*.f64 (/.f64 (/.f64 z y) #s(literal 1 binary64)) (*.f64 y (-.f64 t x))) |
(*.f64 (/.f64 z #s(literal 1 binary64)) (-.f64 t x)) |
(*.f64 (/.f64 z #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (-.f64 t x))) |
(*.f64 (/.f64 (*.f64 y z) #s(literal 1 binary64)) (/.f64 (-.f64 t x) y)) |
(*.f64 (/.f64 (*.f64 y z) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) (-.f64 t x))) |
(*.f64 (pow.f64 (/.f64 y y) #s(literal -1 binary64)) (*.f64 z (-.f64 t x))) |
(-.f64 (/.f64 (exp.f64 (/.f64 x y)) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (/.f64 (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 x y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) |
(-.f64 (/.f64 (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64)))))) |
(-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (/.f64 (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64)))) (expm1.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) |
(/.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) |
(/.f64 (expm1.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))) (neg.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) |
(/.f64 (neg.f64 (expm1.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64)))) (neg.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (neg.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) |
(/.f64 (-.f64 (*.f64 (exp.f64 (/.f64 x y)) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y)))) (*.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))) (exp.f64 (-.f64 #s(literal 0 binary64) (/.f64 x y))))) (pow.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64))) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64)))) #s(literal 1 binary64))) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64)))) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (*.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) (pow.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))) #s(literal 2 binary64))) |
(pow.f64 (/.f64 (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))) (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64)))) (expm1.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))) (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x))))) #s(literal -1 binary64)) |
(*.f64 (*.f64 #s(literal 2 binary64) (sinh.f64 (/.f64 x y))) (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (cosh.f64 (/.f64 x y))))) |
(*.f64 (expm1.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (*.f64 (/.f64 x y) #s(literal 2 binary64)))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (/.f64 #s(literal -2 binary64) (/.f64 y x)))))) |
(tanh.f64 (/.f64 x y)) |
(*.f64 t (*.f64 x (*.f64 z z))) |
(*.f64 x (*.f64 (*.f64 z z) t)) |
(*.f64 (*.f64 z z) (*.f64 t x)) |
(*.f64 (*.f64 x (*.f64 z z)) t) |
(*.f64 (*.f64 t x) (*.f64 z z)) |
(*.f64 (*.f64 x z) (*.f64 z t)) |
(*.f64 (*.f64 t (*.f64 z z)) x) |
(*.f64 (*.f64 t (*.f64 x z)) z) |
(*.f64 (*.f64 (*.f64 t x) z) z) |
(+.f64 (*.f64 x (*.f64 x (*.f64 z z))) (*.f64 x (*.f64 x #s(literal -1 binary64)))) |
(+.f64 (*.f64 x (*.f64 x #s(literal -1 binary64))) (*.f64 x (*.f64 x (*.f64 z z)))) |
(-.f64 (*.f64 x (*.f64 x (*.f64 z z))) (*.f64 x x)) |
(fma.f64 x (*.f64 x (*.f64 z z)) (*.f64 x (*.f64 x #s(literal -1 binary64)))) |
(fma.f64 x (*.f64 x #s(literal -1 binary64)) (*.f64 x (*.f64 x (*.f64 z z)))) |
(fma.f64 z (*.f64 z (*.f64 x x)) (*.f64 x (*.f64 x #s(literal -1 binary64)))) |
(fma.f64 (*.f64 z z) (*.f64 x x) (*.f64 x (*.f64 x #s(literal -1 binary64)))) |
(fma.f64 (*.f64 x (*.f64 z z)) x (*.f64 x (*.f64 x #s(literal -1 binary64)))) |
(fma.f64 (*.f64 x x) (*.f64 z z) (*.f64 x (*.f64 x #s(literal -1 binary64)))) |
(fma.f64 (*.f64 x x) #s(literal -1 binary64) (*.f64 x (*.f64 x (*.f64 z z)))) |
(fma.f64 #s(literal -1 binary64) (*.f64 x x) (*.f64 x (*.f64 x (*.f64 z z)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) x) x (*.f64 x (*.f64 x (*.f64 z z)))) |
(fma.f64 (*.f64 x z) (*.f64 x z) (*.f64 x (*.f64 x #s(literal -1 binary64)))) |
(fma.f64 (*.f64 (*.f64 x x) z) z (*.f64 x (*.f64 x #s(literal -1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 z z) (*.f64 z (*.f64 z (*.f64 z z)))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) (neg.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 z z))) (*.f64 x (*.f64 x (*.f64 z z)))) (-.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x (*.f64 z z))) (*.f64 x (*.f64 x #s(literal -1 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 z z))) (*.f64 x (*.f64 x (*.f64 z z)))) (*.f64 (*.f64 x x) (*.f64 x x))) (-.f64 (*.f64 x (*.f64 x (*.f64 z z))) (*.f64 x (*.f64 x #s(literal -1 binary64))))) |
(/.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 z z) (*.f64 z (*.f64 z (*.f64 z z)))))) (-.f64 (+.f64 (*.f64 z (*.f64 z (*.f64 z z))) #s(literal 1 binary64)) (*.f64 (*.f64 z z) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z (*.f64 z (*.f64 z z))) #s(literal -1 binary64))) (+.f64 (*.f64 z z) #s(literal 1 binary64))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 z z) (*.f64 z (*.f64 z (*.f64 z z))))) (*.f64 x x)) (-.f64 (+.f64 (*.f64 z (*.f64 z (*.f64 z z))) #s(literal 1 binary64)) (*.f64 (*.f64 z z) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 z (*.f64 z (*.f64 z z))) #s(literal -1 binary64)) (*.f64 x x)) (+.f64 (*.f64 z z) #s(literal 1 binary64))) |
(*.f64 x (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64)))) |
(*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) |
(*.f64 (+.f64 (*.f64 z z) #s(literal -1 binary64)) (*.f64 x x)) |
(*.f64 (+.f64 z #s(literal 1 binary64)) (*.f64 (+.f64 z #s(literal -1 binary64)) (*.f64 x x))) |
(*.f64 (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))) x) |
(*.f64 (*.f64 (*.f64 x x) (+.f64 z #s(literal 1 binary64))) (+.f64 z #s(literal -1 binary64))) |
| 1× | egg-herbie |
| 5578× | *-lowering-*.f32 |
| 5578× | *-lowering-*.f64 |
| 3964× | +-lowering-+.f64 |
| 3964× | +-lowering-+.f32 |
| 1706× | /-lowering-/.f32 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 950 | 11608 |
| 1 | 3414 | 10475 |
| 0 | 8646 | 10475 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ x (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(+ x (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(* t z) |
(* t (+ z (+ (/ x t) (/ (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) t)))) |
(* t (+ z (+ (/ x t) (/ (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) t)))) |
(* t (+ z (+ (/ x t) (/ (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) t)))) |
(* t z) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* y (* z (- (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))) t))))) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* y (* z (- (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))) t))))) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* y (* z (- (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))) t))))) |
(+ x (* t z)) |
(+ x (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+ x (* z (- t x))) |
(+ x (+ (* -1/2 (/ (* z (+ (* -1 (pow x 2)) (pow x 2))) y)) (* z (- t x)))) |
(+ x (+ (* -1/2 (/ (* z (+ (* -1 (pow x 2)) (pow x 2))) y)) (+ (* z (- t x)) (/ (* z (- (* 1/2 (pow x 3)) (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))))) (pow y 2))))) |
(+ x (+ (* -1/2 (/ (* z (+ (* -1 (pow x 2)) (pow x 2))) y)) (+ (* z (- t x)) (+ (/ (* z (- (* 1/2 (pow x 3)) (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))))) (pow y 2)) (/ (* z (- (+ (* -1/2 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3))))) (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2))))) (* 1/2 (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4)))))))) (pow y 3)))))) |
(+ x (* -1 (* z (- (* -1 t) (* -1 x))))) |
(+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1/2 (/ (* z (+ (* -1 (pow x 2)) (pow x 2))) y)))) |
(+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* 1/2 (* z (+ (* -1 (pow x 2)) (pow x 2)))) (/ (* z (- (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))) y)) y)))) |
(+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* -1 (/ (+ (* -1 (* z (- (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))) (/ (* z (- (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))) (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))))) y)) y)) (* 1/2 (* z (+ (* -1 (pow x 2)) (pow x 2))))) y)))) |
(* t z) |
(+ (* t z) (* x (+ 1 (* -1 z)))) |
(+ (* t z) (* x (+ 1 (+ (* -1 z) (* 1/3 (/ (* (pow x 2) z) (pow y 2))))))) |
(+ (* t z) (* x (+ 1 (+ (* -1 z) (* (pow x 2) (+ (* -2/15 (/ (* (pow x 2) z) (pow y 4))) (* 1/3 (/ z (pow y 2))))))))) |
x |
(* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) x))) |
(* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) x))) |
(* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) x))) |
x |
(* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) x)) 1))) |
(* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) x)) 1))) |
(* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) x)) 1))) |
x |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) (/ x z))) |
(* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) (/ x z))) |
(* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) (/ x z))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (* -1 (/ x z))))) |
(* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (* -1 (/ x z))))) |
(* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (* -1 (/ x z))))) |
(* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(+ t (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(+ t (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(+ t (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
t |
(* t (+ 1 (/ (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) t))) |
(* t (+ 1 (/ (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) t))) |
(* t (+ 1 (/ (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) t))) |
t |
(* -1 (* t (- (/ (* y (- (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) t) 1))) |
(* -1 (* t (- (/ (* y (- (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) t) 1))) |
(* -1 (* t (- (/ (* y (- (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) t) 1))) |
t |
(+ t (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(+ t (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(+ t (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(- t x) |
(- (+ t (* -1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))) x) |
(- (+ t (+ (* -1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)) (* 1/2 (/ (pow x 3) (pow y 2))))) (+ x (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))))) |
(- (+ t (+ (* -1/2 (/ (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3)))) (pow y 3))) (+ (* -1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)) (+ (* 1/4 (/ (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2))) (pow y 3))) (* 1/2 (/ (pow x 3) (pow y 2))))))) (+ x (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4))))) (pow y 3))) (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2)))))) |
(* -1 (- (* -1 t) (* -1 x))) |
(+ (* -1 (- (* -1 t) (* -1 x))) (* -1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))) |
(+ (* -1 (- (* -1 t) (* -1 x))) (* -1 (/ (- (+ (* -1/2 (/ (pow x 3) y)) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) (* 1/2 (/ (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))) y))) y))) |
(+ (* -1 (- (* -1 t) (* -1 x))) (* -1 (/ (+ (* -1 (/ (- (+ (* -1 (- (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))) (+ (* 1/4 (/ (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2))) y)) (* 1/2 (/ (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))) y)))) (* 1/2 (/ (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))) y))) y)) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) |
t |
(+ t (* -1 x)) |
(+ t (* x (- (* 1/3 (/ (pow x 2) (pow y 2))) 1))) |
(+ t (* x (- (* (pow x 2) (+ (* -2/15 (/ (pow x 2) (pow y 4))) (* 1/3 (/ 1 (pow y 2))))) 1))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(/ t y) |
(* t (- (+ (/ 1 y) (/ 1 (* t (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ (exp (/ x y)) (* t (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(* t (- (+ (/ 1 y) (/ 1 (* t (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ (exp (/ x y)) (* t (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(* t (- (+ (/ 1 y) (/ 1 (* t (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ (exp (/ x y)) (* t (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(/ t y) |
(* -1 (* t (- (* -1 (/ (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) t)) (/ 1 y)))) |
(* -1 (* t (- (* -1 (/ (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) t)) (/ 1 y)))) |
(* -1 (* t (- (* -1 (/ (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) t)) (/ 1 y)))) |
(/ t y) |
(/ (+ t (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) y) |
(/ (+ t (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) y) |
(/ (+ t (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) y) |
(/ (- t x) y) |
(/ (- (+ t (* -1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))) x) y) |
(/ (- (+ t (* 1/2 (/ (pow x 3) (pow y 2)))) (+ x (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))))) y) |
(/ (- (+ t (+ (* -1/2 (/ (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3)))) (pow y 3))) (+ (* 1/4 (/ (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2))) (pow y 3))) (* 1/2 (/ (pow x 3) (pow y 2)))))) (+ x (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4))))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)))))) y) |
(* -1 (/ (- (* -1 t) (* -1 x)) y)) |
(* -1 (/ (- (+ (* -1 t) (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))) (* -1 x)) y)) |
(* -1 (/ (- (+ (* -1 t) (* -1 (/ (- (* -1 (/ (- (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))) y)) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) (* -1 x)) y)) |
(* -1 (/ (- (+ (* -1 t) (* -1 (/ (- (* -1 (/ (- (+ (* -1 (/ (- (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))) (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))))) y)) (* -1/2 (pow x 3))) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))) y)) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) (* -1 x)) y)) |
(/ t y) |
(+ (* -1 (/ x y)) (/ t y)) |
(+ (* x (- (* 1/3 (/ (pow x 2) (pow y 3))) (/ 1 y))) (/ t y)) |
(+ (* x (- (* (pow x 2) (+ (* -2/15 (/ (pow x 2) (pow y 5))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) (/ t y)) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(/ t y) |
(/ t y) |
(/ t y) |
(/ t y) |
(/ t y) |
(/ t y) |
(/ t y) |
(/ t y) |
(/ t y) |
(/ t y) |
(/ t y) |
(/ t y) |
(/ t y) |
(/ t y) |
(/ t y) |
(/ t y) |
(/ t y) |
(/ t y) |
(/ t y) |
(/ t y) |
(/ t y) |
(/ t y) |
(/ t y) |
(/ t y) |
(* x (- 1 z)) |
(* x (- 1 z)) |
(* x (- 1 z)) |
(* x (- 1 z)) |
(* x (- 1 z)) |
(* x (- 1 z)) |
(* x (- 1 z)) |
(* x (- 1 z)) |
(* x (- 1 z)) |
(* x (- 1 z)) |
(* x (- 1 z)) |
(* x (- 1 z)) |
x |
(+ x (* -1 (* x z))) |
(+ x (* -1 (* x z))) |
(+ x (* -1 (* x z))) |
(* -1 (* x z)) |
(* z (+ (* -1 x) (/ x z))) |
(* z (+ (* -1 x) (/ x z))) |
(* z (+ (* -1 x) (/ x z))) |
(* -1 (* x z)) |
(* -1 (* z (+ x (* -1 (/ x z))))) |
(* -1 (* z (+ x (* -1 (/ x z))))) |
(* -1 (* z (+ x (* -1 (/ x z))))) |
1 |
(+ 1 (* -1 z)) |
(+ 1 (* -1 z)) |
(+ 1 (* -1 z)) |
(* -1 z) |
(* z (- (/ 1 z) 1)) |
(* z (- (/ 1 z) 1)) |
(* z (- (/ 1 z) 1)) |
(* -1 z) |
(* -1 (* z (- 1 (/ 1 z)))) |
(* -1 (* z (- 1 (/ 1 z)))) |
(* -1 (* z (- 1 (/ 1 z)))) |
(* t z) |
(+ (* t z) (* x (+ 1 (* -1 z)))) |
(+ (* t z) (* x (+ 1 (* -1 z)))) |
(+ (* t z) (* x (+ 1 (* -1 z)))) |
(* x (+ 1 (* -1 z))) |
(* x (+ 1 (+ (* -1 z) (/ (* t z) x)))) |
(* x (+ 1 (+ (* -1 z) (/ (* t z) x)))) |
(* x (+ 1 (+ (* -1 z) (/ (* t z) x)))) |
(* -1 (* x (- z 1))) |
(* -1 (* x (- (+ z (* -1 (/ (* t z) x))) 1))) |
(* -1 (* x (- (+ z (* -1 (/ (* t z) x))) 1))) |
(* -1 (* x (- (+ z (* -1 (/ (* t z) x))) 1))) |
x |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(* z (- t x)) |
(* z (- (+ t (/ x z)) x)) |
(* z (- (+ t (/ x z)) x)) |
(* z (- (+ t (/ x z)) x)) |
(* z (- t x)) |
(* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z))))) |
(* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z))))) |
(* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z))))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* -1 (* x z))) |
(+ x (+ (* -1 (* x z)) (* t z))) |
(+ x (+ (* -1 (* x z)) (* t z))) |
(+ x (+ (* -1 (* x z)) (* t z))) |
(* t z) |
(* t (+ z (+ (* -1 (/ (* x z) t)) (/ x t)))) |
(* t (+ z (+ (* -1 (/ (* x z) t)) (/ x t)))) |
(* t (+ z (+ (* -1 (/ (* x z) t)) (/ x t)))) |
(* t z) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* x z))) t))))) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* x z))) t))))) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* x z))) t))))) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* -1 (* x z)) |
(+ (* -1 (* x z)) (* t z)) |
(+ (* -1 (* x z)) (* t z)) |
(+ (* -1 (* x z)) (* t z)) |
(* t z) |
(* t (+ z (* -1 (/ (* x z) t)))) |
(* t (+ z (* -1 (/ (* x z) t)))) |
(* t (+ z (* -1 (/ (* x z) t)))) |
(* t z) |
(* -1 (* t (+ (* -1 z) (/ (* x z) t)))) |
(* -1 (* t (+ (* -1 z) (/ (* x z) t)))) |
(* -1 (* t (+ (* -1 z) (/ (* x z) t)))) |
(* t z) |
(+ (* -1 (* x z)) (* t z)) |
(+ (* -1 (* x z)) (* t z)) |
(+ (* -1 (* x z)) (* t z)) |
(* -1 (* x z)) |
(* x (+ (* -1 z) (/ (* t z) x))) |
(* x (+ (* -1 z) (/ (* t z) x))) |
(* x (+ (* -1 z) (/ (* t z) x))) |
(* -1 (* x z)) |
(* -1 (* x (+ z (* -1 (/ (* t z) x))))) |
(* -1 (* x (+ z (* -1 (/ (* t z) x))))) |
(* -1 (* x (+ z (* -1 (/ (* t z) x))))) |
(/ (* z (- t x)) y) |
(/ (* z (- t x)) y) |
(/ (* z (- t x)) y) |
(/ (* z (- t x)) y) |
(/ (* z (- t x)) y) |
(/ (* z (- t x)) y) |
(/ (* z (- t x)) y) |
(/ (* z (- t x)) y) |
(/ (* z (- t x)) y) |
(/ (* z (- t x)) y) |
(/ (* z (- t x)) y) |
(/ (* z (- t x)) y) |
(/ (* z (- t x)) y) |
(/ (* z (- t x)) y) |
(/ (* z (- t x)) y) |
(/ (* z (- t x)) y) |
(/ (* z (- t x)) y) |
(/ (* z (- t x)) y) |
(/ (* z (- t x)) y) |
(/ (* z (- t x)) y) |
(/ (* z (- t x)) y) |
(/ (* z (- t x)) y) |
(/ (* z (- t x)) y) |
(/ (* z (- t x)) y) |
(* -1 (/ (* x z) y)) |
(+ (* -1 (/ (* x z) y)) (/ (* t z) y)) |
(+ (* -1 (/ (* x z) y)) (/ (* t z) y)) |
(+ (* -1 (/ (* x z) y)) (/ (* t z) y)) |
(/ (* t z) y) |
(* t (+ (* -1 (/ (* x z) (* t y))) (/ z y))) |
(* t (+ (* -1 (/ (* x z) (* t y))) (/ z y))) |
(* t (+ (* -1 (/ (* x z) (* t y))) (/ z y))) |
(/ (* t z) y) |
(* -1 (* t (+ (* -1 (/ z y)) (/ (* x z) (* t y))))) |
(* -1 (* t (+ (* -1 (/ z y)) (/ (* x z) (* t y))))) |
(* -1 (* t (+ (* -1 (/ z y)) (/ (* x z) (* t y))))) |
(/ (* t z) y) |
(+ (* -1 (/ (* x z) y)) (/ (* t z) y)) |
(+ (* -1 (/ (* x z) y)) (/ (* t z) y)) |
(+ (* -1 (/ (* x z) y)) (/ (* t z) y)) |
(* -1 (/ (* x z) y)) |
(* x (+ (* -1 (/ z y)) (/ (* t z) (* x y)))) |
(* x (+ (* -1 (/ z y)) (/ (* t z) (* x y)))) |
(* x (+ (* -1 (/ z y)) (/ (* t z) (* x y)))) |
(* -1 (/ (* x z) y)) |
(* -1 (* x (+ (* -1 (/ (* t z) (* x y))) (/ z y)))) |
(* -1 (* x (+ (* -1 (/ (* t z) (* x y))) (/ z y)))) |
(* -1 (* x (+ (* -1 (/ (* t z) (* x y))) (/ z y)))) |
(/ y (- t x)) |
(/ y (- t x)) |
(/ y (- t x)) |
(/ y (- t x)) |
(/ y (- t x)) |
(/ y (- t x)) |
(/ y (- t x)) |
(/ y (- t x)) |
(/ y (- t x)) |
(/ y (- t x)) |
(/ y (- t x)) |
(/ y (- t x)) |
(* -1 (/ y x)) |
(+ (* -1 (/ y x)) (* -1 (/ (* t y) (pow x 2)))) |
(+ (* -1 (/ y x)) (* t (- (* -1 (/ (* t y) (pow x 3))) (/ y (pow x 2))))) |
(+ (* -1 (/ y x)) (* t (- (* t (- (* -1 (/ (* t y) (pow x 4))) (/ y (pow x 3)))) (/ y (pow x 2))))) |
(/ y t) |
(/ (+ y (/ (* x y) t)) t) |
(/ (- (+ y (/ (* (pow x 2) y) (pow t 2))) (* -1 (/ (* x y) t))) t) |
(/ (- (+ y (/ (* (pow x 3) y) (pow t 3))) (+ (* -1 (/ (* x y) t)) (* -1 (/ (* (pow x 2) y) (pow t 2))))) t) |
(/ y t) |
(* -1 (/ (+ (* -1 y) (* -1 (/ (* x y) t))) t)) |
(* -1 (/ (+ (* -1 y) (* -1 (/ (+ (* x y) (/ (* (pow x 2) y) t)) t))) t)) |
(* -1 (/ (+ (* -1 y) (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (pow x 2) y)) (* -1 (/ (* (pow x 3) y) t))) t)) (* x y)) t))) t)) |
(/ y t) |
(+ (/ y t) (/ (* x y) (pow t 2))) |
(+ (* x (- (/ (* x y) (pow t 3)) (* -1 (/ y (pow t 2))))) (/ y t)) |
(+ (* x (- (* x (- (/ (* x y) (pow t 4)) (* -1 (/ y (pow t 3))))) (* -1 (/ y (pow t 2))))) (/ y t)) |
(* -1 (/ y x)) |
(/ (+ (* -1 y) (* -1 (/ (* t y) x))) x) |
(/ (- (+ (* -1 y) (* -1 (/ (* (pow t 2) y) (pow x 2)))) (/ (* t y) x)) x) |
(/ (- (+ (* -1 y) (* -1 (/ (* (pow t 3) y) (pow x 3)))) (+ (/ (* t y) x) (/ (* (pow t 2) y) (pow x 2)))) x) |
(* -1 (/ y x)) |
(* -1 (/ (+ y (/ (* t y) x)) x)) |
(* -1 (/ (+ y (* -1 (/ (- (* -1 (/ (* (pow t 2) y) x)) (* t y)) x))) x)) |
(* -1 (/ (+ y (* -1 (/ (- (* -1 (/ (- (/ (* (pow t 3) y) x) (* -1 (* (pow t 2) y))) x)) (* t y)) x))) x)) |
(* t z) |
(+ (* t z) (* x (+ 1 (* -1 z)))) |
(+ (* t z) (* x (+ 1 (* -1 z)))) |
(+ (* t z) (* x (+ 1 (* -1 z)))) |
(* x (+ 1 (* -1 z))) |
(* x (+ 1 (+ (* -1 z) (/ (* t z) x)))) |
(* x (+ 1 (+ (* -1 z) (/ (* t z) x)))) |
(* x (+ 1 (+ (* -1 z) (/ (* t z) x)))) |
(* -1 (* x (- z 1))) |
(* -1 (* x (- (+ z (* -1 (/ (* t z) x))) 1))) |
(* -1 (* x (- (+ z (* -1 (/ (* t z) x))) 1))) |
(* -1 (* x (- (+ z (* -1 (/ (* t z) x))) 1))) |
x |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(* z (- t x)) |
(* z (- (+ t (/ x z)) x)) |
(* z (- (+ t (/ x z)) x)) |
(* z (- (+ t (/ x z)) x)) |
(* z (- t x)) |
(* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z))))) |
(* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z))))) |
(* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z))))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* z (- t x))) |
(+ x (* -1 (* x z))) |
(+ x (+ (* -1 (* x z)) (* t z))) |
(+ x (+ (* -1 (* x z)) (* t z))) |
(+ x (+ (* -1 (* x z)) (* t z))) |
(* t z) |
(* t (+ z (+ (* -1 (/ (* x z) t)) (/ x t)))) |
(* t (+ z (+ (* -1 (/ (* x z) t)) (/ x t)))) |
(* t (+ z (+ (* -1 (/ (* x z) t)) (/ x t)))) |
(* t z) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* x z))) t))))) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* x z))) t))))) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* x z))) t))))) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* -1 (* x z)) |
(+ (* -1 (* x z)) (* t z)) |
(+ (* -1 (* x z)) (* t z)) |
(+ (* -1 (* x z)) (* t z)) |
(* t z) |
(* t (+ z (* -1 (/ (* x z) t)))) |
(* t (+ z (* -1 (/ (* x z) t)))) |
(* t (+ z (* -1 (/ (* x z) t)))) |
(* t z) |
(* -1 (* t (+ (* -1 z) (/ (* x z) t)))) |
(* -1 (* t (+ (* -1 z) (/ (* x z) t)))) |
(* -1 (* t (+ (* -1 z) (/ (* x z) t)))) |
(* t z) |
(+ (* -1 (* x z)) (* t z)) |
(+ (* -1 (* x z)) (* t z)) |
(+ (* -1 (* x z)) (* t z)) |
(* -1 (* x z)) |
(* x (+ (* -1 z) (/ (* t z) x))) |
(* x (+ (* -1 z) (/ (* t z) x))) |
(* x (+ (* -1 z) (/ (* t z) x))) |
(* -1 (* x z)) |
(* -1 (* x (+ z (* -1 (/ (* t z) x))))) |
(* -1 (* x (+ z (* -1 (/ (* t z) x))))) |
(* -1 (* x (+ z (* -1 (/ (* t z) x))))) |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
(* -1 x) |
(- t x) |
(- t x) |
(- t x) |
t |
(* t (+ 1 (* -1 (/ x t)))) |
(* t (+ 1 (* -1 (/ x t)))) |
(* t (+ 1 (* -1 (/ x t)))) |
t |
(* -1 (* t (- (/ x t) 1))) |
(* -1 (* t (- (/ x t) 1))) |
(* -1 (* t (- (/ x t) 1))) |
t |
(+ t (* -1 x)) |
(+ t (* -1 x)) |
(+ t (* -1 x)) |
(* -1 x) |
(* x (- (/ t x) 1)) |
(* x (- (/ t x) 1)) |
(* x (- (/ t x) 1)) |
(* -1 x) |
(* -1 (* x (+ 1 (* -1 (/ t x))))) |
(* -1 (* x (+ 1 (* -1 (/ t x))))) |
(* -1 (* x (+ 1 (* -1 (/ t x))))) |
(/ (* (pow x 2) (- (pow z 2) 1)) (- (* -1 (* x z)) x)) |
(+ (* t (- (* -2 (/ (* x (pow z 2)) (- (* -1 (* x z)) x))) (/ (* (pow x 2) (* z (- (pow z 2) 1))) (pow (- (* -1 (* x z)) x) 2)))) (/ (* (pow x 2) (- (pow z 2) 1)) (- (* -1 (* x z)) x))) |
(+ (* t (- (+ (* -2 (/ (* x (pow z 2)) (- (* -1 (* x z)) x))) (* -1 (/ (* t (* z (- (* -2 (/ (* x (pow z 2)) (- (* -1 (* x z)) x))) (/ (* (pow x 2) (* z (- (pow z 2) 1))) (pow (- (* -1 (* x z)) x) 2))))) (- (* -1 (* x z)) x)))) (/ (* (pow x 2) (* z (- (pow z 2) 1))) (pow (- (* -1 (* x z)) x) 2)))) (/ (* (pow x 2) (- (pow z 2) 1)) (- (* -1 (* x z)) x))) |
(+ (* t (- (+ (* -2 (/ (* x (pow z 2)) (- (* -1 (* x z)) x))) (* t (- (/ (* t (* (pow z 2) (- (* -2 (/ (* x (pow z 2)) (- (* -1 (* x z)) x))) (/ (* (pow x 2) (* z (- (pow z 2) 1))) (pow (- (* -1 (* x z)) x) 2))))) (pow (- (* -1 (* x z)) x) 2)) (/ (* z (- (* -2 (/ (* x (pow z 2)) (- (* -1 (* x z)) x))) (/ (* (pow x 2) (* z (- (pow z 2) 1))) (pow (- (* -1 (* x z)) x) 2)))) (- (* -1 (* x z)) x))))) (/ (* (pow x 2) (* z (- (pow z 2) 1))) (pow (- (* -1 (* x z)) x) 2)))) (/ (* (pow x 2) (- (pow z 2) 1)) (- (* -1 (* x z)) x))) |
(* -2 (* x z)) |
(- (+ (* -2 (* x z)) (/ (* (pow x 2) (- (pow z 2) 1)) (* t z))) (* -2 (/ (* x (- (* -1 (* x z)) x)) t))) |
(- (+ (* -2 (* x z)) (+ (* -1 (/ (* (- (* -1 (* x z)) x) (- (/ (* (pow x 2) (- (pow z 2) 1)) z) (* -2 (* x (- (* -1 (* x z)) x))))) (* (pow t 2) z))) (/ (* (pow x 2) (- (pow z 2) 1)) (* t z)))) (* -2 (/ (* x (- (* -1 (* x z)) x)) t))) |
(- (+ (* -2 (* x z)) (+ (/ (* (pow x 2) (- (pow z 2) 1)) (* t z)) (/ (* (pow (- (* -1 (* x z)) x) 2) (- (/ (* (pow x 2) (- (pow z 2) 1)) z) (* -2 (* x (- (* -1 (* x z)) x))))) (* (pow t 3) (pow z 2))))) (+ (* -2 (/ (* x (- (* -1 (* x z)) x)) t)) (/ (* (- (* -1 (* x z)) x) (- (/ (* (pow x 2) (- (pow z 2) 1)) z) (* -2 (* x (- (* -1 (* x z)) x))))) (* (pow t 2) z)))) |
(* -2 (* x z)) |
(+ (* -2 (* x z)) (* -1 (/ (- (* -1 (/ (* (pow x 2) (- (pow z 2) 1)) z)) (* 2 (* x (- (* -1 (* x z)) x)))) t))) |
(+ (* -2 (* x z)) (* -1 (/ (- (+ (* -1 (/ (* (- (* -1 (* x z)) x) (- (* -1 (/ (* (pow x 2) (- (pow z 2) 1)) z)) (* 2 (* x (- (* -1 (* x z)) x))))) (* t z))) (* -1 (/ (* (pow x 2) (- (pow z 2) 1)) z))) (* 2 (* x (- (* -1 (* x z)) x)))) t))) |
(+ (* -2 (* x z)) (* -1 (/ (- (+ (* -1 (/ (* (pow x 2) (- (pow z 2) 1)) z)) (* -1 (/ (- (* -1 (/ (* (pow (- (* -1 (* x z)) x) 2) (- (* -1 (/ (* (pow x 2) (- (pow z 2) 1)) z)) (* 2 (* x (- (* -1 (* x z)) x))))) (* t (pow z 2)))) (* -1 (/ (* (- (* -1 (* x z)) x) (- (* -1 (/ (* (pow x 2) (- (pow z 2) 1)) z)) (* 2 (* x (- (* -1 (* x z)) x))))) z))) t))) (* 2 (* x (- (* -1 (* x z)) x)))) t))) |
(* -2 (* x z)) |
(* x (+ (* -2 z) (* x (- (/ z t) (+ (* -2 (/ (- (* -1 z) 1) t)) (/ 1 (* t z))))))) |
(* x (+ (* -2 z) (* x (- (+ (* -1 (/ (* x (* (- (* -1 z) 1) (- (/ z t) (+ (* -2 (/ (- (* -1 z) 1) t)) (/ 1 (* t z)))))) (* t z))) (/ z t)) (+ (* -2 (/ (- (* -1 z) 1) t)) (/ 1 (* t z))))))) |
(* x (+ (* -2 z) (* x (- (+ (* x (- (/ (* x (* (pow (- (* -1 z) 1) 2) (- (/ z t) (+ (* -2 (/ (- (* -1 z) 1) t)) (/ 1 (* t z)))))) (* (pow t 2) (pow z 2))) (/ (* (- (* -1 z) 1) (- (/ z t) (+ (* -2 (/ (- (* -1 z) 1) t)) (/ 1 (* t z))))) (* t z)))) (/ z t)) (+ (* -2 (/ (- (* -1 z) 1) t)) (/ 1 (* t z))))))) |
(/ (* x (- (pow z 2) 1)) (- (* -1 z) 1)) |
(* x (- (+ (* -2 (/ (* t (pow z 2)) (* x (- (* -1 z) 1)))) (/ (pow z 2) (- (* -1 z) 1))) (+ (/ 1 (- (* -1 z) 1)) (/ (* t (* z (- (pow z 2) 1))) (* x (pow (- (* -1 z) 1) 2)))))) |
(* x (- (+ (* -2 (/ (* t (pow z 2)) (* x (- (* -1 z) 1)))) (+ (* -1 (/ (* t (* z (- (* -2 (/ (* t (pow z 2)) (- (* -1 z) 1))) (/ (* t (* z (- (pow z 2) 1))) (pow (- (* -1 z) 1) 2))))) (* (pow x 2) (- (* -1 z) 1)))) (/ (pow z 2) (- (* -1 z) 1)))) (+ (/ 1 (- (* -1 z) 1)) (/ (* t (* z (- (pow z 2) 1))) (* x (pow (- (* -1 z) 1) 2)))))) |
(* x (- (+ (* -2 (/ (* t (pow z 2)) (* x (- (* -1 z) 1)))) (+ (/ (* (pow t 2) (* (pow z 2) (- (* -2 (/ (* t (pow z 2)) (- (* -1 z) 1))) (/ (* t (* z (- (pow z 2) 1))) (pow (- (* -1 z) 1) 2))))) (* (pow x 3) (pow (- (* -1 z) 1) 2))) (/ (pow z 2) (- (* -1 z) 1)))) (+ (/ 1 (- (* -1 z) 1)) (+ (/ (* t (* z (- (* -2 (/ (* t (pow z 2)) (- (* -1 z) 1))) (/ (* t (* z (- (pow z 2) 1))) (pow (- (* -1 z) 1) 2))))) (* (pow x 2) (- (* -1 z) 1))) (/ (* t (* z (- (pow z 2) 1))) (* x (pow (- (* -1 z) 1) 2))))))) |
(* -1 (/ (* x (- (pow z 2) 1)) (+ 1 z))) |
(* -1 (* x (- (+ (* -1 (/ (- (* 2 (/ (* t (pow z 2)) (+ 1 z))) (/ (* t (* z (- (pow z 2) 1))) (pow (+ 1 z) 2))) x)) (/ (pow z 2) (+ 1 z))) (/ 1 (+ 1 z))))) |
(* -1 (* x (- (+ (* -1 (/ (- (+ (* 2 (/ (* t (pow z 2)) (+ 1 z))) (/ (* t (* z (- (* 2 (/ (* t (pow z 2)) (+ 1 z))) (/ (* t (* z (- (pow z 2) 1))) (pow (+ 1 z) 2))))) (* x (+ 1 z)))) (/ (* t (* z (- (pow z 2) 1))) (pow (+ 1 z) 2))) x)) (/ (pow z 2) (+ 1 z))) (/ 1 (+ 1 z))))) |
(* -1 (* x (- (+ (* -1 (/ (- (+ (* -1 (/ (- (* -1 (/ (* (pow t 2) (* (pow z 2) (- (* 2 (/ (* t (pow z 2)) (+ 1 z))) (/ (* t (* z (- (pow z 2) 1))) (pow (+ 1 z) 2))))) (* x (pow (+ 1 z) 2)))) (/ (* t (* z (- (* 2 (/ (* t (pow z 2)) (+ 1 z))) (/ (* t (* z (- (pow z 2) 1))) (pow (+ 1 z) 2))))) (+ 1 z))) x)) (* 2 (/ (* t (pow z 2)) (+ 1 z)))) (/ (* t (* z (- (pow z 2) 1))) (pow (+ 1 z) 2))) x)) (/ (pow z 2) (+ 1 z))) (/ 1 (+ 1 z))))) |
x |
(+ x (* z (- t x))) |
(+ x (* z (- (* z (- (* -1 (/ (+ (* -2 (* t x)) (pow x 2)) x)) (* -1 (/ (pow (- t x) 2) x)))) (* -1 (- t x))))) |
(+ x (* z (- (* z (- (+ (* -1 (/ (+ (* -2 (* t x)) (pow x 2)) x)) (/ (* z (* (- t x) (- (* -1 (/ (+ (* -2 (* t x)) (pow x 2)) x)) (* -1 (/ (pow (- t x) 2) x))))) x)) (* -1 (/ (pow (- t x) 2) x)))) (* -1 (- t x))))) |
(/ (* z (+ (* -2 (* t x)) (pow x 2))) (- t x)) |
(* z (+ (* -2 (/ (* t x) (- t x))) (+ (/ (* x (+ (* -2 (* t x)) (pow x 2))) (* z (pow (- t x) 2))) (/ (pow x 2) (- t x))))) |
(* z (- (+ (* -2 (/ (* t x) (- t x))) (+ (* -1 (/ (pow x 2) (* (pow z 2) (- t x)))) (/ (pow x 2) (- t x)))) (+ (* -1 (/ (* x (+ (* -2 (* t x)) (pow x 2))) (* z (pow (- t x) 2)))) (* -1 (/ (* (pow x 2) (+ (* -2 (* t x)) (pow x 2))) (* (pow z 2) (pow (- t x) 3))))))) |
(* z (- (+ (* -2 (/ (* t x) (- t x))) (+ (* -1 (/ (pow x 2) (* (pow z 2) (- t x)))) (+ (/ (* x (- (* -1 (/ (pow x 2) (- t x))) (* -1 (/ (* (pow x 2) (+ (* -2 (* t x)) (pow x 2))) (pow (- t x) 3))))) (* (pow z 3) (- t x))) (/ (pow x 2) (- t x))))) (+ (* -1 (/ (* x (+ (* -2 (* t x)) (pow x 2))) (* z (pow (- t x) 2)))) (* -1 (/ (* (pow x 2) (+ (* -2 (* t x)) (pow x 2))) (* (pow z 2) (pow (- t x) 3))))))) |
(/ (* z (+ (* -2 (* t x)) (pow x 2))) (- t x)) |
(* -1 (* z (+ (* -1 (/ (* x (+ (* -2 (* t x)) (pow x 2))) (* z (pow (- t x) 2)))) (* -1 (/ (+ (* -2 (* t x)) (pow x 2)) (- t x)))))) |
(* -1 (* z (+ (* -1 (/ (+ (* -2 (* t x)) (pow x 2)) (- t x))) (* -1 (/ (- (* -1 (/ (- (/ (pow x 2) (- t x)) (/ (* (pow x 2) (+ (* -2 (* t x)) (pow x 2))) (pow (- t x) 3))) z)) (* -1 (/ (* x (+ (* -2 (* t x)) (pow x 2))) (pow (- t x) 2)))) z))))) |
(* -1 (* z (+ (* -1 (/ (+ (* -2 (* t x)) (pow x 2)) (- t x))) (* -1 (/ (- (* -1 (/ (- (+ (/ (* x (- (/ (pow x 2) (- t x)) (/ (* (pow x 2) (+ (* -2 (* t x)) (pow x 2))) (pow (- t x) 3)))) (* z (- t x))) (/ (pow x 2) (- t x))) (/ (* (pow x 2) (+ (* -2 (* t x)) (pow x 2))) (pow (- t x) 3))) z)) (* -1 (/ (* x (+ (* -2 (* t x)) (pow x 2))) (pow (- t x) 2)))) z))))) |
(/ (+ (* -2 (* t (* x (pow z 2)))) (* (pow x 2) (- (pow z 2) 1))) (- (* z (- t x)) x)) |
(/ (+ (* -2 (* t (* x (pow z 2)))) (* (pow x 2) (- (pow z 2) 1))) (- (* z (- t x)) x)) |
(/ (+ (* -2 (* t (* x (pow z 2)))) (* (pow x 2) (- (pow z 2) 1))) (- (* z (- t x)) x)) |
(/ (+ (* -2 (* t (* x (pow z 2)))) (* (pow x 2) (- (pow z 2) 1))) (- (* z (- t x)) x)) |
(/ (+ (* -2 (* t (* x (pow z 2)))) (* (pow x 2) (- (pow z 2) 1))) (- (* z (- t x)) x)) |
(/ (+ (* -2 (* t (* x (pow z 2)))) (* (pow x 2) (- (pow z 2) 1))) (- (* z (- t x)) x)) |
(/ (+ (* -2 (* t (* x (pow z 2)))) (* (pow x 2) (- (pow z 2) 1))) (- (* z (- t x)) x)) |
(/ (+ (* -2 (* t (* x (pow z 2)))) (* (pow x 2) (- (pow z 2) 1))) (- (* z (- t x)) x)) |
(/ (+ (* -2 (* t (* x (pow z 2)))) (* (pow x 2) (- (pow z 2) 1))) (- (* z (- t x)) x)) |
(/ (+ (* -2 (* t (* x (pow z 2)))) (* (pow x 2) (- (pow z 2) 1))) (- (* z (- t x)) x)) |
(/ (+ (* -2 (* t (* x (pow z 2)))) (* (pow x 2) (- (pow z 2) 1))) (- (* z (- t x)) x)) |
(/ (+ (* -2 (* t (* x (pow z 2)))) (* (pow x 2) (- (pow z 2) 1))) (- (* z (- t x)) x)) |
(* (pow x 2) (- (pow z 2) 1)) |
(+ (* -2 (* t (* x (pow z 2)))) (* (pow x 2) (- (pow z 2) 1))) |
(+ (* -2 (* t (* x (pow z 2)))) (* (pow x 2) (- (pow z 2) 1))) |
(+ (* -2 (* t (* x (pow z 2)))) (* (pow x 2) (- (pow z 2) 1))) |
(* -2 (* t (* x (pow z 2)))) |
(* t (+ (* -2 (* x (pow z 2))) (/ (* (pow x 2) (- (pow z 2) 1)) t))) |
(* t (+ (* -2 (* x (pow z 2))) (/ (* (pow x 2) (- (pow z 2) 1)) t))) |
(* t (+ (* -2 (* x (pow z 2))) (/ (* (pow x 2) (- (pow z 2) 1)) t))) |
(* -2 (* t (* x (pow z 2)))) |
(* -1 (* t (+ (* -1 (/ (* (pow x 2) (- (pow z 2) 1)) t)) (* 2 (* x (pow z 2)))))) |
(* -1 (* t (+ (* -1 (/ (* (pow x 2) (- (pow z 2) 1)) t)) (* 2 (* x (pow z 2)))))) |
(* -1 (* t (+ (* -1 (/ (* (pow x 2) (- (pow z 2) 1)) t)) (* 2 (* x (pow z 2)))))) |
(* -2 (* t (* x (pow z 2)))) |
(* x (+ (* -2 (* t (pow z 2))) (* x (- (pow z 2) 1)))) |
(* x (+ (* -2 (* t (pow z 2))) (* x (- (pow z 2) 1)))) |
(* x (+ (* -2 (* t (pow z 2))) (* x (- (pow z 2) 1)))) |
(* (pow x 2) (- (pow z 2) 1)) |
(* (pow x 2) (- (+ (* -2 (/ (* t (pow z 2)) x)) (pow z 2)) 1)) |
(* (pow x 2) (- (+ (* -2 (/ (* t (pow z 2)) x)) (pow z 2)) 1)) |
(* (pow x 2) (- (+ (* -2 (/ (* t (pow z 2)) x)) (pow z 2)) 1)) |
(* (pow x 2) (- (pow z 2) 1)) |
(* (pow x 2) (- (+ (* -2 (/ (* t (pow z 2)) x)) (pow z 2)) 1)) |
(* (pow x 2) (- (+ (* -2 (/ (* t (pow z 2)) x)) (pow z 2)) 1)) |
(* (pow x 2) (- (+ (* -2 (/ (* t (pow z 2)) x)) (pow z 2)) 1)) |
(* -1 (pow x 2)) |
(+ (* -1 (pow x 2)) (* (pow z 2) (+ (* -2 (* t x)) (pow x 2)))) |
(+ (* -1 (pow x 2)) (* (pow z 2) (+ (* -2 (* t x)) (pow x 2)))) |
(+ (* -1 (pow x 2)) (* (pow z 2) (+ (* -2 (* t x)) (pow x 2)))) |
(* (pow z 2) (+ (* -2 (* t x)) (pow x 2))) |
(* (pow z 2) (+ (* -2 (* t x)) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow x 2)))) |
(* (pow z 2) (+ (* -2 (* t x)) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow x 2)))) |
(* (pow z 2) (+ (* -2 (* t x)) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow x 2)))) |
(* (pow z 2) (+ (* -2 (* t x)) (pow x 2))) |
(* (pow z 2) (+ (* -2 (* t x)) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow x 2)))) |
(* (pow z 2) (+ (* -2 (* t x)) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow x 2)))) |
(* (pow z 2) (+ (* -2 (* t x)) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow x 2)))) |
(- (* z (- t x)) x) |
(- (* z (- t x)) x) |
(- (* z (- t x)) x) |
(- (* z (- t x)) x) |
(- (* z (- t x)) x) |
(- (* z (- t x)) x) |
(- (* z (- t x)) x) |
(- (* z (- t x)) x) |
(- (* z (- t x)) x) |
(- (* z (- t x)) x) |
(- (* z (- t x)) x) |
(- (* z (- t x)) x) |
(* -1 x) |
(- (* z (- t x)) x) |
(- (* z (- t x)) x) |
(- (* z (- t x)) x) |
(* z (- t x)) |
(* z (- (+ t (* -1 (/ x z))) x)) |
(* z (- (+ t (* -1 (/ x z))) x)) |
(* z (- (+ t (* -1 (/ x z))) x)) |
(* z (- t x)) |
(* -1 (* z (+ (* -1 (- t x)) (/ x z)))) |
(* -1 (* z (+ (* -1 (- t x)) (/ x z)))) |
(* -1 (* z (+ (* -1 (- t x)) (/ x z)))) |
(- (* -1 (* x z)) x) |
(- (+ (* -1 (* x z)) (* t z)) x) |
(- (+ (* -1 (* x z)) (* t z)) x) |
(- (+ (* -1 (* x z)) (* t z)) x) |
(* t z) |
(* t (- (+ z (* -1 (/ (* x z) t))) (/ x t))) |
(* t (- (+ z (* -1 (/ (* x z) t))) (/ x t))) |
(* t (- (+ z (* -1 (/ (* x z) t))) (/ x t))) |
(* t z) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (- (* -1 (* x z)) x) t))))) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (- (* -1 (* x z)) x) t))))) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (- (* -1 (* x z)) x) t))))) |
(* t z) |
(+ (* t z) (* x (- (* -1 z) 1))) |
(+ (* t z) (* x (- (* -1 z) 1))) |
(+ (* t z) (* x (- (* -1 z) 1))) |
(* x (- (* -1 z) 1)) |
(* x (- (+ (* -1 z) (/ (* t z) x)) 1)) |
(* x (- (+ (* -1 z) (/ (* t z) x)) 1)) |
(* x (- (+ (* -1 z) (/ (* t z) x)) 1)) |
(* -1 (* x (+ 1 z))) |
(* -1 (* x (+ 1 (+ z (* -1 (/ (* t z) x)))))) |
(* -1 (* x (+ 1 (+ z (* -1 (/ (* t z) x)))))) |
(* -1 (* x (+ 1 (+ z (* -1 (/ (* t z) x)))))) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* z (- t x)) |
(* -1 (* x z)) |
(+ (* -1 (* x z)) (* t z)) |
(+ (* -1 (* x z)) (* t z)) |
(+ (* -1 (* x z)) (* t z)) |
(* t z) |
(* t (+ z (* -1 (/ (* x z) t)))) |
(* t (+ z (* -1 (/ (* x z) t)))) |
(* t (+ z (* -1 (/ (* x z) t)))) |
(* t z) |
(* -1 (* t (+ (* -1 z) (/ (* x z) t)))) |
(* -1 (* t (+ (* -1 z) (/ (* x z) t)))) |
(* -1 (* t (+ (* -1 z) (/ (* x z) t)))) |
(* t z) |
(+ (* -1 (* x z)) (* t z)) |
(+ (* -1 (* x z)) (* t z)) |
(+ (* -1 (* x z)) (* t z)) |
(* -1 (* x z)) |
(* x (+ (* -1 z) (/ (* t z) x))) |
(* x (+ (* -1 z) (/ (* t z) x))) |
(* x (+ (* -1 z) (/ (* t z) x))) |
(* -1 (* x z)) |
(* -1 (* x (+ z (* -1 (/ (* t z) x))))) |
(* -1 (* x (+ z (* -1 (/ (* t z) x))))) |
(* -1 (* x (+ z (* -1 (/ (* t z) x))))) |
(/ x y) |
(* x (+ (* -1/3 (/ (pow x 2) (pow y 3))) (/ 1 y))) |
(* x (+ (* (pow x 2) (- (* 2/15 (/ (pow x 2) (pow y 5))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) |
(* x (+ (* (pow x 2) (- (* (pow x 2) (+ (* -17/315 (/ (pow x 2) (pow y 7))) (* 2/15 (/ 1 (pow y 5))))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/ x y) |
(/ (+ x (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))) y) |
(/ (- (+ x (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)))) (* 1/2 (/ (pow x 3) (pow y 2)))) y) |
(/ (- (+ x (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4))))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))))) (+ (* -1/2 (/ (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3)))) (pow y 3))) (+ (* 1/4 (/ (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2))) (pow y 3))) (* 1/2 (/ (pow x 3) (pow y 2)))))) y) |
(/ x y) |
(* -1 (/ (+ (* -1 x) (* -1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))) y)) |
(* -1 (/ (+ (* -1 x) (* -1 (/ (+ (* -1 (/ (- (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))) (* -1/2 (pow x 3))) y)) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) y)) |
(* -1 (/ (+ (* -1 x) (* -1 (/ (+ (* -1 (/ (- (+ (* -1 (/ (- (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))) (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))) y)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))) (* -1/2 (pow x 3))) y)) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) y)) |
(* t (* x (pow z 2))) |
(* t (* x (pow z 2))) |
(* t (* x (pow z 2))) |
(* t (* x (pow z 2))) |
(* t (* x (pow z 2))) |
(* t (* x (pow z 2))) |
(* t (* x (pow z 2))) |
(* t (* x (pow z 2))) |
(* t (* x (pow z 2))) |
(* t (* x (pow z 2))) |
(* t (* x (pow z 2))) |
(* t (* x (pow z 2))) |
(* t (* x (pow z 2))) |
(* t (* x (pow z 2))) |
(* t (* x (pow z 2))) |
(* t (* x (pow z 2))) |
(* t (* x (pow z 2))) |
(* t (* x (pow z 2))) |
(* t (* x (pow z 2))) |
(* t (* x (pow z 2))) |
(* t (* x (pow z 2))) |
(* t (* x (pow z 2))) |
(* t (* x (pow z 2))) |
(* t (* x (pow z 2))) |
(* t (* x (pow z 2))) |
(* t (* x (pow z 2))) |
(* t (* x (pow z 2))) |
(* t (* x (pow z 2))) |
(* t (* x (pow z 2))) |
(* t (* x (pow z 2))) |
(* t (* x (pow z 2))) |
(* t (* x (pow z 2))) |
(* t (* x (pow z 2))) |
(* t (* x (pow z 2))) |
(* t (* x (pow z 2))) |
(* t (* x (pow z 2))) |
(* (pow x 2) (- (pow z 2) 1)) |
(* (pow x 2) (- (pow z 2) 1)) |
(* (pow x 2) (- (pow z 2) 1)) |
(* (pow x 2) (- (pow z 2) 1)) |
(* (pow x 2) (- (pow z 2) 1)) |
(* (pow x 2) (- (pow z 2) 1)) |
(* (pow x 2) (- (pow z 2) 1)) |
(* (pow x 2) (- (pow z 2) 1)) |
(* (pow x 2) (- (pow z 2) 1)) |
(* (pow x 2) (- (pow z 2) 1)) |
(* (pow x 2) (- (pow z 2) 1)) |
(* (pow x 2) (- (pow z 2) 1)) |
(* -1 (pow x 2)) |
(+ (* -1 (pow x 2)) (* (pow x 2) (pow z 2))) |
(+ (* -1 (pow x 2)) (* (pow x 2) (pow z 2))) |
(+ (* -1 (pow x 2)) (* (pow x 2) (pow z 2))) |
(* (pow x 2) (pow z 2)) |
(* (pow z 2) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow x 2))) |
(* (pow z 2) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow x 2))) |
(* (pow z 2) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow x 2))) |
(* (pow x 2) (pow z 2)) |
(* (pow z 2) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow x 2))) |
(* (pow z 2) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow x 2))) |
(* (pow z 2) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow x 2))) |
| Outputs |
|---|
(+ x (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))))))) |
(+ x (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 (+.f64 x (*.f64 z t)) (*.f64 (*.f64 y z) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))))))) |
(+ x (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 (+.f64 x (*.f64 z t)) (*.f64 (*.f64 y z) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))))))) |
(+ x (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 (+.f64 x (*.f64 z t)) (*.f64 (*.f64 y z) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))))))) |
(* t z) |
(*.f64 z t) |
(* t (+ z (+ (/ x t) (/ (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) t)))) |
(*.f64 t (+.f64 (+.f64 z (/.f64 x t)) (/.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y))))))) t))) |
(* t (+ z (+ (/ x t) (/ (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) t)))) |
(*.f64 t (+.f64 (+.f64 z (/.f64 x t)) (/.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y))))))) t))) |
(* t (+ z (+ (/ x t) (/ (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) t)))) |
(*.f64 t (+.f64 (+.f64 z (/.f64 x t)) (/.f64 (*.f64 (*.f64 y z) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y))))))) t))) |
(* t z) |
(*.f64 z t) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* y (* z (- (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))) t))))) |
(*.f64 (-.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (-.f64 x (*.f64 (*.f64 y z) (/.f64 (-.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y))))))) t)) (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* y (* z (- (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))) t))))) |
(*.f64 (-.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (-.f64 x (*.f64 (*.f64 y z) (/.f64 (-.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y))))))) t)) (-.f64 #s(literal 0 binary64) t)) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* y (* z (- (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))))) t))))) |
(*.f64 (-.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (-.f64 x (*.f64 (*.f64 y z) (/.f64 (-.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y))))))) t)) (-.f64 #s(literal 0 binary64) t)) |
(+ x (* t z)) |
(+.f64 x (*.f64 z t)) |
(+ x (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 (+.f64 x (*.f64 z t)) (*.f64 (*.f64 y z) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))))))) |
(+ x (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 (+.f64 x (*.f64 z t)) (*.f64 (*.f64 y z) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))))))) |
(+ x (+ (* t z) (* y (* z (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))))) |
(+.f64 (+.f64 x (*.f64 z t)) (*.f64 (*.f64 y z) (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))))))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (+ (* -1/2 (/ (* z (+ (* -1 (pow x 2)) (pow x 2))) y)) (* z (- t x)))) |
(+.f64 x (+.f64 (*.f64 z (-.f64 t x)) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 z #s(literal 0 binary64))) y))) |
(+ x (+ (* -1/2 (/ (* z (+ (* -1 (pow x 2)) (pow x 2))) y)) (+ (* z (- t x)) (/ (* z (- (* 1/2 (pow x 3)) (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))))) (pow y 2))))) |
(+.f64 x (+.f64 (+.f64 (*.f64 z (-.f64 t x)) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 z #s(literal 0 binary64))) y)) (/.f64 (*.f64 z (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 x (*.f64 x x)) (-.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))))) (*.f64 y y)))) |
(+ x (+ (* -1/2 (/ (* z (+ (* -1 (pow x 2)) (pow x 2))) y)) (+ (* z (- t x)) (+ (/ (* z (- (* 1/2 (pow x 3)) (* 1/2 (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3))))))) (pow y 2)) (/ (* z (- (+ (* -1/2 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3))))) (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2))))) (* 1/2 (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4)))))))) (pow y 3)))))) |
(+.f64 x (+.f64 (+.f64 (*.f64 z (-.f64 t x)) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 z #s(literal 0 binary64))) y)) (+.f64 (/.f64 (*.f64 z (*.f64 #s(literal 1/2 binary64) (-.f64 (*.f64 x (*.f64 x x)) (-.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))))) (*.f64 y y)) (/.f64 (*.f64 z (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) x) (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))) (*.f64 #s(literal -1/2 binary64) (-.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -1/2 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/12 binary64))) (*.f64 x (-.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/3 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))))))) (*.f64 y (*.f64 y y)))))) |
(+ x (* -1 (* z (- (* -1 t) (* -1 x))))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1/2 (/ (* z (+ (* -1 (pow x 2)) (pow x 2))) y)))) |
(+.f64 x (+.f64 (*.f64 z (-.f64 t x)) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 z #s(literal 0 binary64))) y))) |
(+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* 1/2 (* z (+ (* -1 (pow x 2)) (pow x 2)))) (/ (* z (- (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))) y)) y)))) |
(-.f64 (+.f64 x (*.f64 z (-.f64 t x))) (/.f64 (+.f64 (*.f64 (*.f64 z #s(literal 0 binary64)) #s(literal 1/2 binary64)) (/.f64 (*.f64 z (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/3 binary64)) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))))))) y)) y)) |
(+ x (+ (* -1 (* z (- (* -1 t) (* -1 x)))) (* -1 (/ (+ (* -1 (/ (+ (* -1 (* z (- (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))) (/ (* z (- (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))) (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))))) y)) y)) (* 1/2 (* z (+ (* -1 (pow x 2)) (pow x 2))))) y)))) |
(-.f64 (+.f64 x (*.f64 z (-.f64 t x))) (/.f64 (-.f64 (*.f64 (*.f64 z #s(literal 0 binary64)) #s(literal 1/2 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 z (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))) #s(literal 0 binary64)) (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -1/2 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/12 binary64)) (*.f64 x (+.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/6 binary64))))))))) y) (*.f64 z (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/3 binary64)) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))))))) y)) y)) |
(* t z) |
(*.f64 z t) |
(+ (* t z) (* x (+ 1 (* -1 z)))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ (* t z) (* x (+ 1 (+ (* -1 z) (* 1/3 (/ (* (pow x 2) z) (pow y 2))))))) |
(+.f64 (*.f64 z t) (*.f64 x (+.f64 (-.f64 #s(literal 1 binary64) z) (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 z (*.f64 x x))) (*.f64 y y))))) |
(+ (* t z) (* x (+ 1 (+ (* -1 z) (* (pow x 2) (+ (* -2/15 (/ (* (pow x 2) z) (pow y 4))) (* 1/3 (/ z (pow y 2))))))))) |
(+.f64 (*.f64 z t) (*.f64 x (+.f64 (-.f64 #s(literal 1 binary64) z) (*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 #s(literal -2/15 binary64) (*.f64 z (*.f64 x x))) (pow.f64 y #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal 1/3 binary64) z) (*.f64 y y))))))) |
x |
(* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) x))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))))))) x))) |
(* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) x))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))))))) x))) |
(* x (+ 1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) x))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))))))) x))) |
x |
(* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) x)) 1))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (/.f64 (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))))))) (-.f64 #s(literal 0 binary64) x)) #s(literal -1 binary64))) |
(* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) x)) 1))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (/.f64 (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))))))) (-.f64 #s(literal 0 binary64) x)) #s(literal -1 binary64))) |
(* -1 (* x (- (* -1 (/ (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) x)) 1))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (/.f64 (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))))))) (-.f64 #s(literal 0 binary64) x)) #s(literal -1 binary64))) |
x |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y))))))))) |
(+ x (* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))))) |
(+.f64 x (*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y))))))))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))))))) |
(* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) (/ x z))) |
(*.f64 z (+.f64 (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))))))) (/.f64 x z))) |
(* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) (/ x z))) |
(*.f64 z (+.f64 (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))))))) (/.f64 x z))) |
(* z (+ (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) (/ x z))) |
(*.f64 z (+.f64 (*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))))))) (/.f64 x z))) |
(* y (* z (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 (*.f64 y z) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))))))) |
(* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (* -1 (/ x z))))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y))))))) (-.f64 #s(literal 0 binary64) y)) (/.f64 x z))) |
(* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (* -1 (/ x z))))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y))))))) (-.f64 #s(literal 0 binary64) y)) (/.f64 x z))) |
(* -1 (* z (+ (* -1 (* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (* -1 (/ x z))))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y))))))) (-.f64 #s(literal 0 binary64) y)) (/.f64 x z))) |
(* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(*.f64 y (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y))))))) |
(+ t (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(+.f64 t (*.f64 y (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))))))) |
(+ t (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(+.f64 t (*.f64 y (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))))))) |
(+ t (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(+.f64 t (*.f64 y (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))))))) |
t |
(* t (+ 1 (/ (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) t))) |
(*.f64 t (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 y (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y))))))) t))) |
(* t (+ 1 (/ (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) t))) |
(*.f64 t (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 y (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y))))))) t))) |
(* t (+ 1 (/ (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) t))) |
(*.f64 t (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 y (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y))))))) t))) |
t |
(* -1 (* t (- (/ (* y (- (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) t) 1))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (+.f64 (/.f64 (*.f64 y (/.f64 (-.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))))) t) #s(literal -1 binary64))) |
(* -1 (* t (- (/ (* y (- (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) t) 1))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (+.f64 (/.f64 (*.f64 y (/.f64 (-.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))))) t) #s(literal -1 binary64))) |
(* -1 (* t (- (/ (* y (- (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) t) 1))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (+.f64 (/.f64 (*.f64 y (/.f64 (-.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))))) t) #s(literal -1 binary64))) |
t |
(+ t (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(+.f64 t (*.f64 y (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))))))) |
(+ t (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(+.f64 t (*.f64 y (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))))))) |
(+ t (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(+.f64 t (*.f64 y (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))))))) |
(- t x) |
(-.f64 t x) |
(- (+ t (* -1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))) x) |
(+.f64 t (-.f64 (/.f64 #s(literal 0 binary64) y) x)) |
(- (+ t (+ (* -1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)) (* 1/2 (/ (pow x 3) (pow y 2))))) (+ x (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))))) |
(+.f64 (-.f64 (+.f64 (+.f64 t (/.f64 #s(literal 0 binary64) y)) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 y y))) x) (*.f64 #s(literal -1/2 binary64) (/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))) (*.f64 y y)))) |
(- (+ t (+ (* -1/2 (/ (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3)))) (pow y 3))) (+ (* -1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)) (+ (* 1/4 (/ (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2))) (pow y 3))) (* 1/2 (/ (pow x 3) (pow y 2))))))) (+ x (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4))))) (pow y 3))) (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2)))))) |
(+.f64 (-.f64 (+.f64 t (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) x) (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))) (*.f64 y (*.f64 y y))) (+.f64 (+.f64 (/.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 0 binary64) (*.f64 y (*.f64 y y)))) (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 y y))))) x) (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -1/2 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/12 binary64))) (*.f64 x (-.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/3 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))))) (*.f64 y (*.f64 y y))) (/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))) (*.f64 y y))))) |
(* -1 (- (* -1 t) (* -1 x))) |
(-.f64 t x) |
(+ (* -1 (- (* -1 t) (* -1 x))) (* -1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))) |
(+.f64 (-.f64 t x) (/.f64 #s(literal 0 binary64) y)) |
(+ (* -1 (- (* -1 t) (* -1 x))) (* -1 (/ (- (+ (* -1/2 (/ (pow x 3) y)) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) (* 1/2 (/ (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))) y))) y))) |
(-.f64 (-.f64 t x) (/.f64 (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/3 binary64)) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))))) y) y)) |
(+ (* -1 (- (* -1 t) (* -1 x))) (* -1 (/ (+ (* -1 (/ (- (+ (* -1 (- (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))) (+ (* 1/4 (/ (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2))) y)) (* 1/2 (/ (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))) y)))) (* 1/2 (/ (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))) y))) y)) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) |
(-.f64 (-.f64 t x) (/.f64 (/.f64 (+.f64 (-.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))) y) (/.f64 #s(literal 0 binary64) y)) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/3 binary64)) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))))))) (*.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -1/2 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/12 binary64)) (*.f64 x (+.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/6 binary64)))))) y))) (-.f64 #s(literal 0 binary64) y)) y)) |
t |
(+ t (* -1 x)) |
(-.f64 t x) |
(+ t (* x (- (* 1/3 (/ (pow x 2) (pow y 2))) 1))) |
(+.f64 t (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 x x)) (*.f64 y y)) #s(literal -1 binary64)))) |
(+ t (* x (- (* (pow x 2) (+ (* -2/15 (/ (pow x 2) (pow y 4))) (* 1/3 (/ 1 (pow y 2))))) 1))) |
(+.f64 t (*.f64 x (+.f64 (*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 #s(literal -2/15 binary64) (*.f64 x x)) (pow.f64 y #s(literal 4 binary64))) (/.f64 #s(literal 1/3 binary64) (*.f64 y y)))) #s(literal -1 binary64)))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))))))) |
(* y (- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))))) |
(*.f64 y (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))))))) |
(- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y))))))) |
(/ t y) |
(/.f64 t y) |
(* t (- (+ (/ 1 y) (/ 1 (* t (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ (exp (/ x y)) (* t (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 t (+.f64 (/.f64 #s(literal 1 binary64) y) (-.f64 (/.f64 (/.f64 #s(literal 1 binary64) t) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (/.f64 (exp.f64 (/.f64 x y)) t) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))))))) |
(* t (- (+ (/ 1 y) (/ 1 (* t (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ (exp (/ x y)) (* t (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 t (+.f64 (/.f64 #s(literal 1 binary64) y) (-.f64 (/.f64 (/.f64 #s(literal 1 binary64) t) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (/.f64 (exp.f64 (/.f64 x y)) t) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))))))) |
(* t (- (+ (/ 1 y) (/ 1 (* t (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) (/ (exp (/ x y)) (* t (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) |
(*.f64 t (+.f64 (/.f64 #s(literal 1 binary64) y) (-.f64 (/.f64 (/.f64 #s(literal 1 binary64) t) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (/.f64 (exp.f64 (/.f64 x y)) t) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))))))) |
(/ t y) |
(/.f64 t y) |
(* -1 (* t (- (* -1 (/ (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) t)) (/ 1 y)))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))))) (-.f64 #s(literal 0 binary64) t)) (/.f64 #s(literal -1 binary64) y))) |
(* -1 (* t (- (* -1 (/ (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) t)) (/ 1 y)))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))))) (-.f64 #s(literal 0 binary64) t)) (/.f64 #s(literal -1 binary64) y))) |
(* -1 (* t (- (* -1 (/ (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) t)) (/ 1 y)))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))))) (-.f64 #s(literal 0 binary64) t)) (/.f64 #s(literal -1 binary64) y))) |
(/ t y) |
(/.f64 t y) |
(/ (+ t (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) y) |
(/.f64 (+.f64 t (*.f64 y (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))))))) y) |
(/ (+ t (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) y) |
(/.f64 (+.f64 t (*.f64 y (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))))))) y) |
(/ (+ t (* y (- (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))))) y) |
(/.f64 (+.f64 t (*.f64 y (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))))))) y) |
(/ (- t x) y) |
(/.f64 (-.f64 t x) y) |
(/ (- (+ t (* -1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))) x) y) |
(/.f64 (+.f64 t (-.f64 (/.f64 #s(literal 0 binary64) y) x)) y) |
(/ (- (+ t (* 1/2 (/ (pow x 3) (pow y 2)))) (+ x (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))))) y) |
(/.f64 (-.f64 (-.f64 (+.f64 t (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 y y))) x) (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))) (*.f64 y y))) (/.f64 #s(literal 0 binary64) y))) y) |
(/ (- (+ t (+ (* -1/2 (/ (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3)))) (pow y 3))) (+ (* 1/4 (/ (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2))) (pow y 3))) (* 1/2 (/ (pow x 3) (pow y 2)))))) (+ x (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4))))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)))))) y) |
(/.f64 (-.f64 (-.f64 (+.f64 (+.f64 t (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) x) (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))) (*.f64 y (*.f64 y y)))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 y y)) (/.f64 #s(literal 0 binary64) (*.f64 y (*.f64 y y))))) x) (+.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -1/2 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/12 binary64))) (*.f64 x (-.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/3 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))))) (*.f64 y (*.f64 y y))) (/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))) (*.f64 y y)))) (/.f64 #s(literal 0 binary64) y))) y) |
(* -1 (/ (- (* -1 t) (* -1 x)) y)) |
(/.f64 (-.f64 t x) y) |
(* -1 (/ (- (+ (* -1 t) (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))) (* -1 x)) y)) |
(/.f64 (+.f64 (-.f64 (/.f64 #s(literal 0 binary64) y) t) x) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (/ (- (+ (* -1 t) (* -1 (/ (- (* -1 (/ (- (* -1/2 (pow x 3)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))) y)) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) (* -1 x)) y)) |
(/.f64 (+.f64 (-.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 (+.f64 (/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/3 binary64)) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))))) (-.f64 #s(literal 0 binary64) y)) #s(literal 0 binary64)) y)) x) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (/ (- (+ (* -1 t) (* -1 (/ (- (* -1 (/ (- (+ (* -1 (/ (- (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))) (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))))))) y)) (* -1/2 (pow x 3))) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))) y)) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) (* -1 x)) y)) |
(/.f64 (+.f64 (-.f64 (-.f64 #s(literal 0 binary64) t) (/.f64 (+.f64 (/.f64 (+.f64 (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x x))) (/.f64 (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))) #s(literal 0 binary64)) (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -1/2 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/12 binary64)) (*.f64 x (+.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/6 binary64)))))))) y)) (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/3 binary64)) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))))) (-.f64 #s(literal 0 binary64) y)) #s(literal 0 binary64)) y)) x) (-.f64 #s(literal 0 binary64) y)) |
(/ t y) |
(/.f64 t y) |
(+ (* -1 (/ x y)) (/ t y)) |
(/.f64 (-.f64 t x) y) |
(+ (* x (- (* 1/3 (/ (pow x 2) (pow y 3))) (/ 1 y))) (/ t y)) |
(+.f64 (/.f64 t y) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 x x)) (*.f64 y (*.f64 y y))) (/.f64 #s(literal -1 binary64) y)))) |
(+ (* x (- (* (pow x 2) (+ (* -2/15 (/ (pow x 2) (pow y 5))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) (/ t y)) |
(+.f64 (/.f64 t y) (*.f64 x (+.f64 (*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 #s(literal -2/15 binary64) (*.f64 x x)) (pow.f64 y #s(literal 5 binary64))) (/.f64 #s(literal 1/3 binary64) (*.f64 y (*.f64 y y))))) (/.f64 #s(literal -1 binary64) y)))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y))))))) |
(- (+ (/ 1 (* (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) (/ t y)) (/ (exp (/ x y)) (+ (exp (/ x y)) (/ 1 (exp (/ x y)))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (exp.f64 (+.f64 (/.f64 x y) (/.f64 x y))))) (-.f64 (/.f64 t y) (/.f64 (exp.f64 (/.f64 x y)) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y))))))) |
(/ t y) |
(/.f64 t y) |
(/ t y) |
(/.f64 t y) |
(/ t y) |
(/.f64 t y) |
(/ t y) |
(/.f64 t y) |
(/ t y) |
(/.f64 t y) |
(/ t y) |
(/.f64 t y) |
(/ t y) |
(/.f64 t y) |
(/ t y) |
(/.f64 t y) |
(/ t y) |
(/.f64 t y) |
(/ t y) |
(/.f64 t y) |
(/ t y) |
(/.f64 t y) |
(/ t y) |
(/.f64 t y) |
(/ t y) |
(/.f64 t y) |
(/ t y) |
(/.f64 t y) |
(/ t y) |
(/.f64 t y) |
(/ t y) |
(/.f64 t y) |
(/ t y) |
(/.f64 t y) |
(/ t y) |
(/.f64 t y) |
(/ t y) |
(/.f64 t y) |
(/ t y) |
(/.f64 t y) |
(/ t y) |
(/.f64 t y) |
(/ t y) |
(/.f64 t y) |
(/ t y) |
(/.f64 t y) |
(/ t y) |
(/.f64 t y) |
(* x (- 1 z)) |
(*.f64 x (-.f64 #s(literal 1 binary64) z)) |
(* x (- 1 z)) |
(*.f64 x (-.f64 #s(literal 1 binary64) z)) |
(* x (- 1 z)) |
(*.f64 x (-.f64 #s(literal 1 binary64) z)) |
(* x (- 1 z)) |
(*.f64 x (-.f64 #s(literal 1 binary64) z)) |
(* x (- 1 z)) |
(*.f64 x (-.f64 #s(literal 1 binary64) z)) |
(* x (- 1 z)) |
(*.f64 x (-.f64 #s(literal 1 binary64) z)) |
(* x (- 1 z)) |
(*.f64 x (-.f64 #s(literal 1 binary64) z)) |
(* x (- 1 z)) |
(*.f64 x (-.f64 #s(literal 1 binary64) z)) |
(* x (- 1 z)) |
(*.f64 x (-.f64 #s(literal 1 binary64) z)) |
(* x (- 1 z)) |
(*.f64 x (-.f64 #s(literal 1 binary64) z)) |
(* x (- 1 z)) |
(*.f64 x (-.f64 #s(literal 1 binary64) z)) |
(* x (- 1 z)) |
(*.f64 x (-.f64 #s(literal 1 binary64) z)) |
x |
(+ x (* -1 (* x z))) |
(*.f64 x (-.f64 #s(literal 1 binary64) z)) |
(+ x (* -1 (* x z))) |
(*.f64 x (-.f64 #s(literal 1 binary64) z)) |
(+ x (* -1 (* x z))) |
(*.f64 x (-.f64 #s(literal 1 binary64) z)) |
(* -1 (* x z)) |
(*.f64 x (-.f64 #s(literal 0 binary64) z)) |
(* z (+ (* -1 x) (/ x z))) |
(*.f64 z (-.f64 (/.f64 x z) x)) |
(* z (+ (* -1 x) (/ x z))) |
(*.f64 z (-.f64 (/.f64 x z) x)) |
(* z (+ (* -1 x) (/ x z))) |
(*.f64 z (-.f64 (/.f64 x z) x)) |
(* -1 (* x z)) |
(*.f64 x (-.f64 #s(literal 0 binary64) z)) |
(* -1 (* z (+ x (* -1 (/ x z))))) |
(-.f64 #s(literal 0 binary64) (*.f64 z (-.f64 x (/.f64 x z)))) |
(* -1 (* z (+ x (* -1 (/ x z))))) |
(-.f64 #s(literal 0 binary64) (*.f64 z (-.f64 x (/.f64 x z)))) |
(* -1 (* z (+ x (* -1 (/ x z))))) |
(-.f64 #s(literal 0 binary64) (*.f64 z (-.f64 x (/.f64 x z)))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1 z)) |
(-.f64 #s(literal 1 binary64) z) |
(+ 1 (* -1 z)) |
(-.f64 #s(literal 1 binary64) z) |
(+ 1 (* -1 z)) |
(-.f64 #s(literal 1 binary64) z) |
(* -1 z) |
(-.f64 #s(literal 0 binary64) z) |
(* z (- (/ 1 z) 1)) |
(*.f64 z (+.f64 (/.f64 #s(literal 1 binary64) z) #s(literal -1 binary64))) |
(* z (- (/ 1 z) 1)) |
(*.f64 z (+.f64 (/.f64 #s(literal 1 binary64) z) #s(literal -1 binary64))) |
(* z (- (/ 1 z) 1)) |
(*.f64 z (+.f64 (/.f64 #s(literal 1 binary64) z) #s(literal -1 binary64))) |
(* -1 z) |
(-.f64 #s(literal 0 binary64) z) |
(* -1 (* z (- 1 (/ 1 z)))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) z))) |
(* -1 (* z (- 1 (/ 1 z)))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) z))) |
(* -1 (* z (- 1 (/ 1 z)))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) z))) |
(* t z) |
(*.f64 z t) |
(+ (* t z) (* x (+ 1 (* -1 z)))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ (* t z) (* x (+ 1 (* -1 z)))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ (* t z) (* x (+ 1 (* -1 z)))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(* x (+ 1 (* -1 z))) |
(*.f64 x (-.f64 #s(literal 1 binary64) z)) |
(* x (+ 1 (+ (* -1 z) (/ (* t z) x)))) |
(*.f64 x (+.f64 (-.f64 #s(literal 1 binary64) z) (/.f64 (*.f64 z t) x))) |
(* x (+ 1 (+ (* -1 z) (/ (* t z) x)))) |
(*.f64 x (+.f64 (-.f64 #s(literal 1 binary64) z) (/.f64 (*.f64 z t) x))) |
(* x (+ 1 (+ (* -1 z) (/ (* t z) x)))) |
(*.f64 x (+.f64 (-.f64 #s(literal 1 binary64) z) (/.f64 (*.f64 z t) x))) |
(* -1 (* x (- z 1))) |
(*.f64 x (-.f64 #s(literal 1 binary64) z)) |
(* -1 (* x (- (+ z (* -1 (/ (* t z) x))) 1))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (-.f64 z (/.f64 (*.f64 z t) x)) #s(literal -1 binary64))) |
(* -1 (* x (- (+ z (* -1 (/ (* t z) x))) 1))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (-.f64 z (/.f64 (*.f64 z t) x)) #s(literal -1 binary64))) |
(* -1 (* x (- (+ z (* -1 (/ (* t z) x))) 1))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (-.f64 z (/.f64 (*.f64 z t) x)) #s(literal -1 binary64))) |
x |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- (+ t (/ x z)) x)) |
(*.f64 z (+.f64 t (-.f64 (/.f64 x z) x))) |
(* z (- (+ t (/ x z)) x)) |
(*.f64 z (+.f64 t (-.f64 (/.f64 x z) x))) |
(* z (- (+ t (/ x z)) x)) |
(*.f64 z (+.f64 t (-.f64 (/.f64 x z) x))) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z))))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 x z)) (-.f64 t x))) |
(* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z))))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 x z)) (-.f64 t x))) |
(* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z))))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 x z)) (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* -1 (* x z))) |
(*.f64 x (-.f64 #s(literal 1 binary64) z)) |
(+ x (+ (* -1 (* x z)) (* t z))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (+ (* -1 (* x z)) (* t z))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (+ (* -1 (* x z)) (* t z))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(* t z) |
(*.f64 z t) |
(* t (+ z (+ (* -1 (/ (* x z) t)) (/ x t)))) |
(*.f64 t (+.f64 (-.f64 z (*.f64 x (/.f64 z t))) (/.f64 x t))) |
(* t (+ z (+ (* -1 (/ (* x z) t)) (/ x t)))) |
(*.f64 t (+.f64 (-.f64 z (*.f64 x (/.f64 z t))) (/.f64 x t))) |
(* t (+ z (+ (* -1 (/ (* x z) t)) (/ x t)))) |
(*.f64 t (+.f64 (-.f64 z (*.f64 x (/.f64 z t))) (/.f64 x t))) |
(* t z) |
(*.f64 z t) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* x z))) t))))) |
(-.f64 #s(literal 0 binary64) (*.f64 t (-.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (*.f64 x (-.f64 #s(literal 1 binary64) z)) t)))) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* x z))) t))))) |
(-.f64 #s(literal 0 binary64) (*.f64 t (-.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (*.f64 x (-.f64 #s(literal 1 binary64) z)) t)))) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* x z))) t))))) |
(-.f64 #s(literal 0 binary64) (*.f64 t (-.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (*.f64 x (-.f64 #s(literal 1 binary64) z)) t)))) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* -1 (* x z)) |
(*.f64 x (-.f64 #s(literal 0 binary64) z)) |
(+ (* -1 (* x z)) (* t z)) |
(*.f64 z (-.f64 t x)) |
(+ (* -1 (* x z)) (* t z)) |
(*.f64 z (-.f64 t x)) |
(+ (* -1 (* x z)) (* t z)) |
(*.f64 z (-.f64 t x)) |
(* t z) |
(*.f64 z t) |
(* t (+ z (* -1 (/ (* x z) t)))) |
(*.f64 t (-.f64 z (*.f64 x (/.f64 z t)))) |
(* t (+ z (* -1 (/ (* x z) t)))) |
(*.f64 t (-.f64 z (*.f64 x (/.f64 z t)))) |
(* t (+ z (* -1 (/ (* x z) t)))) |
(*.f64 t (-.f64 z (*.f64 x (/.f64 z t)))) |
(* t z) |
(*.f64 z t) |
(* -1 (* t (+ (* -1 z) (/ (* x z) t)))) |
(-.f64 #s(literal 0 binary64) (*.f64 t (-.f64 (*.f64 x (/.f64 z t)) z))) |
(* -1 (* t (+ (* -1 z) (/ (* x z) t)))) |
(-.f64 #s(literal 0 binary64) (*.f64 t (-.f64 (*.f64 x (/.f64 z t)) z))) |
(* -1 (* t (+ (* -1 z) (/ (* x z) t)))) |
(-.f64 #s(literal 0 binary64) (*.f64 t (-.f64 (*.f64 x (/.f64 z t)) z))) |
(* t z) |
(*.f64 z t) |
(+ (* -1 (* x z)) (* t z)) |
(*.f64 z (-.f64 t x)) |
(+ (* -1 (* x z)) (* t z)) |
(*.f64 z (-.f64 t x)) |
(+ (* -1 (* x z)) (* t z)) |
(*.f64 z (-.f64 t x)) |
(* -1 (* x z)) |
(*.f64 x (-.f64 #s(literal 0 binary64) z)) |
(* x (+ (* -1 z) (/ (* t z) x))) |
(*.f64 x (-.f64 (/.f64 (*.f64 z t) x) z)) |
(* x (+ (* -1 z) (/ (* t z) x))) |
(*.f64 x (-.f64 (/.f64 (*.f64 z t) x) z)) |
(* x (+ (* -1 z) (/ (* t z) x))) |
(*.f64 x (-.f64 (/.f64 (*.f64 z t) x) z)) |
(* -1 (* x z)) |
(*.f64 x (-.f64 #s(literal 0 binary64) z)) |
(* -1 (* x (+ z (* -1 (/ (* t z) x))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 z (/.f64 (*.f64 z t) x))) |
(* -1 (* x (+ z (* -1 (/ (* t z) x))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 z (/.f64 (*.f64 z t) x))) |
(* -1 (* x (+ z (* -1 (/ (* t z) x))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 z (/.f64 (*.f64 z t) x))) |
(/ (* z (- t x)) y) |
(*.f64 z (/.f64 (-.f64 t x) y)) |
(/ (* z (- t x)) y) |
(*.f64 z (/.f64 (-.f64 t x) y)) |
(/ (* z (- t x)) y) |
(*.f64 z (/.f64 (-.f64 t x) y)) |
(/ (* z (- t x)) y) |
(*.f64 z (/.f64 (-.f64 t x) y)) |
(/ (* z (- t x)) y) |
(*.f64 z (/.f64 (-.f64 t x) y)) |
(/ (* z (- t x)) y) |
(*.f64 z (/.f64 (-.f64 t x) y)) |
(/ (* z (- t x)) y) |
(*.f64 z (/.f64 (-.f64 t x) y)) |
(/ (* z (- t x)) y) |
(*.f64 z (/.f64 (-.f64 t x) y)) |
(/ (* z (- t x)) y) |
(*.f64 z (/.f64 (-.f64 t x) y)) |
(/ (* z (- t x)) y) |
(*.f64 z (/.f64 (-.f64 t x) y)) |
(/ (* z (- t x)) y) |
(*.f64 z (/.f64 (-.f64 t x) y)) |
(/ (* z (- t x)) y) |
(*.f64 z (/.f64 (-.f64 t x) y)) |
(/ (* z (- t x)) y) |
(*.f64 z (/.f64 (-.f64 t x) y)) |
(/ (* z (- t x)) y) |
(*.f64 z (/.f64 (-.f64 t x) y)) |
(/ (* z (- t x)) y) |
(*.f64 z (/.f64 (-.f64 t x) y)) |
(/ (* z (- t x)) y) |
(*.f64 z (/.f64 (-.f64 t x) y)) |
(/ (* z (- t x)) y) |
(*.f64 z (/.f64 (-.f64 t x) y)) |
(/ (* z (- t x)) y) |
(*.f64 z (/.f64 (-.f64 t x) y)) |
(/ (* z (- t x)) y) |
(*.f64 z (/.f64 (-.f64 t x) y)) |
(/ (* z (- t x)) y) |
(*.f64 z (/.f64 (-.f64 t x) y)) |
(/ (* z (- t x)) y) |
(*.f64 z (/.f64 (-.f64 t x) y)) |
(/ (* z (- t x)) y) |
(*.f64 z (/.f64 (-.f64 t x) y)) |
(/ (* z (- t x)) y) |
(*.f64 z (/.f64 (-.f64 t x) y)) |
(/ (* z (- t x)) y) |
(*.f64 z (/.f64 (-.f64 t x) y)) |
(* -1 (/ (* x z) y)) |
(/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) z)) y) |
(+ (* -1 (/ (* x z) y)) (/ (* t z) y)) |
(-.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 x z) y)) |
(+ (* -1 (/ (* x z) y)) (/ (* t z) y)) |
(-.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 x z) y)) |
(+ (* -1 (/ (* x z) y)) (/ (* t z) y)) |
(-.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 x z) y)) |
(/ (* t z) y) |
(/.f64 (*.f64 z t) y) |
(* t (+ (* -1 (/ (* x z) (* t y))) (/ z y))) |
(*.f64 t (-.f64 (/.f64 z y) (/.f64 (*.f64 x (/.f64 z t)) y))) |
(* t (+ (* -1 (/ (* x z) (* t y))) (/ z y))) |
(*.f64 t (-.f64 (/.f64 z y) (/.f64 (*.f64 x (/.f64 z t)) y))) |
(* t (+ (* -1 (/ (* x z) (* t y))) (/ z y))) |
(*.f64 t (-.f64 (/.f64 z y) (/.f64 (*.f64 x (/.f64 z t)) y))) |
(/ (* t z) y) |
(/.f64 (*.f64 z t) y) |
(* -1 (* t (+ (* -1 (/ z y)) (/ (* x z) (* t y))))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 (/.f64 (*.f64 x (/.f64 z t)) y) (/.f64 z y))) |
(* -1 (* t (+ (* -1 (/ z y)) (/ (* x z) (* t y))))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 (/.f64 (*.f64 x (/.f64 z t)) y) (/.f64 z y))) |
(* -1 (* t (+ (* -1 (/ z y)) (/ (* x z) (* t y))))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 (/.f64 (*.f64 x (/.f64 z t)) y) (/.f64 z y))) |
(/ (* t z) y) |
(/.f64 (*.f64 z t) y) |
(+ (* -1 (/ (* x z) y)) (/ (* t z) y)) |
(-.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 x z) y)) |
(+ (* -1 (/ (* x z) y)) (/ (* t z) y)) |
(-.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 x z) y)) |
(+ (* -1 (/ (* x z) y)) (/ (* t z) y)) |
(-.f64 (/.f64 (*.f64 z t) y) (/.f64 (*.f64 x z) y)) |
(* -1 (/ (* x z) y)) |
(/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) z)) y) |
(* x (+ (* -1 (/ z y)) (/ (* t z) (* x y)))) |
(*.f64 x (-.f64 (/.f64 (*.f64 z t) (*.f64 x y)) (/.f64 z y))) |
(* x (+ (* -1 (/ z y)) (/ (* t z) (* x y)))) |
(*.f64 x (-.f64 (/.f64 (*.f64 z t) (*.f64 x y)) (/.f64 z y))) |
(* x (+ (* -1 (/ z y)) (/ (* t z) (* x y)))) |
(*.f64 x (-.f64 (/.f64 (*.f64 z t) (*.f64 x y)) (/.f64 z y))) |
(* -1 (/ (* x z) y)) |
(/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) z)) y) |
(* -1 (* x (+ (* -1 (/ (* t z) (* x y))) (/ z y)))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 (/.f64 z y) (/.f64 (*.f64 z t) (*.f64 x y)))) |
(* -1 (* x (+ (* -1 (/ (* t z) (* x y))) (/ z y)))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 (/.f64 z y) (/.f64 (*.f64 z t) (*.f64 x y)))) |
(* -1 (* x (+ (* -1 (/ (* t z) (* x y))) (/ z y)))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 (/.f64 z y) (/.f64 (*.f64 z t) (*.f64 x y)))) |
(/ y (- t x)) |
(/.f64 y (-.f64 t x)) |
(/ y (- t x)) |
(/.f64 y (-.f64 t x)) |
(/ y (- t x)) |
(/.f64 y (-.f64 t x)) |
(/ y (- t x)) |
(/.f64 y (-.f64 t x)) |
(/ y (- t x)) |
(/.f64 y (-.f64 t x)) |
(/ y (- t x)) |
(/.f64 y (-.f64 t x)) |
(/ y (- t x)) |
(/.f64 y (-.f64 t x)) |
(/ y (- t x)) |
(/.f64 y (-.f64 t x)) |
(/ y (- t x)) |
(/.f64 y (-.f64 t x)) |
(/ y (- t x)) |
(/.f64 y (-.f64 t x)) |
(/ y (- t x)) |
(/.f64 y (-.f64 t x)) |
(/ y (- t x)) |
(/.f64 y (-.f64 t x)) |
(* -1 (/ y x)) |
(/.f64 y (-.f64 #s(literal 0 binary64) x)) |
(+ (* -1 (/ y x)) (* -1 (/ (* t y) (pow x 2)))) |
(-.f64 (/.f64 y (-.f64 #s(literal 0 binary64) x)) (/.f64 (*.f64 y t) (*.f64 x x))) |
(+ (* -1 (/ y x)) (* t (- (* -1 (/ (* t y) (pow x 3))) (/ y (pow x 2))))) |
(-.f64 (*.f64 t (-.f64 (*.f64 t (-.f64 #s(literal 0 binary64) (/.f64 y (*.f64 x (*.f64 x x))))) (/.f64 y (*.f64 x x)))) (/.f64 y x)) |
(+ (* -1 (/ y x)) (* t (- (* t (- (* -1 (/ (* t y) (pow x 4))) (/ y (pow x 3)))) (/ y (pow x 2))))) |
(-.f64 (*.f64 t (-.f64 (*.f64 t (-.f64 (/.f64 (*.f64 y t) (neg.f64 (*.f64 (*.f64 x x) (*.f64 x x)))) (/.f64 y (*.f64 x (*.f64 x x))))) (/.f64 y (*.f64 x x)))) (/.f64 y x)) |
(/ y t) |
(/.f64 y t) |
(/ (+ y (/ (* x y) t)) t) |
(/.f64 (+.f64 y (/.f64 (*.f64 x y) t)) t) |
(/ (- (+ y (/ (* (pow x 2) y) (pow t 2))) (* -1 (/ (* x y) t))) t) |
(/.f64 (+.f64 y (+.f64 (/.f64 (*.f64 y (*.f64 x x)) (*.f64 t t)) (/.f64 (*.f64 x y) t))) t) |
(/ (- (+ y (/ (* (pow x 3) y) (pow t 3))) (+ (* -1 (/ (* x y) t)) (* -1 (/ (* (pow x 2) y) (pow t 2))))) t) |
(/.f64 (+.f64 y (+.f64 (/.f64 (*.f64 y (*.f64 x (*.f64 x x))) (*.f64 t (*.f64 t t))) (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 x y) t) (/.f64 (*.f64 y (*.f64 x x)) (*.f64 t t)))))) t) |
(/ y t) |
(/.f64 y t) |
(* -1 (/ (+ (* -1 y) (* -1 (/ (* x y) t))) t)) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x y) t)) y)) t) |
(* -1 (/ (+ (* -1 y) (* -1 (/ (+ (* x y) (/ (* (pow x 2) y) t)) t))) t)) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (+.f64 (*.f64 x y) (/.f64 (*.f64 y (*.f64 x x)) t)) t)) (-.f64 #s(literal 0 binary64) t)) |
(* -1 (/ (+ (* -1 y) (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (pow x 2) y)) (* -1 (/ (* (pow x 3) y) t))) t)) (* x y)) t))) t)) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (-.f64 (*.f64 x y) (/.f64 (-.f64 (*.f64 y (-.f64 #s(literal 0 binary64) (*.f64 x x))) (/.f64 (*.f64 y (*.f64 x (*.f64 x x))) t)) t)) t)) (-.f64 #s(literal 0 binary64) t)) |
(/ y t) |
(/.f64 y t) |
(+ (/ y t) (/ (* x y) (pow t 2))) |
(+.f64 (/.f64 y t) (/.f64 (*.f64 x y) (*.f64 t t))) |
(+ (* x (- (/ (* x y) (pow t 3)) (* -1 (/ y (pow t 2))))) (/ y t)) |
(+.f64 (/.f64 y t) (*.f64 x (+.f64 (/.f64 (*.f64 x y) (*.f64 t (*.f64 t t))) (/.f64 y (*.f64 t t))))) |
(+ (* x (- (* x (- (/ (* x y) (pow t 4)) (* -1 (/ y (pow t 3))))) (* -1 (/ y (pow t 2))))) (/ y t)) |
(+.f64 (/.f64 y t) (*.f64 x (+.f64 (*.f64 x (+.f64 (/.f64 (*.f64 x y) (pow.f64 t #s(literal 4 binary64))) (/.f64 y (*.f64 t (*.f64 t t))))) (/.f64 y (*.f64 t t))))) |
(* -1 (/ y x)) |
(/.f64 y (-.f64 #s(literal 0 binary64) x)) |
(/ (+ (* -1 y) (* -1 (/ (* t y) x))) x) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 y t) x)) x) |
(/ (- (+ (* -1 y) (* -1 (/ (* (pow t 2) y) (pow x 2)))) (/ (* t y) x)) x) |
(/.f64 (-.f64 (-.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 y (*.f64 t t)) (*.f64 x x))) (/.f64 (*.f64 y t) x)) x) |
(/ (- (+ (* -1 y) (* -1 (/ (* (pow t 3) y) (pow x 3)))) (+ (/ (* t y) x) (/ (* (pow t 2) y) (pow x 2)))) x) |
(/.f64 (-.f64 (-.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 y (*.f64 t (*.f64 t t))) (*.f64 x (*.f64 x x)))) (+.f64 (/.f64 (*.f64 y t) x) (/.f64 (*.f64 y (*.f64 t t)) (*.f64 x x)))) x) |
(* -1 (/ y x)) |
(/.f64 y (-.f64 #s(literal 0 binary64) x)) |
(* -1 (/ (+ y (/ (* t y) x)) x)) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 y t) x)) x) |
(* -1 (/ (+ y (* -1 (/ (- (* -1 (/ (* (pow t 2) y) x)) (* t y)) x))) x)) |
(/.f64 (-.f64 y (/.f64 (-.f64 (/.f64 (*.f64 y (*.f64 t t)) (-.f64 #s(literal 0 binary64) x)) (*.f64 y t)) x)) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (/ (+ y (* -1 (/ (- (* -1 (/ (- (/ (* (pow t 3) y) x) (* -1 (* (pow t 2) y))) x)) (* t y)) x))) x)) |
(/.f64 (-.f64 y (/.f64 (-.f64 (/.f64 (+.f64 (/.f64 (*.f64 y (*.f64 t (*.f64 t t))) x) (*.f64 y (*.f64 t t))) (-.f64 #s(literal 0 binary64) x)) (*.f64 y t)) x)) (-.f64 #s(literal 0 binary64) x)) |
(* t z) |
(*.f64 z t) |
(+ (* t z) (* x (+ 1 (* -1 z)))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ (* t z) (* x (+ 1 (* -1 z)))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ (* t z) (* x (+ 1 (* -1 z)))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(* x (+ 1 (* -1 z))) |
(*.f64 x (-.f64 #s(literal 1 binary64) z)) |
(* x (+ 1 (+ (* -1 z) (/ (* t z) x)))) |
(*.f64 x (+.f64 (-.f64 #s(literal 1 binary64) z) (/.f64 (*.f64 z t) x))) |
(* x (+ 1 (+ (* -1 z) (/ (* t z) x)))) |
(*.f64 x (+.f64 (-.f64 #s(literal 1 binary64) z) (/.f64 (*.f64 z t) x))) |
(* x (+ 1 (+ (* -1 z) (/ (* t z) x)))) |
(*.f64 x (+.f64 (-.f64 #s(literal 1 binary64) z) (/.f64 (*.f64 z t) x))) |
(* -1 (* x (- z 1))) |
(*.f64 x (-.f64 #s(literal 1 binary64) z)) |
(* -1 (* x (- (+ z (* -1 (/ (* t z) x))) 1))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (-.f64 z (/.f64 (*.f64 z t) x)) #s(literal -1 binary64))) |
(* -1 (* x (- (+ z (* -1 (/ (* t z) x))) 1))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (-.f64 z (/.f64 (*.f64 z t) x)) #s(literal -1 binary64))) |
(* -1 (* x (- (+ z (* -1 (/ (* t z) x))) 1))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (-.f64 z (/.f64 (*.f64 z t) x)) #s(literal -1 binary64))) |
x |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- (+ t (/ x z)) x)) |
(*.f64 z (+.f64 t (-.f64 (/.f64 x z) x))) |
(* z (- (+ t (/ x z)) x)) |
(*.f64 z (+.f64 t (-.f64 (/.f64 x z) x))) |
(* z (- (+ t (/ x z)) x)) |
(*.f64 z (+.f64 t (-.f64 (/.f64 x z) x))) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z))))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 x z)) (-.f64 t x))) |
(* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z))))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 x z)) (-.f64 t x))) |
(* -1 (* z (+ (* -1 (- t x)) (* -1 (/ x z))))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 x z)) (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* -1 (* x z))) |
(*.f64 x (-.f64 #s(literal 1 binary64) z)) |
(+ x (+ (* -1 (* x z)) (* t z))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (+ (* -1 (* x z)) (* t z))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (+ (* -1 (* x z)) (* t z))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(* t z) |
(*.f64 z t) |
(* t (+ z (+ (* -1 (/ (* x z) t)) (/ x t)))) |
(*.f64 t (+.f64 (-.f64 z (*.f64 x (/.f64 z t))) (/.f64 x t))) |
(* t (+ z (+ (* -1 (/ (* x z) t)) (/ x t)))) |
(*.f64 t (+.f64 (-.f64 z (*.f64 x (/.f64 z t))) (/.f64 x t))) |
(* t (+ z (+ (* -1 (/ (* x z) t)) (/ x t)))) |
(*.f64 t (+.f64 (-.f64 z (*.f64 x (/.f64 z t))) (/.f64 x t))) |
(* t z) |
(*.f64 z t) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* x z))) t))))) |
(-.f64 #s(literal 0 binary64) (*.f64 t (-.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (*.f64 x (-.f64 #s(literal 1 binary64) z)) t)))) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* x z))) t))))) |
(-.f64 #s(literal 0 binary64) (*.f64 t (-.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (*.f64 x (-.f64 #s(literal 1 binary64) z)) t)))) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (+ x (* -1 (* x z))) t))))) |
(-.f64 #s(literal 0 binary64) (*.f64 t (-.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (*.f64 x (-.f64 #s(literal 1 binary64) z)) t)))) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* -1 (* x z)) |
(*.f64 x (-.f64 #s(literal 0 binary64) z)) |
(+ (* -1 (* x z)) (* t z)) |
(*.f64 z (-.f64 t x)) |
(+ (* -1 (* x z)) (* t z)) |
(*.f64 z (-.f64 t x)) |
(+ (* -1 (* x z)) (* t z)) |
(*.f64 z (-.f64 t x)) |
(* t z) |
(*.f64 z t) |
(* t (+ z (* -1 (/ (* x z) t)))) |
(*.f64 t (-.f64 z (*.f64 x (/.f64 z t)))) |
(* t (+ z (* -1 (/ (* x z) t)))) |
(*.f64 t (-.f64 z (*.f64 x (/.f64 z t)))) |
(* t (+ z (* -1 (/ (* x z) t)))) |
(*.f64 t (-.f64 z (*.f64 x (/.f64 z t)))) |
(* t z) |
(*.f64 z t) |
(* -1 (* t (+ (* -1 z) (/ (* x z) t)))) |
(-.f64 #s(literal 0 binary64) (*.f64 t (-.f64 (*.f64 x (/.f64 z t)) z))) |
(* -1 (* t (+ (* -1 z) (/ (* x z) t)))) |
(-.f64 #s(literal 0 binary64) (*.f64 t (-.f64 (*.f64 x (/.f64 z t)) z))) |
(* -1 (* t (+ (* -1 z) (/ (* x z) t)))) |
(-.f64 #s(literal 0 binary64) (*.f64 t (-.f64 (*.f64 x (/.f64 z t)) z))) |
(* t z) |
(*.f64 z t) |
(+ (* -1 (* x z)) (* t z)) |
(*.f64 z (-.f64 t x)) |
(+ (* -1 (* x z)) (* t z)) |
(*.f64 z (-.f64 t x)) |
(+ (* -1 (* x z)) (* t z)) |
(*.f64 z (-.f64 t x)) |
(* -1 (* x z)) |
(*.f64 x (-.f64 #s(literal 0 binary64) z)) |
(* x (+ (* -1 z) (/ (* t z) x))) |
(*.f64 x (-.f64 (/.f64 (*.f64 z t) x) z)) |
(* x (+ (* -1 z) (/ (* t z) x))) |
(*.f64 x (-.f64 (/.f64 (*.f64 z t) x) z)) |
(* x (+ (* -1 z) (/ (* t z) x))) |
(*.f64 x (-.f64 (/.f64 (*.f64 z t) x) z)) |
(* -1 (* x z)) |
(*.f64 x (-.f64 #s(literal 0 binary64) z)) |
(* -1 (* x (+ z (* -1 (/ (* t z) x))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 z (/.f64 (*.f64 z t) x))) |
(* -1 (* x (+ z (* -1 (/ (* t z) x))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 z (/.f64 (*.f64 z t) x))) |
(* -1 (* x (+ z (* -1 (/ (* t z) x))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 z (/.f64 (*.f64 z t) x))) |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
z |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(- t x) |
(-.f64 t x) |
(- t x) |
(-.f64 t x) |
(- t x) |
(-.f64 t x) |
t |
(* t (+ 1 (* -1 (/ x t)))) |
(*.f64 t (-.f64 #s(literal 1 binary64) (/.f64 x t))) |
(* t (+ 1 (* -1 (/ x t)))) |
(*.f64 t (-.f64 #s(literal 1 binary64) (/.f64 x t))) |
(* t (+ 1 (* -1 (/ x t)))) |
(*.f64 t (-.f64 #s(literal 1 binary64) (/.f64 x t))) |
t |
(* -1 (* t (- (/ x t) 1))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (+.f64 (/.f64 x t) #s(literal -1 binary64))) |
(* -1 (* t (- (/ x t) 1))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (+.f64 (/.f64 x t) #s(literal -1 binary64))) |
(* -1 (* t (- (/ x t) 1))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (+.f64 (/.f64 x t) #s(literal -1 binary64))) |
t |
(+ t (* -1 x)) |
(-.f64 t x) |
(+ t (* -1 x)) |
(-.f64 t x) |
(+ t (* -1 x)) |
(-.f64 t x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* x (- (/ t x) 1)) |
(*.f64 x (+.f64 (/.f64 t x) #s(literal -1 binary64))) |
(* x (- (/ t x) 1)) |
(*.f64 x (+.f64 (/.f64 t x) #s(literal -1 binary64))) |
(* x (- (/ t x) 1)) |
(*.f64 x (+.f64 (/.f64 t x) #s(literal -1 binary64))) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 (* x (+ 1 (* -1 (/ t x))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 1 binary64) (/.f64 t x))) |
(* -1 (* x (+ 1 (* -1 (/ t x))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 1 binary64) (/.f64 t x))) |
(* -1 (* x (+ 1 (* -1 (/ t x))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 1 binary64) (/.f64 t x))) |
(/ (* (pow x 2) (- (pow z 2) 1)) (- (* -1 (* x z)) x)) |
(/.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64))))) |
(+ (* t (- (* -2 (/ (* x (pow z 2)) (- (* -1 (* x z)) x))) (/ (* (pow x 2) (* z (- (pow z 2) 1))) (pow (- (* -1 (* x z)) x) 2)))) (/ (* (pow x 2) (- (pow z 2) 1)) (- (* -1 (* x z)) x))) |
(+.f64 (/.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64))))) (*.f64 t (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 x (*.f64 z z))) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64))))) (/.f64 (*.f64 (*.f64 x x) (*.f64 z (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64))))))))) |
(+ (* t (- (+ (* -2 (/ (* x (pow z 2)) (- (* -1 (* x z)) x))) (* -1 (/ (* t (* z (- (* -2 (/ (* x (pow z 2)) (- (* -1 (* x z)) x))) (/ (* (pow x 2) (* z (- (pow z 2) 1))) (pow (- (* -1 (* x z)) x) 2))))) (- (* -1 (* x z)) x)))) (/ (* (pow x 2) (* z (- (pow z 2) 1))) (pow (- (* -1 (* x z)) x) 2)))) (/ (* (pow x 2) (- (pow z 2) 1)) (- (* -1 (* x z)) x))) |
(+.f64 (/.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64))))) (*.f64 t (-.f64 (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 x (*.f64 z z))) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64))))) (/.f64 (*.f64 (*.f64 z t) (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 x (*.f64 z z))) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64))))) (/.f64 (*.f64 (*.f64 x x) (*.f64 z (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64)))))))) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64)))))) (/.f64 (*.f64 (*.f64 x x) (*.f64 z (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64))))))))) |
(+ (* t (- (+ (* -2 (/ (* x (pow z 2)) (- (* -1 (* x z)) x))) (* t (- (/ (* t (* (pow z 2) (- (* -2 (/ (* x (pow z 2)) (- (* -1 (* x z)) x))) (/ (* (pow x 2) (* z (- (pow z 2) 1))) (pow (- (* -1 (* x z)) x) 2))))) (pow (- (* -1 (* x z)) x) 2)) (/ (* z (- (* -2 (/ (* x (pow z 2)) (- (* -1 (* x z)) x))) (/ (* (pow x 2) (* z (- (pow z 2) 1))) (pow (- (* -1 (* x z)) x) 2)))) (- (* -1 (* x z)) x))))) (/ (* (pow x 2) (* z (- (pow z 2) 1))) (pow (- (* -1 (* x z)) x) 2)))) (/ (* (pow x 2) (- (pow z 2) 1)) (- (* -1 (* x z)) x))) |
(+.f64 (/.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64))))) (*.f64 t (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 x (*.f64 z z))) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64))))) (-.f64 (*.f64 t (-.f64 (/.f64 (*.f64 (*.f64 t (*.f64 z z)) (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 x (*.f64 z z))) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64))))) (/.f64 (*.f64 (*.f64 x x) (*.f64 z (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64)))))))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64)))))) (/.f64 (*.f64 z (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 x (*.f64 z z))) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64))))) (/.f64 (*.f64 (*.f64 x x) (*.f64 z (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64)))))))) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64))))))) (/.f64 (*.f64 (*.f64 x x) (*.f64 z (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64)))))))))) |
(* -2 (* x z)) |
(*.f64 (*.f64 x z) #s(literal -2 binary64)) |
(- (+ (* -2 (* x z)) (/ (* (pow x 2) (- (pow z 2) 1)) (* t z))) (* -2 (/ (* x (- (* -1 (* x z)) x)) t))) |
(+.f64 (+.f64 (*.f64 (*.f64 x z) #s(literal -2 binary64)) (/.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 z t))) (/.f64 (*.f64 (*.f64 #s(literal 2 binary64) x) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64))))) t)) |
(- (+ (* -2 (* x z)) (+ (* -1 (/ (* (- (* -1 (* x z)) x) (- (/ (* (pow x 2) (- (pow z 2) 1)) z) (* -2 (* x (- (* -1 (* x z)) x))))) (* (pow t 2) z))) (/ (* (pow x 2) (- (pow z 2) 1)) (* t z)))) (* -2 (/ (* x (- (* -1 (* x z)) x)) t))) |
(+.f64 (+.f64 (*.f64 (*.f64 x z) #s(literal -2 binary64)) (-.f64 (/.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 z t)) (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64)))) (+.f64 (/.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) z) (*.f64 (*.f64 #s(literal 2 binary64) x) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64))))))) (*.f64 z (*.f64 t t))))) (/.f64 (*.f64 (*.f64 #s(literal 2 binary64) x) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64))))) t)) |
(- (+ (* -2 (* x z)) (+ (/ (* (pow x 2) (- (pow z 2) 1)) (* t z)) (/ (* (pow (- (* -1 (* x z)) x) 2) (- (/ (* (pow x 2) (- (pow z 2) 1)) z) (* -2 (* x (- (* -1 (* x z)) x))))) (* (pow t 3) (pow z 2))))) (+ (* -2 (/ (* x (- (* -1 (* x z)) x)) t)) (/ (* (- (* -1 (* x z)) x) (- (/ (* (pow x 2) (- (pow z 2) 1)) z) (* -2 (* x (- (* -1 (* x z)) x))))) (* (pow t 2) z)))) |
(+.f64 (*.f64 (*.f64 x z) #s(literal -2 binary64)) (-.f64 (+.f64 (/.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 z t)) (/.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64))))) (+.f64 (/.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) z) (*.f64 (*.f64 #s(literal 2 binary64) x) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64))))))) (*.f64 (*.f64 t (*.f64 t t)) (*.f64 z z)))) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) x) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64))))) t) (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64)))) (+.f64 (/.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) z) (*.f64 (*.f64 #s(literal 2 binary64) x) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64))))))) (*.f64 z (*.f64 t t)))))) |
(* -2 (* x z)) |
(*.f64 (*.f64 x z) #s(literal -2 binary64)) |
(+ (* -2 (* x z)) (* -1 (/ (- (* -1 (/ (* (pow x 2) (- (pow z 2) 1)) z)) (* 2 (* x (- (* -1 (* x z)) x)))) t))) |
(-.f64 (*.f64 (*.f64 x z) #s(literal -2 binary64)) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (-.f64 #s(literal 0 binary64) z)) (*.f64 (*.f64 #s(literal -2 binary64) x) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64)))))) t)) |
(+ (* -2 (* x z)) (* -1 (/ (- (+ (* -1 (/ (* (- (* -1 (* x z)) x) (- (* -1 (/ (* (pow x 2) (- (pow z 2) 1)) z)) (* 2 (* x (- (* -1 (* x z)) x))))) (* t z))) (* -1 (/ (* (pow x 2) (- (pow z 2) 1)) z))) (* 2 (* x (- (* -1 (* x z)) x)))) t))) |
(-.f64 (*.f64 (*.f64 x z) #s(literal -2 binary64)) (/.f64 (+.f64 (-.f64 (/.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (-.f64 #s(literal 0 binary64) z)) (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64)))) (+.f64 (/.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (-.f64 #s(literal 0 binary64) z)) (*.f64 (*.f64 #s(literal -2 binary64) x) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64))))))) (*.f64 z t))) (*.f64 (*.f64 #s(literal -2 binary64) x) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64)))))) t)) |
(+ (* -2 (* x z)) (* -1 (/ (- (+ (* -1 (/ (* (pow x 2) (- (pow z 2) 1)) z)) (* -1 (/ (- (* -1 (/ (* (pow (- (* -1 (* x z)) x) 2) (- (* -1 (/ (* (pow x 2) (- (pow z 2) 1)) z)) (* 2 (* x (- (* -1 (* x z)) x))))) (* t (pow z 2)))) (* -1 (/ (* (- (* -1 (* x z)) x) (- (* -1 (/ (* (pow x 2) (- (pow z 2) 1)) z)) (* 2 (* x (- (* -1 (* x z)) x))))) z))) t))) (* 2 (* x (- (* -1 (* x z)) x)))) t))) |
(-.f64 (*.f64 (*.f64 x z) #s(literal -2 binary64)) (/.f64 (+.f64 (-.f64 (/.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (-.f64 #s(literal 0 binary64) z)) (/.f64 (+.f64 (*.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64)))))) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (-.f64 #s(literal 0 binary64) z)) (*.f64 (*.f64 #s(literal -2 binary64) x) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64)))))) (*.f64 t (*.f64 z z)))) (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64)))) (+.f64 (/.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (-.f64 #s(literal 0 binary64) z)) (*.f64 (*.f64 #s(literal -2 binary64) x) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64))))))) z)) t)) (*.f64 (*.f64 #s(literal -2 binary64) x) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64)))))) t)) |
(* -2 (* x z)) |
(*.f64 (*.f64 x z) #s(literal -2 binary64)) |
(* x (+ (* -2 z) (* x (- (/ z t) (+ (* -2 (/ (- (* -1 z) 1) t)) (/ 1 (* t z))))))) |
(*.f64 x (+.f64 (*.f64 z #s(literal -2 binary64)) (*.f64 x (-.f64 (/.f64 z t) (+.f64 (/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) z)) #s(literal 2 binary64)) t) (/.f64 #s(literal 1 binary64) (*.f64 z t))))))) |
(* x (+ (* -2 z) (* x (- (+ (* -1 (/ (* x (* (- (* -1 z) 1) (- (/ z t) (+ (* -2 (/ (- (* -1 z) 1) t)) (/ 1 (* t z)))))) (* t z))) (/ z t)) (+ (* -2 (/ (- (* -1 z) 1) t)) (/ 1 (* t z))))))) |
(*.f64 x (+.f64 (*.f64 z #s(literal -2 binary64)) (*.f64 x (-.f64 (-.f64 (/.f64 z t) (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64)))) (-.f64 (/.f64 z t) (+.f64 (/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) z)) #s(literal 2 binary64)) t) (/.f64 #s(literal 1 binary64) (*.f64 z t))))) (*.f64 z t))) (+.f64 (/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) z)) #s(literal 2 binary64)) t) (/.f64 #s(literal 1 binary64) (*.f64 z t))))))) |
(* x (+ (* -2 z) (* x (- (+ (* x (- (/ (* x (* (pow (- (* -1 z) 1) 2) (- (/ z t) (+ (* -2 (/ (- (* -1 z) 1) t)) (/ 1 (* t z)))))) (* (pow t 2) (pow z 2))) (/ (* (- (* -1 z) 1) (- (/ z t) (+ (* -2 (/ (- (* -1 z) 1) t)) (/ 1 (* t z))))) (* t z)))) (/ z t)) (+ (* -2 (/ (- (* -1 z) 1) t)) (/ 1 (* t z))))))) |
(*.f64 x (+.f64 (*.f64 z #s(literal -2 binary64)) (*.f64 x (+.f64 (*.f64 x (-.f64 (*.f64 x (/.f64 (*.f64 (-.f64 (/.f64 z t) (+.f64 (/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) z)) #s(literal 2 binary64)) t) (/.f64 #s(literal 1 binary64) (*.f64 z t)))) (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64)) (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64)))) (*.f64 (*.f64 z t) (*.f64 z t)))) (/.f64 (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64)) (-.f64 (/.f64 z t) (+.f64 (/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) z)) #s(literal 2 binary64)) t) (/.f64 #s(literal 1 binary64) (*.f64 z t))))) (*.f64 z t)))) (-.f64 (/.f64 z t) (+.f64 (/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) z)) #s(literal 2 binary64)) t) (/.f64 #s(literal 1 binary64) (*.f64 z t)))))))) |
(/ (* x (- (pow z 2) 1)) (- (* -1 z) 1)) |
(/.f64 (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))) (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64))) |
(* x (- (+ (* -2 (/ (* t (pow z 2)) (* x (- (* -1 z) 1)))) (/ (pow z 2) (- (* -1 z) 1))) (+ (/ 1 (- (* -1 z) 1)) (/ (* t (* z (- (pow z 2) 1))) (* x (pow (- (* -1 z) 1) 2)))))) |
(*.f64 x (-.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) t) (*.f64 z z)) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64))))) (/.f64 (*.f64 z z) (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64)))) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64))) (/.f64 (*.f64 (*.f64 z t) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 x (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64)) (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64)))))))) |
(* x (- (+ (* -2 (/ (* t (pow z 2)) (* x (- (* -1 z) 1)))) (+ (* -1 (/ (* t (* z (- (* -2 (/ (* t (pow z 2)) (- (* -1 z) 1))) (/ (* t (* z (- (pow z 2) 1))) (pow (- (* -1 z) 1) 2))))) (* (pow x 2) (- (* -1 z) 1)))) (/ (pow z 2) (- (* -1 z) 1)))) (+ (/ 1 (- (* -1 z) 1)) (/ (* t (* z (- (pow z 2) 1))) (* x (pow (- (* -1 z) 1) 2)))))) |
(*.f64 x (-.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) t) (*.f64 z z)) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64))))) (-.f64 (/.f64 (*.f64 z z) (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64))) (/.f64 (*.f64 (*.f64 z t) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) t) (*.f64 z z)) (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64))) (/.f64 (*.f64 (*.f64 z t) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64)) (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64)))))) (*.f64 (*.f64 x x) (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64)))))) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64))) (/.f64 (*.f64 (*.f64 z t) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 x (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64)) (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64)))))))) |
(* x (- (+ (* -2 (/ (* t (pow z 2)) (* x (- (* -1 z) 1)))) (+ (/ (* (pow t 2) (* (pow z 2) (- (* -2 (/ (* t (pow z 2)) (- (* -1 z) 1))) (/ (* t (* z (- (pow z 2) 1))) (pow (- (* -1 z) 1) 2))))) (* (pow x 3) (pow (- (* -1 z) 1) 2))) (/ (pow z 2) (- (* -1 z) 1)))) (+ (/ 1 (- (* -1 z) 1)) (+ (/ (* t (* z (- (* -2 (/ (* t (pow z 2)) (- (* -1 z) 1))) (/ (* t (* z (- (pow z 2) 1))) (pow (- (* -1 z) 1) 2))))) (* (pow x 2) (- (* -1 z) 1))) (/ (* t (* z (- (pow z 2) 1))) (* x (pow (- (* -1 z) 1) 2))))))) |
(*.f64 x (-.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) t) (*.f64 z z)) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64))))) (+.f64 (/.f64 (*.f64 z z) (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) t) (*.f64 z z)) (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64))) (/.f64 (*.f64 (*.f64 z t) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64)) (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64)))))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64)) (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64))))))) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 z t) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 x (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64)) (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64))))) (/.f64 (*.f64 (*.f64 z t) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) t) (*.f64 z z)) (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64))) (/.f64 (*.f64 (*.f64 z t) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64)) (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64)))))) (*.f64 (*.f64 x x) (+.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64)))))))) |
(* -1 (/ (* x (- (pow z 2) 1)) (+ 1 z))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))) (+.f64 z #s(literal 1 binary64)))) |
(* -1 (* x (- (+ (* -1 (/ (- (* 2 (/ (* t (pow z 2)) (+ 1 z))) (/ (* t (* z (- (pow z 2) 1))) (pow (+ 1 z) 2))) x)) (/ (pow z 2) (+ 1 z))) (/ 1 (+ 1 z))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (/.f64 (-.f64 (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 t (*.f64 z z)) (+.f64 z #s(literal 1 binary64)))) (/.f64 (*.f64 (*.f64 z t) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 (+.f64 z #s(literal 1 binary64)) (+.f64 z #s(literal 1 binary64))))) (-.f64 #s(literal 0 binary64) x)) (/.f64 (+.f64 (*.f64 z z) #s(literal -1 binary64)) (+.f64 z #s(literal 1 binary64))))) |
(* -1 (* x (- (+ (* -1 (/ (- (+ (* 2 (/ (* t (pow z 2)) (+ 1 z))) (/ (* t (* z (- (* 2 (/ (* t (pow z 2)) (+ 1 z))) (/ (* t (* z (- (pow z 2) 1))) (pow (+ 1 z) 2))))) (* x (+ 1 z)))) (/ (* t (* z (- (pow z 2) 1))) (pow (+ 1 z) 2))) x)) (/ (pow z 2) (+ 1 z))) (/ 1 (+ 1 z))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (/.f64 (+.f64 (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 t (*.f64 z z)) (+.f64 z #s(literal 1 binary64)))) (-.f64 (/.f64 (*.f64 (*.f64 z t) (-.f64 (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 t (*.f64 z z)) (+.f64 z #s(literal 1 binary64)))) (/.f64 (*.f64 (*.f64 z t) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 (+.f64 z #s(literal 1 binary64)) (+.f64 z #s(literal 1 binary64)))))) (*.f64 x (+.f64 z #s(literal 1 binary64)))) (/.f64 (*.f64 (*.f64 z t) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 (+.f64 z #s(literal 1 binary64)) (+.f64 z #s(literal 1 binary64)))))) (-.f64 #s(literal 0 binary64) x)) (/.f64 (+.f64 (*.f64 z z) #s(literal -1 binary64)) (+.f64 z #s(literal 1 binary64))))) |
(* -1 (* x (- (+ (* -1 (/ (- (+ (* -1 (/ (- (* -1 (/ (* (pow t 2) (* (pow z 2) (- (* 2 (/ (* t (pow z 2)) (+ 1 z))) (/ (* t (* z (- (pow z 2) 1))) (pow (+ 1 z) 2))))) (* x (pow (+ 1 z) 2)))) (/ (* t (* z (- (* 2 (/ (* t (pow z 2)) (+ 1 z))) (/ (* t (* z (- (pow z 2) 1))) (pow (+ 1 z) 2))))) (+ 1 z))) x)) (* 2 (/ (* t (pow z 2)) (+ 1 z)))) (/ (* t (* z (- (pow z 2) 1))) (pow (+ 1 z) 2))) x)) (/ (pow z 2) (+ 1 z))) (/ 1 (+ 1 z))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (/.f64 (-.f64 (-.f64 (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 t (*.f64 z z)) (+.f64 z #s(literal 1 binary64)))) (/.f64 (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 z t) (*.f64 z t)) (-.f64 (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 t (*.f64 z z)) (+.f64 z #s(literal 1 binary64)))) (/.f64 (*.f64 (*.f64 z t) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 (+.f64 z #s(literal 1 binary64)) (+.f64 z #s(literal 1 binary64)))))) (neg.f64 (*.f64 x (*.f64 (+.f64 z #s(literal 1 binary64)) (+.f64 z #s(literal 1 binary64)))))) (/.f64 (*.f64 (*.f64 z t) (-.f64 (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 t (*.f64 z z)) (+.f64 z #s(literal 1 binary64)))) (/.f64 (*.f64 (*.f64 z t) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 (+.f64 z #s(literal 1 binary64)) (+.f64 z #s(literal 1 binary64)))))) (+.f64 z #s(literal 1 binary64)))) x)) (/.f64 (*.f64 (*.f64 z t) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 (+.f64 z #s(literal 1 binary64)) (+.f64 z #s(literal 1 binary64))))) (-.f64 #s(literal 0 binary64) x)) (/.f64 (+.f64 (*.f64 z z) #s(literal -1 binary64)) (+.f64 z #s(literal 1 binary64))))) |
x |
(+ x (* z (- t x))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+ x (* z (- (* z (- (* -1 (/ (+ (* -2 (* t x)) (pow x 2)) x)) (* -1 (/ (pow (- t x) 2) x)))) (* -1 (- t x))))) |
(+.f64 x (*.f64 z (+.f64 (*.f64 z (+.f64 (/.f64 (+.f64 (*.f64 x x) (*.f64 #s(literal -2 binary64) (*.f64 x t))) (-.f64 #s(literal 0 binary64) x)) (/.f64 (*.f64 (-.f64 t x) (-.f64 t x)) x))) (-.f64 t x)))) |
(+ x (* z (- (* z (- (+ (* -1 (/ (+ (* -2 (* t x)) (pow x 2)) x)) (/ (* z (* (- t x) (- (* -1 (/ (+ (* -2 (* t x)) (pow x 2)) x)) (* -1 (/ (pow (- t x) 2) x))))) x)) (* -1 (/ (pow (- t x) 2) x)))) (* -1 (- t x))))) |
(+.f64 x (*.f64 z (+.f64 (*.f64 z (+.f64 (-.f64 (/.f64 (*.f64 z (*.f64 (-.f64 t x) (+.f64 (/.f64 (+.f64 (*.f64 x x) (*.f64 #s(literal -2 binary64) (*.f64 x t))) (-.f64 #s(literal 0 binary64) x)) (/.f64 (*.f64 (-.f64 t x) (-.f64 t x)) x)))) x) (/.f64 (+.f64 (*.f64 x x) (*.f64 #s(literal -2 binary64) (*.f64 x t))) x)) (/.f64 (*.f64 (-.f64 t x) (-.f64 t x)) x))) (-.f64 t x)))) |
(/ (* z (+ (* -2 (* t x)) (pow x 2))) (- t x)) |
(*.f64 z (/.f64 (+.f64 (*.f64 x x) (*.f64 #s(literal -2 binary64) (*.f64 x t))) (-.f64 t x))) |
(* z (+ (* -2 (/ (* t x) (- t x))) (+ (/ (* x (+ (* -2 (* t x)) (pow x 2))) (* z (pow (- t x) 2))) (/ (pow x 2) (- t x))))) |
(*.f64 z (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 x t)) (-.f64 t x)) (+.f64 (/.f64 (*.f64 x (+.f64 (*.f64 x x) (*.f64 #s(literal -2 binary64) (*.f64 x t)))) (*.f64 z (*.f64 (-.f64 t x) (-.f64 t x)))) (/.f64 (*.f64 x x) (-.f64 t x))))) |
(* z (- (+ (* -2 (/ (* t x) (- t x))) (+ (* -1 (/ (pow x 2) (* (pow z 2) (- t x)))) (/ (pow x 2) (- t x)))) (+ (* -1 (/ (* x (+ (* -2 (* t x)) (pow x 2))) (* z (pow (- t x) 2)))) (* -1 (/ (* (pow x 2) (+ (* -2 (* t x)) (pow x 2))) (* (pow z 2) (pow (- t x) 3))))))) |
(*.f64 z (-.f64 (+.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 x t)) (-.f64 t x)) (-.f64 (/.f64 (*.f64 x x) (-.f64 t x)) (/.f64 (*.f64 x x) (*.f64 (-.f64 t x) (*.f64 z z))))) (-.f64 (/.f64 (*.f64 x (+.f64 (*.f64 x x) (*.f64 #s(literal -2 binary64) (*.f64 x t)))) (neg.f64 (*.f64 z (*.f64 (-.f64 t x) (-.f64 t x))))) (*.f64 (/.f64 (*.f64 x x) (*.f64 z z)) (/.f64 (+.f64 (*.f64 x x) (*.f64 #s(literal -2 binary64) (*.f64 x t))) (*.f64 (-.f64 t x) (*.f64 (-.f64 t x) (-.f64 t x)))))))) |
(* z (- (+ (* -2 (/ (* t x) (- t x))) (+ (* -1 (/ (pow x 2) (* (pow z 2) (- t x)))) (+ (/ (* x (- (* -1 (/ (pow x 2) (- t x))) (* -1 (/ (* (pow x 2) (+ (* -2 (* t x)) (pow x 2))) (pow (- t x) 3))))) (* (pow z 3) (- t x))) (/ (pow x 2) (- t x))))) (+ (* -1 (/ (* x (+ (* -2 (* t x)) (pow x 2))) (* z (pow (- t x) 2)))) (* -1 (/ (* (pow x 2) (+ (* -2 (* t x)) (pow x 2))) (* (pow z 2) (pow (- t x) 3))))))) |
(*.f64 z (+.f64 (+.f64 (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 x t)) (-.f64 t x)) (/.f64 (*.f64 x x) (*.f64 (-.f64 t x) (*.f64 z z)))) (+.f64 (/.f64 (*.f64 x x) (-.f64 t x)) (/.f64 (*.f64 x (+.f64 (/.f64 (*.f64 x x) (+.f64 x (-.f64 #s(literal 0 binary64) t))) (/.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) (*.f64 #s(literal -2 binary64) (*.f64 x t)))) (*.f64 (-.f64 t x) (*.f64 (-.f64 t x) (-.f64 t x)))))) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z z)))))) (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 x (+.f64 (*.f64 x x) (*.f64 #s(literal -2 binary64) (*.f64 x t)))) (*.f64 z (*.f64 (-.f64 t x) (-.f64 t x)))) (*.f64 (/.f64 (*.f64 x x) (*.f64 z z)) (/.f64 (+.f64 (*.f64 x x) (*.f64 #s(literal -2 binary64) (*.f64 x t))) (*.f64 (-.f64 t x) (*.f64 (-.f64 t x) (-.f64 t x))))))))) |
(/ (* z (+ (* -2 (* t x)) (pow x 2))) (- t x)) |
(*.f64 z (/.f64 (+.f64 (*.f64 x x) (*.f64 #s(literal -2 binary64) (*.f64 x t))) (-.f64 t x))) |
(* -1 (* z (+ (* -1 (/ (* x (+ (* -2 (* t x)) (pow x 2))) (* z (pow (- t x) 2)))) (* -1 (/ (+ (* -2 (* t x)) (pow x 2)) (- t x)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 (/.f64 (*.f64 x (+.f64 (*.f64 x x) (*.f64 #s(literal -2 binary64) (*.f64 x t)))) (neg.f64 (*.f64 z (*.f64 (-.f64 t x) (-.f64 t x))))) (/.f64 (+.f64 (*.f64 x x) (*.f64 #s(literal -2 binary64) (*.f64 x t))) (-.f64 t x)))) |
(* -1 (* z (+ (* -1 (/ (+ (* -2 (* t x)) (pow x 2)) (- t x))) (* -1 (/ (- (* -1 (/ (- (/ (pow x 2) (- t x)) (/ (* (pow x 2) (+ (* -2 (* t x)) (pow x 2))) (pow (- t x) 3))) z)) (* -1 (/ (* x (+ (* -2 (* t x)) (pow x 2))) (pow (- t x) 2)))) z))))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 (/.f64 (+.f64 (/.f64 (+.f64 (/.f64 (*.f64 x x) (+.f64 x (-.f64 #s(literal 0 binary64) t))) (/.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) (*.f64 #s(literal -2 binary64) (*.f64 x t)))) (*.f64 (-.f64 t x) (*.f64 (-.f64 t x) (-.f64 t x))))) z) (/.f64 (*.f64 x (+.f64 (*.f64 x x) (*.f64 #s(literal -2 binary64) (*.f64 x t)))) (*.f64 (-.f64 t x) (-.f64 t x)))) (-.f64 #s(literal 0 binary64) z)) (/.f64 (+.f64 (*.f64 x x) (*.f64 #s(literal -2 binary64) (*.f64 x t))) (-.f64 t x)))) |
(* -1 (* z (+ (* -1 (/ (+ (* -2 (* t x)) (pow x 2)) (- t x))) (* -1 (/ (- (* -1 (/ (- (+ (/ (* x (- (/ (pow x 2) (- t x)) (/ (* (pow x 2) (+ (* -2 (* t x)) (pow x 2))) (pow (- t x) 3)))) (* z (- t x))) (/ (pow x 2) (- t x))) (/ (* (pow x 2) (+ (* -2 (* t x)) (pow x 2))) (pow (- t x) 3))) z)) (* -1 (/ (* x (+ (* -2 (* t x)) (pow x 2))) (pow (- t x) 2)))) z))))) |
(*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 (/.f64 (+.f64 (*.f64 x x) (*.f64 #s(literal -2 binary64) (*.f64 x t))) (+.f64 x (-.f64 #s(literal 0 binary64) t))) (/.f64 (+.f64 (/.f64 (+.f64 (/.f64 (*.f64 x (-.f64 (/.f64 (*.f64 x x) (-.f64 t x)) (/.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) (*.f64 #s(literal -2 binary64) (*.f64 x t)))) (*.f64 (-.f64 t x) (*.f64 (-.f64 t x) (-.f64 t x)))))) (*.f64 z (-.f64 t x))) (-.f64 (/.f64 (*.f64 x x) (-.f64 t x)) (/.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) (*.f64 #s(literal -2 binary64) (*.f64 x t)))) (*.f64 (-.f64 t x) (*.f64 (-.f64 t x) (-.f64 t x)))))) (-.f64 #s(literal 0 binary64) z)) (/.f64 (*.f64 x (+.f64 (*.f64 x x) (*.f64 #s(literal -2 binary64) (*.f64 x t)))) (*.f64 (-.f64 t x) (-.f64 t x)))) z))) |
(/ (+ (* -2 (* t (* x (pow z 2)))) (* (pow x 2) (- (pow z 2) 1))) (- (* z (- t x)) x)) |
(/.f64 (+.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z))))) (-.f64 (*.f64 z (-.f64 t x)) x)) |
(/ (+ (* -2 (* t (* x (pow z 2)))) (* (pow x 2) (- (pow z 2) 1))) (- (* z (- t x)) x)) |
(/.f64 (+.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z))))) (-.f64 (*.f64 z (-.f64 t x)) x)) |
(/ (+ (* -2 (* t (* x (pow z 2)))) (* (pow x 2) (- (pow z 2) 1))) (- (* z (- t x)) x)) |
(/.f64 (+.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z))))) (-.f64 (*.f64 z (-.f64 t x)) x)) |
(/ (+ (* -2 (* t (* x (pow z 2)))) (* (pow x 2) (- (pow z 2) 1))) (- (* z (- t x)) x)) |
(/.f64 (+.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z))))) (-.f64 (*.f64 z (-.f64 t x)) x)) |
(/ (+ (* -2 (* t (* x (pow z 2)))) (* (pow x 2) (- (pow z 2) 1))) (- (* z (- t x)) x)) |
(/.f64 (+.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z))))) (-.f64 (*.f64 z (-.f64 t x)) x)) |
(/ (+ (* -2 (* t (* x (pow z 2)))) (* (pow x 2) (- (pow z 2) 1))) (- (* z (- t x)) x)) |
(/.f64 (+.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z))))) (-.f64 (*.f64 z (-.f64 t x)) x)) |
(/ (+ (* -2 (* t (* x (pow z 2)))) (* (pow x 2) (- (pow z 2) 1))) (- (* z (- t x)) x)) |
(/.f64 (+.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z))))) (-.f64 (*.f64 z (-.f64 t x)) x)) |
(/ (+ (* -2 (* t (* x (pow z 2)))) (* (pow x 2) (- (pow z 2) 1))) (- (* z (- t x)) x)) |
(/.f64 (+.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z))))) (-.f64 (*.f64 z (-.f64 t x)) x)) |
(/ (+ (* -2 (* t (* x (pow z 2)))) (* (pow x 2) (- (pow z 2) 1))) (- (* z (- t x)) x)) |
(/.f64 (+.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z))))) (-.f64 (*.f64 z (-.f64 t x)) x)) |
(/ (+ (* -2 (* t (* x (pow z 2)))) (* (pow x 2) (- (pow z 2) 1))) (- (* z (- t x)) x)) |
(/.f64 (+.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z))))) (-.f64 (*.f64 z (-.f64 t x)) x)) |
(/ (+ (* -2 (* t (* x (pow z 2)))) (* (pow x 2) (- (pow z 2) 1))) (- (* z (- t x)) x)) |
(/.f64 (+.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z))))) (-.f64 (*.f64 z (-.f64 t x)) x)) |
(/ (+ (* -2 (* t (* x (pow z 2)))) (* (pow x 2) (- (pow z 2) 1))) (- (* z (- t x)) x)) |
(/.f64 (+.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z))))) (-.f64 (*.f64 z (-.f64 t x)) x)) |
(* (pow x 2) (- (pow z 2) 1)) |
(*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) |
(+ (* -2 (* t (* x (pow z 2)))) (* (pow x 2) (- (pow z 2) 1))) |
(+.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z))))) |
(+ (* -2 (* t (* x (pow z 2)))) (* (pow x 2) (- (pow z 2) 1))) |
(+.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z))))) |
(+ (* -2 (* t (* x (pow z 2)))) (* (pow x 2) (- (pow z 2) 1))) |
(+.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z))))) |
(* -2 (* t (* x (pow z 2)))) |
(*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z)))) |
(* t (+ (* -2 (* x (pow z 2))) (/ (* (pow x 2) (- (pow z 2) 1)) t))) |
(*.f64 t (+.f64 (*.f64 #s(literal -2 binary64) (*.f64 x (*.f64 z z))) (*.f64 (*.f64 x x) (/.f64 (+.f64 (*.f64 z z) #s(literal -1 binary64)) t)))) |
(* t (+ (* -2 (* x (pow z 2))) (/ (* (pow x 2) (- (pow z 2) 1)) t))) |
(*.f64 t (+.f64 (*.f64 #s(literal -2 binary64) (*.f64 x (*.f64 z z))) (*.f64 (*.f64 x x) (/.f64 (+.f64 (*.f64 z z) #s(literal -1 binary64)) t)))) |
(* t (+ (* -2 (* x (pow z 2))) (/ (* (pow x 2) (- (pow z 2) 1)) t))) |
(*.f64 t (+.f64 (*.f64 #s(literal -2 binary64) (*.f64 x (*.f64 z z))) (*.f64 (*.f64 x x) (/.f64 (+.f64 (*.f64 z z) #s(literal -1 binary64)) t)))) |
(* -2 (* t (* x (pow z 2)))) |
(*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z)))) |
(* -1 (* t (+ (* -1 (/ (* (pow x 2) (- (pow z 2) 1)) t)) (* 2 (* x (pow z 2)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 (*.f64 #s(literal 2 binary64) (*.f64 x (*.f64 z z))) (*.f64 (*.f64 x x) (/.f64 (+.f64 (*.f64 z z) #s(literal -1 binary64)) t)))) |
(* -1 (* t (+ (* -1 (/ (* (pow x 2) (- (pow z 2) 1)) t)) (* 2 (* x (pow z 2)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 (*.f64 #s(literal 2 binary64) (*.f64 x (*.f64 z z))) (*.f64 (*.f64 x x) (/.f64 (+.f64 (*.f64 z z) #s(literal -1 binary64)) t)))) |
(* -1 (* t (+ (* -1 (/ (* (pow x 2) (- (pow z 2) 1)) t)) (* 2 (* x (pow z 2)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 (*.f64 #s(literal 2 binary64) (*.f64 x (*.f64 z z))) (*.f64 (*.f64 x x) (/.f64 (+.f64 (*.f64 z z) #s(literal -1 binary64)) t)))) |
(* -2 (* t (* x (pow z 2)))) |
(*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z)))) |
(* x (+ (* -2 (* t (pow z 2))) (* x (- (pow z 2) 1)))) |
(*.f64 x (+.f64 (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) t) (*.f64 z z)))) |
(* x (+ (* -2 (* t (pow z 2))) (* x (- (pow z 2) 1)))) |
(*.f64 x (+.f64 (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) t) (*.f64 z z)))) |
(* x (+ (* -2 (* t (pow z 2))) (* x (- (pow z 2) 1)))) |
(*.f64 x (+.f64 (*.f64 x (+.f64 (*.f64 z z) #s(literal -1 binary64))) (*.f64 (*.f64 #s(literal -2 binary64) t) (*.f64 z z)))) |
(* (pow x 2) (- (pow z 2) 1)) |
(*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) |
(* (pow x 2) (- (+ (* -2 (/ (* t (pow z 2)) x)) (pow z 2)) 1)) |
(*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) t) (*.f64 z z)) x) (+.f64 (*.f64 z z) #s(literal -1 binary64)))) |
(* (pow x 2) (- (+ (* -2 (/ (* t (pow z 2)) x)) (pow z 2)) 1)) |
(*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) t) (*.f64 z z)) x) (+.f64 (*.f64 z z) #s(literal -1 binary64)))) |
(* (pow x 2) (- (+ (* -2 (/ (* t (pow z 2)) x)) (pow z 2)) 1)) |
(*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) t) (*.f64 z z)) x) (+.f64 (*.f64 z z) #s(literal -1 binary64)))) |
(* (pow x 2) (- (pow z 2) 1)) |
(*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) |
(* (pow x 2) (- (+ (* -2 (/ (* t (pow z 2)) x)) (pow z 2)) 1)) |
(*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) t) (*.f64 z z)) x) (+.f64 (*.f64 z z) #s(literal -1 binary64)))) |
(* (pow x 2) (- (+ (* -2 (/ (* t (pow z 2)) x)) (pow z 2)) 1)) |
(*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) t) (*.f64 z z)) x) (+.f64 (*.f64 z z) #s(literal -1 binary64)))) |
(* (pow x 2) (- (+ (* -2 (/ (* t (pow z 2)) x)) (pow z 2)) 1)) |
(*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -2 binary64) t) (*.f64 z z)) x) (+.f64 (*.f64 z z) #s(literal -1 binary64)))) |
(* -1 (pow x 2)) |
(-.f64 #s(literal 0 binary64) (*.f64 x x)) |
(+ (* -1 (pow x 2)) (* (pow z 2) (+ (* -2 (* t x)) (pow x 2)))) |
(-.f64 (*.f64 (*.f64 z z) (+.f64 (*.f64 x x) (*.f64 #s(literal -2 binary64) (*.f64 x t)))) (*.f64 x x)) |
(+ (* -1 (pow x 2)) (* (pow z 2) (+ (* -2 (* t x)) (pow x 2)))) |
(-.f64 (*.f64 (*.f64 z z) (+.f64 (*.f64 x x) (*.f64 #s(literal -2 binary64) (*.f64 x t)))) (*.f64 x x)) |
(+ (* -1 (pow x 2)) (* (pow z 2) (+ (* -2 (* t x)) (pow x 2)))) |
(-.f64 (*.f64 (*.f64 z z) (+.f64 (*.f64 x x) (*.f64 #s(literal -2 binary64) (*.f64 x t)))) (*.f64 x x)) |
(* (pow z 2) (+ (* -2 (* t x)) (pow x 2))) |
(*.f64 (*.f64 z z) (+.f64 (*.f64 x x) (*.f64 #s(literal -2 binary64) (*.f64 x t)))) |
(* (pow z 2) (+ (* -2 (* t x)) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow x 2)))) |
(*.f64 (*.f64 z z) (+.f64 (*.f64 #s(literal -2 binary64) (*.f64 x t)) (-.f64 (*.f64 x x) (/.f64 (*.f64 x x) (*.f64 z z))))) |
(* (pow z 2) (+ (* -2 (* t x)) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow x 2)))) |
(*.f64 (*.f64 z z) (+.f64 (*.f64 #s(literal -2 binary64) (*.f64 x t)) (-.f64 (*.f64 x x) (/.f64 (*.f64 x x) (*.f64 z z))))) |
(* (pow z 2) (+ (* -2 (* t x)) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow x 2)))) |
(*.f64 (*.f64 z z) (+.f64 (*.f64 #s(literal -2 binary64) (*.f64 x t)) (-.f64 (*.f64 x x) (/.f64 (*.f64 x x) (*.f64 z z))))) |
(* (pow z 2) (+ (* -2 (* t x)) (pow x 2))) |
(*.f64 (*.f64 z z) (+.f64 (*.f64 x x) (*.f64 #s(literal -2 binary64) (*.f64 x t)))) |
(* (pow z 2) (+ (* -2 (* t x)) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow x 2)))) |
(*.f64 (*.f64 z z) (+.f64 (*.f64 #s(literal -2 binary64) (*.f64 x t)) (-.f64 (*.f64 x x) (/.f64 (*.f64 x x) (*.f64 z z))))) |
(* (pow z 2) (+ (* -2 (* t x)) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow x 2)))) |
(*.f64 (*.f64 z z) (+.f64 (*.f64 #s(literal -2 binary64) (*.f64 x t)) (-.f64 (*.f64 x x) (/.f64 (*.f64 x x) (*.f64 z z))))) |
(* (pow z 2) (+ (* -2 (* t x)) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow x 2)))) |
(*.f64 (*.f64 z z) (+.f64 (*.f64 #s(literal -2 binary64) (*.f64 x t)) (-.f64 (*.f64 x x) (/.f64 (*.f64 x x) (*.f64 z z))))) |
(- (* z (- t x)) x) |
(-.f64 (*.f64 z (-.f64 t x)) x) |
(- (* z (- t x)) x) |
(-.f64 (*.f64 z (-.f64 t x)) x) |
(- (* z (- t x)) x) |
(-.f64 (*.f64 z (-.f64 t x)) x) |
(- (* z (- t x)) x) |
(-.f64 (*.f64 z (-.f64 t x)) x) |
(- (* z (- t x)) x) |
(-.f64 (*.f64 z (-.f64 t x)) x) |
(- (* z (- t x)) x) |
(-.f64 (*.f64 z (-.f64 t x)) x) |
(- (* z (- t x)) x) |
(-.f64 (*.f64 z (-.f64 t x)) x) |
(- (* z (- t x)) x) |
(-.f64 (*.f64 z (-.f64 t x)) x) |
(- (* z (- t x)) x) |
(-.f64 (*.f64 z (-.f64 t x)) x) |
(- (* z (- t x)) x) |
(-.f64 (*.f64 z (-.f64 t x)) x) |
(- (* z (- t x)) x) |
(-.f64 (*.f64 z (-.f64 t x)) x) |
(- (* z (- t x)) x) |
(-.f64 (*.f64 z (-.f64 t x)) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(- (* z (- t x)) x) |
(-.f64 (*.f64 z (-.f64 t x)) x) |
(- (* z (- t x)) x) |
(-.f64 (*.f64 z (-.f64 t x)) x) |
(- (* z (- t x)) x) |
(-.f64 (*.f64 z (-.f64 t x)) x) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- (+ t (* -1 (/ x z))) x)) |
(*.f64 z (-.f64 (-.f64 t (/.f64 x z)) x)) |
(* z (- (+ t (* -1 (/ x z))) x)) |
(*.f64 z (-.f64 (-.f64 t (/.f64 x z)) x)) |
(* z (- (+ t (* -1 (/ x z))) x)) |
(*.f64 z (-.f64 (-.f64 t (/.f64 x z)) x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* -1 (* z (+ (* -1 (- t x)) (/ x z)))) |
(-.f64 #s(literal 0 binary64) (*.f64 z (-.f64 (/.f64 x z) (-.f64 t x)))) |
(* -1 (* z (+ (* -1 (- t x)) (/ x z)))) |
(-.f64 #s(literal 0 binary64) (*.f64 z (-.f64 (/.f64 x z) (-.f64 t x)))) |
(* -1 (* z (+ (* -1 (- t x)) (/ x z)))) |
(-.f64 #s(literal 0 binary64) (*.f64 z (-.f64 (/.f64 x z) (-.f64 t x)))) |
(- (* -1 (* x z)) x) |
(-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64)))) |
(- (+ (* -1 (* x z)) (* t z)) x) |
(-.f64 (*.f64 z (-.f64 t x)) x) |
(- (+ (* -1 (* x z)) (* t z)) x) |
(-.f64 (*.f64 z (-.f64 t x)) x) |
(- (+ (* -1 (* x z)) (* t z)) x) |
(-.f64 (*.f64 z (-.f64 t x)) x) |
(* t z) |
(*.f64 z t) |
(* t (- (+ z (* -1 (/ (* x z) t))) (/ x t))) |
(*.f64 t (+.f64 z (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64)))) t))) |
(* t (- (+ z (* -1 (/ (* x z) t))) (/ x t))) |
(*.f64 t (+.f64 z (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64)))) t))) |
(* t (- (+ z (* -1 (/ (* x z) t))) (/ x t))) |
(*.f64 t (+.f64 z (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64)))) t))) |
(* t z) |
(*.f64 z t) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (- (* -1 (* x z)) x) t))))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64)))) t))) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (- (* -1 (* x z)) x) t))))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64)))) t))) |
(* -1 (* t (+ (* -1 z) (* -1 (/ (- (* -1 (* x z)) x) t))))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64)))) t))) |
(* t z) |
(*.f64 z t) |
(+ (* t z) (* x (- (* -1 z) 1))) |
(+.f64 (*.f64 z t) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64))))) |
(+ (* t z) (* x (- (* -1 z) 1))) |
(+.f64 (*.f64 z t) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64))))) |
(+ (* t z) (* x (- (* -1 z) 1))) |
(+.f64 (*.f64 z t) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64))))) |
(* x (- (* -1 z) 1)) |
(-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64)))) |
(* x (- (+ (* -1 z) (/ (* t z) x)) 1)) |
(*.f64 x (+.f64 (-.f64 (/.f64 (*.f64 z t) x) z) #s(literal -1 binary64))) |
(* x (- (+ (* -1 z) (/ (* t z) x)) 1)) |
(*.f64 x (+.f64 (-.f64 (/.f64 (*.f64 z t) x) z) #s(literal -1 binary64))) |
(* x (- (+ (* -1 z) (/ (* t z) x)) 1)) |
(*.f64 x (+.f64 (-.f64 (/.f64 (*.f64 z t) x) z) #s(literal -1 binary64))) |
(* -1 (* x (+ 1 z))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 z #s(literal 1 binary64)))) |
(* -1 (* x (+ 1 (+ z (* -1 (/ (* t z) x)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 (+.f64 z #s(literal 1 binary64)) (/.f64 (*.f64 z t) x))) |
(* -1 (* x (+ 1 (+ z (* -1 (/ (* t z) x)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 (+.f64 z #s(literal 1 binary64)) (/.f64 (*.f64 z t) x))) |
(* -1 (* x (+ 1 (+ z (* -1 (/ (* t z) x)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 (+.f64 z #s(literal 1 binary64)) (/.f64 (*.f64 z t) x))) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* z (- t x)) |
(*.f64 z (-.f64 t x)) |
(* -1 (* x z)) |
(*.f64 x (-.f64 #s(literal 0 binary64) z)) |
(+ (* -1 (* x z)) (* t z)) |
(*.f64 z (-.f64 t x)) |
(+ (* -1 (* x z)) (* t z)) |
(*.f64 z (-.f64 t x)) |
(+ (* -1 (* x z)) (* t z)) |
(*.f64 z (-.f64 t x)) |
(* t z) |
(*.f64 z t) |
(* t (+ z (* -1 (/ (* x z) t)))) |
(*.f64 t (-.f64 z (*.f64 x (/.f64 z t)))) |
(* t (+ z (* -1 (/ (* x z) t)))) |
(*.f64 t (-.f64 z (*.f64 x (/.f64 z t)))) |
(* t (+ z (* -1 (/ (* x z) t)))) |
(*.f64 t (-.f64 z (*.f64 x (/.f64 z t)))) |
(* t z) |
(*.f64 z t) |
(* -1 (* t (+ (* -1 z) (/ (* x z) t)))) |
(-.f64 #s(literal 0 binary64) (*.f64 t (-.f64 (*.f64 x (/.f64 z t)) z))) |
(* -1 (* t (+ (* -1 z) (/ (* x z) t)))) |
(-.f64 #s(literal 0 binary64) (*.f64 t (-.f64 (*.f64 x (/.f64 z t)) z))) |
(* -1 (* t (+ (* -1 z) (/ (* x z) t)))) |
(-.f64 #s(literal 0 binary64) (*.f64 t (-.f64 (*.f64 x (/.f64 z t)) z))) |
(* t z) |
(*.f64 z t) |
(+ (* -1 (* x z)) (* t z)) |
(*.f64 z (-.f64 t x)) |
(+ (* -1 (* x z)) (* t z)) |
(*.f64 z (-.f64 t x)) |
(+ (* -1 (* x z)) (* t z)) |
(*.f64 z (-.f64 t x)) |
(* -1 (* x z)) |
(*.f64 x (-.f64 #s(literal 0 binary64) z)) |
(* x (+ (* -1 z) (/ (* t z) x))) |
(*.f64 x (-.f64 (/.f64 (*.f64 z t) x) z)) |
(* x (+ (* -1 z) (/ (* t z) x))) |
(*.f64 x (-.f64 (/.f64 (*.f64 z t) x) z)) |
(* x (+ (* -1 z) (/ (* t z) x))) |
(*.f64 x (-.f64 (/.f64 (*.f64 z t) x) z)) |
(* -1 (* x z)) |
(*.f64 x (-.f64 #s(literal 0 binary64) z)) |
(* -1 (* x (+ z (* -1 (/ (* t z) x))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 z (/.f64 (*.f64 z t) x))) |
(* -1 (* x (+ z (* -1 (/ (* t z) x))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 z (/.f64 (*.f64 z t) x))) |
(* -1 (* x (+ z (* -1 (/ (* t z) x))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 z (/.f64 (*.f64 z t) x))) |
(/ x y) |
(/.f64 x y) |
(* x (+ (* -1/3 (/ (pow x 2) (pow y 3))) (/ 1 y))) |
(*.f64 x (+.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 x x)) (*.f64 y (*.f64 y y))))) |
(* x (+ (* (pow x 2) (- (* 2/15 (/ (pow x 2) (pow y 5))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) |
(*.f64 x (+.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 #s(literal 2/15 binary64) (*.f64 x x)) (pow.f64 y #s(literal 5 binary64))) (/.f64 #s(literal -1/3 binary64) (*.f64 y (*.f64 y y))))))) |
(* x (+ (* (pow x 2) (- (* (pow x 2) (+ (* -17/315 (/ (pow x 2) (pow y 7))) (* 2/15 (/ 1 (pow y 5))))) (* 1/3 (/ 1 (pow y 3))))) (/ 1 y))) |
(*.f64 x (+.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (*.f64 x x) (+.f64 (*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 #s(literal -17/315 binary64) (*.f64 x x)) (pow.f64 y #s(literal 7 binary64))) (/.f64 #s(literal 2/15 binary64) (pow.f64 y #s(literal 5 binary64))))) (/.f64 #s(literal -1/3 binary64) (*.f64 y (*.f64 y y))))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/.f64 (-.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/.f64 (-.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/.f64 (-.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/.f64 (-.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/.f64 (-.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/.f64 (-.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/.f64 (-.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/.f64 (-.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/.f64 (-.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/.f64 (-.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/.f64 (-.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y))))) |
(/ (- (exp (/ x y)) (/ 1 (exp (/ x y)))) (+ (exp (/ x y)) (/ 1 (exp (/ x y))))) |
(/.f64 (-.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y)))) (+.f64 (exp.f64 (/.f64 x y)) (exp.f64 (/.f64 x (-.f64 #s(literal 0 binary64) y))))) |
(/ x y) |
(/.f64 x y) |
(/ (+ x (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))) y) |
(/.f64 (+.f64 x (/.f64 #s(literal 0 binary64) y)) y) |
(/ (- (+ x (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y)))) (* 1/2 (/ (pow x 3) (pow y 2)))) y) |
(/.f64 (+.f64 x (+.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))) (*.f64 y y))) (/.f64 #s(literal 0 binary64) y)) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 x (*.f64 x x)) (*.f64 y y))))) y) |
(/ (- (+ x (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/6 (pow x 3)))))) (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (* 1/12 (pow x 4))))) (pow y 3))) (+ (* 1/2 (/ (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/2 (pow x 3)) (* 1/3 (pow x 3)))) (pow y 2))) (* 1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))))) (+ (* -1/2 (/ (* x (+ (* -1 (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (* -1/2 (pow x 3)))) (pow y 3))) (+ (* 1/4 (/ (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2))) (pow y 3))) (* 1/2 (/ (pow x 3) (pow y 2)))))) y) |
(/.f64 (+.f64 x (-.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (-.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -1/2 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/12 binary64))) (*.f64 x (-.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/3 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))))) (*.f64 y (*.f64 y y))) (/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))) (*.f64 y y)))) (/.f64 #s(literal 0 binary64) y)) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) x) (-.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))) (*.f64 y (*.f64 y y))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 y y)) (/.f64 #s(literal 0 binary64) (*.f64 y (*.f64 y y))))))) y) |
(/ x y) |
(/.f64 x y) |
(* -1 (/ (+ (* -1 x) (* -1/2 (/ (+ (* -1 (pow x 2)) (pow x 2)) y))) y)) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (/.f64 #s(literal 0 binary64) y) x) y)) |
(* -1 (/ (+ (* -1 x) (* -1 (/ (+ (* -1 (/ (- (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))) (* -1/2 (pow x 3))) y)) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) y)) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/3 binary64)) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))))) (*.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 0 binary64) y)) y)) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (/ (+ (* -1 x) (* -1 (/ (+ (* -1 (/ (- (+ (* -1 (/ (- (* 1/2 (+ (* -1/2 (* (pow x 2) (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))) (+ (* -1/6 (pow x 4)) (+ (* 1/12 (pow x 4)) (* x (+ (* -1/6 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))))) (+ (* 1/4 (* (pow x 2) (+ (* -1 (pow x 2)) (pow x 2)))) (* 1/2 (* x (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2))))))))) y)) (* 1/2 (+ (* -1/3 (pow x 3)) (+ (* 1/2 (pow x 3)) (* x (+ (* -1 (pow x 2)) (* 1/2 (pow x 2)))))))) (* -1/2 (pow x 3))) y)) (* 1/2 (+ (* -1 (pow x 2)) (pow x 2)))) y))) y)) |
(/.f64 (-.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (/.f64 (+.f64 (-.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/3 binary64)) (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))))) (/.f64 (+.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -1/2 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/12 binary64)) (*.f64 x (+.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/6 binary64))))))) #s(literal 0 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/2 binary64))))))) y)) (*.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 0 binary64) y)) y)) (-.f64 #s(literal 0 binary64) y)) |
(* t (* x (pow z 2))) |
(*.f64 t (*.f64 x (*.f64 z z))) |
(* t (* x (pow z 2))) |
(*.f64 t (*.f64 x (*.f64 z z))) |
(* t (* x (pow z 2))) |
(*.f64 t (*.f64 x (*.f64 z z))) |
(* t (* x (pow z 2))) |
(*.f64 t (*.f64 x (*.f64 z z))) |
(* t (* x (pow z 2))) |
(*.f64 t (*.f64 x (*.f64 z z))) |
(* t (* x (pow z 2))) |
(*.f64 t (*.f64 x (*.f64 z z))) |
(* t (* x (pow z 2))) |
(*.f64 t (*.f64 x (*.f64 z z))) |
(* t (* x (pow z 2))) |
(*.f64 t (*.f64 x (*.f64 z z))) |
(* t (* x (pow z 2))) |
(*.f64 t (*.f64 x (*.f64 z z))) |
(* t (* x (pow z 2))) |
(*.f64 t (*.f64 x (*.f64 z z))) |
(* t (* x (pow z 2))) |
(*.f64 t (*.f64 x (*.f64 z z))) |
(* t (* x (pow z 2))) |
(*.f64 t (*.f64 x (*.f64 z z))) |
(* t (* x (pow z 2))) |
(*.f64 t (*.f64 x (*.f64 z z))) |
(* t (* x (pow z 2))) |
(*.f64 t (*.f64 x (*.f64 z z))) |
(* t (* x (pow z 2))) |
(*.f64 t (*.f64 x (*.f64 z z))) |
(* t (* x (pow z 2))) |
(*.f64 t (*.f64 x (*.f64 z z))) |
(* t (* x (pow z 2))) |
(*.f64 t (*.f64 x (*.f64 z z))) |
(* t (* x (pow z 2))) |
(*.f64 t (*.f64 x (*.f64 z z))) |
(* t (* x (pow z 2))) |
(*.f64 t (*.f64 x (*.f64 z z))) |
(* t (* x (pow z 2))) |
(*.f64 t (*.f64 x (*.f64 z z))) |
(* t (* x (pow z 2))) |
(*.f64 t (*.f64 x (*.f64 z z))) |
(* t (* x (pow z 2))) |
(*.f64 t (*.f64 x (*.f64 z z))) |
(* t (* x (pow z 2))) |
(*.f64 t (*.f64 x (*.f64 z z))) |
(* t (* x (pow z 2))) |
(*.f64 t (*.f64 x (*.f64 z z))) |
(* t (* x (pow z 2))) |
(*.f64 t (*.f64 x (*.f64 z z))) |
(* t (* x (pow z 2))) |
(*.f64 t (*.f64 x (*.f64 z z))) |
(* t (* x (pow z 2))) |
(*.f64 t (*.f64 x (*.f64 z z))) |
(* t (* x (pow z 2))) |
(*.f64 t (*.f64 x (*.f64 z z))) |
(* t (* x (pow z 2))) |
(*.f64 t (*.f64 x (*.f64 z z))) |
(* t (* x (pow z 2))) |
(*.f64 t (*.f64 x (*.f64 z z))) |
(* t (* x (pow z 2))) |
(*.f64 t (*.f64 x (*.f64 z z))) |
(* t (* x (pow z 2))) |
(*.f64 t (*.f64 x (*.f64 z z))) |
(* t (* x (pow z 2))) |
(*.f64 t (*.f64 x (*.f64 z z))) |
(* t (* x (pow z 2))) |
(*.f64 t (*.f64 x (*.f64 z z))) |
(* t (* x (pow z 2))) |
(*.f64 t (*.f64 x (*.f64 z z))) |
(* t (* x (pow z 2))) |
(*.f64 t (*.f64 x (*.f64 z z))) |
(* (pow x 2) (- (pow z 2) 1)) |
(*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) |
(* (pow x 2) (- (pow z 2) 1)) |
(*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) |
(* (pow x 2) (- (pow z 2) 1)) |
(*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) |
(* (pow x 2) (- (pow z 2) 1)) |
(*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) |
(* (pow x 2) (- (pow z 2) 1)) |
(*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) |
(* (pow x 2) (- (pow z 2) 1)) |
(*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) |
(* (pow x 2) (- (pow z 2) 1)) |
(*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) |
(* (pow x 2) (- (pow z 2) 1)) |
(*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) |
(* (pow x 2) (- (pow z 2) 1)) |
(*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) |
(* (pow x 2) (- (pow z 2) 1)) |
(*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) |
(* (pow x 2) (- (pow z 2) 1)) |
(*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) |
(* (pow x 2) (- (pow z 2) 1)) |
(*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) |
(* -1 (pow x 2)) |
(-.f64 #s(literal 0 binary64) (*.f64 x x)) |
(+ (* -1 (pow x 2)) (* (pow x 2) (pow z 2))) |
(*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) |
(+ (* -1 (pow x 2)) (* (pow x 2) (pow z 2))) |
(*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) |
(+ (* -1 (pow x 2)) (* (pow x 2) (pow z 2))) |
(*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) |
(* (pow x 2) (pow z 2)) |
(*.f64 (*.f64 x x) (*.f64 z z)) |
(* (pow z 2) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow x 2))) |
(*.f64 (*.f64 z z) (-.f64 (*.f64 x x) (/.f64 (*.f64 x x) (*.f64 z z)))) |
(* (pow z 2) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow x 2))) |
(*.f64 (*.f64 z z) (-.f64 (*.f64 x x) (/.f64 (*.f64 x x) (*.f64 z z)))) |
(* (pow z 2) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow x 2))) |
(*.f64 (*.f64 z z) (-.f64 (*.f64 x x) (/.f64 (*.f64 x x) (*.f64 z z)))) |
(* (pow x 2) (pow z 2)) |
(*.f64 (*.f64 x x) (*.f64 z z)) |
(* (pow z 2) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow x 2))) |
(*.f64 (*.f64 z z) (-.f64 (*.f64 x x) (/.f64 (*.f64 x x) (*.f64 z z)))) |
(* (pow z 2) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow x 2))) |
(*.f64 (*.f64 z z) (-.f64 (*.f64 x x) (/.f64 (*.f64 x x) (*.f64 z z)))) |
(* (pow z 2) (+ (* -1 (/ (pow x 2) (pow z 2))) (pow x 2))) |
(*.f64 (*.f64 z z) (-.f64 (*.f64 x x) (/.f64 (*.f64 x x) (*.f64 z z)))) |
Compiled 40523 to 3353 computations (91.7% saved)
41 alts after pruning (34 fresh and 7 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1572 | 10 | 1582 |
| Fresh | 2 | 24 | 26 |
| Picked | 2 | 3 | 5 |
| Done | 0 | 4 | 4 |
| Total | 1576 | 41 | 1617 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 67.1% | (fma.f64 (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) y) z x) |
| 66.0% | (fma.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (/.f64 x y)) y) z x) | |
| ✓ | 96.3% | (fma.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) y) z x) |
| 27.2% | (/.f64 (-.f64 (/.f64 (*.f64 z (-.f64 t x)) (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x)))) (*.f64 x x)) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) | |
| 27.3% | (/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 z (-.f64 t x))) (/.f64 #s(literal 1 binary64) (-.f64 t x))) (*.f64 x x)) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) | |
| 27.2% | (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))) (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))))) (*.f64 x x)) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) | |
| 21.8% | (/.f64 (-.f64 (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))))) (*.f64 x x)) (-.f64 (*.f64 (/.f64 z y) (*.f64 y (-.f64 t x))) x)) | |
| 23.5% | (/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (+.f64 (*.f64 x x) (*.f64 (*.f64 z (-.f64 t x)) (-.f64 (*.f64 z (-.f64 t x)) x)))) | |
| 16.7% | (/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z)))) (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (-.f64 (/.f64 (*.f64 y z) (*.f64 (/.f64 y (-.f64 (*.f64 t t) (*.f64 x x))) (+.f64 t x))) x)) | |
| 22.8% | (/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z)))) (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (-.f64 #s(literal 0 binary64) x)) | |
| 2.7% | (/.f64 (*.f64 (*.f64 z z) (+.f64 (*.f64 x x) (*.f64 #s(literal -2 binary64) (*.f64 x t)))) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) | |
| 27.3% | (/.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (neg.f64 (*.f64 x (+.f64 z #s(literal 1 binary64))))) | |
| 2.4% | (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z)))) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) | |
| 60.7% | (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 z (-.f64 t x))))) | |
| ✓ | 90.7% | (+.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x) |
| 60.8% | (+.f64 (*.f64 z (-.f64 t x)) x) | |
| 55.9% | (+.f64 x (/.f64 (-.f64 t x) (/.f64 y (*.f64 y z)))) | |
| 53.1% | (+.f64 x (/.f64 (*.f64 y (*.f64 z (-.f64 t x))) y)) | |
| 60.7% | (+.f64 x (/.f64 z (/.f64 #s(literal 1 binary64) (-.f64 t x)))) | |
| 55.3% | (+.f64 x (*.f64 (/.f64 (-.f64 t x) (/.f64 y z)) y)) | |
| 25.5% | (+.f64 x (*.f64 (/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) (*.f64 (/.f64 y z) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) y)) | |
| ✓ | 49.8% | (+.f64 x (*.f64 (/.f64 z (/.f64 y (-.f64 t x))) y)) |
| 56.2% | (+.f64 x (*.f64 (/.f64 z (/.f64 y t)) y)) | |
| 29.7% | (+.f64 x (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 y (-.f64 (*.f64 t t) (*.f64 x x)))) (/.f64 (*.f64 y z) (+.f64 t x)))) | |
| 60.7% | (+.f64 x (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 t x))) z)) | |
| 55.9% | (+.f64 x (*.f64 (-.f64 t x) (*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 y z)))) | |
| 44.2% | (+.f64 x (*.f64 (*.f64 (/.f64 x (neg.f64 y)) y) z)) | |
| 50.5% | (+.f64 x (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 y (-.f64 t x))) y) z)) | |
| 41.7% | (+.f64 x (*.f64 (*.f64 (-.f64 (*.f64 t t) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (+.f64 t x))) z)) | |
| 66.0% | (+.f64 x (*.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (/.f64 x y)) y) z)) | |
| 51.4% | (+.f64 x (*.f64 (*.f64 (*.f64 y (-.f64 t x)) (/.f64 #s(literal 1 binary64) y)) z)) | |
| 66.0% | (+.f64 x (*.f64 (*.f64 z (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) y)) | |
| 54.7% | (+.f64 x (*.f64 (*.f64 y z) (/.f64 t y))) | |
| 31.8% | (+.f64 x (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (*.f64 #s(literal 1 binary64) (/.f64 (sinh.f64 (/.f64 x y)) (cosh.f64 (/.f64 x y))))))) | |
| 61.0% | (+.f64 x (*.f64 z t)) | |
| 32.4% | (*.f64 (-.f64 (*.f64 x x) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (/.f64 #s(literal 1 binary64) (-.f64 x (*.f64 z (-.f64 t x))))) | |
| 7.5% | (*.f64 (*.f64 x z) #s(literal -2 binary64)) | |
| 41.2% | (*.f64 z (-.f64 (/.f64 x z) x)) | |
| ✓ | 17.4% | (*.f64 z t) |
| ✓ | 52.9% | (*.f64 x (-.f64 #s(literal 1 binary64) z)) |
| ✓ | 62.4% | x |
Compiled 1947 to 719 computations (63.1% saved)
| Inputs |
|---|
x |
(*.f64 z t) |
(*.f64 x (-.f64 #s(literal 1 binary64) z)) |
(*.f64 (*.f64 x z) #s(literal -2 binary64)) |
(+.f64 x (*.f64 z t)) |
(*.f64 z (-.f64 (/.f64 x z) x)) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+.f64 x (*.f64 (-.f64 t x) z)) |
(+.f64 (*.f64 z (-.f64 t x)) x) |
(+.f64 x (*.f64 (*.f64 y z) (/.f64 t y))) |
(+.f64 x (*.f64 (/.f64 z (/.f64 y t)) y)) |
(+.f64 x (/.f64 z (/.f64 #s(literal 1 binary64) (-.f64 t x)))) |
(+.f64 x (*.f64 (*.f64 y z) (/.f64 x (neg.f64 y)))) |
(+.f64 x (*.f64 (*.f64 (/.f64 x (neg.f64 y)) y) z)) |
(+.f64 x (*.f64 (*.f64 y z) (/.f64 (-.f64 t x) y))) |
(+.f64 x (*.f64 (*.f64 (/.f64 (-.f64 t x) y) y) z)) |
(+.f64 x (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 t x))) z)) |
(+.f64 x (*.f64 (/.f64 z (/.f64 y (-.f64 t x))) y)) |
(+.f64 x (*.f64 (/.f64 (-.f64 t x) (/.f64 y z)) y)) |
(+.f64 x (/.f64 (*.f64 y (*.f64 z (-.f64 t x))) y)) |
(+.f64 x (/.f64 (-.f64 t x) (/.f64 y (*.f64 y z)))) |
(+.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 z (-.f64 t x))))) |
(+.f64 x (*.f64 (*.f64 (*.f64 y (-.f64 t x)) (/.f64 #s(literal 1 binary64) y)) z)) |
(+.f64 x (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 y (-.f64 t x))) y) z)) |
(+.f64 x (*.f64 (-.f64 t x) (*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 y z)))) |
(+.f64 x (/.f64 #s(literal 1 binary64) (/.f64 y (*.f64 y (*.f64 z (-.f64 t x)))))) |
(+.f64 x (*.f64 (*.f64 (/.f64 z y) y) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 t x))))) |
(+.f64 x (*.f64 (/.f64 (*.f64 y z) y) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 t x))))) |
(/.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (neg.f64 (*.f64 x (+.f64 z #s(literal 1 binary64))))) |
(+.f64 x (*.f64 (*.f64 y z) (/.f64 (-.f64 (*.f64 t y) (*.f64 y x)) (*.f64 y y)))) |
(+.f64 x (*.f64 (*.f64 (-.f64 (*.f64 t t) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (+.f64 t x))) z)) |
(+.f64 x (*.f64 (/.f64 y (/.f64 y (-.f64 (*.f64 t t) (*.f64 x x)))) (/.f64 z (+.f64 t x)))) |
(+.f64 x (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 y (-.f64 (*.f64 t t) (*.f64 x x)))) (/.f64 (*.f64 y z) (+.f64 t x)))) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z)))) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z)))) (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (-.f64 (*.f64 x x) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (/.f64 #s(literal 1 binary64) (-.f64 x (*.f64 z (-.f64 t x))))) |
(/.f64 (*.f64 (*.f64 z z) (+.f64 (*.f64 x x) (*.f64 #s(literal -2 binary64) (*.f64 x t)))) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(+.f64 x (*.f64 (*.f64 y z) (/.f64 (-.f64 (/.f64 (/.f64 t y) (/.f64 y t)) (*.f64 (/.f64 x y) (/.f64 x y))) (+.f64 (/.f64 t y) (/.f64 x y))))) |
(+.f64 x (*.f64 (/.f64 z (/.f64 y (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))))) (/.f64 y (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))))) |
(/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 z (-.f64 t x))) (/.f64 #s(literal 1 binary64) (-.f64 t x))) (*.f64 x x)) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(/.f64 (-.f64 (/.f64 (*.f64 z (-.f64 t x)) (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x)))) (*.f64 x x)) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(+.f64 x (*.f64 (/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) (*.f64 (/.f64 y z) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) y)) |
(/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z)))) (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))) (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))))) (*.f64 x x)) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 (-.f64 t x) y) (/.f64 (-.f64 t x) y)) (*.f64 y (*.f64 z (*.f64 y z)))) (*.f64 x x)) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(/.f64 (-.f64 (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))))) (*.f64 x x)) (-.f64 (*.f64 (/.f64 z y) (*.f64 y (-.f64 t x))) x)) |
(/.f64 (-.f64 (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))))) (*.f64 x x)) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z)))) (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (-.f64 (/.f64 (*.f64 y z) (*.f64 (/.f64 y (-.f64 (*.f64 t t) (*.f64 x x))) (+.f64 t x))) x)) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (+.f64 (*.f64 x x) (*.f64 (*.f64 z (-.f64 t x)) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))))))) (+.f64 (*.f64 x x) (*.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)))) |
(+.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (/.f64 x y)))) |
(+.f64 x (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))))) |
(+.f64 x (*.f64 (*.f64 z (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) y)) |
(+.f64 x (*.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (/.f64 x y)) y) z)) |
(fma.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (/.f64 x y)) y) z x) |
(fma.f64 (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) y) z x) |
(+.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) |
(+.f64 x (*.f64 (*.f64 z (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) y)) |
(+.f64 x (*.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) y) z)) |
(+.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x) |
(+.f64 x (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (*.f64 #s(literal 1 binary64) (/.f64 (sinh.f64 (/.f64 x y)) (cosh.f64 (/.f64 x y))))))) |
(fma.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) y) z x) |
(+.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (*.f64 #s(literal 1 binary64) (/.f64 (sinh.f64 (/.f64 x y)) (cosh.f64 (/.f64 x y))))))) |
| Outputs |
|---|
(fma.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) y) z x) |
(+.f64 x (*.f64 z (-.f64 t x))) |
5 calls:
| 29.0ms | z |
| 21.0ms | x |
| 19.0ms | (+.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) |
| 17.0ms | t |
| 17.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 96.3% | 1 | x |
| 99.4% | 2 | y |
| 96.3% | 1 | z |
| 96.3% | 1 | t |
| 96.3% | 1 | (+.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) |
Compiled 39 to 28 computations (28.2% saved)
| Inputs |
|---|
x |
(*.f64 z t) |
(*.f64 x (-.f64 #s(literal 1 binary64) z)) |
(*.f64 (*.f64 x z) #s(literal -2 binary64)) |
(+.f64 x (*.f64 z t)) |
(*.f64 z (-.f64 (/.f64 x z) x)) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+.f64 x (*.f64 (-.f64 t x) z)) |
(+.f64 (*.f64 z (-.f64 t x)) x) |
(+.f64 x (*.f64 (*.f64 y z) (/.f64 t y))) |
(+.f64 x (*.f64 (/.f64 z (/.f64 y t)) y)) |
(+.f64 x (/.f64 z (/.f64 #s(literal 1 binary64) (-.f64 t x)))) |
(+.f64 x (*.f64 (*.f64 y z) (/.f64 x (neg.f64 y)))) |
(+.f64 x (*.f64 (*.f64 (/.f64 x (neg.f64 y)) y) z)) |
(+.f64 x (*.f64 (*.f64 y z) (/.f64 (-.f64 t x) y))) |
(+.f64 x (*.f64 (*.f64 (/.f64 (-.f64 t x) y) y) z)) |
(+.f64 x (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 t x))) z)) |
(+.f64 x (*.f64 (/.f64 z (/.f64 y (-.f64 t x))) y)) |
(+.f64 x (*.f64 (/.f64 (-.f64 t x) (/.f64 y z)) y)) |
(+.f64 x (/.f64 (*.f64 y (*.f64 z (-.f64 t x))) y)) |
(+.f64 x (/.f64 (-.f64 t x) (/.f64 y (*.f64 y z)))) |
(+.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 z (-.f64 t x))))) |
(+.f64 x (*.f64 (*.f64 (*.f64 y (-.f64 t x)) (/.f64 #s(literal 1 binary64) y)) z)) |
(+.f64 x (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 y (-.f64 t x))) y) z)) |
(+.f64 x (*.f64 (-.f64 t x) (*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 y z)))) |
(+.f64 x (/.f64 #s(literal 1 binary64) (/.f64 y (*.f64 y (*.f64 z (-.f64 t x)))))) |
(+.f64 x (*.f64 (*.f64 (/.f64 z y) y) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 t x))))) |
(+.f64 x (*.f64 (/.f64 (*.f64 y z) y) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 t x))))) |
(/.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (neg.f64 (*.f64 x (+.f64 z #s(literal 1 binary64))))) |
(+.f64 x (*.f64 (*.f64 y z) (/.f64 (-.f64 (*.f64 t y) (*.f64 y x)) (*.f64 y y)))) |
(+.f64 x (*.f64 (*.f64 (-.f64 (*.f64 t t) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (+.f64 t x))) z)) |
(+.f64 x (*.f64 (/.f64 y (/.f64 y (-.f64 (*.f64 t t) (*.f64 x x)))) (/.f64 z (+.f64 t x)))) |
(+.f64 x (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 y (-.f64 (*.f64 t t) (*.f64 x x)))) (/.f64 (*.f64 y z) (+.f64 t x)))) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z)))) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z)))) (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (-.f64 (*.f64 x x) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (/.f64 #s(literal 1 binary64) (-.f64 x (*.f64 z (-.f64 t x))))) |
(/.f64 (*.f64 (*.f64 z z) (+.f64 (*.f64 x x) (*.f64 #s(literal -2 binary64) (*.f64 x t)))) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(+.f64 x (*.f64 (*.f64 y z) (/.f64 (-.f64 (/.f64 (/.f64 t y) (/.f64 y t)) (*.f64 (/.f64 x y) (/.f64 x y))) (+.f64 (/.f64 t y) (/.f64 x y))))) |
(+.f64 x (*.f64 (/.f64 z (/.f64 y (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))))) (/.f64 y (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))))) |
(/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 z (-.f64 t x))) (/.f64 #s(literal 1 binary64) (-.f64 t x))) (*.f64 x x)) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(/.f64 (-.f64 (/.f64 (*.f64 z (-.f64 t x)) (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x)))) (*.f64 x x)) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(+.f64 x (*.f64 (/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) (*.f64 (/.f64 y z) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) y)) |
(/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z)))) (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))) (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))))) (*.f64 x x)) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 (-.f64 t x) y) (/.f64 (-.f64 t x) y)) (*.f64 y (*.f64 z (*.f64 y z)))) (*.f64 x x)) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(/.f64 (-.f64 (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))))) (*.f64 x x)) (-.f64 (*.f64 (/.f64 z y) (*.f64 y (-.f64 t x))) x)) |
(/.f64 (-.f64 (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))))) (*.f64 x x)) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z)))) (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (-.f64 (/.f64 (*.f64 y z) (*.f64 (/.f64 y (-.f64 (*.f64 t t) (*.f64 x x))) (+.f64 t x))) x)) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (+.f64 (*.f64 x x) (*.f64 (*.f64 z (-.f64 t x)) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))))))) (+.f64 (*.f64 x x) (*.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)))) |
(+.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (/.f64 x y)))) |
(+.f64 x (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))))) |
(+.f64 x (*.f64 (*.f64 z (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) y)) |
(+.f64 x (*.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (/.f64 x y)) y) z)) |
(fma.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (/.f64 x y)) y) z x) |
(fma.f64 (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) y) z x) |
(+.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) |
(+.f64 x (*.f64 (*.f64 z (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) y)) |
(+.f64 x (*.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) y) z)) |
(+.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z)) x) |
(+.f64 x (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (*.f64 #s(literal 1 binary64) (/.f64 (sinh.f64 (/.f64 x y)) (cosh.f64 (/.f64 x y))))))) |
| Outputs |
|---|
(+.f64 x (*.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) y) z)) |
(+.f64 x (*.f64 z (-.f64 t x))) |
1 calls:
| 18.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.4% | 2 | y |
Compiled 5 to 4 computations (20% saved)
| Inputs |
|---|
x |
(*.f64 z t) |
(*.f64 x (-.f64 #s(literal 1 binary64) z)) |
(*.f64 (*.f64 x z) #s(literal -2 binary64)) |
(+.f64 x (*.f64 z t)) |
(*.f64 z (-.f64 (/.f64 x z) x)) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+.f64 x (*.f64 (-.f64 t x) z)) |
(+.f64 (*.f64 z (-.f64 t x)) x) |
(+.f64 x (*.f64 (*.f64 y z) (/.f64 t y))) |
(+.f64 x (*.f64 (/.f64 z (/.f64 y t)) y)) |
(+.f64 x (/.f64 z (/.f64 #s(literal 1 binary64) (-.f64 t x)))) |
(+.f64 x (*.f64 (*.f64 y z) (/.f64 x (neg.f64 y)))) |
(+.f64 x (*.f64 (*.f64 (/.f64 x (neg.f64 y)) y) z)) |
(+.f64 x (*.f64 (*.f64 y z) (/.f64 (-.f64 t x) y))) |
(+.f64 x (*.f64 (*.f64 (/.f64 (-.f64 t x) y) y) z)) |
(+.f64 x (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 t x))) z)) |
(+.f64 x (*.f64 (/.f64 z (/.f64 y (-.f64 t x))) y)) |
(+.f64 x (*.f64 (/.f64 (-.f64 t x) (/.f64 y z)) y)) |
(+.f64 x (/.f64 (*.f64 y (*.f64 z (-.f64 t x))) y)) |
(+.f64 x (/.f64 (-.f64 t x) (/.f64 y (*.f64 y z)))) |
(+.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 z (-.f64 t x))))) |
(+.f64 x (*.f64 (*.f64 (*.f64 y (-.f64 t x)) (/.f64 #s(literal 1 binary64) y)) z)) |
(+.f64 x (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 y (-.f64 t x))) y) z)) |
(+.f64 x (*.f64 (-.f64 t x) (*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 y z)))) |
(+.f64 x (/.f64 #s(literal 1 binary64) (/.f64 y (*.f64 y (*.f64 z (-.f64 t x)))))) |
(+.f64 x (*.f64 (*.f64 (/.f64 z y) y) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 t x))))) |
(+.f64 x (*.f64 (/.f64 (*.f64 y z) y) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 t x))))) |
(/.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (neg.f64 (*.f64 x (+.f64 z #s(literal 1 binary64))))) |
(+.f64 x (*.f64 (*.f64 y z) (/.f64 (-.f64 (*.f64 t y) (*.f64 y x)) (*.f64 y y)))) |
(+.f64 x (*.f64 (*.f64 (-.f64 (*.f64 t t) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (+.f64 t x))) z)) |
(+.f64 x (*.f64 (/.f64 y (/.f64 y (-.f64 (*.f64 t t) (*.f64 x x)))) (/.f64 z (+.f64 t x)))) |
(+.f64 x (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 y (-.f64 (*.f64 t t) (*.f64 x x)))) (/.f64 (*.f64 y z) (+.f64 t x)))) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z)))) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z)))) (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (-.f64 (*.f64 x x) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (/.f64 #s(literal 1 binary64) (-.f64 x (*.f64 z (-.f64 t x))))) |
(/.f64 (*.f64 (*.f64 z z) (+.f64 (*.f64 x x) (*.f64 #s(literal -2 binary64) (*.f64 x t)))) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(+.f64 x (*.f64 (*.f64 y z) (/.f64 (-.f64 (/.f64 (/.f64 t y) (/.f64 y t)) (*.f64 (/.f64 x y) (/.f64 x y))) (+.f64 (/.f64 t y) (/.f64 x y))))) |
(+.f64 x (*.f64 (/.f64 z (/.f64 y (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))))) (/.f64 y (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))))) |
(/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 z (-.f64 t x))) (/.f64 #s(literal 1 binary64) (-.f64 t x))) (*.f64 x x)) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(/.f64 (-.f64 (/.f64 (*.f64 z (-.f64 t x)) (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x)))) (*.f64 x x)) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(+.f64 x (*.f64 (/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) (*.f64 (/.f64 y z) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) y)) |
(/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z)))) (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))) (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))))) (*.f64 x x)) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 (-.f64 t x) y) (/.f64 (-.f64 t x) y)) (*.f64 y (*.f64 z (*.f64 y z)))) (*.f64 x x)) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(/.f64 (-.f64 (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))))) (*.f64 x x)) (-.f64 (*.f64 (/.f64 z y) (*.f64 y (-.f64 t x))) x)) |
(/.f64 (-.f64 (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))))) (*.f64 x x)) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z)))) (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (-.f64 (/.f64 (*.f64 y z) (*.f64 (/.f64 y (-.f64 (*.f64 t t) (*.f64 x x))) (+.f64 t x))) x)) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (+.f64 (*.f64 x x) (*.f64 (*.f64 z (-.f64 t x)) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))))))) (+.f64 (*.f64 x x) (*.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)))) |
(+.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (/.f64 x y)))) |
(+.f64 x (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))))) |
(+.f64 x (*.f64 (*.f64 z (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) y)) |
(+.f64 x (*.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (/.f64 x y)) y) z)) |
(fma.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (/.f64 x y)) y) z x) |
(fma.f64 (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) y) z x) |
(+.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) |
(+.f64 x (*.f64 (*.f64 z (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) y)) |
| Outputs |
|---|
(+.f64 x (*.f64 (*.f64 z (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) y)) |
(+.f64 x (*.f64 z (-.f64 t x))) |
1 calls:
| 17.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.0% | 2 | y |
Compiled 5 to 4 computations (20% saved)
| Inputs |
|---|
x |
(*.f64 z t) |
(*.f64 x (-.f64 #s(literal 1 binary64) z)) |
(*.f64 (*.f64 x z) #s(literal -2 binary64)) |
(+.f64 x (*.f64 z t)) |
(*.f64 z (-.f64 (/.f64 x z) x)) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+.f64 x (*.f64 (-.f64 t x) z)) |
(+.f64 (*.f64 z (-.f64 t x)) x) |
(+.f64 x (*.f64 (*.f64 y z) (/.f64 t y))) |
(+.f64 x (*.f64 (/.f64 z (/.f64 y t)) y)) |
(+.f64 x (/.f64 z (/.f64 #s(literal 1 binary64) (-.f64 t x)))) |
(+.f64 x (*.f64 (*.f64 y z) (/.f64 x (neg.f64 y)))) |
(+.f64 x (*.f64 (*.f64 (/.f64 x (neg.f64 y)) y) z)) |
(+.f64 x (*.f64 (*.f64 y z) (/.f64 (-.f64 t x) y))) |
(+.f64 x (*.f64 (*.f64 (/.f64 (-.f64 t x) y) y) z)) |
(+.f64 x (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 t x))) z)) |
(+.f64 x (*.f64 (/.f64 z (/.f64 y (-.f64 t x))) y)) |
(+.f64 x (*.f64 (/.f64 (-.f64 t x) (/.f64 y z)) y)) |
(+.f64 x (/.f64 (*.f64 y (*.f64 z (-.f64 t x))) y)) |
(+.f64 x (/.f64 (-.f64 t x) (/.f64 y (*.f64 y z)))) |
(+.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 z (-.f64 t x))))) |
(+.f64 x (*.f64 (*.f64 (*.f64 y (-.f64 t x)) (/.f64 #s(literal 1 binary64) y)) z)) |
(+.f64 x (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 y (-.f64 t x))) y) z)) |
(+.f64 x (*.f64 (-.f64 t x) (*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 y z)))) |
(+.f64 x (/.f64 #s(literal 1 binary64) (/.f64 y (*.f64 y (*.f64 z (-.f64 t x)))))) |
(+.f64 x (*.f64 (*.f64 (/.f64 z y) y) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 t x))))) |
(+.f64 x (*.f64 (/.f64 (*.f64 y z) y) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 t x))))) |
(/.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (neg.f64 (*.f64 x (+.f64 z #s(literal 1 binary64))))) |
(+.f64 x (*.f64 (*.f64 y z) (/.f64 (-.f64 (*.f64 t y) (*.f64 y x)) (*.f64 y y)))) |
(+.f64 x (*.f64 (*.f64 (-.f64 (*.f64 t t) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (+.f64 t x))) z)) |
(+.f64 x (*.f64 (/.f64 y (/.f64 y (-.f64 (*.f64 t t) (*.f64 x x)))) (/.f64 z (+.f64 t x)))) |
(+.f64 x (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 y (-.f64 (*.f64 t t) (*.f64 x x)))) (/.f64 (*.f64 y z) (+.f64 t x)))) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z)))) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z)))) (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (-.f64 (*.f64 x x) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (/.f64 #s(literal 1 binary64) (-.f64 x (*.f64 z (-.f64 t x))))) |
(/.f64 (*.f64 (*.f64 z z) (+.f64 (*.f64 x x) (*.f64 #s(literal -2 binary64) (*.f64 x t)))) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(+.f64 x (*.f64 (*.f64 y z) (/.f64 (-.f64 (/.f64 (/.f64 t y) (/.f64 y t)) (*.f64 (/.f64 x y) (/.f64 x y))) (+.f64 (/.f64 t y) (/.f64 x y))))) |
(+.f64 x (*.f64 (/.f64 z (/.f64 y (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))))) (/.f64 y (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))))) |
(/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 z (-.f64 t x))) (/.f64 #s(literal 1 binary64) (-.f64 t x))) (*.f64 x x)) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(/.f64 (-.f64 (/.f64 (*.f64 z (-.f64 t x)) (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x)))) (*.f64 x x)) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(+.f64 x (*.f64 (/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) (*.f64 (/.f64 y z) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) y)) |
(/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z)))) (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))) (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))))) (*.f64 x x)) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 (-.f64 t x) y) (/.f64 (-.f64 t x) y)) (*.f64 y (*.f64 z (*.f64 y z)))) (*.f64 x x)) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(/.f64 (-.f64 (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))))) (*.f64 x x)) (-.f64 (*.f64 (/.f64 z y) (*.f64 y (-.f64 t x))) x)) |
(/.f64 (-.f64 (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))))) (*.f64 x x)) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z)))) (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (-.f64 (/.f64 (*.f64 y z) (*.f64 (/.f64 y (-.f64 (*.f64 t t) (*.f64 x x))) (+.f64 t x))) x)) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (+.f64 (*.f64 x x) (*.f64 (*.f64 z (-.f64 t x)) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))))))) (+.f64 (*.f64 x x) (*.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)))) |
(+.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (/.f64 x y)))) |
(+.f64 x (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))))) |
(+.f64 x (*.f64 (*.f64 z (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) y)) |
(+.f64 x (*.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (/.f64 x y)) y) z)) |
(fma.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (/.f64 x y)) y) z x) |
(fma.f64 (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) y) z x) |
(+.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) |
| Outputs |
|---|
(+.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
5 calls:
| 18.0ms | y |
| 17.0ms | x |
| 17.0ms | z |
| 16.0ms | (+.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) |
| 15.0ms | t |
| Accuracy | Segments | Branch |
|---|---|---|
| 90.7% | 1 | x |
| 90.7% | 1 | z |
| 90.7% | 1 | t |
| 96.0% | 2 | (+.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) |
| 97.3% | 2 | y |
Compiled 39 to 28 computations (28.2% saved)
| Inputs |
|---|
x |
(*.f64 z t) |
(*.f64 x (-.f64 #s(literal 1 binary64) z)) |
(*.f64 (*.f64 x z) #s(literal -2 binary64)) |
(+.f64 x (*.f64 z t)) |
(*.f64 z (-.f64 (/.f64 x z) x)) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+.f64 x (*.f64 (-.f64 t x) z)) |
(+.f64 (*.f64 z (-.f64 t x)) x) |
(+.f64 x (*.f64 (*.f64 y z) (/.f64 t y))) |
(+.f64 x (*.f64 (/.f64 z (/.f64 y t)) y)) |
(+.f64 x (/.f64 z (/.f64 #s(literal 1 binary64) (-.f64 t x)))) |
(+.f64 x (*.f64 (*.f64 y z) (/.f64 x (neg.f64 y)))) |
(+.f64 x (*.f64 (*.f64 (/.f64 x (neg.f64 y)) y) z)) |
(+.f64 x (*.f64 (*.f64 y z) (/.f64 (-.f64 t x) y))) |
(+.f64 x (*.f64 (*.f64 (/.f64 (-.f64 t x) y) y) z)) |
(+.f64 x (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 t x))) z)) |
(+.f64 x (*.f64 (/.f64 z (/.f64 y (-.f64 t x))) y)) |
(+.f64 x (*.f64 (/.f64 (-.f64 t x) (/.f64 y z)) y)) |
(+.f64 x (/.f64 (*.f64 y (*.f64 z (-.f64 t x))) y)) |
(+.f64 x (/.f64 (-.f64 t x) (/.f64 y (*.f64 y z)))) |
(+.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 z (-.f64 t x))))) |
(+.f64 x (*.f64 (*.f64 (*.f64 y (-.f64 t x)) (/.f64 #s(literal 1 binary64) y)) z)) |
(+.f64 x (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 y (-.f64 t x))) y) z)) |
(+.f64 x (*.f64 (-.f64 t x) (*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 y z)))) |
(+.f64 x (/.f64 #s(literal 1 binary64) (/.f64 y (*.f64 y (*.f64 z (-.f64 t x)))))) |
(+.f64 x (*.f64 (*.f64 (/.f64 z y) y) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 t x))))) |
(+.f64 x (*.f64 (/.f64 (*.f64 y z) y) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 t x))))) |
(/.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (neg.f64 (*.f64 x (+.f64 z #s(literal 1 binary64))))) |
(+.f64 x (*.f64 (*.f64 y z) (/.f64 (-.f64 (*.f64 t y) (*.f64 y x)) (*.f64 y y)))) |
(+.f64 x (*.f64 (*.f64 (-.f64 (*.f64 t t) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (+.f64 t x))) z)) |
(+.f64 x (*.f64 (/.f64 y (/.f64 y (-.f64 (*.f64 t t) (*.f64 x x)))) (/.f64 z (+.f64 t x)))) |
(+.f64 x (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 y (-.f64 (*.f64 t t) (*.f64 x x)))) (/.f64 (*.f64 y z) (+.f64 t x)))) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z)))) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z)))) (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (-.f64 (*.f64 x x) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (/.f64 #s(literal 1 binary64) (-.f64 x (*.f64 z (-.f64 t x))))) |
(/.f64 (*.f64 (*.f64 z z) (+.f64 (*.f64 x x) (*.f64 #s(literal -2 binary64) (*.f64 x t)))) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(+.f64 x (*.f64 (*.f64 y z) (/.f64 (-.f64 (/.f64 (/.f64 t y) (/.f64 y t)) (*.f64 (/.f64 x y) (/.f64 x y))) (+.f64 (/.f64 t y) (/.f64 x y))))) |
(+.f64 x (*.f64 (/.f64 z (/.f64 y (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))))) (/.f64 y (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))))) |
(/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 z (-.f64 t x))) (/.f64 #s(literal 1 binary64) (-.f64 t x))) (*.f64 x x)) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(/.f64 (-.f64 (/.f64 (*.f64 z (-.f64 t x)) (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x)))) (*.f64 x x)) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(+.f64 x (*.f64 (/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) (*.f64 (/.f64 y z) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) y)) |
(/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z)))) (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))) (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))))) (*.f64 x x)) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 (-.f64 t x) y) (/.f64 (-.f64 t x) y)) (*.f64 y (*.f64 z (*.f64 y z)))) (*.f64 x x)) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(/.f64 (-.f64 (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))))) (*.f64 x x)) (-.f64 (*.f64 (/.f64 z y) (*.f64 y (-.f64 t x))) x)) |
(/.f64 (-.f64 (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))))) (*.f64 x x)) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z)))) (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (-.f64 (/.f64 (*.f64 y z) (*.f64 (/.f64 y (-.f64 (*.f64 t t) (*.f64 x x))) (+.f64 t x))) x)) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (+.f64 (*.f64 x x) (*.f64 (*.f64 z (-.f64 t x)) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))))))) (+.f64 (*.f64 x x) (*.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)))) |
(+.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (/.f64 x y)))) |
(+.f64 x (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))))) |
(+.f64 x (*.f64 (*.f64 z (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) y)) |
(+.f64 x (*.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (/.f64 x y)) y) z)) |
(fma.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (/.f64 x y)) y) z x) |
(fma.f64 (*.f64 (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))) y) z x) |
| Outputs |
|---|
x |
(fma.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (/.f64 x y)) y) z x) |
(+.f64 x (*.f64 z (-.f64 t x))) |
4 calls:
| 17.0ms | t |
| 17.0ms | y |
| 16.0ms | x |
| 16.0ms | z |
| Accuracy | Segments | Branch |
|---|---|---|
| 79.3% | 3 | t |
| 83.0% | 4 | x |
| 75.6% | 4 | z |
| 85.3% | 3 | y |
Compiled 20 to 16 computations (20% saved)
| Inputs |
|---|
x |
(*.f64 z t) |
(*.f64 x (-.f64 #s(literal 1 binary64) z)) |
(*.f64 (*.f64 x z) #s(literal -2 binary64)) |
(+.f64 x (*.f64 z t)) |
(*.f64 z (-.f64 (/.f64 x z) x)) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+.f64 x (*.f64 (-.f64 t x) z)) |
(+.f64 (*.f64 z (-.f64 t x)) x) |
(+.f64 x (*.f64 (*.f64 y z) (/.f64 t y))) |
(+.f64 x (*.f64 (/.f64 z (/.f64 y t)) y)) |
(+.f64 x (/.f64 z (/.f64 #s(literal 1 binary64) (-.f64 t x)))) |
(+.f64 x (*.f64 (*.f64 y z) (/.f64 x (neg.f64 y)))) |
(+.f64 x (*.f64 (*.f64 (/.f64 x (neg.f64 y)) y) z)) |
(+.f64 x (*.f64 (*.f64 y z) (/.f64 (-.f64 t x) y))) |
(+.f64 x (*.f64 (*.f64 (/.f64 (-.f64 t x) y) y) z)) |
(+.f64 x (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 t x))) z)) |
(+.f64 x (*.f64 (/.f64 z (/.f64 y (-.f64 t x))) y)) |
(+.f64 x (*.f64 (/.f64 (-.f64 t x) (/.f64 y z)) y)) |
(+.f64 x (/.f64 (*.f64 y (*.f64 z (-.f64 t x))) y)) |
(+.f64 x (/.f64 (-.f64 t x) (/.f64 y (*.f64 y z)))) |
(+.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 z (-.f64 t x))))) |
(+.f64 x (*.f64 (*.f64 (*.f64 y (-.f64 t x)) (/.f64 #s(literal 1 binary64) y)) z)) |
(+.f64 x (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 y (-.f64 t x))) y) z)) |
(+.f64 x (*.f64 (-.f64 t x) (*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 y z)))) |
(+.f64 x (/.f64 #s(literal 1 binary64) (/.f64 y (*.f64 y (*.f64 z (-.f64 t x)))))) |
(+.f64 x (*.f64 (*.f64 (/.f64 z y) y) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 t x))))) |
(+.f64 x (*.f64 (/.f64 (*.f64 y z) y) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 t x))))) |
(/.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (neg.f64 (*.f64 x (+.f64 z #s(literal 1 binary64))))) |
(+.f64 x (*.f64 (*.f64 y z) (/.f64 (-.f64 (*.f64 t y) (*.f64 y x)) (*.f64 y y)))) |
(+.f64 x (*.f64 (*.f64 (-.f64 (*.f64 t t) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (+.f64 t x))) z)) |
(+.f64 x (*.f64 (/.f64 y (/.f64 y (-.f64 (*.f64 t t) (*.f64 x x)))) (/.f64 z (+.f64 t x)))) |
(+.f64 x (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 y (-.f64 (*.f64 t t) (*.f64 x x)))) (/.f64 (*.f64 y z) (+.f64 t x)))) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z)))) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z)))) (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (-.f64 (*.f64 x x) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (/.f64 #s(literal 1 binary64) (-.f64 x (*.f64 z (-.f64 t x))))) |
(/.f64 (*.f64 (*.f64 z z) (+.f64 (*.f64 x x) (*.f64 #s(literal -2 binary64) (*.f64 x t)))) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(+.f64 x (*.f64 (*.f64 y z) (/.f64 (-.f64 (/.f64 (/.f64 t y) (/.f64 y t)) (*.f64 (/.f64 x y) (/.f64 x y))) (+.f64 (/.f64 t y) (/.f64 x y))))) |
(+.f64 x (*.f64 (/.f64 z (/.f64 y (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))))) (/.f64 y (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))))) |
(/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 z (-.f64 t x))) (/.f64 #s(literal 1 binary64) (-.f64 t x))) (*.f64 x x)) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(/.f64 (-.f64 (/.f64 (*.f64 z (-.f64 t x)) (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x)))) (*.f64 x x)) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(+.f64 x (*.f64 (/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) (*.f64 (/.f64 y z) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) y)) |
(/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z)))) (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))) (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))))) (*.f64 x x)) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 (-.f64 t x) y) (/.f64 (-.f64 t x) y)) (*.f64 y (*.f64 z (*.f64 y z)))) (*.f64 x x)) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(/.f64 (-.f64 (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))))) (*.f64 x x)) (-.f64 (*.f64 (/.f64 z y) (*.f64 y (-.f64 t x))) x)) |
(/.f64 (-.f64 (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))))) (*.f64 x x)) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z)))) (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (-.f64 (/.f64 (*.f64 y z) (*.f64 (/.f64 y (-.f64 (*.f64 t t) (*.f64 x x))) (+.f64 t x))) x)) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (+.f64 (*.f64 x x) (*.f64 (*.f64 z (-.f64 t x)) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))))))) (+.f64 (*.f64 x x) (*.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)))) |
(+.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (/.f64 x y)))) |
(+.f64 x (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))))) |
(+.f64 x (*.f64 (*.f64 z (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) y)) |
(+.f64 x (*.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (/.f64 x y)) y) z)) |
| Outputs |
|---|
x |
(+.f64 x (*.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (/.f64 x y)) y) z)) |
(+.f64 x (*.f64 z (-.f64 t x))) |
1 calls:
| 18.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 85.3% | 3 | y |
Compiled 5 to 4 computations (20% saved)
| Inputs |
|---|
x |
(*.f64 z t) |
(*.f64 x (-.f64 #s(literal 1 binary64) z)) |
(*.f64 (*.f64 x z) #s(literal -2 binary64)) |
(+.f64 x (*.f64 z t)) |
(*.f64 z (-.f64 (/.f64 x z) x)) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+.f64 x (*.f64 (-.f64 t x) z)) |
(+.f64 (*.f64 z (-.f64 t x)) x) |
(+.f64 x (*.f64 (*.f64 y z) (/.f64 t y))) |
(+.f64 x (*.f64 (/.f64 z (/.f64 y t)) y)) |
(+.f64 x (/.f64 z (/.f64 #s(literal 1 binary64) (-.f64 t x)))) |
(+.f64 x (*.f64 (*.f64 y z) (/.f64 x (neg.f64 y)))) |
(+.f64 x (*.f64 (*.f64 (/.f64 x (neg.f64 y)) y) z)) |
(+.f64 x (*.f64 (*.f64 y z) (/.f64 (-.f64 t x) y))) |
(+.f64 x (*.f64 (*.f64 (/.f64 (-.f64 t x) y) y) z)) |
(+.f64 x (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 t x))) z)) |
(+.f64 x (*.f64 (/.f64 z (/.f64 y (-.f64 t x))) y)) |
(+.f64 x (*.f64 (/.f64 (-.f64 t x) (/.f64 y z)) y)) |
(+.f64 x (/.f64 (*.f64 y (*.f64 z (-.f64 t x))) y)) |
(+.f64 x (/.f64 (-.f64 t x) (/.f64 y (*.f64 y z)))) |
(+.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 z (-.f64 t x))))) |
(+.f64 x (*.f64 (*.f64 (*.f64 y (-.f64 t x)) (/.f64 #s(literal 1 binary64) y)) z)) |
(+.f64 x (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 y (-.f64 t x))) y) z)) |
(+.f64 x (*.f64 (-.f64 t x) (*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 y z)))) |
(+.f64 x (/.f64 #s(literal 1 binary64) (/.f64 y (*.f64 y (*.f64 z (-.f64 t x)))))) |
(+.f64 x (*.f64 (*.f64 (/.f64 z y) y) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 t x))))) |
(+.f64 x (*.f64 (/.f64 (*.f64 y z) y) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 t x))))) |
(/.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (neg.f64 (*.f64 x (+.f64 z #s(literal 1 binary64))))) |
(+.f64 x (*.f64 (*.f64 y z) (/.f64 (-.f64 (*.f64 t y) (*.f64 y x)) (*.f64 y y)))) |
(+.f64 x (*.f64 (*.f64 (-.f64 (*.f64 t t) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (+.f64 t x))) z)) |
(+.f64 x (*.f64 (/.f64 y (/.f64 y (-.f64 (*.f64 t t) (*.f64 x x)))) (/.f64 z (+.f64 t x)))) |
(+.f64 x (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 y (-.f64 (*.f64 t t) (*.f64 x x)))) (/.f64 (*.f64 y z) (+.f64 t x)))) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z)))) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z)))) (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (-.f64 (*.f64 x x) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (/.f64 #s(literal 1 binary64) (-.f64 x (*.f64 z (-.f64 t x))))) |
(/.f64 (*.f64 (*.f64 z z) (+.f64 (*.f64 x x) (*.f64 #s(literal -2 binary64) (*.f64 x t)))) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(+.f64 x (*.f64 (*.f64 y z) (/.f64 (-.f64 (/.f64 (/.f64 t y) (/.f64 y t)) (*.f64 (/.f64 x y) (/.f64 x y))) (+.f64 (/.f64 t y) (/.f64 x y))))) |
(+.f64 x (*.f64 (/.f64 z (/.f64 y (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))))) (/.f64 y (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))))) |
(/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 z (-.f64 t x))) (/.f64 #s(literal 1 binary64) (-.f64 t x))) (*.f64 x x)) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(/.f64 (-.f64 (/.f64 (*.f64 z (-.f64 t x)) (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x)))) (*.f64 x x)) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(+.f64 x (*.f64 (/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) (*.f64 (/.f64 y z) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) y)) |
(/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z)))) (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))) (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))))) (*.f64 x x)) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 (-.f64 t x) y) (/.f64 (-.f64 t x) y)) (*.f64 y (*.f64 z (*.f64 y z)))) (*.f64 x x)) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(/.f64 (-.f64 (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))))) (*.f64 x x)) (-.f64 (*.f64 (/.f64 z y) (*.f64 y (-.f64 t x))) x)) |
(/.f64 (-.f64 (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))))) (*.f64 x x)) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z)))) (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (-.f64 (/.f64 (*.f64 y z) (*.f64 (/.f64 y (-.f64 (*.f64 t t) (*.f64 x x))) (+.f64 t x))) x)) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (+.f64 (*.f64 x x) (*.f64 (*.f64 z (-.f64 t x)) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))))))) (+.f64 (*.f64 x x) (*.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)))) |
(+.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (/.f64 x y)))) |
(+.f64 x (*.f64 (*.f64 y z) (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y))))) |
(+.f64 x (*.f64 (*.f64 z (-.f64 (/.f64 t y) (tanh.f64 (/.f64 x y)))) y)) |
| Outputs |
|---|
x |
(+.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (/.f64 x y)))) |
(+.f64 x (*.f64 z (-.f64 t x))) |
1 calls:
| 14.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 84.3% | 3 | y |
Compiled 5 to 4 computations (20% saved)
| Inputs |
|---|
x |
(*.f64 z t) |
(*.f64 x (-.f64 #s(literal 1 binary64) z)) |
(*.f64 (*.f64 x z) #s(literal -2 binary64)) |
(+.f64 x (*.f64 z t)) |
(*.f64 z (-.f64 (/.f64 x z) x)) |
(+.f64 x (*.f64 z (-.f64 t x))) |
(+.f64 x (*.f64 (-.f64 t x) z)) |
(+.f64 (*.f64 z (-.f64 t x)) x) |
(+.f64 x (*.f64 (*.f64 y z) (/.f64 t y))) |
(+.f64 x (*.f64 (/.f64 z (/.f64 y t)) y)) |
(+.f64 x (/.f64 z (/.f64 #s(literal 1 binary64) (-.f64 t x)))) |
(+.f64 x (*.f64 (*.f64 y z) (/.f64 x (neg.f64 y)))) |
(+.f64 x (*.f64 (*.f64 (/.f64 x (neg.f64 y)) y) z)) |
(+.f64 x (*.f64 (*.f64 y z) (/.f64 (-.f64 t x) y))) |
(+.f64 x (*.f64 (*.f64 (/.f64 (-.f64 t x) y) y) z)) |
(+.f64 x (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 t x))) z)) |
(+.f64 x (*.f64 (/.f64 z (/.f64 y (-.f64 t x))) y)) |
(+.f64 x (*.f64 (/.f64 (-.f64 t x) (/.f64 y z)) y)) |
(+.f64 x (/.f64 (*.f64 y (*.f64 z (-.f64 t x))) y)) |
(+.f64 x (/.f64 (-.f64 t x) (/.f64 y (*.f64 y z)))) |
(+.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 z (-.f64 t x))))) |
(+.f64 x (*.f64 (*.f64 (*.f64 y (-.f64 t x)) (/.f64 #s(literal 1 binary64) y)) z)) |
(+.f64 x (*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 y (-.f64 t x))) y) z)) |
(+.f64 x (*.f64 (-.f64 t x) (*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 y z)))) |
(+.f64 x (/.f64 #s(literal 1 binary64) (/.f64 y (*.f64 y (*.f64 z (-.f64 t x)))))) |
(+.f64 x (*.f64 (*.f64 (/.f64 z y) y) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 t x))))) |
(+.f64 x (*.f64 (/.f64 (*.f64 y z) y) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 t x))))) |
(/.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64))) (neg.f64 (*.f64 x (+.f64 z #s(literal 1 binary64))))) |
(+.f64 x (*.f64 (*.f64 y z) (/.f64 (-.f64 (*.f64 t y) (*.f64 y x)) (*.f64 y y)))) |
(+.f64 x (*.f64 (*.f64 (-.f64 (*.f64 t t) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (+.f64 t x))) z)) |
(+.f64 x (*.f64 (/.f64 y (/.f64 y (-.f64 (*.f64 t t) (*.f64 x x)))) (/.f64 z (+.f64 t x)))) |
(+.f64 x (*.f64 (/.f64 #s(literal 1 binary64) (/.f64 y (-.f64 (*.f64 t t) (*.f64 x x)))) (/.f64 (*.f64 y z) (+.f64 t x)))) |
(/.f64 (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z)))) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z)))) (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (-.f64 (*.f64 x x) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x))))) (/.f64 #s(literal 1 binary64) (-.f64 x (*.f64 z (-.f64 t x))))) |
(/.f64 (*.f64 (*.f64 z z) (+.f64 (*.f64 x x) (*.f64 #s(literal -2 binary64) (*.f64 x t)))) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(+.f64 x (*.f64 (*.f64 y z) (/.f64 (-.f64 (/.f64 (/.f64 t y) (/.f64 y t)) (*.f64 (/.f64 x y) (/.f64 x y))) (+.f64 (/.f64 t y) (/.f64 x y))))) |
(+.f64 x (*.f64 (/.f64 z (/.f64 y (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x))))) (/.f64 y (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x)))))) |
(/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 z (-.f64 t x))) (/.f64 #s(literal 1 binary64) (-.f64 t x))) (*.f64 x x)) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(/.f64 (-.f64 (/.f64 (*.f64 z (-.f64 t x)) (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x)))) (*.f64 x x)) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(+.f64 x (*.f64 (/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 x (*.f64 x x)))) (*.f64 (/.f64 y z) (+.f64 (*.f64 t t) (*.f64 x (+.f64 t x))))) y)) |
(/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z)))) (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))) (/.f64 #s(literal 1 binary64) (*.f64 z (-.f64 t x))))) (*.f64 x x)) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 (-.f64 t x) y) (/.f64 (-.f64 t x) y)) (*.f64 y (*.f64 z (*.f64 y z)))) (*.f64 x x)) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(/.f64 (-.f64 (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))))) (*.f64 x x)) (-.f64 (*.f64 (/.f64 z y) (*.f64 y (-.f64 t x))) x)) |
(/.f64 (-.f64 (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))))) (*.f64 x x)) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)) |
(/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (*.f64 t (*.f64 x (*.f64 z z)))) (*.f64 (*.f64 x x) (+.f64 (*.f64 z z) #s(literal -1 binary64)))) (-.f64 (/.f64 (*.f64 y z) (*.f64 (/.f64 y (-.f64 (*.f64 t t) (*.f64 x x))) (+.f64 t x))) x)) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 z (-.f64 t x)) (*.f64 (-.f64 t x) (*.f64 z (*.f64 z (-.f64 t x)))))) (+.f64 (*.f64 x x) (*.f64 (*.f64 z (-.f64 t x)) (-.f64 (*.f64 z (-.f64 t x)) x)))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) (*.f64 (/.f64 (-.f64 t x) y) (*.f64 (*.f64 y z) (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))))))) (+.f64 (*.f64 x x) (*.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) (-.f64 (/.f64 (*.f64 y z) (/.f64 y (-.f64 t x))) x)))) |
| Outputs |
|---|
x |
(+.f64 x (*.f64 z (-.f64 t x))) |
1 calls:
| 14.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 80.2% | 2 | y |
Compiled 5 to 4 computations (20% saved)
| Inputs |
|---|
x |
(*.f64 z t) |
(*.f64 x (-.f64 #s(literal 1 binary64) z)) |
(*.f64 (*.f64 x z) #s(literal -2 binary64)) |
(+.f64 x (*.f64 z t)) |
(*.f64 z (-.f64 (/.f64 x z) x)) |
| Outputs |
|---|
x |
(+.f64 x (*.f64 z t)) |
3 calls:
| 3.0ms | x |
| 3.0ms | y |
| 3.0ms | t |
| Accuracy | Segments | Branch |
|---|---|---|
| 67.9% | 3 | t |
| 68.0% | 3 | x |
| 74.4% | 2 | y |
Compiled 15 to 12 computations (20% saved)
| Inputs |
|---|
x |
(*.f64 z t) |
(*.f64 x (-.f64 #s(literal 1 binary64) z)) |
(*.f64 (*.f64 x z) #s(literal -2 binary64)) |
| Outputs |
|---|
x |
(*.f64 x (-.f64 #s(literal 1 binary64) z)) |
2 calls:
| 2.0ms | y |
| 2.0ms | z |
| Accuracy | Segments | Branch |
|---|---|---|
| 64.5% | 2 | z |
| 68.6% | 2 | y |
Compiled 10 to 8 computations (20% saved)
Total -37.9b remaining (-157.8%)
Threshold costs -37.9b (-157.8%)
| Inputs |
|---|
x |
(*.f64 z t) |
| Outputs |
|---|
x |
4 calls:
| 11.0ms | y |
| 2.0ms | x |
| 1.0ms | z |
| 1.0ms | t |
| Accuracy | Segments | Branch |
|---|---|---|
| 62.4% | 1 | z |
| 62.4% | 1 | t |
| 62.4% | 1 | x |
| 62.4% | 1 | y |
Compiled 20 to 16 computations (20% saved)
| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 19.0ms | 1.2960141789768966e+229 | 2.9988992425214194e+232 |
| 14.0ms | 126× | 0 | valid |
| 0.0ms | 2× | 1 | valid |
Compiled 274 to 178 computations (35% saved)
ival-div: 5.0ms (50% of total)ival-mult: 2.0ms (20% of total)ival-tanh: 2.0ms (20% of total)ival-add: 1.0ms (10% of total)ival-sub: 1.0ms (10% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 19.0ms | 1.2960141789768966e+229 | 2.9988992425214194e+232 |
| 14.0ms | 125× | 0 | valid |
| 1.0ms | 3× | 1 | valid |
Compiled 282 to 186 computations (34% saved)
ival-div: 2.0ms (27.7% of total)ival-mult: 2.0ms (27.7% of total)ival-tanh: 2.0ms (27.7% of total)ival-add: 1.0ms (13.8% of total)ival-sub: 1.0ms (13.8% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 15.0ms | 1.2960141789768966e+229 | 2.9988992425214194e+232 |
| 11.0ms | 127× | 0 | valid |
| 0.0ms | 1× | 1 | valid |
Compiled 282 to 186 computations (34% saved)
ival-div: 2.0ms (30% of total)ival-mult: 2.0ms (30% of total)ival-add: 1.0ms (15% of total)ival-sub: 1.0ms (15% of total)ival-tanh: 1.0ms (15% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 20.0ms | 2.359939853588653e+156 | 1.7571066821983497e+157 |
| 16.0ms | 94× | 0 | valid |
| 0.0ms | 2× | 1 | valid |
Compiled 218 to 144 computations (33.9% saved)
ival-div: 1.0ms (19.4% of total)ival-add: 1.0ms (19.4% of total)ival-mult: 1.0ms (19.4% of total)ival-tanh: 1.0ms (19.4% of total)ival-sub: 0.0ms (0% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 2× | binary-search |
| 1× | predicate-same |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 53.0ms | 1.2960141789768966e+229 | 2.9988992425214194e+232 |
| 16.0ms | 4.606209864904703e-64 | 1.5315697792254327e-63 |
| 16.0ms | 174× | 0 | valid |
| 0.0ms | 2× | 1 | valid |
Compiled 326 to 212 computations (35% saved)
ival-div: 3.0ms (31.8% of total)ival-mult: 3.0ms (31.8% of total)ival-tanh: 2.0ms (21.2% of total)ival-add: 1.0ms (10.6% of total)ival-sub: 1.0ms (10.6% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 2× | binary-search |
| 1× | predicate-same |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 16.0ms | 1.2960141789768966e+229 | 2.9988992425214194e+232 |
| 10.0ms | 4.606209864904703e-64 | 1.5315697792254327e-63 |
| 19.0ms | 173× | 0 | valid |
| 1.0ms | 3× | 1 | valid |
Compiled 337 to 223 computations (33.8% saved)
ival-div: 7.0ms (50.9% of total)ival-mult: 3.0ms (21.8% of total)ival-tanh: 2.0ms (14.5% of total)ival-add: 1.0ms (7.3% of total)ival-sub: 1.0ms (7.3% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 20.0ms | 1.403537662018801e+129 | 2.649770721152844e+131 |
| 11.0ms | 4.606209864904703e-64 | 1.5315697792254327e-63 |
| 23.0ms | 183× | 0 | valid |
| 2.0ms | 9× | 1 | valid |
Compiled 368 to 243 computations (34% saved)
ival-tanh: 8.0ms (45% of total)ival-div: 4.0ms (22.5% of total)ival-mult: 3.0ms (16.9% of total)ival-add: 1.0ms (5.6% of total)ival-sub: 1.0ms (5.6% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 13.0ms | 1.0801150372042086e+33 | 4.6341315848343405e+33 |
| 10.0ms | 96× | 0 | valid |
Compiled 134 to 96 computations (28.4% saved)
ival-tanh: 2.0ms (31.8% of total)ival-div: 1.0ms (15.9% of total)ival-mult: 1.0ms (15.9% of total)ival-sub: 0.0ms (0% of total)ival-add: 0.0ms (0% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 13.0ms | 45193333522404110.0 | 4790195279598261000.0 |
| 10.0ms | 111× | 0 | valid |
| 0.0ms | 1× | 1 | valid |
Compiled 138 to 102 computations (26.1% saved)
ival-div: 2.0ms (34.3% of total)ival-mult: 2.0ms (34.3% of total)ival-add: 1.0ms (17.1% of total)ival-sub: 1.0ms (17.1% of total)ival-tanh: 1.0ms (17.1% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 15.0ms | 6.724991986168455e+115 | 9.479050404708417e+117 |
| 11.0ms | 110× | 0 | valid |
| 0.0ms | 2× | 1 | valid |
Compiled 138 to 109 computations (21% saved)
ival-mult: 3.0ms (41.3% of total)ival-div: 2.0ms (27.6% of total)ival-add: 1.0ms (13.8% of total)ival-sub: 1.0ms (13.8% of total)ival-tanh: 1.0ms (13.8% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1× | egg-herbie |
| 34× | *-commutative_binary64 |
| 32× | +-commutative_binary64 |
| 18× | sub-neg_binary64 |
| 10× | neg-sub0_binary64 |
| 10× | neg-mul-1_binary64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 73 | 225 |
| 1 | 103 | 225 |
| 2 | 119 | 225 |
| 3 | 129 | 225 |
| 4 | 135 | 225 |
| 5 | 136 | 225 |
| 1× | saturated |
| Inputs |
|---|
(if (<=.f64 y #s(literal 57999999999999996294826443701756127107209692625267113166114625835171159074512955850848029275915531662491238862024365024466820976477664145064758671497063385233971975146441931050499570959546954022787036378391286308196947672822710272 binary64)) (fma.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) y) z x) (+.f64 x (*.f64 z (-.f64 t x)))) |
(if (<=.f64 y #s(literal 1200000000000000033297666580237589080754200361936458827089971265204595671153160110275820667506003103771596791068239960554723592077678741048722040979919358737909293847420708445515723234591735013594631902295664744017734763859937329152 binary64)) (+.f64 x (*.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) y) z)) (+.f64 x (*.f64 z (-.f64 t x)))) |
(if (<=.f64 y #s(literal 17500000000000001203774859386536103616301907287473591698201808696357691154482204240506614867823980175921724289511909298947127065629680965378116247515586002373561511961222130210990835735866438088023540318284639181699203943282769920 binary64)) (+.f64 x (*.f64 (*.f64 z (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) y)) (+.f64 x (*.f64 z (-.f64 t x)))) |
(if (<=.f64 y #s(literal 12599999999999999637896542378817635430531138429225680235343527257388857584967984767889016814959959976128769654491906219562510421424440870474869743200860372992 binary64)) (+.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) (+.f64 x (*.f64 z (-.f64 t x)))) |
(if (<=.f64 y #s(literal 3483026044258471/7410693711188236507108543040556026102609279018600996098525285376506440296955904 binary64)) x (if (<=.f64 y #s(literal 50000000000000004978322216300255859307940775126853620144447441444144841048874767756413678479557303886746221726677047727400523075720944169118017456955450051308142127074213512132587827598340471265285454644683672657941808345790808064 binary64)) (fma.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (/.f64 x y)) y) z x) (+.f64 x (*.f64 z (-.f64 t x))))) |
(if (<=.f64 y #s(literal 5558020283391177/3705346855594118253554271520278013051304639509300498049262642688253220148477952 binary64)) x (if (<=.f64 y #s(literal 1500000000000000084713116530781262122260939572974587562050847746233184845951367295783829642384189974469652254021304543144848970966910385815957740218404919669129675910456093479727846357123886915379399382457952629908602773044442693632 binary64)) (+.f64 x (*.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (/.f64 x y)) y) z)) (+.f64 x (*.f64 z (-.f64 t x))))) |
(if (<=.f64 y #s(literal 4298202352489177/7410693711188236507108543040556026102609279018600996098525285376506440296955904 binary64)) x (if (<=.f64 y #s(literal 249999999999999997707391850590319140921652212495621227996023056629417287916399909050260733496635392592400563293957495681247365562368 binary64)) (+.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (/.f64 x y)))) (+.f64 x (*.f64 z (-.f64 t x))))) |
(if (<=.f64 y #s(literal 1349999999999999955349599447678976 binary64)) x (+.f64 x (*.f64 z (-.f64 t x)))) |
(if (<=.f64 y #s(literal 2050000000000000000 binary64)) x (+.f64 x (*.f64 z t))) |
(if (<=.f64 y #s(literal 78000000000000001213634458098413755892919708959842791802842105273605034930850944854668860413373700918744089907691520 binary64)) x (*.f64 x (-.f64 #s(literal 1 binary64) z))) |
x |
| Outputs |
|---|
(if (<=.f64 y #s(literal 57999999999999996294826443701756127107209692625267113166114625835171159074512955850848029275915531662491238862024365024466820976477664145064758671497063385233971975146441931050499570959546954022787036378391286308196947672822710272 binary64)) (fma.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) y) z x) (+.f64 x (*.f64 z (-.f64 t x)))) |
(if (<=.f64 y #s(literal 57999999999999996294826443701756127107209692625267113166114625835171159074512955850848029275915531662491238862024365024466820976477664145064758671497063385233971975146441931050499570959546954022787036378391286308196947672822710272 binary64)) (fma.f64 (*.f64 y (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) z x) (+.f64 x (*.f64 z (-.f64 t x)))) |
(if (<=.f64 y #s(literal 1200000000000000033297666580237589080754200361936458827089971265204595671153160110275820667506003103771596791068239960554723592077678741048722040979919358737909293847420708445515723234591735013594631902295664744017734763859937329152 binary64)) (+.f64 x (*.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) y) z)) (+.f64 x (*.f64 z (-.f64 t x)))) |
(if (<=.f64 y #s(literal 1200000000000000033297666580237589080754200361936458827089971265204595671153160110275820667506003103771596791068239960554723592077678741048722040979919358737909293847420708445515723234591735013594631902295664744017734763859937329152 binary64)) (+.f64 x (*.f64 (*.f64 y (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) z)) (+.f64 x (*.f64 z (-.f64 t x)))) |
(if (<=.f64 y #s(literal 17500000000000001203774859386536103616301907287473591698201808696357691154482204240506614867823980175921724289511909298947127065629680965378116247515586002373561511961222130210990835735866438088023540318284639181699203943282769920 binary64)) (+.f64 x (*.f64 (*.f64 z (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y)))) y)) (+.f64 x (*.f64 z (-.f64 t x)))) |
(if (<=.f64 y #s(literal 17500000000000001203774859386536103616301907287473591698201808696357691154482204240506614867823980175921724289511909298947127065629680965378116247515586002373561511961222130210990835735866438088023540318284639181699203943282769920 binary64)) (+.f64 x (*.f64 y (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) z))) (+.f64 x (*.f64 z (-.f64 t x)))) |
(if (<=.f64 y #s(literal 12599999999999999637896542378817635430531138429225680235343527257388857584967984767889016814959959976128769654491906219562510421424440870474869743200860372992 binary64)) (+.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))))) (+.f64 x (*.f64 z (-.f64 t x)))) |
(if (<=.f64 y #s(literal 12599999999999999637896542378817635430531138429225680235343527257388857584967984767889016814959959976128769654491906219562510421424440870474869743200860372992 binary64)) (+.f64 x (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (tanh.f64 (/.f64 x y))) (*.f64 y z))) (+.f64 x (*.f64 z (-.f64 t x)))) |
(if (<=.f64 y #s(literal 3483026044258471/7410693711188236507108543040556026102609279018600996098525285376506440296955904 binary64)) x (if (<=.f64 y #s(literal 50000000000000004978322216300255859307940775126853620144447441444144841048874767756413678479557303886746221726677047727400523075720944169118017456955450051308142127074213512132587827598340471265285454644683672657941808345790808064 binary64)) (fma.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (/.f64 x y)) y) z x) (+.f64 x (*.f64 z (-.f64 t x))))) |
(if (<=.f64 y #s(literal 3483026044258471/7410693711188236507108543040556026102609279018600996098525285376506440296955904 binary64)) x (if (<=.f64 y #s(literal 50000000000000004978322216300255859307940775126853620144447441444144841048874767756413678479557303886746221726677047727400523075720944169118017456955450051308142127074213512132587827598340471265285454644683672657941808345790808064 binary64)) (fma.f64 (*.f64 y (-.f64 (tanh.f64 (/.f64 t y)) (/.f64 x y))) z x) (+.f64 x (*.f64 z (-.f64 t x))))) |
(if (<=.f64 y #s(literal 5558020283391177/3705346855594118253554271520278013051304639509300498049262642688253220148477952 binary64)) x (if (<=.f64 y #s(literal 1500000000000000084713116530781262122260939572974587562050847746233184845951367295783829642384189974469652254021304543144848970966910385815957740218404919669129675910456093479727846357123886915379399382457952629908602773044442693632 binary64)) (+.f64 x (*.f64 (*.f64 (-.f64 (tanh.f64 (/.f64 t y)) (/.f64 x y)) y) z)) (+.f64 x (*.f64 z (-.f64 t x))))) |
(if (<=.f64 y #s(literal 5558020283391177/3705346855594118253554271520278013051304639509300498049262642688253220148477952 binary64)) x (if (<=.f64 y #s(literal 1500000000000000084713116530781262122260939572974587562050847746233184845951367295783829642384189974469652254021304543144848970966910385815957740218404919669129675910456093479727846357123886915379399382457952629908602773044442693632 binary64)) (+.f64 x (*.f64 z (*.f64 y (-.f64 (tanh.f64 (/.f64 t y)) (/.f64 x y))))) (+.f64 x (*.f64 z (-.f64 t x))))) |
(if (<=.f64 y #s(literal 4298202352489177/7410693711188236507108543040556026102609279018600996098525285376506440296955904 binary64)) x (if (<=.f64 y #s(literal 249999999999999997707391850590319140921652212495621227996023056629417287916399909050260733496635392592400563293957495681247365562368 binary64)) (+.f64 x (*.f64 (*.f64 y z) (-.f64 (tanh.f64 (/.f64 t y)) (/.f64 x y)))) (+.f64 x (*.f64 z (-.f64 t x))))) |
(if (<=.f64 y #s(literal 1349999999999999955349599447678976 binary64)) x (+.f64 x (*.f64 z (-.f64 t x)))) |
(if (<=.f64 y #s(literal 2050000000000000000 binary64)) x (+.f64 x (*.f64 z t))) |
(if (<=.f64 y #s(literal 2050000000000000000 binary64)) x (+.f64 x (*.f64 t z))) |
(if (<=.f64 y #s(literal 78000000000000001213634458098413755892919708959842791802842105273605034930850944854668860413373700918744089907691520 binary64)) x (*.f64 x (-.f64 #s(literal 1 binary64) z))) |
x |
| 5750× | +-lowering-+.f64 |
| 5750× | +-lowering-+.f32 |
| 4676× | *-lowering-*.f32 |
| 4676× | *-lowering-*.f64 |
| 3988× | /-lowering-/.f32 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 762 | 20874 |
| 1 | 2795 | 17687 |
| 0 | 8832 | 17687 |
| 0 | 495 | 9897 |
| 1 | 1835 | 7218 |
| 0 | 8967 | 7218 |
| 0 | 12 | 48 |
| 1 | 91 | 47 |
| 2 | 892 | 47 |
| 0 | 8269 | 47 |
| 1× | fuel |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
Compiled 546 to 278 computations (49.1% saved)
Compiled 592 to 228 computations (61.5% saved)
Loading profile data...