
Time bar (total: 15.2s)
| 1× | search |
| Probability | Valid | Unknown | Precondition | Infinite | Domain | Can't | Iter |
|---|---|---|---|---|---|---|---|
| 0% | 0% | 99.8% | 0.2% | 0% | 0% | 0% | 0 |
| 0% | 0% | 99.8% | 0.2% | 0% | 0% | 0% | 1 |
| 0% | 0% | 99.8% | 0.2% | 0% | 0% | 0% | 2 |
| 0% | 0% | 99.8% | 0.2% | 0% | 0% | 0% | 3 |
| 0% | 0% | 99.8% | 0.2% | 0% | 0% | 0% | 4 |
| 50% | 49.9% | 49.9% | 0.2% | 0% | 0% | 0% | 5 |
| 50% | 49.9% | 49.9% | 0.2% | 0% | 0% | 0% | 6 |
| 50% | 49.9% | 49.9% | 0.2% | 0% | 0% | 0% | 7 |
| 50% | 49.9% | 49.9% | 0.2% | 0% | 0% | 0% | 8 |
| 50% | 49.9% | 49.9% | 0.2% | 0% | 0% | 0% | 9 |
| 75% | 74.8% | 24.9% | 0.2% | 0% | 0% | 0% | 10 |
| 75% | 74.8% | 24.9% | 0.2% | 0% | 0% | 0% | 11 |
| 75% | 74.8% | 24.9% | 0.2% | 0% | 0% | 0% | 12 |
Compiled 15 to 15 computations (0% saved)
| 715.0ms | 8 127× | 0 | valid |
| 7.0ms | 55× | 1 | valid |
| 6.0ms | 33× | 3 | valid |
| 6.0ms | 38× | 2 | valid |
| 3.0ms | 3× | 4 | valid |
ival-mult: 156.0ms (35.8% of total)ival-sub: 127.0ms (29.2% of total)ival-div: 71.0ms (16.3% of total)ival-add: 63.0ms (14.5% of total)...in/eval/compile.rkt:110:19: 6.0ms (1.4% of total)ival-true: 6.0ms (1.4% of total)adjust: 3.0ms (0.7% of total)ival-assert: 3.0ms (0.7% of total)| 2× | egg-herbie |
| 1 392× | accelerator-lowering-fma.f32 |
| 1 392× | accelerator-lowering-fma.f64 |
| 1 048× | sub-neg |
| 702× | distribute-lft-neg-in |
| 702× | times-frac |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 82 | 292 |
| 1 | 198 | 275 |
| 2 | 499 | 273 |
| 3 | 1212 | 273 |
| 4 | 2838 | 273 |
| 5 | 6501 | 273 |
| 0 | 13 | 13 |
| 1 | 22 | 13 |
| 2 | 42 | 13 |
| 3 | 67 | 13 |
| 4 | 121 | 13 |
| 5 | 269 | 13 |
| 6 | 638 | 13 |
| 7 | 1375 | 13 |
| 8 | 2200 | 13 |
| 9 | 2324 | 13 |
| 10 | 2407 | 13 |
| 11 | 2428 | 13 |
| 12 | 2430 | 13 |
| 13 | 2438 | 13 |
| 0 | 2438 | 12 |
| 1× | iter limit |
| 1× | saturated |
| 1× | node limit |
| Inputs |
|---|
(+ (/ (* 60 (- x y)) (- z t)) (* a 120)) |
| Outputs |
|---|
(+ (/ (* 60 (- x y)) (- z t)) (* a 120)) |
(+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal 120 binary64))) |
| Inputs |
|---|
(+ (/ (* 60 (- x y)) (- z t)) (* a 120)) |
(+ (/ (* 60 (- (neg x) y)) (- z t)) (* a 120)) |
(+ (/ (* 60 (- x (neg y))) (- z t)) (* a 120)) |
(+ (/ (* 60 (- x y)) (- (neg z) t)) (* a 120)) |
(+ (/ (* 60 (- x y)) (- z (neg t))) (* a 120)) |
(+ (/ (* 60 (- x y)) (- z t)) (* (neg a) 120)) |
(neg (+ (/ (* 60 (- (neg x) y)) (- z t)) (* a 120))) |
(neg (+ (/ (* 60 (- x (neg y))) (- z t)) (* a 120))) |
(neg (+ (/ (* 60 (- x y)) (- (neg z) t)) (* a 120))) |
(neg (+ (/ (* 60 (- x y)) (- z (neg t))) (* a 120))) |
(neg (+ (/ (* 60 (- x y)) (- z t)) (* (neg a) 120))) |
(+ (/ (* 60 (- y x)) (- z t)) (* a 120)) |
(+ (/ (* 60 (- z y)) (- x t)) (* a 120)) |
(+ (/ (* 60 (- t y)) (- z x)) (* a 120)) |
(+ (/ (* 60 (- a y)) (- z t)) (* x 120)) |
(+ (/ (* 60 (- x z)) (- y t)) (* a 120)) |
(+ (/ (* 60 (- x t)) (- z y)) (* a 120)) |
(+ (/ (* 60 (- x a)) (- z t)) (* y 120)) |
(+ (/ (* 60 (- x y)) (- t z)) (* a 120)) |
(+ (/ (* 60 (- x y)) (- a t)) (* z 120)) |
(+ (/ (* 60 (- x y)) (- z a)) (* t 120)) |
| Outputs |
|---|
(+ (/ (* 60 (- x y)) (- z t)) (* a 120)) |
(+ (* (- x y) (/ 60 (- z t))) (* a 120)) |
(+ (/ (* 60 (- (neg x) y)) (- z t)) (* a 120)) |
(+ (* a 120) (* (+ x y) (/ 60 (- t z)))) |
(+ (/ (* 60 (- x (neg y))) (- z t)) (* a 120)) |
(+ (* a 120) (* (+ x y) (/ 60 (- z t)))) |
(+ (/ (* 60 (- x y)) (- (neg z) t)) (* a 120)) |
(+ (* a 120) (* (- x y) (/ -60 (+ z t)))) |
(+ (/ (* 60 (- x y)) (- z (neg t))) (* a 120)) |
(+ (* a 120) (* (- x y) (/ 60 (+ z t)))) |
(+ (/ (* 60 (- x y)) (- z t)) (* (neg a) 120)) |
(+ (* (- x y) (/ 60 (- z t))) (* a -120)) |
(neg (+ (/ (* 60 (- (neg x) y)) (- z t)) (* a 120))) |
(+ (* a -120) (* (+ x y) (/ 60 (- z t)))) |
(neg (+ (/ (* 60 (- x (neg y))) (- z t)) (* a 120))) |
(+ (* (+ x y) (/ 60 (- t z))) (* a -120)) |
(neg (+ (/ (* 60 (- x y)) (- (neg z) t)) (* a 120))) |
(+ (* (- x y) (/ 60 (+ z t))) (* a -120)) |
(neg (+ (/ (* 60 (- x y)) (- z (neg t))) (* a 120))) |
(+ (* (- x y) (/ -60 (+ z t))) (* a -120)) |
(neg (+ (/ (* 60 (- x y)) (- z t)) (* (neg a) 120))) |
(+ (* a 120) (* (- x y) (/ 60 (- t z)))) |
(+ (/ (* 60 (- y x)) (- z t)) (* a 120)) |
(+ (* a 120) (* (- x y) (/ 60 (- t z)))) |
(+ (/ (* 60 (- z y)) (- x t)) (* a 120)) |
(+ (* a 120) (* (- z y) (/ 60 (- x t)))) |
(+ (/ (* 60 (- t y)) (- z x)) (* a 120)) |
(+ (* a 120) (* (- t y) (/ 60 (- z x)))) |
(+ (/ (* 60 (- a y)) (- z t)) (* x 120)) |
(+ (* (- a y) (/ 60 (- z t))) (* x 120)) |
(+ (/ (* 60 (- x z)) (- y t)) (* a 120)) |
(+ (* a 120) (* (- z x) (/ 60 (- t y)))) |
(+ (/ (* 60 (- x t)) (- z y)) (* a 120)) |
(+ (* a 120) (* (- x t) (/ 60 (- z y)))) |
(+ (/ (* 60 (- x a)) (- z t)) (* y 120)) |
(+ (* (- x a) (/ 60 (- z t))) (* y 120)) |
(+ (/ (* 60 (- x y)) (- t z)) (* a 120)) |
(+ (* a 120) (* (- x y) (/ 60 (- t z)))) |
(+ (/ (* 60 (- x y)) (- a t)) (* z 120)) |
(+ (* (- x y) (/ 60 (- a t))) (* z 120)) |
(+ (/ (* 60 (- x y)) (- z a)) (* t 120)) |
(+ (* (- x y) (/ 60 (- z a))) (* t 120)) |
| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 2 | 0 | - | 0 | - | (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) |
| 0 | 0 | - | 0 | - | (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal 120 binary64))) |
| 0 | 0 | - | 0 | - | #s(literal 120 binary64) |
| 0 | 0 | - | 0 | - | a |
| 0 | 0 | - | 0 | - | t |
| 0 | 0 | - | 0 | - | (*.f64 a #s(literal 120 binary64)) |
| 0 | 0 | - | 0 | - | z |
| 0 | 0 | - | 0 | - | #s(literal 60 binary64) |
| 0 | 0 | - | 0 | - | (-.f64 z t) |
| 0 | 0 | - | 0 | - | y |
| 0 | 0 | - | 0 | - | (*.f64 #s(literal 60 binary64) (-.f64 x y)) |
| 0 | 0 | - | 0 | - | (-.f64 x y) |
| 0 | 0 | - | 0 | - | x |
| Operator | Subexpression | Explanation | Count | |
|---|---|---|---|---|
/.f64 | (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) | o/n | 2 | 0 |
| ↳ | (*.f64 #s(literal 60 binary64) (-.f64 x y)) | overflow | 2 |
| Predicted + | Predicted - | |
|---|---|---|
| + | 2 | 0 |
| - | 0 | 254 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 2 | 0 | 0 |
| - | 0 | 0 | 254 |
| number | freq |
|---|---|
| 0 | 254 |
| 1 | 2 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 1 | 0 | 0 |
| - | 0 | 0 | 0 |
| 46.0ms | 494× | 0 | valid |
| 1.0ms | 6× | 2 | valid |
| 1.0ms | 8× | 1 | valid |
| 1.0ms | 4× | 3 | valid |
Compiled 126 to 56 computations (55.6% saved)
ival-mult: 7.0ms (36.7% of total)ival-sub: 5.0ms (26.2% of total)ival-div: 3.0ms (15.7% of total)ival-add: 2.0ms (10.5% of total)adjust: 0.0ms (0% of total)...in/eval/compile.rkt:110:19: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)Compiled 5 to 5 computations (0% saved)
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 99.1% | (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal 120 binary64))) |
Compiled 18 to 13 computations (27.8% saved)
| 1× | egg-herbie |
Found 4 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (-.f64 x y) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal 60 binary64) (-.f64 x y)) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) |
| ✓ | cost-diff | 0 | (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal 120 binary64))) |
| 1 392× | accelerator-lowering-fma.f32 |
| 1 392× | accelerator-lowering-fma.f64 |
| 624× | *-lowering-*.f32 |
| 624× | *-lowering-*.f64 |
| 374× | times-frac |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 13 | 43 |
| 1 | 22 | 43 |
| 2 | 42 | 43 |
| 3 | 67 | 43 |
| 4 | 121 | 43 |
| 5 | 269 | 43 |
| 6 | 638 | 43 |
| 7 | 1375 | 43 |
| 8 | 2200 | 43 |
| 9 | 2324 | 43 |
| 10 | 2407 | 43 |
| 11 | 2428 | 43 |
| 12 | 2430 | 43 |
| 13 | 2438 | 43 |
| 0 | 2438 | 42 |
| 1× | iter limit |
| 1× | saturated |
| Inputs |
|---|
(+ (/ (* 60 (- x y)) (- z t)) (* a 120)) |
(/ (* 60 (- x y)) (- z t)) |
(* 60 (- x y)) |
60 |
(- x y) |
x |
y |
(- z t) |
z |
t |
(* a 120) |
a |
120 |
| Outputs |
|---|
(+ (/ (* 60 (- x y)) (- z t)) (* a 120)) |
(+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal 120 binary64))) |
(/ (* 60 (- x y)) (- z t)) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) |
(* 60 (- x y)) |
(*.f64 #s(literal 60 binary64) (-.f64 x y)) |
60 |
#s(literal 60 binary64) |
(- x y) |
(-.f64 x y) |
x |
y |
(- z t) |
(-.f64 z t) |
z |
t |
(* a 120) |
(*.f64 a #s(literal 120 binary64)) |
a |
120 |
#s(literal 120 binary64) |
Found 4 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (*.f64 a #s(literal 120 binary64)) |
| ✓ | accuracy | 100.0% | (*.f64 #s(literal 60 binary64) (-.f64 x y)) |
| ✓ | accuracy | 100.0% | (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal 120 binary64))) |
| ✓ | accuracy | 98.9% | (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) |
| 49.0ms | 247× | 0 | valid |
| 1.0ms | 3× | 2 | valid |
| 1.0ms | 4× | 1 | valid |
| 1.0ms | 2× | 3 | valid |
Compiled 45 to 15 computations (66.7% saved)
ival-sub: 6.0ms (47.9% of total)ival-mult: 3.0ms (24% of total)ival-div: 2.0ms (16% of total)ival-add: 1.0ms (8% of total)adjust: 0.0ms (0% of total)...in/eval/compile.rkt:110:19: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)| Inputs |
|---|
#<alt (+ (/ (* 60 (- x y)) (- z t)) (* a 120))> |
#<alt (/ (* 60 (- x y)) (- z t))> |
#<alt (* 60 (- x y))> |
#<alt (- x y)> |
#<alt (* a 120)> |
| Outputs |
|---|
#<alt (+ (* -60 (/ y (- z t))) (* 120 a))> |
#<alt (+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a)))> |
#<alt (+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a)))> |
#<alt (+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a)))> |
#<alt (* 60 (/ x (- z t)))> |
#<alt (* x (+ (* -60 (/ y (* x (- z t)))) (+ (* 120 (/ a x)) (* 60 (/ 1 (- z t))))))> |
#<alt (* x (+ (* -60 (/ y (* x (- z t)))) (+ (* 120 (/ a x)) (* 60 (/ 1 (- z t))))))> |
#<alt (* x (+ (* -60 (/ y (* x (- z t)))) (+ (* 120 (/ a x)) (* 60 (/ 1 (- z t))))))> |
#<alt (* 60 (/ x (- z t)))> |
#<alt (* -1 (* x (- (* -1 (/ (+ (* -60 (/ y (- z t))) (* 120 a)) x)) (* 60 (/ 1 (- z t))))))> |
#<alt (* -1 (* x (- (* -1 (/ (+ (* -60 (/ y (- z t))) (* 120 a)) x)) (* 60 (/ 1 (- z t))))))> |
#<alt (* -1 (* x (- (* -1 (/ (+ (* -60 (/ y (- z t))) (* 120 a)) x)) (* 60 (/ 1 (- z t))))))> |
#<alt (+ (* 60 (/ x (- z t))) (* 120 a))> |
#<alt (+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a)))> |
#<alt (+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a)))> |
#<alt (+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a)))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* y (- (+ (* 60 (/ x (* y (- z t)))) (* 120 (/ a y))) (* 60 (/ 1 (- z t)))))> |
#<alt (* y (- (+ (* 60 (/ x (* y (- z t)))) (* 120 (/ a y))) (* 60 (/ 1 (- z t)))))> |
#<alt (* y (- (+ (* 60 (/ x (* y (- z t)))) (* 120 (/ a y))) (* 60 (/ 1 (- z t)))))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x (- z t))) (* 120 a)) y)) (* 60 (/ 1 (- z t))))))> |
#<alt (* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x (- z t))) (* 120 a)) y)) (* 60 (/ 1 (- z t))))))> |
#<alt (* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x (- z t))) (* 120 a)) y)) (* 60 (/ 1 (- z t))))))> |
#<alt (+ (* -60 (/ (- x y) t)) (* 120 a))> |
#<alt (+ (* -60 (/ (- x y) t)) (+ (* 60 (* z (- (/ y (pow t 2)) (/ x (pow t 2))))) (* 120 a)))> |
#<alt (+ (* -60 (/ (- x y) t)) (+ (* 120 a) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) t))))))> |
#<alt (+ (* -60 (/ (- x y) t)) (+ (* 120 a) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* z (+ (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* 60 (/ (- (/ y (pow t 2)) (/ x (pow t 2))) t))))))))> |
#<alt (* 120 a)> |
#<alt (+ (* 60 (/ (- x y) z)) (* 120 a))> |
#<alt (+ (* 60 (/ (* t (- x y)) (pow z 2))) (+ (* 60 (/ (- x y) z)) (* 120 a)))> |
#<alt (+ (* 60 (/ (* t (- x y)) (pow z 2))) (+ (* 60 (/ (* (pow t 2) (- x y)) (pow z 3))) (+ (* 60 (/ (- x y) z)) (* 120 a))))> |
#<alt (* 120 a)> |
#<alt (+ (* 60 (/ (- x y) z)) (* 120 a))> |
#<alt (+ (* -1 (/ (+ (* -60 (- x y)) (* -60 (/ (* t (- x y)) z))) z)) (* 120 a))> |
#<alt (+ (* -1 (/ (+ (* -60 (- x y)) (* -1 (/ (+ (* 60 (* t (- x y))) (* 60 (/ (* (pow t 2) (- x y)) z))) z))) z)) (* 120 a))> |
#<alt (+ (* 60 (/ (- x y) z)) (* 120 a))> |
#<alt (+ (* 60 (/ (* t (- x y)) (pow z 2))) (+ (* 60 (/ (- x y) z)) (* 120 a)))> |
#<alt (+ (* 60 (/ (- x y) z)) (+ (* 120 a) (* t (+ (* 60 (/ (* t (- x y)) (pow z 3))) (* 60 (/ (- x y) (pow z 2)))))))> |
#<alt (+ (* 60 (/ (- x y) z)) (+ (* 120 a) (* t (+ (* 60 (/ (- x y) (pow z 2))) (* t (+ (* 60 (/ (* t (- x y)) (pow z 4))) (* 60 (/ (- x y) (pow z 3)))))))))> |
#<alt (* 120 a)> |
#<alt (+ (* -60 (/ (- x y) t)) (* 120 a))> |
#<alt (+ (* -60 (/ (* z (- x y)) (pow t 2))) (+ (* -60 (/ (- x y) t)) (* 120 a)))> |
#<alt (+ (* -60 (/ (* z (- x y)) (pow t 2))) (+ (* -60 (/ (* (pow z 2) (- x y)) (pow t 3))) (+ (* -60 (/ (- x y) t)) (* 120 a))))> |
#<alt (* 120 a)> |
#<alt (+ (* -60 (/ (- x y) t)) (* 120 a))> |
#<alt (+ (* -1 (/ (+ (* 60 (- x y)) (* 60 (/ (* z (- x y)) t))) t)) (* 120 a))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* -60 (* z (- x y))) (* -60 (/ (* (pow z 2) (- x y)) t))) t)) (* 60 (- x y))) t)) (* 120 a))> |
#<alt (* 60 (/ (- x y) (- z t)))> |
#<alt (+ (* 60 (/ (- x y) (- z t))) (* 120 a))> |
#<alt (+ (* 60 (/ (- x y) (- z t))) (* 120 a))> |
#<alt (+ (* 60 (/ (- x y) (- z t))) (* 120 a))> |
#<alt (* 120 a)> |
#<alt (* a (+ 120 (* 60 (/ (- x y) (* a (- z t))))))> |
#<alt (* a (+ 120 (* 60 (/ (- x y) (* a (- z t))))))> |
#<alt (* a (+ 120 (* 60 (/ (- x y) (* a (- z t))))))> |
#<alt (* 120 a)> |
#<alt (* -1 (* a (- (* -60 (/ (- x y) (* a (- z t)))) 120)))> |
#<alt (* -1 (* a (- (* -60 (/ (- x y) (* a (- z t)))) 120)))> |
#<alt (* -1 (* a (- (* -60 (/ (- x y) (* a (- z t)))) 120)))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t))))> |
#<alt (+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t))))> |
#<alt (+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t))))> |
#<alt (* 60 (/ x (- z t)))> |
#<alt (* x (+ (* -60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t)))))> |
#<alt (* x (+ (* -60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t)))))> |
#<alt (* x (+ (* -60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t)))))> |
#<alt (* 60 (/ x (- z t)))> |
#<alt (* -1 (* x (- (* 60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t))))))> |
#<alt (* -1 (* x (- (* 60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t))))))> |
#<alt (* -1 (* x (- (* 60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t))))))> |
#<alt (* 60 (/ x (- z t)))> |
#<alt (+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t))))> |
#<alt (+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t))))> |
#<alt (+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t))))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* y (- (* 60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t)))))> |
#<alt (* y (- (* 60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t)))))> |
#<alt (* y (- (* 60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t)))))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* -1 (* y (+ (* -60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t))))))> |
#<alt (* -1 (* y (+ (* -60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t))))))> |
#<alt (* -1 (* y (+ (* -60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t))))))> |
#<alt (* -60 (/ (- x y) t))> |
#<alt (+ (* -60 (/ (- x y) t)) (* 60 (* z (- (/ y (pow t 2)) (/ x (pow t 2))))))> |
#<alt (+ (* -60 (/ (- x y) t)) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) t)))))> |
#<alt (+ (* -60 (/ (- x y) t)) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* z (+ (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* 60 (/ (- (/ y (pow t 2)) (/ x (pow t 2))) t)))))))> |
#<alt (* 60 (/ (- x y) z))> |
#<alt (/ (+ (* 60 (- x y)) (* 60 (/ (* t (- x y)) z))) z)> |
#<alt (/ (+ (* 60 (- x y)) (+ (* 60 (/ (* t (- x y)) z)) (* 60 (/ (* (pow t 2) (- x y)) (pow z 2))))) z)> |
#<alt (/ (+ (* 60 (- x y)) (+ (* 60 (/ (* t (- x y)) z)) (+ (* 60 (/ (* (pow t 2) (- x y)) (pow z 2))) (* 60 (/ (* (pow t 3) (- x y)) (pow z 3)))))) z)> |
#<alt (* 60 (/ (- x y) z))> |
#<alt (* -1 (/ (+ (* -60 (- x y)) (* -60 (/ (* t (- x y)) z))) z))> |
#<alt (* -1 (/ (+ (* -60 (- x y)) (* -1 (/ (+ (* 60 (* t (- x y))) (* 60 (/ (* (pow t 2) (- x y)) z))) z))) z))> |
#<alt (* -1 (/ (+ (* -60 (- x y)) (* -1 (/ (+ (* -1 (/ (+ (* -60 (* (pow t 2) (- x y))) (* -60 (/ (* (pow t 3) (- x y)) z))) z)) (* 60 (* t (- x y)))) z))) z))> |
#<alt (* 60 (/ (- x y) z))> |
#<alt (+ (* 60 (/ (* t (- x y)) (pow z 2))) (* 60 (/ (- x y) z)))> |
#<alt (+ (* 60 (/ (- x y) z)) (* t (+ (* 60 (/ (* t (- x y)) (pow z 3))) (* 60 (/ (- x y) (pow z 2))))))> |
#<alt (+ (* 60 (/ (- x y) z)) (* t (+ (* 60 (/ (- x y) (pow z 2))) (* t (+ (* 60 (/ (* t (- x y)) (pow z 4))) (* 60 (/ (- x y) (pow z 3))))))))> |
#<alt (* -60 (/ (- x y) t))> |
#<alt (/ (+ (* -60 (- x y)) (* -60 (/ (* z (- x y)) t))) t)> |
#<alt (/ (+ (* -60 (- x y)) (+ (* -60 (/ (* z (- x y)) t)) (* -60 (/ (* (pow z 2) (- x y)) (pow t 2))))) t)> |
#<alt (/ (+ (* -60 (- x y)) (+ (* -60 (/ (* z (- x y)) t)) (+ (* -60 (/ (* (pow z 2) (- x y)) (pow t 2))) (* -60 (/ (* (pow z 3) (- x y)) (pow t 3)))))) t)> |
#<alt (* -60 (/ (- x y) t))> |
#<alt (* -1 (/ (+ (* 60 (- x y)) (* 60 (/ (* z (- x y)) t))) t))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* -60 (* z (- x y))) (* -60 (/ (* (pow z 2) (- x y)) t))) t)) (* 60 (- x y))) t))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* -60 (* z (- x y))) (* -1 (/ (+ (* 60 (* (pow z 2) (- x y))) (* 60 (/ (* (pow z 3) (- x y)) t))) t))) t)) (* 60 (- x y))) t))> |
#<alt (* -60 y)> |
#<alt (+ (* -60 y) (* 60 x))> |
#<alt (+ (* -60 y) (* 60 x))> |
#<alt (+ (* -60 y) (* 60 x))> |
#<alt (* 60 x)> |
#<alt (* x (+ 60 (* -60 (/ y x))))> |
#<alt (* x (+ 60 (* -60 (/ y x))))> |
#<alt (* x (+ 60 (* -60 (/ y x))))> |
#<alt (* 60 x)> |
#<alt (* -1 (* x (- (* 60 (/ y x)) 60)))> |
#<alt (* -1 (* x (- (* 60 (/ y x)) 60)))> |
#<alt (* -1 (* x (- (* 60 (/ y x)) 60)))> |
#<alt (* 60 x)> |
#<alt (+ (* -60 y) (* 60 x))> |
#<alt (+ (* -60 y) (* 60 x))> |
#<alt (+ (* -60 y) (* 60 x))> |
#<alt (* -60 y)> |
#<alt (* y (- (* 60 (/ x y)) 60))> |
#<alt (* y (- (* 60 (/ x y)) 60))> |
#<alt (* y (- (* 60 (/ x y)) 60))> |
#<alt (* -60 y)> |
#<alt (* -1 (* y (+ 60 (* -60 (/ x y)))))> |
#<alt (* -1 (* y (+ 60 (* -60 (/ x y)))))> |
#<alt (* -1 (* y (+ 60 (* -60 (/ x y)))))> |
#<alt (* -1 y)> |
#<alt (- x y)> |
#<alt (- x y)> |
#<alt (- x y)> |
#<alt x> |
#<alt (* x (+ 1 (* -1 (/ y x))))> |
#<alt (* x (+ 1 (* -1 (/ y x))))> |
#<alt (* x (+ 1 (* -1 (/ y x))))> |
#<alt x> |
#<alt (* -1 (* x (- (/ y x) 1)))> |
#<alt (* -1 (* x (- (/ y x) 1)))> |
#<alt (* -1 (* x (- (/ y x) 1)))> |
#<alt x> |
#<alt (+ x (* -1 y))> |
#<alt (+ x (* -1 y))> |
#<alt (+ x (* -1 y))> |
#<alt (* -1 y)> |
#<alt (* y (- (/ x y) 1))> |
#<alt (* y (- (/ x y) 1))> |
#<alt (* y (- (/ x y) 1))> |
#<alt (* -1 y)> |
#<alt (* -1 (* y (+ 1 (* -1 (/ x y)))))> |
#<alt (* -1 (* y (+ 1 (* -1 (/ x y)))))> |
#<alt (* -1 (* y (+ 1 (* -1 (/ x y)))))> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
42 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 2.0ms | y | @ | 0 | (+ (/ (* 60 (- x y)) (- z t)) (* a 120)) |
| 1.0ms | z | @ | 0 | (+ (/ (* 60 (- x y)) (- z t)) (* a 120)) |
| 1.0ms | x | @ | 0 | (* 60 (- x y)) |
| 1.0ms | x | @ | -inf | (+ (/ (* 60 (- x y)) (- z t)) (* a 120)) |
| 1.0ms | x | @ | 0 | (+ (/ (* 60 (- x y)) (- z t)) (* a 120)) |
| 1× | batch-egg-rewrite |
| 7 196× | accelerator-lowering-fma.f32 |
| 7 196× | accelerator-lowering-fma.f64 |
| 5 754× | *-lowering-*.f32 |
| 5 754× | *-lowering-*.f64 |
| 3 788× | /-lowering-/.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 13 | 33 |
| 1 | 67 | 33 |
| 2 | 603 | 33 |
| 0 | 8031 | 32 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ (/ (* 60 (- x y)) (- z t)) (* a 120)) |
(/ (* 60 (- x y)) (- z t)) |
(* 60 (- x y)) |
(- x y) |
(* a 120) |
| Outputs |
|---|
(+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal 120 binary64))) |
(+.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t))) |
(+.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (*.f64 (-.f64 z t) (-.f64 z t)))) (neg.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))))) |
(-.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 t z))) |
(-.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (*.f64 (-.f64 z t) (-.f64 z t)))) (/.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))))) |
(-.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (+.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 t z)))) (/.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (-.f64 z t) (-.f64 z t))) (+.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 t z))))) |
(fma.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) (-.f64 z t)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 #s(literal 60 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) #s(literal 1 binary64)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 #s(literal 60 binary64) (/.f64 (*.f64 (-.f64 x y) (/.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (-.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))) (neg.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))))) |
(fma.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 z t)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (-.f64 x y) (*.f64 #s(literal -60 binary64) (/.f64 #s(literal 1 binary64) (-.f64 t z))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (-.f64 x y) (*.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) #s(literal 1 binary64)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (/.f64 #s(literal 1 binary64) (-.f64 z t)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (/.f64 (/.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (-.f64 z t)) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))) (neg.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))))) |
(fma.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) #s(literal 1 binary64) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))) (neg.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))))) |
(fma.f64 a #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t))) |
(fma.f64 #s(literal 120 binary64) a (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t))) |
(fma.f64 (*.f64 a #s(literal 120 binary64)) #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t))) |
(fma.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 t z)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 t z)) #s(literal 1 binary64)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (-.f64 z t) (-.f64 z t))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))) (neg.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))))) |
(fma.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) (/.f64 #s(literal 60 binary64) (-.f64 z t))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 #s(literal 1 binary64) (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) (pow.f64 (/.f64 #s(literal 1/60 binary64) (-.f64 x y)) #s(literal -1 binary64)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (-.f64 (*.f64 x x) (*.f64 y y)) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (/.f64 #s(literal 60 binary64) (-.f64 z t))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (+.f64 z t) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z z) (*.f64 t t))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (-.f64 x y) (-.f64 z t)) #s(literal 60 binary64) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 t z)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) (-.f64 z t)) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))) (neg.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) (*.f64 #s(literal 60 binary64) (/.f64 #s(literal 1 binary64) (-.f64 t z))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) (/.f64 #s(literal 60 binary64) (-.f64 t z)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 t z)) (*.f64 (-.f64 x y) #s(literal -60 binary64)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 #s(literal 3600 binary64) (/.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))) (neg.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))))) |
(fma.f64 #s(literal -60 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) (-.f64 t z)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 #s(literal -60 binary64) (*.f64 (-.f64 x y) (/.f64 #s(literal 1 binary64) (-.f64 t z))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) #s(literal 3600 binary64)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))) (neg.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))))) |
(fma.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (-.f64 z t)) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))) (neg.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))))) |
(fma.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 z z) (*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 (-.f64 #s(literal 0 binary64) t) z))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (*.f64 (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))) #s(literal 1 binary64)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z z) (*.f64 t t))) (+.f64 z t) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z z) (*.f64 t t))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 z t))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z z) (*.f64 t t))) (*.f64 (+.f64 z t) #s(literal 1 binary64)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (*.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 z t)) (-.f64 z t)) (*.f64 (-.f64 x y) (*.f64 #s(literal 60 binary64) (+.f64 z t))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (-.f64 x y) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (/.f64 #s(literal 60 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (-.f64 x y) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (*.f64 (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))) #s(literal 60 binary64)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (-.f64 x y) (-.f64 (*.f64 z z) (*.f64 t t))) (/.f64 #s(literal 60 binary64) (/.f64 #s(literal 1 binary64) (+.f64 z t))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (-.f64 x y) (-.f64 (*.f64 z z) (*.f64 t t))) (*.f64 (+.f64 z t) #s(literal 60 binary64)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (-.f64 x y) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 #s(literal 60 binary64) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (/.f64 (-.f64 x y) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 #s(literal 60 binary64) (-.f64 (*.f64 z z) (*.f64 t t))) (/.f64 (-.f64 x y) (/.f64 #s(literal 1 binary64) (+.f64 z t))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (-.f64 x y) #s(literal -1 binary64)) (/.f64 #s(literal -60 binary64) (-.f64 z t)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) #s(literal -1 binary64)) (/.f64 #s(literal 60 binary64) (-.f64 z t)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 z t)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (pow.f64 (/.f64 (-.f64 z t) (*.f64 #s(literal 60 binary64) (-.f64 x y))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (-.f64 z t) (*.f64 #s(literal 60 binary64) (-.f64 x y))) #s(literal -1/2 binary64)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t))))) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z z) (*.f64 t t)))) (+.f64 z t) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (*.f64 #s(literal 1 binary64) a) #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t))) |
(fma.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 (*.f64 z z) (*.f64 t t))) (-.f64 #s(literal 0 binary64) (+.f64 z t)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 (+.f64 z t) (-.f64 t z))) (-.f64 #s(literal 0 binary64) (+.f64 z t)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (-.f64 z t) (-.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (-.f64 z t) (-.f64 z t))) (*.f64 (*.f64 a a) #s(literal -14400 binary64)))) (-.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 t z))) (neg.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))))) |
(fma.f64 (/.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (-.f64 z t) (-.f64 z t))) (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 #s(literal -1728000 binary64) (*.f64 a (*.f64 a a))))) (+.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (-.f64 z t) (-.f64 z t))) (*.f64 a (+.f64 (*.f64 a #s(literal 14400 binary64)) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) #s(literal 7200 binary64))))) (neg.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))))) |
(neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (/.f64 (-.f64 z t) (*.f64 #s(literal 60 binary64) (-.f64 x y)))))))) |
(neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (-.f64 z t) (-.f64 z t))) (*.f64 (*.f64 a a) #s(literal -14400 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 t z)) (neg.f64 (*.f64 a #s(literal -120 binary64)))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)))) (+.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (/.f64 (-.f64 z t) (*.f64 #s(literal 60 binary64) (-.f64 x y))))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (-.f64 z t) (-.f64 z t))) (*.f64 (*.f64 a a) #s(literal -14400 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))))) |
(/.f64 (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64))) (+.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (/.f64 (-.f64 z t) (*.f64 #s(literal 60 binary64) (-.f64 x y)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 t z))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 t z)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 t z))) (+.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (*.f64 #s(literal -3600 binary64) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y))))))) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (-.f64 z t) (-.f64 z t))) (*.f64 (*.f64 a a) #s(literal -14400 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 t z)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (/.f64 (-.f64 z t) (*.f64 #s(literal 60 binary64) (-.f64 x y))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (-.f64 z t) (-.f64 z t))) (*.f64 (*.f64 a a) #s(literal -14400 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 t z)) (neg.f64 (*.f64 a #s(literal -120 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 #s(literal 46656000000 binary64) (*.f64 (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y)))) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y))))))) (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)) (*.f64 #s(literal 2985984000000 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 a (*.f64 a a)))))) (*.f64 (+.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (/.f64 (-.f64 z t) (*.f64 #s(literal 60 binary64) (-.f64 x y))))) (+.f64 (*.f64 #s(literal 46656000000 binary64) (*.f64 (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y)))) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y)))))) (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)) (-.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)) (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y)))))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 46656000000 binary64) (*.f64 (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y)))) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y)))))) (*.f64 #s(literal 2985984000000 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 a (*.f64 a a))))) (*.f64 (+.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (/.f64 (-.f64 z t) (*.f64 #s(literal 60 binary64) (-.f64 x y))))) (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 #s(literal -1728000 binary64) (*.f64 a (*.f64 a a)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 46656000000 binary64) (*.f64 (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y)))) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y)))))) (*.f64 #s(literal 2985984000000 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 a (*.f64 a a))))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (+.f64 (*.f64 #s(literal 12960000 binary64) (*.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y))) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (-.f64 z t) (-.f64 z t))) (*.f64 a (*.f64 a #s(literal 14400 binary64)))))))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (*.f64 #s(literal -3600 binary64) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y))))) (+.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 t z)))) |
(/.f64 (-.f64 (*.f64 #s(literal 12960000 binary64) (*.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y))) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) #s(literal 207360000 binary64))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (-.f64 z t) (-.f64 z t))) (*.f64 a (*.f64 a #s(literal 14400 binary64)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (-.f64 z t) (-.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (*.f64 a (*.f64 a #s(literal 14400 binary64))))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (/.f64 (-.f64 z t) (*.f64 #s(literal 60 binary64) (-.f64 x y)))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (-.f64 z t) (-.f64 z t))) (*.f64 (*.f64 a a) #s(literal -14400 binary64))))) (neg.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 t z)) (neg.f64 (*.f64 a #s(literal -120 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (*.f64 #s(literal -3600 binary64) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y)))))) (neg.f64 (+.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 t z))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (*.f64 (-.f64 z t) (-.f64 z t)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (*.f64 (-.f64 z t) (-.f64 z t)))) (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (*.f64 (-.f64 z t) (-.f64 z t))))) (+.f64 (*.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))) (/.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))))) (*.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (*.f64 (-.f64 z t) (-.f64 z t)))) (/.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (*.f64 (-.f64 z t) (-.f64 z t)))) (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (*.f64 (-.f64 z t) (-.f64 z t))))) (*.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))) (/.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))))) (+.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (*.f64 (-.f64 z t) (-.f64 z t)))) (/.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64))) #s(literal 1 binary64)) (+.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (/.f64 (-.f64 z t) (*.f64 #s(literal 60 binary64) (-.f64 x y)))))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (-.f64 z t) (-.f64 z t))) (*.f64 (*.f64 a a) #s(literal -14400 binary64))) #s(literal 1 binary64)) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 #s(literal 46656000000 binary64) (*.f64 (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y)))) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y))))))) (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)) (*.f64 #s(literal 2985984000000 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 a (*.f64 a a)))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (/.f64 (-.f64 z t) (*.f64 #s(literal 60 binary64) (-.f64 x y))))))) (+.f64 (*.f64 #s(literal 46656000000 binary64) (*.f64 (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y)))) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y)))))) (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)) (-.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)) (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y))))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 46656000000 binary64) (*.f64 (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y)))) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y)))))) (*.f64 #s(literal 2985984000000 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 a (*.f64 a a))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (/.f64 (-.f64 z t) (*.f64 #s(literal 60 binary64) (-.f64 x y))))))) (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 #s(literal -1728000 binary64) (*.f64 a (*.f64 a a))))) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 46656000000 binary64) (*.f64 (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y)))) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y)))))) (*.f64 #s(literal 2985984000000 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 a (*.f64 a a))))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))))) (+.f64 (*.f64 #s(literal 12960000 binary64) (*.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y))) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (-.f64 z t) (-.f64 z t))) (*.f64 a (*.f64 a #s(literal 14400 binary64))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 12960000 binary64) (*.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y))) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 (*.f64 a a) (*.f64 a a)) #s(literal 207360000 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))))) (+.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (-.f64 z t) (-.f64 z t))) (*.f64 a (*.f64 a #s(literal 14400 binary64))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 t z)))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 t z))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))))) |
(*.f64 (-.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 t z))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))))) |
(*.f64 (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (/.f64 (-.f64 z t) (*.f64 #s(literal 60 binary64) (-.f64 x y))))))) |
(*.f64 (+.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (/.f64 (-.f64 z t) (*.f64 #s(literal 60 binary64) (-.f64 x y))))) (*.f64 (-.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 t z))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (/.f64 (-.f64 z t) (*.f64 #s(literal 60 binary64) (-.f64 x y)))))))) |
(*.f64 (+.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (/.f64 (-.f64 z t) (*.f64 #s(literal 60 binary64) (-.f64 x y))))) (/.f64 (-.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 t z))) (+.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (/.f64 (-.f64 z t) (*.f64 #s(literal 60 binary64) (-.f64 x y))))))) |
(*.f64 #s(literal 1 binary64) (-.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 t z)))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (-.f64 z t) (-.f64 z t))) (*.f64 (*.f64 a a) #s(literal -14400 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (/.f64 (-.f64 z t) (*.f64 #s(literal 60 binary64) (-.f64 x y)))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (-.f64 z t) (-.f64 z t))) (*.f64 (*.f64 a a) #s(literal -14400 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 t z)) (neg.f64 (*.f64 a #s(literal -120 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (/.f64 (-.f64 z t) (*.f64 #s(literal 60 binary64) (-.f64 x y)))))) (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (-.f64 z t) (-.f64 z t))) (*.f64 (*.f64 a a) #s(literal -14400 binary64)))) |
(*.f64 (+.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (*.f64 #s(literal -3600 binary64) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 t z))))) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (-.f64 z t) (-.f64 z t))) (*.f64 (*.f64 a a) #s(literal -14400 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (-.f64 z t) (-.f64 z t))) (*.f64 (*.f64 a a) #s(literal -14400 binary64)))) (-.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 t z)))) |
(*.f64 (/.f64 (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64))) (+.f64 (*.f64 #s(literal 46656000000 binary64) (*.f64 (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y)))) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y)))))) (*.f64 (*.f64 a (-.f64 (*.f64 a #s(literal 14400 binary64)) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) #s(literal 7200 binary64)))) (*.f64 (*.f64 a (-.f64 (*.f64 a #s(literal 14400 binary64)) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) #s(literal 7200 binary64)))) (*.f64 a (-.f64 (*.f64 a #s(literal 14400 binary64)) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) #s(literal 7200 binary64)))))))) (+.f64 (*.f64 #s(literal 12960000 binary64) (*.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y))) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a (-.f64 (*.f64 a #s(literal 14400 binary64)) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) #s(literal 7200 binary64)))) (-.f64 (*.f64 a (-.f64 (*.f64 a #s(literal 14400 binary64)) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) #s(literal 7200 binary64)))) (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (-.f64 z t) (-.f64 z t))))))) |
(*.f64 (/.f64 (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64))) (*.f64 (+.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (/.f64 (-.f64 z t) (*.f64 #s(literal 60 binary64) (-.f64 x y))))) (-.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (-.f64 z t) (-.f64 z t))) (*.f64 a (-.f64 (*.f64 a #s(literal 14400 binary64)) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) #s(literal 7200 binary64))))))) (-.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (-.f64 z t) (-.f64 z t))) (*.f64 a (-.f64 (*.f64 a #s(literal 14400 binary64)) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) #s(literal 7200 binary64)))))) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (-.f64 z t) (-.f64 z t))) (*.f64 (*.f64 a a) #s(literal -14400 binary64))) (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 #s(literal -1728000 binary64) (*.f64 a (*.f64 a a))))) (+.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (-.f64 z t) (-.f64 z t))) (*.f64 a (+.f64 (*.f64 a #s(literal 14400 binary64)) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) #s(literal 7200 binary64)))))) |
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) (*.f64 #s(literal 60 binary64) x)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) (*.f64 #s(literal -60 binary64) y))) |
(+.f64 (*.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (*.f64 z z)) (*.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (*.f64 t (+.f64 z t)))) |
(+.f64 (*.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (*.f64 t (+.f64 z t))) (*.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (*.f64 z z))) |
(+.f64 (*.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 z z) (*.f64 t t))) (*.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (*.f64 z t))) |
(+.f64 (*.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z z) (*.f64 t t))) z) (*.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z z) (*.f64 t t))) t)) |
(+.f64 (*.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z z) (*.f64 t t))) t) (*.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z z) (*.f64 t t))) z)) |
(+.f64 (*.f64 (*.f64 #s(literal 60 binary64) x) (/.f64 #s(literal 1 binary64) (-.f64 z t))) (*.f64 (*.f64 #s(literal -60 binary64) y) (/.f64 #s(literal 1 binary64) (-.f64 z t)))) |
(+.f64 (*.f64 (*.f64 z z) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t))))) (*.f64 (*.f64 t (+.f64 z t)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))))) |
(+.f64 (*.f64 (*.f64 t (+.f64 z t)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t))))) (*.f64 (*.f64 z z) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))))) |
(+.f64 (*.f64 (+.f64 (*.f64 z z) (*.f64 t t)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t))))) (*.f64 (*.f64 z t) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))))) |
(+.f64 (*.f64 z (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z z) (*.f64 t t)))) (*.f64 t (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z z) (*.f64 t t))))) |
(+.f64 (*.f64 t (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z z) (*.f64 t t)))) (*.f64 z (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z z) (*.f64 t t))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (-.f64 z t) (*.f64 #s(literal 60 binary64) (-.f64 x y)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 t z))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 t z)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 t z))) |
(fma.f64 z (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z z) (*.f64 t t))) (*.f64 t (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z z) (*.f64 t t))))) |
(fma.f64 t (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z z) (*.f64 t t))) (*.f64 z (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z z) (*.f64 t t))))) |
(fma.f64 (*.f64 z z) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (*.f64 (*.f64 t (+.f64 z t)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))))) |
(fma.f64 (*.f64 t (+.f64 z t)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (*.f64 (*.f64 z z) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) (*.f64 #s(literal 60 binary64) x) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) (*.f64 #s(literal -60 binary64) y))) |
(fma.f64 (+.f64 (*.f64 z z) (*.f64 t t)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (*.f64 (*.f64 z t) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))))) |
(fma.f64 (*.f64 #s(literal 60 binary64) x) (/.f64 #s(literal 1 binary64) (-.f64 z t)) (*.f64 (*.f64 #s(literal -60 binary64) y) (/.f64 #s(literal 1 binary64) (-.f64 z t)))) |
(fma.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (*.f64 z z) (*.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (*.f64 t (+.f64 z t)))) |
(fma.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (*.f64 t (+.f64 z t)) (*.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (*.f64 z z))) |
(fma.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 z z) (*.f64 t t)) (*.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (*.f64 z t))) |
(fma.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z z) (*.f64 t t))) z (*.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z z) (*.f64 t t))) t)) |
(fma.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z z) (*.f64 t t))) t (*.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z z) (*.f64 t t))) z)) |
(neg.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 t z))) |
(neg.f64 (*.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 t z)) #s(literal 1 binary64))) |
(/.f64 #s(literal 60 binary64) (/.f64 (-.f64 z t) (-.f64 x y))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) |
(/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 t z)) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 z t) (*.f64 #s(literal 60 binary64) (-.f64 x y)))) |
(/.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) (/.f64 #s(literal 1/60 binary64) (-.f64 x y))) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 z t) (*.f64 (-.f64 x y) #s(literal -60 binary64)))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (*.f64 (-.f64 z t) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) |
(/.f64 (*.f64 (+.f64 x y) (*.f64 #s(literal 60 binary64) (-.f64 x y))) (*.f64 (-.f64 z t) (+.f64 x y))) |
(/.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))))) |
(/.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z z) (*.f64 t t))) (/.f64 #s(literal 1 binary64) (+.f64 z t))) |
(/.f64 (*.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) |
(/.f64 (*.f64 (-.f64 x y) (*.f64 #s(literal 60 binary64) (+.f64 z t))) (-.f64 (*.f64 z z) (*.f64 t t))) |
(/.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) #s(literal -1 binary64)) (-.f64 z t)) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) (*.f64 #s(literal 60 binary64) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))))) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) (*.f64 (+.f64 x y) (*.f64 #s(literal 60 binary64) (-.f64 x y)))) (+.f64 x y)) |
(/.f64 (*.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 z (*.f64 z z))) (*.f64 (*.f64 t (+.f64 z t)) (*.f64 (*.f64 t t) (*.f64 (+.f64 z t) (+.f64 z t)))))) (+.f64 (*.f64 z (*.f64 z (*.f64 z z))) (*.f64 (*.f64 t (+.f64 z t)) (-.f64 (*.f64 t (+.f64 z t)) (*.f64 z z))))) |
(/.f64 (*.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (-.f64 (*.f64 z (*.f64 z (*.f64 z z))) (*.f64 (*.f64 t t) (*.f64 (+.f64 z t) (+.f64 z t))))) (-.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))) |
(/.f64 (*.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z z) (*.f64 t t))) (-.f64 (*.f64 z z) (*.f64 t t))) (-.f64 z t)) |
(/.f64 (*.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z z) (*.f64 t t))) (+.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 z z) (*.f64 t (-.f64 t z)))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 60 binary64) (-.f64 z t))) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 60 binary64) (-.f64 z t))) (+.f64 (*.f64 x x) (*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 (-.f64 #s(literal 0 binary64) y) x)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 60 binary64) (-.f64 z t))) (/.f64 #s(literal 1 binary64) (-.f64 x y))) |
(/.f64 (*.f64 (-.f64 (*.f64 x x) (*.f64 y y)) (/.f64 #s(literal 60 binary64) (-.f64 z t))) (+.f64 x y)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (/.f64 #s(literal 60 binary64) (-.f64 z t))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) |
(/.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 x y))) (/.f64 #s(literal 60 binary64) (-.f64 z t))) (-.f64 #s(literal 0 binary64) (+.f64 x y))) |
(/.f64 (*.f64 (*.f64 #s(literal 60 binary64) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (/.f64 #s(literal 1 binary64) (-.f64 z t))) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) |
(/.f64 (*.f64 (*.f64 (+.f64 x y) (*.f64 #s(literal 60 binary64) (-.f64 x y))) (/.f64 #s(literal 1 binary64) (-.f64 z t))) (+.f64 x y)) |
(pow.f64 (/.f64 (-.f64 z t) (*.f64 #s(literal 60 binary64) (-.f64 x y))) #s(literal -1 binary64)) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) (-.f64 z t))) |
(*.f64 #s(literal 60 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) #s(literal 1 binary64))) |
(*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 z t))) |
(*.f64 (-.f64 x y) (*.f64 #s(literal -60 binary64) (/.f64 #s(literal 1 binary64) (-.f64 t z)))) |
(*.f64 (-.f64 x y) (*.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) #s(literal 1 binary64))) |
(*.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (/.f64 #s(literal 1 binary64) (-.f64 z t))) |
(*.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) #s(literal 1 binary64)) |
(*.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 t z))) |
(*.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 t z)) #s(literal 1 binary64))) |
(*.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) (/.f64 #s(literal 60 binary64) (-.f64 z t)))) |
(*.f64 (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) (*.f64 #s(literal 60 binary64) (-.f64 x y))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) (pow.f64 (/.f64 #s(literal 1/60 binary64) (-.f64 x y)) #s(literal -1 binary64))) |
(*.f64 (-.f64 (*.f64 x x) (*.f64 y y)) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (/.f64 #s(literal 60 binary64) (-.f64 z t)))) |
(*.f64 (+.f64 z t) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z z) (*.f64 t t)))) |
(*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) #s(literal 60 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 t z))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) (*.f64 #s(literal 60 binary64) (/.f64 #s(literal 1 binary64) (-.f64 t z)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) (/.f64 #s(literal 60 binary64) (-.f64 t z))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 t z)) (*.f64 (-.f64 x y) #s(literal -60 binary64))) |
(*.f64 #s(literal -60 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) (-.f64 z t))) |
(*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) (-.f64 t z))) |
(*.f64 #s(literal -60 binary64) (*.f64 (-.f64 x y) (/.f64 #s(literal 1 binary64) (-.f64 t z)))) |
(*.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))) |
(*.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 z z) (*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 (-.f64 #s(literal 0 binary64) t) z)))) |
(*.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))))) |
(*.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (*.f64 (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))) #s(literal 1 binary64))) |
(*.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z z) (*.f64 t t))) (+.f64 z t)) |
(*.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z z) (*.f64 t t))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 z t)))) |
(*.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z z) (*.f64 t t))) (*.f64 (+.f64 z t) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (*.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 z t)) (-.f64 z t)) (*.f64 (-.f64 x y) (*.f64 #s(literal 60 binary64) (+.f64 z t)))) |
(*.f64 (/.f64 (-.f64 x y) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (/.f64 #s(literal 60 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))))) |
(*.f64 (/.f64 (-.f64 x y) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (*.f64 (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))) #s(literal 60 binary64))) |
(*.f64 (/.f64 (-.f64 x y) (-.f64 (*.f64 z z) (*.f64 t t))) (/.f64 #s(literal 60 binary64) (/.f64 #s(literal 1 binary64) (+.f64 z t)))) |
(*.f64 (/.f64 (-.f64 x y) (-.f64 (*.f64 z z) (*.f64 t t))) (*.f64 (+.f64 z t) #s(literal 60 binary64))) |
(*.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (-.f64 x y)) |
(*.f64 (/.f64 #s(literal 60 binary64) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (/.f64 (-.f64 x y) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))))) |
(*.f64 (/.f64 #s(literal 60 binary64) (-.f64 (*.f64 z z) (*.f64 t t))) (/.f64 (-.f64 x y) (/.f64 #s(literal 1 binary64) (+.f64 z t)))) |
(*.f64 (/.f64 (-.f64 x y) #s(literal -1 binary64)) (/.f64 #s(literal -60 binary64) (-.f64 z t))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) #s(literal -1 binary64)) (/.f64 #s(literal 60 binary64) (-.f64 z t))) |
(*.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 z t))) |
(*.f64 (pow.f64 (/.f64 (-.f64 z t) (*.f64 #s(literal 60 binary64) (-.f64 x y))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (-.f64 z t) (*.f64 #s(literal 60 binary64) (-.f64 x y))) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t))))) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z z) (*.f64 t t)))) (+.f64 z t)) |
(*.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))))) |
(*.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 (*.f64 z z) (*.f64 t t))) (-.f64 #s(literal 0 binary64) (+.f64 z t))) |
(*.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))))) |
(*.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 (+.f64 z t) (-.f64 t z))) (-.f64 #s(literal 0 binary64) (+.f64 z t))) |
(+.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 #s(literal -60 binary64) y)) |
(+.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 #s(literal 60 binary64) x)) |
(+.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 60 binary64) x)) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -60 binary64) y))) |
(+.f64 (*.f64 (*.f64 #s(literal 60 binary64) x) #s(literal 1 binary64)) (*.f64 (*.f64 #s(literal -60 binary64) y) #s(literal 1 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 (-.f64 x y) #s(literal -60 binary64))) |
(fma.f64 #s(literal 60 binary64) x (*.f64 #s(literal -60 binary64) y)) |
(fma.f64 #s(literal 60 binary64) (-.f64 #s(literal 0 binary64) y) (*.f64 #s(literal 60 binary64) x)) |
(fma.f64 x #s(literal 60 binary64) (*.f64 #s(literal -60 binary64) y)) |
(fma.f64 #s(literal 1 binary64) (*.f64 #s(literal 60 binary64) x) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -60 binary64) y))) |
(fma.f64 (-.f64 #s(literal 0 binary64) y) #s(literal 60 binary64) (*.f64 #s(literal 60 binary64) x)) |
(fma.f64 #s(literal -1 binary64) (*.f64 y #s(literal 60 binary64)) (*.f64 #s(literal 60 binary64) x)) |
(fma.f64 #s(literal -60 binary64) y (*.f64 #s(literal 60 binary64) x)) |
(fma.f64 (*.f64 #s(literal 60 binary64) x) #s(literal 1 binary64) (*.f64 (*.f64 #s(literal -60 binary64) y) #s(literal 1 binary64))) |
(neg.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64))) |
(/.f64 #s(literal 60 binary64) (/.f64 #s(literal 1 binary64) (-.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))) (*.f64 #s(literal 60 binary64) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 x y) (*.f64 (+.f64 x y) (*.f64 #s(literal 60 binary64) (-.f64 x y))))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (+.f64 (*.f64 x x) (*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 (-.f64 #s(literal 0 binary64) y) x)))) |
(/.f64 (*.f64 (+.f64 x y) (*.f64 #s(literal 60 binary64) (-.f64 x y))) (+.f64 x y)) |
(/.f64 (neg.f64 (*.f64 #s(literal 60 binary64) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 x y) (*.f64 #s(literal 60 binary64) (-.f64 x y)))) (-.f64 #s(literal 0 binary64) (+.f64 x y))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 60 binary64) x) #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal -60 binary64) y) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 #s(literal 60 binary64) x)) (-.f64 (*.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 #s(literal -60 binary64) y)) (*.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 #s(literal -60 binary64) y))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 #s(literal 60 binary64) x)) (*.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 #s(literal -60 binary64) y))) (-.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 #s(literal -60 binary64) y))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) |
(/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 x y)))) (-.f64 #s(literal 0 binary64) (+.f64 x y))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 60 binary64) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))))) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 x y) (*.f64 #s(literal 60 binary64) (-.f64 x y)))) (+.f64 x y)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) #s(literal 60 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) |
(/.f64 (*.f64 (*.f64 (+.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 x y))) #s(literal 60 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 x y))) |
(/.f64 (*.f64 (*.f64 #s(literal 60 binary64) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) #s(literal 1 binary64)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) |
(/.f64 (*.f64 (*.f64 (+.f64 x y) (*.f64 #s(literal 60 binary64) (-.f64 x y))) #s(literal 1 binary64)) (+.f64 x y)) |
(*.f64 #s(literal 60 binary64) (-.f64 x y)) |
(*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) #s(literal 1 binary64))) |
(*.f64 (-.f64 x y) #s(literal 60 binary64)) |
(*.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) #s(literal 1 binary64)) |
(*.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) #s(literal 60 binary64))) |
(*.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 60 binary64) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) |
(*.f64 #s(literal 1 binary64) (*.f64 #s(literal 60 binary64) (-.f64 x y))) |
(*.f64 (-.f64 (*.f64 x x) (*.f64 y y)) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) #s(literal 60 binary64))) |
(*.f64 (-.f64 (*.f64 x x) (*.f64 y y)) (/.f64 #s(literal 60 binary64) (+.f64 x y))) |
(*.f64 #s(literal -1 binary64) (*.f64 (-.f64 x y) #s(literal -60 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) #s(literal -60 binary64)) |
(*.f64 #s(literal -60 binary64) (-.f64 #s(literal 0 binary64) (-.f64 x y))) |
(*.f64 (*.f64 #s(literal 60 binary64) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) |
(*.f64 (*.f64 (+.f64 x y) (*.f64 #s(literal 60 binary64) (-.f64 x y))) (/.f64 #s(literal 1 binary64) (+.f64 x y))) |
(*.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 y (+.f64 x y)) (*.f64 (*.f64 y (+.f64 x y)) (*.f64 y (+.f64 x y)))))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (*.f64 y (+.f64 x y)) (-.f64 (*.f64 y (+.f64 x y)) (*.f64 x x))))) |
(*.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (*.f64 y (+.f64 x y)) (*.f64 y (+.f64 x y))))) (-.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (*.f64 #s(literal 60 binary64) (-.f64 x y))) (-.f64 (*.f64 x x) (*.f64 y y))) (-.f64 x y)) |
(*.f64 (/.f64 (*.f64 (+.f64 x y) (*.f64 #s(literal 60 binary64) (-.f64 x y))) (+.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (+.f64 (*.f64 x x) (*.f64 y (-.f64 y x)))) |
(+.f64 x (-.f64 #s(literal 0 binary64) y)) |
(+.f64 (-.f64 #s(literal 0 binary64) y) x) |
(+.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) (neg.f64 (/.f64 (*.f64 y (*.f64 y y)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))))) |
(+.f64 (/.f64 (*.f64 x x) (+.f64 x y)) (neg.f64 (/.f64 (*.f64 y y) (+.f64 x y)))) |
(-.f64 x y) |
(-.f64 #s(literal 0 binary64) (-.f64 y x)) |
(-.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) (/.f64 (*.f64 y (*.f64 y y)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) |
(-.f64 (/.f64 (*.f64 x x) (+.f64 x y)) (/.f64 (*.f64 y y) (+.f64 x y))) |
(-.f64 (+.f64 x #s(literal 0 binary64)) y) |
(fma.f64 x (/.f64 x (+.f64 x y)) (neg.f64 (/.f64 (*.f64 y y) (+.f64 x y)))) |
(fma.f64 x (/.f64 (*.f64 x x) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) (neg.f64 (/.f64 (*.f64 y (*.f64 y y)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))))) |
(fma.f64 y #s(literal -1 binary64) x) |
(fma.f64 (*.f64 x (*.f64 x x)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) (neg.f64 (/.f64 (*.f64 y (*.f64 y y)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))))) |
(fma.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) (+.f64 x y)) (neg.f64 (/.f64 (*.f64 y y) (+.f64 x y)))) |
(fma.f64 (*.f64 x x) (/.f64 x (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) (neg.f64 (/.f64 (*.f64 y (*.f64 y y)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))))) |
(fma.f64 #s(literal -1 binary64) y x) |
(fma.f64 (pow.f64 x #s(literal 3/2 binary64)) (/.f64 (pow.f64 x #s(literal 3/2 binary64)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) (neg.f64 (/.f64 (*.f64 y (*.f64 y y)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))))) |
(fma.f64 (/.f64 (*.f64 x x) (-.f64 (*.f64 x x) (*.f64 y y))) (-.f64 x y) (neg.f64 (/.f64 (*.f64 y y) (+.f64 x y)))) |
(fma.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (+.f64 (*.f64 x x) (*.f64 y (-.f64 y x))) (neg.f64 (/.f64 (*.f64 y y) (+.f64 x y)))) |
(fma.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 y (+.f64 x y)) (*.f64 (*.f64 y (+.f64 x y)) (*.f64 y (+.f64 x y)))))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (*.f64 y (+.f64 x y)) (-.f64 (*.f64 y (+.f64 x y)) (*.f64 x x)))) (neg.f64 (/.f64 (*.f64 y (*.f64 y y)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))))) |
(fma.f64 (/.f64 (*.f64 x (*.f64 x x)) (-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (*.f64 y (+.f64 x y)) (*.f64 y (+.f64 x y))))) (-.f64 (*.f64 x x) (*.f64 y (+.f64 x y))) (neg.f64 (/.f64 (*.f64 y (*.f64 y y)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y))) |
(/.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) |
(/.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 x x) (*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 (-.f64 #s(literal 0 binary64) y) x)))) |
(/.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 y y) (-.f64 (*.f64 x x) (*.f64 x (-.f64 #s(literal 0 binary64) y))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x y)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x x) (*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 (-.f64 #s(literal 0 binary64) y) x))) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))))) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 y y)) (+.f64 x y)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (-.f64 x y)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (neg.f64 (+.f64 (*.f64 x x) (*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 (-.f64 #s(literal 0 binary64) y) x))))) |
(/.f64 (*.f64 (+.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 x y))) (-.f64 #s(literal 0 binary64) (+.f64 x y))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y)))) (*.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))) (+.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y)))) (*.f64 (+.f64 x y) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (*.f64 y y) (+.f64 (*.f64 x x) (*.f64 y y)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))))) (*.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))) (+.f64 (*.f64 (*.f64 y (*.f64 y y)) (+.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))) |
(/.f64 (-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 y (*.f64 y (*.f64 y y)))) (*.f64 (+.f64 x y) (+.f64 (*.f64 x x) (*.f64 y y)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) (*.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))) (*.f64 y (*.f64 y y)))) (*.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) (+.f64 x y)) (*.f64 (+.f64 x y) (*.f64 y y))) (*.f64 (+.f64 x y) (+.f64 x y))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 x y)))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 x y)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 y (*.f64 y y)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) (+.f64 (*.f64 (/.f64 (*.f64 y (*.f64 y y)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) (/.f64 (*.f64 y (*.f64 y y)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) (*.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) (/.f64 (*.f64 y (*.f64 y y)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 x x) (+.f64 x y)) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 y y) (+.f64 x y)) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 x x) (+.f64 x y)) (/.f64 (*.f64 x x) (+.f64 x y))) (+.f64 (*.f64 (/.f64 (*.f64 y y) (+.f64 x y)) (/.f64 (*.f64 y y) (+.f64 x y))) (*.f64 (/.f64 (*.f64 x x) (+.f64 x y)) (/.f64 (*.f64 y y) (+.f64 x y)))))) |
(/.f64 (-.f64 (*.f64 y y) (*.f64 x x)) (-.f64 (-.f64 #s(literal 0 binary64) y) x)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) (*.f64 (/.f64 (*.f64 y (*.f64 y y)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) (/.f64 (*.f64 y (*.f64 y y)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))))) (+.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) (/.f64 (*.f64 y (*.f64 y y)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x x) (+.f64 x y)) (/.f64 (*.f64 x x) (+.f64 x y))) (*.f64 (/.f64 (*.f64 y y) (+.f64 x y)) (/.f64 (*.f64 y y) (+.f64 x y)))) (+.f64 (/.f64 (*.f64 x x) (+.f64 x y)) (/.f64 (*.f64 y y) (+.f64 x y)))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) #s(literal 1 binary64)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) |
(/.f64 (*.f64 (-.f64 (*.f64 x x) (*.f64 y y)) #s(literal 1 binary64)) (+.f64 x y)) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) (+.f64 (*.f64 (*.f64 y (*.f64 y y)) (+.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) (+.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 y (*.f64 y y)))) (/.f64 #s(literal 1 binary64) (+.f64 x y))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (*.f64 y y) (+.f64 (*.f64 x x) (*.f64 y y))))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 y (*.f64 y (*.f64 y y)))) (/.f64 #s(literal 1 binary64) (+.f64 x y))) (+.f64 (*.f64 x x) (*.f64 y y))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 x y)) #s(literal -1 binary64)) |
(*.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) |
(*.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 (-.f64 #s(literal 0 binary64) y) x))))) |
(*.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))) (/.f64 (-.f64 x y) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) |
(*.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))) (*.f64 (-.f64 x y) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))))) |
(*.f64 #s(literal 1 binary64) (-.f64 x y)) |
(*.f64 (-.f64 (*.f64 x x) (*.f64 y y)) (/.f64 #s(literal 1 binary64) (+.f64 x y))) |
(*.f64 (+.f64 x y) (/.f64 (-.f64 x y) (+.f64 x y))) |
(*.f64 (+.f64 x y) (*.f64 (-.f64 x y) (/.f64 #s(literal 1 binary64) (+.f64 x y)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))))) |
(*.f64 (*.f64 (+.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 x y))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 x y)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (-.f64 (*.f64 x x) (*.f64 y y))) |
(*.f64 (/.f64 (-.f64 (*.f64 x x) (*.f64 y y)) (-.f64 (*.f64 x x) (*.f64 y y))) (-.f64 x y)) |
(*.f64 (/.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 y (+.f64 x y)) (*.f64 (*.f64 y (+.f64 x y)) (*.f64 y (+.f64 x y)))))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (*.f64 y (+.f64 x y)) (-.f64 (*.f64 y (+.f64 x y)) (*.f64 x x))))) |
(*.f64 (/.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (*.f64 y (+.f64 x y)) (*.f64 y (+.f64 x y))))) (-.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) |
(*.f64 (/.f64 (-.f64 (*.f64 x x) (*.f64 y y)) (+.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (+.f64 (*.f64 x x) (*.f64 y (-.f64 y x)))) |
(*.f64 a #s(literal 120 binary64)) |
(*.f64 #s(literal 120 binary64) a) |
(*.f64 (*.f64 a #s(literal 120 binary64)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 120 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) a) #s(literal 120 binary64)) |
| 1× | egg-herbie |
| 15 562× | accelerator-lowering-fma.f32 |
| 15 562× | accelerator-lowering-fma.f64 |
| 5 450× | *-lowering-*.f32 |
| 5 450× | *-lowering-*.f64 |
| 4 618× | +-lowering-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 274 | 2244 |
| 1 | 810 | 2198 |
| 2 | 2549 | 1974 |
| 3 | 6994 | 1941 |
| 0 | 8717 | 1820 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ (* -60 (/ y (- z t))) (* 120 a)) |
(+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a))) |
(+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a))) |
(+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a))) |
(* 60 (/ x (- z t))) |
(* x (+ (* -60 (/ y (* x (- z t)))) (+ (* 120 (/ a x)) (* 60 (/ 1 (- z t)))))) |
(* x (+ (* -60 (/ y (* x (- z t)))) (+ (* 120 (/ a x)) (* 60 (/ 1 (- z t)))))) |
(* x (+ (* -60 (/ y (* x (- z t)))) (+ (* 120 (/ a x)) (* 60 (/ 1 (- z t)))))) |
(* 60 (/ x (- z t))) |
(* -1 (* x (- (* -1 (/ (+ (* -60 (/ y (- z t))) (* 120 a)) x)) (* 60 (/ 1 (- z t)))))) |
(* -1 (* x (- (* -1 (/ (+ (* -60 (/ y (- z t))) (* 120 a)) x)) (* 60 (/ 1 (- z t)))))) |
(* -1 (* x (- (* -1 (/ (+ (* -60 (/ y (- z t))) (* 120 a)) x)) (* 60 (/ 1 (- z t)))))) |
(+ (* 60 (/ x (- z t))) (* 120 a)) |
(+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a))) |
(+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a))) |
(+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a))) |
(* -60 (/ y (- z t))) |
(* y (- (+ (* 60 (/ x (* y (- z t)))) (* 120 (/ a y))) (* 60 (/ 1 (- z t))))) |
(* y (- (+ (* 60 (/ x (* y (- z t)))) (* 120 (/ a y))) (* 60 (/ 1 (- z t))))) |
(* y (- (+ (* 60 (/ x (* y (- z t)))) (* 120 (/ a y))) (* 60 (/ 1 (- z t))))) |
(* -60 (/ y (- z t))) |
(* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x (- z t))) (* 120 a)) y)) (* 60 (/ 1 (- z t)))))) |
(* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x (- z t))) (* 120 a)) y)) (* 60 (/ 1 (- z t)))))) |
(* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x (- z t))) (* 120 a)) y)) (* 60 (/ 1 (- z t)))))) |
(+ (* -60 (/ (- x y) t)) (* 120 a)) |
(+ (* -60 (/ (- x y) t)) (+ (* 60 (* z (- (/ y (pow t 2)) (/ x (pow t 2))))) (* 120 a))) |
(+ (* -60 (/ (- x y) t)) (+ (* 120 a) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) t)))))) |
(+ (* -60 (/ (- x y) t)) (+ (* 120 a) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* z (+ (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* 60 (/ (- (/ y (pow t 2)) (/ x (pow t 2))) t)))))))) |
(* 120 a) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+ (* 60 (/ (* t (- x y)) (pow z 2))) (+ (* 60 (/ (- x y) z)) (* 120 a))) |
(+ (* 60 (/ (* t (- x y)) (pow z 2))) (+ (* 60 (/ (* (pow t 2) (- x y)) (pow z 3))) (+ (* 60 (/ (- x y) z)) (* 120 a)))) |
(* 120 a) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+ (* -1 (/ (+ (* -60 (- x y)) (* -60 (/ (* t (- x y)) z))) z)) (* 120 a)) |
(+ (* -1 (/ (+ (* -60 (- x y)) (* -1 (/ (+ (* 60 (* t (- x y))) (* 60 (/ (* (pow t 2) (- x y)) z))) z))) z)) (* 120 a)) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+ (* 60 (/ (* t (- x y)) (pow z 2))) (+ (* 60 (/ (- x y) z)) (* 120 a))) |
(+ (* 60 (/ (- x y) z)) (+ (* 120 a) (* t (+ (* 60 (/ (* t (- x y)) (pow z 3))) (* 60 (/ (- x y) (pow z 2))))))) |
(+ (* 60 (/ (- x y) z)) (+ (* 120 a) (* t (+ (* 60 (/ (- x y) (pow z 2))) (* t (+ (* 60 (/ (* t (- x y)) (pow z 4))) (* 60 (/ (- x y) (pow z 3))))))))) |
(* 120 a) |
(+ (* -60 (/ (- x y) t)) (* 120 a)) |
(+ (* -60 (/ (* z (- x y)) (pow t 2))) (+ (* -60 (/ (- x y) t)) (* 120 a))) |
(+ (* -60 (/ (* z (- x y)) (pow t 2))) (+ (* -60 (/ (* (pow z 2) (- x y)) (pow t 3))) (+ (* -60 (/ (- x y) t)) (* 120 a)))) |
(* 120 a) |
(+ (* -60 (/ (- x y) t)) (* 120 a)) |
(+ (* -1 (/ (+ (* 60 (- x y)) (* 60 (/ (* z (- x y)) t))) t)) (* 120 a)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -60 (* z (- x y))) (* -60 (/ (* (pow z 2) (- x y)) t))) t)) (* 60 (- x y))) t)) (* 120 a)) |
(* 60 (/ (- x y) (- z t))) |
(+ (* 60 (/ (- x y) (- z t))) (* 120 a)) |
(+ (* 60 (/ (- x y) (- z t))) (* 120 a)) |
(+ (* 60 (/ (- x y) (- z t))) (* 120 a)) |
(* 120 a) |
(* a (+ 120 (* 60 (/ (- x y) (* a (- z t)))))) |
(* a (+ 120 (* 60 (/ (- x y) (* a (- z t)))))) |
(* a (+ 120 (* 60 (/ (- x y) (* a (- z t)))))) |
(* 120 a) |
(* -1 (* a (- (* -60 (/ (- x y) (* a (- z t)))) 120))) |
(* -1 (* a (- (* -60 (/ (- x y) (* a (- z t)))) 120))) |
(* -1 (* a (- (* -60 (/ (- x y) (* a (- z t)))) 120))) |
(* -60 (/ y (- z t))) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(* 60 (/ x (- z t))) |
(* x (+ (* -60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t))))) |
(* x (+ (* -60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t))))) |
(* x (+ (* -60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t))))) |
(* 60 (/ x (- z t))) |
(* -1 (* x (- (* 60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t)))))) |
(* -1 (* x (- (* 60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t)))))) |
(* -1 (* x (- (* 60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t)))))) |
(* 60 (/ x (- z t))) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(* -60 (/ y (- z t))) |
(* y (- (* 60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t))))) |
(* y (- (* 60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t))))) |
(* y (- (* 60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t))))) |
(* -60 (/ y (- z t))) |
(* -1 (* y (+ (* -60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t)))))) |
(* -1 (* y (+ (* -60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t)))))) |
(* -1 (* y (+ (* -60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t)))))) |
(* -60 (/ (- x y) t)) |
(+ (* -60 (/ (- x y) t)) (* 60 (* z (- (/ y (pow t 2)) (/ x (pow t 2)))))) |
(+ (* -60 (/ (- x y) t)) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) t))))) |
(+ (* -60 (/ (- x y) t)) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* z (+ (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* 60 (/ (- (/ y (pow t 2)) (/ x (pow t 2))) t))))))) |
(* 60 (/ (- x y) z)) |
(/ (+ (* 60 (- x y)) (* 60 (/ (* t (- x y)) z))) z) |
(/ (+ (* 60 (- x y)) (+ (* 60 (/ (* t (- x y)) z)) (* 60 (/ (* (pow t 2) (- x y)) (pow z 2))))) z) |
(/ (+ (* 60 (- x y)) (+ (* 60 (/ (* t (- x y)) z)) (+ (* 60 (/ (* (pow t 2) (- x y)) (pow z 2))) (* 60 (/ (* (pow t 3) (- x y)) (pow z 3)))))) z) |
(* 60 (/ (- x y) z)) |
(* -1 (/ (+ (* -60 (- x y)) (* -60 (/ (* t (- x y)) z))) z)) |
(* -1 (/ (+ (* -60 (- x y)) (* -1 (/ (+ (* 60 (* t (- x y))) (* 60 (/ (* (pow t 2) (- x y)) z))) z))) z)) |
(* -1 (/ (+ (* -60 (- x y)) (* -1 (/ (+ (* -1 (/ (+ (* -60 (* (pow t 2) (- x y))) (* -60 (/ (* (pow t 3) (- x y)) z))) z)) (* 60 (* t (- x y)))) z))) z)) |
(* 60 (/ (- x y) z)) |
(+ (* 60 (/ (* t (- x y)) (pow z 2))) (* 60 (/ (- x y) z))) |
(+ (* 60 (/ (- x y) z)) (* t (+ (* 60 (/ (* t (- x y)) (pow z 3))) (* 60 (/ (- x y) (pow z 2)))))) |
(+ (* 60 (/ (- x y) z)) (* t (+ (* 60 (/ (- x y) (pow z 2))) (* t (+ (* 60 (/ (* t (- x y)) (pow z 4))) (* 60 (/ (- x y) (pow z 3)))))))) |
(* -60 (/ (- x y) t)) |
(/ (+ (* -60 (- x y)) (* -60 (/ (* z (- x y)) t))) t) |
(/ (+ (* -60 (- x y)) (+ (* -60 (/ (* z (- x y)) t)) (* -60 (/ (* (pow z 2) (- x y)) (pow t 2))))) t) |
(/ (+ (* -60 (- x y)) (+ (* -60 (/ (* z (- x y)) t)) (+ (* -60 (/ (* (pow z 2) (- x y)) (pow t 2))) (* -60 (/ (* (pow z 3) (- x y)) (pow t 3)))))) t) |
(* -60 (/ (- x y) t)) |
(* -1 (/ (+ (* 60 (- x y)) (* 60 (/ (* z (- x y)) t))) t)) |
(* -1 (/ (+ (* -1 (/ (+ (* -60 (* z (- x y))) (* -60 (/ (* (pow z 2) (- x y)) t))) t)) (* 60 (- x y))) t)) |
(* -1 (/ (+ (* -1 (/ (+ (* -60 (* z (- x y))) (* -1 (/ (+ (* 60 (* (pow z 2) (- x y))) (* 60 (/ (* (pow z 3) (- x y)) t))) t))) t)) (* 60 (- x y))) t)) |
(* -60 y) |
(+ (* -60 y) (* 60 x)) |
(+ (* -60 y) (* 60 x)) |
(+ (* -60 y) (* 60 x)) |
(* 60 x) |
(* x (+ 60 (* -60 (/ y x)))) |
(* x (+ 60 (* -60 (/ y x)))) |
(* x (+ 60 (* -60 (/ y x)))) |
(* 60 x) |
(* -1 (* x (- (* 60 (/ y x)) 60))) |
(* -1 (* x (- (* 60 (/ y x)) 60))) |
(* -1 (* x (- (* 60 (/ y x)) 60))) |
(* 60 x) |
(+ (* -60 y) (* 60 x)) |
(+ (* -60 y) (* 60 x)) |
(+ (* -60 y) (* 60 x)) |
(* -60 y) |
(* y (- (* 60 (/ x y)) 60)) |
(* y (- (* 60 (/ x y)) 60)) |
(* y (- (* 60 (/ x y)) 60)) |
(* -60 y) |
(* -1 (* y (+ 60 (* -60 (/ x y))))) |
(* -1 (* y (+ 60 (* -60 (/ x y))))) |
(* -1 (* y (+ 60 (* -60 (/ x y))))) |
(* -1 y) |
(- x y) |
(- x y) |
(- x y) |
x |
(* x (+ 1 (* -1 (/ y x)))) |
(* x (+ 1 (* -1 (/ y x)))) |
(* x (+ 1 (* -1 (/ y x)))) |
x |
(* -1 (* x (- (/ y x) 1))) |
(* -1 (* x (- (/ y x) 1))) |
(* -1 (* x (- (/ y x) 1))) |
x |
(+ x (* -1 y)) |
(+ x (* -1 y)) |
(+ x (* -1 y)) |
(* -1 y) |
(* y (- (/ x y) 1)) |
(* y (- (/ x y) 1)) |
(* y (- (/ x y) 1)) |
(* -1 y) |
(* -1 (* y (+ 1 (* -1 (/ x y))))) |
(* -1 (* y (+ 1 (* -1 (/ x y))))) |
(* -1 (* y (+ 1 (* -1 (/ x y))))) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
| Outputs |
|---|
(+ (* -60 (/ y (- z t))) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t)))) |
(+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t))) |
(+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t))) |
(+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t))) |
(* 60 (/ x (- z t))) |
(/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) |
(* x (+ (* -60 (/ y (* x (- z t)))) (+ (* 120 (/ a x)) (* 60 (/ 1 (- z t)))))) |
(+.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t)))) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) x) (/.f64 #s(literal 60 binary64) (-.f64 z t))))) |
(* x (+ (* -60 (/ y (* x (- z t)))) (+ (* 120 (/ a x)) (* 60 (/ 1 (- z t)))))) |
(+.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t)))) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) x) (/.f64 #s(literal 60 binary64) (-.f64 z t))))) |
(* x (+ (* -60 (/ y (* x (- z t)))) (+ (* 120 (/ a x)) (* 60 (/ 1 (- z t)))))) |
(+.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t)))) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) x) (/.f64 #s(literal 60 binary64) (-.f64 z t))))) |
(* 60 (/ x (- z t))) |
(/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) |
(* -1 (* x (- (* -1 (/ (+ (* -60 (/ y (- z t))) (* 120 a)) x)) (* 60 (/ 1 (- z t)))))) |
(*.f64 x (+.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (/.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t)))) x))) |
(* -1 (* x (- (* -1 (/ (+ (* -60 (/ y (- z t))) (* 120 a)) x)) (* 60 (/ 1 (- z t)))))) |
(*.f64 x (+.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (/.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t)))) x))) |
(* -1 (* x (- (* -1 (/ (+ (* -60 (/ y (- z t))) (* 120 a)) x)) (* 60 (/ 1 (- z t)))))) |
(*.f64 x (+.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (/.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t)))) x))) |
(+ (* 60 (/ x (- z t))) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))) |
(+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t))) |
(+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t))) |
(+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t))) |
(* -60 (/ y (- z t))) |
(*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) |
(* y (- (+ (* 60 (/ x (* y (- z t)))) (* 120 (/ a y))) (* 60 (/ 1 (- z t))))) |
(+.f64 (*.f64 y (/.f64 (*.f64 #s(literal 120 binary64) a) y)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t))) |
(* y (- (+ (* 60 (/ x (* y (- z t)))) (* 120 (/ a y))) (* 60 (/ 1 (- z t))))) |
(+.f64 (*.f64 y (/.f64 (*.f64 #s(literal 120 binary64) a) y)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t))) |
(* y (- (+ (* 60 (/ x (* y (- z t)))) (* 120 (/ a y))) (* 60 (/ 1 (- z t))))) |
(+.f64 (*.f64 y (/.f64 (*.f64 #s(literal 120 binary64) a) y)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t))) |
(* -60 (/ y (- z t))) |
(*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) |
(* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x (- z t))) (* 120 a)) y)) (* 60 (/ 1 (- z t)))))) |
(+.f64 (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) (*.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))) #s(literal 1 binary64))) |
(* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x (- z t))) (* 120 a)) y)) (* 60 (/ 1 (- z t)))))) |
(+.f64 (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) (*.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))) #s(literal 1 binary64))) |
(* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x (- z t))) (* 120 a)) y)) (* 60 (/ 1 (- z t)))))) |
(+.f64 (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) (*.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))) #s(literal 1 binary64))) |
(+ (* -60 (/ (- x y) t)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t)) |
(+ (* -60 (/ (- x y) t)) (+ (* 60 (* z (- (/ y (pow t 2)) (/ x (pow t 2))))) (* 120 a))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 x y) (*.f64 t t))) (*.f64 z #s(literal 60 binary64))))) |
(+ (* -60 (/ (- x y) t)) (+ (* 120 a) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) t)))))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t) (*.f64 z (*.f64 #s(literal 60 binary64) (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 x y) (*.f64 t t))) (/.f64 (*.f64 z (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 x y) (*.f64 t t)))) t)))))) |
(+ (* -60 (/ (- x y) t)) (+ (* 120 a) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* z (+ (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* 60 (/ (- (/ y (pow t 2)) (/ x (pow t 2))) t)))))))) |
(+.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t)) (*.f64 z (*.f64 #s(literal 60 binary64) (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 x y) (*.f64 t t))) (*.f64 (*.f64 (+.f64 (/.f64 z t) #s(literal 1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 x y) (*.f64 t t))) t)) z))))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z)) |
(+ (* 60 (/ (* t (- x y)) (pow z 2))) (+ (* 60 (/ (- x y) z)) (* 120 a))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 t z) #s(literal 1 binary64)) (/.f64 (-.f64 x y) z)))) |
(+ (* 60 (/ (* t (- x y)) (pow z 2))) (+ (* 60 (/ (* (pow t 2) (- x y)) (pow z 3))) (+ (* 60 (/ (- x y) z)) (* 120 a)))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (-.f64 x y) z) (*.f64 t (*.f64 (+.f64 (/.f64 t z) #s(literal 1 binary64)) (/.f64 (/.f64 (-.f64 x y) z) z)))))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z)) |
(+ (* -1 (/ (+ (* -60 (- x y)) (* -60 (/ (* t (- x y)) z))) z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 t z) #s(literal 1 binary64)) (/.f64 (-.f64 x y) z)))) |
(+ (* -1 (/ (+ (* -60 (- x y)) (* -1 (/ (+ (* 60 (* t (- x y))) (* 60 (/ (* (pow t 2) (- x y)) z))) z))) z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (+.f64 t (/.f64 (*.f64 t t) z)))) z) (*.f64 #s(literal 60 binary64) (-.f64 x y))) z)) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z)) |
(+ (* 60 (/ (* t (- x y)) (pow z 2))) (+ (* 60 (/ (- x y) z)) (* 120 a))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 t z) #s(literal 1 binary64)) (/.f64 (-.f64 x y) z)))) |
(+ (* 60 (/ (- x y) z)) (+ (* 120 a) (* t (+ (* 60 (/ (* t (- x y)) (pow z 3))) (* 60 (/ (- x y) (pow z 2))))))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (-.f64 x y) z) (*.f64 t (*.f64 (+.f64 (/.f64 t z) #s(literal 1 binary64)) (/.f64 (/.f64 (-.f64 x y) z) z)))))) |
(+ (* 60 (/ (- x y) z)) (+ (* 120 a) (* t (+ (* 60 (/ (- x y) (pow z 2))) (* t (+ (* 60 (/ (* t (- x y)) (pow z 4))) (* 60 (/ (- x y) (pow z 3))))))))) |
(+.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z)) (*.f64 t (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 t (*.f64 t (-.f64 x y))) (pow.f64 z #s(literal 4 binary64))) (*.f64 (+.f64 (/.f64 t z) #s(literal 1 binary64)) (/.f64 (/.f64 (-.f64 x y) z) z)))))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(+ (* -60 (/ (- x y) t)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t)) |
(+ (* -60 (/ (* z (- x y)) (pow t 2))) (+ (* -60 (/ (- x y) t)) (* 120 a))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 (/.f64 (-.f64 x y) t) (+.f64 #s(literal -60 binary64) (/.f64 (*.f64 #s(literal -60 binary64) z) t)))) |
(+ (* -60 (/ (* z (- x y)) (pow t 2))) (+ (* -60 (/ (* (pow z 2) (- x y)) (pow t 3))) (+ (* -60 (/ (- x y) t)) (* 120 a)))) |
(+.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t)) (*.f64 (/.f64 #s(literal -60 binary64) t) (*.f64 z (*.f64 (+.f64 (/.f64 z t) #s(literal 1 binary64)) (/.f64 (-.f64 x y) t))))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(+ (* -60 (/ (- x y) t)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t)) |
(+ (* -1 (/ (+ (* 60 (- x y)) (* 60 (/ (* z (- x y)) t))) t)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (-.f64 x y) (/.f64 (*.f64 z (-.f64 x y)) t))) t)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -60 (* z (- x y))) (* -60 (/ (* (pow z 2) (- x y)) t))) t)) (* 60 (- x y))) t)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (+.f64 (*.f64 (*.f64 (-.f64 x y) (+.f64 z (/.f64 (*.f64 z z) t))) (/.f64 #s(literal -60 binary64) t)) (*.f64 #s(literal -60 binary64) (-.f64 x y))) t)) |
(* 60 (/ (- x y) (- z t))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) |
(+ (* 60 (/ (- x y) (- z t))) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t))) |
(+ (* 60 (/ (- x y) (- z t))) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t))) |
(+ (* 60 (/ (- x y) (- z t))) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* a (+ 120 (* 60 (/ (- x y) (* a (- z t)))))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)))) |
(* a (+ 120 (* 60 (/ (- x y) (* a (- z t)))))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)))) |
(* a (+ 120 (* 60 (/ (- x y) (* a (- z t)))))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* -1 (* a (- (* -60 (/ (- x y) (* a (- z t)))) 120))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)))) |
(* -1 (* a (- (* -60 (/ (- x y) (* a (- z t)))) 120))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)))) |
(* -1 (* a (- (* -60 (/ (- x y) (* a (- z t)))) 120))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)))) |
(* -60 (/ y (- z t))) |
(*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) |
(* 60 (/ x (- z t))) |
(/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) |
(* x (+ (* -60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t))))) |
(+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))))) |
(* x (+ (* -60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t))))) |
(+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))))) |
(* x (+ (* -60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t))))) |
(+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))))) |
(* 60 (/ x (- z t))) |
(/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) |
(* -1 (* x (- (* 60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t)))))) |
(+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))))) |
(* -1 (* x (- (* 60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t)))))) |
(+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))))) |
(* -1 (* x (- (* 60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t)))))) |
(+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))))) |
(* 60 (/ x (- z t))) |
(/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) |
(* -60 (/ y (- z t))) |
(*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) |
(* y (- (* 60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t))))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) |
(* y (- (* 60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t))))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) |
(* y (- (* 60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t))))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) |
(* -60 (/ y (- z t))) |
(*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) |
(* -1 (* y (+ (* -60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t)))))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) |
(* -1 (* y (+ (* -60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t)))))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) |
(* -1 (* y (+ (* -60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t)))))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) |
(* -60 (/ (- x y) t)) |
(/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t) |
(+ (* -60 (/ (- x y) t)) (* 60 (* z (- (/ y (pow t 2)) (/ x (pow t 2)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 x y) (*.f64 t t))) (*.f64 z #s(literal 60 binary64)))) |
(+ (* -60 (/ (- x y) t)) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) t))))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t) (*.f64 z (*.f64 #s(literal 60 binary64) (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 x y) (*.f64 t t))) (/.f64 (*.f64 z (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 x y) (*.f64 t t)))) t))))) |
(+ (* -60 (/ (- x y) t)) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* z (+ (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* 60 (/ (- (/ y (pow t 2)) (/ x (pow t 2))) t))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t) (*.f64 z (*.f64 #s(literal 60 binary64) (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 x y) (*.f64 t t))) (*.f64 (*.f64 (+.f64 (/.f64 z t) #s(literal 1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 x y) (*.f64 t t))) t)) z))))) |
(* 60 (/ (- x y) z)) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) |
(/ (+ (* 60 (- x y)) (* 60 (/ (* t (- x y)) z))) z) |
(*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 t z) #s(literal 1 binary64)) (/.f64 (-.f64 x y) z))) |
(/ (+ (* 60 (- x y)) (+ (* 60 (/ (* t (- x y)) z)) (* 60 (/ (* (pow t 2) (- x y)) (pow z 2))))) z) |
(/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (-.f64 x y) (*.f64 t (*.f64 (+.f64 (/.f64 t z) #s(literal 1 binary64)) (/.f64 (-.f64 x y) z))))) z) |
(/ (+ (* 60 (- x y)) (+ (* 60 (/ (* t (- x y)) z)) (+ (* 60 (/ (* (pow t 2) (- x y)) (pow z 2))) (* 60 (/ (* (pow t 3) (- x y)) (pow z 3)))))) z) |
(-.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (*.f64 t t) (*.f64 (+.f64 (/.f64 t z) #s(literal 1 binary64)) (/.f64 (/.f64 (-.f64 x y) z) z)))) z) (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (/.f64 t z) #s(literal 1 binary64)) (/.f64 (-.f64 x y) z)))) |
(* 60 (/ (- x y) z)) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) |
(* -1 (/ (+ (* -60 (- x y)) (* -60 (/ (* t (- x y)) z))) z)) |
(*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 t z) #s(literal 1 binary64)) (/.f64 (-.f64 x y) z))) |
(* -1 (/ (+ (* -60 (- x y)) (* -1 (/ (+ (* 60 (* t (- x y))) (* 60 (/ (* (pow t 2) (- x y)) z))) z))) z)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (+.f64 t (/.f64 (*.f64 t t) z)))) z) (*.f64 #s(literal 60 binary64) (-.f64 x y))) z) |
(* -1 (/ (+ (* -60 (- x y)) (* -1 (/ (+ (* -1 (/ (+ (* -60 (* (pow t 2) (- x y))) (* -60 (/ (* (pow t 3) (- x y)) z))) z)) (* 60 (* t (- x y)))) z))) z)) |
(/.f64 (+.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (/.f64 (+.f64 (*.f64 t (*.f64 #s(literal 60 binary64) (-.f64 x y))) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 t (*.f64 (-.f64 x y) (+.f64 t (/.f64 (*.f64 t t) z))))) z)) z)) z) |
(* 60 (/ (- x y) z)) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) |
(+ (* 60 (/ (* t (- x y)) (pow z 2))) (* 60 (/ (- x y) z))) |
(*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 t z) #s(literal 1 binary64)) (/.f64 (-.f64 x y) z))) |
(+ (* 60 (/ (- x y) z)) (* t (+ (* 60 (/ (* t (- x y)) (pow z 3))) (* 60 (/ (- x y) (pow z 2)))))) |
(*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (-.f64 x y) z) (*.f64 t (*.f64 (+.f64 (/.f64 t z) #s(literal 1 binary64)) (/.f64 (/.f64 (-.f64 x y) z) z))))) |
(+ (* 60 (/ (- x y) z)) (* t (+ (* 60 (/ (- x y) (pow z 2))) (* t (+ (* 60 (/ (* t (- x y)) (pow z 4))) (* 60 (/ (- x y) (pow z 3)))))))) |
(+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 t (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 t (*.f64 t (-.f64 x y))) (pow.f64 z #s(literal 4 binary64))) (*.f64 (+.f64 (/.f64 t z) #s(literal 1 binary64)) (/.f64 (/.f64 (-.f64 x y) z) z)))))) |
(* -60 (/ (- x y) t)) |
(/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t) |
(/ (+ (* -60 (- x y)) (* -60 (/ (* z (- x y)) t))) t) |
(/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (-.f64 x y) (/.f64 (*.f64 z (-.f64 x y)) t))) t) |
(/ (+ (* -60 (- x y)) (+ (* -60 (/ (* z (- x y)) t)) (* -60 (/ (* (pow z 2) (- x y)) (pow t 2))))) t) |
(/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (-.f64 x y) (*.f64 z (*.f64 (+.f64 (/.f64 z t) #s(literal 1 binary64)) (/.f64 (-.f64 x y) t))))) t) |
(/ (+ (* -60 (- x y)) (+ (* -60 (/ (* z (- x y)) t)) (+ (* -60 (/ (* (pow z 2) (- x y)) (pow t 2))) (* -60 (/ (* (pow z 3) (- x y)) (pow t 3)))))) t) |
(*.f64 #s(literal -60 binary64) (/.f64 (+.f64 x (+.f64 (-.f64 (/.f64 (*.f64 z (-.f64 x y)) t) y) (*.f64 z (*.f64 (/.f64 (-.f64 x y) (*.f64 t t)) (+.f64 z (/.f64 (*.f64 z z) t)))))) t)) |
(* -60 (/ (- x y) t)) |
(/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t) |
(* -1 (/ (+ (* 60 (- x y)) (* 60 (/ (* z (- x y)) t))) t)) |
(/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (-.f64 x y) (/.f64 (*.f64 z (-.f64 x y)) t))) t) |
(* -1 (/ (+ (* -1 (/ (+ (* -60 (* z (- x y))) (* -60 (/ (* (pow z 2) (- x y)) t))) t)) (* 60 (- x y))) t)) |
(/.f64 (+.f64 (*.f64 (*.f64 (-.f64 x y) (+.f64 z (/.f64 (*.f64 z z) t))) (/.f64 #s(literal -60 binary64) t)) (*.f64 #s(literal -60 binary64) (-.f64 x y))) t) |
(* -1 (/ (+ (* -1 (/ (+ (* -60 (* z (- x y))) (* -1 (/ (+ (* 60 (* (pow z 2) (- x y))) (* 60 (/ (* (pow z 3) (- x y)) t))) t))) t)) (* 60 (- x y))) t)) |
(/.f64 (+.f64 (/.f64 (+.f64 (*.f64 #s(literal -60 binary64) (*.f64 z (-.f64 x y))) (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 z (*.f64 (-.f64 x y) (+.f64 z (/.f64 (*.f64 z z) t))))) t)) t) (*.f64 #s(literal -60 binary64) (-.f64 x y))) t) |
(* -60 y) |
(*.f64 #s(literal -60 binary64) y) |
(+ (* -60 y) (* 60 x)) |
(*.f64 #s(literal 60 binary64) (-.f64 x y)) |
(+ (* -60 y) (* 60 x)) |
(*.f64 #s(literal 60 binary64) (-.f64 x y)) |
(+ (* -60 y) (* 60 x)) |
(*.f64 #s(literal 60 binary64) (-.f64 x y)) |
(* 60 x) |
(*.f64 #s(literal 60 binary64) x) |
(* x (+ 60 (* -60 (/ y x)))) |
(+.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -60 binary64) y))) |
(* x (+ 60 (* -60 (/ y x)))) |
(+.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -60 binary64) y))) |
(* x (+ 60 (* -60 (/ y x)))) |
(+.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -60 binary64) y))) |
(* 60 x) |
(*.f64 #s(literal 60 binary64) x) |
(* -1 (* x (- (* 60 (/ y x)) 60))) |
(+.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -60 binary64) y))) |
(* -1 (* x (- (* 60 (/ y x)) 60))) |
(+.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -60 binary64) y))) |
(* -1 (* x (- (* 60 (/ y x)) 60))) |
(+.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -60 binary64) y))) |
(* 60 x) |
(*.f64 #s(literal 60 binary64) x) |
(+ (* -60 y) (* 60 x)) |
(*.f64 #s(literal 60 binary64) (-.f64 x y)) |
(+ (* -60 y) (* 60 x)) |
(*.f64 #s(literal 60 binary64) (-.f64 x y)) |
(+ (* -60 y) (* 60 x)) |
(*.f64 #s(literal 60 binary64) (-.f64 x y)) |
(* -60 y) |
(*.f64 #s(literal -60 binary64) y) |
(* y (- (* 60 (/ x y)) 60)) |
(*.f64 y (+.f64 #s(literal -60 binary64) (/.f64 (*.f64 #s(literal 60 binary64) x) y))) |
(* y (- (* 60 (/ x y)) 60)) |
(*.f64 y (+.f64 #s(literal -60 binary64) (/.f64 (*.f64 #s(literal 60 binary64) x) y))) |
(* y (- (* 60 (/ x y)) 60)) |
(*.f64 y (+.f64 #s(literal -60 binary64) (/.f64 (*.f64 #s(literal 60 binary64) x) y))) |
(* -60 y) |
(*.f64 #s(literal -60 binary64) y) |
(* -1 (* y (+ 60 (* -60 (/ x y))))) |
(*.f64 #s(literal 60 binary64) (-.f64 x y)) |
(* -1 (* y (+ 60 (* -60 (/ x y))))) |
(*.f64 #s(literal 60 binary64) (-.f64 x y)) |
(* -1 (* y (+ 60 (* -60 (/ x y))))) |
(*.f64 #s(literal 60 binary64) (-.f64 x y)) |
(* -1 y) |
(-.f64 #s(literal 0 binary64) y) |
(- x y) |
(-.f64 x y) |
(- x y) |
(-.f64 x y) |
(- x y) |
(-.f64 x y) |
x |
(* x (+ 1 (* -1 (/ y x)))) |
(-.f64 x y) |
(* x (+ 1 (* -1 (/ y x)))) |
(-.f64 x y) |
(* x (+ 1 (* -1 (/ y x)))) |
(-.f64 x y) |
x |
(* -1 (* x (- (/ y x) 1))) |
(-.f64 x y) |
(* -1 (* x (- (/ y x) 1))) |
(-.f64 x y) |
(* -1 (* x (- (/ y x) 1))) |
(-.f64 x y) |
x |
(+ x (* -1 y)) |
(-.f64 x y) |
(+ x (* -1 y)) |
(-.f64 x y) |
(+ x (* -1 y)) |
(-.f64 x y) |
(* -1 y) |
(-.f64 #s(literal 0 binary64) y) |
(* y (- (/ x y) 1)) |
(-.f64 x y) |
(* y (- (/ x y) 1)) |
(-.f64 x y) |
(* y (- (/ x y) 1)) |
(-.f64 x y) |
(* -1 y) |
(-.f64 #s(literal 0 binary64) y) |
(* -1 (* y (+ 1 (* -1 (/ x y))))) |
(-.f64 x y) |
(* -1 (* y (+ 1 (* -1 (/ x y))))) |
(-.f64 x y) |
(* -1 (* y (+ 1 (* -1 (/ x y))))) |
(-.f64 x y) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
Compiled 14 926 to 1 384 computations (90.7% saved)
17 alts after pruning (17 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 499 | 17 | 516 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 0 | 0 |
| Total | 500 | 17 | 517 |
| Status | Accuracy | Program |
|---|---|---|
| 70.2% | (fma.f64 (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) #s(literal 3600 binary64)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))) (neg.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))))) | |
| 99.1% | (fma.f64 a #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t))) | |
| 61.3% | (/.f64 (+.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (*.f64 #s(literal -3600 binary64) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y))))) (+.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 t z)))) | |
| ▶ | 40.6% | (/.f64 (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64))) (+.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (/.f64 (-.f64 z t) (*.f64 #s(literal 60 binary64) (-.f64 x y)))))) |
| 46.6% | (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) | |
| 23.8% | (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) | |
| 61.3% | (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 t z))) (+.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (*.f64 #s(literal -3600 binary64) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y))))))) | |
| 60.2% | (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 a #s(literal 120 binary64))) | |
| 76.6% | (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 a #s(literal 120 binary64))) | |
| ▶ | 99.8% | (+.f64 (/.f64 #s(literal 60 binary64) (/.f64 (-.f64 z t) (-.f64 x y))) (*.f64 a #s(literal 120 binary64))) |
| 99.7% | (+.f64 (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) #s(literal 60 binary64)) (*.f64 a #s(literal 120 binary64))) | |
| ▶ | 99.8% | (+.f64 (*.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (-.f64 x y)) (*.f64 a #s(literal 120 binary64))) |
| ▶ | 77.9% | (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t)))) |
| 40.6% | (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (/.f64 (-.f64 z t) (*.f64 #s(literal 60 binary64) (-.f64 x y)))))) (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)))) | |
| 93.4% | (*.f64 (-.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 t z))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))))) | |
| ▶ | 55.3% | (*.f64 #s(literal 120 binary64) a) |
| 25.4% | (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) |
Compiled 986 to 562 computations (43% saved)
| 1× | egg-herbie |
Found 17 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y)))) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y))))) |
| ✓ | cost-diff | 0 | (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64))) |
| ✓ | cost-diff | 0 | (/.f64 (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64))) (+.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (/.f64 (-.f64 z t) (*.f64 #s(literal 60 binary64) (-.f64 x y)))))) |
| ✓ | cost-diff | 0 | (-.f64 z t) |
| ✓ | cost-diff | 0 | (/.f64 (-.f64 z t) (-.f64 x y)) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 60 binary64) (/.f64 (-.f64 z t) (-.f64 x y))) |
| ✓ | cost-diff | 0 | (+.f64 (/.f64 #s(literal 60 binary64) (/.f64 (-.f64 z t) (-.f64 x y))) (*.f64 a #s(literal 120 binary64))) |
| ✓ | cost-diff | 0 | (/.f64 y (-.f64 z t)) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal 120 binary64) a) |
| ✓ | cost-diff | 0 | (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t)))) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal 120 binary64) a) |
| ✓ | cost-diff | 0 | (-.f64 z t) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 60 binary64) (-.f64 z t)) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (-.f64 x y)) |
| ✓ | cost-diff | 0 | (+.f64 (*.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (-.f64 x y)) (*.f64 a #s(literal 120 binary64))) |
| 6 316× | accelerator-lowering-fma.f32 |
| 6 316× | accelerator-lowering-fma.f64 |
| 3 052× | *-lowering-*.f32 |
| 3 052× | *-lowering-*.f64 |
| 1 774× | --lowering--.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 43 | 423 |
| 1 | 95 | 423 |
| 2 | 221 | 367 |
| 3 | 775 | 367 |
| 4 | 3265 | 367 |
| 5 | 7325 | 367 |
| 0 | 8366 | 356 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ (* (/ 60 (- z t)) (- x y)) (* a 120)) |
(* (/ 60 (- z t)) (- x y)) |
(/ 60 (- z t)) |
60 |
(- z t) |
z |
t |
(- x y) |
x |
y |
(* a 120) |
a |
120 |
(* 120 a) |
120 |
a |
(+ (* 120 a) (* -60 (/ y (- z t)))) |
(* 120 a) |
120 |
a |
(* -60 (/ y (- z t))) |
-60 |
(/ y (- z t)) |
y |
(- z t) |
z |
t |
(+ (/ 60 (/ (- z t) (- x y))) (* a 120)) |
(/ 60 (/ (- z t) (- x y))) |
60 |
(/ (- z t) (- x y)) |
(- z t) |
z |
t |
(- x y) |
x |
y |
(* a 120) |
a |
120 |
(/ (+ (* 216000 (* (/ (- x y) (- z t)) (/ (/ (- x y) (- z t)) (/ (- z t) (- x y))))) (* (* a (* a a)) 1728000)) (+ (* a (* a 14400)) (/ (+ (/ (* 60 (- x y)) (- z t)) (* a -120)) (/ (- z t) (* 60 (- x y)))))) |
(+ (* 216000 (* (/ (- x y) (- z t)) (/ (/ (- x y) (- z t)) (/ (- z t) (- x y))))) (* (* a (* a a)) 1728000)) |
(* 216000 (* (/ (- x y) (- z t)) (/ (/ (- x y) (- z t)) (/ (- z t) (- x y))))) |
216000 |
(* (/ (- x y) (- z t)) (/ (/ (- x y) (- z t)) (/ (- z t) (- x y)))) |
(/ (- x y) (- z t)) |
(- x y) |
x |
y |
(- z t) |
z |
t |
(/ (/ (- x y) (- z t)) (/ (- z t) (- x y))) |
(/ (- z t) (- x y)) |
(* (* a (* a a)) 1728000) |
(* a (* a a)) |
a |
(* a a) |
1728000 |
(+ (* a (* a 14400)) (/ (+ (/ (* 60 (- x y)) (- z t)) (* a -120)) (/ (- z t) (* 60 (- x y))))) |
(* a (* a 14400)) |
(* a 14400) |
14400 |
(/ (+ (/ (* 60 (- x y)) (- z t)) (* a -120)) (/ (- z t) (* 60 (- x y)))) |
(+ (/ (* 60 (- x y)) (- z t)) (* a -120)) |
(/ (* 60 (- x y)) (- z t)) |
(* 60 (- x y)) |
60 |
(* a -120) |
-120 |
(/ (- z t) (* 60 (- x y))) |
| Outputs |
|---|
(+ (* (/ 60 (- z t)) (- x y)) (* a 120)) |
(+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal 120 binary64))) |
(* (/ 60 (- z t)) (- x y)) |
(/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) |
(/ 60 (- z t)) |
(/.f64 #s(literal 60 binary64) (-.f64 z t)) |
60 |
#s(literal 60 binary64) |
(- z t) |
(-.f64 z t) |
z |
t |
(- x y) |
(-.f64 x y) |
x |
y |
(* a 120) |
(*.f64 a #s(literal 120 binary64)) |
a |
120 |
#s(literal 120 binary64) |
(* 120 a) |
(*.f64 a #s(literal 120 binary64)) |
120 |
#s(literal 120 binary64) |
a |
(+ (* 120 a) (* -60 (/ y (- z t)))) |
(+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t)))) |
(* 120 a) |
(*.f64 a #s(literal 120 binary64)) |
120 |
#s(literal 120 binary64) |
a |
(* -60 (/ y (- z t))) |
(*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) |
-60 |
#s(literal -60 binary64) |
(/ y (- z t)) |
(/.f64 y (-.f64 z t)) |
y |
(- z t) |
(-.f64 z t) |
z |
t |
(+ (/ 60 (/ (- z t) (- x y))) (* a 120)) |
(+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal 120 binary64))) |
(/ 60 (/ (- z t) (- x y))) |
(/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) |
60 |
#s(literal 60 binary64) |
(/ (- z t) (- x y)) |
(/.f64 (-.f64 z t) (-.f64 x y)) |
(- z t) |
(-.f64 z t) |
z |
t |
(- x y) |
(-.f64 x y) |
x |
y |
(* a 120) |
(*.f64 a #s(literal 120 binary64)) |
a |
120 |
#s(literal 120 binary64) |
(/ (+ (* 216000 (* (/ (- x y) (- z t)) (/ (/ (- x y) (- z t)) (/ (- z t) (- x y))))) (* (* a (* a a)) 1728000)) (+ (* a (* a 14400)) (/ (+ (/ (* 60 (- x y)) (- z t)) (* a -120)) (/ (- z t) (* 60 (- x y)))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 216000 binary64)) (/.f64 (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (/.f64 (-.f64 z t) (-.f64 x y)))) (-.f64 x y))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) (+.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (-.f64 z t) (*.f64 #s(literal 60 binary64) (-.f64 x y)))))) |
(+ (* 216000 (* (/ (- x y) (- z t)) (/ (/ (- x y) (- z t)) (/ (- z t) (- x y))))) (* (* a (* a a)) 1728000)) |
(+.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 216000 binary64)) (/.f64 (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (/.f64 (-.f64 z t) (-.f64 x y)))) (-.f64 x y))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) |
(* 216000 (* (/ (- x y) (- z t)) (/ (/ (- x y) (- z t)) (/ (- z t) (- x y))))) |
(/.f64 (*.f64 (-.f64 x y) #s(literal 216000 binary64)) (/.f64 (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (/.f64 (-.f64 z t) (-.f64 x y)))) (-.f64 x y))) |
216000 |
#s(literal 216000 binary64) |
(* (/ (- x y) (- z t)) (/ (/ (- x y) (- z t)) (/ (- z t) (- x y)))) |
(/.f64 (-.f64 x y) (/.f64 (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (/.f64 (-.f64 z t) (-.f64 x y)))) (-.f64 x y))) |
(/ (- x y) (- z t)) |
(/.f64 (-.f64 x y) (-.f64 z t)) |
(- x y) |
(-.f64 x y) |
x |
y |
(- z t) |
(-.f64 z t) |
z |
t |
(/ (/ (- x y) (- z t)) (/ (- z t) (- x y))) |
(/.f64 (-.f64 x y) (*.f64 (-.f64 z t) (/.f64 (-.f64 z t) (-.f64 x y)))) |
(/ (- z t) (- x y)) |
(/.f64 (-.f64 z t) (-.f64 x y)) |
(* (* a (* a a)) 1728000) |
(*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))) |
(* a (* a a)) |
(*.f64 a (*.f64 a a)) |
a |
(* a a) |
(*.f64 a a) |
1728000 |
#s(literal 1728000 binary64) |
(+ (* a (* a 14400)) (/ (+ (/ (* 60 (- x y)) (- z t)) (* a -120)) (/ (- z t) (* 60 (- x y))))) |
(+.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (-.f64 z t) (*.f64 #s(literal 60 binary64) (-.f64 x y))))) |
(* a (* a 14400)) |
(*.f64 (*.f64 a a) #s(literal 14400 binary64)) |
(* a 14400) |
(*.f64 a #s(literal 14400 binary64)) |
14400 |
#s(literal 14400 binary64) |
(/ (+ (/ (* 60 (- x y)) (- z t)) (* a -120)) (/ (- z t) (* 60 (- x y)))) |
(/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (-.f64 z t) (*.f64 #s(literal 60 binary64) (-.f64 x y)))) |
(+ (/ (* 60 (- x y)) (- z t)) (* a -120)) |
(+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) |
(/ (* 60 (- x y)) (- z t)) |
(/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) |
(* 60 (- x y)) |
(*.f64 #s(literal 60 binary64) (-.f64 x y)) |
60 |
#s(literal 60 binary64) |
(* a -120) |
(*.f64 a #s(literal -120 binary64)) |
-120 |
#s(literal -120 binary64) |
(/ (- z t) (* 60 (- x y))) |
(/.f64 (-.f64 z t) (*.f64 #s(literal 60 binary64) (-.f64 x y))) |
Found 17 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 97.5% | (+.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (/.f64 (-.f64 z t) (*.f64 #s(literal 60 binary64) (-.f64 x y))))) |
| ✓ | accuracy | 96.9% | (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64))) |
| ✓ | accuracy | 92.9% | (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (/.f64 (-.f64 z t) (*.f64 #s(literal 60 binary64) (-.f64 x y)))) |
| ✓ | accuracy | 43.6% | (/.f64 (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64))) (+.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (/.f64 (-.f64 z t) (*.f64 #s(literal 60 binary64) (-.f64 x y)))))) |
| ✓ | accuracy | 100.0% | (*.f64 a #s(literal 120 binary64)) |
| ✓ | accuracy | 100.0% | (/.f64 (-.f64 z t) (-.f64 x y)) |
| ✓ | accuracy | 100.0% | (+.f64 (/.f64 #s(literal 60 binary64) (/.f64 (-.f64 z t) (-.f64 x y))) (*.f64 a #s(literal 120 binary64))) |
| ✓ | accuracy | 99.1% | (/.f64 #s(literal 60 binary64) (/.f64 (-.f64 z t) (-.f64 x y))) |
| ✓ | accuracy | 100.0% | (*.f64 #s(literal 120 binary64) a) |
| ✓ | accuracy | 100.0% | (/.f64 y (-.f64 z t)) |
| ✓ | accuracy | 100.0% | (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t)))) |
| ✓ | accuracy | 99.6% | (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) |
| ✓ | accuracy | 100.0% | (*.f64 #s(literal 120 binary64) a) |
| ✓ | accuracy | 100.0% | (*.f64 a #s(literal 120 binary64)) |
| ✓ | accuracy | 100.0% | (/.f64 #s(literal 60 binary64) (-.f64 z t)) |
| ✓ | accuracy | 100.0% | (+.f64 (*.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (-.f64 x y)) (*.f64 a #s(literal 120 binary64))) |
| ✓ | accuracy | 99.6% | (*.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (-.f64 x y)) |
| 72.0ms | 244× | 0 | valid |
| 4.0ms | 3× | 5 | exit |
| 3.0ms | 3× | 3 | valid |
| 2.0ms | 3× | 2 | valid |
| 2.0ms | 3× | 1 | valid |
Compiled 433 to 45 computations (89.6% saved)
ival-mult: 21.0ms (42.5% of total)ival-div: 16.0ms (32.3% of total)ival-add: 7.0ms (14.2% of total)ival-sub: 3.0ms (6.1% of total)adjust: 1.0ms (2% of total)...in/eval/compile.rkt:110:19: 1.0ms (2% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)| Inputs |
|---|
#<alt (+ (* (/ 60 (- z t)) (- x y)) (* a 120))> |
#<alt (* (/ 60 (- z t)) (- x y))> |
#<alt (/ 60 (- z t))> |
#<alt (- z t)> |
#<alt (* 120 a)> |
#<alt (+ (* 120 a) (* -60 (/ y (- z t))))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (/ y (- z t))> |
#<alt (+ (/ 60 (/ (- z t) (- x y))) (* a 120))> |
#<alt (/ 60 (/ (- z t) (- x y)))> |
#<alt (/ (- z t) (- x y))> |
#<alt (/ (+ (* 216000 (* (/ (- x y) (- z t)) (/ (/ (- x y) (- z t)) (/ (- z t) (- x y))))) (* (* a (* a a)) 1728000)) (+ (* a (* a 14400)) (/ (+ (/ (* 60 (- x y)) (- z t)) (* a -120)) (/ (- z t) (* 60 (- x y))))))> |
#<alt (+ (* 216000 (* (/ (- x y) (- z t)) (/ (/ (- x y) (- z t)) (/ (- z t) (- x y))))) (* (* a (* a a)) 1728000))> |
#<alt (* 216000 (* (/ (- x y) (- z t)) (/ (/ (- x y) (- z t)) (/ (- z t) (- x y)))))> |
#<alt (* (/ (- x y) (- z t)) (/ (/ (- x y) (- z t)) (/ (- z t) (- x y))))> |
#<alt (* a 120)> |
#<alt (/ (+ (/ (* 60 (- x y)) (- z t)) (* a -120)) (/ (- z t) (* 60 (- x y))))> |
#<alt (+ (* a (* a 14400)) (/ (+ (/ (* 60 (- x y)) (- z t)) (* a -120)) (/ (- z t) (* 60 (- x y)))))> |
| Outputs |
|---|
#<alt (+ (* -60 (/ (- x y) t)) (* 120 a))> |
#<alt (+ (* -60 (/ (- x y) t)) (+ (* 60 (* z (- (/ y (pow t 2)) (/ x (pow t 2))))) (* 120 a)))> |
#<alt (+ (* -60 (/ (- x y) t)) (+ (* 120 a) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) t))))))> |
#<alt (+ (* -60 (/ (- x y) t)) (+ (* 120 a) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* z (+ (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* 60 (/ (- (/ y (pow t 2)) (/ x (pow t 2))) t))))))))> |
#<alt (* 120 a)> |
#<alt (+ (* 60 (/ (- x y) z)) (* 120 a))> |
#<alt (+ (* 60 (/ (* t (- x y)) (pow z 2))) (+ (* 60 (/ (- x y) z)) (* 120 a)))> |
#<alt (+ (* 60 (/ (* t (- x y)) (pow z 2))) (+ (* 60 (/ (* (pow t 2) (- x y)) (pow z 3))) (+ (* 60 (/ (- x y) z)) (* 120 a))))> |
#<alt (* 120 a)> |
#<alt (+ (* 60 (/ (- x y) z)) (* 120 a))> |
#<alt (+ (* -1 (/ (+ (* -60 (- x y)) (* -60 (/ (* t (- x y)) z))) z)) (* 120 a))> |
#<alt (+ (* -1 (/ (+ (* -60 (- x y)) (* -1 (/ (+ (* 60 (* t (- x y))) (* 60 (/ (* (pow t 2) (- x y)) z))) z))) z)) (* 120 a))> |
#<alt (+ (* 60 (/ (- x y) z)) (* 120 a))> |
#<alt (+ (* 60 (/ (* t (- x y)) (pow z 2))) (+ (* 60 (/ (- x y) z)) (* 120 a)))> |
#<alt (+ (* 60 (/ (- x y) z)) (+ (* 120 a) (* t (+ (* 60 (/ (* t (- x y)) (pow z 3))) (* 60 (/ (- x y) (pow z 2)))))))> |
#<alt (+ (* 60 (/ (- x y) z)) (+ (* 120 a) (* t (+ (* 60 (/ (- x y) (pow z 2))) (* t (+ (* 60 (/ (* t (- x y)) (pow z 4))) (* 60 (/ (- x y) (pow z 3)))))))))> |
#<alt (* 120 a)> |
#<alt (+ (* -60 (/ (- x y) t)) (* 120 a))> |
#<alt (+ (* -60 (/ (* z (- x y)) (pow t 2))) (+ (* -60 (/ (- x y) t)) (* 120 a)))> |
#<alt (+ (* -60 (/ (* z (- x y)) (pow t 2))) (+ (* -60 (/ (* (pow z 2) (- x y)) (pow t 3))) (+ (* -60 (/ (- x y) t)) (* 120 a))))> |
#<alt (* 120 a)> |
#<alt (+ (* -60 (/ (- x y) t)) (* 120 a))> |
#<alt (+ (* -1 (/ (+ (* 60 (- x y)) (* 60 (/ (* z (- x y)) t))) t)) (* 120 a))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* -60 (* z (- x y))) (* -60 (/ (* (pow z 2) (- x y)) t))) t)) (* 60 (- x y))) t)) (* 120 a))> |
#<alt (+ (* -60 (/ y (- z t))) (* 120 a))> |
#<alt (+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a)))> |
#<alt (+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a)))> |
#<alt (+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a)))> |
#<alt (* 60 (/ x (- z t)))> |
#<alt (* x (+ (* -60 (/ y (* x (- z t)))) (+ (* 120 (/ a x)) (* 60 (/ 1 (- z t))))))> |
#<alt (* x (+ (* -60 (/ y (* x (- z t)))) (+ (* 120 (/ a x)) (* 60 (/ 1 (- z t))))))> |
#<alt (* x (+ (* -60 (/ y (* x (- z t)))) (+ (* 120 (/ a x)) (* 60 (/ 1 (- z t))))))> |
#<alt (* 60 (/ x (- z t)))> |
#<alt (* -1 (* x (- (* -1 (/ (+ (* -60 (/ y (- z t))) (* 120 a)) x)) (* 60 (/ 1 (- z t))))))> |
#<alt (* -1 (* x (- (* -1 (/ (+ (* -60 (/ y (- z t))) (* 120 a)) x)) (* 60 (/ 1 (- z t))))))> |
#<alt (* -1 (* x (- (* -1 (/ (+ (* -60 (/ y (- z t))) (* 120 a)) x)) (* 60 (/ 1 (- z t))))))> |
#<alt (+ (* 60 (/ x (- z t))) (* 120 a))> |
#<alt (+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a)))> |
#<alt (+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a)))> |
#<alt (+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a)))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* y (- (+ (* 60 (/ x (* y (- z t)))) (* 120 (/ a y))) (* 60 (/ 1 (- z t)))))> |
#<alt (* y (- (+ (* 60 (/ x (* y (- z t)))) (* 120 (/ a y))) (* 60 (/ 1 (- z t)))))> |
#<alt (* y (- (+ (* 60 (/ x (* y (- z t)))) (* 120 (/ a y))) (* 60 (/ 1 (- z t)))))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x (- z t))) (* 120 a)) y)) (* 60 (/ 1 (- z t))))))> |
#<alt (* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x (- z t))) (* 120 a)) y)) (* 60 (/ 1 (- z t))))))> |
#<alt (* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x (- z t))) (* 120 a)) y)) (* 60 (/ 1 (- z t))))))> |
#<alt (* 60 (/ (- x y) (- z t)))> |
#<alt (+ (* 60 (/ (- x y) (- z t))) (* 120 a))> |
#<alt (+ (* 60 (/ (- x y) (- z t))) (* 120 a))> |
#<alt (+ (* 60 (/ (- x y) (- z t))) (* 120 a))> |
#<alt (* 120 a)> |
#<alt (* a (+ 120 (* 60 (/ (- x y) (* a (- z t))))))> |
#<alt (* a (+ 120 (* 60 (/ (- x y) (* a (- z t))))))> |
#<alt (* a (+ 120 (* 60 (/ (- x y) (* a (- z t))))))> |
#<alt (* 120 a)> |
#<alt (* -1 (* a (- (* -60 (/ (- x y) (* a (- z t)))) 120)))> |
#<alt (* -1 (* a (- (* -60 (/ (- x y) (* a (- z t)))) 120)))> |
#<alt (* -1 (* a (- (* -60 (/ (- x y) (* a (- z t)))) 120)))> |
#<alt (* -60 (/ (- x y) t))> |
#<alt (+ (* -60 (/ (- x y) t)) (* 60 (* z (- (/ y (pow t 2)) (/ x (pow t 2))))))> |
#<alt (+ (* -60 (/ (- x y) t)) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) t)))))> |
#<alt (+ (* -60 (/ (- x y) t)) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* z (+ (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* 60 (/ (- (/ y (pow t 2)) (/ x (pow t 2))) t)))))))> |
#<alt (* 60 (/ (- x y) z))> |
#<alt (/ (+ (* 60 (- x y)) (* 60 (/ (* t (- x y)) z))) z)> |
#<alt (/ (+ (* 60 (- x y)) (+ (* 60 (/ (* t (- x y)) z)) (* 60 (/ (* (pow t 2) (- x y)) (pow z 2))))) z)> |
#<alt (/ (+ (* 60 (- x y)) (+ (* 60 (/ (* t (- x y)) z)) (+ (* 60 (/ (* (pow t 2) (- x y)) (pow z 2))) (* 60 (/ (* (pow t 3) (- x y)) (pow z 3)))))) z)> |
#<alt (* 60 (/ (- x y) z))> |
#<alt (* -1 (/ (+ (* -60 (- x y)) (* -60 (/ (* t (- x y)) z))) z))> |
#<alt (* -1 (/ (+ (* -60 (- x y)) (* -1 (/ (+ (* 60 (* t (- x y))) (* 60 (/ (* (pow t 2) (- x y)) z))) z))) z))> |
#<alt (* -1 (/ (+ (* -60 (- x y)) (* -1 (/ (+ (* -1 (/ (+ (* -60 (* (pow t 2) (- x y))) (* -60 (/ (* (pow t 3) (- x y)) z))) z)) (* 60 (* t (- x y)))) z))) z))> |
#<alt (* 60 (/ (- x y) z))> |
#<alt (+ (* 60 (/ (* t (- x y)) (pow z 2))) (* 60 (/ (- x y) z)))> |
#<alt (+ (* 60 (/ (- x y) z)) (* t (+ (* 60 (/ (* t (- x y)) (pow z 3))) (* 60 (/ (- x y) (pow z 2))))))> |
#<alt (+ (* 60 (/ (- x y) z)) (* t (+ (* 60 (/ (- x y) (pow z 2))) (* t (+ (* 60 (/ (* t (- x y)) (pow z 4))) (* 60 (/ (- x y) (pow z 3))))))))> |
#<alt (* -60 (/ (- x y) t))> |
#<alt (/ (+ (* -60 (- x y)) (* -60 (/ (* z (- x y)) t))) t)> |
#<alt (/ (+ (* -60 (- x y)) (+ (* -60 (/ (* z (- x y)) t)) (* -60 (/ (* (pow z 2) (- x y)) (pow t 2))))) t)> |
#<alt (/ (+ (* -60 (- x y)) (+ (* -60 (/ (* z (- x y)) t)) (+ (* -60 (/ (* (pow z 2) (- x y)) (pow t 2))) (* -60 (/ (* (pow z 3) (- x y)) (pow t 3)))))) t)> |
#<alt (* -60 (/ (- x y) t))> |
#<alt (* -1 (/ (+ (* 60 (- x y)) (* 60 (/ (* z (- x y)) t))) t))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* -60 (* z (- x y))) (* -60 (/ (* (pow z 2) (- x y)) t))) t)) (* 60 (- x y))) t))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* -60 (* z (- x y))) (* -1 (/ (+ (* 60 (* (pow z 2) (- x y))) (* 60 (/ (* (pow z 3) (- x y)) t))) t))) t)) (* 60 (- x y))) t))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t))))> |
#<alt (+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t))))> |
#<alt (+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t))))> |
#<alt (* 60 (/ x (- z t)))> |
#<alt (* x (+ (* -60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t)))))> |
#<alt (* x (+ (* -60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t)))))> |
#<alt (* x (+ (* -60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t)))))> |
#<alt (* 60 (/ x (- z t)))> |
#<alt (* -1 (* x (- (* 60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t))))))> |
#<alt (* -1 (* x (- (* 60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t))))))> |
#<alt (* -1 (* x (- (* 60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t))))))> |
#<alt (* 60 (/ x (- z t)))> |
#<alt (+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t))))> |
#<alt (+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t))))> |
#<alt (+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t))))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* y (- (* 60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t)))))> |
#<alt (* y (- (* 60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t)))))> |
#<alt (* y (- (* 60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t)))))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* -1 (* y (+ (* -60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t))))))> |
#<alt (* -1 (* y (+ (* -60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t))))))> |
#<alt (* -1 (* y (+ (* -60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t))))))> |
#<alt (/ -60 t)> |
#<alt (- (* -60 (/ z (pow t 2))) (* 60 (/ 1 t)))> |
#<alt (- (* z (- (* -60 (/ z (pow t 3))) (* 60 (/ 1 (pow t 2))))) (* 60 (/ 1 t)))> |
#<alt (- (* z (- (* z (- (* -60 (/ z (pow t 4))) (* 60 (/ 1 (pow t 3))))) (* 60 (/ 1 (pow t 2))))) (* 60 (/ 1 t)))> |
#<alt (/ 60 z)> |
#<alt (/ (+ 60 (* 60 (/ t z))) z)> |
#<alt (/ (- (+ 60 (* 60 (/ (pow t 2) (pow z 2)))) (* -60 (/ t z))) z)> |
#<alt (/ (- (+ 60 (* 60 (/ (pow t 3) (pow z 3)))) (+ (* -60 (/ t z)) (* -60 (/ (pow t 2) (pow z 2))))) z)> |
#<alt (/ 60 z)> |
#<alt (* -1 (/ (- (* -60 (/ t z)) 60) z))> |
#<alt (* -1 (/ (- (* -1 (/ (- (* 60 (/ (pow t 2) z)) (* -60 t)) z)) 60) z))> |
#<alt (* -1 (/ (- (* -1 (/ (- (* -1 (/ (- (* -60 (/ (pow t 3) z)) (* 60 (pow t 2))) z)) (* -60 t)) z)) 60) z))> |
#<alt (/ 60 z)> |
#<alt (+ (* 60 (/ t (pow z 2))) (* 60 (/ 1 z)))> |
#<alt (+ (* t (+ (* 60 (/ t (pow z 3))) (* 60 (/ 1 (pow z 2))))) (* 60 (/ 1 z)))> |
#<alt (+ (* t (+ (* t (+ (* 60 (/ t (pow z 4))) (* 60 (/ 1 (pow z 3))))) (* 60 (/ 1 (pow z 2))))) (* 60 (/ 1 z)))> |
#<alt (/ -60 t)> |
#<alt (/ (- (* -60 (/ z t)) 60) t)> |
#<alt (/ (- (* -60 (/ (pow z 2) (pow t 2))) (+ 60 (* 60 (/ z t)))) t)> |
#<alt (/ (- (* -60 (/ (pow z 3) (pow t 3))) (+ 60 (+ (* 60 (/ z t)) (* 60 (/ (pow z 2) (pow t 2)))))) t)> |
#<alt (/ -60 t)> |
#<alt (* -1 (/ (+ 60 (* 60 (/ z t))) t))> |
#<alt (* -1 (/ (+ 60 (* -1 (/ (- (* -60 (/ (pow z 2) t)) (* 60 z)) t))) t))> |
#<alt (* -1 (/ (+ 60 (* -1 (/ (- (* -1 (/ (- (* 60 (/ (pow z 3) t)) (* -60 (pow z 2))) t)) (* 60 z)) t))) t))> |
#<alt (* -1 t)> |
#<alt (- z t)> |
#<alt (- z t)> |
#<alt (- z t)> |
#<alt z> |
#<alt (* z (+ 1 (* -1 (/ t z))))> |
#<alt (* z (+ 1 (* -1 (/ t z))))> |
#<alt (* z (+ 1 (* -1 (/ t z))))> |
#<alt z> |
#<alt (* -1 (* z (- (/ t z) 1)))> |
#<alt (* -1 (* z (- (/ t z) 1)))> |
#<alt (* -1 (* z (- (/ t z) 1)))> |
#<alt z> |
#<alt (+ z (* -1 t))> |
#<alt (+ z (* -1 t))> |
#<alt (+ z (* -1 t))> |
#<alt (* -1 t)> |
#<alt (* t (- (/ z t) 1))> |
#<alt (* t (- (/ z t) 1))> |
#<alt (* t (- (/ z t) 1))> |
#<alt (* -1 t)> |
#<alt (* -1 (* t (+ 1 (* -1 (/ z t)))))> |
#<alt (* -1 (* t (+ 1 (* -1 (/ z t)))))> |
#<alt (* -1 (* t (+ 1 (* -1 (/ z t)))))> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (+ (* -60 (/ y (- z t))) (* 120 a))> |
#<alt (+ (* -60 (/ y (- z t))) (* 120 a))> |
#<alt (+ (* -60 (/ y (- z t))) (* 120 a))> |
#<alt (* 120 a)> |
#<alt (* a (+ 120 (* -60 (/ y (* a (- z t))))))> |
#<alt (* a (+ 120 (* -60 (/ y (* a (- z t))))))> |
#<alt (* a (+ 120 (* -60 (/ y (* a (- z t))))))> |
#<alt (* 120 a)> |
#<alt (* -1 (* a (- (* 60 (/ y (* a (- z t)))) 120)))> |
#<alt (* -1 (* a (- (* 60 (/ y (* a (- z t)))) 120)))> |
#<alt (* -1 (* a (- (* 60 (/ y (* a (- z t)))) 120)))> |
#<alt (* 120 a)> |
#<alt (+ (* -60 (/ y (- z t))) (* 120 a))> |
#<alt (+ (* -60 (/ y (- z t))) (* 120 a))> |
#<alt (+ (* -60 (/ y (- z t))) (* 120 a))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* y (- (* 120 (/ a y)) (* 60 (/ 1 (- z t)))))> |
#<alt (* y (- (* 120 (/ a y)) (* 60 (/ 1 (- z t)))))> |
#<alt (* y (- (* 120 (/ a y)) (* 60 (/ 1 (- z t)))))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* -1 (* y (+ (* -120 (/ a y)) (* 60 (/ 1 (- z t))))))> |
#<alt (* -1 (* y (+ (* -120 (/ a y)) (* 60 (/ 1 (- z t))))))> |
#<alt (* -1 (* y (+ (* -120 (/ a y)) (* 60 (/ 1 (- z t))))))> |
#<alt (+ (* 60 (/ y t)) (* 120 a))> |
#<alt (+ (* 60 (/ y t)) (+ (* 60 (/ (* y z) (pow t 2))) (* 120 a)))> |
#<alt (+ (* 60 (/ y t)) (+ (* 120 a) (* z (+ (* 60 (/ y (pow t 2))) (* 60 (/ (* y z) (pow t 3)))))))> |
#<alt (+ (* 60 (/ y t)) (+ (* 120 a) (* z (+ (* 60 (/ y (pow t 2))) (* z (+ (* 60 (/ y (pow t 3))) (* 60 (/ (* y z) (pow t 4)))))))))> |
#<alt (* 120 a)> |
#<alt (+ (* -60 (/ y z)) (* 120 a))> |
#<alt (+ (* -60 (/ y z)) (+ (* -60 (/ (* t y) (pow z 2))) (* 120 a)))> |
#<alt (+ (* -60 (/ y z)) (+ (* -60 (/ (* t y) (pow z 2))) (+ (* -60 (/ (* (pow t 2) y) (pow z 3))) (* 120 a))))> |
#<alt (* 120 a)> |
#<alt (+ (* -60 (/ y z)) (* 120 a))> |
#<alt (+ (* -1 (/ (+ (* 60 y) (* 60 (/ (* t y) z))) z)) (* 120 a))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* -60 (* t y)) (* -60 (/ (* (pow t 2) y) z))) z)) (* 60 y)) z)) (* 120 a))> |
#<alt (+ (* -60 (/ y z)) (* 120 a))> |
#<alt (+ (* -60 (/ y z)) (+ (* -60 (/ (* t y) (pow z 2))) (* 120 a)))> |
#<alt (+ (* -60 (/ y z)) (+ (* 120 a) (* t (+ (* -60 (/ y (pow z 2))) (* -60 (/ (* t y) (pow z 3)))))))> |
#<alt (+ (* -60 (/ y z)) (+ (* 120 a) (* t (+ (* -60 (/ y (pow z 2))) (* t (+ (* -60 (/ y (pow z 3))) (* -60 (/ (* t y) (pow z 4)))))))))> |
#<alt (* 120 a)> |
#<alt (+ (* 60 (/ y t)) (* 120 a))> |
#<alt (+ (* 60 (/ y t)) (+ (* 60 (/ (* y z) (pow t 2))) (* 120 a)))> |
#<alt (+ (* 60 (/ y t)) (+ (* 60 (/ (* y z) (pow t 2))) (+ (* 60 (/ (* y (pow z 2)) (pow t 3))) (* 120 a))))> |
#<alt (* 120 a)> |
#<alt (+ (* 60 (/ y t)) (* 120 a))> |
#<alt (+ (* -1 (/ (+ (* -60 y) (* -60 (/ (* y z) t))) t)) (* 120 a))> |
#<alt (+ (* -1 (/ (+ (* -60 y) (* -1 (/ (+ (* 60 (* y z)) (* 60 (/ (* y (pow z 2)) t))) t))) t)) (* 120 a))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* 60 (/ y t))> |
#<alt (+ (* 60 (/ y t)) (* 60 (/ (* y z) (pow t 2))))> |
#<alt (+ (* 60 (/ y t)) (* z (+ (* 60 (/ y (pow t 2))) (* 60 (/ (* y z) (pow t 3))))))> |
#<alt (+ (* 60 (/ y t)) (* z (+ (* 60 (/ y (pow t 2))) (* z (+ (* 60 (/ y (pow t 3))) (* 60 (/ (* y z) (pow t 4))))))))> |
#<alt (* -60 (/ y z))> |
#<alt (/ (+ (* -60 y) (* -60 (/ (* t y) z))) z)> |
#<alt (/ (+ (* -60 y) (+ (* -60 (/ (* t y) z)) (* -60 (/ (* (pow t 2) y) (pow z 2))))) z)> |
#<alt (/ (+ (* -60 y) (+ (* -60 (/ (* t y) z)) (+ (* -60 (/ (* (pow t 2) y) (pow z 2))) (* -60 (/ (* (pow t 3) y) (pow z 3)))))) z)> |
#<alt (* -60 (/ y z))> |
#<alt (* -1 (/ (+ (* 60 y) (* 60 (/ (* t y) z))) z))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* -60 (* t y)) (* -60 (/ (* (pow t 2) y) z))) z)) (* 60 y)) z))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* -60 (* t y)) (* -1 (/ (+ (* 60 (* (pow t 2) y)) (* 60 (/ (* (pow t 3) y) z))) z))) z)) (* 60 y)) z))> |
#<alt (* -60 (/ y z))> |
#<alt (+ (* -60 (/ y z)) (* -60 (/ (* t y) (pow z 2))))> |
#<alt (+ (* -60 (/ y z)) (* t (+ (* -60 (/ y (pow z 2))) (* -60 (/ (* t y) (pow z 3))))))> |
#<alt (+ (* -60 (/ y z)) (* t (+ (* -60 (/ y (pow z 2))) (* t (+ (* -60 (/ y (pow z 3))) (* -60 (/ (* t y) (pow z 4))))))))> |
#<alt (* 60 (/ y t))> |
#<alt (/ (+ (* 60 y) (* 60 (/ (* y z) t))) t)> |
#<alt (/ (+ (* 60 y) (+ (* 60 (/ (* y z) t)) (* 60 (/ (* y (pow z 2)) (pow t 2))))) t)> |
#<alt (/ (+ (* 60 y) (+ (* 60 (/ (* y z) t)) (+ (* 60 (/ (* y (pow z 2)) (pow t 2))) (* 60 (/ (* y (pow z 3)) (pow t 3)))))) t)> |
#<alt (* 60 (/ y t))> |
#<alt (* -1 (/ (+ (* -60 y) (* -60 (/ (* y z) t))) t))> |
#<alt (* -1 (/ (+ (* -60 y) (* -1 (/ (+ (* 60 (* y z)) (* 60 (/ (* y (pow z 2)) t))) t))) t))> |
#<alt (* -1 (/ (+ (* -60 y) (* -1 (/ (+ (* -1 (/ (+ (* -60 (* y (pow z 2))) (* -60 (/ (* y (pow z 3)) t))) t)) (* 60 (* y z))) t))) t))> |
#<alt (/ y (- z t))> |
#<alt (/ y (- z t))> |
#<alt (/ y (- z t))> |
#<alt (/ y (- z t))> |
#<alt (/ y (- z t))> |
#<alt (/ y (- z t))> |
#<alt (/ y (- z t))> |
#<alt (/ y (- z t))> |
#<alt (/ y (- z t))> |
#<alt (/ y (- z t))> |
#<alt (/ y (- z t))> |
#<alt (/ y (- z t))> |
#<alt (* -1 (/ y t))> |
#<alt (+ (* -1 (/ y t)) (* -1 (/ (* y z) (pow t 2))))> |
#<alt (+ (* -1 (/ y t)) (* z (- (* -1 (/ (* y z) (pow t 3))) (/ y (pow t 2)))))> |
#<alt (+ (* -1 (/ y t)) (* z (- (* z (- (* -1 (/ (* y z) (pow t 4))) (/ y (pow t 3)))) (/ y (pow t 2)))))> |
#<alt (/ y z)> |
#<alt (/ (+ y (/ (* t y) z)) z)> |
#<alt (/ (- (+ y (/ (* (pow t 2) y) (pow z 2))) (* -1 (/ (* t y) z))) z)> |
#<alt (/ (- (+ y (/ (* (pow t 3) y) (pow z 3))) (+ (* -1 (/ (* t y) z)) (* -1 (/ (* (pow t 2) y) (pow z 2))))) z)> |
#<alt (/ y z)> |
#<alt (* -1 (/ (+ (* -1 y) (* -1 (/ (* t y) z))) z))> |
#<alt (* -1 (/ (+ (* -1 y) (* -1 (/ (+ (* t y) (/ (* (pow t 2) y) z)) z))) z))> |
#<alt (* -1 (/ (+ (* -1 y) (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (pow t 2) y)) (* -1 (/ (* (pow t 3) y) z))) z)) (* t y)) z))) z))> |
#<alt (/ y z)> |
#<alt (+ (/ y z) (/ (* t y) (pow z 2)))> |
#<alt (+ (* t (- (/ (* t y) (pow z 3)) (* -1 (/ y (pow z 2))))) (/ y z))> |
#<alt (+ (* t (- (* t (- (/ (* t y) (pow z 4)) (* -1 (/ y (pow z 3))))) (* -1 (/ y (pow z 2))))) (/ y z))> |
#<alt (* -1 (/ y t))> |
#<alt (/ (+ (* -1 y) (* -1 (/ (* y z) t))) t)> |
#<alt (/ (- (+ (* -1 y) (* -1 (/ (* y (pow z 2)) (pow t 2)))) (/ (* y z) t)) t)> |
#<alt (/ (- (+ (* -1 y) (* -1 (/ (* y (pow z 3)) (pow t 3)))) (+ (/ (* y z) t) (/ (* y (pow z 2)) (pow t 2)))) t)> |
#<alt (* -1 (/ y t))> |
#<alt (* -1 (/ (+ y (/ (* y z) t)) t))> |
#<alt (* -1 (/ (+ y (* -1 (/ (- (* -1 (/ (* y (pow z 2)) t)) (* y z)) t))) t))> |
#<alt (* -1 (/ (+ y (* -1 (/ (- (* -1 (/ (- (/ (* y (pow z 3)) t) (* -1 (* y (pow z 2)))) t)) (* y z)) t))) t))> |
#<alt (+ (* -60 (/ (- x y) t)) (* 120 a))> |
#<alt (+ (* -60 (/ (- x y) t)) (+ (* 60 (* z (- (/ y (pow t 2)) (/ x (pow t 2))))) (* 120 a)))> |
#<alt (+ (* -60 (/ (- x y) t)) (+ (* 120 a) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) t))))))> |
#<alt (+ (* -60 (/ (- x y) t)) (+ (* 120 a) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* z (+ (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* 60 (/ (- (/ y (pow t 2)) (/ x (pow t 2))) t))))))))> |
#<alt (* 120 a)> |
#<alt (+ (* 60 (/ (- x y) z)) (* 120 a))> |
#<alt (+ (* 60 (/ (* t (- x y)) (pow z 2))) (+ (* 60 (/ (- x y) z)) (* 120 a)))> |
#<alt (+ (* 60 (/ (* t (- x y)) (pow z 2))) (+ (* 60 (/ (* (pow t 2) (- x y)) (pow z 3))) (+ (* 60 (/ (- x y) z)) (* 120 a))))> |
#<alt (* 120 a)> |
#<alt (+ (* 60 (/ (- x y) z)) (* 120 a))> |
#<alt (+ (* -1 (/ (+ (* -60 (- x y)) (* -60 (/ (* t (- x y)) z))) z)) (* 120 a))> |
#<alt (+ (* -1 (/ (+ (* -60 (- x y)) (* -1 (/ (+ (* 60 (* t (- x y))) (* 60 (/ (* (pow t 2) (- x y)) z))) z))) z)) (* 120 a))> |
#<alt (+ (* 60 (/ (- x y) z)) (* 120 a))> |
#<alt (+ (* 60 (/ (* t (- x y)) (pow z 2))) (+ (* 60 (/ (- x y) z)) (* 120 a)))> |
#<alt (+ (* 60 (/ (- x y) z)) (+ (* 120 a) (* t (+ (* 60 (/ (* t (- x y)) (pow z 3))) (* 60 (/ (- x y) (pow z 2)))))))> |
#<alt (+ (* 60 (/ (- x y) z)) (+ (* 120 a) (* t (+ (* 60 (/ (- x y) (pow z 2))) (* t (+ (* 60 (/ (* t (- x y)) (pow z 4))) (* 60 (/ (- x y) (pow z 3)))))))))> |
#<alt (* 120 a)> |
#<alt (+ (* -60 (/ (- x y) t)) (* 120 a))> |
#<alt (+ (* -60 (/ (* z (- x y)) (pow t 2))) (+ (* -60 (/ (- x y) t)) (* 120 a)))> |
#<alt (+ (* -60 (/ (* z (- x y)) (pow t 2))) (+ (* -60 (/ (* (pow z 2) (- x y)) (pow t 3))) (+ (* -60 (/ (- x y) t)) (* 120 a))))> |
#<alt (* 120 a)> |
#<alt (+ (* -60 (/ (- x y) t)) (* 120 a))> |
#<alt (+ (* -1 (/ (+ (* 60 (- x y)) (* 60 (/ (* z (- x y)) t))) t)) (* 120 a))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* -60 (* z (- x y))) (* -60 (/ (* (pow z 2) (- x y)) t))) t)) (* 60 (- x y))) t)) (* 120 a))> |
#<alt (+ (* -60 (/ y (- z t))) (* 120 a))> |
#<alt (+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a)))> |
#<alt (+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a)))> |
#<alt (+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a)))> |
#<alt (* 60 (/ x (- z t)))> |
#<alt (* x (+ (* -60 (/ y (* x (- z t)))) (+ (* 120 (/ a x)) (* 60 (/ 1 (- z t))))))> |
#<alt (* x (+ (* -60 (/ y (* x (- z t)))) (+ (* 120 (/ a x)) (* 60 (/ 1 (- z t))))))> |
#<alt (* x (+ (* -60 (/ y (* x (- z t)))) (+ (* 120 (/ a x)) (* 60 (/ 1 (- z t))))))> |
#<alt (* 60 (/ x (- z t)))> |
#<alt (* -1 (* x (- (* -1 (/ (+ (* -60 (/ y (- z t))) (* 120 a)) x)) (* 60 (/ 1 (- z t))))))> |
#<alt (* -1 (* x (- (* -1 (/ (+ (* -60 (/ y (- z t))) (* 120 a)) x)) (* 60 (/ 1 (- z t))))))> |
#<alt (* -1 (* x (- (* -1 (/ (+ (* -60 (/ y (- z t))) (* 120 a)) x)) (* 60 (/ 1 (- z t))))))> |
#<alt (+ (* 60 (/ x (- z t))) (* 120 a))> |
#<alt (+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a)))> |
#<alt (+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a)))> |
#<alt (+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a)))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* y (- (+ (* 60 (/ x (* y (- z t)))) (* 120 (/ a y))) (* 60 (/ 1 (- z t)))))> |
#<alt (* y (- (+ (* 60 (/ x (* y (- z t)))) (* 120 (/ a y))) (* 60 (/ 1 (- z t)))))> |
#<alt (* y (- (+ (* 60 (/ x (* y (- z t)))) (* 120 (/ a y))) (* 60 (/ 1 (- z t)))))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x (- z t))) (* 120 a)) y)) (* 60 (/ 1 (- z t))))))> |
#<alt (* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x (- z t))) (* 120 a)) y)) (* 60 (/ 1 (- z t))))))> |
#<alt (* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x (- z t))) (* 120 a)) y)) (* 60 (/ 1 (- z t))))))> |
#<alt (* 60 (/ (- x y) (- z t)))> |
#<alt (+ (* 60 (/ (- x y) (- z t))) (* 120 a))> |
#<alt (+ (* 60 (/ (- x y) (- z t))) (* 120 a))> |
#<alt (+ (* 60 (/ (- x y) (- z t))) (* 120 a))> |
#<alt (* 120 a)> |
#<alt (* a (+ 120 (* 60 (/ (- x y) (* a (- z t))))))> |
#<alt (* a (+ 120 (* 60 (/ (- x y) (* a (- z t))))))> |
#<alt (* a (+ 120 (* 60 (/ (- x y) (* a (- z t))))))> |
#<alt (* 120 a)> |
#<alt (* -1 (* a (- (* -60 (/ (- x y) (* a (- z t)))) 120)))> |
#<alt (* -1 (* a (- (* -60 (/ (- x y) (* a (- z t)))) 120)))> |
#<alt (* -1 (* a (- (* -60 (/ (- x y) (* a (- z t)))) 120)))> |
#<alt (* -60 (/ (- x y) t))> |
#<alt (+ (* -60 (/ (- x y) t)) (* 60 (* z (- (/ y (pow t 2)) (/ x (pow t 2))))))> |
#<alt (+ (* -60 (/ (- x y) t)) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) t)))))> |
#<alt (+ (* -60 (/ (- x y) t)) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* z (+ (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* 60 (/ (- (/ y (pow t 2)) (/ x (pow t 2))) t)))))))> |
#<alt (* 60 (/ (- x y) z))> |
#<alt (/ (+ (* 60 (- x y)) (* 60 (/ (* t (- x y)) z))) z)> |
#<alt (/ (+ (* 60 (- x y)) (+ (* 60 (/ (* t (- x y)) z)) (* 60 (/ (* (pow t 2) (- x y)) (pow z 2))))) z)> |
#<alt (/ (+ (* 60 (- x y)) (+ (* 60 (/ (* t (- x y)) z)) (+ (* 60 (/ (* (pow t 2) (- x y)) (pow z 2))) (* 60 (/ (* (pow t 3) (- x y)) (pow z 3)))))) z)> |
#<alt (* 60 (/ (- x y) z))> |
#<alt (* -1 (/ (+ (* -60 (- x y)) (* -60 (/ (* t (- x y)) z))) z))> |
#<alt (* -1 (/ (+ (* -60 (- x y)) (* -1 (/ (+ (* 60 (* t (- x y))) (* 60 (/ (* (pow t 2) (- x y)) z))) z))) z))> |
#<alt (* -1 (/ (+ (* -60 (- x y)) (* -1 (/ (+ (* -1 (/ (+ (* -60 (* (pow t 2) (- x y))) (* -60 (/ (* (pow t 3) (- x y)) z))) z)) (* 60 (* t (- x y)))) z))) z))> |
#<alt (* 60 (/ (- x y) z))> |
#<alt (+ (* 60 (/ (* t (- x y)) (pow z 2))) (* 60 (/ (- x y) z)))> |
#<alt (+ (* 60 (/ (- x y) z)) (* t (+ (* 60 (/ (* t (- x y)) (pow z 3))) (* 60 (/ (- x y) (pow z 2))))))> |
#<alt (+ (* 60 (/ (- x y) z)) (* t (+ (* 60 (/ (- x y) (pow z 2))) (* t (+ (* 60 (/ (* t (- x y)) (pow z 4))) (* 60 (/ (- x y) (pow z 3))))))))> |
#<alt (* -60 (/ (- x y) t))> |
#<alt (/ (+ (* -60 (- x y)) (* -60 (/ (* z (- x y)) t))) t)> |
#<alt (/ (+ (* -60 (- x y)) (+ (* -60 (/ (* z (- x y)) t)) (* -60 (/ (* (pow z 2) (- x y)) (pow t 2))))) t)> |
#<alt (/ (+ (* -60 (- x y)) (+ (* -60 (/ (* z (- x y)) t)) (+ (* -60 (/ (* (pow z 2) (- x y)) (pow t 2))) (* -60 (/ (* (pow z 3) (- x y)) (pow t 3)))))) t)> |
#<alt (* -60 (/ (- x y) t))> |
#<alt (* -1 (/ (+ (* 60 (- x y)) (* 60 (/ (* z (- x y)) t))) t))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* -60 (* z (- x y))) (* -60 (/ (* (pow z 2) (- x y)) t))) t)) (* 60 (- x y))) t))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* -60 (* z (- x y))) (* -1 (/ (+ (* 60 (* (pow z 2) (- x y))) (* 60 (/ (* (pow z 3) (- x y)) t))) t))) t)) (* 60 (- x y))) t))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t))))> |
#<alt (+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t))))> |
#<alt (+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t))))> |
#<alt (* 60 (/ x (- z t)))> |
#<alt (* x (+ (* -60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t)))))> |
#<alt (* x (+ (* -60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t)))))> |
#<alt (* x (+ (* -60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t)))))> |
#<alt (* 60 (/ x (- z t)))> |
#<alt (* -1 (* x (- (* 60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t))))))> |
#<alt (* -1 (* x (- (* 60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t))))))> |
#<alt (* -1 (* x (- (* 60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t))))))> |
#<alt (* 60 (/ x (- z t)))> |
#<alt (+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t))))> |
#<alt (+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t))))> |
#<alt (+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t))))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* y (- (* 60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t)))))> |
#<alt (* y (- (* 60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t)))))> |
#<alt (* y (- (* 60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t)))))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* -1 (* y (+ (* -60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t))))))> |
#<alt (* -1 (* y (+ (* -60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t))))))> |
#<alt (* -1 (* y (+ (* -60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t))))))> |
#<alt (* -1 (/ t (- x y)))> |
#<alt (+ (* -1 (/ t (- x y))) (/ z (- x y)))> |
#<alt (+ (* -1 (/ t (- x y))) (/ z (- x y)))> |
#<alt (+ (* -1 (/ t (- x y))) (/ z (- x y)))> |
#<alt (/ z (- x y))> |
#<alt (* z (+ (* -1 (/ t (* z (- x y)))) (/ 1 (- x y))))> |
#<alt (* z (+ (* -1 (/ t (* z (- x y)))) (/ 1 (- x y))))> |
#<alt (* z (+ (* -1 (/ t (* z (- x y)))) (/ 1 (- x y))))> |
#<alt (/ z (- x y))> |
#<alt (* -1 (* z (- (/ t (* z (- x y))) (/ 1 (- x y)))))> |
#<alt (* -1 (* z (- (/ t (* z (- x y))) (/ 1 (- x y)))))> |
#<alt (* -1 (* z (- (/ t (* z (- x y))) (/ 1 (- x y)))))> |
#<alt (/ z (- x y))> |
#<alt (+ (* -1 (/ t (- x y))) (/ z (- x y)))> |
#<alt (+ (* -1 (/ t (- x y))) (/ z (- x y)))> |
#<alt (+ (* -1 (/ t (- x y))) (/ z (- x y)))> |
#<alt (* -1 (/ t (- x y)))> |
#<alt (* t (- (/ z (* t (- x y))) (/ 1 (- x y))))> |
#<alt (* t (- (/ z (* t (- x y))) (/ 1 (- x y))))> |
#<alt (* t (- (/ z (* t (- x y))) (/ 1 (- x y))))> |
#<alt (* -1 (/ t (- x y)))> |
#<alt (* -1 (* t (+ (* -1 (/ z (* t (- x y)))) (/ 1 (- x y)))))> |
#<alt (* -1 (* t (+ (* -1 (/ z (* t (- x y)))) (/ 1 (- x y)))))> |
#<alt (* -1 (* t (+ (* -1 (/ z (* t (- x y)))) (/ 1 (- x y)))))> |
#<alt (* -1 (/ (- z t) y))> |
#<alt (+ (* -1 (/ (- z t) y)) (* x (- (/ t (pow y 2)) (/ z (pow y 2)))))> |
#<alt (+ (* -1 (/ (- z t) y)) (* x (- (+ (/ t (pow y 2)) (/ (* x (- (/ t (pow y 2)) (/ z (pow y 2)))) y)) (/ z (pow y 2)))))> |
#<alt (+ (* -1 (/ (- z t) y)) (* x (- (+ (* x (- (/ (* x (- (/ t (pow y 2)) (/ z (pow y 2)))) (pow y 2)) (* -1 (/ (- (/ t (pow y 2)) (/ z (pow y 2))) y)))) (/ t (pow y 2))) (/ z (pow y 2)))))> |
#<alt (/ (- z t) x)> |
#<alt (/ (- (+ z (/ (* y (- z t)) x)) t) x)> |
#<alt (/ (- (+ z (/ (* (pow y 2) (- z t)) (pow x 2))) (+ t (* -1 (/ (* y (- z t)) x)))) x)> |
#<alt (/ (- (+ z (/ (* (pow y 3) (- z t)) (pow x 3))) (+ t (+ (* -1 (/ (* y (- z t)) x)) (* -1 (/ (* (pow y 2) (- z t)) (pow x 2)))))) x)> |
#<alt (/ (- z t) x)> |
#<alt (* -1 (/ (+ (* -1 (- z t)) (* -1 (/ (* y (- z t)) x))) x))> |
#<alt (* -1 (/ (+ (* -1 (- z t)) (* -1 (/ (+ (* y (- z t)) (/ (* (pow y 2) (- z t)) x)) x))) x))> |
#<alt (* -1 (/ (+ (* -1 (- z t)) (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (pow y 2) (- z t))) (* -1 (/ (* (pow y 3) (- z t)) x))) x)) (* y (- z t))) x))) x))> |
#<alt (/ (- z t) x)> |
#<alt (- (+ (/ z x) (/ (* y (- z t)) (pow x 2))) (/ t x))> |
#<alt (- (+ (* y (- (/ (* y (- z t)) (pow x 3)) (* -1 (/ (- z t) (pow x 2))))) (/ z x)) (/ t x))> |
#<alt (- (+ (* y (- (* y (- (/ (* y (- z t)) (pow x 4)) (* -1 (/ (- z t) (pow x 3))))) (* -1 (/ (- z t) (pow x 2))))) (/ z x)) (/ t x))> |
#<alt (* -1 (/ (- z t) y))> |
#<alt (/ (+ (* -1 (- z t)) (* -1 (/ (* x (- z t)) y))) y)> |
#<alt (/ (- (+ (* -1 (- z t)) (* -1 (/ (* (pow x 2) (- z t)) (pow y 2)))) (/ (* x (- z t)) y)) y)> |
#<alt (/ (- (+ (* -1 (- z t)) (* -1 (/ (* (pow x 3) (- z t)) (pow y 3)))) (+ (/ (* x (- z t)) y) (/ (* (pow x 2) (- z t)) (pow y 2)))) y)> |
#<alt (* -1 (/ (- z t) y))> |
#<alt (* -1 (/ (- (+ z (/ (* x (- z t)) y)) t) y))> |
#<alt (* -1 (/ (- (+ z (* -1 (/ (- (* -1 (/ (* (pow x 2) (- z t)) y)) (* x (- z t))) y))) t) y))> |
#<alt (* -1 (/ (- (+ z (* -1 (/ (- (* -1 (/ (- (/ (* (pow x 3) (- z t)) y) (* -1 (* (pow x 2) (- z t)))) y)) (* x (- z t))) y))) t) y))> |
#<alt (/ (+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))> |
#<alt (+ (* -216000 (/ (pow y 3) (* (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) (pow (- z t) 3)))) (+ (* 1728000 (/ (pow a 3) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* x (- (* 216000 (/ (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* 60 (/ (* (+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2))))) (pow (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) 2)))))))> |
#<alt (+ (* -216000 (/ (pow y 3) (* (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) (pow (- z t) 3)))) (+ (* 1728000 (/ (pow a 3) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* x (- (+ (* 216000 (/ (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* x (- (* 216000 (/ (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))) (+ (* 60 (/ (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- (* 216000 (/ (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* 60 (/ (* (+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2))))) (pow (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) 2))))) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* 3600 (/ (+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (* (pow (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) 2) (pow (- z t) 2)))))))) (* 60 (/ (* (+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2))))) (pow (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) 2)))))))> |
#<alt (+ (* -216000 (/ (pow y 3) (* (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) (pow (- z t) 3)))) (+ (* 1728000 (/ (pow a 3) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* x (- (+ (* 216000 (/ (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* x (- (+ (* 216000 (/ (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* x (- (* 216000 (/ 1 (* (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) (pow (- z t) 3)))) (+ (* 60 (/ (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- (* 216000 (/ (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))) (+ (* 60 (/ (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- (* 216000 (/ (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* 60 (/ (* (+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2))))) (pow (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) 2))))) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* 3600 (/ (+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (* (pow (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) 2) (pow (- z t) 2))))))) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* 3600 (/ (- (* 216000 (/ (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* 60 (/ (* (+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2))))) (pow (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) 2)))) (* (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) (pow (- z t) 2)))))))) (+ (* 60 (/ (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- (* 216000 (/ (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* 60 (/ (* (+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2))))) (pow (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) 2))))) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* 3600 (/ (+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (* (pow (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) 2) (pow (- z t) 2)))))))) (* 60 (/ (* (+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2))))) (pow (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) 2)))))))> |
#<alt (* 60 (/ x (- z t)))> |
#<alt (* x (- (+ (* 60 (/ (* (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))) (pow (- z t) 2)) x)) (* 60 (/ 1 (- z t)))) (/ (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- z t)) x)))> |
#<alt (* x (- (+ (* 60 (/ (* (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))) (pow (- z t) 2)) x)) (+ (* 60 (/ (* (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) (pow (- z t) 2)) (pow x 2))) (* 60 (/ 1 (- z t))))) (+ (* 1/60 (/ (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (* (pow (- z t) 2) (- (* 60 (* (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))) (pow (- z t) 2))) (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- z t))))) (pow x 2))) (+ (* 1/60 (/ (* (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) (- z t)) (pow x 2))) (/ (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- z t)) x)))))> |
#<alt (* x (- (+ (* 1/3600 (/ (* (+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (pow (- z t) 2)) (pow x 3))) (+ (* 60 (/ (* (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))) (pow (- z t) 2)) x)) (+ (* 60 (/ (* (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) (pow (- z t) 2)) (pow x 2))) (* 60 (/ 1 (- z t)))))) (+ (* 1/3600 (/ (* (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) (* (pow (- z t) 2) (- (* 60 (* (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))) (pow (- z t) 2))) (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- z t))))) (pow x 3))) (+ (* 1/60 (/ (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (* (pow (- z t) 2) (- (* 60 (* (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))) (pow (- z t) 2))) (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- z t))))) (pow x 2))) (+ (* 1/60 (/ (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (* (pow (- z t) 2) (- (* 60 (* (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) (pow (- z t) 2))) (+ (* 1/60 (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (* (pow (- z t) 2) (- (* 60 (* (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))) (pow (- z t) 2))) (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- z t)))))) (* 1/60 (* (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) (- z t))))))) (pow x 3))) (+ (* 1/60 (/ (* (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) (- z t)) (pow x 2))) (/ (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- z t)) x)))))))> |
#<alt (* 60 (/ x (- z t)))> |
#<alt (* -1 (* x (- (* -1 (/ (- (* -60 (* (+ (* 2 (/ y (pow (- z t) 3))) (/ y (pow (- z t) 3))) (pow (- z t) 2))) (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- z t))) x)) (* 60 (/ 1 (- z t))))))> |
#<alt (* -1 (* x (- (* -1 (/ (- (+ (* -60 (* (+ (* 2 (/ y (pow (- z t) 3))) (/ y (pow (- z t) 3))) (pow (- z t) 2))) (* -1 (/ (- (* -60 (* (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) (pow (- z t) 2))) (+ (* -1/60 (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (* (pow (- z t) 2) (- (* -60 (* (+ (* 2 (/ y (pow (- z t) 3))) (/ y (pow (- z t) 3))) (pow (- z t) 2))) (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- z t)))))) (* -1/60 (* (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) (- z t))))) x))) (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- z t))) x)) (* 60 (/ 1 (- z t))))))> |
#<alt (* -1 (* x (- (* -1 (/ (- (+ (* -60 (* (+ (* 2 (/ y (pow (- z t) 3))) (/ y (pow (- z t) 3))) (pow (- z t) 2))) (* -1 (/ (- (+ (* -60 (* (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) (pow (- z t) 2))) (* -1 (/ (- (* 1/3600 (* (+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (pow (- z t) 2))) (+ (* -1/60 (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (* (pow (- z t) 2) (- (* -60 (* (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) (pow (- z t) 2))) (+ (* -1/60 (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (* (pow (- z t) 2) (- (* -60 (* (+ (* 2 (/ y (pow (- z t) 3))) (/ y (pow (- z t) 3))) (pow (- z t) 2))) (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- z t)))))) (* -1/60 (* (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) (- z t)))))))) (* 1/3600 (* (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) (* (pow (- z t) 2) (- (* -60 (* (+ (* 2 (/ y (pow (- z t) 3))) (/ y (pow (- z t) 3))) (pow (- z t) 2))) (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- z t)))))))) x))) (+ (* -1/60 (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (* (pow (- z t) 2) (- (* -60 (* (+ (* 2 (/ y (pow (- z t) 3))) (/ y (pow (- z t) 3))) (pow (- z t) 2))) (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- z t)))))) (* -1/60 (* (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) (- z t))))) x))) (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- z t))) x)) (* 60 (/ 1 (- z t))))))> |
#<alt (/ (+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))))> |
#<alt (+ (* 216000 (/ (pow x 3) (* (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) (pow (- z t) 3)))) (+ (* 1728000 (/ (pow a 3) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* y (- (* 216000 (/ (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3)))) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* 60 (/ (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* 1728000 (pow a 3)))) (pow (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) 2)))))))> |
#<alt (+ (* 216000 (/ (pow x 3) (* (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) (pow (- z t) 3)))) (+ (* 1728000 (/ (pow a 3) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* y (- (+ (* 216000 (/ (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3)))) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* y (- (* 216000 (/ (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))))) (+ (* 60 (/ (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (- (* 216000 (/ (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3)))) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* 60 (/ (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* 1728000 (pow a 3)))) (pow (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) 2))))) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* 3600 (/ (+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (* (pow (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) 2) (pow (- z t) 2)))))))) (* 60 (/ (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* 1728000 (pow a 3)))) (pow (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) 2)))))))> |
#<alt (+ (* 216000 (/ (pow x 3) (* (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) (pow (- z t) 3)))) (+ (* 1728000 (/ (pow a 3) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* y (- (+ (* 216000 (/ (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3)))) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* y (- (+ (* -1 (* y (+ (* 60 (/ (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (- (* 216000 (/ (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))))) (+ (* 60 (/ (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (- (* 216000 (/ (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3)))) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* 60 (/ (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* 1728000 (pow a 3)))) (pow (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) 2))))) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* 3600 (/ (+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (* (pow (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) 2) (pow (- z t) 2))))))) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))))) (+ (* 3600 (/ (- (* 216000 (/ (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3)))) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* 60 (/ (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* 1728000 (pow a 3)))) (pow (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) 2)))) (* (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) (pow (- z t) 2)))) (* 216000 (/ 1 (* (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) (pow (- z t) 3)))))))) (* 216000 (/ (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2)))))) (+ (* 60 (/ (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (- (* 216000 (/ (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3)))) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* 60 (/ (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* 1728000 (pow a 3)))) (pow (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) 2))))) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* 3600 (/ (+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (* (pow (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) 2) (pow (- z t) 2)))))))) (* 60 (/ (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* 1728000 (pow a 3)))) (pow (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) 2)))))))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* y (- (* 60 (/ (* (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) (pow (- z t) 2)) y)) (+ (* -1 (/ (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (- z t)) y)) (* 60 (/ 1 (- z t))))))> |
#<alt (* y (- (+ (* 60 (/ (* (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3)))) (pow (- z t) 2)) (pow y 2))) (* 60 (/ (* (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) (pow (- z t) 2)) y))) (+ (* -1 (/ (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (- z t)) y)) (+ (* -1/60 (/ (* (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) (- z t)) (pow y 2))) (+ (* 1/60 (/ (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (* (pow (- z t) 2) (- (* 60 (* (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) (pow (- z t) 2))) (* -1 (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (- z t)))))) (pow y 2))) (* 60 (/ 1 (- z t))))))))> |
#<alt (* y (- (+ (* 1/3600 (/ (* (+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (pow (- z t) 2)) (pow y 3))) (+ (* 60 (/ (* (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3)))) (pow (- z t) 2)) (pow y 2))) (* 60 (/ (* (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) (pow (- z t) 2)) y)))) (+ (* -1 (/ (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (- z t)) y)) (+ (* -1/60 (/ (* (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) (- z t)) (pow y 2))) (+ (* 1/3600 (/ (* (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) (* (pow (- z t) 2) (- (* 60 (* (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) (pow (- z t) 2))) (* -1 (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (- z t)))))) (pow y 3))) (+ (* 1/60 (/ (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (* (pow (- z t) 2) (- (* 60 (* (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3)))) (pow (- z t) 2))) (+ (* -1/60 (* (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) (- z t))) (* 1/60 (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (* (pow (- z t) 2) (- (* 60 (* (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) (pow (- z t) 2))) (* -1 (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (- z t))))))))))) (pow y 3))) (+ (* 1/60 (/ (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (* (pow (- z t) 2) (- (* 60 (* (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) (pow (- z t) 2))) (* -1 (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (- z t)))))) (pow y 2))) (* 60 (/ 1 (- z t))))))))))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* -1 (* y (+ (* -1 (/ (- (* 60 (* (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) (pow (- z t) 2))) (* (+ (* -120 (/ a (- z t))) (* 120 (/ x (pow (- z t) 2)))) (- z t))) y)) (* 60 (/ 1 (- z t))))))> |
#<alt (* -1 (* y (+ (* -1 (/ (- (+ (* -1 (/ (- (* 60 (* (+ (* 2 (/ (pow x 2) (pow (- z t) 3))) (/ (pow x 2) (pow (- z t) 3))) (pow (- z t) 2))) (+ (* 1/60 (* (+ (* -120 (/ a (- z t))) (* 120 (/ x (pow (- z t) 2)))) (* (pow (- z t) 2) (- (* 60 (* (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) (pow (- z t) 2))) (* (+ (* -120 (/ a (- z t))) (* 120 (/ x (pow (- z t) 2)))) (- z t)))))) (* 1/60 (* (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) (- z t))))) y)) (* 60 (* (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) (pow (- z t) 2)))) (* (+ (* -120 (/ a (- z t))) (* 120 (/ x (pow (- z t) 2)))) (- z t))) y)) (* 60 (/ 1 (- z t))))))> |
#<alt (* -1 (* y (+ (* -1 (/ (- (+ (* -1 (/ (- (+ (* -1 (/ (- (* 1/3600 (* (+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (pow (- z t) 2))) (+ (* 1/3600 (* (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) (* (pow (- z t) 2) (- (* 60 (* (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) (pow (- z t) 2))) (* (+ (* -120 (/ a (- z t))) (* 120 (/ x (pow (- z t) 2)))) (- z t)))))) (* 1/60 (* (+ (* -120 (/ a (- z t))) (* 120 (/ x (pow (- z t) 2)))) (* (pow (- z t) 2) (- (* 60 (* (+ (* 2 (/ (pow x 2) (pow (- z t) 3))) (/ (pow x 2) (pow (- z t) 3))) (pow (- z t) 2))) (+ (* 1/60 (* (+ (* -120 (/ a (- z t))) (* 120 (/ x (pow (- z t) 2)))) (* (pow (- z t) 2) (- (* 60 (* (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) (pow (- z t) 2))) (* (+ (* -120 (/ a (- z t))) (* 120 (/ x (pow (- z t) 2)))) (- z t)))))) (* 1/60 (* (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) (- z t)))))))))) y)) (* 60 (* (+ (* 2 (/ (pow x 2) (pow (- z t) 3))) (/ (pow x 2) (pow (- z t) 3))) (pow (- z t) 2)))) (+ (* 1/60 (* (+ (* -120 (/ a (- z t))) (* 120 (/ x (pow (- z t) 2)))) (* (pow (- z t) 2) (- (* 60 (* (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) (pow (- z t) 2))) (* (+ (* -120 (/ a (- z t))) (* 120 (/ x (pow (- z t) 2)))) (- z t)))))) (* 1/60 (* (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) (- z t))))) y)) (* 60 (* (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) (pow (- z t) 2)))) (* (+ (* -120 (/ a (- z t))) (* 120 (/ x (pow (- z t) 2)))) (- z t))) y)) (* 60 (/ 1 (- z t))))))> |
#<alt (/ (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3))) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))))> |
#<alt (+ (* -216000 (/ (pow (- x y) 3) (* (pow t 3) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2)))))) (+ (* 1728000 (/ (pow a 3) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))))) (* z (- (* -216000 (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)) (* (pow t 6) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2)))))) (* 60 (/ (* (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3))) (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2)))) (pow (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))) 2)))))))> |
#<alt (+ (* -216000 (/ (pow (- x y) 3) (* (pow t 3) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2)))))) (+ (* 1728000 (/ (pow a 3) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))))) (* z (- (+ (* -216000 (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)) (* (pow t 6) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2)))))) (* z (- (* -216000 (/ (+ (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) (pow t 6)) (/ (* (pow (+ (* 2 (pow t 2)) (pow t 2)) 2) (pow (- x y) 3)) (pow t 9))) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))))) (+ (* 60 (/ (* (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3))) (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* -1 (/ (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2))) t)))) (pow (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))) 2))) (* 60 (/ (* (- (* -216000 (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)) (* (pow t 6) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2)))))) (* 60 (/ (* (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3))) (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2)))) (pow (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))) 2)))) (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2)))) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))))))))) (* 60 (/ (* (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3))) (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2)))) (pow (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))) 2)))))))> |
#<alt (+ (* -216000 (/ (pow (- x y) 3) (* (pow t 3) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2)))))) (+ (* 1728000 (/ (pow a 3) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))))) (* z (- (+ (* -216000 (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)) (* (pow t 6) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2)))))) (* z (- (+ (* -216000 (/ (+ (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) (pow t 6)) (/ (* (pow (+ (* 2 (pow t 2)) (pow t 2)) 2) (pow (- x y) 3)) (pow t 9))) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))))) (* z (- (* -216000 (/ (+ (/ (* (+ (* -2 t) (* -1 t)) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))) (pow t 9)) (+ (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (+ (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) (pow t 6)) (/ (* (pow (+ (* 2 (pow t 2)) (pow t 2)) 2) (pow (- x y) 3)) (pow t 9)))) (pow t 3)) (/ (pow (- x y) 3) (pow t 6)))) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))))) (+ (* 60 (/ (* (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3))) (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 3))) (* -1 (/ (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* -1 (/ (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2))) t))) t)))) (pow (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))) 2))) (+ (* 60 (/ (* (- (* -216000 (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)) (* (pow t 6) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2)))))) (* 60 (/ (* (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3))) (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2)))) (pow (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))) 2)))) (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* -1 (/ (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2))) t)))) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))))) (* 60 (/ (* (- (* -216000 (/ (+ (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) (pow t 6)) (/ (* (pow (+ (* 2 (pow t 2)) (pow t 2)) 2) (pow (- x y) 3)) (pow t 9))) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))))) (+ (* 60 (/ (* (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3))) (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* -1 (/ (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2))) t)))) (pow (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))) 2))) (* 60 (/ (* (- (* -216000 (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)) (* (pow t 6) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2)))))) (* 60 (/ (* (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3))) (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2)))) (pow (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))) 2)))) (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2)))) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))))))) (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2)))) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2)))))))))) (+ (* 60 (/ (* (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3))) (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* -1 (/ (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2))) t)))) (pow (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))) 2))) (* 60 (/ (* (- (* -216000 (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)) (* (pow t 6) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2)))))) (* 60 (/ (* (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3))) (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2)))) (pow (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))) 2)))) (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2)))) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))))))))) (* 60 (/ (* (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3))) (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2)))) (pow (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))) 2)))))))> |
#<alt (* 120 a)> |
#<alt (+ (* 60 (/ (- x y) z)) (* 120 a))> |
#<alt (- (+ (* -1 (/ (+ (* -30 (/ (pow (- x y) 2) a)) (* 1/2 (/ (- (* 60 (pow (- x y) 2)) (* 120 (* a (* t (- x y))))) a))) (pow z 2))) (* 120 a)) (* -60 (/ (- x y) z)))> |
#<alt (- (+ (* 15 (/ (pow (- x y) 3) (* (pow a 2) (pow z 3)))) (* 120 a)) (+ (* -60 (/ (- x y) z)) (+ (* -30 (/ (pow (- x y) 2) (* a (pow z 2)))) (+ (* 1/4 (/ (* (- x y) (- (* 60 (pow (- x y) 2)) (* 120 (* a (* t (- x y)))))) (* (pow a 2) (pow z 3)))) (+ (* 1/2 (/ (* (+ (* -30 (/ (pow (- x y) 2) a)) (* 1/2 (/ (- (* 60 (pow (- x y) 2)) (* 120 (* a (* t (- x y))))) a))) (- x y)) (* a (pow z 3)))) (+ (* 1/2 (/ (- (* 60 (* t (pow (- x y) 2))) (* -1 (* t (- (* 60 (pow (- x y) 2)) (* 120 (* a (* t (- x y)))))))) (* a (pow z 3)))) (* 1/2 (/ (- (* 60 (pow (- x y) 2)) (* 120 (* a (* t (- x y))))) (* a (pow z 2))))))))))> |
#<alt (* 120 a)> |
#<alt (+ (* 60 (/ (- x y) z)) (* 120 a))> |
#<alt (+ (* -1 (/ (- (+ (* -30 (/ (pow (- x y) 2) (* a z))) (* -1/2 (/ (- (* -60 (pow (- x y) 2)) (* -120 (* a (* t (- x y))))) (* a z)))) (* 60 (- x y))) z)) (* 120 a))> |
#<alt (+ (* -1 (/ (- (* -1 (/ (- (* -1 (/ (- (* -15 (/ (pow (- x y) 3) (pow a 2))) (+ (* -1/2 (/ (* (+ (* -30 (/ (pow (- x y) 2) a)) (* -1/2 (/ (- (* -60 (pow (- x y) 2)) (* -120 (* a (* t (- x y))))) a))) (- x y)) a)) (+ (* -1/2 (/ (- (* 60 (* t (pow (- x y) 2))) (* t (- (* -60 (pow (- x y) 2)) (* -120 (* a (* t (- x y))))))) a)) (* 1/4 (/ (* (- x y) (- (* -60 (pow (- x y) 2)) (* -120 (* a (* t (- x y)))))) (pow a 2)))))) z)) (+ (* -30 (/ (pow (- x y) 2) a)) (* -1/2 (/ (- (* -60 (pow (- x y) 2)) (* -120 (* a (* t (- x y))))) a)))) z)) (* 60 (- x y))) z)) (* 120 a))> |
#<alt (/ (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3))) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))))> |
#<alt (+ (* 216000 (/ (pow (- x y) 3) (* (pow z 3) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2)))))) (+ (* 1728000 (/ (pow a 3) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))))) (* t (- (* -216000 (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (* (pow z 6) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2)))))) (* 60 (/ (* (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3))) (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2))))) (pow (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))) 2)))))))> |
#<alt (+ (* 216000 (/ (pow (- x y) 3) (* (pow z 3) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2)))))) (+ (* 1728000 (/ (pow a 3) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))))) (* t (- (+ (* -216000 (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (* (pow z 6) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2)))))) (* t (- (* -216000 (/ (+ (* -1 (/ (* (pow (+ (* -2 (pow z 2)) (* -1 (pow z 2))) 2) (pow (- x y) 3)) (pow z 9))) (/ (* (+ z (* 2 z)) (pow (- x y) 3)) (pow z 6))) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))))) (+ (* 60 (/ (* (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3))) (- (* 60 (/ (pow (- x y) 2) (pow z 4))) (* -1 (/ (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2)))) z)))) (pow (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))) 2))) (* 60 (/ (* (- (* -216000 (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (* (pow z 6) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2)))))) (* 60 (/ (* (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3))) (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2))))) (pow (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))) 2)))) (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2))))) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))))))))) (* 60 (/ (* (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3))) (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2))))) (pow (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))) 2)))))))> |
#<alt (+ (* 216000 (/ (pow (- x y) 3) (* (pow z 3) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2)))))) (+ (* 1728000 (/ (pow a 3) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))))) (* t (- (+ (* -216000 (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (* (pow z 6) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2)))))) (* t (- (+ (* -216000 (/ (+ (* -1 (/ (* (pow (+ (* -2 (pow z 2)) (* -1 (pow z 2))) 2) (pow (- x y) 3)) (pow z 9))) (/ (* (+ z (* 2 z)) (pow (- x y) 3)) (pow z 6))) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))))) (* t (- (* -216000 (/ (+ (* -1 (/ (* (+ z (* 2 z)) (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3))) (pow z 9))) (+ (* -1 (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (+ (* -1 (/ (* (pow (+ (* -2 (pow z 2)) (* -1 (pow z 2))) 2) (pow (- x y) 3)) (pow z 9))) (/ (* (+ z (* 2 z)) (pow (- x y) 3)) (pow z 6)))) (pow z 3))) (* -1 (/ (pow (- x y) 3) (pow z 6))))) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))))) (+ (* 60 (/ (* (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3))) (- (* 60 (/ (pow (- x y) 2) (pow z 5))) (* -1 (/ (- (* 60 (/ (pow (- x y) 2) (pow z 4))) (* -1 (/ (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2)))) z))) z)))) (pow (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))) 2))) (+ (* 60 (/ (* (- (* -216000 (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (* (pow z 6) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2)))))) (* 60 (/ (* (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3))) (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2))))) (pow (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))) 2)))) (- (* 60 (/ (pow (- x y) 2) (pow z 4))) (* -1 (/ (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2)))) z)))) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))))) (* 60 (/ (* (- (* -216000 (/ (+ (* -1 (/ (* (pow (+ (* -2 (pow z 2)) (* -1 (pow z 2))) 2) (pow (- x y) 3)) (pow z 9))) (/ (* (+ z (* 2 z)) (pow (- x y) 3)) (pow z 6))) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))))) (+ (* 60 (/ (* (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3))) (- (* 60 (/ (pow (- x y) 2) (pow z 4))) (* -1 (/ (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2)))) z)))) (pow (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))) 2))) (* 60 (/ (* (- (* -216000 (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (* (pow z 6) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2)))))) (* 60 (/ (* (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3))) (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2))))) (pow (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))) 2)))) (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2))))) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))))))) (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2))))) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2)))))))))) (+ (* 60 (/ (* (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3))) (- (* 60 (/ (pow (- x y) 2) (pow z 4))) (* -1 (/ (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2)))) z)))) (pow (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))) 2))) (* 60 (/ (* (- (* -216000 (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (* (pow z 6) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2)))))) (* 60 (/ (* (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3))) (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2))))) (pow (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))) 2)))) (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2))))) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))))))))) (* 60 (/ (* (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3))) (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2))))) (pow (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))) 2)))))))> |
#<alt (* 120 a)> |
#<alt (+ (* -60 (/ (- x y) t)) (* 120 a))> |
#<alt (- (+ (* -1 (/ (+ (* -30 (/ (pow (- x y) 2) a)) (* 1/2 (/ (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))) a))) (pow t 2))) (* 120 a)) (* 60 (/ (- x y) t)))> |
#<alt (- (+ (* -15 (/ (pow (- x y) 3) (* (pow a 2) (pow t 3)))) (* 120 a)) (+ (* -30 (/ (pow (- x y) 2) (* a (pow t 2)))) (+ (* -1/2 (/ (* (+ (* -30 (/ (pow (- x y) 2) a)) (* 1/2 (/ (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))) a))) (- x y)) (* a (pow t 3)))) (+ (* -1/4 (/ (* (- x y) (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y)))))) (* (pow a 2) (pow t 3)))) (+ (* 1/2 (/ (- (* 60 (* z (pow (- x y) 2))) (* -1 (* z (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y)))))))) (* a (pow t 3)))) (+ (* 1/2 (/ (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))) (* a (pow t 2)))) (* 60 (/ (- x y) t))))))))> |
#<alt (* 120 a)> |
#<alt (+ (* -60 (/ (- x y) t)) (* 120 a))> |
#<alt (+ (* -1 (/ (- (+ (* -30 (/ (pow (- x y) 2) (* a t))) (* 1/2 (/ (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))) (* a t)))) (* -60 (- x y))) t)) (* 120 a))> |
#<alt (+ (* -1 (/ (- (* -1 (/ (- (* -1 (/ (- (* 15 (/ (pow (- x y) 3) (pow a 2))) (+ (* 1/4 (/ (* (- x y) (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y)))))) (pow a 2))) (+ (* 1/2 (/ (* (+ (* -30 (/ (pow (- x y) 2) a)) (* 1/2 (/ (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))) a))) (- x y)) a)) (* 1/2 (/ (- (* -60 (* z (pow (- x y) 2))) (* z (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))))) a))))) t)) (+ (* -30 (/ (pow (- x y) 2) a)) (* 1/2 (/ (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))) a)))) t)) (* -60 (- x y))) t)) (* 120 a))> |
#<alt (* 60 (/ (- x y) (- z t)))> |
#<alt (+ (* 60 (/ (- x y) (- z t))) (* 120 a))> |
#<alt (+ (* 60 (/ (- x y) (- z t))) (* a (+ 120 (* -1 (* a (+ (* -240 (/ (- z t) (- x y))) (* 240 (/ (- z t) (- x y)))))))))> |
#<alt (+ (* 60 (/ (- x y) (- z t))) (* a (+ 120 (* a (- (* -2 (/ (* a (* (+ (* -240 (/ (- z t) (- x y))) (* 240 (/ (- z t) (- x y)))) (- z t))) (- x y))) (+ (* -240 (/ (- z t) (- x y))) (* 240 (/ (- z t) (- x y)))))))))> |
#<alt (* 120 a)> |
#<alt (* a (+ 120 (* 60 (/ (- x y) (* a (- z t))))))> |
#<alt (* a (- (+ 120 (* -1 (/ (+ (* -30 (/ (pow (- x y) 2) (pow (- z t) 2))) (* 30 (/ (pow (- x y) 2) (pow (- z t) 2)))) (pow a 2)))) (* -60 (/ (- x y) (* a (- z t))))))> |
#<alt (* a (- (+ 120 (* -1/2 (/ (* (+ (* -30 (/ (pow (- x y) 2) (pow (- z t) 2))) (* 30 (/ (pow (- x y) 2) (pow (- z t) 2)))) (- x y)) (* (pow a 3) (- z t))))) (+ (* -60 (/ (- x y) (* a (- z t)))) (+ (* -30 (/ (pow (- x y) 2) (* (pow a 2) (pow (- z t) 2)))) (* 30 (/ (pow (- x y) 2) (* (pow a 2) (pow (- z t) 2))))))))> |
#<alt (* 120 a)> |
#<alt (* -1 (* a (- (* -60 (/ (- x y) (* a (- z t)))) 120)))> |
#<alt (* -1 (* a (- (* -1 (/ (- (+ (* -30 (/ (pow (- x y) 2) (* a (pow (- z t) 2)))) (* 30 (/ (pow (- x y) 2) (* a (pow (- z t) 2))))) (* -60 (/ (- x y) (- z t)))) a)) 120)))> |
#<alt (* -1 (* a (- (* -1 (/ (- (* -1 (/ (- (* -1/2 (/ (* (+ (* -30 (/ (pow (- x y) 2) (pow (- z t) 2))) (* 30 (/ (pow (- x y) 2) (pow (- z t) 2)))) (- x y)) (* a (- z t)))) (+ (* -30 (/ (pow (- x y) 2) (pow (- z t) 2))) (* 30 (/ (pow (- x y) 2) (pow (- z t) 2))))) a)) (* -60 (/ (- x y) (- z t)))) a)) 120)))> |
#<alt (+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* 1728000 (pow a 3)))> |
#<alt (+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (+ (* 216000 (* x (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))))) (* 1728000 (pow a 3))))> |
#<alt (+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (+ (* 1728000 (pow a 3)) (* x (+ (* 216000 (* x (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))))) (* 216000 (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))))))))> |
#<alt (+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (+ (* 1728000 (pow a 3)) (* x (+ (* 216000 (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3)))) (* x (+ (* 216000 (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3))))) (* 216000 (/ x (pow (- z t) 3)))))))))> |
#<alt (* 216000 (/ (pow x 3) (pow (- z t) 3)))> |
#<alt (* (pow x 3) (+ (* 216000 (/ (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))) x)) (* 216000 (/ 1 (pow (- z t) 3)))))> |
#<alt (* (pow x 3) (+ (* 216000 (/ (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))) x)) (+ (* 216000 (/ (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) (pow x 2))) (* 216000 (/ 1 (pow (- z t) 3))))))> |
#<alt (* (pow x 3) (+ (* -216000 (/ (pow y 3) (* (pow x 3) (pow (- z t) 3)))) (+ (* 216000 (/ (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))) x)) (+ (* 216000 (/ (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) (pow x 2))) (+ (* 1728000 (/ (pow a 3) (pow x 3))) (* 216000 (/ 1 (pow (- z t) 3))))))))> |
#<alt (* 216000 (/ (pow x 3) (pow (- z t) 3)))> |
#<alt (* -1 (* (pow x 3) (- (* 216000 (/ (+ (* 2 (/ y (pow (- z t) 3))) (/ y (pow (- z t) 3))) x)) (* 216000 (/ 1 (pow (- z t) 3))))))> |
#<alt (* -1 (* (pow x 3) (- (* -1 (/ (+ (* -216000 (+ (* 2 (/ y (pow (- z t) 3))) (/ y (pow (- z t) 3)))) (* 216000 (/ (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) x))) x)) (* 216000 (/ 1 (pow (- z t) 3))))))> |
#<alt (* -1 (* (pow x 3) (- (* -1 (/ (+ (* -216000 (+ (* 2 (/ y (pow (- z t) 3))) (/ y (pow (- z t) 3)))) (* -1 (/ (+ (* -216000 (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3)))) (* -1 (/ (+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) x))) x))) x)) (* 216000 (/ 1 (pow (- z t) 3))))))> |
#<alt (+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* 1728000 (pow a 3)))> |
#<alt (+ (* 216000 (* y (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3)))))) (+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* 1728000 (pow a 3))))> |
#<alt (+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (+ (* 1728000 (pow a 3)) (* y (+ (* 216000 (* y (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))))) (* 216000 (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3)))))))))> |
#<alt (+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (+ (* 1728000 (pow a 3)) (* y (+ (* 216000 (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3))))) (* y (+ (* -216000 (/ y (pow (- z t) 3))) (* 216000 (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))))))))))> |
#<alt (* -216000 (/ (pow y 3) (pow (- z t) 3)))> |
#<alt (* (pow y 3) (- (* 216000 (/ (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) y)) (* 216000 (/ 1 (pow (- z t) 3)))))> |
#<alt (* (pow y 3) (- (+ (* 216000 (/ (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3)))) (pow y 2))) (* 216000 (/ (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) y))) (* 216000 (/ 1 (pow (- z t) 3)))))> |
#<alt (* (pow y 3) (- (+ (* 216000 (/ (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3)))) (pow y 2))) (+ (* 216000 (/ (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) y)) (+ (* 216000 (/ (pow x 3) (* (pow y 3) (pow (- z t) 3)))) (* 1728000 (/ (pow a 3) (pow y 3)))))) (* 216000 (/ 1 (pow (- z t) 3)))))> |
#<alt (* -216000 (/ (pow y 3) (pow (- z t) 3)))> |
#<alt (* -1 (* (pow y 3) (+ (* -216000 (/ (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) y)) (* 216000 (/ 1 (pow (- z t) 3))))))> |
#<alt (* -1 (* (pow y 3) (+ (* -1 (/ (+ (* -216000 (/ (+ (* 2 (/ (pow x 2) (pow (- z t) 3))) (/ (pow x 2) (pow (- z t) 3))) y)) (* 216000 (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))))) y)) (* 216000 (/ 1 (pow (- z t) 3))))))> |
#<alt (* -1 (* (pow y 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) y)) (* 216000 (+ (* 2 (/ (pow x 2) (pow (- z t) 3))) (/ (pow x 2) (pow (- z t) 3))))) y)) (* 216000 (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))))) y)) (* 216000 (/ 1 (pow (- z t) 3))))))> |
#<alt (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3)))> |
#<alt (+ (* -216000 (/ (* z (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))) (pow t 6))) (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3))))> |
#<alt (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (+ (* 1728000 (pow a 3)) (* z (+ (* -216000 (* z (+ (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) (pow t 6)) (/ (* (pow (+ (* 2 (pow t 2)) (pow t 2)) 2) (pow (- x y) 3)) (pow t 9))))) (* -216000 (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)) (pow t 6)))))))> |
#<alt (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (+ (* 1728000 (pow a 3)) (* z (+ (* -216000 (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)) (pow t 6))) (* z (+ (* -216000 (* z (+ (/ (* (+ (* -2 t) (* -1 t)) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))) (pow t 9)) (+ (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (+ (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) (pow t 6)) (/ (* (pow (+ (* 2 (pow t 2)) (pow t 2)) 2) (pow (- x y) 3)) (pow t 9)))) (pow t 3)) (/ (pow (- x y) 3) (pow t 6)))))) (* -216000 (+ (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) (pow t 6)) (/ (* (pow (+ (* 2 (pow t 2)) (pow t 2)) 2) (pow (- x y) 3)) (pow t 9))))))))))> |
#<alt (* 1728000 (pow a 3))> |
#<alt (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3)))> |
#<alt (+ (* -216000 (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) (pow z 4))) (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3))))> |
#<alt (+ (* -216000 (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) (pow z 4))) (+ (* -216000 (/ (+ (* -1 (* (pow (+ (* -2 t) (* -1 t)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))) (pow z 5))) (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3)))))> |
#<alt (* 1728000 (pow a 3))> |
#<alt (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3)))> |
#<alt (+ (* -1 (/ (+ (* -216000 (/ (* (+ t (* 2 t)) (pow (- x y) 3)) z)) (* -216000 (pow (- x y) 3))) (pow z 3))) (* 1728000 (pow a 3)))> |
#<alt (+ (* -1 (/ (+ (* -216000 (pow (- x y) 3)) (* -1 (/ (+ (* -216000 (/ (+ (* -1 (* (pow (+ t (* 2 t)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))) z)) (* 216000 (* (+ t (* 2 t)) (pow (- x y) 3)))) z))) (pow z 3))) (* 1728000 (pow a 3)))> |
#<alt (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3)))> |
#<alt (+ (* -216000 (/ (* t (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3))) (pow z 6))) (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3))))> |
#<alt (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (+ (* 1728000 (pow a 3)) (* t (+ (* -216000 (* t (+ (* -1 (/ (* (pow (+ (* -2 (pow z 2)) (* -1 (pow z 2))) 2) (pow (- x y) 3)) (pow z 9))) (/ (* (+ z (* 2 z)) (pow (- x y) 3)) (pow z 6))))) (* -216000 (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (pow z 6)))))))> |
#<alt (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (+ (* 1728000 (pow a 3)) (* t (+ (* -216000 (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (pow z 6))) (* t (+ (* -216000 (* t (+ (* -1 (/ (* (+ z (* 2 z)) (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3))) (pow z 9))) (+ (* -1 (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (+ (* -1 (/ (* (pow (+ (* -2 (pow z 2)) (* -1 (pow z 2))) 2) (pow (- x y) 3)) (pow z 9))) (/ (* (+ z (* 2 z)) (pow (- x y) 3)) (pow z 6)))) (pow z 3))) (* -1 (/ (pow (- x y) 3) (pow z 6))))))) (* -216000 (+ (* -1 (/ (* (pow (+ (* -2 (pow z 2)) (* -1 (pow z 2))) 2) (pow (- x y) 3)) (pow z 9))) (/ (* (+ z (* 2 z)) (pow (- x y) 3)) (pow z 6))))))))))> |
#<alt (* 1728000 (pow a 3))> |
#<alt (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3)))> |
#<alt (+ (* -216000 (/ (* (+ z (* 2 z)) (pow (- x y) 3)) (pow t 4))) (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3))))> |
#<alt (+ (* -216000 (/ (* (+ z (* 2 z)) (pow (- x y) 3)) (pow t 4))) (+ (* -216000 (/ (+ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (* (pow (+ z (* 2 z)) 2) (pow (- x y) 3))) (pow t 5))) (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3)))))> |
#<alt (* 1728000 (pow a 3))> |
#<alt (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3)))> |
#<alt (+ (* -1 (/ (+ (* 216000 (/ (* (+ z (* 2 z)) (pow (- x y) 3)) t)) (* 216000 (pow (- x y) 3))) (pow t 3))) (* 1728000 (pow a 3)))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* -216000 (* (+ z (* 2 z)) (pow (- x y) 3))) (* 216000 (/ (+ (* -1 (* (pow (+ z (* 2 z)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow z 2)) (pow z 2)) (pow (- x y) 3))) t))) t)) (* 216000 (pow (- x y) 3))) (pow t 3))) (* 1728000 (pow a 3)))> |
#<alt (* 216000 (/ (pow (- x y) 3) (pow (- z t) 3)))> |
#<alt (+ (* 216000 (/ (pow (- x y) 3) (pow (- z t) 3))) (* 1728000 (pow a 3)))> |
#<alt (+ (* 216000 (/ (pow (- x y) 3) (pow (- z t) 3))) (* 1728000 (pow a 3)))> |
#<alt (+ (* 216000 (/ (pow (- x y) 3) (pow (- z t) 3))) (* 1728000 (pow a 3)))> |
#<alt (* 1728000 (pow a 3))> |
#<alt (* (pow a 3) (+ 1728000 (* 216000 (/ (pow (- x y) 3) (* (pow a 3) (pow (- z t) 3))))))> |
#<alt (* (pow a 3) (+ 1728000 (* 216000 (/ (pow (- x y) 3) (* (pow a 3) (pow (- z t) 3))))))> |
#<alt (* (pow a 3) (+ 1728000 (* 216000 (/ (pow (- x y) 3) (* (pow a 3) (pow (- z t) 3))))))> |
#<alt (* 1728000 (pow a 3))> |
#<alt (* -1 (* (pow a 3) (- (* -216000 (/ (pow (- x y) 3) (* (pow a 3) (pow (- z t) 3)))) 1728000)))> |
#<alt (* -1 (* (pow a 3) (- (* -216000 (/ (pow (- x y) 3) (* (pow a 3) (pow (- z t) 3)))) 1728000)))> |
#<alt (* -1 (* (pow a 3) (- (* -216000 (/ (pow (- x y) 3) (* (pow a 3) (pow (- z t) 3)))) 1728000)))> |
#<alt (* -216000 (/ (pow y 3) (pow (- z t) 3)))> |
#<alt (+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* 216000 (* x (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))))))> |
#<alt (+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* x (+ (* 216000 (* x (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))))) (* 216000 (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3)))))))> |
#<alt (+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* x (+ (* 216000 (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3)))) (* x (+ (* 216000 (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3))))) (* 216000 (/ x (pow (- z t) 3))))))))> |
#<alt (* 216000 (/ (pow x 3) (pow (- z t) 3)))> |
#<alt (* (pow x 3) (+ (* 216000 (/ (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))) x)) (* 216000 (/ 1 (pow (- z t) 3)))))> |
#<alt (* (pow x 3) (+ (* 216000 (/ (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))) x)) (+ (* 216000 (/ (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) (pow x 2))) (* 216000 (/ 1 (pow (- z t) 3))))))> |
#<alt (* (pow x 3) (+ (* -216000 (/ (pow y 3) (* (pow x 3) (pow (- z t) 3)))) (+ (* 216000 (/ (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))) x)) (+ (* 216000 (/ (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) (pow x 2))) (* 216000 (/ 1 (pow (- z t) 3)))))))> |
#<alt (* 216000 (/ (pow x 3) (pow (- z t) 3)))> |
#<alt (* -1 (* (pow x 3) (- (* 216000 (/ (+ (* 2 (/ y (pow (- z t) 3))) (/ y (pow (- z t) 3))) x)) (* 216000 (/ 1 (pow (- z t) 3))))))> |
#<alt (* -1 (* (pow x 3) (- (* -1 (/ (+ (* -216000 (+ (* 2 (/ y (pow (- z t) 3))) (/ y (pow (- z t) 3)))) (* 216000 (/ (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) x))) x)) (* 216000 (/ 1 (pow (- z t) 3))))))> |
#<alt (* -1 (* (pow x 3) (- (* -1 (/ (+ (* -216000 (+ (* 2 (/ y (pow (- z t) 3))) (/ y (pow (- z t) 3)))) (* -1 (/ (+ (* -216000 (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3)))) (* 216000 (/ (pow y 3) (* x (pow (- z t) 3))))) x))) x)) (* 216000 (/ 1 (pow (- z t) 3))))))> |
#<alt (* 216000 (/ (pow x 3) (pow (- z t) 3)))> |
#<alt (+ (* 216000 (* y (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3)))))) (* 216000 (/ (pow x 3) (pow (- z t) 3))))> |
#<alt (+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* y (+ (* 216000 (* y (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))))) (* 216000 (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3))))))))> |
#<alt (+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* y (+ (* 216000 (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3))))) (* y (+ (* -216000 (/ y (pow (- z t) 3))) (* 216000 (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3)))))))))> |
#<alt (* -216000 (/ (pow y 3) (pow (- z t) 3)))> |
#<alt (* (pow y 3) (- (* 216000 (/ (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) y)) (* 216000 (/ 1 (pow (- z t) 3)))))> |
#<alt (* (pow y 3) (- (+ (* 216000 (/ (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3)))) (pow y 2))) (* 216000 (/ (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) y))) (* 216000 (/ 1 (pow (- z t) 3)))))> |
#<alt (* (pow y 3) (- (+ (* 216000 (/ (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3)))) (pow y 2))) (+ (* 216000 (/ (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) y)) (* 216000 (/ (pow x 3) (* (pow y 3) (pow (- z t) 3)))))) (* 216000 (/ 1 (pow (- z t) 3)))))> |
#<alt (* -216000 (/ (pow y 3) (pow (- z t) 3)))> |
#<alt (* -1 (* (pow y 3) (+ (* -216000 (/ (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) y)) (* 216000 (/ 1 (pow (- z t) 3))))))> |
#<alt (* -1 (* (pow y 3) (+ (* -1 (/ (+ (* -216000 (/ (+ (* 2 (/ (pow x 2) (pow (- z t) 3))) (/ (pow x 2) (pow (- z t) 3))) y)) (* 216000 (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))))) y)) (* 216000 (/ 1 (pow (- z t) 3))))))> |
#<alt (* -1 (* (pow y 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* -216000 (/ (pow x 3) (* y (pow (- z t) 3)))) (* 216000 (+ (* 2 (/ (pow x 2) (pow (- z t) 3))) (/ (pow x 2) (pow (- z t) 3))))) y)) (* 216000 (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))))) y)) (* 216000 (/ 1 (pow (- z t) 3))))))> |
#<alt (* -216000 (/ (pow (- x y) 3) (pow t 3)))> |
#<alt (+ (* -216000 (/ (* z (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))) (pow t 6))) (* -216000 (/ (pow (- x y) 3) (pow t 3))))> |
#<alt (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* z (+ (* -216000 (* z (+ (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) (pow t 6)) (/ (* (pow (+ (* 2 (pow t 2)) (pow t 2)) 2) (pow (- x y) 3)) (pow t 9))))) (* -216000 (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)) (pow t 6))))))> |
#<alt (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* z (+ (* -216000 (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)) (pow t 6))) (* z (+ (* -216000 (* z (+ (/ (* (+ (* -2 t) (* -1 t)) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))) (pow t 9)) (+ (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (+ (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) (pow t 6)) (/ (* (pow (+ (* 2 (pow t 2)) (pow t 2)) 2) (pow (- x y) 3)) (pow t 9)))) (pow t 3)) (/ (pow (- x y) 3) (pow t 6)))))) (* -216000 (+ (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) (pow t 6)) (/ (* (pow (+ (* 2 (pow t 2)) (pow t 2)) 2) (pow (- x y) 3)) (pow t 9)))))))))> |
#<alt (* 216000 (/ (pow (- x y) 3) (pow z 3)))> |
#<alt (/ (+ (* -216000 (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) z)) (* 216000 (pow (- x y) 3))) (pow z 3))> |
#<alt (/ (+ (* -216000 (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) z)) (+ (* -216000 (/ (+ (* -1 (* (pow (+ (* -2 t) (* -1 t)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))) (pow z 2))) (* 216000 (pow (- x y) 3)))) (pow z 3))> |
#<alt (/ (+ (* -216000 (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) z)) (+ (* -216000 (/ (+ (* -1 (* (+ (* -2 t) (* -1 t)) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)))) (+ (* -1 (* (+ (* -2 t) (* -1 t)) (+ (* -1 (* (pow (+ (* -2 t) (* -1 t)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))))) (* -1 (* (pow t 3) (pow (- x y) 3))))) (pow z 3))) (+ (* -216000 (/ (+ (* -1 (* (pow (+ (* -2 t) (* -1 t)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))) (pow z 2))) (* 216000 (pow (- x y) 3))))) (pow z 3))> |
#<alt (* 216000 (/ (pow (- x y) 3) (pow z 3)))> |
#<alt (* -1 (/ (+ (* -216000 (/ (* (+ t (* 2 t)) (pow (- x y) 3)) z)) (* -216000 (pow (- x y) 3))) (pow z 3)))> |
#<alt (* -1 (/ (+ (* -216000 (pow (- x y) 3)) (* -1 (/ (+ (* -216000 (/ (+ (* -1 (* (pow (+ t (* 2 t)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))) z)) (* 216000 (* (+ t (* 2 t)) (pow (- x y) 3)))) z))) (pow z 3)))> |
#<alt (* -1 (/ (+ (* -216000 (pow (- x y) 3)) (* -1 (/ (+ (* -1 (/ (+ (* -216000 (/ (+ (* -1 (* (+ t (* 2 t)) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)))) (+ (* -1 (* (+ t (* 2 t)) (+ (* -1 (* (pow (+ t (* 2 t)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))))) (* (pow t 3) (pow (- x y) 3)))) z)) (* 216000 (+ (* -1 (* (pow (+ t (* 2 t)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))))) z)) (* 216000 (* (+ t (* 2 t)) (pow (- x y) 3)))) z))) (pow z 3)))> |
#<alt (* 216000 (/ (pow (- x y) 3) (pow z 3)))> |
#<alt (+ (* -216000 (/ (* t (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3))) (pow z 6))) (* 216000 (/ (pow (- x y) 3) (pow z 3))))> |
#<alt (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* t (+ (* -216000 (* t (+ (* -1 (/ (* (pow (+ (* -2 (pow z 2)) (* -1 (pow z 2))) 2) (pow (- x y) 3)) (pow z 9))) (/ (* (+ z (* 2 z)) (pow (- x y) 3)) (pow z 6))))) (* -216000 (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (pow z 6))))))> |
#<alt (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* t (+ (* -216000 (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (pow z 6))) (* t (+ (* -216000 (* t (+ (* -1 (/ (* (+ z (* 2 z)) (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3))) (pow z 9))) (+ (* -1 (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (+ (* -1 (/ (* (pow (+ (* -2 (pow z 2)) (* -1 (pow z 2))) 2) (pow (- x y) 3)) (pow z 9))) (/ (* (+ z (* 2 z)) (pow (- x y) 3)) (pow z 6)))) (pow z 3))) (* -1 (/ (pow (- x y) 3) (pow z 6))))))) (* -216000 (+ (* -1 (/ (* (pow (+ (* -2 (pow z 2)) (* -1 (pow z 2))) 2) (pow (- x y) 3)) (pow z 9))) (/ (* (+ z (* 2 z)) (pow (- x y) 3)) (pow z 6)))))))))> |
#<alt (* -216000 (/ (pow (- x y) 3) (pow t 3)))> |
#<alt (/ (+ (* -216000 (/ (* (+ z (* 2 z)) (pow (- x y) 3)) t)) (* -216000 (pow (- x y) 3))) (pow t 3))> |
#<alt (/ (+ (* -216000 (/ (* (+ z (* 2 z)) (pow (- x y) 3)) t)) (+ (* -216000 (/ (+ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (* (pow (+ z (* 2 z)) 2) (pow (- x y) 3))) (pow t 2))) (* -216000 (pow (- x y) 3)))) (pow t 3))> |
#<alt (/ (+ (* -216000 (/ (* (+ z (* 2 z)) (pow (- x y) 3)) t)) (+ (* -216000 (/ (+ (* (+ z (* 2 z)) (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3))) (+ (* (+ z (* 2 z)) (+ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (* (pow (+ z (* 2 z)) 2) (pow (- x y) 3)))) (* (pow z 3) (pow (- x y) 3)))) (pow t 3))) (+ (* -216000 (/ (+ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (* (pow (+ z (* 2 z)) 2) (pow (- x y) 3))) (pow t 2))) (* -216000 (pow (- x y) 3))))) (pow t 3))> |
#<alt (* -216000 (/ (pow (- x y) 3) (pow t 3)))> |
#<alt (* -1 (/ (+ (* 216000 (/ (* (+ z (* 2 z)) (pow (- x y) 3)) t)) (* 216000 (pow (- x y) 3))) (pow t 3)))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* -216000 (* (+ z (* 2 z)) (pow (- x y) 3))) (* 216000 (/ (+ (* -1 (* (pow (+ z (* 2 z)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow z 2)) (pow z 2)) (pow (- x y) 3))) t))) t)) (* 216000 (pow (- x y) 3))) (pow t 3)))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* -216000 (* (+ z (* 2 z)) (pow (- x y) 3))) (* -1 (/ (+ (* -216000 (+ (* -1 (* (pow (+ z (* 2 z)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow z 2)) (pow z 2)) (pow (- x y) 3)))) (* 216000 (/ (+ (* -1 (* (+ z (* 2 z)) (* (+ (* 2 (pow z 2)) (pow z 2)) (pow (- x y) 3)))) (+ (* -1 (* (+ z (* 2 z)) (+ (* -1 (* (pow (+ z (* 2 z)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow z 2)) (pow z 2)) (pow (- x y) 3))))) (* (pow z 3) (pow (- x y) 3)))) t))) t))) t)) (* 216000 (pow (- x y) 3))) (pow t 3)))> |
#<alt (* -1 (/ (pow y 3) (pow (- z t) 3)))> |
#<alt (+ (* -1 (/ (pow y 3) (pow (- z t) 3))) (* x (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3)))))> |
#<alt (+ (* -1 (/ (pow y 3) (pow (- z t) 3))) (* x (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (+ (* x (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3))))) (/ (pow y 2) (pow (- z t) 3))))))> |
#<alt (+ (* -1 (/ (pow y 3) (pow (- z t) 3))) (* x (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (+ (* x (+ (* -2 (/ y (pow (- z t) 3))) (+ (* -1 (/ y (pow (- z t) 3))) (/ x (pow (- z t) 3))))) (/ (pow y 2) (pow (- z t) 3))))))> |
#<alt (/ (pow x 3) (pow (- z t) 3))> |
#<alt (* (pow x 3) (+ (* -2 (/ y (* x (pow (- z t) 3)))) (+ (* -1 (/ y (* x (pow (- z t) 3)))) (/ 1 (pow (- z t) 3)))))> |
#<alt (* (pow x 3) (+ (* -2 (/ y (* x (pow (- z t) 3)))) (+ (* -1 (/ y (* x (pow (- z t) 3)))) (+ (* 2 (/ (pow y 2) (* (pow x 2) (pow (- z t) 3)))) (+ (/ 1 (pow (- z t) 3)) (/ (pow y 2) (* (pow x 2) (pow (- z t) 3))))))))> |
#<alt (* (pow x 3) (+ (* -2 (/ y (* x (pow (- z t) 3)))) (+ (* -1 (/ y (* x (pow (- z t) 3)))) (+ (* -1 (/ (pow y 3) (* (pow x 3) (pow (- z t) 3)))) (+ (* 2 (/ (pow y 2) (* (pow x 2) (pow (- z t) 3)))) (+ (/ 1 (pow (- z t) 3)) (/ (pow y 2) (* (pow x 2) (pow (- z t) 3)))))))))> |
#<alt (/ (pow x 3) (pow (- z t) 3))> |
#<alt (* -1 (* (pow x 3) (- (+ (* 2 (/ y (* x (pow (- z t) 3)))) (/ y (* x (pow (- z t) 3)))) (/ 1 (pow (- z t) 3)))))> |
#<alt (* -1 (* (pow x 3) (- (* -1 (/ (+ (* -1 (+ (* 2 (/ y (pow (- z t) 3))) (/ y (pow (- z t) 3)))) (+ (* 2 (/ (pow y 2) (* x (pow (- z t) 3)))) (/ (pow y 2) (* x (pow (- z t) 3))))) x)) (/ 1 (pow (- z t) 3)))))> |
#<alt (* -1 (* (pow x 3) (- (* -1 (/ (+ (* -1 (+ (* 2 (/ y (pow (- z t) 3))) (/ y (pow (- z t) 3)))) (* -1 (/ (+ (* -1 (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3)))) (/ (pow y 3) (* x (pow (- z t) 3)))) x))) x)) (/ 1 (pow (- z t) 3)))))> |
#<alt (/ (pow x 3) (pow (- z t) 3))> |
#<alt (+ (* y (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3))))) (/ (pow x 3) (pow (- z t) 3)))> |
#<alt (+ (* y (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (+ (* -1 (/ (pow x 2) (pow (- z t) 3))) (* y (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))))))) (/ (pow x 3) (pow (- z t) 3)))> |
#<alt (+ (* y (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (+ (* -1 (/ (pow x 2) (pow (- z t) 3))) (* y (+ (* -1 (/ y (pow (- z t) 3))) (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3)))))))) (/ (pow x 3) (pow (- z t) 3)))> |
#<alt (* -1 (/ (pow y 3) (pow (- z t) 3)))> |
#<alt (* (pow y 3) (- (+ (* 2 (/ x (* y (pow (- z t) 3)))) (/ x (* y (pow (- z t) 3)))) (/ 1 (pow (- z t) 3))))> |
#<alt (* (pow y 3) (- (+ (* -2 (/ (pow x 2) (* (pow y 2) (pow (- z t) 3)))) (+ (* -1 (/ (pow x 2) (* (pow y 2) (pow (- z t) 3)))) (+ (* 2 (/ x (* y (pow (- z t) 3)))) (/ x (* y (pow (- z t) 3)))))) (/ 1 (pow (- z t) 3))))> |
#<alt (* (pow y 3) (- (+ (* -2 (/ (pow x 2) (* (pow y 2) (pow (- z t) 3)))) (+ (* -1 (/ (pow x 2) (* (pow y 2) (pow (- z t) 3)))) (+ (* 2 (/ x (* y (pow (- z t) 3)))) (+ (/ x (* y (pow (- z t) 3))) (/ (pow x 3) (* (pow y 3) (pow (- z t) 3))))))) (/ 1 (pow (- z t) 3))))> |
#<alt (* -1 (/ (pow y 3) (pow (- z t) 3)))> |
#<alt (* -1 (* (pow y 3) (+ (* -1 (/ (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) y)) (/ 1 (pow (- z t) 3)))))> |
#<alt (* -1 (* (pow y 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 2 (/ (pow x 2) (pow (- z t) 3))) (/ (pow x 2) (pow (- z t) 3))) y)) (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3)))) y)) (/ 1 (pow (- z t) 3)))))> |
#<alt (* -1 (* (pow y 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (pow x 3) (* y (pow (- z t) 3)))) (+ (* 2 (/ (pow x 2) (pow (- z t) 3))) (/ (pow x 2) (pow (- z t) 3)))) y)) (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3)))) y)) (/ 1 (pow (- z t) 3)))))> |
#<alt (* -1 (/ (pow (- x y) 3) (pow t 3)))> |
#<alt (+ (* -1 (/ (* z (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))) (pow t 6))) (* -1 (/ (pow (- x y) 3) (pow t 3))))> |
#<alt (+ (* -1 (/ (pow (- x y) 3) (pow t 3))) (* z (- (* -1 (* z (+ (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) (pow t 6)) (/ (* (pow (+ (* 2 (pow t 2)) (pow t 2)) 2) (pow (- x y) 3)) (pow t 9))))) (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)) (pow t 6)))))> |
#<alt (+ (* -1 (/ (pow (- x y) 3) (pow t 3))) (* z (- (* z (- (* -1 (* z (+ (/ (* (+ (* -2 t) (* -1 t)) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))) (pow t 9)) (+ (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (+ (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) (pow t 6)) (/ (* (pow (+ (* 2 (pow t 2)) (pow t 2)) 2) (pow (- x y) 3)) (pow t 9)))) (pow t 3)) (/ (pow (- x y) 3) (pow t 6)))))) (+ (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) (pow t 6)) (/ (* (pow (+ (* 2 (pow t 2)) (pow t 2)) 2) (pow (- x y) 3)) (pow t 9))))) (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)) (pow t 6)))))> |
#<alt (/ (pow (- x y) 3) (pow z 3))> |
#<alt (/ (+ (* -1 (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) z)) (pow (- x y) 3)) (pow z 3))> |
#<alt (/ (- (+ (* -1 (/ (+ (* -1 (* (pow (+ (* -2 t) (* -1 t)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))) (pow z 2))) (pow (- x y) 3)) (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) z)) (pow z 3))> |
#<alt (/ (- (+ (* -1 (/ (+ (* -1 (* (+ (* -2 t) (* -1 t)) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)))) (+ (* -1 (* (+ (* -2 t) (* -1 t)) (+ (* -1 (* (pow (+ (* -2 t) (* -1 t)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))))) (* -1 (* (pow t 3) (pow (- x y) 3))))) (pow z 3))) (pow (- x y) 3)) (+ (* -1 (/ (* (pow (+ (* -2 t) (* -1 t)) 2) (pow (- x y) 3)) (pow z 2))) (+ (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) z) (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)) (pow z 2))))) (pow z 3))> |
#<alt (/ (pow (- x y) 3) (pow z 3))> |
#<alt (* -1 (/ (+ (* -1 (/ (* (+ t (* 2 t)) (pow (- x y) 3)) z)) (* -1 (pow (- x y) 3))) (pow z 3)))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (pow (+ t (* 2 t)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))) z)) (* (+ t (* 2 t)) (pow (- x y) 3))) z)) (* -1 (pow (- x y) 3))) (pow z 3)))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (pow (+ t (* 2 t)) 2) (pow (- x y) 3))) (+ (* -1 (/ (+ (* -1 (* (+ t (* 2 t)) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)))) (+ (* -1 (* (+ t (* 2 t)) (+ (* -1 (* (pow (+ t (* 2 t)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))))) (* (pow t 3) (pow (- x y) 3)))) z)) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)))) z)) (* (+ t (* 2 t)) (pow (- x y) 3))) z)) (* -1 (pow (- x y) 3))) (pow z 3)))> |
#<alt (/ (pow (- x y) 3) (pow z 3))> |
#<alt (+ (* -1 (/ (* t (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3))) (pow z 6))) (/ (pow (- x y) 3) (pow z 3)))> |
#<alt (+ (* t (- (* -1 (* t (+ (* -1 (/ (* (pow (+ (* -2 (pow z 2)) (* -1 (pow z 2))) 2) (pow (- x y) 3)) (pow z 9))) (/ (* (+ z (* 2 z)) (pow (- x y) 3)) (pow z 6))))) (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (pow z 6)))) (/ (pow (- x y) 3) (pow z 3)))> |
#<alt (+ (* t (- (* t (- (* -1 (* t (+ (* -1 (/ (* (+ z (* 2 z)) (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3))) (pow z 9))) (+ (* -1 (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (+ (* -1 (/ (* (pow (+ (* -2 (pow z 2)) (* -1 (pow z 2))) 2) (pow (- x y) 3)) (pow z 9))) (/ (* (+ z (* 2 z)) (pow (- x y) 3)) (pow z 6)))) (pow z 3))) (* -1 (/ (pow (- x y) 3) (pow z 6))))))) (+ (* -1 (/ (* (pow (+ (* -2 (pow z 2)) (* -1 (pow z 2))) 2) (pow (- x y) 3)) (pow z 9))) (/ (* (+ z (* 2 z)) (pow (- x y) 3)) (pow z 6))))) (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (pow z 6)))) (/ (pow (- x y) 3) (pow z 3)))> |
#<alt (* -1 (/ (pow (- x y) 3) (pow t 3)))> |
#<alt (/ (+ (* -1 (/ (* (+ z (* 2 z)) (pow (- x y) 3)) t)) (* -1 (pow (- x y) 3))) (pow t 3))> |
#<alt (/ (- (+ (* -1 (/ (+ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (* (pow (+ z (* 2 z)) 2) (pow (- x y) 3))) (pow t 2))) (* -1 (pow (- x y) 3))) (/ (* (+ z (* 2 z)) (pow (- x y) 3)) t)) (pow t 3))> |
#<alt (/ (- (+ (* -1 (/ (+ (* (+ z (* 2 z)) (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3))) (+ (* (+ z (* 2 z)) (+ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (* (pow (+ z (* 2 z)) 2) (pow (- x y) 3)))) (* (pow z 3) (pow (- x y) 3)))) (pow t 3))) (* -1 (pow (- x y) 3))) (+ (/ (* (+ z (* 2 z)) (pow (- x y) 3)) t) (+ (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (pow t 2)) (/ (* (pow (+ z (* 2 z)) 2) (pow (- x y) 3)) (pow t 2))))) (pow t 3))> |
#<alt (* -1 (/ (pow (- x y) 3) (pow t 3)))> |
#<alt (* -1 (/ (+ (/ (* (+ z (* 2 z)) (pow (- x y) 3)) t) (pow (- x y) 3)) (pow t 3)))> |
#<alt (* -1 (/ (+ (* -1 (/ (- (+ (* -1 (/ (* (pow (+ z (* 2 z)) 2) (pow (- x y) 3)) t)) (/ (* (+ (* 2 (pow z 2)) (pow z 2)) (pow (- x y) 3)) t)) (* (+ z (* 2 z)) (pow (- x y) 3))) t)) (pow (- x y) 3)) (pow t 3)))> |
#<alt (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* -1 (/ (* (+ z (* 2 z)) (* (+ (* 2 (pow z 2)) (pow z 2)) (pow (- x y) 3))) t)) (+ (* -1 (/ (* (+ z (* 2 z)) (+ (* -1 (* (pow (+ z (* 2 z)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow z 2)) (pow z 2)) (pow (- x y) 3)))) t)) (/ (* (pow z 3) (pow (- x y) 3)) t))) (+ (* -1 (* (pow (+ z (* 2 z)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow z 2)) (pow z 2)) (pow (- x y) 3)))) t)) (* (+ z (* 2 z)) (pow (- x y) 3))) t)) (pow (- x y) 3)) (pow t 3)))> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t)))> |
#<alt (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 60 (* x (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))))))> |
#<alt (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* x (+ (* 60 (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2))))) (* 3600 (/ x (pow (- z t) 2))))))> |
#<alt (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* x (+ (* 60 (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2))))) (* 3600 (/ x (pow (- z t) 2))))))> |
#<alt (* 3600 (/ (pow x 2) (pow (- z t) 2)))> |
#<alt (* (pow x 2) (+ (* 60 (/ (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) x)) (* 3600 (/ 1 (pow (- z t) 2)))))> |
#<alt (* (pow x 2) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (* (pow x 2) (- z t)))) (+ (* 60 (/ (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) x)) (* 3600 (/ 1 (pow (- z t) 2))))))> |
#<alt (* (pow x 2) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (* (pow x 2) (- z t)))) (+ (* 60 (/ (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) x)) (* 3600 (/ 1 (pow (- z t) 2))))))> |
#<alt (* 3600 (/ (pow x 2) (pow (- z t) 2)))> |
#<alt (* (pow x 2) (+ (* 60 (/ (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) x)) (* 3600 (/ 1 (pow (- z t) 2)))))> |
#<alt (* (pow x 2) (+ (* -1 (/ (+ (* -60 (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2))))) (* 60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (* x (- z t))))) x)) (* 3600 (/ 1 (pow (- z t) 2)))))> |
#<alt (* (pow x 2) (+ (* -1 (/ (+ (* -60 (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2))))) (* 60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (* x (- z t))))) x)) (* 3600 (/ 1 (pow (- z t) 2)))))> |
#<alt (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t)))> |
#<alt (+ (* 60 (* y (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))))) (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))))> |
#<alt (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* y (+ (* 60 (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t))))) (* 3600 (/ y (pow (- z t) 2))))))> |
#<alt (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* y (+ (* 60 (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t))))) (* 3600 (/ y (pow (- z t) 2))))))> |
#<alt (* 3600 (/ (pow y 2) (pow (- z t) 2)))> |
#<alt (* (pow y 2) (+ (* 60 (/ (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) y)) (* 3600 (/ 1 (pow (- z t) 2)))))> |
#<alt (* (pow y 2) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (* (pow y 2) (- z t)))) (+ (* 60 (/ (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) y)) (* 3600 (/ 1 (pow (- z t) 2))))))> |
#<alt (* (pow y 2) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (* (pow y 2) (- z t)))) (+ (* 60 (/ (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) y)) (* 3600 (/ 1 (pow (- z t) 2))))))> |
#<alt (* 3600 (/ (pow y 2) (pow (- z t) 2)))> |
#<alt (* (pow y 2) (+ (* -60 (/ (+ (* -120 (/ a (- z t))) (* 120 (/ x (pow (- z t) 2)))) y)) (* 3600 (/ 1 (pow (- z t) 2)))))> |
#<alt (* (pow y 2) (+ (* -1 (/ (+ (* -60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (* y (- z t)))) (* 60 (+ (* -120 (/ a (- z t))) (* 120 (/ x (pow (- z t) 2)))))) y)) (* 3600 (/ 1 (pow (- z t) 2)))))> |
#<alt (* (pow y 2) (+ (* -1 (/ (+ (* -60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (* y (- z t)))) (* 60 (+ (* -120 (/ a (- z t))) (* 120 (/ x (pow (- z t) 2)))))) y)) (* 3600 (/ 1 (pow (- z t) 2)))))> |
#<alt (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t))> |
#<alt (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 60 (* z (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2))))))> |
#<alt (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* z (+ (* 60 (* z (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* -1 (/ (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2))) t))))) (* 60 (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2)))))))> |
#<alt (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* z (+ (* 60 (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2)))) (* z (+ (* 60 (* z (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 3))) (* -1 (/ (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* -1 (/ (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2))) t))) t))))) (* 60 (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* -1 (/ (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2))) t)))))))))> |
#<alt (* -7200 (/ (* a (- x y)) z))> |
#<alt (/ (+ (* -7200 (* a (- x y))) (* 60 (/ (- (* 60 (pow (- x y) 2)) (* 120 (* a (* t (- x y))))) z))) z)> |
#<alt (/ (+ (* -7200 (* a (- x y))) (+ (* 60 (/ (- (* 60 (* t (pow (- x y) 2))) (* -1 (* t (- (* 60 (pow (- x y) 2)) (* 120 (* a (* t (- x y)))))))) (pow z 2))) (* 60 (/ (- (* 60 (pow (- x y) 2)) (* 120 (* a (* t (- x y))))) z)))) z)> |
#<alt (/ (+ (* -7200 (* a (- x y))) (+ (* 60 (/ (- (* 60 (* t (pow (- x y) 2))) (* -1 (* t (- (* 60 (pow (- x y) 2)) (* 120 (* a (* t (- x y)))))))) (pow z 2))) (+ (* 60 (/ (- (* 60 (* (pow t 2) (pow (- x y) 2))) (* -1 (* t (- (* 60 (* t (pow (- x y) 2))) (* -1 (* t (- (* 60 (pow (- x y) 2)) (* 120 (* a (* t (- x y))))))))))) (pow z 3))) (* 60 (/ (- (* 60 (pow (- x y) 2)) (* 120 (* a (* t (- x y))))) z))))) z)> |
#<alt (* -7200 (/ (* a (- x y)) z))> |
#<alt (* -1 (/ (+ (* 60 (/ (- (* -60 (pow (- x y) 2)) (* -120 (* a (* t (- x y))))) z)) (* 7200 (* a (- x y)))) z))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* -60 (- (* -60 (pow (- x y) 2)) (* -120 (* a (* t (- x y)))))) (* 60 (/ (- (* 60 (* t (pow (- x y) 2))) (* t (- (* -60 (pow (- x y) 2)) (* -120 (* a (* t (- x y))))))) z))) z)) (* 7200 (* a (- x y)))) z))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* -60 (- (* -60 (pow (- x y) 2)) (* -120 (* a (* t (- x y)))))) (* -1 (/ (+ (* -60 (- (* 60 (* t (pow (- x y) 2))) (* t (- (* -60 (pow (- x y) 2)) (* -120 (* a (* t (- x y)))))))) (* 60 (/ (- (* -60 (* (pow t 2) (pow (- x y) 2))) (* t (- (* 60 (* t (pow (- x y) 2))) (* t (- (* -60 (pow (- x y) 2)) (* -120 (* a (* t (- x y))))))))) z))) z))) z)) (* 7200 (* a (- x y)))) z))> |
#<alt (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z))> |
#<alt (+ (* 60 (* t (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2)))))) (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)))> |
#<alt (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* t (+ (* 60 (* t (- (* 60 (/ (pow (- x y) 2) (pow z 4))) (* -1 (/ (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2)))) z))))) (* 60 (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2))))))))> |
#<alt (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* t (+ (* 60 (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2))))) (* t (+ (* 60 (* t (- (* 60 (/ (pow (- x y) 2) (pow z 5))) (* -1 (/ (- (* 60 (/ (pow (- x y) 2) (pow z 4))) (* -1 (/ (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2)))) z))) z))))) (* 60 (- (* 60 (/ (pow (- x y) 2) (pow z 4))) (* -1 (/ (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2)))) z)))))))))> |
#<alt (* 7200 (/ (* a (- x y)) t))> |
#<alt (/ (+ (* 60 (/ (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))) t)) (* 7200 (* a (- x y)))) t)> |
#<alt (/ (+ (* 60 (/ (- (* 60 (* z (pow (- x y) 2))) (* -1 (* z (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y)))))))) (pow t 2))) (+ (* 60 (/ (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))) t)) (* 7200 (* a (- x y))))) t)> |
#<alt (/ (+ (* 60 (/ (- (* 60 (* z (pow (- x y) 2))) (* -1 (* z (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y)))))))) (pow t 2))) (+ (* 60 (/ (- (* 60 (* (pow z 2) (pow (- x y) 2))) (* -1 (* z (- (* 60 (* z (pow (- x y) 2))) (* -1 (* z (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))))))))) (pow t 3))) (+ (* 60 (/ (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))) t)) (* 7200 (* a (- x y)))))) t)> |
#<alt (* 7200 (/ (* a (- x y)) t))> |
#<alt (* -1 (/ (+ (* -7200 (* a (- x y))) (* -60 (/ (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))) t))) t))> |
#<alt (* -1 (/ (+ (* -7200 (* a (- x y))) (* -1 (/ (+ (* -60 (/ (- (* -60 (* z (pow (- x y) 2))) (* z (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))))) t)) (* 60 (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))))) t))) t))> |
#<alt (* -1 (/ (+ (* -7200 (* a (- x y))) (* -1 (/ (+ (* -1 (/ (+ (* -60 (/ (- (* 60 (* (pow z 2) (pow (- x y) 2))) (* z (- (* -60 (* z (pow (- x y) 2))) (* z (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))))))) t)) (* 60 (- (* -60 (* z (pow (- x y) 2))) (* z (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))))))) t)) (* 60 (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))))) t))) t))> |
#<alt (* 3600 (/ (pow (- x y) 2) (pow (- z t) 2)))> |
#<alt (+ (* -7200 (/ (* a (- x y)) (- z t))) (* 3600 (/ (pow (- x y) 2) (pow (- z t) 2))))> |
#<alt (+ (* -7200 (/ (* a (- x y)) (- z t))) (* 3600 (/ (pow (- x y) 2) (pow (- z t) 2))))> |
#<alt (+ (* -7200 (/ (* a (- x y)) (- z t))) (* 3600 (/ (pow (- x y) 2) (pow (- z t) 2))))> |
#<alt (* -7200 (/ (* a (- x y)) (- z t)))> |
#<alt (* a (+ (* -7200 (/ (- x y) (- z t))) (* 3600 (/ (pow (- x y) 2) (* a (pow (- z t) 2))))))> |
#<alt (* a (+ (* -7200 (/ (- x y) (- z t))) (* 3600 (/ (pow (- x y) 2) (* a (pow (- z t) 2))))))> |
#<alt (* a (+ (* -7200 (/ (- x y) (- z t))) (* 3600 (/ (pow (- x y) 2) (* a (pow (- z t) 2))))))> |
#<alt (* -7200 (/ (* a (- x y)) (- z t)))> |
#<alt (* -1 (* a (+ (* -3600 (/ (pow (- x y) 2) (* a (pow (- z t) 2)))) (* 7200 (/ (- x y) (- z t))))))> |
#<alt (* -1 (* a (+ (* -3600 (/ (pow (- x y) 2) (* a (pow (- z t) 2)))) (* 7200 (/ (- x y) (- z t))))))> |
#<alt (* -1 (* a (+ (* -3600 (/ (pow (- x y) 2) (* a (pow (- z t) 2)))) (* 7200 (/ (- x y) (- z t))))))> |
#<alt (* 3600 (/ (pow (- x y) 2) (pow (- z t) 2)))> |
#<alt (+ (* -7200 (/ (* a (- x y)) (- z t))) (* 3600 (/ (pow (- x y) 2) (pow (- z t) 2))))> |
#<alt (+ (* 3600 (/ (pow (- x y) 2) (pow (- z t) 2))) (* a (+ (* -7200 (/ (- x y) (- z t))) (* 14400 a))))> |
#<alt (+ (* 3600 (/ (pow (- x y) 2) (pow (- z t) 2))) (* a (+ (* -7200 (/ (- x y) (- z t))) (* 14400 a))))> |
#<alt (* 14400 (pow a 2))> |
#<alt (* (pow a 2) (+ 14400 (* -7200 (/ (- x y) (* a (- z t))))))> |
#<alt (* (pow a 2) (+ 14400 (+ (* -7200 (/ (- x y) (* a (- z t)))) (* 3600 (/ (pow (- x y) 2) (* (pow a 2) (pow (- z t) 2)))))))> |
#<alt (* (pow a 2) (+ 14400 (+ (* -7200 (/ (- x y) (* a (- z t)))) (* 3600 (/ (pow (- x y) 2) (* (pow a 2) (pow (- z t) 2)))))))> |
#<alt (* 14400 (pow a 2))> |
#<alt (* (pow a 2) (+ 14400 (* -7200 (/ (- x y) (* a (- z t))))))> |
#<alt (* (pow a 2) (+ 14400 (* -1 (/ (+ (* -3600 (/ (pow (- x y) 2) (* a (pow (- z t) 2)))) (* 7200 (/ (- x y) (- z t)))) a))))> |
#<alt (* (pow a 2) (+ 14400 (* -1 (/ (+ (* -3600 (/ (pow (- x y) 2) (* a (pow (- z t) 2)))) (* 7200 (/ (- x y) (- z t)))) a))))> |
#<alt (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2)))> |
#<alt (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (+ (* 60 (* x (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))))) (* 14400 (pow a 2))))> |
#<alt (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (+ (* 14400 (pow a 2)) (* x (+ (* 60 (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2))))) (* 3600 (/ x (pow (- z t) 2)))))))> |
#<alt (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (+ (* 14400 (pow a 2)) (* x (+ (* 60 (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2))))) (* 3600 (/ x (pow (- z t) 2)))))))> |
#<alt (* 3600 (/ (pow x 2) (pow (- z t) 2)))> |
#<alt (* (pow x 2) (+ (* 60 (/ (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) x)) (* 3600 (/ 1 (pow (- z t) 2)))))> |
#<alt (* (pow x 2) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (* (pow x 2) (- z t)))) (+ (* 60 (/ (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) x)) (+ (* 14400 (/ (pow a 2) (pow x 2))) (* 3600 (/ 1 (pow (- z t) 2)))))))> |
#<alt (* (pow x 2) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (* (pow x 2) (- z t)))) (+ (* 60 (/ (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) x)) (+ (* 14400 (/ (pow a 2) (pow x 2))) (* 3600 (/ 1 (pow (- z t) 2)))))))> |
#<alt (* 3600 (/ (pow x 2) (pow (- z t) 2)))> |
#<alt (* (pow x 2) (+ (* 60 (/ (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) x)) (* 3600 (/ 1 (pow (- z t) 2)))))> |
#<alt (* (pow x 2) (+ (* -1 (/ (+ (* -60 (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2))))) (* -1 (/ (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) x))) x)) (* 3600 (/ 1 (pow (- z t) 2)))))> |
#<alt (* (pow x 2) (+ (* -1 (/ (+ (* -60 (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2))))) (* -1 (/ (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) x))) x)) (* 3600 (/ 1 (pow (- z t) 2)))))> |
#<alt (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2)))> |
#<alt (+ (* 60 (* y (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))))) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))))> |
#<alt (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (+ (* 14400 (pow a 2)) (* y (+ (* 60 (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t))))) (* 3600 (/ y (pow (- z t) 2)))))))> |
#<alt (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (+ (* 14400 (pow a 2)) (* y (+ (* 60 (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t))))) (* 3600 (/ y (pow (- z t) 2)))))))> |
#<alt (* 3600 (/ (pow y 2) (pow (- z t) 2)))> |
#<alt (* (pow y 2) (+ (* 60 (/ (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) y)) (* 3600 (/ 1 (pow (- z t) 2)))))> |
#<alt (* (pow y 2) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (* (pow y 2) (- z t)))) (+ (* 60 (/ (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) y)) (+ (* 14400 (/ (pow a 2) (pow y 2))) (* 3600 (/ 1 (pow (- z t) 2)))))))> |
#<alt (* (pow y 2) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (* (pow y 2) (- z t)))) (+ (* 60 (/ (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) y)) (+ (* 14400 (/ (pow a 2) (pow y 2))) (* 3600 (/ 1 (pow (- z t) 2)))))))> |
#<alt (* 3600 (/ (pow y 2) (pow (- z t) 2)))> |
#<alt (* (pow y 2) (+ (* -60 (/ (+ (* -120 (/ a (- z t))) (* 120 (/ x (pow (- z t) 2)))) y)) (* 3600 (/ 1 (pow (- z t) 2)))))> |
#<alt (* (pow y 2) (+ (* -1 (/ (+ (* -1 (/ (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) y)) (* 60 (+ (* -120 (/ a (- z t))) (* 120 (/ x (pow (- z t) 2)))))) y)) (* 3600 (/ 1 (pow (- z t) 2)))))> |
#<alt (* (pow y 2) (+ (* -1 (/ (+ (* -1 (/ (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) y)) (* 60 (+ (* -120 (/ a (- z t))) (* 120 (/ x (pow (- z t) 2)))))) y)) (* 3600 (/ 1 (pow (- z t) 2)))))> |
#<alt (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2)))> |
#<alt (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (+ (* 60 (* z (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2))))) (* 14400 (pow a 2))))> |
#<alt (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (+ (* 14400 (pow a 2)) (* z (+ (* 60 (* z (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* -1 (/ (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2))) t))))) (* 60 (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2))))))))> |
#<alt (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (+ (* 14400 (pow a 2)) (* z (+ (* 60 (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2)))) (* z (+ (* 60 (* z (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 3))) (* -1 (/ (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* -1 (/ (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2))) t))) t))))) (* 60 (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* -1 (/ (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2))) t))))))))))> |
#<alt (* 14400 (pow a 2))> |
#<alt (+ (* -7200 (/ (* a (- x y)) z)) (* 14400 (pow a 2)))> |
#<alt (+ (* -7200 (/ (* a (- x y)) z)) (+ (* 60 (/ (- (* 60 (pow (- x y) 2)) (* 120 (* a (* t (- x y))))) (pow z 2))) (* 14400 (pow a 2))))> |
#<alt (+ (* -7200 (/ (* a (- x y)) z)) (+ (* 60 (/ (- (* 60 (* t (pow (- x y) 2))) (* -1 (* t (- (* 60 (pow (- x y) 2)) (* 120 (* a (* t (- x y)))))))) (pow z 3))) (+ (* 60 (/ (- (* 60 (pow (- x y) 2)) (* 120 (* a (* t (- x y))))) (pow z 2))) (* 14400 (pow a 2)))))> |
#<alt (* 14400 (pow a 2))> |
#<alt (+ (* -7200 (/ (* a (- x y)) z)) (* 14400 (pow a 2)))> |
#<alt (+ (* -1 (/ (+ (* 60 (/ (- (* -60 (pow (- x y) 2)) (* -120 (* a (* t (- x y))))) z)) (* 7200 (* a (- x y)))) z)) (* 14400 (pow a 2)))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* -60 (- (* -60 (pow (- x y) 2)) (* -120 (* a (* t (- x y)))))) (* 60 (/ (- (* 60 (* t (pow (- x y) 2))) (* t (- (* -60 (pow (- x y) 2)) (* -120 (* a (* t (- x y))))))) z))) z)) (* 7200 (* a (- x y)))) z)) (* 14400 (pow a 2)))> |
#<alt (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2)))> |
#<alt (+ (* 60 (* t (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2)))))) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))))> |
#<alt (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (+ (* 14400 (pow a 2)) (* t (+ (* 60 (* t (- (* 60 (/ (pow (- x y) 2) (pow z 4))) (* -1 (/ (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2)))) z))))) (* 60 (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2)))))))))> |
#<alt (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (+ (* 14400 (pow a 2)) (* t (+ (* 60 (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2))))) (* t (+ (* 60 (* t (- (* 60 (/ (pow (- x y) 2) (pow z 5))) (* -1 (/ (- (* 60 (/ (pow (- x y) 2) (pow z 4))) (* -1 (/ (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2)))) z))) z))))) (* 60 (- (* 60 (/ (pow (- x y) 2) (pow z 4))) (* -1 (/ (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2)))) z))))))))))> |
#<alt (* 14400 (pow a 2))> |
#<alt (+ (* 7200 (/ (* a (- x y)) t)) (* 14400 (pow a 2)))> |
#<alt (+ (* 60 (/ (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))) (pow t 2))) (+ (* 7200 (/ (* a (- x y)) t)) (* 14400 (pow a 2))))> |
#<alt (+ (* 60 (/ (- (* 60 (* z (pow (- x y) 2))) (* -1 (* z (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y)))))))) (pow t 3))) (+ (* 60 (/ (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))) (pow t 2))) (+ (* 7200 (/ (* a (- x y)) t)) (* 14400 (pow a 2)))))> |
#<alt (* 14400 (pow a 2))> |
#<alt (+ (* 7200 (/ (* a (- x y)) t)) (* 14400 (pow a 2)))> |
#<alt (+ (* -1 (/ (+ (* -7200 (* a (- x y))) (* -60 (/ (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))) t))) t)) (* 14400 (pow a 2)))> |
#<alt (+ (* -1 (/ (+ (* -7200 (* a (- x y))) (* -1 (/ (+ (* -60 (/ (- (* -60 (* z (pow (- x y) 2))) (* z (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))))) t)) (* 60 (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))))) t))) t)) (* 14400 (pow a 2)))> |
198 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 25.0ms | x | @ | 0 | (* (/ (- x y) (- z t)) (/ (/ (- x y) (- z t)) (/ (- z t) (- x y)))) |
| 15.0ms | y | @ | 0 | (/ (+ (* 216000 (* (/ (- x y) (- z t)) (/ (/ (- x y) (- z t)) (/ (- z t) (- x y))))) (* (* a (* a a)) 1728000)) (+ (* a (* a 14400)) (/ (+ (/ (* 60 (- x y)) (- z t)) (* a -120)) (/ (- z t) (* 60 (- x y)))))) |
| 6.0ms | z | @ | -inf | (/ (+ (* 216000 (* (/ (- x y) (- z t)) (/ (/ (- x y) (- z t)) (/ (- z t) (- x y))))) (* (* a (* a a)) 1728000)) (+ (* a (* a 14400)) (/ (+ (/ (* 60 (- x y)) (- z t)) (* a -120)) (/ (- z t) (* 60 (- x y)))))) |
| 6.0ms | z | @ | 0 | (/ (+ (* 216000 (* (/ (- x y) (- z t)) (/ (/ (- x y) (- z t)) (/ (- z t) (- x y))))) (* (* a (* a a)) 1728000)) (+ (* a (* a 14400)) (/ (+ (/ (* 60 (- x y)) (- z t)) (* a -120)) (/ (- z t) (* 60 (- x y)))))) |
| 6.0ms | t | @ | inf | (/ (+ (/ (* 60 (- x y)) (- z t)) (* a -120)) (/ (- z t) (* 60 (- x y)))) |
| 1× | batch-egg-rewrite |
| 5 872× | *-lowering-*.f32 |
| 5 872× | *-lowering-*.f64 |
| 4 230× | accelerator-lowering-fma.f32 |
| 4 230× | accelerator-lowering-fma.f64 |
| 4 220× | /-lowering-/.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 43 | 280 |
| 1 | 255 | 224 |
| 2 | 2567 | 224 |
| 0 | 9073 | 214 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ (* (/ 60 (- z t)) (- x y)) (* a 120)) |
(* (/ 60 (- z t)) (- x y)) |
(/ 60 (- z t)) |
(- z t) |
(* 120 a) |
(+ (* 120 a) (* -60 (/ y (- z t)))) |
(* -60 (/ y (- z t))) |
(/ y (- z t)) |
(+ (/ 60 (/ (- z t) (- x y))) (* a 120)) |
(/ 60 (/ (- z t) (- x y))) |
(/ (- z t) (- x y)) |
(/ (+ (* 216000 (* (/ (- x y) (- z t)) (/ (/ (- x y) (- z t)) (/ (- z t) (- x y))))) (* (* a (* a a)) 1728000)) (+ (* a (* a 14400)) (/ (+ (/ (* 60 (- x y)) (- z t)) (* a -120)) (/ (- z t) (* 60 (- x y)))))) |
(+ (* 216000 (* (/ (- x y) (- z t)) (/ (/ (- x y) (- z t)) (/ (- z t) (- x y))))) (* (* a (* a a)) 1728000)) |
(* 216000 (* (/ (- x y) (- z t)) (/ (/ (- x y) (- z t)) (/ (- z t) (- x y))))) |
(* (/ (- x y) (- z t)) (/ (/ (- x y) (- z t)) (/ (- z t) (- x y)))) |
(* a 120) |
(/ (+ (/ (* 60 (- x y)) (- z t)) (* a -120)) (/ (- z t) (* 60 (- x y)))) |
(+ (* a (* a 14400)) (/ (+ (/ (* 60 (- x y)) (- z t)) (* a -120)) (/ (- z t) (* 60 (- x y))))) |
| Outputs |
|---|
(+.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64)))) |
(+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal 120 binary64))) |
(+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (neg.f64 (*.f64 a #s(literal -120 binary64)))) |
(+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 (neg.f64 a) #s(literal -120 binary64))) |
(-.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) |
(-.f64 (/.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64)))) (/.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))))) |
(fma.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) (-.f64 z t)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) (-.f64 z t)) (neg.f64 (*.f64 a #s(literal -120 binary64)))) |
(fma.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) (-.f64 z t)) (*.f64 (neg.f64 a) #s(literal -120 binary64))) |
(fma.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (-.f64 x y) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (-.f64 x y) (neg.f64 (*.f64 a #s(literal -120 binary64)))) |
(fma.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (-.f64 x y) (*.f64 (neg.f64 a) #s(literal -120 binary64))) |
(fma.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 x y)) #s(literal -1 binary64)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 x y)) #s(literal -1 binary64)) (neg.f64 (*.f64 a #s(literal -120 binary64)))) |
(fma.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 x y)) #s(literal -1 binary64)) (*.f64 (neg.f64 a) #s(literal -120 binary64))) |
(fma.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 z t)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 z t)) (neg.f64 (*.f64 a #s(literal -120 binary64)))) |
(fma.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 z t)) (*.f64 (neg.f64 a) #s(literal -120 binary64))) |
(fma.f64 a #s(literal 120 binary64) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64)))) |
(fma.f64 #s(literal 120 binary64) a (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64)))) |
(fma.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (neg.f64 (*.f64 a #s(literal -120 binary64)))) |
(fma.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (*.f64 (neg.f64 a) #s(literal -120 binary64))) |
(fma.f64 (/.f64 (-.f64 x y) (-.f64 z t)) #s(literal 60 binary64) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (-.f64 x y) (-.f64 z t)) #s(literal 60 binary64) (neg.f64 (*.f64 a #s(literal -120 binary64)))) |
(fma.f64 (/.f64 (-.f64 x y) (-.f64 z t)) #s(literal 60 binary64) (*.f64 (neg.f64 a) #s(literal -120 binary64))) |
(fma.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (/.f64 #s(literal 1 binary64) (-.f64 z t)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (/.f64 #s(literal 1 binary64) (-.f64 z t)) (neg.f64 (*.f64 a #s(literal -120 binary64)))) |
(fma.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (/.f64 #s(literal 1 binary64) (-.f64 z t)) (*.f64 (neg.f64 a) #s(literal -120 binary64))) |
(fma.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (neg.f64 (*.f64 a #s(literal -120 binary64)))) |
(fma.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (*.f64 (neg.f64 a) #s(literal -120 binary64))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (neg.f64 (*.f64 a #s(literal -120 binary64)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 (neg.f64 a) #s(literal -120 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) (*.f64 #s(literal 60 binary64) (-.f64 x y)) (neg.f64 (*.f64 a #s(literal -120 binary64)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 (neg.f64 a) #s(literal -120 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) (pow.f64 (/.f64 #s(literal 1/60 binary64) (-.f64 x y)) #s(literal -1 binary64)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) (pow.f64 (/.f64 #s(literal 1/60 binary64) (-.f64 x y)) #s(literal -1 binary64)) (neg.f64 (*.f64 a #s(literal -120 binary64)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) (pow.f64 (/.f64 #s(literal 1/60 binary64) (-.f64 x y)) #s(literal -1 binary64)) (*.f64 (neg.f64 a) #s(literal -120 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (*.f64 (-.f64 x y) #s(literal -60 binary64)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (*.f64 (-.f64 x y) #s(literal -60 binary64)) (neg.f64 (*.f64 a #s(literal -120 binary64)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (*.f64 (-.f64 x y) #s(literal -60 binary64)) (*.f64 (neg.f64 a) #s(literal -120 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 x y) #s(literal -60 binary64))) #s(literal -1 binary64)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 x y) #s(literal -60 binary64))) #s(literal -1 binary64)) (neg.f64 (*.f64 a #s(literal -120 binary64)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 x y) #s(literal -60 binary64))) #s(literal -1 binary64)) (*.f64 (neg.f64 a) #s(literal -120 binary64))) |
(fma.f64 (/.f64 #s(literal 60 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (-.f64 #s(literal 0 binary64) (-.f64 x y)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 #s(literal 60 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (-.f64 #s(literal 0 binary64) (-.f64 x y)) (neg.f64 (*.f64 a #s(literal -120 binary64)))) |
(fma.f64 (/.f64 #s(literal 60 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (-.f64 #s(literal 0 binary64) (-.f64 x y)) (*.f64 (neg.f64 a) #s(literal -120 binary64))) |
(fma.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))) (neg.f64 (*.f64 a #s(literal -120 binary64)))) |
(fma.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))) (*.f64 (neg.f64 a) #s(literal -120 binary64))) |
(fma.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z z) (*.f64 t t))) (+.f64 z t) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z z) (*.f64 t t))) (+.f64 z t) (neg.f64 (*.f64 a #s(literal -120 binary64)))) |
(fma.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z z) (*.f64 t t))) (+.f64 z t) (*.f64 (neg.f64 a) #s(literal -120 binary64))) |
(fma.f64 (pow.f64 (/.f64 #s(literal 1/60 binary64) (-.f64 x y)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 z t)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (pow.f64 (/.f64 #s(literal 1/60 binary64) (-.f64 x y)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 z t)) (neg.f64 (*.f64 a #s(literal -120 binary64)))) |
(fma.f64 (pow.f64 (/.f64 #s(literal 1/60 binary64) (-.f64 x y)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 z t)) (*.f64 (neg.f64 a) #s(literal -120 binary64))) |
(fma.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 x y) #s(literal -60 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 x y) #s(literal -60 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (neg.f64 (*.f64 a #s(literal -120 binary64)))) |
(fma.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 x y) #s(literal -60 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (*.f64 (neg.f64 a) #s(literal -120 binary64))) |
(fma.f64 (pow.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (pow.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) (neg.f64 (*.f64 a #s(literal -120 binary64)))) |
(fma.f64 (pow.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) (*.f64 (neg.f64 a) #s(literal -120 binary64))) |
(fma.f64 (pow.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 (*.f64 x x) (*.f64 y y))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x y)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (pow.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 (*.f64 x x) (*.f64 y y))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x y)) (neg.f64 (*.f64 a #s(literal -120 binary64)))) |
(fma.f64 (pow.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 (*.f64 x x) (*.f64 y y))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x y)) (*.f64 (neg.f64 a) #s(literal -120 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))))) (neg.f64 (+.f64 (*.f64 (*.f64 a #s(literal 120 binary64)) (-.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))))) (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64))))) |
(/.f64 (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) (+.f64 (*.f64 (*.f64 a #s(literal 120 binary64)) (-.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))))) (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)))) |
(/.f64 (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) (+.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (/.f64 (-.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 120 binary64)))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y))))) |
(/.f64 (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) (+.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (+.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 a #s(literal -120 binary64))) (/.f64 (-.f64 z t) (-.f64 x y)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 a #s(literal 120 binary64)) (-.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))))) (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64))) (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (-.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (*.f64 a (*.f64 a #s(literal 14400 binary64)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (*.f64 a (*.f64 a #s(literal 14400 binary64)))) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (*.f64 a (*.f64 a #s(literal 14400 binary64))))) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))))) |
(/.f64 (-.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64))) (-.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64)))) (*.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (*.f64 a (*.f64 a #s(literal 14400 binary64))))) (*.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (*.f64 a #s(literal 120 binary64)) (-.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))))) (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64))) (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (-.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (*.f64 a (*.f64 a #s(literal 14400 binary64))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 a #s(literal 120 binary64)) (-.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))))) (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64))))) |
(*.f64 (-.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (*.f64 a (*.f64 a #s(literal 14400 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))))) |
(+.f64 (*.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) x) (*.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (-.f64 #s(literal 0 binary64) y))) |
(+.f64 (*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t))) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 60 binary64) (-.f64 z t)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y))) #s(literal -1 binary64))) |
(fma.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) x (*.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (-.f64 #s(literal 0 binary64) y))) |
(fma.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t)) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 60 binary64) (-.f64 z t)))) |
(neg.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 #s(literal 0 binary64) (-.f64 z t)))) |
(neg.f64 (/.f64 #s(literal -60 binary64) (/.f64 (-.f64 z t) (-.f64 x y)))) |
(neg.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 z t))) |
(/.f64 #s(literal 60 binary64) (/.f64 (-.f64 z t) (-.f64 x y))) |
(/.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (/.f64 #s(literal 1 binary64) (-.f64 x y))) |
(/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) |
(/.f64 #s(literal -60 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)) (-.f64 x y))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) |
(/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 #s(literal 0 binary64) (-.f64 z t))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)) #s(literal 1 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) (/.f64 #s(literal 1/60 binary64) (-.f64 x y))) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 z t) (*.f64 (-.f64 x y) #s(literal -60 binary64)))) |
(/.f64 (*.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) #s(literal 1 binary64)) (-.f64 z t)) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))) (/.f64 (-.f64 z t) #s(literal 60 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 x x) (*.f64 y y)) #s(literal 1 binary64)) (*.f64 (+.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64)))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (*.f64 (-.f64 z t) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 (*.f64 x x) (*.f64 y y))) (*.f64 (-.f64 z t) (+.f64 x y))) |
(/.f64 (*.f64 #s(literal -60 binary64) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) |
(/.f64 (*.f64 #s(literal -60 binary64) (-.f64 (*.f64 x x) (*.f64 y y))) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)) (+.f64 x y))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (*.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 x x) (*.f64 y y))) (*.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (+.f64 x y))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) #s(literal 60 binary64)) (*.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))) (-.f64 z t))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) #s(literal -60 binary64)) (*.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))) (-.f64 #s(literal 0 binary64) (-.f64 z t)))) |
(/.f64 (*.f64 (-.f64 (*.f64 x x) (*.f64 y y)) #s(literal 60 binary64)) (*.f64 (+.f64 x y) (-.f64 z t))) |
(/.f64 (*.f64 (-.f64 (*.f64 x x) (*.f64 y y)) #s(literal -60 binary64)) (*.f64 (+.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 z t)))) |
(/.f64 (*.f64 (-.f64 x y) #s(literal 1 binary64)) (/.f64 (-.f64 z t) #s(literal 60 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 x y)) (/.f64 (-.f64 z t) #s(literal 60 binary64))) |
(/.f64 (neg.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)))) |
(/.f64 (*.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) |
(/.f64 (*.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (-.f64 (*.f64 x x) (*.f64 y y))) (+.f64 x y)) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 60 binary64) (-.f64 z t))) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) |
(/.f64 (*.f64 (-.f64 (*.f64 x x) (*.f64 y y)) (/.f64 #s(literal 60 binary64) (-.f64 z t))) (+.f64 x y)) |
(pow.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) (-.f64 z t))) |
(*.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (-.f64 x y)) |
(*.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 x y)) #s(literal -1 binary64))) |
(*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 z t))) |
(*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 z t)))) |
(*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) #s(literal 60 binary64)) |
(*.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (/.f64 #s(literal 1 binary64) (-.f64 z t))) |
(*.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) (*.f64 #s(literal 60 binary64) (-.f64 x y))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) (pow.f64 (/.f64 #s(literal 1/60 binary64) (-.f64 x y)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (*.f64 (-.f64 x y) #s(literal -60 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 x y) #s(literal -60 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 60 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (-.f64 #s(literal 0 binary64) (-.f64 x y))) |
(*.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))) |
(*.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z z) (*.f64 t t))) (+.f64 z t)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1/60 binary64) (-.f64 x y)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 z t))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 x y) #s(literal -60 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t)))) |
(*.f64 (pow.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) |
(*.f64 (pow.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 (*.f64 x x) (*.f64 y y))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x y))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -60 binary64) (-.f64 z t))) |
(/.f64 #s(literal 60 binary64) (-.f64 z t)) |
(/.f64 #s(literal 60 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)))) |
(/.f64 #s(literal -60 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 z t) #s(literal 60 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)))) |
(pow.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 60 binary64) (/.f64 #s(literal 1 binary64) (-.f64 z t))) |
(*.f64 #s(literal -60 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t)))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 60 binary64) (-.f64 z t))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) #s(literal 60 binary64)) |
(*.f64 (/.f64 #s(literal 60 binary64) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))) |
(*.f64 (/.f64 #s(literal 60 binary64) (-.f64 (*.f64 z z) (*.f64 t t))) (+.f64 z t)) |
(+.f64 z (-.f64 #s(literal 0 binary64) t)) |
(+.f64 (-.f64 #s(literal 0 binary64) t) z) |
(-.f64 z t) |
(-.f64 (/.f64 (*.f64 z (*.f64 z z)) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))) (/.f64 (*.f64 t (*.f64 t t)) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))))) |
(-.f64 (/.f64 (*.f64 z z) (+.f64 z t)) (/.f64 (*.f64 t t) (+.f64 z t))) |
(fma.f64 #s(literal -1 binary64) t z) |
(/.f64 (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t))) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))) |
(/.f64 (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t))) (+.f64 (*.f64 z z) (-.f64 (*.f64 t t) (*.f64 z (-.f64 #s(literal 0 binary64) t))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 z t) (-.f64 (*.f64 z z) (*.f64 t t)))) |
(/.f64 (-.f64 (*.f64 z z) (*.f64 t t)) (+.f64 z t)) |
(/.f64 (-.f64 (*.f64 z z) (*.f64 t t)) (-.f64 z (-.f64 #s(literal 0 binary64) t))) |
(/.f64 (neg.f64 (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (neg.f64 (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 z z) (*.f64 t t))) (neg.f64 (+.f64 z t))) |
(/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 z z)) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))) (*.f64 (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))) (*.f64 t (*.f64 t t)))) (*.f64 (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))))) |
(/.f64 (-.f64 (*.f64 (*.f64 z z) (+.f64 z t)) (*.f64 (+.f64 z t) (*.f64 t t))) (*.f64 (+.f64 z t) (+.f64 z t))) |
(pow.f64 (/.f64 (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 z t) (-.f64 (*.f64 z z) (*.f64 t t))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))))) |
(*.f64 (-.f64 (*.f64 z z) (*.f64 t t)) (/.f64 #s(literal 1 binary64) (+.f64 z t))) |
(*.f64 a #s(literal 120 binary64)) |
(*.f64 #s(literal 120 binary64) a) |
(+.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 #s(literal -60 binary64) (/.f64 (-.f64 z t) y))) |
(+.f64 (/.f64 #s(literal -60 binary64) (/.f64 (-.f64 z t) y)) (*.f64 a #s(literal 120 binary64))) |
(-.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 y (-.f64 z t))))) (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 y (-.f64 z t)) (/.f64 y (-.f64 z t)))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 y (-.f64 z t)))))) |
(fma.f64 y (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) #s(literal -60 binary64)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 a #s(literal 120 binary64) (/.f64 #s(literal -60 binary64) (/.f64 (-.f64 z t) y))) |
(fma.f64 #s(literal 120 binary64) a (/.f64 #s(literal -60 binary64) (/.f64 (-.f64 z t) y))) |
(fma.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 y (-.f64 z t)) #s(literal -60 binary64) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (*.f64 y #s(literal -60 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 z t)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (*.f64 y #s(literal -60 binary64)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (*.f64 y #s(literal -60 binary64)) (-.f64 (*.f64 z z) (*.f64 t t))) (+.f64 z t) (*.f64 a #s(literal 120 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))) (/.f64 (*.f64 (*.f64 y (*.f64 y y)) #s(literal -216000 binary64)) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (+.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (*.f64 (/.f64 #s(literal -60 binary64) (/.f64 (-.f64 z t) y)) (-.f64 (/.f64 #s(literal -60 binary64) (/.f64 (-.f64 z t) y)) (*.f64 a #s(literal 120 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))) (/.f64 (*.f64 (*.f64 y (*.f64 y y)) #s(literal -216000 binary64)) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (+.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 y (-.f64 z t)) (/.f64 y (-.f64 z t)))) (-.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (/.f64 (*.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 y #s(literal -60 binary64))) (-.f64 z t))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (*.f64 (/.f64 #s(literal -60 binary64) (/.f64 (-.f64 z t) y)) (-.f64 (/.f64 #s(literal -60 binary64) (/.f64 (-.f64 z t) y)) (*.f64 a #s(literal 120 binary64))))) (+.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))) (/.f64 (*.f64 (*.f64 y (*.f64 y y)) #s(literal -216000 binary64)) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 y (-.f64 z t)))) (-.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 y (-.f64 z t)) (/.f64 y (-.f64 z t))))))) |
(/.f64 (-.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 y (-.f64 z t)) (/.f64 y (-.f64 z t))))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 y (-.f64 z t))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))) (/.f64 (*.f64 (*.f64 y (*.f64 y y)) #s(literal -216000 binary64)) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) (neg.f64 (+.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (*.f64 (/.f64 #s(literal -60 binary64) (/.f64 (-.f64 z t) y)) (-.f64 (/.f64 #s(literal -60 binary64) (/.f64 (-.f64 z t) y)) (*.f64 a #s(literal 120 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 y (-.f64 z t)) (/.f64 y (-.f64 z t)))))) (neg.f64 (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 y (-.f64 z t)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 y (-.f64 z t)) (/.f64 y (-.f64 z t)))) (*.f64 a (*.f64 a #s(literal 14400 binary64)))) (-.f64 (/.f64 #s(literal -60 binary64) (/.f64 (-.f64 z t) y)) (*.f64 a #s(literal 120 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 y (-.f64 z t))))) (*.f64 (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 y (-.f64 z t)))) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 y (-.f64 z t)) (/.f64 y (-.f64 z t)))))) (*.f64 (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 y (-.f64 z t)))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 y (-.f64 z t)))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (*.f64 (/.f64 #s(literal -60 binary64) (/.f64 (-.f64 z t) y)) (-.f64 (/.f64 #s(literal -60 binary64) (/.f64 (-.f64 z t) y)) (*.f64 a #s(literal 120 binary64))))) (+.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))) (/.f64 (*.f64 (*.f64 y (*.f64 y y)) #s(literal -216000 binary64)) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 y (-.f64 z t)))) (-.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 y (-.f64 z t)) (/.f64 y (-.f64 z t)))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))) (/.f64 (*.f64 (*.f64 y (*.f64 y y)) #s(literal -216000 binary64)) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (*.f64 (/.f64 #s(literal -60 binary64) (/.f64 (-.f64 z t) y)) (-.f64 (/.f64 #s(literal -60 binary64) (/.f64 (-.f64 z t) y)) (*.f64 a #s(literal 120 binary64))))))) |
(*.f64 (-.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 y (-.f64 z t)) (/.f64 y (-.f64 z t))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 y (-.f64 z t)))))) |
(/.f64 #s(literal -60 binary64) (/.f64 (-.f64 z t) y)) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 z t) (*.f64 y #s(literal -60 binary64)))) |
(/.f64 (*.f64 y #s(literal -60 binary64)) (-.f64 z t)) |
(/.f64 (neg.f64 (*.f64 y #s(literal -60 binary64))) (-.f64 #s(literal 0 binary64) (-.f64 z t))) |
(/.f64 (*.f64 #s(literal -60 binary64) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) (-.f64 z t))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -60 binary64)) (-.f64 #s(literal 0 binary64) (-.f64 z t))) |
(pow.f64 (/.f64 (-.f64 z t) (*.f64 y #s(literal -60 binary64))) #s(literal -1 binary64)) |
(*.f64 y (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) #s(literal -60 binary64))) |
(*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) |
(*.f64 (/.f64 y (-.f64 z t)) #s(literal -60 binary64)) |
(*.f64 (*.f64 y #s(literal -60 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 z t))) |
(*.f64 (/.f64 (*.f64 y #s(literal -60 binary64)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))) |
(*.f64 (/.f64 (*.f64 y #s(literal -60 binary64)) (-.f64 (*.f64 z z) (*.f64 t t))) (+.f64 z t)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (-.f64 z t) y)) #s(literal -1 binary64))) |
(neg.f64 (/.f64 y (-.f64 #s(literal 0 binary64) (-.f64 z t)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 z t))) |
(/.f64 y (-.f64 z t)) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) (-.f64 z t))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 z t) y)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 z t) y) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 z t) y))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) y)) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)))) |
(/.f64 (*.f64 y #s(literal 1 binary64)) (-.f64 z t)) |
(pow.f64 (/.f64 (-.f64 z t) y) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (-.f64 z t) y) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 y (/.f64 #s(literal 1 binary64) (-.f64 z t))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t)))) |
(*.f64 #s(literal 1 binary64) (/.f64 y (-.f64 z t))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) y) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) (pow.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64))) |
(*.f64 (/.f64 y (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))) |
(*.f64 (/.f64 y (-.f64 (*.f64 z z) (*.f64 t t))) (+.f64 z t)) |
(+.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64)))) |
(+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal 120 binary64))) |
(+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (neg.f64 (*.f64 a #s(literal -120 binary64)))) |
(+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 (neg.f64 a) #s(literal -120 binary64))) |
(-.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) |
(-.f64 (/.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64)))) (/.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))))) |
(fma.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) (-.f64 z t)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) (-.f64 z t)) (neg.f64 (*.f64 a #s(literal -120 binary64)))) |
(fma.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) (-.f64 z t)) (*.f64 (neg.f64 a) #s(literal -120 binary64))) |
(fma.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (-.f64 x y) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (-.f64 x y) (neg.f64 (*.f64 a #s(literal -120 binary64)))) |
(fma.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (-.f64 x y) (*.f64 (neg.f64 a) #s(literal -120 binary64))) |
(fma.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 x y)) #s(literal -1 binary64)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 x y)) #s(literal -1 binary64)) (neg.f64 (*.f64 a #s(literal -120 binary64)))) |
(fma.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 x y)) #s(literal -1 binary64)) (*.f64 (neg.f64 a) #s(literal -120 binary64))) |
(fma.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 z t)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 z t)) (neg.f64 (*.f64 a #s(literal -120 binary64)))) |
(fma.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 z t)) (*.f64 (neg.f64 a) #s(literal -120 binary64))) |
(fma.f64 a #s(literal 120 binary64) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64)))) |
(fma.f64 #s(literal 120 binary64) a (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64)))) |
(fma.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (neg.f64 (*.f64 a #s(literal -120 binary64)))) |
(fma.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (*.f64 (neg.f64 a) #s(literal -120 binary64))) |
(fma.f64 (/.f64 (-.f64 x y) (-.f64 z t)) #s(literal 60 binary64) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (-.f64 x y) (-.f64 z t)) #s(literal 60 binary64) (neg.f64 (*.f64 a #s(literal -120 binary64)))) |
(fma.f64 (/.f64 (-.f64 x y) (-.f64 z t)) #s(literal 60 binary64) (*.f64 (neg.f64 a) #s(literal -120 binary64))) |
(fma.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (/.f64 #s(literal 1 binary64) (-.f64 z t)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (/.f64 #s(literal 1 binary64) (-.f64 z t)) (neg.f64 (*.f64 a #s(literal -120 binary64)))) |
(fma.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (/.f64 #s(literal 1 binary64) (-.f64 z t)) (*.f64 (neg.f64 a) #s(literal -120 binary64))) |
(fma.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (neg.f64 (*.f64 a #s(literal -120 binary64)))) |
(fma.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (*.f64 (neg.f64 a) #s(literal -120 binary64))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (neg.f64 (*.f64 a #s(literal -120 binary64)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 (neg.f64 a) #s(literal -120 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) (*.f64 #s(literal 60 binary64) (-.f64 x y)) (neg.f64 (*.f64 a #s(literal -120 binary64)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 (neg.f64 a) #s(literal -120 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) (pow.f64 (/.f64 #s(literal 1/60 binary64) (-.f64 x y)) #s(literal -1 binary64)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) (pow.f64 (/.f64 #s(literal 1/60 binary64) (-.f64 x y)) #s(literal -1 binary64)) (neg.f64 (*.f64 a #s(literal -120 binary64)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) (pow.f64 (/.f64 #s(literal 1/60 binary64) (-.f64 x y)) #s(literal -1 binary64)) (*.f64 (neg.f64 a) #s(literal -120 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (*.f64 (-.f64 x y) #s(literal -60 binary64)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (*.f64 (-.f64 x y) #s(literal -60 binary64)) (neg.f64 (*.f64 a #s(literal -120 binary64)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (*.f64 (-.f64 x y) #s(literal -60 binary64)) (*.f64 (neg.f64 a) #s(literal -120 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 x y) #s(literal -60 binary64))) #s(literal -1 binary64)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 x y) #s(literal -60 binary64))) #s(literal -1 binary64)) (neg.f64 (*.f64 a #s(literal -120 binary64)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 x y) #s(literal -60 binary64))) #s(literal -1 binary64)) (*.f64 (neg.f64 a) #s(literal -120 binary64))) |
(fma.f64 (/.f64 #s(literal 60 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (-.f64 #s(literal 0 binary64) (-.f64 x y)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 #s(literal 60 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (-.f64 #s(literal 0 binary64) (-.f64 x y)) (neg.f64 (*.f64 a #s(literal -120 binary64)))) |
(fma.f64 (/.f64 #s(literal 60 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (-.f64 #s(literal 0 binary64) (-.f64 x y)) (*.f64 (neg.f64 a) #s(literal -120 binary64))) |
(fma.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))) (neg.f64 (*.f64 a #s(literal -120 binary64)))) |
(fma.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))) (*.f64 (neg.f64 a) #s(literal -120 binary64))) |
(fma.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z z) (*.f64 t t))) (+.f64 z t) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z z) (*.f64 t t))) (+.f64 z t) (neg.f64 (*.f64 a #s(literal -120 binary64)))) |
(fma.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z z) (*.f64 t t))) (+.f64 z t) (*.f64 (neg.f64 a) #s(literal -120 binary64))) |
(fma.f64 (pow.f64 (/.f64 #s(literal 1/60 binary64) (-.f64 x y)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 z t)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (pow.f64 (/.f64 #s(literal 1/60 binary64) (-.f64 x y)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 z t)) (neg.f64 (*.f64 a #s(literal -120 binary64)))) |
(fma.f64 (pow.f64 (/.f64 #s(literal 1/60 binary64) (-.f64 x y)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 z t)) (*.f64 (neg.f64 a) #s(literal -120 binary64))) |
(fma.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 x y) #s(literal -60 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 x y) #s(literal -60 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (neg.f64 (*.f64 a #s(literal -120 binary64)))) |
(fma.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 x y) #s(literal -60 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (*.f64 (neg.f64 a) #s(literal -120 binary64))) |
(fma.f64 (pow.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (pow.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) (neg.f64 (*.f64 a #s(literal -120 binary64)))) |
(fma.f64 (pow.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) (*.f64 (neg.f64 a) #s(literal -120 binary64))) |
(fma.f64 (pow.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 (*.f64 x x) (*.f64 y y))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x y)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (pow.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 (*.f64 x x) (*.f64 y y))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x y)) (neg.f64 (*.f64 a #s(literal -120 binary64)))) |
(fma.f64 (pow.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 (*.f64 x x) (*.f64 y y))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x y)) (*.f64 (neg.f64 a) #s(literal -120 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))))) (neg.f64 (+.f64 (*.f64 (*.f64 a #s(literal 120 binary64)) (-.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))))) (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64))))) |
(/.f64 (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) (+.f64 (*.f64 (*.f64 a #s(literal 120 binary64)) (-.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))))) (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)))) |
(/.f64 (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) (+.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (/.f64 (-.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 120 binary64)))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y))))) |
(/.f64 (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) (+.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (+.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 a #s(literal -120 binary64))) (/.f64 (-.f64 z t) (-.f64 x y)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 a #s(literal 120 binary64)) (-.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))))) (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64))) (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (-.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (*.f64 a (*.f64 a #s(literal 14400 binary64)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (*.f64 a (*.f64 a #s(literal 14400 binary64)))) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (*.f64 a (*.f64 a #s(literal 14400 binary64))))) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))))) |
(/.f64 (-.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64))) (-.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64)))) (*.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (*.f64 a (*.f64 a #s(literal 14400 binary64))))) (*.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (*.f64 a #s(literal 120 binary64)) (-.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))))) (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64))) (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (-.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (*.f64 a (*.f64 a #s(literal 14400 binary64))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 a #s(literal 120 binary64)) (-.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))))) (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64))))) |
(*.f64 (-.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (*.f64 a (*.f64 a #s(literal 14400 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))))) |
(+.f64 (*.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) x) (*.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (-.f64 #s(literal 0 binary64) y))) |
(+.f64 (*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t))) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 60 binary64) (-.f64 z t)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y))) #s(literal -1 binary64))) |
(fma.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) x (*.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (-.f64 #s(literal 0 binary64) y))) |
(fma.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t)) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 60 binary64) (-.f64 z t)))) |
(neg.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 #s(literal 0 binary64) (-.f64 z t)))) |
(neg.f64 (/.f64 #s(literal -60 binary64) (/.f64 (-.f64 z t) (-.f64 x y)))) |
(neg.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 z t))) |
(/.f64 #s(literal 60 binary64) (/.f64 (-.f64 z t) (-.f64 x y))) |
(/.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (/.f64 #s(literal 1 binary64) (-.f64 x y))) |
(/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) |
(/.f64 #s(literal -60 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)) (-.f64 x y))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) |
(/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 #s(literal 0 binary64) (-.f64 z t))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)) #s(literal 1 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) (/.f64 #s(literal 1/60 binary64) (-.f64 x y))) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 z t) (*.f64 (-.f64 x y) #s(literal -60 binary64)))) |
(/.f64 (*.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) #s(literal 1 binary64)) (-.f64 z t)) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))) (/.f64 (-.f64 z t) #s(literal 60 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 x x) (*.f64 y y)) #s(literal 1 binary64)) (*.f64 (+.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64)))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (*.f64 (-.f64 z t) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 (*.f64 x x) (*.f64 y y))) (*.f64 (-.f64 z t) (+.f64 x y))) |
(/.f64 (*.f64 #s(literal -60 binary64) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) |
(/.f64 (*.f64 #s(literal -60 binary64) (-.f64 (*.f64 x x) (*.f64 y y))) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)) (+.f64 x y))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (*.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 x x) (*.f64 y y))) (*.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (+.f64 x y))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) #s(literal 60 binary64)) (*.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))) (-.f64 z t))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) #s(literal -60 binary64)) (*.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))) (-.f64 #s(literal 0 binary64) (-.f64 z t)))) |
(/.f64 (*.f64 (-.f64 (*.f64 x x) (*.f64 y y)) #s(literal 60 binary64)) (*.f64 (+.f64 x y) (-.f64 z t))) |
(/.f64 (*.f64 (-.f64 (*.f64 x x) (*.f64 y y)) #s(literal -60 binary64)) (*.f64 (+.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 z t)))) |
(/.f64 (*.f64 (-.f64 x y) #s(literal 1 binary64)) (/.f64 (-.f64 z t) #s(literal 60 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 x y)) (/.f64 (-.f64 z t) #s(literal 60 binary64))) |
(/.f64 (neg.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)))) |
(/.f64 (*.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) |
(/.f64 (*.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (-.f64 (*.f64 x x) (*.f64 y y))) (+.f64 x y)) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 60 binary64) (-.f64 z t))) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) |
(/.f64 (*.f64 (-.f64 (*.f64 x x) (*.f64 y y)) (/.f64 #s(literal 60 binary64) (-.f64 z t))) (+.f64 x y)) |
(pow.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) (-.f64 z t))) |
(*.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (-.f64 x y)) |
(*.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 x y)) #s(literal -1 binary64))) |
(*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 z t))) |
(*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 z t)))) |
(*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) #s(literal 60 binary64)) |
(*.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (/.f64 #s(literal 1 binary64) (-.f64 z t))) |
(*.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) (*.f64 #s(literal 60 binary64) (-.f64 x y))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) (pow.f64 (/.f64 #s(literal 1/60 binary64) (-.f64 x y)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (*.f64 (-.f64 x y) #s(literal -60 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 x y) #s(literal -60 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 60 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (-.f64 #s(literal 0 binary64) (-.f64 x y))) |
(*.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))) |
(*.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z z) (*.f64 t t))) (+.f64 z t)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1/60 binary64) (-.f64 x y)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 z t))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 x y) #s(literal -60 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t)))) |
(*.f64 (pow.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) |
(*.f64 (pow.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 (*.f64 x x) (*.f64 y y))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x y))) |
(+.f64 (/.f64 z (-.f64 x y)) (neg.f64 (/.f64 t (-.f64 x y)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (-.f64 x y) (-.f64 z t))) #s(literal -1 binary64))) |
(-.f64 (/.f64 z (-.f64 x y)) (/.f64 t (-.f64 x y))) |
(fma.f64 z (/.f64 #s(literal 1 binary64) (-.f64 x y)) (neg.f64 (/.f64 t (-.f64 x y)))) |
(fma.f64 (/.f64 z (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))) (neg.f64 (/.f64 t (-.f64 x y)))) |
(fma.f64 (/.f64 z (-.f64 (*.f64 x x) (*.f64 y y))) (+.f64 x y) (neg.f64 (/.f64 t (-.f64 x y)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)) (-.f64 x y))) |
(/.f64 (-.f64 z t) (-.f64 x y)) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)) (-.f64 #s(literal 0 binary64) (-.f64 x y))) |
(/.f64 (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t))) (*.f64 (-.f64 x y) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 x y) (-.f64 z t))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) #s(literal 1 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x y)) (/.f64 #s(literal 1 binary64) (-.f64 z t))) |
(/.f64 (-.f64 (*.f64 z z) (*.f64 t t)) (*.f64 (-.f64 x y) (+.f64 z t))) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 z t)))) |
(/.f64 (*.f64 (-.f64 z t) #s(literal 1 binary64)) (-.f64 x y)) |
(/.f64 (-.f64 (*.f64 z (-.f64 x y)) (*.f64 (-.f64 x y) t)) (*.f64 (-.f64 x y) (-.f64 x y))) |
(/.f64 (*.f64 (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))) (-.f64 x y))) |
(/.f64 (*.f64 (-.f64 (*.f64 z z) (*.f64 t t)) #s(literal 1 binary64)) (*.f64 (+.f64 z t) (-.f64 x y))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t))) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)))) |
(/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 z z)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 (/.f64 t (-.f64 x y)) (*.f64 (/.f64 t (-.f64 x y)) (/.f64 t (-.f64 x y))))) (+.f64 (*.f64 (/.f64 z (-.f64 x y)) (/.f64 z (-.f64 x y))) (+.f64 (*.f64 (/.f64 t (-.f64 x y)) (/.f64 t (-.f64 x y))) (*.f64 (/.f64 z (-.f64 x y)) (/.f64 t (-.f64 x y)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 z (-.f64 x y)) (/.f64 z (-.f64 x y))) (*.f64 (/.f64 t (-.f64 x y)) (/.f64 t (-.f64 x y)))) (+.f64 (/.f64 z (-.f64 x y)) (/.f64 t (-.f64 x y)))) |
(/.f64 (*.f64 (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t))) (/.f64 #s(literal 1 binary64) (-.f64 x y))) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))) |
(/.f64 (*.f64 (-.f64 (*.f64 z z) (*.f64 t t)) (/.f64 #s(literal 1 binary64) (-.f64 x y))) (+.f64 z t)) |
(/.f64 (-.f64 (neg.f64 z) (-.f64 #s(literal 0 binary64) t)) (-.f64 #s(literal 0 binary64) (-.f64 x y))) |
(/.f64 (-.f64 (*.f64 z (/.f64 (-.f64 x y) t)) (*.f64 (-.f64 x y) #s(literal 1 binary64))) (*.f64 (-.f64 x y) (/.f64 (-.f64 x y) t))) |
(/.f64 (-.f64 (*.f64 z (-.f64 #s(literal 0 binary64) (-.f64 x y))) (*.f64 (-.f64 x y) (-.f64 #s(literal 0 binary64) t))) (*.f64 (-.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 x y)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 x y)) (*.f64 (/.f64 (-.f64 x y) z) t)) (*.f64 (/.f64 (-.f64 x y) z) (-.f64 x y))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 x y) t)) (*.f64 (/.f64 (-.f64 x y) z) #s(literal 1 binary64))) (*.f64 (/.f64 (-.f64 x y) z) (/.f64 (-.f64 x y) t))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 x y))) (*.f64 (/.f64 (-.f64 x y) z) (-.f64 #s(literal 0 binary64) t))) (*.f64 (/.f64 (-.f64 x y) z) (-.f64 #s(literal 0 binary64) (-.f64 x y)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 z) (-.f64 x y)) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) t)) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) (-.f64 x y))) |
(/.f64 (-.f64 (*.f64 (neg.f64 z) (/.f64 (-.f64 x y) t)) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) (/.f64 (-.f64 x y) t))) |
(/.f64 (-.f64 (*.f64 (neg.f64 z) (-.f64 #s(literal 0 binary64) (-.f64 x y))) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) (-.f64 #s(literal 0 binary64) t))) (*.f64 (-.f64 x y) (-.f64 x y))) |
(pow.f64 (/.f64 (-.f64 z t) (-.f64 x y)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (-.f64 x y) (-.f64 z t)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 (-.f64 z t) (/.f64 #s(literal 1 binary64) (-.f64 x y))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 x y)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 z t) (-.f64 x y))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 x y)) (-.f64 z t)) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 x y)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 x y))) (-.f64 #s(literal 0 binary64) (-.f64 z t))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 x y))) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (-.f64 z t) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) |
(*.f64 (/.f64 (-.f64 z t) (-.f64 (*.f64 x x) (*.f64 y y))) (+.f64 x y)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 x y))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 x y)))) |
(*.f64 (pow.f64 (/.f64 (-.f64 x y) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))))) |
(*.f64 (pow.f64 (/.f64 (-.f64 x y) (-.f64 (*.f64 z z) (*.f64 t t))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 z t))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y))) (*.f64 a (*.f64 a #s(literal 14400 binary64)))) (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y))) (*.f64 a (*.f64 a #s(literal 14400 binary64))))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))))) (+.f64 (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y))) (*.f64 a (*.f64 a #s(literal 14400 binary64)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))))) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y))) (*.f64 a (*.f64 a #s(literal 14400 binary64)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 10077696000000000 binary64) (/.f64 (*.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) (/.f64 (/.f64 (-.f64 z t) (-.f64 x y)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t))))))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal 5159780352000000000 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 a (*.f64 a a)))))) (*.f64 (+.f64 (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y))) (*.f64 a (*.f64 a #s(literal 14400 binary64)))) (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) #s(literal 46656000000 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))) (-.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))) (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))))))) |
(/.f64 (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) (+.f64 (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y))) (*.f64 a (*.f64 a #s(literal 14400 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y))) (*.f64 a (*.f64 a #s(literal 14400 binary64)))) (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y))) (*.f64 a (*.f64 a #s(literal 14400 binary64)))) (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))))) #s(literal 1 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) #s(literal 46656000000 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 2985984000000 binary64)))) (*.f64 (+.f64 (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y))) (*.f64 a (*.f64 a #s(literal 14400 binary64)))) (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y))) (*.f64 a (*.f64 a #s(literal 14400 binary64)))) (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))))))) |
(/.f64 (*.f64 (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) #s(literal 1 binary64)) (+.f64 (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y))) (*.f64 a (*.f64 a #s(literal 14400 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal 10077696000000000 binary64) (/.f64 (*.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) (/.f64 (/.f64 (-.f64 z t) (-.f64 x y)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t))))))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal 5159780352000000000 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 a (*.f64 a a)))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) #s(literal 46656000000 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))) (-.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))) (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))))) (+.f64 (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y))) (*.f64 a (*.f64 a #s(literal 14400 binary64)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) #s(literal 46656000000 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 2985984000000 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) (+.f64 (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y))) (*.f64 a (*.f64 a #s(literal 14400 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y))) (*.f64 a (*.f64 a #s(literal 14400 binary64))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal 10077696000000000 binary64) (/.f64 (*.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) (/.f64 (/.f64 (-.f64 z t) (-.f64 x y)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t))))))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal 5159780352000000000 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 a (*.f64 a a)))))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y))) (*.f64 a (*.f64 a #s(literal 14400 binary64)))))) (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) #s(literal 46656000000 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))) (-.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))) (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) #s(literal 46656000000 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 2985984000000 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y))) (*.f64 a (*.f64 a #s(literal 14400 binary64)))))) (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))))) |
(pow.f64 (/.f64 (+.f64 (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y))) (*.f64 a (*.f64 a #s(literal 14400 binary64)))) (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (+.f64 (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y))) (*.f64 a (*.f64 a #s(literal 14400 binary64)))) (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y))) (*.f64 a (*.f64 a #s(literal 14400 binary64))))))) |
(*.f64 (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y))) (*.f64 a (*.f64 a #s(literal 14400 binary64)))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) (+.f64 (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y))) (*.f64 a (*.f64 a #s(literal 14400 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y))) (*.f64 a (*.f64 a #s(literal 14400 binary64))))) (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y))) (*.f64 a (*.f64 a #s(literal 14400 binary64))))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 2985984000000 binary64))) (/.f64 (*.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (*.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))))) (/.f64 #s(literal 1/216000 binary64) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))))))) (+.f64 (*.f64 #s(literal 207360000 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (-.f64 (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y))) (*.f64 a (*.f64 a #s(literal 14400 binary64)))) (/.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))))))) |
(*.f64 (/.f64 (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) (-.f64 (*.f64 #s(literal 207360000 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (*.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))))))) (-.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y))))) |
(*.f64 (pow.f64 (/.f64 (+.f64 (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y))) (*.f64 a (*.f64 a #s(literal 14400 binary64)))) (+.f64 (*.f64 #s(literal 10077696000000000 binary64) (/.f64 (*.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) (/.f64 (/.f64 (-.f64 z t) (-.f64 x y)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t))))))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal 5159780352000000000 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 a (*.f64 a a))))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) #s(literal 46656000000 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))) (-.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))) (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))))))) |
(*.f64 (pow.f64 (/.f64 (+.f64 (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y))) (*.f64 a (*.f64 a #s(literal 14400 binary64)))) (-.f64 (*.f64 (*.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) #s(literal 46656000000 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 2985984000000 binary64))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))))) |
(+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) |
(+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (neg.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))))) |
(+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (neg.f64 a) (*.f64 a (*.f64 a #s(literal 1728000 binary64))))) |
(+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (neg.f64 (*.f64 a (*.f64 a a))) #s(literal 1728000 binary64))) |
(+.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))) (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) |
(-.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) |
(-.f64 (/.f64 (*.f64 (*.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) #s(literal 46656000000 binary64)) (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))))) (/.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 2985984000000 binary64))) (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))))) |
(fma.f64 a (*.f64 a (*.f64 a #s(literal 1728000 binary64))) (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) |
(fma.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 a (*.f64 a #s(literal 14400 binary64))) (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) |
(fma.f64 #s(literal 216000 binary64) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) |
(fma.f64 #s(literal 216000 binary64) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (neg.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))))) |
(fma.f64 #s(literal 216000 binary64) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (neg.f64 a) (*.f64 a (*.f64 a #s(literal 1728000 binary64))))) |
(fma.f64 #s(literal 216000 binary64) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (neg.f64 (*.f64 a (*.f64 a a))) #s(literal 1728000 binary64))) |
(fma.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 216000 binary64)) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) |
(fma.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 216000 binary64)) (neg.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))))) |
(fma.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 216000 binary64)) (*.f64 (neg.f64 a) (*.f64 a (*.f64 a #s(literal 1728000 binary64))))) |
(fma.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 216000 binary64)) (*.f64 (neg.f64 (*.f64 a (*.f64 a a))) #s(literal 1728000 binary64))) |
(fma.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) |
(fma.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (neg.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))))) |
(fma.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 (neg.f64 a) (*.f64 a (*.f64 a #s(literal 1728000 binary64))))) |
(fma.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 (neg.f64 (*.f64 a (*.f64 a a))) #s(literal 1728000 binary64))) |
(fma.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) #s(literal 216000 binary64) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) |
(fma.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) #s(literal 216000 binary64) (neg.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))))) |
(fma.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) #s(literal 216000 binary64) (*.f64 (neg.f64 a) (*.f64 a (*.f64 a #s(literal 1728000 binary64))))) |
(fma.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) #s(literal 216000 binary64) (*.f64 (neg.f64 (*.f64 a (*.f64 a a))) #s(literal 1728000 binary64))) |
(fma.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)) (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) |
(fma.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64) (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) |
(fma.f64 (*.f64 a (*.f64 a a)) #s(literal -1728000 binary64) (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) |
(fma.f64 (*.f64 a (*.f64 a a)) (pow.f64 #s(literal 14400 binary64) #s(literal 3/2 binary64)) (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) |
(fma.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a)) (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) |
(fma.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) |
(fma.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (neg.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))))) |
(fma.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (*.f64 (neg.f64 a) (*.f64 a (*.f64 a #s(literal 1728000 binary64))))) |
(fma.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (*.f64 (neg.f64 (*.f64 a (*.f64 a a))) #s(literal 1728000 binary64))) |
(fma.f64 (*.f64 a #s(literal -120 binary64)) (*.f64 a (*.f64 a #s(literal 14400 binary64))) (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) |
(fma.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (*.f64 a #s(literal 120 binary64)) (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) |
(fma.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (*.f64 a #s(literal -120 binary64)) (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) |
(fma.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) |
(fma.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (neg.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))))) |
(fma.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 (neg.f64 a) (*.f64 a (*.f64 a #s(literal 1728000 binary64))))) |
(fma.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 (neg.f64 (*.f64 a (*.f64 a a))) #s(literal 1728000 binary64))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (neg.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (neg.f64 a) (*.f64 a (*.f64 a #s(literal 1728000 binary64))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (neg.f64 (*.f64 a (*.f64 a a))) #s(literal 1728000 binary64))) |
(fma.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) |
(fma.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) (neg.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))))) |
(fma.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) (*.f64 (neg.f64 a) (*.f64 a (*.f64 a #s(literal 1728000 binary64))))) |
(fma.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) (*.f64 (neg.f64 (*.f64 a (*.f64 a a))) #s(literal 1728000 binary64))) |
(fma.f64 (*.f64 a (*.f64 a #s(literal 1728000 binary64))) a (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) |
(fma.f64 (/.f64 #s(literal 216000 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) |
(fma.f64 (/.f64 #s(literal 216000 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (neg.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))))) |
(fma.f64 (/.f64 #s(literal 216000 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (neg.f64 a) (*.f64 a (*.f64 a #s(literal 1728000 binary64))))) |
(fma.f64 (/.f64 #s(literal 216000 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (neg.f64 (*.f64 a (*.f64 a a))) #s(literal 1728000 binary64))) |
(fma.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (/.f64 #s(literal 216000 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) |
(fma.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (/.f64 #s(literal 216000 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (neg.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))))) |
(fma.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (/.f64 #s(literal 216000 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 (neg.f64 a) (*.f64 a (*.f64 a #s(literal 1728000 binary64))))) |
(fma.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (/.f64 #s(literal 216000 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 (neg.f64 (*.f64 a (*.f64 a a))) #s(literal 1728000 binary64))) |
(fma.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) |
(fma.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (neg.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))))) |
(fma.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 (neg.f64 a) (*.f64 a (*.f64 a #s(literal 1728000 binary64))))) |
(fma.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 (neg.f64 (*.f64 a (*.f64 a a))) #s(literal 1728000 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 #s(literal 216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 #s(literal 216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (neg.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 #s(literal 216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 (neg.f64 a) (*.f64 a (*.f64 a #s(literal 1728000 binary64))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 #s(literal 216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 (neg.f64 (*.f64 a (*.f64 a a))) #s(literal 1728000 binary64))) |
(fma.f64 #s(literal -216000 binary64) (pow.f64 (/.f64 (-.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 z t))) #s(literal 3 binary64)) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) |
(fma.f64 #s(literal -216000 binary64) (pow.f64 (/.f64 (-.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 z t))) #s(literal 3 binary64)) (neg.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))))) |
(fma.f64 #s(literal -216000 binary64) (pow.f64 (/.f64 (-.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 z t))) #s(literal 3 binary64)) (*.f64 (neg.f64 a) (*.f64 a (*.f64 a #s(literal 1728000 binary64))))) |
(fma.f64 #s(literal -216000 binary64) (pow.f64 (/.f64 (-.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 z t))) #s(literal 3 binary64)) (*.f64 (neg.f64 (*.f64 a (*.f64 a a))) #s(literal 1728000 binary64))) |
(fma.f64 #s(literal -1728000 binary64) (*.f64 a (*.f64 a a)) (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) |
(fma.f64 (*.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) #s(literal -216000 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) #s(literal 3 binary64)) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) |
(fma.f64 (*.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) #s(literal -216000 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) #s(literal 3 binary64)) (neg.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))))) |
(fma.f64 (*.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) #s(literal -216000 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) #s(literal 3 binary64)) (*.f64 (neg.f64 a) (*.f64 a (*.f64 a #s(literal 1728000 binary64))))) |
(fma.f64 (*.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) #s(literal -216000 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) #s(literal 3 binary64)) (*.f64 (neg.f64 (*.f64 a (*.f64 a a))) #s(literal 1728000 binary64))) |
(fma.f64 (pow.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) #s(literal 3/2 binary64)) (pow.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) #s(literal 3/2 binary64)) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) |
(fma.f64 (pow.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) #s(literal 3/2 binary64)) (pow.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) #s(literal 3/2 binary64)) (neg.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))))) |
(fma.f64 (pow.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) #s(literal 3/2 binary64)) (pow.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) #s(literal 3/2 binary64)) (*.f64 (neg.f64 a) (*.f64 a (*.f64 a #s(literal 1728000 binary64))))) |
(fma.f64 (pow.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) #s(literal 3/2 binary64)) (pow.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) #s(literal 3/2 binary64)) (*.f64 (neg.f64 (*.f64 a (*.f64 a a))) #s(literal 1728000 binary64))) |
(fma.f64 (pow.f64 a #s(literal 3/2 binary64)) (pow.f64 (*.f64 a #s(literal 14400 binary64)) #s(literal 3/2 binary64)) (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) |
(fma.f64 (pow.f64 a #s(literal 3/2 binary64)) (pow.f64 (*.f64 #s(literal 120 binary64) (*.f64 a #s(literal 120 binary64))) #s(literal 3/2 binary64)) (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) |
(fma.f64 (pow.f64 a #s(literal 3/2 binary64)) (pow.f64 (*.f64 #s(literal -120 binary64) (*.f64 a #s(literal -120 binary64))) #s(literal 3/2 binary64)) (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) |
(fma.f64 (pow.f64 (*.f64 a #s(literal -120 binary64)) #s(literal 3/2 binary64)) (pow.f64 (*.f64 a #s(literal -120 binary64)) #s(literal 3/2 binary64)) (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) |
(fma.f64 (pow.f64 (*.f64 a #s(literal 120 binary64)) #s(literal 3/2 binary64)) (pow.f64 (*.f64 a #s(literal 120 binary64)) #s(literal 3/2 binary64)) (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) |
(fma.f64 (*.f64 #s(literal 216000 binary64) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t))))) (/.f64 (-.f64 x y) (-.f64 z t)) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) |
(fma.f64 (*.f64 #s(literal 216000 binary64) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t))))) (/.f64 (-.f64 x y) (-.f64 z t)) (neg.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))))) |
(fma.f64 (*.f64 #s(literal 216000 binary64) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t))))) (/.f64 (-.f64 x y) (-.f64 z t)) (*.f64 (neg.f64 a) (*.f64 a (*.f64 a #s(literal 1728000 binary64))))) |
(fma.f64 (*.f64 #s(literal 216000 binary64) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t))))) (/.f64 (-.f64 x y) (-.f64 z t)) (*.f64 (neg.f64 (*.f64 a (*.f64 a a))) #s(literal 1728000 binary64))) |
(fma.f64 (*.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t))) (/.f64 (-.f64 x y) (-.f64 z t)) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) |
(fma.f64 (*.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t))) (/.f64 (-.f64 x y) (-.f64 z t)) (neg.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))))) |
(fma.f64 (*.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t))) (/.f64 (-.f64 x y) (-.f64 z t)) (*.f64 (neg.f64 a) (*.f64 a (*.f64 a #s(literal 1728000 binary64))))) |
(fma.f64 (*.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t))) (/.f64 (-.f64 x y) (-.f64 z t)) (*.f64 (neg.f64 (*.f64 a (*.f64 a a))) #s(literal 1728000 binary64))) |
(fma.f64 (*.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (-.f64 z t))) (-.f64 x y) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) |
(fma.f64 (*.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (-.f64 z t))) (-.f64 x y) (neg.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))))) |
(fma.f64 (*.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (-.f64 z t))) (-.f64 x y) (*.f64 (neg.f64 a) (*.f64 a (*.f64 a #s(literal 1728000 binary64))))) |
(fma.f64 (*.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (-.f64 z t))) (-.f64 x y) (*.f64 (neg.f64 (*.f64 a (*.f64 a a))) #s(literal 1728000 binary64))) |
(fma.f64 (*.f64 #s(literal 1728000 binary64) a) (*.f64 a a) (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) |
(fma.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) #s(literal 3 binary64)) (*.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) #s(literal -216000 binary64)) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) |
(fma.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) #s(literal 3 binary64)) (*.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) #s(literal -216000 binary64)) (neg.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))))) |
(fma.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) #s(literal 3 binary64)) (*.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) #s(literal -216000 binary64)) (*.f64 (neg.f64 a) (*.f64 a (*.f64 a #s(literal 1728000 binary64))))) |
(fma.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) #s(literal 3 binary64)) (*.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) #s(literal -216000 binary64)) (*.f64 (neg.f64 (*.f64 a (*.f64 a a))) #s(literal 1728000 binary64))) |
(fma.f64 (pow.f64 #s(literal 120 binary64) #s(literal 3/2 binary64)) (pow.f64 (*.f64 a (*.f64 a #s(literal 120 binary64))) #s(literal 3/2 binary64)) (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) |
(fma.f64 (pow.f64 (*.f64 a #s(literal 14400 binary64)) #s(literal 3/2 binary64)) (pow.f64 a #s(literal 3/2 binary64)) (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) |
(fma.f64 (pow.f64 #s(literal 14400 binary64) #s(literal 3/2 binary64)) (*.f64 a (*.f64 a a)) (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) |
(fma.f64 (pow.f64 #s(literal -120 binary64) #s(literal 3/2 binary64)) (pow.f64 (*.f64 a (*.f64 a #s(literal -120 binary64))) #s(literal 3/2 binary64)) (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) |
(fma.f64 (pow.f64 (*.f64 (*.f64 a #s(literal 120 binary64)) a) #s(literal 3/2 binary64)) (pow.f64 #s(literal 120 binary64) #s(literal 3/2 binary64)) (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) |
(fma.f64 (pow.f64 (*.f64 (*.f64 a #s(literal 120 binary64)) #s(literal 120 binary64)) #s(literal 3/2 binary64)) (pow.f64 a #s(literal 3/2 binary64)) (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) |
(fma.f64 (pow.f64 (*.f64 (*.f64 a #s(literal -120 binary64)) a) #s(literal 3/2 binary64)) (pow.f64 #s(literal -120 binary64) #s(literal 3/2 binary64)) (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) |
(fma.f64 (pow.f64 (*.f64 (*.f64 a #s(literal -120 binary64)) #s(literal -120 binary64)) #s(literal 3/2 binary64)) (pow.f64 a #s(literal 3/2 binary64)) (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) |
(fma.f64 (pow.f64 (/.f64 #s(literal 60 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) #s(literal 3 binary64)) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) |
(fma.f64 (pow.f64 (/.f64 #s(literal 60 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) #s(literal 3 binary64)) (neg.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))))) |
(fma.f64 (pow.f64 (/.f64 #s(literal 60 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) #s(literal 3 binary64)) (*.f64 (neg.f64 a) (*.f64 a (*.f64 a #s(literal 1728000 binary64))))) |
(fma.f64 (pow.f64 (/.f64 #s(literal 60 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) #s(literal 3 binary64)) (*.f64 (neg.f64 (*.f64 a (*.f64 a a))) #s(literal 1728000 binary64))) |
(fma.f64 (pow.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) #s(literal 3 binary64)) (pow.f64 (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))) #s(literal 3 binary64)) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) |
(fma.f64 (pow.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) #s(literal 3 binary64)) (pow.f64 (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))) #s(literal 3 binary64)) (neg.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))))) |
(fma.f64 (pow.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) #s(literal 3 binary64)) (pow.f64 (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))) #s(literal 3 binary64)) (*.f64 (neg.f64 a) (*.f64 a (*.f64 a #s(literal 1728000 binary64))))) |
(fma.f64 (pow.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) #s(literal 3 binary64)) (pow.f64 (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))) #s(literal 3 binary64)) (*.f64 (neg.f64 (*.f64 a (*.f64 a a))) #s(literal 1728000 binary64))) |
(fma.f64 (pow.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z z) (*.f64 t t))) #s(literal 3 binary64)) (pow.f64 (+.f64 z t) #s(literal 3 binary64)) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) |
(fma.f64 (pow.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z z) (*.f64 t t))) #s(literal 3 binary64)) (pow.f64 (+.f64 z t) #s(literal 3 binary64)) (neg.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))))) |
(fma.f64 (pow.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z z) (*.f64 t t))) #s(literal 3 binary64)) (pow.f64 (+.f64 z t) #s(literal 3 binary64)) (*.f64 (neg.f64 a) (*.f64 a (*.f64 a #s(literal 1728000 binary64))))) |
(fma.f64 (pow.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z z) (*.f64 t t))) #s(literal 3 binary64)) (pow.f64 (+.f64 z t) #s(literal 3 binary64)) (*.f64 (neg.f64 (*.f64 a (*.f64 a a))) #s(literal 1728000 binary64))) |
(/.f64 (+.f64 (*.f64 #s(literal 10077696000000000 binary64) (/.f64 (*.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) (/.f64 (/.f64 (-.f64 z t) (-.f64 x y)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t))))))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal 5159780352000000000 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 a (*.f64 a a)))))) (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) #s(literal 46656000000 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))) (-.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))) (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))))))) |
(/.f64 (+.f64 (*.f64 #s(literal 10077696000000000 binary64) (/.f64 (*.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) (/.f64 (/.f64 (-.f64 z t) (-.f64 x y)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t))))))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal 5159780352000000000 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 a (*.f64 a a)))))) (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 2985984000000 binary64))) (-.f64 (*.f64 (*.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) #s(literal 46656000000 binary64)) (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) #s(literal 46656000000 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))) (-.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))) (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))))) (+.f64 (*.f64 #s(literal 10077696000000000 binary64) (/.f64 (*.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) (/.f64 (/.f64 (-.f64 z t) (-.f64 x y)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t))))))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal 5159780352000000000 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 a (*.f64 a a)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) (-.f64 (*.f64 (*.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) #s(literal 46656000000 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 2985984000000 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) #s(literal 46656000000 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 2985984000000 binary64)))) (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 10077696000000000 binary64) (/.f64 (*.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) (/.f64 (/.f64 (-.f64 z t) (-.f64 x y)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t))))))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal 5159780352000000000 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 a (*.f64 a a))))))) (neg.f64 (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) #s(literal 46656000000 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))) (-.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))) (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) #s(literal 46656000000 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 2985984000000 binary64))))) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 10077696000000000 binary64) (/.f64 (*.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) (/.f64 (/.f64 (-.f64 z t) (-.f64 x y)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t))))))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal 5159780352000000000 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 a (*.f64 a a)))))) (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) #s(literal 46656000000 binary64)) (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 2985984000000 binary64))) (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 2985984000000 binary64))) (*.f64 (*.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) #s(literal 46656000000 binary64))) (-.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))) (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) #s(literal 46656000000 binary64)) (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))))) (*.f64 (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 2985984000000 binary64))))) (-.f64 (*.f64 (*.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) #s(literal 46656000000 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 2985984000000 binary64))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) #s(literal 46656000000 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))) (-.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))) (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))))) (+.f64 (*.f64 #s(literal 10077696000000000 binary64) (/.f64 (*.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) (/.f64 (/.f64 (-.f64 z t) (-.f64 x y)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t))))))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal 5159780352000000000 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 a (*.f64 a a))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) (-.f64 (*.f64 (*.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) #s(literal 46656000000 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 2985984000000 binary64))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 #s(literal 10077696000000000 binary64) (/.f64 (*.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) (/.f64 (/.f64 (-.f64 z t) (-.f64 x y)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t))))))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 #s(literal 5159780352000000000 binary64) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 a (*.f64 a a)))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) #s(literal 46656000000 binary64)) (*.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))) (-.f64 (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))) (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))))))) |
(*.f64 (+.f64 (*.f64 (*.f64 a #s(literal 120 binary64)) (-.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))))) (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64))) (+.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))))) |
(*.f64 (+.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (*.f64 (*.f64 a #s(literal -120 binary64)) (-.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64)))))) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64)))) |
(*.f64 (-.f64 (*.f64 (*.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) #s(literal 46656000000 binary64)) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 2985984000000 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))))) |
(exp.f64 (*.f64 #s(literal 3 binary64) (log.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64)))))) |
(neg.f64 (pow.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 #s(literal 0 binary64) (-.f64 z t))) #s(literal 3 binary64))) |
(neg.f64 (pow.f64 (/.f64 #s(literal -60 binary64) (/.f64 (-.f64 z t) (-.f64 x y))) #s(literal 3 binary64))) |
(neg.f64 (pow.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 z t)) #s(literal 3 binary64))) |
(/.f64 #s(literal 216000 binary64) (/.f64 (/.f64 (-.f64 z t) (-.f64 x y)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/216000 binary64) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))))) |
(/.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)) #s(literal 1 binary64)) #s(literal 3 binary64))) |
(/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) |
(/.f64 #s(literal -1 binary64) (/.f64 (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))) (*.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) #s(literal -216000 binary64)))) |
(/.f64 (/.f64 #s(literal 216000 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 x y)) #s(literal 3 binary64))) |
(/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (pow.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) #s(literal 3 binary64))) |
(/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) |
(/.f64 (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (pow.f64 (/.f64 #s(literal 1/60 binary64) (-.f64 x y)) #s(literal 3 binary64))) |
(/.f64 #s(literal -216000 binary64) (neg.f64 (/.f64 (/.f64 (-.f64 z t) (-.f64 x y)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t))))))) |
(/.f64 (*.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) #s(literal -216000 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)) (*.f64 (-.f64 z t) (-.f64 z t)))) |
(/.f64 (*.f64 #s(literal 216000 binary64) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t))))) (/.f64 (-.f64 z t) (-.f64 x y))) |
(/.f64 (*.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t))) (/.f64 (-.f64 z t) (-.f64 x y))) |
(/.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 216000 binary64)) (/.f64 (-.f64 z t) (-.f64 x y))) |
(/.f64 (*.f64 #s(literal 216000 binary64) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) |
(/.f64 (*.f64 #s(literal 216000 binary64) (/.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))) (/.f64 (-.f64 z t) (-.f64 x y)))) (-.f64 z t)) |
(/.f64 (*.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (-.f64 x y)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) |
(/.f64 (*.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 z t)))) (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)) (-.f64 x y))) |
(/.f64 (*.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) #s(literal 1 binary64)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) |
(/.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))) #s(literal 216000 binary64)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) |
(/.f64 (*.f64 (/.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))) (/.f64 (-.f64 z t) (-.f64 x y))) #s(literal 216000 binary64)) (-.f64 z t)) |
(/.f64 (pow.f64 (*.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) #s(literal 1 binary64)) #s(literal 3 binary64)) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) |
(/.f64 (pow.f64 (*.f64 (-.f64 x y) #s(literal 1 binary64)) #s(literal 3 binary64)) (pow.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) #s(literal 3 binary64))) |
(/.f64 (pow.f64 (*.f64 #s(literal 1 binary64) (-.f64 x y)) #s(literal 3 binary64)) (pow.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) #s(literal 3 binary64))) |
(/.f64 (pow.f64 (neg.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64))) #s(literal 3 binary64)) (pow.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t))) #s(literal 3 binary64))) |
(/.f64 (pow.f64 (*.f64 #s(literal 60 binary64) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) #s(literal 3 binary64)) (pow.f64 (*.f64 (-.f64 z t) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) #s(literal 3 binary64))) |
(/.f64 (pow.f64 (*.f64 #s(literal 60 binary64) (-.f64 (*.f64 x x) (*.f64 y y))) #s(literal 3 binary64)) (pow.f64 (*.f64 (-.f64 z t) (+.f64 x y)) #s(literal 3 binary64))) |
(/.f64 (pow.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) #s(literal 60 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))) (-.f64 z t)) #s(literal 3 binary64))) |
(/.f64 (pow.f64 (*.f64 (-.f64 (*.f64 x x) (*.f64 y y)) #s(literal 60 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (+.f64 x y) (-.f64 z t)) #s(literal 3 binary64))) |
(/.f64 (pow.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) #s(literal 1 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))) (/.f64 (-.f64 z t) #s(literal 60 binary64))) #s(literal 3 binary64))) |
(/.f64 (pow.f64 (*.f64 (-.f64 (*.f64 x x) (*.f64 y y)) #s(literal 1 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (+.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) #s(literal 3 binary64))) |
(/.f64 (pow.f64 (*.f64 #s(literal -60 binary64) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) #s(literal 3 binary64)) (pow.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) #s(literal 3 binary64))) |
(/.f64 (pow.f64 (*.f64 #s(literal -60 binary64) (-.f64 (*.f64 x x) (*.f64 y y))) #s(literal 3 binary64)) (pow.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)) (+.f64 x y)) #s(literal 3 binary64))) |
(/.f64 (pow.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) #s(literal 3 binary64)) (pow.f64 (*.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) #s(literal 3 binary64))) |
(/.f64 (pow.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 x x) (*.f64 y y))) #s(literal 3 binary64)) (pow.f64 (*.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (+.f64 x y)) #s(literal 3 binary64))) |
(/.f64 (pow.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) #s(literal -60 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))) (-.f64 #s(literal 0 binary64) (-.f64 z t))) #s(literal 3 binary64))) |
(/.f64 (pow.f64 (*.f64 (-.f64 (*.f64 x x) (*.f64 y y)) #s(literal -60 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (+.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 z t))) #s(literal 3 binary64))) |
(/.f64 (pow.f64 (*.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) #s(literal 3 binary64)) (pow.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))) #s(literal 3 binary64))) |
(/.f64 (pow.f64 (*.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (-.f64 (*.f64 x x) (*.f64 y y))) #s(literal 3 binary64)) (pow.f64 (+.f64 x y) #s(literal 3 binary64))) |
(/.f64 (pow.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 60 binary64) (-.f64 z t))) #s(literal 3 binary64)) (pow.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))) #s(literal 3 binary64))) |
(/.f64 (pow.f64 (*.f64 (-.f64 (*.f64 x x) (*.f64 y y)) (/.f64 #s(literal 60 binary64) (-.f64 z t))) #s(literal 3 binary64)) (pow.f64 (+.f64 x y) #s(literal 3 binary64))) |
(pow.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) #s(literal 3 binary64)) |
(pow.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)) #s(literal -3 binary64)) |
(pow.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) #s(literal 3/2 binary64)) |
(pow.f64 (/.f64 #s(literal 1/216000 binary64) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) #s(literal 3/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))))) #s(literal 3 binary64)) |
(*.f64 #s(literal 216000 binary64) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) |
(*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 216000 binary64))) |
(*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t))) |
(*.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) #s(literal 216000 binary64)) |
(*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64))) |
(*.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) |
(*.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t))))) |
(*.f64 (/.f64 #s(literal 216000 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) |
(*.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (/.f64 #s(literal 216000 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) |
(*.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 #s(literal 216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) |
(*.f64 #s(literal -216000 binary64) (pow.f64 (/.f64 (-.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 z t))) #s(literal 3 binary64))) |
(*.f64 (*.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) #s(literal -216000 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) #s(literal 3 binary64))) |
(*.f64 (pow.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) #s(literal 3/2 binary64)) (pow.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) #s(literal 3/2 binary64))) |
(*.f64 (*.f64 #s(literal 216000 binary64) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t))))) (/.f64 (-.f64 x y) (-.f64 z t))) |
(*.f64 (*.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t))) (/.f64 (-.f64 x y) (-.f64 z t))) |
(*.f64 (*.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (-.f64 z t))) (-.f64 x y)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) #s(literal 3 binary64)) (*.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) #s(literal -216000 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 60 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) #s(literal 3 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) #s(literal 3 binary64)) (pow.f64 (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))) #s(literal 3 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z z) (*.f64 t t))) #s(literal 3 binary64)) (pow.f64 (+.f64 z t) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (-.f64 x y) (-.f64 z t))) #s(literal 3 binary64))) |
(neg.f64 (pow.f64 (/.f64 (-.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 z t))) #s(literal 3 binary64))) |
(/.f64 (-.f64 x y) (*.f64 (/.f64 (-.f64 z t) (-.f64 x y)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t))))) |
(/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) |
(/.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) (/.f64 (-.f64 z t) (-.f64 x y))) |
(/.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) |
(/.f64 (/.f64 (-.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (*.f64 (/.f64 (-.f64 z t) (-.f64 x y)) (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)) (-.f64 x y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 z t) (-.f64 x y)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t))) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 z t) (/.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))) (/.f64 (-.f64 z t) (-.f64 x y))))) |
(/.f64 #s(literal 1 binary64) (pow.f64 (/.f64 (/.f64 (-.f64 z t) (-.f64 x y)) #s(literal 1 binary64)) #s(literal 3 binary64))) |
(/.f64 (/.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))) (/.f64 (-.f64 z t) (-.f64 x y))) (-.f64 z t)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (-.f64 z t) (-.f64 x y)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t))))))) |
(/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) |
(/.f64 (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 x y)) #s(literal 3 binary64))) |
(/.f64 (*.f64 (-.f64 x y) (-.f64 x y)) (*.f64 (-.f64 z t) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t))))) |
(/.f64 (*.f64 (-.f64 x y) (-.f64 x y)) (*.f64 (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t))) (-.f64 z t))) |
(/.f64 (*.f64 (-.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 x y))) (*.f64 (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t))) (-.f64 #s(literal 0 binary64) (-.f64 z t)))) |
(/.f64 (*.f64 (-.f64 x y) #s(literal 1 binary64)) (*.f64 (-.f64 z t) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) |
(/.f64 (*.f64 (-.f64 x y) #s(literal 1 binary64)) (*.f64 (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t))) (/.f64 (-.f64 z t) (-.f64 x y)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) (-.f64 x y)) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 x y)) (*.f64 (/.f64 (-.f64 z t) (-.f64 x y)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 x y)) (*.f64 (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))) (-.f64 z t))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 x y))) (*.f64 (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))) (-.f64 #s(literal 0 binary64) (-.f64 z t)))) |
(/.f64 (*.f64 (-.f64 x y) (/.f64 (-.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 z t)))) (*.f64 (-.f64 z t) (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)) (-.f64 x y)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) (/.f64 (-.f64 x y) (-.f64 z t))) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) (/.f64 (-.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)) (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)) (-.f64 x y)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 z t)))) (*.f64 (/.f64 (-.f64 z t) (-.f64 x y)) (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)) (-.f64 x y)))) |
(/.f64 (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (-.f64 #s(literal 0 binary64) (-.f64 x y))) (*.f64 (/.f64 (-.f64 z t) (-.f64 x y)) (-.f64 #s(literal 0 binary64) (-.f64 z t)))) |
(/.f64 (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) #s(literal 1 binary64)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) |
(/.f64 (*.f64 (/.f64 (-.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (-.f64 x y)) (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)) (-.f64 x y)) (-.f64 z t))) |
(/.f64 (*.f64 (/.f64 (-.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (-.f64 #s(literal 0 binary64) (-.f64 x y))) (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)) (-.f64 x y)) (-.f64 #s(literal 0 binary64) (-.f64 z t)))) |
(/.f64 (*.f64 (/.f64 (-.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 z t))) #s(literal 1 binary64)) (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)) (-.f64 x y)) (/.f64 (-.f64 z t) (-.f64 x y)))) |
(/.f64 (neg.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t))))) (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)) (-.f64 x y))) |
(/.f64 (neg.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))) (neg.f64 (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t))))) |
(/.f64 (neg.f64 (/.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))) (/.f64 (-.f64 z t) (-.f64 x y)))) (-.f64 #s(literal 0 binary64) (-.f64 z t))) |
(/.f64 (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 z t)))) (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)) (-.f64 x y))) |
(/.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) (-.f64 #s(literal 0 binary64) (-.f64 x y))) (-.f64 #s(literal 0 binary64) (-.f64 z t))) |
(/.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 1 binary64)) (/.f64 (-.f64 z t) (-.f64 x y))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t))))) (-.f64 #s(literal 0 binary64) (-.f64 z t))) |
(/.f64 (*.f64 (/.f64 (-.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (/.f64 (-.f64 x y) (-.f64 z t))) (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)) (-.f64 x y))) |
(/.f64 (/.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) (-.f64 z t)) (/.f64 #s(literal 1 binary64) (-.f64 x y))) |
(/.f64 (pow.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) #s(literal 3 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)) (*.f64 (-.f64 z t) (-.f64 z t)))) |
(/.f64 (pow.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) #s(literal 3 binary64)) (pow.f64 (*.f64 (-.f64 z t) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) #s(literal 3 binary64))) |
(/.f64 (pow.f64 (-.f64 (*.f64 x x) (*.f64 y y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (-.f64 z t) (+.f64 x y)) #s(literal 3 binary64))) |
(/.f64 (pow.f64 (*.f64 (-.f64 x y) #s(literal 1 binary64)) #s(literal 3 binary64)) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) |
(/.f64 (pow.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y))) #s(literal 3 binary64)) (pow.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t))) #s(literal 3 binary64))) |
(/.f64 (pow.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) #s(literal 1 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))) (-.f64 z t)) #s(literal 3 binary64))) |
(/.f64 (pow.f64 (*.f64 (-.f64 (*.f64 x x) (*.f64 y y)) #s(literal 1 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (+.f64 x y) (-.f64 z t)) #s(literal 3 binary64))) |
(/.f64 (pow.f64 (-.f64 (*.f64 x (-.f64 z t)) (*.f64 (-.f64 z t) y)) #s(literal 3 binary64)) (pow.f64 (*.f64 (-.f64 z t) (-.f64 z t)) #s(literal 3 binary64))) |
(/.f64 (pow.f64 (-.f64 (*.f64 x (-.f64 #s(literal 0 binary64) (-.f64 z t))) (*.f64 (-.f64 z t) (-.f64 #s(literal 0 binary64) y))) #s(literal 3 binary64)) (pow.f64 (*.f64 (-.f64 z t) (-.f64 #s(literal 0 binary64) (-.f64 z t))) #s(literal 3 binary64))) |
(/.f64 (pow.f64 (-.f64 (*.f64 x (/.f64 (-.f64 z t) y)) (*.f64 (-.f64 z t) #s(literal 1 binary64))) #s(literal 3 binary64)) (pow.f64 (*.f64 (-.f64 z t) (/.f64 (-.f64 z t) y)) #s(literal 3 binary64))) |
(/.f64 (pow.f64 (-.f64 (*.f64 (/.f64 x (-.f64 z t)) (*.f64 (/.f64 x (-.f64 z t)) (/.f64 x (-.f64 z t)))) (*.f64 (/.f64 y (-.f64 z t)) (*.f64 (/.f64 y (-.f64 z t)) (/.f64 y (-.f64 z t))))) #s(literal 3 binary64)) (pow.f64 (+.f64 (*.f64 (/.f64 x (-.f64 z t)) (/.f64 x (-.f64 z t))) (+.f64 (*.f64 (/.f64 y (-.f64 z t)) (/.f64 y (-.f64 z t))) (*.f64 (/.f64 x (-.f64 z t)) (/.f64 y (-.f64 z t))))) #s(literal 3 binary64))) |
(/.f64 (pow.f64 (-.f64 (*.f64 (/.f64 x (-.f64 z t)) (/.f64 x (-.f64 z t))) (*.f64 (/.f64 y (-.f64 z t)) (/.f64 y (-.f64 z t)))) #s(literal 3 binary64)) (pow.f64 (+.f64 (/.f64 x (-.f64 z t)) (/.f64 y (-.f64 z t))) #s(literal 3 binary64))) |
(/.f64 (pow.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 1 binary64) (-.f64 z t))) #s(literal 3 binary64)) (pow.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))) #s(literal 3 binary64))) |
(/.f64 (pow.f64 (*.f64 (-.f64 (*.f64 x x) (*.f64 y y)) (/.f64 #s(literal 1 binary64) (-.f64 z t))) #s(literal 3 binary64)) (pow.f64 (+.f64 x y) #s(literal 3 binary64))) |
(pow.f64 (/.f64 (-.f64 z t) (-.f64 x y)) #s(literal -3 binary64)) |
(pow.f64 (/.f64 (-.f64 x y) (-.f64 z t)) #s(literal 3 binary64)) |
(pow.f64 (/.f64 (/.f64 (-.f64 z t) (-.f64 x y)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t))) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 z t) (/.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))) (/.f64 (-.f64 z t) (-.f64 x y)))) #s(literal -1 binary64)) |
(*.f64 (-.f64 x y) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))))) |
(*.f64 (-.f64 x y) (/.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) (-.f64 z t))) |
(*.f64 (-.f64 x y) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t))))) |
(*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t))))) |
(*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) (/.f64 (-.f64 x y) (-.f64 z t))) |
(*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (-.f64 z t))) |
(*.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))) |
(*.f64 (/.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))) (/.f64 (-.f64 z t) (-.f64 x y))) (/.f64 #s(literal 1 binary64) (-.f64 z t))) |
(*.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (-.f64 z t)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))) |
(*.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 #s(literal 1 binary64) (-.f64 x y)))) |
(*.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) |
(*.f64 (/.f64 (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (-.f64 z t)) (-.f64 z t)) (/.f64 (-.f64 x y) (/.f64 #s(literal 1 binary64) (-.f64 x y)))) |
(*.f64 (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (-.f64 z t))) (-.f64 x y)) |
(*.f64 (/.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) (-.f64 z t)) (-.f64 x y)) |
(*.f64 (/.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (-.f64 #s(literal 0 binary64) (-.f64 x y))) |
(*.f64 (/.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 1 binary64)) (/.f64 (-.f64 x y) (-.f64 z t))) |
(*.f64 (/.f64 (/.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))) (/.f64 (-.f64 z t) (-.f64 x y))) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))) |
(*.f64 (/.f64 (/.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))) (/.f64 (-.f64 z t) (-.f64 x y))) (-.f64 (*.f64 z z) (*.f64 t t))) (+.f64 z t)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) #s(literal 3 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) #s(literal 3 binary64))) |
(*.f64 (pow.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) #s(literal 3 binary64))) |
(*.f64 (pow.f64 (/.f64 (-.f64 x y) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) #s(literal 3 binary64)) (pow.f64 (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))) #s(literal 3 binary64))) |
(*.f64 (pow.f64 (/.f64 (-.f64 x y) (-.f64 (*.f64 z z) (*.f64 t t))) #s(literal 3 binary64)) (pow.f64 (+.f64 z t) #s(literal 3 binary64))) |
(*.f64 a #s(literal 120 binary64)) |
(*.f64 #s(literal 120 binary64) a) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (-.f64 z t) (*.f64 (-.f64 x y) #s(literal -60 binary64))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64)))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)))) |
(/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64)))) (/.f64 (-.f64 z t) (*.f64 (-.f64 x y) #s(literal -60 binary64)))) |
(/.f64 (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) (*.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)) (+.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (*.f64 (*.f64 a #s(literal -120 binary64)) (-.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64)))) #s(literal 1 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (*.f64 a (*.f64 a #s(literal 14400 binary64)))) (*.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)) (+.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64)))))) |
(/.f64 (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (-.f64 z t)) (/.f64 #s(literal 1/60 binary64) (-.f64 x y))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64)))))) |
(/.f64 (*.f64 (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) #s(literal 60 binary64)) (*.f64 (+.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (*.f64 (*.f64 a #s(literal -120 binary64)) (-.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64)))))) (/.f64 (-.f64 z t) (-.f64 x y)))) |
(/.f64 (*.f64 (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) #s(literal -60 binary64)) (*.f64 (+.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (*.f64 (*.f64 a #s(literal -120 binary64)) (-.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64)))))) (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)) (-.f64 x y)))) |
(/.f64 (*.f64 (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) (*.f64 #s(literal 60 binary64) (-.f64 x y))) (*.f64 (+.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (*.f64 (*.f64 a #s(literal -120 binary64)) (-.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64)))))) (-.f64 z t))) |
(/.f64 (*.f64 (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) (*.f64 (-.f64 x y) #s(literal -60 binary64))) (*.f64 (+.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (*.f64 (*.f64 a #s(literal -120 binary64)) (-.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64)))))) (-.f64 #s(literal 0 binary64) (-.f64 z t)))) |
(/.f64 (*.f64 (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (*.f64 (*.f64 a #s(literal -120 binary64)) (-.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64)))))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (*.f64 a (*.f64 a #s(literal 14400 binary64)))) #s(literal 60 binary64)) (*.f64 (+.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64)))) (/.f64 (-.f64 z t) (-.f64 x y)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (*.f64 a (*.f64 a #s(literal 14400 binary64)))) #s(literal -60 binary64)) (*.f64 (+.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64)))) (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)) (-.f64 x y)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (*.f64 a (*.f64 a #s(literal 14400 binary64)))) (*.f64 #s(literal 60 binary64) (-.f64 x y))) (*.f64 (+.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64)))) (-.f64 z t))) |
(/.f64 (*.f64 (-.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (*.f64 a (*.f64 a #s(literal 14400 binary64)))) (*.f64 (-.f64 x y) #s(literal -60 binary64))) (*.f64 (+.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64)))) (-.f64 #s(literal 0 binary64) (-.f64 z t)))) |
(/.f64 (*.f64 (-.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (*.f64 a (*.f64 a #s(literal 14400 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64)))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)))) |
(/.f64 (*.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) #s(literal 1 binary64)) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y))) |
(/.f64 (*.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) #s(literal 60 binary64)) (/.f64 (-.f64 z t) (-.f64 x y))) |
(/.f64 (*.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (*.f64 #s(literal 60 binary64) (-.f64 x y))) (-.f64 z t)) |
(/.f64 (*.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) #s(literal -60 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)) (-.f64 x y))) |
(/.f64 (*.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (*.f64 (-.f64 x y) #s(literal -60 binary64))) (-.f64 #s(literal 0 binary64) (-.f64 z t))) |
(/.f64 (*.f64 (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64)))) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64)))) (+.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (*.f64 (*.f64 a #s(literal -120 binary64)) (-.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (*.f64 a (*.f64 a #s(literal 14400 binary64)))) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64)))) (+.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))))) |
(pow.f64 (/.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (-.f64 z t))) |
(*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64)))) |
(*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64)))) #s(literal -1 binary64))) |
(*.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64)))) (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 z t) (*.f64 (-.f64 x y) #s(literal -60 binary64))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) (pow.f64 (/.f64 (/.f64 #s(literal 1/60 binary64) (-.f64 x y)) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (-.f64 z t)) (*.f64 #s(literal 60 binary64) (-.f64 x y))) |
(*.f64 (*.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) #s(literal 60 binary64)) (/.f64 (-.f64 x y) (-.f64 z t))) |
(*.f64 (*.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 #s(literal 60 binary64) (-.f64 z t))) (-.f64 x y)) |
(*.f64 (*.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (-.f64 x y)) (/.f64 #s(literal 60 binary64) (-.f64 z t))) |
(*.f64 (*.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (*.f64 #s(literal 60 binary64) (-.f64 x y))) (/.f64 #s(literal 1 binary64) (-.f64 z t))) |
(*.f64 (*.f64 (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (-.f64 z t)) #s(literal 60 binary64)) (-.f64 x y)) |
(*.f64 (*.f64 (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (-.f64 z t)) (-.f64 x y)) #s(literal 60 binary64)) |
(*.f64 (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (*.f64 (-.f64 x y) #s(literal -60 binary64))) |
(*.f64 (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) #s(literal 1 binary64)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64)))) |
(*.f64 (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (-.f64 x y)) |
(*.f64 (pow.f64 (/.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)) (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (*.f64 (*.f64 a #s(literal -120 binary64)) (-.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64)))))))) |
(*.f64 (pow.f64 (/.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)) (-.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (*.f64 a (*.f64 a #s(literal 14400 binary64))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64)))))) |
(+.f64 (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y))) (*.f64 a (*.f64 a #s(literal 14400 binary64)))) |
(+.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)))) |
(-.f64 (/.f64 (*.f64 #s(literal 207360000 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (-.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y))))) (/.f64 (*.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (*.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))))) (-.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)))))) |
(fma.f64 a (*.f64 a #s(literal 14400 binary64)) (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)))) |
(fma.f64 a (*.f64 #s(literal 120 binary64) (*.f64 a #s(literal 120 binary64))) (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)))) |
(fma.f64 a (*.f64 #s(literal -120 binary64) (*.f64 a #s(literal -120 binary64))) (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)))) |
(fma.f64 #s(literal 120 binary64) (*.f64 a (*.f64 a #s(literal 120 binary64))) (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)))) |
(fma.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 a #s(literal 120 binary64)) (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)))) |
(fma.f64 (*.f64 a a) #s(literal 14400 binary64) (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)))) |
(fma.f64 #s(literal 14400 binary64) (*.f64 a a) (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)))) |
(fma.f64 (*.f64 a #s(literal 14400 binary64)) a (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)))) |
(fma.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (-.f64 z t)) (*.f64 a (*.f64 a #s(literal 14400 binary64)))) |
(fma.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (*.f64 a (*.f64 a #s(literal 14400 binary64)))) |
(fma.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64)))) #s(literal -1 binary64)) (*.f64 a (*.f64 a #s(literal 14400 binary64)))) |
(fma.f64 #s(literal -120 binary64) (*.f64 a (*.f64 a #s(literal -120 binary64))) (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)))) |
(fma.f64 (*.f64 a #s(literal -120 binary64)) (*.f64 a #s(literal -120 binary64)) (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)))) |
(fma.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a (*.f64 a #s(literal 14400 binary64)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64)))) (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 z t) (*.f64 (-.f64 x y) #s(literal -60 binary64)))) (*.f64 a (*.f64 a #s(literal 14400 binary64)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y))) (*.f64 a (*.f64 a #s(literal 14400 binary64)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) (pow.f64 (/.f64 (/.f64 #s(literal 1/60 binary64) (-.f64 x y)) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64)))) #s(literal -1 binary64)) (*.f64 a (*.f64 a #s(literal 14400 binary64)))) |
(fma.f64 (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (-.f64 z t)) (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 a (*.f64 a #s(literal 14400 binary64)))) |
(fma.f64 (*.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) #s(literal 60 binary64)) (/.f64 (-.f64 x y) (-.f64 z t)) (*.f64 a (*.f64 a #s(literal 14400 binary64)))) |
(fma.f64 (*.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 #s(literal 60 binary64) (-.f64 z t))) (-.f64 x y) (*.f64 a (*.f64 a #s(literal 14400 binary64)))) |
(fma.f64 (*.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (-.f64 x y)) (/.f64 #s(literal 60 binary64) (-.f64 z t)) (*.f64 a (*.f64 a #s(literal 14400 binary64)))) |
(fma.f64 (*.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (*.f64 #s(literal 60 binary64) (-.f64 x y))) (/.f64 #s(literal 1 binary64) (-.f64 z t)) (*.f64 a (*.f64 a #s(literal 14400 binary64)))) |
(fma.f64 (*.f64 (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (-.f64 z t)) #s(literal 60 binary64)) (-.f64 x y) (*.f64 a (*.f64 a #s(literal 14400 binary64)))) |
(fma.f64 (*.f64 (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (-.f64 z t)) (-.f64 x y)) #s(literal 60 binary64) (*.f64 a (*.f64 a #s(literal 14400 binary64)))) |
(fma.f64 (*.f64 (*.f64 a #s(literal 120 binary64)) a) #s(literal 120 binary64) (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)))) |
(fma.f64 (*.f64 (*.f64 a #s(literal 120 binary64)) #s(literal 120 binary64)) a (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)))) |
(fma.f64 (*.f64 (*.f64 a #s(literal -120 binary64)) a) #s(literal -120 binary64) (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)))) |
(fma.f64 (*.f64 (*.f64 a #s(literal -120 binary64)) #s(literal -120 binary64)) a (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)))) |
(fma.f64 (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (*.f64 (-.f64 x y) #s(literal -60 binary64)) (*.f64 a (*.f64 a #s(literal 14400 binary64)))) |
(fma.f64 (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) #s(literal 1 binary64)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a (*.f64 a #s(literal 14400 binary64)))) |
(fma.f64 (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (-.f64 x y) (*.f64 a (*.f64 a #s(literal 14400 binary64)))) |
(fma.f64 (pow.f64 (/.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)) (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a a) (*.f64 a #s(literal 1728000 binary64))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (*.f64 (*.f64 a #s(literal -120 binary64)) (-.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))))))) (*.f64 a (*.f64 a #s(literal 14400 binary64)))) |
(fma.f64 (pow.f64 (/.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)) (-.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (*.f64 a (*.f64 a #s(literal 14400 binary64))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))))) (*.f64 a (*.f64 a #s(literal 14400 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 2985984000000 binary64))) (/.f64 (*.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (*.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))))) (/.f64 #s(literal 1/216000 binary64) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))))) (+.f64 (*.f64 #s(literal 207360000 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (-.f64 (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y))) (*.f64 a (*.f64 a #s(literal 14400 binary64)))) (/.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 2985984000000 binary64))) (/.f64 (*.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (*.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))))) (/.f64 #s(literal 1/216000 binary64) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))))) (+.f64 (*.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (*.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))))) (-.f64 (*.f64 #s(literal 207360000 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (/.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal 207360000 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (-.f64 (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y))) (*.f64 a (*.f64 a #s(literal 14400 binary64)))) (/.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64)))))) (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 2985984000000 binary64))) (/.f64 (*.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (*.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))))) (/.f64 #s(literal 1/216000 binary64) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)))) (-.f64 (*.f64 #s(literal 207360000 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (*.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64)))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 207360000 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (*.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64)))))) (-.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 2985984000000 binary64))) (/.f64 (*.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (*.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))))) (/.f64 #s(literal 1/216000 binary64) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))))))) (neg.f64 (+.f64 (*.f64 #s(literal 207360000 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (-.f64 (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y))) (*.f64 a (*.f64 a #s(literal 14400 binary64)))) (/.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 207360000 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (*.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))))))) (neg.f64 (-.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (*.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))))) (*.f64 #s(literal 207360000 binary64) (*.f64 (*.f64 a a) (*.f64 a a)))) (-.f64 (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y))) (*.f64 a (*.f64 a #s(literal 14400 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 207360000 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (-.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y))))) (*.f64 (-.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)))) (*.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (*.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))))))) (*.f64 (-.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)))) (-.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 #s(literal 207360000 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (-.f64 (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y))) (*.f64 a (*.f64 a #s(literal 14400 binary64)))) (/.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64)))))) (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 2985984000000 binary64))) (/.f64 (*.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (*.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))))) (/.f64 #s(literal 1/216000 binary64) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y))))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)))) (-.f64 (*.f64 #s(literal 207360000 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (*.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 2985984000000 binary64))) (/.f64 (*.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (*.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))))) (/.f64 #s(literal 1/216000 binary64) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (-.f64 x y)))))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 207360000 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (/.f64 (-.f64 (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y))) (*.f64 a (*.f64 a #s(literal 14400 binary64)))) (/.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64)))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 207360000 binary64) (*.f64 (*.f64 a a) (*.f64 a a))) (*.f64 (*.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) (/.f64 (-.f64 x y) (-.f64 z t)))) #s(literal 3600 binary64)) (*.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64)))))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (/.f64 (+.f64 (/.f64 (-.f64 x y) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal -120 binary64))) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)))))) |
| 1× | egg-herbie |
| 5 870× | *-lowering-*.f32 |
| 5 870× | *-lowering-*.f64 |
| 5 010× | accelerator-lowering-fma.f32 |
| 5 010× | accelerator-lowering-fma.f64 |
| 4 464× | +-lowering-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 2449 | 30684 |
| 1 | 6837 | 30684 |
| 0 | 8021 | 29110 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ (* -60 (/ (- x y) t)) (* 120 a)) |
(+ (* -60 (/ (- x y) t)) (+ (* 60 (* z (- (/ y (pow t 2)) (/ x (pow t 2))))) (* 120 a))) |
(+ (* -60 (/ (- x y) t)) (+ (* 120 a) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) t)))))) |
(+ (* -60 (/ (- x y) t)) (+ (* 120 a) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* z (+ (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* 60 (/ (- (/ y (pow t 2)) (/ x (pow t 2))) t)))))))) |
(* 120 a) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+ (* 60 (/ (* t (- x y)) (pow z 2))) (+ (* 60 (/ (- x y) z)) (* 120 a))) |
(+ (* 60 (/ (* t (- x y)) (pow z 2))) (+ (* 60 (/ (* (pow t 2) (- x y)) (pow z 3))) (+ (* 60 (/ (- x y) z)) (* 120 a)))) |
(* 120 a) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+ (* -1 (/ (+ (* -60 (- x y)) (* -60 (/ (* t (- x y)) z))) z)) (* 120 a)) |
(+ (* -1 (/ (+ (* -60 (- x y)) (* -1 (/ (+ (* 60 (* t (- x y))) (* 60 (/ (* (pow t 2) (- x y)) z))) z))) z)) (* 120 a)) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+ (* 60 (/ (* t (- x y)) (pow z 2))) (+ (* 60 (/ (- x y) z)) (* 120 a))) |
(+ (* 60 (/ (- x y) z)) (+ (* 120 a) (* t (+ (* 60 (/ (* t (- x y)) (pow z 3))) (* 60 (/ (- x y) (pow z 2))))))) |
(+ (* 60 (/ (- x y) z)) (+ (* 120 a) (* t (+ (* 60 (/ (- x y) (pow z 2))) (* t (+ (* 60 (/ (* t (- x y)) (pow z 4))) (* 60 (/ (- x y) (pow z 3))))))))) |
(* 120 a) |
(+ (* -60 (/ (- x y) t)) (* 120 a)) |
(+ (* -60 (/ (* z (- x y)) (pow t 2))) (+ (* -60 (/ (- x y) t)) (* 120 a))) |
(+ (* -60 (/ (* z (- x y)) (pow t 2))) (+ (* -60 (/ (* (pow z 2) (- x y)) (pow t 3))) (+ (* -60 (/ (- x y) t)) (* 120 a)))) |
(* 120 a) |
(+ (* -60 (/ (- x y) t)) (* 120 a)) |
(+ (* -1 (/ (+ (* 60 (- x y)) (* 60 (/ (* z (- x y)) t))) t)) (* 120 a)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -60 (* z (- x y))) (* -60 (/ (* (pow z 2) (- x y)) t))) t)) (* 60 (- x y))) t)) (* 120 a)) |
(+ (* -60 (/ y (- z t))) (* 120 a)) |
(+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a))) |
(+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a))) |
(+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a))) |
(* 60 (/ x (- z t))) |
(* x (+ (* -60 (/ y (* x (- z t)))) (+ (* 120 (/ a x)) (* 60 (/ 1 (- z t)))))) |
(* x (+ (* -60 (/ y (* x (- z t)))) (+ (* 120 (/ a x)) (* 60 (/ 1 (- z t)))))) |
(* x (+ (* -60 (/ y (* x (- z t)))) (+ (* 120 (/ a x)) (* 60 (/ 1 (- z t)))))) |
(* 60 (/ x (- z t))) |
(* -1 (* x (- (* -1 (/ (+ (* -60 (/ y (- z t))) (* 120 a)) x)) (* 60 (/ 1 (- z t)))))) |
(* -1 (* x (- (* -1 (/ (+ (* -60 (/ y (- z t))) (* 120 a)) x)) (* 60 (/ 1 (- z t)))))) |
(* -1 (* x (- (* -1 (/ (+ (* -60 (/ y (- z t))) (* 120 a)) x)) (* 60 (/ 1 (- z t)))))) |
(+ (* 60 (/ x (- z t))) (* 120 a)) |
(+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a))) |
(+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a))) |
(+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a))) |
(* -60 (/ y (- z t))) |
(* y (- (+ (* 60 (/ x (* y (- z t)))) (* 120 (/ a y))) (* 60 (/ 1 (- z t))))) |
(* y (- (+ (* 60 (/ x (* y (- z t)))) (* 120 (/ a y))) (* 60 (/ 1 (- z t))))) |
(* y (- (+ (* 60 (/ x (* y (- z t)))) (* 120 (/ a y))) (* 60 (/ 1 (- z t))))) |
(* -60 (/ y (- z t))) |
(* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x (- z t))) (* 120 a)) y)) (* 60 (/ 1 (- z t)))))) |
(* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x (- z t))) (* 120 a)) y)) (* 60 (/ 1 (- z t)))))) |
(* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x (- z t))) (* 120 a)) y)) (* 60 (/ 1 (- z t)))))) |
(* 60 (/ (- x y) (- z t))) |
(+ (* 60 (/ (- x y) (- z t))) (* 120 a)) |
(+ (* 60 (/ (- x y) (- z t))) (* 120 a)) |
(+ (* 60 (/ (- x y) (- z t))) (* 120 a)) |
(* 120 a) |
(* a (+ 120 (* 60 (/ (- x y) (* a (- z t)))))) |
(* a (+ 120 (* 60 (/ (- x y) (* a (- z t)))))) |
(* a (+ 120 (* 60 (/ (- x y) (* a (- z t)))))) |
(* 120 a) |
(* -1 (* a (- (* -60 (/ (- x y) (* a (- z t)))) 120))) |
(* -1 (* a (- (* -60 (/ (- x y) (* a (- z t)))) 120))) |
(* -1 (* a (- (* -60 (/ (- x y) (* a (- z t)))) 120))) |
(* -60 (/ (- x y) t)) |
(+ (* -60 (/ (- x y) t)) (* 60 (* z (- (/ y (pow t 2)) (/ x (pow t 2)))))) |
(+ (* -60 (/ (- x y) t)) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) t))))) |
(+ (* -60 (/ (- x y) t)) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* z (+ (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* 60 (/ (- (/ y (pow t 2)) (/ x (pow t 2))) t))))))) |
(* 60 (/ (- x y) z)) |
(/ (+ (* 60 (- x y)) (* 60 (/ (* t (- x y)) z))) z) |
(/ (+ (* 60 (- x y)) (+ (* 60 (/ (* t (- x y)) z)) (* 60 (/ (* (pow t 2) (- x y)) (pow z 2))))) z) |
(/ (+ (* 60 (- x y)) (+ (* 60 (/ (* t (- x y)) z)) (+ (* 60 (/ (* (pow t 2) (- x y)) (pow z 2))) (* 60 (/ (* (pow t 3) (- x y)) (pow z 3)))))) z) |
(* 60 (/ (- x y) z)) |
(* -1 (/ (+ (* -60 (- x y)) (* -60 (/ (* t (- x y)) z))) z)) |
(* -1 (/ (+ (* -60 (- x y)) (* -1 (/ (+ (* 60 (* t (- x y))) (* 60 (/ (* (pow t 2) (- x y)) z))) z))) z)) |
(* -1 (/ (+ (* -60 (- x y)) (* -1 (/ (+ (* -1 (/ (+ (* -60 (* (pow t 2) (- x y))) (* -60 (/ (* (pow t 3) (- x y)) z))) z)) (* 60 (* t (- x y)))) z))) z)) |
(* 60 (/ (- x y) z)) |
(+ (* 60 (/ (* t (- x y)) (pow z 2))) (* 60 (/ (- x y) z))) |
(+ (* 60 (/ (- x y) z)) (* t (+ (* 60 (/ (* t (- x y)) (pow z 3))) (* 60 (/ (- x y) (pow z 2)))))) |
(+ (* 60 (/ (- x y) z)) (* t (+ (* 60 (/ (- x y) (pow z 2))) (* t (+ (* 60 (/ (* t (- x y)) (pow z 4))) (* 60 (/ (- x y) (pow z 3)))))))) |
(* -60 (/ (- x y) t)) |
(/ (+ (* -60 (- x y)) (* -60 (/ (* z (- x y)) t))) t) |
(/ (+ (* -60 (- x y)) (+ (* -60 (/ (* z (- x y)) t)) (* -60 (/ (* (pow z 2) (- x y)) (pow t 2))))) t) |
(/ (+ (* -60 (- x y)) (+ (* -60 (/ (* z (- x y)) t)) (+ (* -60 (/ (* (pow z 2) (- x y)) (pow t 2))) (* -60 (/ (* (pow z 3) (- x y)) (pow t 3)))))) t) |
(* -60 (/ (- x y) t)) |
(* -1 (/ (+ (* 60 (- x y)) (* 60 (/ (* z (- x y)) t))) t)) |
(* -1 (/ (+ (* -1 (/ (+ (* -60 (* z (- x y))) (* -60 (/ (* (pow z 2) (- x y)) t))) t)) (* 60 (- x y))) t)) |
(* -1 (/ (+ (* -1 (/ (+ (* -60 (* z (- x y))) (* -1 (/ (+ (* 60 (* (pow z 2) (- x y))) (* 60 (/ (* (pow z 3) (- x y)) t))) t))) t)) (* 60 (- x y))) t)) |
(* -60 (/ y (- z t))) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(* 60 (/ x (- z t))) |
(* x (+ (* -60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t))))) |
(* x (+ (* -60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t))))) |
(* x (+ (* -60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t))))) |
(* 60 (/ x (- z t))) |
(* -1 (* x (- (* 60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t)))))) |
(* -1 (* x (- (* 60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t)))))) |
(* -1 (* x (- (* 60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t)))))) |
(* 60 (/ x (- z t))) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(* -60 (/ y (- z t))) |
(* y (- (* 60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t))))) |
(* y (- (* 60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t))))) |
(* y (- (* 60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t))))) |
(* -60 (/ y (- z t))) |
(* -1 (* y (+ (* -60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t)))))) |
(* -1 (* y (+ (* -60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t)))))) |
(* -1 (* y (+ (* -60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t)))))) |
(/ -60 t) |
(- (* -60 (/ z (pow t 2))) (* 60 (/ 1 t))) |
(- (* z (- (* -60 (/ z (pow t 3))) (* 60 (/ 1 (pow t 2))))) (* 60 (/ 1 t))) |
(- (* z (- (* z (- (* -60 (/ z (pow t 4))) (* 60 (/ 1 (pow t 3))))) (* 60 (/ 1 (pow t 2))))) (* 60 (/ 1 t))) |
(/ 60 z) |
(/ (+ 60 (* 60 (/ t z))) z) |
(/ (- (+ 60 (* 60 (/ (pow t 2) (pow z 2)))) (* -60 (/ t z))) z) |
(/ (- (+ 60 (* 60 (/ (pow t 3) (pow z 3)))) (+ (* -60 (/ t z)) (* -60 (/ (pow t 2) (pow z 2))))) z) |
(/ 60 z) |
(* -1 (/ (- (* -60 (/ t z)) 60) z)) |
(* -1 (/ (- (* -1 (/ (- (* 60 (/ (pow t 2) z)) (* -60 t)) z)) 60) z)) |
(* -1 (/ (- (* -1 (/ (- (* -1 (/ (- (* -60 (/ (pow t 3) z)) (* 60 (pow t 2))) z)) (* -60 t)) z)) 60) z)) |
(/ 60 z) |
(+ (* 60 (/ t (pow z 2))) (* 60 (/ 1 z))) |
(+ (* t (+ (* 60 (/ t (pow z 3))) (* 60 (/ 1 (pow z 2))))) (* 60 (/ 1 z))) |
(+ (* t (+ (* t (+ (* 60 (/ t (pow z 4))) (* 60 (/ 1 (pow z 3))))) (* 60 (/ 1 (pow z 2))))) (* 60 (/ 1 z))) |
(/ -60 t) |
(/ (- (* -60 (/ z t)) 60) t) |
(/ (- (* -60 (/ (pow z 2) (pow t 2))) (+ 60 (* 60 (/ z t)))) t) |
(/ (- (* -60 (/ (pow z 3) (pow t 3))) (+ 60 (+ (* 60 (/ z t)) (* 60 (/ (pow z 2) (pow t 2)))))) t) |
(/ -60 t) |
(* -1 (/ (+ 60 (* 60 (/ z t))) t)) |
(* -1 (/ (+ 60 (* -1 (/ (- (* -60 (/ (pow z 2) t)) (* 60 z)) t))) t)) |
(* -1 (/ (+ 60 (* -1 (/ (- (* -1 (/ (- (* 60 (/ (pow z 3) t)) (* -60 (pow z 2))) t)) (* 60 z)) t))) t)) |
(* -1 t) |
(- z t) |
(- z t) |
(- z t) |
z |
(* z (+ 1 (* -1 (/ t z)))) |
(* z (+ 1 (* -1 (/ t z)))) |
(* z (+ 1 (* -1 (/ t z)))) |
z |
(* -1 (* z (- (/ t z) 1))) |
(* -1 (* z (- (/ t z) 1))) |
(* -1 (* z (- (/ t z) 1))) |
z |
(+ z (* -1 t)) |
(+ z (* -1 t)) |
(+ z (* -1 t)) |
(* -1 t) |
(* t (- (/ z t) 1)) |
(* t (- (/ z t) 1)) |
(* t (- (/ z t) 1)) |
(* -1 t) |
(* -1 (* t (+ 1 (* -1 (/ z t))))) |
(* -1 (* t (+ 1 (* -1 (/ z t))))) |
(* -1 (* t (+ 1 (* -1 (/ z t))))) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* -60 (/ y (- z t))) |
(+ (* -60 (/ y (- z t))) (* 120 a)) |
(+ (* -60 (/ y (- z t))) (* 120 a)) |
(+ (* -60 (/ y (- z t))) (* 120 a)) |
(* 120 a) |
(* a (+ 120 (* -60 (/ y (* a (- z t)))))) |
(* a (+ 120 (* -60 (/ y (* a (- z t)))))) |
(* a (+ 120 (* -60 (/ y (* a (- z t)))))) |
(* 120 a) |
(* -1 (* a (- (* 60 (/ y (* a (- z t)))) 120))) |
(* -1 (* a (- (* 60 (/ y (* a (- z t)))) 120))) |
(* -1 (* a (- (* 60 (/ y (* a (- z t)))) 120))) |
(* 120 a) |
(+ (* -60 (/ y (- z t))) (* 120 a)) |
(+ (* -60 (/ y (- z t))) (* 120 a)) |
(+ (* -60 (/ y (- z t))) (* 120 a)) |
(* -60 (/ y (- z t))) |
(* y (- (* 120 (/ a y)) (* 60 (/ 1 (- z t))))) |
(* y (- (* 120 (/ a y)) (* 60 (/ 1 (- z t))))) |
(* y (- (* 120 (/ a y)) (* 60 (/ 1 (- z t))))) |
(* -60 (/ y (- z t))) |
(* -1 (* y (+ (* -120 (/ a y)) (* 60 (/ 1 (- z t)))))) |
(* -1 (* y (+ (* -120 (/ a y)) (* 60 (/ 1 (- z t)))))) |
(* -1 (* y (+ (* -120 (/ a y)) (* 60 (/ 1 (- z t)))))) |
(+ (* 60 (/ y t)) (* 120 a)) |
(+ (* 60 (/ y t)) (+ (* 60 (/ (* y z) (pow t 2))) (* 120 a))) |
(+ (* 60 (/ y t)) (+ (* 120 a) (* z (+ (* 60 (/ y (pow t 2))) (* 60 (/ (* y z) (pow t 3))))))) |
(+ (* 60 (/ y t)) (+ (* 120 a) (* z (+ (* 60 (/ y (pow t 2))) (* z (+ (* 60 (/ y (pow t 3))) (* 60 (/ (* y z) (pow t 4))))))))) |
(* 120 a) |
(+ (* -60 (/ y z)) (* 120 a)) |
(+ (* -60 (/ y z)) (+ (* -60 (/ (* t y) (pow z 2))) (* 120 a))) |
(+ (* -60 (/ y z)) (+ (* -60 (/ (* t y) (pow z 2))) (+ (* -60 (/ (* (pow t 2) y) (pow z 3))) (* 120 a)))) |
(* 120 a) |
(+ (* -60 (/ y z)) (* 120 a)) |
(+ (* -1 (/ (+ (* 60 y) (* 60 (/ (* t y) z))) z)) (* 120 a)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -60 (* t y)) (* -60 (/ (* (pow t 2) y) z))) z)) (* 60 y)) z)) (* 120 a)) |
(+ (* -60 (/ y z)) (* 120 a)) |
(+ (* -60 (/ y z)) (+ (* -60 (/ (* t y) (pow z 2))) (* 120 a))) |
(+ (* -60 (/ y z)) (+ (* 120 a) (* t (+ (* -60 (/ y (pow z 2))) (* -60 (/ (* t y) (pow z 3))))))) |
(+ (* -60 (/ y z)) (+ (* 120 a) (* t (+ (* -60 (/ y (pow z 2))) (* t (+ (* -60 (/ y (pow z 3))) (* -60 (/ (* t y) (pow z 4))))))))) |
(* 120 a) |
(+ (* 60 (/ y t)) (* 120 a)) |
(+ (* 60 (/ y t)) (+ (* 60 (/ (* y z) (pow t 2))) (* 120 a))) |
(+ (* 60 (/ y t)) (+ (* 60 (/ (* y z) (pow t 2))) (+ (* 60 (/ (* y (pow z 2)) (pow t 3))) (* 120 a)))) |
(* 120 a) |
(+ (* 60 (/ y t)) (* 120 a)) |
(+ (* -1 (/ (+ (* -60 y) (* -60 (/ (* y z) t))) t)) (* 120 a)) |
(+ (* -1 (/ (+ (* -60 y) (* -1 (/ (+ (* 60 (* y z)) (* 60 (/ (* y (pow z 2)) t))) t))) t)) (* 120 a)) |
(* -60 (/ y (- z t))) |
(* -60 (/ y (- z t))) |
(* -60 (/ y (- z t))) |
(* -60 (/ y (- z t))) |
(* -60 (/ y (- z t))) |
(* -60 (/ y (- z t))) |
(* -60 (/ y (- z t))) |
(* -60 (/ y (- z t))) |
(* -60 (/ y (- z t))) |
(* -60 (/ y (- z t))) |
(* -60 (/ y (- z t))) |
(* -60 (/ y (- z t))) |
(* 60 (/ y t)) |
(+ (* 60 (/ y t)) (* 60 (/ (* y z) (pow t 2)))) |
(+ (* 60 (/ y t)) (* z (+ (* 60 (/ y (pow t 2))) (* 60 (/ (* y z) (pow t 3)))))) |
(+ (* 60 (/ y t)) (* z (+ (* 60 (/ y (pow t 2))) (* z (+ (* 60 (/ y (pow t 3))) (* 60 (/ (* y z) (pow t 4)))))))) |
(* -60 (/ y z)) |
(/ (+ (* -60 y) (* -60 (/ (* t y) z))) z) |
(/ (+ (* -60 y) (+ (* -60 (/ (* t y) z)) (* -60 (/ (* (pow t 2) y) (pow z 2))))) z) |
(/ (+ (* -60 y) (+ (* -60 (/ (* t y) z)) (+ (* -60 (/ (* (pow t 2) y) (pow z 2))) (* -60 (/ (* (pow t 3) y) (pow z 3)))))) z) |
(* -60 (/ y z)) |
(* -1 (/ (+ (* 60 y) (* 60 (/ (* t y) z))) z)) |
(* -1 (/ (+ (* -1 (/ (+ (* -60 (* t y)) (* -60 (/ (* (pow t 2) y) z))) z)) (* 60 y)) z)) |
(* -1 (/ (+ (* -1 (/ (+ (* -60 (* t y)) (* -1 (/ (+ (* 60 (* (pow t 2) y)) (* 60 (/ (* (pow t 3) y) z))) z))) z)) (* 60 y)) z)) |
(* -60 (/ y z)) |
(+ (* -60 (/ y z)) (* -60 (/ (* t y) (pow z 2)))) |
(+ (* -60 (/ y z)) (* t (+ (* -60 (/ y (pow z 2))) (* -60 (/ (* t y) (pow z 3)))))) |
(+ (* -60 (/ y z)) (* t (+ (* -60 (/ y (pow z 2))) (* t (+ (* -60 (/ y (pow z 3))) (* -60 (/ (* t y) (pow z 4)))))))) |
(* 60 (/ y t)) |
(/ (+ (* 60 y) (* 60 (/ (* y z) t))) t) |
(/ (+ (* 60 y) (+ (* 60 (/ (* y z) t)) (* 60 (/ (* y (pow z 2)) (pow t 2))))) t) |
(/ (+ (* 60 y) (+ (* 60 (/ (* y z) t)) (+ (* 60 (/ (* y (pow z 2)) (pow t 2))) (* 60 (/ (* y (pow z 3)) (pow t 3)))))) t) |
(* 60 (/ y t)) |
(* -1 (/ (+ (* -60 y) (* -60 (/ (* y z) t))) t)) |
(* -1 (/ (+ (* -60 y) (* -1 (/ (+ (* 60 (* y z)) (* 60 (/ (* y (pow z 2)) t))) t))) t)) |
(* -1 (/ (+ (* -60 y) (* -1 (/ (+ (* -1 (/ (+ (* -60 (* y (pow z 2))) (* -60 (/ (* y (pow z 3)) t))) t)) (* 60 (* y z))) t))) t)) |
(/ y (- z t)) |
(/ y (- z t)) |
(/ y (- z t)) |
(/ y (- z t)) |
(/ y (- z t)) |
(/ y (- z t)) |
(/ y (- z t)) |
(/ y (- z t)) |
(/ y (- z t)) |
(/ y (- z t)) |
(/ y (- z t)) |
(/ y (- z t)) |
(* -1 (/ y t)) |
(+ (* -1 (/ y t)) (* -1 (/ (* y z) (pow t 2)))) |
(+ (* -1 (/ y t)) (* z (- (* -1 (/ (* y z) (pow t 3))) (/ y (pow t 2))))) |
(+ (* -1 (/ y t)) (* z (- (* z (- (* -1 (/ (* y z) (pow t 4))) (/ y (pow t 3)))) (/ y (pow t 2))))) |
(/ y z) |
(/ (+ y (/ (* t y) z)) z) |
(/ (- (+ y (/ (* (pow t 2) y) (pow z 2))) (* -1 (/ (* t y) z))) z) |
(/ (- (+ y (/ (* (pow t 3) y) (pow z 3))) (+ (* -1 (/ (* t y) z)) (* -1 (/ (* (pow t 2) y) (pow z 2))))) z) |
(/ y z) |
(* -1 (/ (+ (* -1 y) (* -1 (/ (* t y) z))) z)) |
(* -1 (/ (+ (* -1 y) (* -1 (/ (+ (* t y) (/ (* (pow t 2) y) z)) z))) z)) |
(* -1 (/ (+ (* -1 y) (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (pow t 2) y)) (* -1 (/ (* (pow t 3) y) z))) z)) (* t y)) z))) z)) |
(/ y z) |
(+ (/ y z) (/ (* t y) (pow z 2))) |
(+ (* t (- (/ (* t y) (pow z 3)) (* -1 (/ y (pow z 2))))) (/ y z)) |
(+ (* t (- (* t (- (/ (* t y) (pow z 4)) (* -1 (/ y (pow z 3))))) (* -1 (/ y (pow z 2))))) (/ y z)) |
(* -1 (/ y t)) |
(/ (+ (* -1 y) (* -1 (/ (* y z) t))) t) |
(/ (- (+ (* -1 y) (* -1 (/ (* y (pow z 2)) (pow t 2)))) (/ (* y z) t)) t) |
(/ (- (+ (* -1 y) (* -1 (/ (* y (pow z 3)) (pow t 3)))) (+ (/ (* y z) t) (/ (* y (pow z 2)) (pow t 2)))) t) |
(* -1 (/ y t)) |
(* -1 (/ (+ y (/ (* y z) t)) t)) |
(* -1 (/ (+ y (* -1 (/ (- (* -1 (/ (* y (pow z 2)) t)) (* y z)) t))) t)) |
(* -1 (/ (+ y (* -1 (/ (- (* -1 (/ (- (/ (* y (pow z 3)) t) (* -1 (* y (pow z 2)))) t)) (* y z)) t))) t)) |
(+ (* -60 (/ (- x y) t)) (* 120 a)) |
(+ (* -60 (/ (- x y) t)) (+ (* 60 (* z (- (/ y (pow t 2)) (/ x (pow t 2))))) (* 120 a))) |
(+ (* -60 (/ (- x y) t)) (+ (* 120 a) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) t)))))) |
(+ (* -60 (/ (- x y) t)) (+ (* 120 a) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* z (+ (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* 60 (/ (- (/ y (pow t 2)) (/ x (pow t 2))) t)))))))) |
(* 120 a) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+ (* 60 (/ (* t (- x y)) (pow z 2))) (+ (* 60 (/ (- x y) z)) (* 120 a))) |
(+ (* 60 (/ (* t (- x y)) (pow z 2))) (+ (* 60 (/ (* (pow t 2) (- x y)) (pow z 3))) (+ (* 60 (/ (- x y) z)) (* 120 a)))) |
(* 120 a) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+ (* -1 (/ (+ (* -60 (- x y)) (* -60 (/ (* t (- x y)) z))) z)) (* 120 a)) |
(+ (* -1 (/ (+ (* -60 (- x y)) (* -1 (/ (+ (* 60 (* t (- x y))) (* 60 (/ (* (pow t 2) (- x y)) z))) z))) z)) (* 120 a)) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+ (* 60 (/ (* t (- x y)) (pow z 2))) (+ (* 60 (/ (- x y) z)) (* 120 a))) |
(+ (* 60 (/ (- x y) z)) (+ (* 120 a) (* t (+ (* 60 (/ (* t (- x y)) (pow z 3))) (* 60 (/ (- x y) (pow z 2))))))) |
(+ (* 60 (/ (- x y) z)) (+ (* 120 a) (* t (+ (* 60 (/ (- x y) (pow z 2))) (* t (+ (* 60 (/ (* t (- x y)) (pow z 4))) (* 60 (/ (- x y) (pow z 3))))))))) |
(* 120 a) |
(+ (* -60 (/ (- x y) t)) (* 120 a)) |
(+ (* -60 (/ (* z (- x y)) (pow t 2))) (+ (* -60 (/ (- x y) t)) (* 120 a))) |
(+ (* -60 (/ (* z (- x y)) (pow t 2))) (+ (* -60 (/ (* (pow z 2) (- x y)) (pow t 3))) (+ (* -60 (/ (- x y) t)) (* 120 a)))) |
(* 120 a) |
(+ (* -60 (/ (- x y) t)) (* 120 a)) |
(+ (* -1 (/ (+ (* 60 (- x y)) (* 60 (/ (* z (- x y)) t))) t)) (* 120 a)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -60 (* z (- x y))) (* -60 (/ (* (pow z 2) (- x y)) t))) t)) (* 60 (- x y))) t)) (* 120 a)) |
(+ (* -60 (/ y (- z t))) (* 120 a)) |
(+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a))) |
(+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a))) |
(+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a))) |
(* 60 (/ x (- z t))) |
(* x (+ (* -60 (/ y (* x (- z t)))) (+ (* 120 (/ a x)) (* 60 (/ 1 (- z t)))))) |
(* x (+ (* -60 (/ y (* x (- z t)))) (+ (* 120 (/ a x)) (* 60 (/ 1 (- z t)))))) |
(* x (+ (* -60 (/ y (* x (- z t)))) (+ (* 120 (/ a x)) (* 60 (/ 1 (- z t)))))) |
(* 60 (/ x (- z t))) |
(* -1 (* x (- (* -1 (/ (+ (* -60 (/ y (- z t))) (* 120 a)) x)) (* 60 (/ 1 (- z t)))))) |
(* -1 (* x (- (* -1 (/ (+ (* -60 (/ y (- z t))) (* 120 a)) x)) (* 60 (/ 1 (- z t)))))) |
(* -1 (* x (- (* -1 (/ (+ (* -60 (/ y (- z t))) (* 120 a)) x)) (* 60 (/ 1 (- z t)))))) |
(+ (* 60 (/ x (- z t))) (* 120 a)) |
(+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a))) |
(+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a))) |
(+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a))) |
(* -60 (/ y (- z t))) |
(* y (- (+ (* 60 (/ x (* y (- z t)))) (* 120 (/ a y))) (* 60 (/ 1 (- z t))))) |
(* y (- (+ (* 60 (/ x (* y (- z t)))) (* 120 (/ a y))) (* 60 (/ 1 (- z t))))) |
(* y (- (+ (* 60 (/ x (* y (- z t)))) (* 120 (/ a y))) (* 60 (/ 1 (- z t))))) |
(* -60 (/ y (- z t))) |
(* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x (- z t))) (* 120 a)) y)) (* 60 (/ 1 (- z t)))))) |
(* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x (- z t))) (* 120 a)) y)) (* 60 (/ 1 (- z t)))))) |
(* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x (- z t))) (* 120 a)) y)) (* 60 (/ 1 (- z t)))))) |
(* 60 (/ (- x y) (- z t))) |
(+ (* 60 (/ (- x y) (- z t))) (* 120 a)) |
(+ (* 60 (/ (- x y) (- z t))) (* 120 a)) |
(+ (* 60 (/ (- x y) (- z t))) (* 120 a)) |
(* 120 a) |
(* a (+ 120 (* 60 (/ (- x y) (* a (- z t)))))) |
(* a (+ 120 (* 60 (/ (- x y) (* a (- z t)))))) |
(* a (+ 120 (* 60 (/ (- x y) (* a (- z t)))))) |
(* 120 a) |
(* -1 (* a (- (* -60 (/ (- x y) (* a (- z t)))) 120))) |
(* -1 (* a (- (* -60 (/ (- x y) (* a (- z t)))) 120))) |
(* -1 (* a (- (* -60 (/ (- x y) (* a (- z t)))) 120))) |
(* -60 (/ (- x y) t)) |
(+ (* -60 (/ (- x y) t)) (* 60 (* z (- (/ y (pow t 2)) (/ x (pow t 2)))))) |
(+ (* -60 (/ (- x y) t)) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) t))))) |
(+ (* -60 (/ (- x y) t)) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* z (+ (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* 60 (/ (- (/ y (pow t 2)) (/ x (pow t 2))) t))))))) |
(* 60 (/ (- x y) z)) |
(/ (+ (* 60 (- x y)) (* 60 (/ (* t (- x y)) z))) z) |
(/ (+ (* 60 (- x y)) (+ (* 60 (/ (* t (- x y)) z)) (* 60 (/ (* (pow t 2) (- x y)) (pow z 2))))) z) |
(/ (+ (* 60 (- x y)) (+ (* 60 (/ (* t (- x y)) z)) (+ (* 60 (/ (* (pow t 2) (- x y)) (pow z 2))) (* 60 (/ (* (pow t 3) (- x y)) (pow z 3)))))) z) |
(* 60 (/ (- x y) z)) |
(* -1 (/ (+ (* -60 (- x y)) (* -60 (/ (* t (- x y)) z))) z)) |
(* -1 (/ (+ (* -60 (- x y)) (* -1 (/ (+ (* 60 (* t (- x y))) (* 60 (/ (* (pow t 2) (- x y)) z))) z))) z)) |
(* -1 (/ (+ (* -60 (- x y)) (* -1 (/ (+ (* -1 (/ (+ (* -60 (* (pow t 2) (- x y))) (* -60 (/ (* (pow t 3) (- x y)) z))) z)) (* 60 (* t (- x y)))) z))) z)) |
(* 60 (/ (- x y) z)) |
(+ (* 60 (/ (* t (- x y)) (pow z 2))) (* 60 (/ (- x y) z))) |
(+ (* 60 (/ (- x y) z)) (* t (+ (* 60 (/ (* t (- x y)) (pow z 3))) (* 60 (/ (- x y) (pow z 2)))))) |
(+ (* 60 (/ (- x y) z)) (* t (+ (* 60 (/ (- x y) (pow z 2))) (* t (+ (* 60 (/ (* t (- x y)) (pow z 4))) (* 60 (/ (- x y) (pow z 3)))))))) |
(* -60 (/ (- x y) t)) |
(/ (+ (* -60 (- x y)) (* -60 (/ (* z (- x y)) t))) t) |
(/ (+ (* -60 (- x y)) (+ (* -60 (/ (* z (- x y)) t)) (* -60 (/ (* (pow z 2) (- x y)) (pow t 2))))) t) |
(/ (+ (* -60 (- x y)) (+ (* -60 (/ (* z (- x y)) t)) (+ (* -60 (/ (* (pow z 2) (- x y)) (pow t 2))) (* -60 (/ (* (pow z 3) (- x y)) (pow t 3)))))) t) |
(* -60 (/ (- x y) t)) |
(* -1 (/ (+ (* 60 (- x y)) (* 60 (/ (* z (- x y)) t))) t)) |
(* -1 (/ (+ (* -1 (/ (+ (* -60 (* z (- x y))) (* -60 (/ (* (pow z 2) (- x y)) t))) t)) (* 60 (- x y))) t)) |
(* -1 (/ (+ (* -1 (/ (+ (* -60 (* z (- x y))) (* -1 (/ (+ (* 60 (* (pow z 2) (- x y))) (* 60 (/ (* (pow z 3) (- x y)) t))) t))) t)) (* 60 (- x y))) t)) |
(* -60 (/ y (- z t))) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(* 60 (/ x (- z t))) |
(* x (+ (* -60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t))))) |
(* x (+ (* -60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t))))) |
(* x (+ (* -60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t))))) |
(* 60 (/ x (- z t))) |
(* -1 (* x (- (* 60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t)))))) |
(* -1 (* x (- (* 60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t)))))) |
(* -1 (* x (- (* 60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t)))))) |
(* 60 (/ x (- z t))) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(* -60 (/ y (- z t))) |
(* y (- (* 60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t))))) |
(* y (- (* 60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t))))) |
(* y (- (* 60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t))))) |
(* -60 (/ y (- z t))) |
(* -1 (* y (+ (* -60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t)))))) |
(* -1 (* y (+ (* -60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t)))))) |
(* -1 (* y (+ (* -60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t)))))) |
(* -1 (/ t (- x y))) |
(+ (* -1 (/ t (- x y))) (/ z (- x y))) |
(+ (* -1 (/ t (- x y))) (/ z (- x y))) |
(+ (* -1 (/ t (- x y))) (/ z (- x y))) |
(/ z (- x y)) |
(* z (+ (* -1 (/ t (* z (- x y)))) (/ 1 (- x y)))) |
(* z (+ (* -1 (/ t (* z (- x y)))) (/ 1 (- x y)))) |
(* z (+ (* -1 (/ t (* z (- x y)))) (/ 1 (- x y)))) |
(/ z (- x y)) |
(* -1 (* z (- (/ t (* z (- x y))) (/ 1 (- x y))))) |
(* -1 (* z (- (/ t (* z (- x y))) (/ 1 (- x y))))) |
(* -1 (* z (- (/ t (* z (- x y))) (/ 1 (- x y))))) |
(/ z (- x y)) |
(+ (* -1 (/ t (- x y))) (/ z (- x y))) |
(+ (* -1 (/ t (- x y))) (/ z (- x y))) |
(+ (* -1 (/ t (- x y))) (/ z (- x y))) |
(* -1 (/ t (- x y))) |
(* t (- (/ z (* t (- x y))) (/ 1 (- x y)))) |
(* t (- (/ z (* t (- x y))) (/ 1 (- x y)))) |
(* t (- (/ z (* t (- x y))) (/ 1 (- x y)))) |
(* -1 (/ t (- x y))) |
(* -1 (* t (+ (* -1 (/ z (* t (- x y)))) (/ 1 (- x y))))) |
(* -1 (* t (+ (* -1 (/ z (* t (- x y)))) (/ 1 (- x y))))) |
(* -1 (* t (+ (* -1 (/ z (* t (- x y)))) (/ 1 (- x y))))) |
(* -1 (/ (- z t) y)) |
(+ (* -1 (/ (- z t) y)) (* x (- (/ t (pow y 2)) (/ z (pow y 2))))) |
(+ (* -1 (/ (- z t) y)) (* x (- (+ (/ t (pow y 2)) (/ (* x (- (/ t (pow y 2)) (/ z (pow y 2)))) y)) (/ z (pow y 2))))) |
(+ (* -1 (/ (- z t) y)) (* x (- (+ (* x (- (/ (* x (- (/ t (pow y 2)) (/ z (pow y 2)))) (pow y 2)) (* -1 (/ (- (/ t (pow y 2)) (/ z (pow y 2))) y)))) (/ t (pow y 2))) (/ z (pow y 2))))) |
(/ (- z t) x) |
(/ (- (+ z (/ (* y (- z t)) x)) t) x) |
(/ (- (+ z (/ (* (pow y 2) (- z t)) (pow x 2))) (+ t (* -1 (/ (* y (- z t)) x)))) x) |
(/ (- (+ z (/ (* (pow y 3) (- z t)) (pow x 3))) (+ t (+ (* -1 (/ (* y (- z t)) x)) (* -1 (/ (* (pow y 2) (- z t)) (pow x 2)))))) x) |
(/ (- z t) x) |
(* -1 (/ (+ (* -1 (- z t)) (* -1 (/ (* y (- z t)) x))) x)) |
(* -1 (/ (+ (* -1 (- z t)) (* -1 (/ (+ (* y (- z t)) (/ (* (pow y 2) (- z t)) x)) x))) x)) |
(* -1 (/ (+ (* -1 (- z t)) (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (pow y 2) (- z t))) (* -1 (/ (* (pow y 3) (- z t)) x))) x)) (* y (- z t))) x))) x)) |
(/ (- z t) x) |
(- (+ (/ z x) (/ (* y (- z t)) (pow x 2))) (/ t x)) |
(- (+ (* y (- (/ (* y (- z t)) (pow x 3)) (* -1 (/ (- z t) (pow x 2))))) (/ z x)) (/ t x)) |
(- (+ (* y (- (* y (- (/ (* y (- z t)) (pow x 4)) (* -1 (/ (- z t) (pow x 3))))) (* -1 (/ (- z t) (pow x 2))))) (/ z x)) (/ t x)) |
(* -1 (/ (- z t) y)) |
(/ (+ (* -1 (- z t)) (* -1 (/ (* x (- z t)) y))) y) |
(/ (- (+ (* -1 (- z t)) (* -1 (/ (* (pow x 2) (- z t)) (pow y 2)))) (/ (* x (- z t)) y)) y) |
(/ (- (+ (* -1 (- z t)) (* -1 (/ (* (pow x 3) (- z t)) (pow y 3)))) (+ (/ (* x (- z t)) y) (/ (* (pow x 2) (- z t)) (pow y 2)))) y) |
(* -1 (/ (- z t) y)) |
(* -1 (/ (- (+ z (/ (* x (- z t)) y)) t) y)) |
(* -1 (/ (- (+ z (* -1 (/ (- (* -1 (/ (* (pow x 2) (- z t)) y)) (* x (- z t))) y))) t) y)) |
(* -1 (/ (- (+ z (* -1 (/ (- (* -1 (/ (- (/ (* (pow x 3) (- z t)) y) (* -1 (* (pow x 2) (- z t)))) y)) (* x (- z t))) y))) t) y)) |
(/ (+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2)))) |
(+ (* -216000 (/ (pow y 3) (* (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) (pow (- z t) 3)))) (+ (* 1728000 (/ (pow a 3) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* x (- (* 216000 (/ (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* 60 (/ (* (+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2))))) (pow (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) 2))))))) |
(+ (* -216000 (/ (pow y 3) (* (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) (pow (- z t) 3)))) (+ (* 1728000 (/ (pow a 3) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* x (- (+ (* 216000 (/ (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* x (- (* 216000 (/ (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))) (+ (* 60 (/ (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- (* 216000 (/ (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* 60 (/ (* (+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2))))) (pow (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) 2))))) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* 3600 (/ (+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (* (pow (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) 2) (pow (- z t) 2)))))))) (* 60 (/ (* (+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2))))) (pow (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) 2))))))) |
(+ (* -216000 (/ (pow y 3) (* (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) (pow (- z t) 3)))) (+ (* 1728000 (/ (pow a 3) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* x (- (+ (* 216000 (/ (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* x (- (+ (* 216000 (/ (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* x (- (* 216000 (/ 1 (* (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) (pow (- z t) 3)))) (+ (* 60 (/ (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- (* 216000 (/ (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))) (+ (* 60 (/ (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- (* 216000 (/ (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* 60 (/ (* (+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2))))) (pow (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) 2))))) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* 3600 (/ (+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (* (pow (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) 2) (pow (- z t) 2))))))) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* 3600 (/ (- (* 216000 (/ (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* 60 (/ (* (+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2))))) (pow (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) 2)))) (* (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) (pow (- z t) 2)))))))) (+ (* 60 (/ (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- (* 216000 (/ (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* 60 (/ (* (+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2))))) (pow (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) 2))))) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* 3600 (/ (+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (* (pow (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) 2) (pow (- z t) 2)))))))) (* 60 (/ (* (+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2))))) (pow (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) 2))))))) |
(* 60 (/ x (- z t))) |
(* x (- (+ (* 60 (/ (* (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))) (pow (- z t) 2)) x)) (* 60 (/ 1 (- z t)))) (/ (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- z t)) x))) |
(* x (- (+ (* 60 (/ (* (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))) (pow (- z t) 2)) x)) (+ (* 60 (/ (* (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) (pow (- z t) 2)) (pow x 2))) (* 60 (/ 1 (- z t))))) (+ (* 1/60 (/ (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (* (pow (- z t) 2) (- (* 60 (* (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))) (pow (- z t) 2))) (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- z t))))) (pow x 2))) (+ (* 1/60 (/ (* (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) (- z t)) (pow x 2))) (/ (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- z t)) x))))) |
(* x (- (+ (* 1/3600 (/ (* (+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (pow (- z t) 2)) (pow x 3))) (+ (* 60 (/ (* (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))) (pow (- z t) 2)) x)) (+ (* 60 (/ (* (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) (pow (- z t) 2)) (pow x 2))) (* 60 (/ 1 (- z t)))))) (+ (* 1/3600 (/ (* (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) (* (pow (- z t) 2) (- (* 60 (* (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))) (pow (- z t) 2))) (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- z t))))) (pow x 3))) (+ (* 1/60 (/ (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (* (pow (- z t) 2) (- (* 60 (* (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))) (pow (- z t) 2))) (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- z t))))) (pow x 2))) (+ (* 1/60 (/ (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (* (pow (- z t) 2) (- (* 60 (* (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) (pow (- z t) 2))) (+ (* 1/60 (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (* (pow (- z t) 2) (- (* 60 (* (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))) (pow (- z t) 2))) (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- z t)))))) (* 1/60 (* (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) (- z t))))))) (pow x 3))) (+ (* 1/60 (/ (* (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) (- z t)) (pow x 2))) (/ (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- z t)) x))))))) |
(* 60 (/ x (- z t))) |
(* -1 (* x (- (* -1 (/ (- (* -60 (* (+ (* 2 (/ y (pow (- z t) 3))) (/ y (pow (- z t) 3))) (pow (- z t) 2))) (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- z t))) x)) (* 60 (/ 1 (- z t)))))) |
(* -1 (* x (- (* -1 (/ (- (+ (* -60 (* (+ (* 2 (/ y (pow (- z t) 3))) (/ y (pow (- z t) 3))) (pow (- z t) 2))) (* -1 (/ (- (* -60 (* (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) (pow (- z t) 2))) (+ (* -1/60 (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (* (pow (- z t) 2) (- (* -60 (* (+ (* 2 (/ y (pow (- z t) 3))) (/ y (pow (- z t) 3))) (pow (- z t) 2))) (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- z t)))))) (* -1/60 (* (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) (- z t))))) x))) (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- z t))) x)) (* 60 (/ 1 (- z t)))))) |
(* -1 (* x (- (* -1 (/ (- (+ (* -60 (* (+ (* 2 (/ y (pow (- z t) 3))) (/ y (pow (- z t) 3))) (pow (- z t) 2))) (* -1 (/ (- (+ (* -60 (* (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) (pow (- z t) 2))) (* -1 (/ (- (* 1/3600 (* (+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (pow (- z t) 2))) (+ (* -1/60 (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (* (pow (- z t) 2) (- (* -60 (* (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) (pow (- z t) 2))) (+ (* -1/60 (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (* (pow (- z t) 2) (- (* -60 (* (+ (* 2 (/ y (pow (- z t) 3))) (/ y (pow (- z t) 3))) (pow (- z t) 2))) (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- z t)))))) (* -1/60 (* (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) (- z t)))))))) (* 1/3600 (* (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) (* (pow (- z t) 2) (- (* -60 (* (+ (* 2 (/ y (pow (- z t) 3))) (/ y (pow (- z t) 3))) (pow (- z t) 2))) (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- z t)))))))) x))) (+ (* -1/60 (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (* (pow (- z t) 2) (- (* -60 (* (+ (* 2 (/ y (pow (- z t) 3))) (/ y (pow (- z t) 3))) (pow (- z t) 2))) (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- z t)))))) (* -1/60 (* (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) (- z t))))) x))) (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- z t))) x)) (* 60 (/ 1 (- z t)))))) |
(/ (+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2)))) |
(+ (* 216000 (/ (pow x 3) (* (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) (pow (- z t) 3)))) (+ (* 1728000 (/ (pow a 3) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* y (- (* 216000 (/ (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3)))) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* 60 (/ (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* 1728000 (pow a 3)))) (pow (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) 2))))))) |
(+ (* 216000 (/ (pow x 3) (* (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) (pow (- z t) 3)))) (+ (* 1728000 (/ (pow a 3) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* y (- (+ (* 216000 (/ (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3)))) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* y (- (* 216000 (/ (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))))) (+ (* 60 (/ (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (- (* 216000 (/ (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3)))) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* 60 (/ (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* 1728000 (pow a 3)))) (pow (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) 2))))) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* 3600 (/ (+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (* (pow (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) 2) (pow (- z t) 2)))))))) (* 60 (/ (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* 1728000 (pow a 3)))) (pow (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) 2))))))) |
(+ (* 216000 (/ (pow x 3) (* (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) (pow (- z t) 3)))) (+ (* 1728000 (/ (pow a 3) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* y (- (+ (* 216000 (/ (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3)))) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* y (- (+ (* -1 (* y (+ (* 60 (/ (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (- (* 216000 (/ (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))))) (+ (* 60 (/ (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (- (* 216000 (/ (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3)))) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* 60 (/ (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* 1728000 (pow a 3)))) (pow (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) 2))))) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* 3600 (/ (+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (* (pow (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) 2) (pow (- z t) 2))))))) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))))) (+ (* 3600 (/ (- (* 216000 (/ (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3)))) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* 60 (/ (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* 1728000 (pow a 3)))) (pow (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) 2)))) (* (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) (pow (- z t) 2)))) (* 216000 (/ 1 (* (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) (pow (- z t) 3)))))))) (* 216000 (/ (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2)))))) (+ (* 60 (/ (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (- (* 216000 (/ (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3)))) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* 60 (/ (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* 1728000 (pow a 3)))) (pow (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) 2))))) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* 3600 (/ (+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (* (pow (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) 2) (pow (- z t) 2)))))))) (* 60 (/ (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* 1728000 (pow a 3)))) (pow (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) 2))))))) |
(* -60 (/ y (- z t))) |
(* y (- (* 60 (/ (* (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) (pow (- z t) 2)) y)) (+ (* -1 (/ (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (- z t)) y)) (* 60 (/ 1 (- z t)))))) |
(* y (- (+ (* 60 (/ (* (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3)))) (pow (- z t) 2)) (pow y 2))) (* 60 (/ (* (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) (pow (- z t) 2)) y))) (+ (* -1 (/ (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (- z t)) y)) (+ (* -1/60 (/ (* (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) (- z t)) (pow y 2))) (+ (* 1/60 (/ (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (* (pow (- z t) 2) (- (* 60 (* (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) (pow (- z t) 2))) (* -1 (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (- z t)))))) (pow y 2))) (* 60 (/ 1 (- z t)))))))) |
(* y (- (+ (* 1/3600 (/ (* (+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (pow (- z t) 2)) (pow y 3))) (+ (* 60 (/ (* (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3)))) (pow (- z t) 2)) (pow y 2))) (* 60 (/ (* (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) (pow (- z t) 2)) y)))) (+ (* -1 (/ (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (- z t)) y)) (+ (* -1/60 (/ (* (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) (- z t)) (pow y 2))) (+ (* 1/3600 (/ (* (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) (* (pow (- z t) 2) (- (* 60 (* (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) (pow (- z t) 2))) (* -1 (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (- z t)))))) (pow y 3))) (+ (* 1/60 (/ (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (* (pow (- z t) 2) (- (* 60 (* (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3)))) (pow (- z t) 2))) (+ (* -1/60 (* (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) (- z t))) (* 1/60 (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (* (pow (- z t) 2) (- (* 60 (* (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) (pow (- z t) 2))) (* -1 (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (- z t))))))))))) (pow y 3))) (+ (* 1/60 (/ (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (* (pow (- z t) 2) (- (* 60 (* (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) (pow (- z t) 2))) (* -1 (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (- z t)))))) (pow y 2))) (* 60 (/ 1 (- z t)))))))))) |
(* -60 (/ y (- z t))) |
(* -1 (* y (+ (* -1 (/ (- (* 60 (* (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) (pow (- z t) 2))) (* (+ (* -120 (/ a (- z t))) (* 120 (/ x (pow (- z t) 2)))) (- z t))) y)) (* 60 (/ 1 (- z t)))))) |
(* -1 (* y (+ (* -1 (/ (- (+ (* -1 (/ (- (* 60 (* (+ (* 2 (/ (pow x 2) (pow (- z t) 3))) (/ (pow x 2) (pow (- z t) 3))) (pow (- z t) 2))) (+ (* 1/60 (* (+ (* -120 (/ a (- z t))) (* 120 (/ x (pow (- z t) 2)))) (* (pow (- z t) 2) (- (* 60 (* (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) (pow (- z t) 2))) (* (+ (* -120 (/ a (- z t))) (* 120 (/ x (pow (- z t) 2)))) (- z t)))))) (* 1/60 (* (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) (- z t))))) y)) (* 60 (* (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) (pow (- z t) 2)))) (* (+ (* -120 (/ a (- z t))) (* 120 (/ x (pow (- z t) 2)))) (- z t))) y)) (* 60 (/ 1 (- z t)))))) |
(* -1 (* y (+ (* -1 (/ (- (+ (* -1 (/ (- (+ (* -1 (/ (- (* 1/3600 (* (+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (pow (- z t) 2))) (+ (* 1/3600 (* (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) (* (pow (- z t) 2) (- (* 60 (* (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) (pow (- z t) 2))) (* (+ (* -120 (/ a (- z t))) (* 120 (/ x (pow (- z t) 2)))) (- z t)))))) (* 1/60 (* (+ (* -120 (/ a (- z t))) (* 120 (/ x (pow (- z t) 2)))) (* (pow (- z t) 2) (- (* 60 (* (+ (* 2 (/ (pow x 2) (pow (- z t) 3))) (/ (pow x 2) (pow (- z t) 3))) (pow (- z t) 2))) (+ (* 1/60 (* (+ (* -120 (/ a (- z t))) (* 120 (/ x (pow (- z t) 2)))) (* (pow (- z t) 2) (- (* 60 (* (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) (pow (- z t) 2))) (* (+ (* -120 (/ a (- z t))) (* 120 (/ x (pow (- z t) 2)))) (- z t)))))) (* 1/60 (* (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) (- z t)))))))))) y)) (* 60 (* (+ (* 2 (/ (pow x 2) (pow (- z t) 3))) (/ (pow x 2) (pow (- z t) 3))) (pow (- z t) 2)))) (+ (* 1/60 (* (+ (* -120 (/ a (- z t))) (* 120 (/ x (pow (- z t) 2)))) (* (pow (- z t) 2) (- (* 60 (* (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) (pow (- z t) 2))) (* (+ (* -120 (/ a (- z t))) (* 120 (/ x (pow (- z t) 2)))) (- z t)))))) (* 1/60 (* (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) (- z t))))) y)) (* 60 (* (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) (pow (- z t) 2)))) (* (+ (* -120 (/ a (- z t))) (* 120 (/ x (pow (- z t) 2)))) (- z t))) y)) (* 60 (/ 1 (- z t)))))) |
(/ (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3))) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2)))) |
(+ (* -216000 (/ (pow (- x y) 3) (* (pow t 3) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2)))))) (+ (* 1728000 (/ (pow a 3) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))))) (* z (- (* -216000 (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)) (* (pow t 6) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2)))))) (* 60 (/ (* (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3))) (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2)))) (pow (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))) 2))))))) |
(+ (* -216000 (/ (pow (- x y) 3) (* (pow t 3) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2)))))) (+ (* 1728000 (/ (pow a 3) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))))) (* z (- (+ (* -216000 (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)) (* (pow t 6) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2)))))) (* z (- (* -216000 (/ (+ (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) (pow t 6)) (/ (* (pow (+ (* 2 (pow t 2)) (pow t 2)) 2) (pow (- x y) 3)) (pow t 9))) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))))) (+ (* 60 (/ (* (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3))) (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* -1 (/ (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2))) t)))) (pow (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))) 2))) (* 60 (/ (* (- (* -216000 (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)) (* (pow t 6) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2)))))) (* 60 (/ (* (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3))) (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2)))) (pow (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))) 2)))) (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2)))) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))))))))) (* 60 (/ (* (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3))) (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2)))) (pow (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))) 2))))))) |
(+ (* -216000 (/ (pow (- x y) 3) (* (pow t 3) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2)))))) (+ (* 1728000 (/ (pow a 3) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))))) (* z (- (+ (* -216000 (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)) (* (pow t 6) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2)))))) (* z (- (+ (* -216000 (/ (+ (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) (pow t 6)) (/ (* (pow (+ (* 2 (pow t 2)) (pow t 2)) 2) (pow (- x y) 3)) (pow t 9))) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))))) (* z (- (* -216000 (/ (+ (/ (* (+ (* -2 t) (* -1 t)) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))) (pow t 9)) (+ (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (+ (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) (pow t 6)) (/ (* (pow (+ (* 2 (pow t 2)) (pow t 2)) 2) (pow (- x y) 3)) (pow t 9)))) (pow t 3)) (/ (pow (- x y) 3) (pow t 6)))) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))))) (+ (* 60 (/ (* (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3))) (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 3))) (* -1 (/ (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* -1 (/ (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2))) t))) t)))) (pow (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))) 2))) (+ (* 60 (/ (* (- (* -216000 (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)) (* (pow t 6) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2)))))) (* 60 (/ (* (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3))) (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2)))) (pow (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))) 2)))) (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* -1 (/ (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2))) t)))) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))))) (* 60 (/ (* (- (* -216000 (/ (+ (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) (pow t 6)) (/ (* (pow (+ (* 2 (pow t 2)) (pow t 2)) 2) (pow (- x y) 3)) (pow t 9))) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))))) (+ (* 60 (/ (* (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3))) (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* -1 (/ (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2))) t)))) (pow (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))) 2))) (* 60 (/ (* (- (* -216000 (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)) (* (pow t 6) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2)))))) (* 60 (/ (* (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3))) (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2)))) (pow (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))) 2)))) (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2)))) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))))))) (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2)))) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2)))))))))) (+ (* 60 (/ (* (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3))) (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* -1 (/ (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2))) t)))) (pow (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))) 2))) (* 60 (/ (* (- (* -216000 (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)) (* (pow t 6) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2)))))) (* 60 (/ (* (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3))) (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2)))) (pow (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))) 2)))) (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2)))) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))))))))) (* 60 (/ (* (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3))) (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2)))) (pow (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))) 2))))))) |
(* 120 a) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(- (+ (* -1 (/ (+ (* -30 (/ (pow (- x y) 2) a)) (* 1/2 (/ (- (* 60 (pow (- x y) 2)) (* 120 (* a (* t (- x y))))) a))) (pow z 2))) (* 120 a)) (* -60 (/ (- x y) z))) |
(- (+ (* 15 (/ (pow (- x y) 3) (* (pow a 2) (pow z 3)))) (* 120 a)) (+ (* -60 (/ (- x y) z)) (+ (* -30 (/ (pow (- x y) 2) (* a (pow z 2)))) (+ (* 1/4 (/ (* (- x y) (- (* 60 (pow (- x y) 2)) (* 120 (* a (* t (- x y)))))) (* (pow a 2) (pow z 3)))) (+ (* 1/2 (/ (* (+ (* -30 (/ (pow (- x y) 2) a)) (* 1/2 (/ (- (* 60 (pow (- x y) 2)) (* 120 (* a (* t (- x y))))) a))) (- x y)) (* a (pow z 3)))) (+ (* 1/2 (/ (- (* 60 (* t (pow (- x y) 2))) (* -1 (* t (- (* 60 (pow (- x y) 2)) (* 120 (* a (* t (- x y)))))))) (* a (pow z 3)))) (* 1/2 (/ (- (* 60 (pow (- x y) 2)) (* 120 (* a (* t (- x y))))) (* a (pow z 2)))))))))) |
(* 120 a) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+ (* -1 (/ (- (+ (* -30 (/ (pow (- x y) 2) (* a z))) (* -1/2 (/ (- (* -60 (pow (- x y) 2)) (* -120 (* a (* t (- x y))))) (* a z)))) (* 60 (- x y))) z)) (* 120 a)) |
(+ (* -1 (/ (- (* -1 (/ (- (* -1 (/ (- (* -15 (/ (pow (- x y) 3) (pow a 2))) (+ (* -1/2 (/ (* (+ (* -30 (/ (pow (- x y) 2) a)) (* -1/2 (/ (- (* -60 (pow (- x y) 2)) (* -120 (* a (* t (- x y))))) a))) (- x y)) a)) (+ (* -1/2 (/ (- (* 60 (* t (pow (- x y) 2))) (* t (- (* -60 (pow (- x y) 2)) (* -120 (* a (* t (- x y))))))) a)) (* 1/4 (/ (* (- x y) (- (* -60 (pow (- x y) 2)) (* -120 (* a (* t (- x y)))))) (pow a 2)))))) z)) (+ (* -30 (/ (pow (- x y) 2) a)) (* -1/2 (/ (- (* -60 (pow (- x y) 2)) (* -120 (* a (* t (- x y))))) a)))) z)) (* 60 (- x y))) z)) (* 120 a)) |
(/ (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3))) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2)))) |
(+ (* 216000 (/ (pow (- x y) 3) (* (pow z 3) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2)))))) (+ (* 1728000 (/ (pow a 3) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))))) (* t (- (* -216000 (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (* (pow z 6) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2)))))) (* 60 (/ (* (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3))) (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2))))) (pow (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))) 2))))))) |
(+ (* 216000 (/ (pow (- x y) 3) (* (pow z 3) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2)))))) (+ (* 1728000 (/ (pow a 3) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))))) (* t (- (+ (* -216000 (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (* (pow z 6) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2)))))) (* t (- (* -216000 (/ (+ (* -1 (/ (* (pow (+ (* -2 (pow z 2)) (* -1 (pow z 2))) 2) (pow (- x y) 3)) (pow z 9))) (/ (* (+ z (* 2 z)) (pow (- x y) 3)) (pow z 6))) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))))) (+ (* 60 (/ (* (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3))) (- (* 60 (/ (pow (- x y) 2) (pow z 4))) (* -1 (/ (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2)))) z)))) (pow (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))) 2))) (* 60 (/ (* (- (* -216000 (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (* (pow z 6) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2)))))) (* 60 (/ (* (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3))) (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2))))) (pow (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))) 2)))) (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2))))) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))))))))) (* 60 (/ (* (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3))) (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2))))) (pow (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))) 2))))))) |
(+ (* 216000 (/ (pow (- x y) 3) (* (pow z 3) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2)))))) (+ (* 1728000 (/ (pow a 3) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))))) (* t (- (+ (* -216000 (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (* (pow z 6) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2)))))) (* t (- (+ (* -216000 (/ (+ (* -1 (/ (* (pow (+ (* -2 (pow z 2)) (* -1 (pow z 2))) 2) (pow (- x y) 3)) (pow z 9))) (/ (* (+ z (* 2 z)) (pow (- x y) 3)) (pow z 6))) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))))) (* t (- (* -216000 (/ (+ (* -1 (/ (* (+ z (* 2 z)) (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3))) (pow z 9))) (+ (* -1 (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (+ (* -1 (/ (* (pow (+ (* -2 (pow z 2)) (* -1 (pow z 2))) 2) (pow (- x y) 3)) (pow z 9))) (/ (* (+ z (* 2 z)) (pow (- x y) 3)) (pow z 6)))) (pow z 3))) (* -1 (/ (pow (- x y) 3) (pow z 6))))) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))))) (+ (* 60 (/ (* (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3))) (- (* 60 (/ (pow (- x y) 2) (pow z 5))) (* -1 (/ (- (* 60 (/ (pow (- x y) 2) (pow z 4))) (* -1 (/ (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2)))) z))) z)))) (pow (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))) 2))) (+ (* 60 (/ (* (- (* -216000 (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (* (pow z 6) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2)))))) (* 60 (/ (* (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3))) (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2))))) (pow (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))) 2)))) (- (* 60 (/ (pow (- x y) 2) (pow z 4))) (* -1 (/ (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2)))) z)))) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))))) (* 60 (/ (* (- (* -216000 (/ (+ (* -1 (/ (* (pow (+ (* -2 (pow z 2)) (* -1 (pow z 2))) 2) (pow (- x y) 3)) (pow z 9))) (/ (* (+ z (* 2 z)) (pow (- x y) 3)) (pow z 6))) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))))) (+ (* 60 (/ (* (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3))) (- (* 60 (/ (pow (- x y) 2) (pow z 4))) (* -1 (/ (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2)))) z)))) (pow (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))) 2))) (* 60 (/ (* (- (* -216000 (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (* (pow z 6) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2)))))) (* 60 (/ (* (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3))) (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2))))) (pow (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))) 2)))) (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2))))) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))))))) (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2))))) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2)))))))))) (+ (* 60 (/ (* (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3))) (- (* 60 (/ (pow (- x y) 2) (pow z 4))) (* -1 (/ (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2)))) z)))) (pow (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))) 2))) (* 60 (/ (* (- (* -216000 (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (* (pow z 6) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2)))))) (* 60 (/ (* (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3))) (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2))))) (pow (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))) 2)))) (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2))))) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))))))))) (* 60 (/ (* (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3))) (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2))))) (pow (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))) 2))))))) |
(* 120 a) |
(+ (* -60 (/ (- x y) t)) (* 120 a)) |
(- (+ (* -1 (/ (+ (* -30 (/ (pow (- x y) 2) a)) (* 1/2 (/ (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))) a))) (pow t 2))) (* 120 a)) (* 60 (/ (- x y) t))) |
(- (+ (* -15 (/ (pow (- x y) 3) (* (pow a 2) (pow t 3)))) (* 120 a)) (+ (* -30 (/ (pow (- x y) 2) (* a (pow t 2)))) (+ (* -1/2 (/ (* (+ (* -30 (/ (pow (- x y) 2) a)) (* 1/2 (/ (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))) a))) (- x y)) (* a (pow t 3)))) (+ (* -1/4 (/ (* (- x y) (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y)))))) (* (pow a 2) (pow t 3)))) (+ (* 1/2 (/ (- (* 60 (* z (pow (- x y) 2))) (* -1 (* z (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y)))))))) (* a (pow t 3)))) (+ (* 1/2 (/ (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))) (* a (pow t 2)))) (* 60 (/ (- x y) t)))))))) |
(* 120 a) |
(+ (* -60 (/ (- x y) t)) (* 120 a)) |
(+ (* -1 (/ (- (+ (* -30 (/ (pow (- x y) 2) (* a t))) (* 1/2 (/ (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))) (* a t)))) (* -60 (- x y))) t)) (* 120 a)) |
(+ (* -1 (/ (- (* -1 (/ (- (* -1 (/ (- (* 15 (/ (pow (- x y) 3) (pow a 2))) (+ (* 1/4 (/ (* (- x y) (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y)))))) (pow a 2))) (+ (* 1/2 (/ (* (+ (* -30 (/ (pow (- x y) 2) a)) (* 1/2 (/ (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))) a))) (- x y)) a)) (* 1/2 (/ (- (* -60 (* z (pow (- x y) 2))) (* z (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))))) a))))) t)) (+ (* -30 (/ (pow (- x y) 2) a)) (* 1/2 (/ (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))) a)))) t)) (* -60 (- x y))) t)) (* 120 a)) |
(* 60 (/ (- x y) (- z t))) |
(+ (* 60 (/ (- x y) (- z t))) (* 120 a)) |
(+ (* 60 (/ (- x y) (- z t))) (* a (+ 120 (* -1 (* a (+ (* -240 (/ (- z t) (- x y))) (* 240 (/ (- z t) (- x y))))))))) |
(+ (* 60 (/ (- x y) (- z t))) (* a (+ 120 (* a (- (* -2 (/ (* a (* (+ (* -240 (/ (- z t) (- x y))) (* 240 (/ (- z t) (- x y)))) (- z t))) (- x y))) (+ (* -240 (/ (- z t) (- x y))) (* 240 (/ (- z t) (- x y))))))))) |
(* 120 a) |
(* a (+ 120 (* 60 (/ (- x y) (* a (- z t)))))) |
(* a (- (+ 120 (* -1 (/ (+ (* -30 (/ (pow (- x y) 2) (pow (- z t) 2))) (* 30 (/ (pow (- x y) 2) (pow (- z t) 2)))) (pow a 2)))) (* -60 (/ (- x y) (* a (- z t)))))) |
(* a (- (+ 120 (* -1/2 (/ (* (+ (* -30 (/ (pow (- x y) 2) (pow (- z t) 2))) (* 30 (/ (pow (- x y) 2) (pow (- z t) 2)))) (- x y)) (* (pow a 3) (- z t))))) (+ (* -60 (/ (- x y) (* a (- z t)))) (+ (* -30 (/ (pow (- x y) 2) (* (pow a 2) (pow (- z t) 2)))) (* 30 (/ (pow (- x y) 2) (* (pow a 2) (pow (- z t) 2)))))))) |
(* 120 a) |
(* -1 (* a (- (* -60 (/ (- x y) (* a (- z t)))) 120))) |
(* -1 (* a (- (* -1 (/ (- (+ (* -30 (/ (pow (- x y) 2) (* a (pow (- z t) 2)))) (* 30 (/ (pow (- x y) 2) (* a (pow (- z t) 2))))) (* -60 (/ (- x y) (- z t)))) a)) 120))) |
(* -1 (* a (- (* -1 (/ (- (* -1 (/ (- (* -1/2 (/ (* (+ (* -30 (/ (pow (- x y) 2) (pow (- z t) 2))) (* 30 (/ (pow (- x y) 2) (pow (- z t) 2)))) (- x y)) (* a (- z t)))) (+ (* -30 (/ (pow (- x y) 2) (pow (- z t) 2))) (* 30 (/ (pow (- x y) 2) (pow (- z t) 2))))) a)) (* -60 (/ (- x y) (- z t)))) a)) 120))) |
(+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) |
(+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (+ (* 216000 (* x (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))))) (* 1728000 (pow a 3)))) |
(+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (+ (* 1728000 (pow a 3)) (* x (+ (* 216000 (* x (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))))) (* 216000 (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3)))))))) |
(+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (+ (* 1728000 (pow a 3)) (* x (+ (* 216000 (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3)))) (* x (+ (* 216000 (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3))))) (* 216000 (/ x (pow (- z t) 3))))))))) |
(* 216000 (/ (pow x 3) (pow (- z t) 3))) |
(* (pow x 3) (+ (* 216000 (/ (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))) x)) (* 216000 (/ 1 (pow (- z t) 3))))) |
(* (pow x 3) (+ (* 216000 (/ (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))) x)) (+ (* 216000 (/ (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) (pow x 2))) (* 216000 (/ 1 (pow (- z t) 3)))))) |
(* (pow x 3) (+ (* -216000 (/ (pow y 3) (* (pow x 3) (pow (- z t) 3)))) (+ (* 216000 (/ (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))) x)) (+ (* 216000 (/ (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) (pow x 2))) (+ (* 1728000 (/ (pow a 3) (pow x 3))) (* 216000 (/ 1 (pow (- z t) 3)))))))) |
(* 216000 (/ (pow x 3) (pow (- z t) 3))) |
(* -1 (* (pow x 3) (- (* 216000 (/ (+ (* 2 (/ y (pow (- z t) 3))) (/ y (pow (- z t) 3))) x)) (* 216000 (/ 1 (pow (- z t) 3)))))) |
(* -1 (* (pow x 3) (- (* -1 (/ (+ (* -216000 (+ (* 2 (/ y (pow (- z t) 3))) (/ y (pow (- z t) 3)))) (* 216000 (/ (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) x))) x)) (* 216000 (/ 1 (pow (- z t) 3)))))) |
(* -1 (* (pow x 3) (- (* -1 (/ (+ (* -216000 (+ (* 2 (/ y (pow (- z t) 3))) (/ y (pow (- z t) 3)))) (* -1 (/ (+ (* -216000 (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3)))) (* -1 (/ (+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) x))) x))) x)) (* 216000 (/ 1 (pow (- z t) 3)))))) |
(+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) |
(+ (* 216000 (* y (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3)))))) (+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* 1728000 (pow a 3)))) |
(+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (+ (* 1728000 (pow a 3)) (* y (+ (* 216000 (* y (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))))) (* 216000 (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3))))))))) |
(+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (+ (* 1728000 (pow a 3)) (* y (+ (* 216000 (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3))))) (* y (+ (* -216000 (/ y (pow (- z t) 3))) (* 216000 (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3)))))))))) |
(* -216000 (/ (pow y 3) (pow (- z t) 3))) |
(* (pow y 3) (- (* 216000 (/ (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) y)) (* 216000 (/ 1 (pow (- z t) 3))))) |
(* (pow y 3) (- (+ (* 216000 (/ (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3)))) (pow y 2))) (* 216000 (/ (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) y))) (* 216000 (/ 1 (pow (- z t) 3))))) |
(* (pow y 3) (- (+ (* 216000 (/ (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3)))) (pow y 2))) (+ (* 216000 (/ (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) y)) (+ (* 216000 (/ (pow x 3) (* (pow y 3) (pow (- z t) 3)))) (* 1728000 (/ (pow a 3) (pow y 3)))))) (* 216000 (/ 1 (pow (- z t) 3))))) |
(* -216000 (/ (pow y 3) (pow (- z t) 3))) |
(* -1 (* (pow y 3) (+ (* -216000 (/ (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) y)) (* 216000 (/ 1 (pow (- z t) 3)))))) |
(* -1 (* (pow y 3) (+ (* -1 (/ (+ (* -216000 (/ (+ (* 2 (/ (pow x 2) (pow (- z t) 3))) (/ (pow x 2) (pow (- z t) 3))) y)) (* 216000 (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))))) y)) (* 216000 (/ 1 (pow (- z t) 3)))))) |
(* -1 (* (pow y 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) y)) (* 216000 (+ (* 2 (/ (pow x 2) (pow (- z t) 3))) (/ (pow x 2) (pow (- z t) 3))))) y)) (* 216000 (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))))) y)) (* 216000 (/ 1 (pow (- z t) 3)))))) |
(+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3))) |
(+ (* -216000 (/ (* z (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))) (pow t 6))) (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3)))) |
(+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (+ (* 1728000 (pow a 3)) (* z (+ (* -216000 (* z (+ (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) (pow t 6)) (/ (* (pow (+ (* 2 (pow t 2)) (pow t 2)) 2) (pow (- x y) 3)) (pow t 9))))) (* -216000 (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)) (pow t 6))))))) |
(+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (+ (* 1728000 (pow a 3)) (* z (+ (* -216000 (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)) (pow t 6))) (* z (+ (* -216000 (* z (+ (/ (* (+ (* -2 t) (* -1 t)) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))) (pow t 9)) (+ (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (+ (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) (pow t 6)) (/ (* (pow (+ (* 2 (pow t 2)) (pow t 2)) 2) (pow (- x y) 3)) (pow t 9)))) (pow t 3)) (/ (pow (- x y) 3) (pow t 6)))))) (* -216000 (+ (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) (pow t 6)) (/ (* (pow (+ (* 2 (pow t 2)) (pow t 2)) 2) (pow (- x y) 3)) (pow t 9)))))))))) |
(* 1728000 (pow a 3)) |
(+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3))) |
(+ (* -216000 (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) (pow z 4))) (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3)))) |
(+ (* -216000 (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) (pow z 4))) (+ (* -216000 (/ (+ (* -1 (* (pow (+ (* -2 t) (* -1 t)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))) (pow z 5))) (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3))))) |
(* 1728000 (pow a 3)) |
(+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3))) |
(+ (* -1 (/ (+ (* -216000 (/ (* (+ t (* 2 t)) (pow (- x y) 3)) z)) (* -216000 (pow (- x y) 3))) (pow z 3))) (* 1728000 (pow a 3))) |
(+ (* -1 (/ (+ (* -216000 (pow (- x y) 3)) (* -1 (/ (+ (* -216000 (/ (+ (* -1 (* (pow (+ t (* 2 t)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))) z)) (* 216000 (* (+ t (* 2 t)) (pow (- x y) 3)))) z))) (pow z 3))) (* 1728000 (pow a 3))) |
(+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3))) |
(+ (* -216000 (/ (* t (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3))) (pow z 6))) (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3)))) |
(+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (+ (* 1728000 (pow a 3)) (* t (+ (* -216000 (* t (+ (* -1 (/ (* (pow (+ (* -2 (pow z 2)) (* -1 (pow z 2))) 2) (pow (- x y) 3)) (pow z 9))) (/ (* (+ z (* 2 z)) (pow (- x y) 3)) (pow z 6))))) (* -216000 (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (pow z 6))))))) |
(+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (+ (* 1728000 (pow a 3)) (* t (+ (* -216000 (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (pow z 6))) (* t (+ (* -216000 (* t (+ (* -1 (/ (* (+ z (* 2 z)) (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3))) (pow z 9))) (+ (* -1 (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (+ (* -1 (/ (* (pow (+ (* -2 (pow z 2)) (* -1 (pow z 2))) 2) (pow (- x y) 3)) (pow z 9))) (/ (* (+ z (* 2 z)) (pow (- x y) 3)) (pow z 6)))) (pow z 3))) (* -1 (/ (pow (- x y) 3) (pow z 6))))))) (* -216000 (+ (* -1 (/ (* (pow (+ (* -2 (pow z 2)) (* -1 (pow z 2))) 2) (pow (- x y) 3)) (pow z 9))) (/ (* (+ z (* 2 z)) (pow (- x y) 3)) (pow z 6)))))))))) |
(* 1728000 (pow a 3)) |
(+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3))) |
(+ (* -216000 (/ (* (+ z (* 2 z)) (pow (- x y) 3)) (pow t 4))) (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3)))) |
(+ (* -216000 (/ (* (+ z (* 2 z)) (pow (- x y) 3)) (pow t 4))) (+ (* -216000 (/ (+ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (* (pow (+ z (* 2 z)) 2) (pow (- x y) 3))) (pow t 5))) (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3))))) |
(* 1728000 (pow a 3)) |
(+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3))) |
(+ (* -1 (/ (+ (* 216000 (/ (* (+ z (* 2 z)) (pow (- x y) 3)) t)) (* 216000 (pow (- x y) 3))) (pow t 3))) (* 1728000 (pow a 3))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -216000 (* (+ z (* 2 z)) (pow (- x y) 3))) (* 216000 (/ (+ (* -1 (* (pow (+ z (* 2 z)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow z 2)) (pow z 2)) (pow (- x y) 3))) t))) t)) (* 216000 (pow (- x y) 3))) (pow t 3))) (* 1728000 (pow a 3))) |
(* 216000 (/ (pow (- x y) 3) (pow (- z t) 3))) |
(+ (* 216000 (/ (pow (- x y) 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) |
(+ (* 216000 (/ (pow (- x y) 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) |
(+ (* 216000 (/ (pow (- x y) 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) |
(* 1728000 (pow a 3)) |
(* (pow a 3) (+ 1728000 (* 216000 (/ (pow (- x y) 3) (* (pow a 3) (pow (- z t) 3)))))) |
(* (pow a 3) (+ 1728000 (* 216000 (/ (pow (- x y) 3) (* (pow a 3) (pow (- z t) 3)))))) |
(* (pow a 3) (+ 1728000 (* 216000 (/ (pow (- x y) 3) (* (pow a 3) (pow (- z t) 3)))))) |
(* 1728000 (pow a 3)) |
(* -1 (* (pow a 3) (- (* -216000 (/ (pow (- x y) 3) (* (pow a 3) (pow (- z t) 3)))) 1728000))) |
(* -1 (* (pow a 3) (- (* -216000 (/ (pow (- x y) 3) (* (pow a 3) (pow (- z t) 3)))) 1728000))) |
(* -1 (* (pow a 3) (- (* -216000 (/ (pow (- x y) 3) (* (pow a 3) (pow (- z t) 3)))) 1728000))) |
(* -216000 (/ (pow y 3) (pow (- z t) 3))) |
(+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* 216000 (* x (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3)))))) |
(+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* x (+ (* 216000 (* x (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))))) (* 216000 (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))))))) |
(+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* x (+ (* 216000 (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3)))) (* x (+ (* 216000 (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3))))) (* 216000 (/ x (pow (- z t) 3)))))))) |
(* 216000 (/ (pow x 3) (pow (- z t) 3))) |
(* (pow x 3) (+ (* 216000 (/ (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))) x)) (* 216000 (/ 1 (pow (- z t) 3))))) |
(* (pow x 3) (+ (* 216000 (/ (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))) x)) (+ (* 216000 (/ (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) (pow x 2))) (* 216000 (/ 1 (pow (- z t) 3)))))) |
(* (pow x 3) (+ (* -216000 (/ (pow y 3) (* (pow x 3) (pow (- z t) 3)))) (+ (* 216000 (/ (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))) x)) (+ (* 216000 (/ (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) (pow x 2))) (* 216000 (/ 1 (pow (- z t) 3))))))) |
(* 216000 (/ (pow x 3) (pow (- z t) 3))) |
(* -1 (* (pow x 3) (- (* 216000 (/ (+ (* 2 (/ y (pow (- z t) 3))) (/ y (pow (- z t) 3))) x)) (* 216000 (/ 1 (pow (- z t) 3)))))) |
(* -1 (* (pow x 3) (- (* -1 (/ (+ (* -216000 (+ (* 2 (/ y (pow (- z t) 3))) (/ y (pow (- z t) 3)))) (* 216000 (/ (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) x))) x)) (* 216000 (/ 1 (pow (- z t) 3)))))) |
(* -1 (* (pow x 3) (- (* -1 (/ (+ (* -216000 (+ (* 2 (/ y (pow (- z t) 3))) (/ y (pow (- z t) 3)))) (* -1 (/ (+ (* -216000 (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3)))) (* 216000 (/ (pow y 3) (* x (pow (- z t) 3))))) x))) x)) (* 216000 (/ 1 (pow (- z t) 3)))))) |
(* 216000 (/ (pow x 3) (pow (- z t) 3))) |
(+ (* 216000 (* y (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3)))))) (* 216000 (/ (pow x 3) (pow (- z t) 3)))) |
(+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* y (+ (* 216000 (* y (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))))) (* 216000 (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3)))))))) |
(+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* y (+ (* 216000 (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3))))) (* y (+ (* -216000 (/ y (pow (- z t) 3))) (* 216000 (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))))))))) |
(* -216000 (/ (pow y 3) (pow (- z t) 3))) |
(* (pow y 3) (- (* 216000 (/ (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) y)) (* 216000 (/ 1 (pow (- z t) 3))))) |
(* (pow y 3) (- (+ (* 216000 (/ (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3)))) (pow y 2))) (* 216000 (/ (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) y))) (* 216000 (/ 1 (pow (- z t) 3))))) |
(* (pow y 3) (- (+ (* 216000 (/ (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3)))) (pow y 2))) (+ (* 216000 (/ (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) y)) (* 216000 (/ (pow x 3) (* (pow y 3) (pow (- z t) 3)))))) (* 216000 (/ 1 (pow (- z t) 3))))) |
(* -216000 (/ (pow y 3) (pow (- z t) 3))) |
(* -1 (* (pow y 3) (+ (* -216000 (/ (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) y)) (* 216000 (/ 1 (pow (- z t) 3)))))) |
(* -1 (* (pow y 3) (+ (* -1 (/ (+ (* -216000 (/ (+ (* 2 (/ (pow x 2) (pow (- z t) 3))) (/ (pow x 2) (pow (- z t) 3))) y)) (* 216000 (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))))) y)) (* 216000 (/ 1 (pow (- z t) 3)))))) |
(* -1 (* (pow y 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* -216000 (/ (pow x 3) (* y (pow (- z t) 3)))) (* 216000 (+ (* 2 (/ (pow x 2) (pow (- z t) 3))) (/ (pow x 2) (pow (- z t) 3))))) y)) (* 216000 (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))))) y)) (* 216000 (/ 1 (pow (- z t) 3)))))) |
(* -216000 (/ (pow (- x y) 3) (pow t 3))) |
(+ (* -216000 (/ (* z (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))) (pow t 6))) (* -216000 (/ (pow (- x y) 3) (pow t 3)))) |
(+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* z (+ (* -216000 (* z (+ (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) (pow t 6)) (/ (* (pow (+ (* 2 (pow t 2)) (pow t 2)) 2) (pow (- x y) 3)) (pow t 9))))) (* -216000 (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)) (pow t 6)))))) |
(+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* z (+ (* -216000 (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)) (pow t 6))) (* z (+ (* -216000 (* z (+ (/ (* (+ (* -2 t) (* -1 t)) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))) (pow t 9)) (+ (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (+ (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) (pow t 6)) (/ (* (pow (+ (* 2 (pow t 2)) (pow t 2)) 2) (pow (- x y) 3)) (pow t 9)))) (pow t 3)) (/ (pow (- x y) 3) (pow t 6)))))) (* -216000 (+ (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) (pow t 6)) (/ (* (pow (+ (* 2 (pow t 2)) (pow t 2)) 2) (pow (- x y) 3)) (pow t 9))))))))) |
(* 216000 (/ (pow (- x y) 3) (pow z 3))) |
(/ (+ (* -216000 (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) z)) (* 216000 (pow (- x y) 3))) (pow z 3)) |
(/ (+ (* -216000 (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) z)) (+ (* -216000 (/ (+ (* -1 (* (pow (+ (* -2 t) (* -1 t)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))) (pow z 2))) (* 216000 (pow (- x y) 3)))) (pow z 3)) |
(/ (+ (* -216000 (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) z)) (+ (* -216000 (/ (+ (* -1 (* (+ (* -2 t) (* -1 t)) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)))) (+ (* -1 (* (+ (* -2 t) (* -1 t)) (+ (* -1 (* (pow (+ (* -2 t) (* -1 t)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))))) (* -1 (* (pow t 3) (pow (- x y) 3))))) (pow z 3))) (+ (* -216000 (/ (+ (* -1 (* (pow (+ (* -2 t) (* -1 t)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))) (pow z 2))) (* 216000 (pow (- x y) 3))))) (pow z 3)) |
(* 216000 (/ (pow (- x y) 3) (pow z 3))) |
(* -1 (/ (+ (* -216000 (/ (* (+ t (* 2 t)) (pow (- x y) 3)) z)) (* -216000 (pow (- x y) 3))) (pow z 3))) |
(* -1 (/ (+ (* -216000 (pow (- x y) 3)) (* -1 (/ (+ (* -216000 (/ (+ (* -1 (* (pow (+ t (* 2 t)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))) z)) (* 216000 (* (+ t (* 2 t)) (pow (- x y) 3)))) z))) (pow z 3))) |
(* -1 (/ (+ (* -216000 (pow (- x y) 3)) (* -1 (/ (+ (* -1 (/ (+ (* -216000 (/ (+ (* -1 (* (+ t (* 2 t)) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)))) (+ (* -1 (* (+ t (* 2 t)) (+ (* -1 (* (pow (+ t (* 2 t)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))))) (* (pow t 3) (pow (- x y) 3)))) z)) (* 216000 (+ (* -1 (* (pow (+ t (* 2 t)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))))) z)) (* 216000 (* (+ t (* 2 t)) (pow (- x y) 3)))) z))) (pow z 3))) |
(* 216000 (/ (pow (- x y) 3) (pow z 3))) |
(+ (* -216000 (/ (* t (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3))) (pow z 6))) (* 216000 (/ (pow (- x y) 3) (pow z 3)))) |
(+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* t (+ (* -216000 (* t (+ (* -1 (/ (* (pow (+ (* -2 (pow z 2)) (* -1 (pow z 2))) 2) (pow (- x y) 3)) (pow z 9))) (/ (* (+ z (* 2 z)) (pow (- x y) 3)) (pow z 6))))) (* -216000 (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (pow z 6)))))) |
(+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* t (+ (* -216000 (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (pow z 6))) (* t (+ (* -216000 (* t (+ (* -1 (/ (* (+ z (* 2 z)) (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3))) (pow z 9))) (+ (* -1 (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (+ (* -1 (/ (* (pow (+ (* -2 (pow z 2)) (* -1 (pow z 2))) 2) (pow (- x y) 3)) (pow z 9))) (/ (* (+ z (* 2 z)) (pow (- x y) 3)) (pow z 6)))) (pow z 3))) (* -1 (/ (pow (- x y) 3) (pow z 6))))))) (* -216000 (+ (* -1 (/ (* (pow (+ (* -2 (pow z 2)) (* -1 (pow z 2))) 2) (pow (- x y) 3)) (pow z 9))) (/ (* (+ z (* 2 z)) (pow (- x y) 3)) (pow z 6))))))))) |
(* -216000 (/ (pow (- x y) 3) (pow t 3))) |
(/ (+ (* -216000 (/ (* (+ z (* 2 z)) (pow (- x y) 3)) t)) (* -216000 (pow (- x y) 3))) (pow t 3)) |
(/ (+ (* -216000 (/ (* (+ z (* 2 z)) (pow (- x y) 3)) t)) (+ (* -216000 (/ (+ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (* (pow (+ z (* 2 z)) 2) (pow (- x y) 3))) (pow t 2))) (* -216000 (pow (- x y) 3)))) (pow t 3)) |
(/ (+ (* -216000 (/ (* (+ z (* 2 z)) (pow (- x y) 3)) t)) (+ (* -216000 (/ (+ (* (+ z (* 2 z)) (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3))) (+ (* (+ z (* 2 z)) (+ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (* (pow (+ z (* 2 z)) 2) (pow (- x y) 3)))) (* (pow z 3) (pow (- x y) 3)))) (pow t 3))) (+ (* -216000 (/ (+ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (* (pow (+ z (* 2 z)) 2) (pow (- x y) 3))) (pow t 2))) (* -216000 (pow (- x y) 3))))) (pow t 3)) |
(* -216000 (/ (pow (- x y) 3) (pow t 3))) |
(* -1 (/ (+ (* 216000 (/ (* (+ z (* 2 z)) (pow (- x y) 3)) t)) (* 216000 (pow (- x y) 3))) (pow t 3))) |
(* -1 (/ (+ (* -1 (/ (+ (* -216000 (* (+ z (* 2 z)) (pow (- x y) 3))) (* 216000 (/ (+ (* -1 (* (pow (+ z (* 2 z)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow z 2)) (pow z 2)) (pow (- x y) 3))) t))) t)) (* 216000 (pow (- x y) 3))) (pow t 3))) |
(* -1 (/ (+ (* -1 (/ (+ (* -216000 (* (+ z (* 2 z)) (pow (- x y) 3))) (* -1 (/ (+ (* -216000 (+ (* -1 (* (pow (+ z (* 2 z)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow z 2)) (pow z 2)) (pow (- x y) 3)))) (* 216000 (/ (+ (* -1 (* (+ z (* 2 z)) (* (+ (* 2 (pow z 2)) (pow z 2)) (pow (- x y) 3)))) (+ (* -1 (* (+ z (* 2 z)) (+ (* -1 (* (pow (+ z (* 2 z)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow z 2)) (pow z 2)) (pow (- x y) 3))))) (* (pow z 3) (pow (- x y) 3)))) t))) t))) t)) (* 216000 (pow (- x y) 3))) (pow t 3))) |
(* -1 (/ (pow y 3) (pow (- z t) 3))) |
(+ (* -1 (/ (pow y 3) (pow (- z t) 3))) (* x (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))))) |
(+ (* -1 (/ (pow y 3) (pow (- z t) 3))) (* x (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (+ (* x (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3))))) (/ (pow y 2) (pow (- z t) 3)))))) |
(+ (* -1 (/ (pow y 3) (pow (- z t) 3))) (* x (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (+ (* x (+ (* -2 (/ y (pow (- z t) 3))) (+ (* -1 (/ y (pow (- z t) 3))) (/ x (pow (- z t) 3))))) (/ (pow y 2) (pow (- z t) 3)))))) |
(/ (pow x 3) (pow (- z t) 3)) |
(* (pow x 3) (+ (* -2 (/ y (* x (pow (- z t) 3)))) (+ (* -1 (/ y (* x (pow (- z t) 3)))) (/ 1 (pow (- z t) 3))))) |
(* (pow x 3) (+ (* -2 (/ y (* x (pow (- z t) 3)))) (+ (* -1 (/ y (* x (pow (- z t) 3)))) (+ (* 2 (/ (pow y 2) (* (pow x 2) (pow (- z t) 3)))) (+ (/ 1 (pow (- z t) 3)) (/ (pow y 2) (* (pow x 2) (pow (- z t) 3)))))))) |
(* (pow x 3) (+ (* -2 (/ y (* x (pow (- z t) 3)))) (+ (* -1 (/ y (* x (pow (- z t) 3)))) (+ (* -1 (/ (pow y 3) (* (pow x 3) (pow (- z t) 3)))) (+ (* 2 (/ (pow y 2) (* (pow x 2) (pow (- z t) 3)))) (+ (/ 1 (pow (- z t) 3)) (/ (pow y 2) (* (pow x 2) (pow (- z t) 3))))))))) |
(/ (pow x 3) (pow (- z t) 3)) |
(* -1 (* (pow x 3) (- (+ (* 2 (/ y (* x (pow (- z t) 3)))) (/ y (* x (pow (- z t) 3)))) (/ 1 (pow (- z t) 3))))) |
(* -1 (* (pow x 3) (- (* -1 (/ (+ (* -1 (+ (* 2 (/ y (pow (- z t) 3))) (/ y (pow (- z t) 3)))) (+ (* 2 (/ (pow y 2) (* x (pow (- z t) 3)))) (/ (pow y 2) (* x (pow (- z t) 3))))) x)) (/ 1 (pow (- z t) 3))))) |
(* -1 (* (pow x 3) (- (* -1 (/ (+ (* -1 (+ (* 2 (/ y (pow (- z t) 3))) (/ y (pow (- z t) 3)))) (* -1 (/ (+ (* -1 (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3)))) (/ (pow y 3) (* x (pow (- z t) 3)))) x))) x)) (/ 1 (pow (- z t) 3))))) |
(/ (pow x 3) (pow (- z t) 3)) |
(+ (* y (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3))))) (/ (pow x 3) (pow (- z t) 3))) |
(+ (* y (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (+ (* -1 (/ (pow x 2) (pow (- z t) 3))) (* y (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))))))) (/ (pow x 3) (pow (- z t) 3))) |
(+ (* y (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (+ (* -1 (/ (pow x 2) (pow (- z t) 3))) (* y (+ (* -1 (/ y (pow (- z t) 3))) (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3)))))))) (/ (pow x 3) (pow (- z t) 3))) |
(* -1 (/ (pow y 3) (pow (- z t) 3))) |
(* (pow y 3) (- (+ (* 2 (/ x (* y (pow (- z t) 3)))) (/ x (* y (pow (- z t) 3)))) (/ 1 (pow (- z t) 3)))) |
(* (pow y 3) (- (+ (* -2 (/ (pow x 2) (* (pow y 2) (pow (- z t) 3)))) (+ (* -1 (/ (pow x 2) (* (pow y 2) (pow (- z t) 3)))) (+ (* 2 (/ x (* y (pow (- z t) 3)))) (/ x (* y (pow (- z t) 3)))))) (/ 1 (pow (- z t) 3)))) |
(* (pow y 3) (- (+ (* -2 (/ (pow x 2) (* (pow y 2) (pow (- z t) 3)))) (+ (* -1 (/ (pow x 2) (* (pow y 2) (pow (- z t) 3)))) (+ (* 2 (/ x (* y (pow (- z t) 3)))) (+ (/ x (* y (pow (- z t) 3))) (/ (pow x 3) (* (pow y 3) (pow (- z t) 3))))))) (/ 1 (pow (- z t) 3)))) |
(* -1 (/ (pow y 3) (pow (- z t) 3))) |
(* -1 (* (pow y 3) (+ (* -1 (/ (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) y)) (/ 1 (pow (- z t) 3))))) |
(* -1 (* (pow y 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 2 (/ (pow x 2) (pow (- z t) 3))) (/ (pow x 2) (pow (- z t) 3))) y)) (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3)))) y)) (/ 1 (pow (- z t) 3))))) |
(* -1 (* (pow y 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (pow x 3) (* y (pow (- z t) 3)))) (+ (* 2 (/ (pow x 2) (pow (- z t) 3))) (/ (pow x 2) (pow (- z t) 3)))) y)) (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3)))) y)) (/ 1 (pow (- z t) 3))))) |
(* -1 (/ (pow (- x y) 3) (pow t 3))) |
(+ (* -1 (/ (* z (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))) (pow t 6))) (* -1 (/ (pow (- x y) 3) (pow t 3)))) |
(+ (* -1 (/ (pow (- x y) 3) (pow t 3))) (* z (- (* -1 (* z (+ (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) (pow t 6)) (/ (* (pow (+ (* 2 (pow t 2)) (pow t 2)) 2) (pow (- x y) 3)) (pow t 9))))) (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)) (pow t 6))))) |
(+ (* -1 (/ (pow (- x y) 3) (pow t 3))) (* z (- (* z (- (* -1 (* z (+ (/ (* (+ (* -2 t) (* -1 t)) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))) (pow t 9)) (+ (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (+ (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) (pow t 6)) (/ (* (pow (+ (* 2 (pow t 2)) (pow t 2)) 2) (pow (- x y) 3)) (pow t 9)))) (pow t 3)) (/ (pow (- x y) 3) (pow t 6)))))) (+ (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) (pow t 6)) (/ (* (pow (+ (* 2 (pow t 2)) (pow t 2)) 2) (pow (- x y) 3)) (pow t 9))))) (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)) (pow t 6))))) |
(/ (pow (- x y) 3) (pow z 3)) |
(/ (+ (* -1 (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) z)) (pow (- x y) 3)) (pow z 3)) |
(/ (- (+ (* -1 (/ (+ (* -1 (* (pow (+ (* -2 t) (* -1 t)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))) (pow z 2))) (pow (- x y) 3)) (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) z)) (pow z 3)) |
(/ (- (+ (* -1 (/ (+ (* -1 (* (+ (* -2 t) (* -1 t)) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)))) (+ (* -1 (* (+ (* -2 t) (* -1 t)) (+ (* -1 (* (pow (+ (* -2 t) (* -1 t)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))))) (* -1 (* (pow t 3) (pow (- x y) 3))))) (pow z 3))) (pow (- x y) 3)) (+ (* -1 (/ (* (pow (+ (* -2 t) (* -1 t)) 2) (pow (- x y) 3)) (pow z 2))) (+ (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) z) (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)) (pow z 2))))) (pow z 3)) |
(/ (pow (- x y) 3) (pow z 3)) |
(* -1 (/ (+ (* -1 (/ (* (+ t (* 2 t)) (pow (- x y) 3)) z)) (* -1 (pow (- x y) 3))) (pow z 3))) |
(* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (pow (+ t (* 2 t)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))) z)) (* (+ t (* 2 t)) (pow (- x y) 3))) z)) (* -1 (pow (- x y) 3))) (pow z 3))) |
(* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (pow (+ t (* 2 t)) 2) (pow (- x y) 3))) (+ (* -1 (/ (+ (* -1 (* (+ t (* 2 t)) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)))) (+ (* -1 (* (+ t (* 2 t)) (+ (* -1 (* (pow (+ t (* 2 t)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))))) (* (pow t 3) (pow (- x y) 3)))) z)) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)))) z)) (* (+ t (* 2 t)) (pow (- x y) 3))) z)) (* -1 (pow (- x y) 3))) (pow z 3))) |
(/ (pow (- x y) 3) (pow z 3)) |
(+ (* -1 (/ (* t (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3))) (pow z 6))) (/ (pow (- x y) 3) (pow z 3))) |
(+ (* t (- (* -1 (* t (+ (* -1 (/ (* (pow (+ (* -2 (pow z 2)) (* -1 (pow z 2))) 2) (pow (- x y) 3)) (pow z 9))) (/ (* (+ z (* 2 z)) (pow (- x y) 3)) (pow z 6))))) (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (pow z 6)))) (/ (pow (- x y) 3) (pow z 3))) |
(+ (* t (- (* t (- (* -1 (* t (+ (* -1 (/ (* (+ z (* 2 z)) (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3))) (pow z 9))) (+ (* -1 (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (+ (* -1 (/ (* (pow (+ (* -2 (pow z 2)) (* -1 (pow z 2))) 2) (pow (- x y) 3)) (pow z 9))) (/ (* (+ z (* 2 z)) (pow (- x y) 3)) (pow z 6)))) (pow z 3))) (* -1 (/ (pow (- x y) 3) (pow z 6))))))) (+ (* -1 (/ (* (pow (+ (* -2 (pow z 2)) (* -1 (pow z 2))) 2) (pow (- x y) 3)) (pow z 9))) (/ (* (+ z (* 2 z)) (pow (- x y) 3)) (pow z 6))))) (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (pow z 6)))) (/ (pow (- x y) 3) (pow z 3))) |
(* -1 (/ (pow (- x y) 3) (pow t 3))) |
(/ (+ (* -1 (/ (* (+ z (* 2 z)) (pow (- x y) 3)) t)) (* -1 (pow (- x y) 3))) (pow t 3)) |
(/ (- (+ (* -1 (/ (+ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (* (pow (+ z (* 2 z)) 2) (pow (- x y) 3))) (pow t 2))) (* -1 (pow (- x y) 3))) (/ (* (+ z (* 2 z)) (pow (- x y) 3)) t)) (pow t 3)) |
(/ (- (+ (* -1 (/ (+ (* (+ z (* 2 z)) (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3))) (+ (* (+ z (* 2 z)) (+ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (* (pow (+ z (* 2 z)) 2) (pow (- x y) 3)))) (* (pow z 3) (pow (- x y) 3)))) (pow t 3))) (* -1 (pow (- x y) 3))) (+ (/ (* (+ z (* 2 z)) (pow (- x y) 3)) t) (+ (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (pow t 2)) (/ (* (pow (+ z (* 2 z)) 2) (pow (- x y) 3)) (pow t 2))))) (pow t 3)) |
(* -1 (/ (pow (- x y) 3) (pow t 3))) |
(* -1 (/ (+ (/ (* (+ z (* 2 z)) (pow (- x y) 3)) t) (pow (- x y) 3)) (pow t 3))) |
(* -1 (/ (+ (* -1 (/ (- (+ (* -1 (/ (* (pow (+ z (* 2 z)) 2) (pow (- x y) 3)) t)) (/ (* (+ (* 2 (pow z 2)) (pow z 2)) (pow (- x y) 3)) t)) (* (+ z (* 2 z)) (pow (- x y) 3))) t)) (pow (- x y) 3)) (pow t 3))) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* -1 (/ (* (+ z (* 2 z)) (* (+ (* 2 (pow z 2)) (pow z 2)) (pow (- x y) 3))) t)) (+ (* -1 (/ (* (+ z (* 2 z)) (+ (* -1 (* (pow (+ z (* 2 z)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow z 2)) (pow z 2)) (pow (- x y) 3)))) t)) (/ (* (pow z 3) (pow (- x y) 3)) t))) (+ (* -1 (* (pow (+ z (* 2 z)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow z 2)) (pow z 2)) (pow (- x y) 3)))) t)) (* (+ z (* 2 z)) (pow (- x y) 3))) t)) (pow (- x y) 3)) (pow t 3))) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) |
(+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 60 (* x (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2))))))) |
(+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* x (+ (* 60 (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2))))) (* 3600 (/ x (pow (- z t) 2)))))) |
(+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* x (+ (* 60 (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2))))) (* 3600 (/ x (pow (- z t) 2)))))) |
(* 3600 (/ (pow x 2) (pow (- z t) 2))) |
(* (pow x 2) (+ (* 60 (/ (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) x)) (* 3600 (/ 1 (pow (- z t) 2))))) |
(* (pow x 2) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (* (pow x 2) (- z t)))) (+ (* 60 (/ (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) x)) (* 3600 (/ 1 (pow (- z t) 2)))))) |
(* (pow x 2) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (* (pow x 2) (- z t)))) (+ (* 60 (/ (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) x)) (* 3600 (/ 1 (pow (- z t) 2)))))) |
(* 3600 (/ (pow x 2) (pow (- z t) 2))) |
(* (pow x 2) (+ (* 60 (/ (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) x)) (* 3600 (/ 1 (pow (- z t) 2))))) |
(* (pow x 2) (+ (* -1 (/ (+ (* -60 (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2))))) (* 60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (* x (- z t))))) x)) (* 3600 (/ 1 (pow (- z t) 2))))) |
(* (pow x 2) (+ (* -1 (/ (+ (* -60 (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2))))) (* 60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (* x (- z t))))) x)) (* 3600 (/ 1 (pow (- z t) 2))))) |
(* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) |
(+ (* 60 (* y (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))))) (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t)))) |
(+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* y (+ (* 60 (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t))))) (* 3600 (/ y (pow (- z t) 2)))))) |
(+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* y (+ (* 60 (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t))))) (* 3600 (/ y (pow (- z t) 2)))))) |
(* 3600 (/ (pow y 2) (pow (- z t) 2))) |
(* (pow y 2) (+ (* 60 (/ (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) y)) (* 3600 (/ 1 (pow (- z t) 2))))) |
(* (pow y 2) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (* (pow y 2) (- z t)))) (+ (* 60 (/ (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) y)) (* 3600 (/ 1 (pow (- z t) 2)))))) |
(* (pow y 2) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (* (pow y 2) (- z t)))) (+ (* 60 (/ (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) y)) (* 3600 (/ 1 (pow (- z t) 2)))))) |
(* 3600 (/ (pow y 2) (pow (- z t) 2))) |
(* (pow y 2) (+ (* -60 (/ (+ (* -120 (/ a (- z t))) (* 120 (/ x (pow (- z t) 2)))) y)) (* 3600 (/ 1 (pow (- z t) 2))))) |
(* (pow y 2) (+ (* -1 (/ (+ (* -60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (* y (- z t)))) (* 60 (+ (* -120 (/ a (- z t))) (* 120 (/ x (pow (- z t) 2)))))) y)) (* 3600 (/ 1 (pow (- z t) 2))))) |
(* (pow y 2) (+ (* -1 (/ (+ (* -60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (* y (- z t)))) (* 60 (+ (* -120 (/ a (- z t))) (* 120 (/ x (pow (- z t) 2)))))) y)) (* 3600 (/ 1 (pow (- z t) 2))))) |
(* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) |
(+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 60 (* z (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2)))))) |
(+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* z (+ (* 60 (* z (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* -1 (/ (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2))) t))))) (* 60 (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2))))))) |
(+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* z (+ (* 60 (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2)))) (* z (+ (* 60 (* z (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 3))) (* -1 (/ (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* -1 (/ (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2))) t))) t))))) (* 60 (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* -1 (/ (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2))) t))))))))) |
(* -7200 (/ (* a (- x y)) z)) |
(/ (+ (* -7200 (* a (- x y))) (* 60 (/ (- (* 60 (pow (- x y) 2)) (* 120 (* a (* t (- x y))))) z))) z) |
(/ (+ (* -7200 (* a (- x y))) (+ (* 60 (/ (- (* 60 (* t (pow (- x y) 2))) (* -1 (* t (- (* 60 (pow (- x y) 2)) (* 120 (* a (* t (- x y)))))))) (pow z 2))) (* 60 (/ (- (* 60 (pow (- x y) 2)) (* 120 (* a (* t (- x y))))) z)))) z) |
(/ (+ (* -7200 (* a (- x y))) (+ (* 60 (/ (- (* 60 (* t (pow (- x y) 2))) (* -1 (* t (- (* 60 (pow (- x y) 2)) (* 120 (* a (* t (- x y)))))))) (pow z 2))) (+ (* 60 (/ (- (* 60 (* (pow t 2) (pow (- x y) 2))) (* -1 (* t (- (* 60 (* t (pow (- x y) 2))) (* -1 (* t (- (* 60 (pow (- x y) 2)) (* 120 (* a (* t (- x y))))))))))) (pow z 3))) (* 60 (/ (- (* 60 (pow (- x y) 2)) (* 120 (* a (* t (- x y))))) z))))) z) |
(* -7200 (/ (* a (- x y)) z)) |
(* -1 (/ (+ (* 60 (/ (- (* -60 (pow (- x y) 2)) (* -120 (* a (* t (- x y))))) z)) (* 7200 (* a (- x y)))) z)) |
(* -1 (/ (+ (* -1 (/ (+ (* -60 (- (* -60 (pow (- x y) 2)) (* -120 (* a (* t (- x y)))))) (* 60 (/ (- (* 60 (* t (pow (- x y) 2))) (* t (- (* -60 (pow (- x y) 2)) (* -120 (* a (* t (- x y))))))) z))) z)) (* 7200 (* a (- x y)))) z)) |
(* -1 (/ (+ (* -1 (/ (+ (* -60 (- (* -60 (pow (- x y) 2)) (* -120 (* a (* t (- x y)))))) (* -1 (/ (+ (* -60 (- (* 60 (* t (pow (- x y) 2))) (* t (- (* -60 (pow (- x y) 2)) (* -120 (* a (* t (- x y)))))))) (* 60 (/ (- (* -60 (* (pow t 2) (pow (- x y) 2))) (* t (- (* 60 (* t (pow (- x y) 2))) (* t (- (* -60 (pow (- x y) 2)) (* -120 (* a (* t (- x y))))))))) z))) z))) z)) (* 7200 (* a (- x y)))) z)) |
(* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) |
(+ (* 60 (* t (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2)))))) (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z))) |
(+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* t (+ (* 60 (* t (- (* 60 (/ (pow (- x y) 2) (pow z 4))) (* -1 (/ (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2)))) z))))) (* 60 (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2)))))))) |
(+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* t (+ (* 60 (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2))))) (* t (+ (* 60 (* t (- (* 60 (/ (pow (- x y) 2) (pow z 5))) (* -1 (/ (- (* 60 (/ (pow (- x y) 2) (pow z 4))) (* -1 (/ (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2)))) z))) z))))) (* 60 (- (* 60 (/ (pow (- x y) 2) (pow z 4))) (* -1 (/ (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2)))) z))))))))) |
(* 7200 (/ (* a (- x y)) t)) |
(/ (+ (* 60 (/ (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))) t)) (* 7200 (* a (- x y)))) t) |
(/ (+ (* 60 (/ (- (* 60 (* z (pow (- x y) 2))) (* -1 (* z (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y)))))))) (pow t 2))) (+ (* 60 (/ (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))) t)) (* 7200 (* a (- x y))))) t) |
(/ (+ (* 60 (/ (- (* 60 (* z (pow (- x y) 2))) (* -1 (* z (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y)))))))) (pow t 2))) (+ (* 60 (/ (- (* 60 (* (pow z 2) (pow (- x y) 2))) (* -1 (* z (- (* 60 (* z (pow (- x y) 2))) (* -1 (* z (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))))))))) (pow t 3))) (+ (* 60 (/ (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))) t)) (* 7200 (* a (- x y)))))) t) |
(* 7200 (/ (* a (- x y)) t)) |
(* -1 (/ (+ (* -7200 (* a (- x y))) (* -60 (/ (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))) t))) t)) |
(* -1 (/ (+ (* -7200 (* a (- x y))) (* -1 (/ (+ (* -60 (/ (- (* -60 (* z (pow (- x y) 2))) (* z (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))))) t)) (* 60 (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))))) t))) t)) |
(* -1 (/ (+ (* -7200 (* a (- x y))) (* -1 (/ (+ (* -1 (/ (+ (* -60 (/ (- (* 60 (* (pow z 2) (pow (- x y) 2))) (* z (- (* -60 (* z (pow (- x y) 2))) (* z (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))))))) t)) (* 60 (- (* -60 (* z (pow (- x y) 2))) (* z (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))))))) t)) (* 60 (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))))) t))) t)) |
(* 3600 (/ (pow (- x y) 2) (pow (- z t) 2))) |
(+ (* -7200 (/ (* a (- x y)) (- z t))) (* 3600 (/ (pow (- x y) 2) (pow (- z t) 2)))) |
(+ (* -7200 (/ (* a (- x y)) (- z t))) (* 3600 (/ (pow (- x y) 2) (pow (- z t) 2)))) |
(+ (* -7200 (/ (* a (- x y)) (- z t))) (* 3600 (/ (pow (- x y) 2) (pow (- z t) 2)))) |
(* -7200 (/ (* a (- x y)) (- z t))) |
(* a (+ (* -7200 (/ (- x y) (- z t))) (* 3600 (/ (pow (- x y) 2) (* a (pow (- z t) 2)))))) |
(* a (+ (* -7200 (/ (- x y) (- z t))) (* 3600 (/ (pow (- x y) 2) (* a (pow (- z t) 2)))))) |
(* a (+ (* -7200 (/ (- x y) (- z t))) (* 3600 (/ (pow (- x y) 2) (* a (pow (- z t) 2)))))) |
(* -7200 (/ (* a (- x y)) (- z t))) |
(* -1 (* a (+ (* -3600 (/ (pow (- x y) 2) (* a (pow (- z t) 2)))) (* 7200 (/ (- x y) (- z t)))))) |
(* -1 (* a (+ (* -3600 (/ (pow (- x y) 2) (* a (pow (- z t) 2)))) (* 7200 (/ (- x y) (- z t)))))) |
(* -1 (* a (+ (* -3600 (/ (pow (- x y) 2) (* a (pow (- z t) 2)))) (* 7200 (/ (- x y) (- z t)))))) |
(* 3600 (/ (pow (- x y) 2) (pow (- z t) 2))) |
(+ (* -7200 (/ (* a (- x y)) (- z t))) (* 3600 (/ (pow (- x y) 2) (pow (- z t) 2)))) |
(+ (* 3600 (/ (pow (- x y) 2) (pow (- z t) 2))) (* a (+ (* -7200 (/ (- x y) (- z t))) (* 14400 a)))) |
(+ (* 3600 (/ (pow (- x y) 2) (pow (- z t) 2))) (* a (+ (* -7200 (/ (- x y) (- z t))) (* 14400 a)))) |
(* 14400 (pow a 2)) |
(* (pow a 2) (+ 14400 (* -7200 (/ (- x y) (* a (- z t)))))) |
(* (pow a 2) (+ 14400 (+ (* -7200 (/ (- x y) (* a (- z t)))) (* 3600 (/ (pow (- x y) 2) (* (pow a 2) (pow (- z t) 2))))))) |
(* (pow a 2) (+ 14400 (+ (* -7200 (/ (- x y) (* a (- z t)))) (* 3600 (/ (pow (- x y) 2) (* (pow a 2) (pow (- z t) 2))))))) |
(* 14400 (pow a 2)) |
(* (pow a 2) (+ 14400 (* -7200 (/ (- x y) (* a (- z t)))))) |
(* (pow a 2) (+ 14400 (* -1 (/ (+ (* -3600 (/ (pow (- x y) 2) (* a (pow (- z t) 2)))) (* 7200 (/ (- x y) (- z t)))) a)))) |
(* (pow a 2) (+ 14400 (* -1 (/ (+ (* -3600 (/ (pow (- x y) 2) (* a (pow (- z t) 2)))) (* 7200 (/ (- x y) (- z t)))) a)))) |
(+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) |
(+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (+ (* 60 (* x (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))))) (* 14400 (pow a 2)))) |
(+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (+ (* 14400 (pow a 2)) (* x (+ (* 60 (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2))))) (* 3600 (/ x (pow (- z t) 2))))))) |
(+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (+ (* 14400 (pow a 2)) (* x (+ (* 60 (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2))))) (* 3600 (/ x (pow (- z t) 2))))))) |
(* 3600 (/ (pow x 2) (pow (- z t) 2))) |
(* (pow x 2) (+ (* 60 (/ (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) x)) (* 3600 (/ 1 (pow (- z t) 2))))) |
(* (pow x 2) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (* (pow x 2) (- z t)))) (+ (* 60 (/ (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) x)) (+ (* 14400 (/ (pow a 2) (pow x 2))) (* 3600 (/ 1 (pow (- z t) 2))))))) |
(* (pow x 2) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (* (pow x 2) (- z t)))) (+ (* 60 (/ (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) x)) (+ (* 14400 (/ (pow a 2) (pow x 2))) (* 3600 (/ 1 (pow (- z t) 2))))))) |
(* 3600 (/ (pow x 2) (pow (- z t) 2))) |
(* (pow x 2) (+ (* 60 (/ (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) x)) (* 3600 (/ 1 (pow (- z t) 2))))) |
(* (pow x 2) (+ (* -1 (/ (+ (* -60 (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2))))) (* -1 (/ (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) x))) x)) (* 3600 (/ 1 (pow (- z t) 2))))) |
(* (pow x 2) (+ (* -1 (/ (+ (* -60 (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2))))) (* -1 (/ (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) x))) x)) (* 3600 (/ 1 (pow (- z t) 2))))) |
(+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) |
(+ (* 60 (* y (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))))) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2)))) |
(+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (+ (* 14400 (pow a 2)) (* y (+ (* 60 (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t))))) (* 3600 (/ y (pow (- z t) 2))))))) |
(+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (+ (* 14400 (pow a 2)) (* y (+ (* 60 (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t))))) (* 3600 (/ y (pow (- z t) 2))))))) |
(* 3600 (/ (pow y 2) (pow (- z t) 2))) |
(* (pow y 2) (+ (* 60 (/ (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) y)) (* 3600 (/ 1 (pow (- z t) 2))))) |
(* (pow y 2) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (* (pow y 2) (- z t)))) (+ (* 60 (/ (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) y)) (+ (* 14400 (/ (pow a 2) (pow y 2))) (* 3600 (/ 1 (pow (- z t) 2))))))) |
(* (pow y 2) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (* (pow y 2) (- z t)))) (+ (* 60 (/ (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) y)) (+ (* 14400 (/ (pow a 2) (pow y 2))) (* 3600 (/ 1 (pow (- z t) 2))))))) |
(* 3600 (/ (pow y 2) (pow (- z t) 2))) |
(* (pow y 2) (+ (* -60 (/ (+ (* -120 (/ a (- z t))) (* 120 (/ x (pow (- z t) 2)))) y)) (* 3600 (/ 1 (pow (- z t) 2))))) |
(* (pow y 2) (+ (* -1 (/ (+ (* -1 (/ (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) y)) (* 60 (+ (* -120 (/ a (- z t))) (* 120 (/ x (pow (- z t) 2)))))) y)) (* 3600 (/ 1 (pow (- z t) 2))))) |
(* (pow y 2) (+ (* -1 (/ (+ (* -1 (/ (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) y)) (* 60 (+ (* -120 (/ a (- z t))) (* 120 (/ x (pow (- z t) 2)))))) y)) (* 3600 (/ 1 (pow (- z t) 2))))) |
(+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))) |
(+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (+ (* 60 (* z (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2))))) (* 14400 (pow a 2)))) |
(+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (+ (* 14400 (pow a 2)) (* z (+ (* 60 (* z (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* -1 (/ (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2))) t))))) (* 60 (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2)))))))) |
(+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (+ (* 14400 (pow a 2)) (* z (+ (* 60 (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2)))) (* z (+ (* 60 (* z (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 3))) (* -1 (/ (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* -1 (/ (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2))) t))) t))))) (* 60 (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* -1 (/ (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2))) t)))))))))) |
(* 14400 (pow a 2)) |
(+ (* -7200 (/ (* a (- x y)) z)) (* 14400 (pow a 2))) |
(+ (* -7200 (/ (* a (- x y)) z)) (+ (* 60 (/ (- (* 60 (pow (- x y) 2)) (* 120 (* a (* t (- x y))))) (pow z 2))) (* 14400 (pow a 2)))) |
(+ (* -7200 (/ (* a (- x y)) z)) (+ (* 60 (/ (- (* 60 (* t (pow (- x y) 2))) (* -1 (* t (- (* 60 (pow (- x y) 2)) (* 120 (* a (* t (- x y)))))))) (pow z 3))) (+ (* 60 (/ (- (* 60 (pow (- x y) 2)) (* 120 (* a (* t (- x y))))) (pow z 2))) (* 14400 (pow a 2))))) |
(* 14400 (pow a 2)) |
(+ (* -7200 (/ (* a (- x y)) z)) (* 14400 (pow a 2))) |
(+ (* -1 (/ (+ (* 60 (/ (- (* -60 (pow (- x y) 2)) (* -120 (* a (* t (- x y))))) z)) (* 7200 (* a (- x y)))) z)) (* 14400 (pow a 2))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -60 (- (* -60 (pow (- x y) 2)) (* -120 (* a (* t (- x y)))))) (* 60 (/ (- (* 60 (* t (pow (- x y) 2))) (* t (- (* -60 (pow (- x y) 2)) (* -120 (* a (* t (- x y))))))) z))) z)) (* 7200 (* a (- x y)))) z)) (* 14400 (pow a 2))) |
(+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))) |
(+ (* 60 (* t (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2)))))) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2)))) |
(+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (+ (* 14400 (pow a 2)) (* t (+ (* 60 (* t (- (* 60 (/ (pow (- x y) 2) (pow z 4))) (* -1 (/ (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2)))) z))))) (* 60 (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2))))))))) |
(+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (+ (* 14400 (pow a 2)) (* t (+ (* 60 (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2))))) (* t (+ (* 60 (* t (- (* 60 (/ (pow (- x y) 2) (pow z 5))) (* -1 (/ (- (* 60 (/ (pow (- x y) 2) (pow z 4))) (* -1 (/ (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2)))) z))) z))))) (* 60 (- (* 60 (/ (pow (- x y) 2) (pow z 4))) (* -1 (/ (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2)))) z)))))))))) |
(* 14400 (pow a 2)) |
(+ (* 7200 (/ (* a (- x y)) t)) (* 14400 (pow a 2))) |
(+ (* 60 (/ (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))) (pow t 2))) (+ (* 7200 (/ (* a (- x y)) t)) (* 14400 (pow a 2)))) |
(+ (* 60 (/ (- (* 60 (* z (pow (- x y) 2))) (* -1 (* z (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y)))))))) (pow t 3))) (+ (* 60 (/ (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))) (pow t 2))) (+ (* 7200 (/ (* a (- x y)) t)) (* 14400 (pow a 2))))) |
(* 14400 (pow a 2)) |
(+ (* 7200 (/ (* a (- x y)) t)) (* 14400 (pow a 2))) |
(+ (* -1 (/ (+ (* -7200 (* a (- x y))) (* -60 (/ (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))) t))) t)) (* 14400 (pow a 2))) |
(+ (* -1 (/ (+ (* -7200 (* a (- x y))) (* -1 (/ (+ (* -60 (/ (- (* -60 (* z (pow (- x y) 2))) (* z (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))))) t)) (* 60 (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))))) t))) t)) (* 14400 (pow a 2))) |
| Outputs |
|---|
(+ (* -60 (/ (- x y) t)) (* 120 a)) |
(+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal 120 binary64) a)) |
(+ (* -60 (/ (- x y) t)) (+ (* 60 (* z (- (/ y (pow t 2)) (/ x (pow t 2))))) (* 120 a))) |
(+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 (*.f64 #s(literal 60 binary64) z) (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t)))))) |
(+ (* -60 (/ (- x y) t)) (+ (* 120 a) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) t)))))) |
(+.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal 120 binary64) a)) (*.f64 z (*.f64 #s(literal 60 binary64) (+.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) (*.f64 z (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t)))))) |
(+ (* -60 (/ (- x y) t)) (+ (* 120 a) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* z (+ (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* 60 (/ (- (/ y (pow t 2)) (/ x (pow t 2))) t)))))))) |
(+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 z (+.f64 (*.f64 #s(literal 60 binary64) (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t)))) (*.f64 z (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 z (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t)))) (*.f64 t t)) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t)))))))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z)) |
(+ (* 60 (/ (* t (- x y)) (pow z 2))) (+ (* 60 (/ (- x y) z)) (* 120 a))) |
(+.f64 (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 t (-.f64 x y)) (*.f64 z z)) (/.f64 (-.f64 x y) z))) (*.f64 #s(literal 120 binary64) a)) |
(+ (* 60 (/ (* t (- x y)) (pow z 2))) (+ (* 60 (/ (* (pow t 2) (- x y)) (pow z 3))) (+ (* 60 (/ (- x y) z)) (* 120 a)))) |
(+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 t (-.f64 x y))) (*.f64 z z)) (+.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z)) (*.f64 (/.f64 #s(literal 60 binary64) z) (*.f64 (*.f64 t t) (/.f64 (-.f64 x y) (*.f64 z z)))))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z)) |
(+ (* -1 (/ (+ (* -60 (- x y)) (* -60 (/ (* t (- x y)) z))) z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -60 binary64) (+.f64 (-.f64 x y) (/.f64 (*.f64 t (-.f64 x y)) z)))) z)) |
(+ (* -1 (/ (+ (* -60 (- x y)) (* -1 (/ (+ (* 60 (* t (- x y))) (* 60 (/ (* (pow t 2) (- x y)) z))) z))) z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (neg.f64 (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 t (-.f64 x y)) (*.f64 (*.f64 t t) (/.f64 (-.f64 x y) z)))) z))) z))) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z)) |
(+ (* 60 (/ (* t (- x y)) (pow z 2))) (+ (* 60 (/ (- x y) z)) (* 120 a))) |
(+.f64 (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 t (-.f64 x y)) (*.f64 z z)) (/.f64 (-.f64 x y) z))) (*.f64 #s(literal 120 binary64) a)) |
(+ (* 60 (/ (- x y) z)) (+ (* 120 a) (* t (+ (* 60 (/ (* t (- x y)) (pow z 3))) (* 60 (/ (- x y) (pow z 2))))))) |
(+.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z)) (*.f64 t (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 t (-.f64 x y)) (*.f64 z (*.f64 z z))) (/.f64 (-.f64 x y) (*.f64 z z)))))) |
(+ (* 60 (/ (- x y) z)) (+ (* 120 a) (* t (+ (* 60 (/ (- x y) (pow z 2))) (* t (+ (* 60 (/ (* t (- x y)) (pow z 4))) (* 60 (/ (- x y) (pow z 3))))))))) |
(+.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z)) (*.f64 t (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 z z)) (*.f64 t (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 t (-.f64 x y)) (pow.f64 z #s(literal 4 binary64))) (/.f64 (-.f64 x y) (*.f64 z (*.f64 z z))))))))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(+ (* -60 (/ (- x y) t)) (* 120 a)) |
(+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal 120 binary64) a)) |
(+ (* -60 (/ (* z (- x y)) (pow t 2))) (+ (* -60 (/ (- x y) t)) (* 120 a))) |
(+.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal 120 binary64) a)) (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 z (-.f64 x y))) (*.f64 t t))) |
(+ (* -60 (/ (* z (- x y)) (pow t 2))) (+ (* -60 (/ (* (pow z 2) (- x y)) (pow t 3))) (+ (* -60 (/ (- x y) t)) (* 120 a)))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 z (-.f64 x y))) (*.f64 t t)) (+.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal 120 binary64) a)) (*.f64 (/.f64 #s(literal -60 binary64) t) (*.f64 (/.f64 (*.f64 z z) t) (/.f64 (-.f64 x y) t))))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(+ (* -60 (/ (- x y) t)) (* 120 a)) |
(+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal 120 binary64) a)) |
(+ (* -1 (/ (+ (* 60 (- x y)) (* 60 (/ (* z (- x y)) t))) t)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (neg.f64 (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (-.f64 x y) (/.f64 (*.f64 z (-.f64 x y)) t))) t))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -60 (* z (- x y))) (* -60 (/ (* (pow z 2) (- x y)) t))) t)) (* 60 (- x y))) t)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -60 binary64) (+.f64 (*.f64 z (-.f64 x y)) (*.f64 (*.f64 z z) (/.f64 (-.f64 x y) t))))) t))) t)) |
(+ (* -60 (/ y (- z t))) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t))) |
(+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)))) |
(+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)))) |
(+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)))) |
(* 60 (/ x (- z t))) |
(/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) |
(* x (+ (* -60 (/ y (* x (- z t)))) (+ (* 120 (/ a x)) (* 60 (/ 1 (- z t)))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 x (-.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) x) (/.f64 #s(literal 60 binary64) (-.f64 z t))))) |
(* x (+ (* -60 (/ y (* x (- z t)))) (+ (* 120 (/ a x)) (* 60 (/ 1 (- z t)))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 x (-.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) x) (/.f64 #s(literal 60 binary64) (-.f64 z t))))) |
(* x (+ (* -60 (/ y (* x (- z t)))) (+ (* 120 (/ a x)) (* 60 (/ 1 (- z t)))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 x (-.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) x) (/.f64 #s(literal 60 binary64) (-.f64 z t))))) |
(* 60 (/ x (- z t))) |
(/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) |
(* -1 (* x (- (* -1 (/ (+ (* -60 (/ y (- z t))) (* 120 a)) x)) (* 60 (/ 1 (- z t)))))) |
(neg.f64 (*.f64 x (-.f64 (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t))) x)) (/.f64 #s(literal 60 binary64) (-.f64 z t))))) |
(* -1 (* x (- (* -1 (/ (+ (* -60 (/ y (- z t))) (* 120 a)) x)) (* 60 (/ 1 (- z t)))))) |
(neg.f64 (*.f64 x (-.f64 (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t))) x)) (/.f64 #s(literal 60 binary64) (-.f64 z t))))) |
(* -1 (* x (- (* -1 (/ (+ (* -60 (/ y (- z t))) (* 120 a)) x)) (* 60 (/ 1 (- z t)))))) |
(neg.f64 (*.f64 x (-.f64 (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t))) x)) (/.f64 #s(literal 60 binary64) (-.f64 z t))))) |
(+ (* 60 (/ x (- z t))) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))) |
(+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)))) |
(+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)))) |
(+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)))) |
(* -60 (/ y (- z t))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(* y (- (+ (* 60 (/ x (* y (- z t)))) (* 120 (/ a y))) (* 60 (/ 1 (- z t))))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 y (-.f64 z t))) (-.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) y) (/.f64 #s(literal 60 binary64) (-.f64 z t))))) |
(* y (- (+ (* 60 (/ x (* y (- z t)))) (* 120 (/ a y))) (* 60 (/ 1 (- z t))))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 y (-.f64 z t))) (-.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) y) (/.f64 #s(literal 60 binary64) (-.f64 z t))))) |
(* y (- (+ (* 60 (/ x (* y (- z t)))) (* 120 (/ a y))) (* 60 (/ 1 (- z t))))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 y (-.f64 z t))) (-.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) y) (/.f64 #s(literal 60 binary64) (-.f64 z t))))) |
(* -60 (/ y (- z t))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x (- z t))) (* 120 a)) y)) (* 60 (/ 1 (- z t)))))) |
(*.f64 (neg.f64 y) (+.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))) y)))) |
(* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x (- z t))) (* 120 a)) y)) (* 60 (/ 1 (- z t)))))) |
(*.f64 (neg.f64 y) (+.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))) y)))) |
(* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x (- z t))) (* 120 a)) y)) (* 60 (/ 1 (- z t)))))) |
(*.f64 (neg.f64 y) (+.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))) y)))) |
(* 60 (/ (- x y) (- z t))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) |
(+ (* 60 (/ (- x y) (- z t))) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t))) |
(+ (* 60 (/ (- x y) (- z t))) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t))) |
(+ (* 60 (/ (- x y) (- z t))) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* a (+ 120 (* 60 (/ (- x y) (* a (- z t)))))) |
(*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 a (-.f64 z t))))) |
(* a (+ 120 (* 60 (/ (- x y) (* a (- z t)))))) |
(*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 a (-.f64 z t))))) |
(* a (+ 120 (* 60 (/ (- x y) (* a (- z t)))))) |
(*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 a (-.f64 z t))))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* -1 (* a (- (* -60 (/ (- x y) (* a (- z t)))) 120))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (*.f64 a (-.f64 z t))) #s(literal -120 binary64))) |
(* -1 (* a (- (* -60 (/ (- x y) (* a (- z t)))) 120))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (*.f64 a (-.f64 z t))) #s(literal -120 binary64))) |
(* -1 (* a (- (* -60 (/ (- x y) (* a (- z t)))) 120))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (*.f64 a (-.f64 z t))) #s(literal -120 binary64))) |
(* -60 (/ (- x y) t)) |
(*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) |
(+ (* -60 (/ (- x y) t)) (* 60 (* z (- (/ y (pow t 2)) (/ x (pow t 2)))))) |
(+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 (*.f64 #s(literal 60 binary64) z) (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))))) |
(+ (* -60 (/ (- x y) t)) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) t))))) |
(+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 z (*.f64 #s(literal 60 binary64) (+.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) (*.f64 z (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t)))))) |
(+ (* -60 (/ (- x y) t)) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* z (+ (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* 60 (/ (- (/ y (pow t 2)) (/ x (pow t 2))) t))))))) |
(+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 z (+.f64 (*.f64 #s(literal 60 binary64) (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t)))) (*.f64 z (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 z (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t)))) (*.f64 t t)) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t))))))) |
(* 60 (/ (- x y) z)) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) |
(/ (+ (* 60 (- x y)) (* 60 (/ (* t (- x y)) z))) z) |
(/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (-.f64 x y) (/.f64 (*.f64 t (-.f64 x y)) z))) z) |
(/ (+ (* 60 (- x y)) (+ (* 60 (/ (* t (- x y)) z)) (* 60 (/ (* (pow t 2) (- x y)) (pow z 2))))) z) |
(/.f64 (+.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 t (-.f64 x y)) z) (*.f64 (*.f64 t t) (/.f64 (-.f64 x y) (*.f64 z z)))))) z) |
(/ (+ (* 60 (- x y)) (+ (* 60 (/ (* t (- x y)) z)) (+ (* 60 (/ (* (pow t 2) (- x y)) (pow z 2))) (* 60 (/ (* (pow t 3) (- x y)) (pow z 3)))))) z) |
(/.f64 (+.f64 (*.f64 #s(literal 60 binary64) (+.f64 (-.f64 x y) (/.f64 (*.f64 t (-.f64 x y)) z))) (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 (*.f64 t t) (/.f64 (-.f64 x y) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t t)) (/.f64 (-.f64 x y) (*.f64 z (*.f64 z z))))))) z) |
(* 60 (/ (- x y) z)) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) |
(* -1 (/ (+ (* -60 (- x y)) (* -60 (/ (* t (- x y)) z))) z)) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -60 binary64) (+.f64 (-.f64 x y) (/.f64 (*.f64 t (-.f64 x y)) z)))) z) |
(* -1 (/ (+ (* -60 (- x y)) (* -1 (/ (+ (* 60 (* t (- x y))) (* 60 (/ (* (pow t 2) (- x y)) z))) z))) z)) |
(neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (neg.f64 (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 t (-.f64 x y)) (*.f64 (*.f64 t t) (/.f64 (-.f64 x y) z)))) z))) z)) |
(* -1 (/ (+ (* -60 (- x y)) (* -1 (/ (+ (* -1 (/ (+ (* -60 (* (pow t 2) (- x y))) (* -60 (/ (* (pow t 3) (- x y)) z))) z)) (* 60 (* t (- x y)))) z))) z)) |
(neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 t (-.f64 x y))) (neg.f64 (/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (*.f64 (*.f64 t t) (-.f64 x y)) (*.f64 (*.f64 t (*.f64 t t)) (/.f64 (-.f64 x y) z)))) z))) z))) z)) |
(* 60 (/ (- x y) z)) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) |
(+ (* 60 (/ (* t (- x y)) (pow z 2))) (* 60 (/ (- x y) z))) |
(*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 t (-.f64 x y)) (*.f64 z z)) (/.f64 (-.f64 x y) z))) |
(+ (* 60 (/ (- x y) z)) (* t (+ (* 60 (/ (* t (- x y)) (pow z 3))) (* 60 (/ (- x y) (pow z 2)))))) |
(+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 t (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 t (-.f64 x y)) (*.f64 z (*.f64 z z))) (/.f64 (-.f64 x y) (*.f64 z z)))))) |
(+ (* 60 (/ (- x y) z)) (* t (+ (* 60 (/ (- x y) (pow z 2))) (* t (+ (* 60 (/ (* t (- x y)) (pow z 4))) (* 60 (/ (- x y) (pow z 3)))))))) |
(+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 t (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 z z)) (*.f64 t (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 t (-.f64 x y)) (pow.f64 z #s(literal 4 binary64))) (/.f64 (-.f64 x y) (*.f64 z (*.f64 z z))))))))) |
(* -60 (/ (- x y) t)) |
(*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) |
(/ (+ (* -60 (- x y)) (* -60 (/ (* z (- x y)) t))) t) |
(/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (-.f64 x y) (/.f64 (*.f64 z (-.f64 x y)) t))) t) |
(/ (+ (* -60 (- x y)) (+ (* -60 (/ (* z (- x y)) t)) (* -60 (/ (* (pow z 2) (- x y)) (pow t 2))))) t) |
(/.f64 (+.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (*.f64 #s(literal -60 binary64) (+.f64 (/.f64 (*.f64 z (-.f64 x y)) t) (*.f64 (/.f64 (*.f64 z z) t) (/.f64 (-.f64 x y) t))))) t) |
(/ (+ (* -60 (- x y)) (+ (* -60 (/ (* z (- x y)) t)) (+ (* -60 (/ (* (pow z 2) (- x y)) (pow t 2))) (* -60 (/ (* (pow z 3) (- x y)) (pow t 3)))))) t) |
(/.f64 (+.f64 (*.f64 #s(literal -60 binary64) (+.f64 (-.f64 x y) (/.f64 (*.f64 z (-.f64 x y)) t))) (*.f64 #s(literal -60 binary64) (+.f64 (*.f64 (/.f64 (*.f64 z z) t) (/.f64 (-.f64 x y) t)) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (-.f64 x y)) (*.f64 t (*.f64 t t)))))) t) |
(* -60 (/ (- x y) t)) |
(*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) |
(* -1 (/ (+ (* 60 (- x y)) (* 60 (/ (* z (- x y)) t))) t)) |
(neg.f64 (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (-.f64 x y) (/.f64 (*.f64 z (-.f64 x y)) t))) t)) |
(* -1 (/ (+ (* -1 (/ (+ (* -60 (* z (- x y))) (* -60 (/ (* (pow z 2) (- x y)) t))) t)) (* 60 (- x y))) t)) |
(/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -60 binary64) (+.f64 (*.f64 z (-.f64 x y)) (*.f64 (*.f64 z z) (/.f64 (-.f64 x y) t))))) t))) t) |
(* -1 (/ (+ (* -1 (/ (+ (* -60 (* z (- x y))) (* -1 (/ (+ (* 60 (* (pow z 2) (- x y))) (* 60 (/ (* (pow z 3) (- x y)) t))) t))) t)) (* 60 (- x y))) t)) |
(neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -60 binary64) (*.f64 z (-.f64 x y))) (neg.f64 (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 (*.f64 z z) (-.f64 x y)) (*.f64 (*.f64 z (*.f64 z z)) (/.f64 (-.f64 x y) t)))) t))) t))) t)) |
(* -60 (/ y (- z t))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))) |
(* 60 (/ x (- z t))) |
(/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) |
(* x (+ (* -60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 x (-.f64 z t))) (/.f64 #s(literal 60 binary64) (-.f64 z t)))) |
(* x (+ (* -60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 x (-.f64 z t))) (/.f64 #s(literal 60 binary64) (-.f64 z t)))) |
(* x (+ (* -60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 x (-.f64 z t))) (/.f64 #s(literal 60 binary64) (-.f64 z t)))) |
(* 60 (/ x (- z t))) |
(/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) |
(* -1 (* x (- (* 60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) x) (-.f64 (*.f64 #s(literal 60 binary64) (/.f64 y (*.f64 x (-.f64 z t)))) (/.f64 #s(literal 60 binary64) (-.f64 z t)))) |
(* -1 (* x (- (* 60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) x) (-.f64 (*.f64 #s(literal 60 binary64) (/.f64 y (*.f64 x (-.f64 z t)))) (/.f64 #s(literal 60 binary64) (-.f64 z t)))) |
(* -1 (* x (- (* 60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) x) (-.f64 (*.f64 #s(literal 60 binary64) (/.f64 y (*.f64 x (-.f64 z t)))) (/.f64 #s(literal 60 binary64) (-.f64 z t)))) |
(* 60 (/ x (- z t))) |
(/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))) |
(* -60 (/ y (- z t))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(* y (- (* 60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t))))) |
(*.f64 y (-.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 y (-.f64 z t))) (/.f64 #s(literal 60 binary64) (-.f64 z t)))) |
(* y (- (* 60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t))))) |
(*.f64 y (-.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 y (-.f64 z t))) (/.f64 #s(literal 60 binary64) (-.f64 z t)))) |
(* y (- (* 60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t))))) |
(*.f64 y (-.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 y (-.f64 z t))) (/.f64 #s(literal 60 binary64) (-.f64 z t)))) |
(* -60 (/ y (- z t))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(* -1 (* y (+ (* -60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t)))))) |
(*.f64 (neg.f64 y) (+.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (/.f64 (*.f64 #s(literal -60 binary64) x) (*.f64 y (-.f64 z t))))) |
(* -1 (* y (+ (* -60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t)))))) |
(*.f64 (neg.f64 y) (+.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (/.f64 (*.f64 #s(literal -60 binary64) x) (*.f64 y (-.f64 z t))))) |
(* -1 (* y (+ (* -60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t)))))) |
(*.f64 (neg.f64 y) (+.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (/.f64 (*.f64 #s(literal -60 binary64) x) (*.f64 y (-.f64 z t))))) |
(/ -60 t) |
(/.f64 #s(literal -60 binary64) t) |
(- (* -60 (/ z (pow t 2))) (* 60 (/ 1 t))) |
(-.f64 (/.f64 (*.f64 #s(literal -60 binary64) z) (*.f64 t t)) (/.f64 #s(literal 60 binary64) t)) |
(- (* z (- (* -60 (/ z (pow t 3))) (* 60 (/ 1 (pow t 2))))) (* 60 (/ 1 t))) |
(-.f64 (*.f64 z (-.f64 (/.f64 (*.f64 #s(literal -60 binary64) z) (*.f64 t (*.f64 t t))) (/.f64 #s(literal 60 binary64) (*.f64 t t)))) (/.f64 #s(literal 60 binary64) t)) |
(- (* z (- (* z (- (* -60 (/ z (pow t 4))) (* 60 (/ 1 (pow t 3))))) (* 60 (/ 1 (pow t 2))))) (* 60 (/ 1 t))) |
(-.f64 (*.f64 z (-.f64 (*.f64 z (-.f64 (*.f64 #s(literal -60 binary64) (/.f64 z (pow.f64 t #s(literal 4 binary64)))) (/.f64 #s(literal 60 binary64) (*.f64 t (*.f64 t t))))) (/.f64 #s(literal 60 binary64) (*.f64 t t)))) (/.f64 #s(literal 60 binary64) t)) |
(/ 60 z) |
(/.f64 #s(literal 60 binary64) z) |
(/ (+ 60 (* 60 (/ t z))) z) |
(/.f64 (+.f64 #s(literal 60 binary64) (*.f64 #s(literal 60 binary64) (/.f64 t z))) z) |
(/ (- (+ 60 (* 60 (/ (pow t 2) (pow z 2)))) (* -60 (/ t z))) z) |
(/.f64 (+.f64 #s(literal 60 binary64) (-.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 t t)) (*.f64 z z)) (/.f64 (*.f64 #s(literal -60 binary64) t) z))) z) |
(/ (- (+ 60 (* 60 (/ (pow t 3) (pow z 3)))) (+ (* -60 (/ t z)) (* -60 (/ (pow t 2) (pow z 2))))) z) |
(/.f64 (-.f64 (+.f64 #s(literal 60 binary64) (*.f64 (/.f64 #s(literal 60 binary64) z) (/.f64 (*.f64 t (*.f64 t t)) (*.f64 z z)))) (*.f64 #s(literal -60 binary64) (+.f64 (/.f64 t z) (/.f64 (*.f64 t t) (*.f64 z z))))) z) |
(/ 60 z) |
(/.f64 #s(literal 60 binary64) z) |
(* -1 (/ (- (* -60 (/ t z)) 60) z)) |
(/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) t) z) #s(literal -60 binary64))) z) |
(* -1 (/ (- (* -1 (/ (- (* 60 (/ (pow t 2) z)) (* -60 t)) z)) 60) z)) |
(neg.f64 (/.f64 (+.f64 (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (*.f64 t t) z)) (*.f64 #s(literal 60 binary64) t)) z)) #s(literal -60 binary64)) z)) |
(* -1 (/ (- (* -1 (/ (- (* -1 (/ (- (* -60 (/ (pow t 3) z)) (* 60 (pow t 2))) z)) (* -60 t)) z)) 60) z)) |
(neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 t (*.f64 t t))) z) (*.f64 #s(literal -60 binary64) (*.f64 t t)))) z) (*.f64 #s(literal 60 binary64) t))) z) #s(literal -60 binary64)) z)) |
(/ 60 z) |
(/.f64 #s(literal 60 binary64) z) |
(+ (* 60 (/ t (pow z 2))) (* 60 (/ 1 z))) |
(+.f64 (/.f64 (*.f64 #s(literal 60 binary64) t) (*.f64 z z)) (/.f64 #s(literal 60 binary64) z)) |
(+ (* t (+ (* 60 (/ t (pow z 3))) (* 60 (/ 1 (pow z 2))))) (* 60 (/ 1 z))) |
(+.f64 (/.f64 #s(literal 60 binary64) z) (*.f64 t (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 t (*.f64 z (*.f64 z z)))) (/.f64 #s(literal 60 binary64) (*.f64 z z))))) |
(+ (* t (+ (* t (+ (* 60 (/ t (pow z 4))) (* 60 (/ 1 (pow z 3))))) (* 60 (/ 1 (pow z 2))))) (* 60 (/ 1 z))) |
(+.f64 (/.f64 #s(literal 60 binary64) z) (*.f64 t (+.f64 (/.f64 #s(literal 60 binary64) (*.f64 z z)) (*.f64 t (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 t (pow.f64 z #s(literal 4 binary64)))) (/.f64 #s(literal 60 binary64) (*.f64 z (*.f64 z z)))))))) |
(/ -60 t) |
(/.f64 #s(literal -60 binary64) t) |
(/ (- (* -60 (/ z t)) 60) t) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) z) t) #s(literal -60 binary64)) t) |
(/ (- (* -60 (/ (pow z 2) (pow t 2))) (+ 60 (* 60 (/ z t)))) t) |
(/.f64 (-.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 z z)) (*.f64 t t)) (+.f64 #s(literal 60 binary64) (/.f64 (*.f64 #s(literal 60 binary64) z) t))) t) |
(/ (- (* -60 (/ (pow z 3) (pow t 3))) (+ 60 (+ (* 60 (/ z t)) (* 60 (/ (pow z 2) (pow t 2)))))) t) |
(/.f64 (-.f64 (-.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 z (*.f64 z z))) (*.f64 t (*.f64 t t))) #s(literal 60 binary64)) (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 z t) (/.f64 (*.f64 z z) (*.f64 t t))))) t) |
(/ -60 t) |
(/.f64 #s(literal -60 binary64) t) |
(* -1 (/ (+ 60 (* 60 (/ z t))) t)) |
(neg.f64 (/.f64 (+.f64 #s(literal 60 binary64) (/.f64 (*.f64 #s(literal 60 binary64) z) t)) t)) |
(* -1 (/ (+ 60 (* -1 (/ (- (* -60 (/ (pow z 2) t)) (* 60 z)) t))) t)) |
(neg.f64 (/.f64 (+.f64 #s(literal 60 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 z z)) t) (*.f64 #s(literal -60 binary64) z)) t))) t)) |
(* -1 (/ (+ 60 (* -1 (/ (- (* -1 (/ (- (* 60 (/ (pow z 3) t)) (* -60 (pow z 2))) t)) (* 60 z)) t))) t)) |
(neg.f64 (/.f64 (+.f64 #s(literal 60 binary64) (neg.f64 (/.f64 (+.f64 (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (*.f64 z (*.f64 z z)) t)) (*.f64 #s(literal 60 binary64) (*.f64 z z))) t)) (*.f64 #s(literal -60 binary64) z)) t))) t)) |
(* -1 t) |
(neg.f64 t) |
(- z t) |
(-.f64 z t) |
(- z t) |
(-.f64 z t) |
(- z t) |
(-.f64 z t) |
z |
(* z (+ 1 (* -1 (/ t z)))) |
(*.f64 z (+.f64 #s(literal 1 binary64) (neg.f64 (/.f64 t z)))) |
(* z (+ 1 (* -1 (/ t z)))) |
(*.f64 z (+.f64 #s(literal 1 binary64) (neg.f64 (/.f64 t z)))) |
(* z (+ 1 (* -1 (/ t z)))) |
(*.f64 z (+.f64 #s(literal 1 binary64) (neg.f64 (/.f64 t z)))) |
z |
(* -1 (* z (- (/ t z) 1))) |
(*.f64 (*.f64 #s(literal -1 binary64) z) (+.f64 (/.f64 t z) #s(literal -1 binary64))) |
(* -1 (* z (- (/ t z) 1))) |
(*.f64 (*.f64 #s(literal -1 binary64) z) (+.f64 (/.f64 t z) #s(literal -1 binary64))) |
(* -1 (* z (- (/ t z) 1))) |
(*.f64 (*.f64 #s(literal -1 binary64) z) (+.f64 (/.f64 t z) #s(literal -1 binary64))) |
z |
(+ z (* -1 t)) |
(-.f64 z t) |
(+ z (* -1 t)) |
(-.f64 z t) |
(+ z (* -1 t)) |
(-.f64 z t) |
(* -1 t) |
(neg.f64 t) |
(* t (- (/ z t) 1)) |
(*.f64 t (+.f64 (/.f64 z t) #s(literal -1 binary64))) |
(* t (- (/ z t) 1)) |
(*.f64 t (+.f64 (/.f64 z t) #s(literal -1 binary64))) |
(* t (- (/ z t) 1)) |
(*.f64 t (+.f64 (/.f64 z t) #s(literal -1 binary64))) |
(* -1 t) |
(neg.f64 t) |
(* -1 (* t (+ 1 (* -1 (/ z t))))) |
(*.f64 (neg.f64 t) (+.f64 #s(literal 1 binary64) (neg.f64 (/.f64 z t)))) |
(* -1 (* t (+ 1 (* -1 (/ z t))))) |
(*.f64 (neg.f64 t) (+.f64 #s(literal 1 binary64) (neg.f64 (/.f64 z t)))) |
(* -1 (* t (+ 1 (* -1 (/ z t))))) |
(*.f64 (neg.f64 t) (+.f64 #s(literal 1 binary64) (neg.f64 (/.f64 z t)))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* -60 (/ y (- z t))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(+ (* -60 (/ y (- z t))) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t))) |
(+ (* -60 (/ y (- z t))) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t))) |
(+ (* -60 (/ y (- z t))) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* a (+ 120 (* -60 (/ y (* a (- z t)))))) |
(*.f64 a (+.f64 #s(literal 120 binary64) (*.f64 #s(literal -60 binary64) (/.f64 y (*.f64 a (-.f64 z t)))))) |
(* a (+ 120 (* -60 (/ y (* a (- z t)))))) |
(*.f64 a (+.f64 #s(literal 120 binary64) (*.f64 #s(literal -60 binary64) (/.f64 y (*.f64 a (-.f64 z t)))))) |
(* a (+ 120 (* -60 (/ y (* a (- z t)))))) |
(*.f64 a (+.f64 #s(literal 120 binary64) (*.f64 #s(literal -60 binary64) (/.f64 y (*.f64 a (-.f64 z t)))))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* -1 (* a (- (* 60 (/ y (* a (- z t)))) 120))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) y) (*.f64 a (-.f64 z t))) #s(literal -120 binary64))) |
(* -1 (* a (- (* 60 (/ y (* a (- z t)))) 120))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) y) (*.f64 a (-.f64 z t))) #s(literal -120 binary64))) |
(* -1 (* a (- (* 60 (/ y (* a (- z t)))) 120))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) y) (*.f64 a (-.f64 z t))) #s(literal -120 binary64))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(+ (* -60 (/ y (- z t))) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t))) |
(+ (* -60 (/ y (- z t))) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t))) |
(+ (* -60 (/ y (- z t))) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t))) |
(* -60 (/ y (- z t))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(* y (- (* 120 (/ a y)) (* 60 (/ 1 (- z t))))) |
(*.f64 y (-.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) y) (/.f64 #s(literal 60 binary64) (-.f64 z t)))) |
(* y (- (* 120 (/ a y)) (* 60 (/ 1 (- z t))))) |
(*.f64 y (-.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) y) (/.f64 #s(literal 60 binary64) (-.f64 z t)))) |
(* y (- (* 120 (/ a y)) (* 60 (/ 1 (- z t))))) |
(*.f64 y (-.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) y) (/.f64 #s(literal 60 binary64) (-.f64 z t)))) |
(* -60 (/ y (- z t))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(* -1 (* y (+ (* -120 (/ a y)) (* 60 (/ 1 (- z t)))))) |
(*.f64 (neg.f64 y) (+.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (/.f64 (*.f64 #s(literal -120 binary64) a) y))) |
(* -1 (* y (+ (* -120 (/ a y)) (* 60 (/ 1 (- z t)))))) |
(*.f64 (neg.f64 y) (+.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (/.f64 (*.f64 #s(literal -120 binary64) a) y))) |
(* -1 (* y (+ (* -120 (/ a y)) (* 60 (/ 1 (- z t)))))) |
(*.f64 (neg.f64 y) (+.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (/.f64 (*.f64 #s(literal -120 binary64) a) y))) |
(+ (* 60 (/ y t)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) y) t)) |
(+ (* 60 (/ y t)) (+ (* 60 (/ (* y z) (pow t 2))) (* 120 a))) |
(+.f64 (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 y t) (/.f64 (*.f64 y z) (*.f64 t t)))) (*.f64 #s(literal 120 binary64) a)) |
(+ (* 60 (/ y t)) (+ (* 120 a) (* z (+ (* 60 (/ y (pow t 2))) (* 60 (/ (* y z) (pow t 3))))))) |
(+.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) y) t)) (*.f64 z (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 y (*.f64 t t)) (/.f64 (*.f64 y z) (*.f64 t (*.f64 t t))))))) |
(+ (* 60 (/ y t)) (+ (* 120 a) (* z (+ (* 60 (/ y (pow t 2))) (* z (+ (* 60 (/ y (pow t 3))) (* 60 (/ (* y z) (pow t 4))))))))) |
(+.f64 (/.f64 (*.f64 #s(literal 60 binary64) y) t) (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 z (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) y) (*.f64 t t)) (*.f64 z (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 y (*.f64 t (*.f64 t t))) (/.f64 (*.f64 y z) (pow.f64 t #s(literal 4 binary64)))))))))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(+ (* -60 (/ y z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) y) z)) |
(+ (* -60 (/ y z)) (+ (* -60 (/ (* t y) (pow z 2))) (* 120 a))) |
(+.f64 (*.f64 #s(literal -60 binary64) (+.f64 (/.f64 y z) (*.f64 t (/.f64 y (*.f64 z z))))) (*.f64 #s(literal 120 binary64) a)) |
(+ (* -60 (/ y z)) (+ (* -60 (/ (* t y) (pow z 2))) (+ (* -60 (/ (* (pow t 2) y) (pow z 3))) (* 120 a)))) |
(+.f64 (*.f64 #s(literal -60 binary64) (+.f64 (/.f64 y z) (*.f64 t (/.f64 y (*.f64 z z))))) (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 (*.f64 t t) y)) (*.f64 z (*.f64 z z))))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(+ (* -60 (/ y z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) y) z)) |
(+ (* -1 (/ (+ (* 60 y) (* 60 (/ (* t y) z))) z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 #s(literal 60 binary64) (+.f64 y (*.f64 t (/.f64 y z))))) z)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -60 (* t y)) (* -60 (/ (* (pow t 2) y) z))) z)) (* 60 y)) z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 #s(literal 60 binary64) y) (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -60 binary64) (+.f64 (*.f64 t y) (/.f64 (*.f64 (*.f64 t t) y) z)))) z))) z)) |
(+ (* -60 (/ y z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) y) z)) |
(+ (* -60 (/ y z)) (+ (* -60 (/ (* t y) (pow z 2))) (* 120 a))) |
(+.f64 (*.f64 #s(literal -60 binary64) (+.f64 (/.f64 y z) (*.f64 t (/.f64 y (*.f64 z z))))) (*.f64 #s(literal 120 binary64) a)) |
(+ (* -60 (/ y z)) (+ (* 120 a) (* t (+ (* -60 (/ y (pow z 2))) (* -60 (/ (* t y) (pow z 3))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) z) (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 t (*.f64 #s(literal -60 binary64) (+.f64 (/.f64 y (*.f64 z z)) (*.f64 t (/.f64 y (*.f64 z (*.f64 z z))))))))) |
(+ (* -60 (/ y z)) (+ (* 120 a) (* t (+ (* -60 (/ y (pow z 2))) (* t (+ (* -60 (/ y (pow z 3))) (* -60 (/ (* t y) (pow z 4))))))))) |
(+.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) y) z)) (*.f64 t (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 y (*.f64 z z))) (*.f64 t (*.f64 #s(literal -60 binary64) (+.f64 (/.f64 y (*.f64 z (*.f64 z z))) (/.f64 (*.f64 t y) (pow.f64 z #s(literal 4 binary64))))))))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(+ (* 60 (/ y t)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) y) t)) |
(+ (* 60 (/ y t)) (+ (* 60 (/ (* y z) (pow t 2))) (* 120 a))) |
(+.f64 (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 y t) (/.f64 (*.f64 y z) (*.f64 t t)))) (*.f64 #s(literal 120 binary64) a)) |
(+ (* 60 (/ y t)) (+ (* 60 (/ (* y z) (pow t 2))) (+ (* 60 (/ (* y (pow z 2)) (pow t 3))) (* 120 a)))) |
(+.f64 (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 y t) (/.f64 (*.f64 y z) (*.f64 t t)))) (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 y (*.f64 z z))) (*.f64 t (*.f64 t t))))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(+ (* 60 (/ y t)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) y) t)) |
(+ (* -1 (/ (+ (* -60 y) (* -60 (/ (* y z) t))) t)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (neg.f64 (/.f64 (*.f64 #s(literal -60 binary64) (+.f64 y (*.f64 y (/.f64 z t)))) t))) |
(+ (* -1 (/ (+ (* -60 y) (* -1 (/ (+ (* 60 (* y z)) (* 60 (/ (* y (pow z 2)) t))) t))) t)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -60 binary64) y) (neg.f64 (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 y z) (/.f64 (*.f64 y (*.f64 z z)) t))) t))) t))) |
(* -60 (/ y (- z t))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(* -60 (/ y (- z t))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(* -60 (/ y (- z t))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(* -60 (/ y (- z t))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(* -60 (/ y (- z t))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(* -60 (/ y (- z t))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(* -60 (/ y (- z t))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(* -60 (/ y (- z t))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(* -60 (/ y (- z t))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(* -60 (/ y (- z t))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(* -60 (/ y (- z t))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(* -60 (/ y (- z t))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(* 60 (/ y t)) |
(/.f64 (*.f64 #s(literal 60 binary64) y) t) |
(+ (* 60 (/ y t)) (* 60 (/ (* y z) (pow t 2)))) |
(*.f64 #s(literal 60 binary64) (+.f64 (/.f64 y t) (/.f64 (*.f64 y z) (*.f64 t t)))) |
(+ (* 60 (/ y t)) (* z (+ (* 60 (/ y (pow t 2))) (* 60 (/ (* y z) (pow t 3)))))) |
(+.f64 (/.f64 (*.f64 #s(literal 60 binary64) y) t) (*.f64 z (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 y (*.f64 t t)) (/.f64 (*.f64 y z) (*.f64 t (*.f64 t t))))))) |
(+ (* 60 (/ y t)) (* z (+ (* 60 (/ y (pow t 2))) (* z (+ (* 60 (/ y (pow t 3))) (* 60 (/ (* y z) (pow t 4)))))))) |
(+.f64 (/.f64 (*.f64 #s(literal 60 binary64) y) t) (*.f64 z (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) y) (*.f64 t t)) (*.f64 z (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 y (*.f64 t (*.f64 t t))) (/.f64 (*.f64 y z) (pow.f64 t #s(literal 4 binary64))))))))) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(/ (+ (* -60 y) (* -60 (/ (* t y) z))) z) |
(/.f64 (*.f64 #s(literal -60 binary64) (+.f64 y (*.f64 t (/.f64 y z)))) z) |
(/ (+ (* -60 y) (+ (* -60 (/ (* t y) z)) (* -60 (/ (* (pow t 2) y) (pow z 2))))) z) |
(/.f64 (+.f64 (*.f64 #s(literal -60 binary64) (+.f64 y (*.f64 t (/.f64 y z)))) (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 (*.f64 t t) y)) (*.f64 z z))) z) |
(/ (+ (* -60 y) (+ (* -60 (/ (* t y) z)) (+ (* -60 (/ (* (pow t 2) y) (pow z 2))) (* -60 (/ (* (pow t 3) y) (pow z 3)))))) z) |
(/.f64 (+.f64 (*.f64 #s(literal -60 binary64) (+.f64 y (*.f64 t (/.f64 y z)))) (*.f64 #s(literal -60 binary64) (+.f64 (/.f64 (*.f64 (*.f64 t t) y) (*.f64 z z)) (/.f64 (*.f64 (*.f64 t (*.f64 t t)) y) (*.f64 z (*.f64 z z)))))) z) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -1 (/ (+ (* 60 y) (* 60 (/ (* t y) z))) z)) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 #s(literal 60 binary64) (+.f64 y (*.f64 t (/.f64 y z))))) z) |
(* -1 (/ (+ (* -1 (/ (+ (* -60 (* t y)) (* -60 (/ (* (pow t 2) y) z))) z)) (* 60 y)) z)) |
(/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 #s(literal 60 binary64) y) (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -60 binary64) (+.f64 (*.f64 t y) (/.f64 (*.f64 (*.f64 t t) y) z)))) z))) z) |
(* -1 (/ (+ (* -1 (/ (+ (* -60 (* t y)) (* -1 (/ (+ (* 60 (* (pow t 2) y)) (* 60 (/ (* (pow t 3) y) z))) z))) z)) (* 60 y)) z)) |
(neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 60 binary64) y) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -60 binary64) (*.f64 t y)) (neg.f64 (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 (*.f64 t t) y) (/.f64 (*.f64 (*.f64 t (*.f64 t t)) y) z))) z))) z))) z)) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(+ (* -60 (/ y z)) (* -60 (/ (* t y) (pow z 2)))) |
(*.f64 #s(literal -60 binary64) (+.f64 (/.f64 y z) (*.f64 t (/.f64 y (*.f64 z z))))) |
(+ (* -60 (/ y z)) (* t (+ (* -60 (/ y (pow z 2))) (* -60 (/ (* t y) (pow z 3)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) z) (*.f64 t (*.f64 #s(literal -60 binary64) (+.f64 (/.f64 y (*.f64 z z)) (*.f64 t (/.f64 y (*.f64 z (*.f64 z z)))))))) |
(+ (* -60 (/ y z)) (* t (+ (* -60 (/ y (pow z 2))) (* t (+ (* -60 (/ y (pow z 3))) (* -60 (/ (* t y) (pow z 4)))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) z) (*.f64 t (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 y (*.f64 z z))) (*.f64 t (*.f64 #s(literal -60 binary64) (+.f64 (/.f64 y (*.f64 z (*.f64 z z))) (/.f64 (*.f64 t y) (pow.f64 z #s(literal 4 binary64))))))))) |
(* 60 (/ y t)) |
(/.f64 (*.f64 #s(literal 60 binary64) y) t) |
(/ (+ (* 60 y) (* 60 (/ (* y z) t))) t) |
(/.f64 (*.f64 #s(literal 60 binary64) (+.f64 y (*.f64 y (/.f64 z t)))) t) |
(/ (+ (* 60 y) (+ (* 60 (/ (* y z) t)) (* 60 (/ (* y (pow z 2)) (pow t 2))))) t) |
(/.f64 (+.f64 (*.f64 #s(literal 60 binary64) (+.f64 y (*.f64 y (/.f64 z t)))) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 y (*.f64 z z))) (*.f64 t t))) t) |
(/ (+ (* 60 y) (+ (* 60 (/ (* y z) t)) (+ (* 60 (/ (* y (pow z 2)) (pow t 2))) (* 60 (/ (* y (pow z 3)) (pow t 3)))))) t) |
(/.f64 (+.f64 (*.f64 #s(literal 60 binary64) (+.f64 y (*.f64 y (/.f64 z t)))) (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 y (*.f64 z z)) (*.f64 t t)) (/.f64 (*.f64 y (*.f64 z (*.f64 z z))) (*.f64 t (*.f64 t t)))))) t) |
(* 60 (/ y t)) |
(/.f64 (*.f64 #s(literal 60 binary64) y) t) |
(* -1 (/ (+ (* -60 y) (* -60 (/ (* y z) t))) t)) |
(neg.f64 (/.f64 (*.f64 #s(literal -60 binary64) (+.f64 y (*.f64 y (/.f64 z t)))) t)) |
(* -1 (/ (+ (* -60 y) (* -1 (/ (+ (* 60 (* y z)) (* 60 (/ (* y (pow z 2)) t))) t))) t)) |
(neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -60 binary64) y) (neg.f64 (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 y z) (/.f64 (*.f64 y (*.f64 z z)) t))) t))) t)) |
(* -1 (/ (+ (* -60 y) (* -1 (/ (+ (* -1 (/ (+ (* -60 (* y (pow z 2))) (* -60 (/ (* y (pow z 3)) t))) t)) (* 60 (* y z))) t))) t)) |
(neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -60 binary64) y) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 y z)) (neg.f64 (/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (*.f64 y (*.f64 z z)) (/.f64 (*.f64 y (*.f64 z (*.f64 z z))) t))) t))) t))) t)) |
(/ y (- z t)) |
(/.f64 y (-.f64 z t)) |
(/ y (- z t)) |
(/.f64 y (-.f64 z t)) |
(/ y (- z t)) |
(/.f64 y (-.f64 z t)) |
(/ y (- z t)) |
(/.f64 y (-.f64 z t)) |
(/ y (- z t)) |
(/.f64 y (-.f64 z t)) |
(/ y (- z t)) |
(/.f64 y (-.f64 z t)) |
(/ y (- z t)) |
(/.f64 y (-.f64 z t)) |
(/ y (- z t)) |
(/.f64 y (-.f64 z t)) |
(/ y (- z t)) |
(/.f64 y (-.f64 z t)) |
(/ y (- z t)) |
(/.f64 y (-.f64 z t)) |
(/ y (- z t)) |
(/.f64 y (-.f64 z t)) |
(/ y (- z t)) |
(/.f64 y (-.f64 z t)) |
(* -1 (/ y t)) |
(/.f64 (neg.f64 y) t) |
(+ (* -1 (/ y t)) (* -1 (/ (* y z) (pow t 2)))) |
(*.f64 #s(literal -1 binary64) (+.f64 (/.f64 y t) (/.f64 (*.f64 y z) (*.f64 t t)))) |
(+ (* -1 (/ y t)) (* z (- (* -1 (/ (* y z) (pow t 3))) (/ y (pow t 2))))) |
(+.f64 (/.f64 (neg.f64 y) t) (*.f64 z (-.f64 (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 y z)) (*.f64 t (*.f64 t t))) (/.f64 y (*.f64 t t))))) |
(+ (* -1 (/ y t)) (* z (- (* z (- (* -1 (/ (* y z) (pow t 4))) (/ y (pow t 3)))) (/ y (pow t 2))))) |
(+.f64 (/.f64 (neg.f64 y) t) (*.f64 z (-.f64 (*.f64 z (-.f64 (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 y z)) (pow.f64 t #s(literal 4 binary64))) (/.f64 y (*.f64 t (*.f64 t t))))) (/.f64 y (*.f64 t t))))) |
(/ y z) |
(/.f64 y z) |
(/ (+ y (/ (* t y) z)) z) |
(/.f64 (+.f64 y (*.f64 t (/.f64 y z))) z) |
(/ (- (+ y (/ (* (pow t 2) y) (pow z 2))) (* -1 (/ (* t y) z))) z) |
(/.f64 (+.f64 y (-.f64 (/.f64 (*.f64 (*.f64 t t) y) (*.f64 z z)) (*.f64 #s(literal -1 binary64) (*.f64 t (/.f64 y z))))) z) |
(/ (- (+ y (/ (* (pow t 3) y) (pow z 3))) (+ (* -1 (/ (* t y) z)) (* -1 (/ (* (pow t 2) y) (pow z 2))))) z) |
(/.f64 (-.f64 (+.f64 y (/.f64 (*.f64 (*.f64 t (*.f64 t t)) y) (*.f64 z (*.f64 z z)))) (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 t (/.f64 y z)) (/.f64 (*.f64 (*.f64 t t) y) (*.f64 z z))))) z) |
(/ y z) |
(/.f64 y z) |
(* -1 (/ (+ (* -1 y) (* -1 (/ (* t y) z))) z)) |
(neg.f64 (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 y (*.f64 t (/.f64 y z)))) z)) |
(* -1 (/ (+ (* -1 y) (* -1 (/ (+ (* t y) (/ (* (pow t 2) y) z)) z))) z)) |
(neg.f64 (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 y (/.f64 (+.f64 (*.f64 t y) (/.f64 (*.f64 (*.f64 t t) y) z)) z))) z)) |
(* -1 (/ (+ (* -1 y) (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (pow t 2) y)) (* -1 (/ (* (pow t 3) y) z))) z)) (* t y)) z))) z)) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -1 binary64) (+.f64 y (/.f64 (+.f64 (*.f64 t y) (neg.f64 (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 (*.f64 t t) y) (/.f64 (*.f64 (*.f64 t (*.f64 t t)) y) z))) z))) z)))) z) |
(/ y z) |
(/.f64 y z) |
(+ (/ y z) (/ (* t y) (pow z 2))) |
(+.f64 (/.f64 y z) (*.f64 t (/.f64 y (*.f64 z z)))) |
(+ (* t (- (/ (* t y) (pow z 3)) (* -1 (/ y (pow z 2))))) (/ y z)) |
(+.f64 (/.f64 y z) (*.f64 t (+.f64 (*.f64 t (/.f64 y (*.f64 z (*.f64 z z)))) (*.f64 #s(literal 1 binary64) (/.f64 y (*.f64 z z)))))) |
(+ (* t (- (* t (- (/ (* t y) (pow z 4)) (* -1 (/ y (pow z 3))))) (* -1 (/ y (pow z 2))))) (/ y z)) |
(+.f64 (/.f64 y z) (*.f64 t (+.f64 (*.f64 t (+.f64 (/.f64 (*.f64 t y) (pow.f64 z #s(literal 4 binary64))) (*.f64 #s(literal 1 binary64) (/.f64 y (*.f64 z (*.f64 z z)))))) (*.f64 #s(literal 1 binary64) (/.f64 y (*.f64 z z)))))) |
(* -1 (/ y t)) |
(/.f64 (neg.f64 y) t) |
(/ (+ (* -1 y) (* -1 (/ (* y z) t))) t) |
(neg.f64 (/.f64 (+.f64 y (*.f64 y (/.f64 z t))) t)) |
(/ (- (+ (* -1 y) (* -1 (/ (* y (pow z 2)) (pow t 2)))) (/ (* y z) t)) t) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (+.f64 y (/.f64 (*.f64 y (*.f64 z z)) (*.f64 t t)))) (*.f64 y (/.f64 z t))) t) |
(/ (- (+ (* -1 y) (* -1 (/ (* y (pow z 3)) (pow t 3)))) (+ (/ (* y z) t) (/ (* y (pow z 2)) (pow t 2)))) t) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (+.f64 y (/.f64 (*.f64 y (*.f64 z (*.f64 z z))) (*.f64 t (*.f64 t t))))) (+.f64 (*.f64 y (/.f64 z t)) (/.f64 (*.f64 y (*.f64 z z)) (*.f64 t t)))) t) |
(* -1 (/ y t)) |
(/.f64 (neg.f64 y) t) |
(* -1 (/ (+ y (/ (* y z) t)) t)) |
(neg.f64 (/.f64 (+.f64 y (*.f64 y (/.f64 z t))) t)) |
(* -1 (/ (+ y (* -1 (/ (- (* -1 (/ (* y (pow z 2)) t)) (* y z)) t))) t)) |
(neg.f64 (/.f64 (+.f64 y (neg.f64 (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 y (*.f64 z z))) t) (*.f64 y z)) t))) t)) |
(* -1 (/ (+ y (* -1 (/ (- (* -1 (/ (- (/ (* y (pow z 3)) t) (* -1 (* y (pow z 2)))) t)) (* y z)) t))) t)) |
(neg.f64 (/.f64 (+.f64 y (neg.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 y (*.f64 z (*.f64 z z))) t) (*.f64 #s(literal 1 binary64) (*.f64 y (*.f64 z z)))) t)) (*.f64 y z)) t))) t)) |
(+ (* -60 (/ (- x y) t)) (* 120 a)) |
(+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal 120 binary64) a)) |
(+ (* -60 (/ (- x y) t)) (+ (* 60 (* z (- (/ y (pow t 2)) (/ x (pow t 2))))) (* 120 a))) |
(+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 (*.f64 #s(literal 60 binary64) z) (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t)))))) |
(+ (* -60 (/ (- x y) t)) (+ (* 120 a) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) t)))))) |
(+.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal 120 binary64) a)) (*.f64 z (*.f64 #s(literal 60 binary64) (+.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) (*.f64 z (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t)))))) |
(+ (* -60 (/ (- x y) t)) (+ (* 120 a) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* z (+ (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* 60 (/ (- (/ y (pow t 2)) (/ x (pow t 2))) t)))))))) |
(+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 z (+.f64 (*.f64 #s(literal 60 binary64) (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t)))) (*.f64 z (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 z (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t)))) (*.f64 t t)) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t)))))))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z)) |
(+ (* 60 (/ (* t (- x y)) (pow z 2))) (+ (* 60 (/ (- x y) z)) (* 120 a))) |
(+.f64 (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 t (-.f64 x y)) (*.f64 z z)) (/.f64 (-.f64 x y) z))) (*.f64 #s(literal 120 binary64) a)) |
(+ (* 60 (/ (* t (- x y)) (pow z 2))) (+ (* 60 (/ (* (pow t 2) (- x y)) (pow z 3))) (+ (* 60 (/ (- x y) z)) (* 120 a)))) |
(+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 t (-.f64 x y))) (*.f64 z z)) (+.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z)) (*.f64 (/.f64 #s(literal 60 binary64) z) (*.f64 (*.f64 t t) (/.f64 (-.f64 x y) (*.f64 z z)))))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z)) |
(+ (* -1 (/ (+ (* -60 (- x y)) (* -60 (/ (* t (- x y)) z))) z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -60 binary64) (+.f64 (-.f64 x y) (/.f64 (*.f64 t (-.f64 x y)) z)))) z)) |
(+ (* -1 (/ (+ (* -60 (- x y)) (* -1 (/ (+ (* 60 (* t (- x y))) (* 60 (/ (* (pow t 2) (- x y)) z))) z))) z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (neg.f64 (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 t (-.f64 x y)) (*.f64 (*.f64 t t) (/.f64 (-.f64 x y) z)))) z))) z))) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z)) |
(+ (* 60 (/ (* t (- x y)) (pow z 2))) (+ (* 60 (/ (- x y) z)) (* 120 a))) |
(+.f64 (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 t (-.f64 x y)) (*.f64 z z)) (/.f64 (-.f64 x y) z))) (*.f64 #s(literal 120 binary64) a)) |
(+ (* 60 (/ (- x y) z)) (+ (* 120 a) (* t (+ (* 60 (/ (* t (- x y)) (pow z 3))) (* 60 (/ (- x y) (pow z 2))))))) |
(+.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z)) (*.f64 t (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 t (-.f64 x y)) (*.f64 z (*.f64 z z))) (/.f64 (-.f64 x y) (*.f64 z z)))))) |
(+ (* 60 (/ (- x y) z)) (+ (* 120 a) (* t (+ (* 60 (/ (- x y) (pow z 2))) (* t (+ (* 60 (/ (* t (- x y)) (pow z 4))) (* 60 (/ (- x y) (pow z 3))))))))) |
(+.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z)) (*.f64 t (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 z z)) (*.f64 t (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 t (-.f64 x y)) (pow.f64 z #s(literal 4 binary64))) (/.f64 (-.f64 x y) (*.f64 z (*.f64 z z))))))))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(+ (* -60 (/ (- x y) t)) (* 120 a)) |
(+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal 120 binary64) a)) |
(+ (* -60 (/ (* z (- x y)) (pow t 2))) (+ (* -60 (/ (- x y) t)) (* 120 a))) |
(+.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal 120 binary64) a)) (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 z (-.f64 x y))) (*.f64 t t))) |
(+ (* -60 (/ (* z (- x y)) (pow t 2))) (+ (* -60 (/ (* (pow z 2) (- x y)) (pow t 3))) (+ (* -60 (/ (- x y) t)) (* 120 a)))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 z (-.f64 x y))) (*.f64 t t)) (+.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal 120 binary64) a)) (*.f64 (/.f64 #s(literal -60 binary64) t) (*.f64 (/.f64 (*.f64 z z) t) (/.f64 (-.f64 x y) t))))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(+ (* -60 (/ (- x y) t)) (* 120 a)) |
(+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal 120 binary64) a)) |
(+ (* -1 (/ (+ (* 60 (- x y)) (* 60 (/ (* z (- x y)) t))) t)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (neg.f64 (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (-.f64 x y) (/.f64 (*.f64 z (-.f64 x y)) t))) t))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -60 (* z (- x y))) (* -60 (/ (* (pow z 2) (- x y)) t))) t)) (* 60 (- x y))) t)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -60 binary64) (+.f64 (*.f64 z (-.f64 x y)) (*.f64 (*.f64 z z) (/.f64 (-.f64 x y) t))))) t))) t)) |
(+ (* -60 (/ y (- z t))) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t))) |
(+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)))) |
(+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)))) |
(+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)))) |
(* 60 (/ x (- z t))) |
(/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) |
(* x (+ (* -60 (/ y (* x (- z t)))) (+ (* 120 (/ a x)) (* 60 (/ 1 (- z t)))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 x (-.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) x) (/.f64 #s(literal 60 binary64) (-.f64 z t))))) |
(* x (+ (* -60 (/ y (* x (- z t)))) (+ (* 120 (/ a x)) (* 60 (/ 1 (- z t)))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 x (-.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) x) (/.f64 #s(literal 60 binary64) (-.f64 z t))))) |
(* x (+ (* -60 (/ y (* x (- z t)))) (+ (* 120 (/ a x)) (* 60 (/ 1 (- z t)))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 x (-.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) x) (/.f64 #s(literal 60 binary64) (-.f64 z t))))) |
(* 60 (/ x (- z t))) |
(/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) |
(* -1 (* x (- (* -1 (/ (+ (* -60 (/ y (- z t))) (* 120 a)) x)) (* 60 (/ 1 (- z t)))))) |
(neg.f64 (*.f64 x (-.f64 (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t))) x)) (/.f64 #s(literal 60 binary64) (-.f64 z t))))) |
(* -1 (* x (- (* -1 (/ (+ (* -60 (/ y (- z t))) (* 120 a)) x)) (* 60 (/ 1 (- z t)))))) |
(neg.f64 (*.f64 x (-.f64 (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t))) x)) (/.f64 #s(literal 60 binary64) (-.f64 z t))))) |
(* -1 (* x (- (* -1 (/ (+ (* -60 (/ y (- z t))) (* 120 a)) x)) (* 60 (/ 1 (- z t)))))) |
(neg.f64 (*.f64 x (-.f64 (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t))) x)) (/.f64 #s(literal 60 binary64) (-.f64 z t))))) |
(+ (* 60 (/ x (- z t))) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))) |
(+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)))) |
(+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)))) |
(+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)))) |
(* -60 (/ y (- z t))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(* y (- (+ (* 60 (/ x (* y (- z t)))) (* 120 (/ a y))) (* 60 (/ 1 (- z t))))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 y (-.f64 z t))) (-.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) y) (/.f64 #s(literal 60 binary64) (-.f64 z t))))) |
(* y (- (+ (* 60 (/ x (* y (- z t)))) (* 120 (/ a y))) (* 60 (/ 1 (- z t))))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 y (-.f64 z t))) (-.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) y) (/.f64 #s(literal 60 binary64) (-.f64 z t))))) |
(* y (- (+ (* 60 (/ x (* y (- z t)))) (* 120 (/ a y))) (* 60 (/ 1 (- z t))))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 y (-.f64 z t))) (-.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) y) (/.f64 #s(literal 60 binary64) (-.f64 z t))))) |
(* -60 (/ y (- z t))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x (- z t))) (* 120 a)) y)) (* 60 (/ 1 (- z t)))))) |
(*.f64 (neg.f64 y) (+.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))) y)))) |
(* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x (- z t))) (* 120 a)) y)) (* 60 (/ 1 (- z t)))))) |
(*.f64 (neg.f64 y) (+.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))) y)))) |
(* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x (- z t))) (* 120 a)) y)) (* 60 (/ 1 (- z t)))))) |
(*.f64 (neg.f64 y) (+.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))) y)))) |
(* 60 (/ (- x y) (- z t))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) |
(+ (* 60 (/ (- x y) (- z t))) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t))) |
(+ (* 60 (/ (- x y) (- z t))) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t))) |
(+ (* 60 (/ (- x y) (- z t))) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* a (+ 120 (* 60 (/ (- x y) (* a (- z t)))))) |
(*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 a (-.f64 z t))))) |
(* a (+ 120 (* 60 (/ (- x y) (* a (- z t)))))) |
(*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 a (-.f64 z t))))) |
(* a (+ 120 (* 60 (/ (- x y) (* a (- z t)))))) |
(*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 a (-.f64 z t))))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* -1 (* a (- (* -60 (/ (- x y) (* a (- z t)))) 120))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (*.f64 a (-.f64 z t))) #s(literal -120 binary64))) |
(* -1 (* a (- (* -60 (/ (- x y) (* a (- z t)))) 120))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (*.f64 a (-.f64 z t))) #s(literal -120 binary64))) |
(* -1 (* a (- (* -60 (/ (- x y) (* a (- z t)))) 120))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (*.f64 a (-.f64 z t))) #s(literal -120 binary64))) |
(* -60 (/ (- x y) t)) |
(*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) |
(+ (* -60 (/ (- x y) t)) (* 60 (* z (- (/ y (pow t 2)) (/ x (pow t 2)))))) |
(+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 (*.f64 #s(literal 60 binary64) z) (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))))) |
(+ (* -60 (/ (- x y) t)) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) t))))) |
(+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 z (*.f64 #s(literal 60 binary64) (+.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) (*.f64 z (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t)))))) |
(+ (* -60 (/ (- x y) t)) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* z (+ (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* 60 (/ (- (/ y (pow t 2)) (/ x (pow t 2))) t))))))) |
(+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 z (+.f64 (*.f64 #s(literal 60 binary64) (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t)))) (*.f64 z (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 z (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t)))) (*.f64 t t)) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t))))))) |
(* 60 (/ (- x y) z)) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) |
(/ (+ (* 60 (- x y)) (* 60 (/ (* t (- x y)) z))) z) |
(/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (-.f64 x y) (/.f64 (*.f64 t (-.f64 x y)) z))) z) |
(/ (+ (* 60 (- x y)) (+ (* 60 (/ (* t (- x y)) z)) (* 60 (/ (* (pow t 2) (- x y)) (pow z 2))))) z) |
(/.f64 (+.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 t (-.f64 x y)) z) (*.f64 (*.f64 t t) (/.f64 (-.f64 x y) (*.f64 z z)))))) z) |
(/ (+ (* 60 (- x y)) (+ (* 60 (/ (* t (- x y)) z)) (+ (* 60 (/ (* (pow t 2) (- x y)) (pow z 2))) (* 60 (/ (* (pow t 3) (- x y)) (pow z 3)))))) z) |
(/.f64 (+.f64 (*.f64 #s(literal 60 binary64) (+.f64 (-.f64 x y) (/.f64 (*.f64 t (-.f64 x y)) z))) (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 (*.f64 t t) (/.f64 (-.f64 x y) (*.f64 z z))) (*.f64 (*.f64 t (*.f64 t t)) (/.f64 (-.f64 x y) (*.f64 z (*.f64 z z))))))) z) |
(* 60 (/ (- x y) z)) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) |
(* -1 (/ (+ (* -60 (- x y)) (* -60 (/ (* t (- x y)) z))) z)) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -60 binary64) (+.f64 (-.f64 x y) (/.f64 (*.f64 t (-.f64 x y)) z)))) z) |
(* -1 (/ (+ (* -60 (- x y)) (* -1 (/ (+ (* 60 (* t (- x y))) (* 60 (/ (* (pow t 2) (- x y)) z))) z))) z)) |
(neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (neg.f64 (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 t (-.f64 x y)) (*.f64 (*.f64 t t) (/.f64 (-.f64 x y) z)))) z))) z)) |
(* -1 (/ (+ (* -60 (- x y)) (* -1 (/ (+ (* -1 (/ (+ (* -60 (* (pow t 2) (- x y))) (* -60 (/ (* (pow t 3) (- x y)) z))) z)) (* 60 (* t (- x y)))) z))) z)) |
(neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 t (-.f64 x y))) (neg.f64 (/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (*.f64 (*.f64 t t) (-.f64 x y)) (*.f64 (*.f64 t (*.f64 t t)) (/.f64 (-.f64 x y) z)))) z))) z))) z)) |
(* 60 (/ (- x y) z)) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) |
(+ (* 60 (/ (* t (- x y)) (pow z 2))) (* 60 (/ (- x y) z))) |
(*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 t (-.f64 x y)) (*.f64 z z)) (/.f64 (-.f64 x y) z))) |
(+ (* 60 (/ (- x y) z)) (* t (+ (* 60 (/ (* t (- x y)) (pow z 3))) (* 60 (/ (- x y) (pow z 2)))))) |
(+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 t (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 t (-.f64 x y)) (*.f64 z (*.f64 z z))) (/.f64 (-.f64 x y) (*.f64 z z)))))) |
(+ (* 60 (/ (- x y) z)) (* t (+ (* 60 (/ (- x y) (pow z 2))) (* t (+ (* 60 (/ (* t (- x y)) (pow z 4))) (* 60 (/ (- x y) (pow z 3)))))))) |
(+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 t (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 z z)) (*.f64 t (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 t (-.f64 x y)) (pow.f64 z #s(literal 4 binary64))) (/.f64 (-.f64 x y) (*.f64 z (*.f64 z z))))))))) |
(* -60 (/ (- x y) t)) |
(*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) |
(/ (+ (* -60 (- x y)) (* -60 (/ (* z (- x y)) t))) t) |
(/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (-.f64 x y) (/.f64 (*.f64 z (-.f64 x y)) t))) t) |
(/ (+ (* -60 (- x y)) (+ (* -60 (/ (* z (- x y)) t)) (* -60 (/ (* (pow z 2) (- x y)) (pow t 2))))) t) |
(/.f64 (+.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (*.f64 #s(literal -60 binary64) (+.f64 (/.f64 (*.f64 z (-.f64 x y)) t) (*.f64 (/.f64 (*.f64 z z) t) (/.f64 (-.f64 x y) t))))) t) |
(/ (+ (* -60 (- x y)) (+ (* -60 (/ (* z (- x y)) t)) (+ (* -60 (/ (* (pow z 2) (- x y)) (pow t 2))) (* -60 (/ (* (pow z 3) (- x y)) (pow t 3)))))) t) |
(/.f64 (+.f64 (*.f64 #s(literal -60 binary64) (+.f64 (-.f64 x y) (/.f64 (*.f64 z (-.f64 x y)) t))) (*.f64 #s(literal -60 binary64) (+.f64 (*.f64 (/.f64 (*.f64 z z) t) (/.f64 (-.f64 x y) t)) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (-.f64 x y)) (*.f64 t (*.f64 t t)))))) t) |
(* -60 (/ (- x y) t)) |
(*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) |
(* -1 (/ (+ (* 60 (- x y)) (* 60 (/ (* z (- x y)) t))) t)) |
(neg.f64 (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (-.f64 x y) (/.f64 (*.f64 z (-.f64 x y)) t))) t)) |
(* -1 (/ (+ (* -1 (/ (+ (* -60 (* z (- x y))) (* -60 (/ (* (pow z 2) (- x y)) t))) t)) (* 60 (- x y))) t)) |
(/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -60 binary64) (+.f64 (*.f64 z (-.f64 x y)) (*.f64 (*.f64 z z) (/.f64 (-.f64 x y) t))))) t))) t) |
(* -1 (/ (+ (* -1 (/ (+ (* -60 (* z (- x y))) (* -1 (/ (+ (* 60 (* (pow z 2) (- x y))) (* 60 (/ (* (pow z 3) (- x y)) t))) t))) t)) (* 60 (- x y))) t)) |
(neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -60 binary64) (*.f64 z (-.f64 x y))) (neg.f64 (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 (*.f64 z z) (-.f64 x y)) (*.f64 (*.f64 z (*.f64 z z)) (/.f64 (-.f64 x y) t)))) t))) t))) t)) |
(* -60 (/ y (- z t))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))) |
(* 60 (/ x (- z t))) |
(/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) |
(* x (+ (* -60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 x (-.f64 z t))) (/.f64 #s(literal 60 binary64) (-.f64 z t)))) |
(* x (+ (* -60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 x (-.f64 z t))) (/.f64 #s(literal 60 binary64) (-.f64 z t)))) |
(* x (+ (* -60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 x (-.f64 z t))) (/.f64 #s(literal 60 binary64) (-.f64 z t)))) |
(* 60 (/ x (- z t))) |
(/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) |
(* -1 (* x (- (* 60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) x) (-.f64 (*.f64 #s(literal 60 binary64) (/.f64 y (*.f64 x (-.f64 z t)))) (/.f64 #s(literal 60 binary64) (-.f64 z t)))) |
(* -1 (* x (- (* 60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) x) (-.f64 (*.f64 #s(literal 60 binary64) (/.f64 y (*.f64 x (-.f64 z t)))) (/.f64 #s(literal 60 binary64) (-.f64 z t)))) |
(* -1 (* x (- (* 60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) x) (-.f64 (*.f64 #s(literal 60 binary64) (/.f64 y (*.f64 x (-.f64 z t)))) (/.f64 #s(literal 60 binary64) (-.f64 z t)))) |
(* 60 (/ x (- z t))) |
(/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))) |
(* -60 (/ y (- z t))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(* y (- (* 60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t))))) |
(*.f64 y (-.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 y (-.f64 z t))) (/.f64 #s(literal 60 binary64) (-.f64 z t)))) |
(* y (- (* 60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t))))) |
(*.f64 y (-.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 y (-.f64 z t))) (/.f64 #s(literal 60 binary64) (-.f64 z t)))) |
(* y (- (* 60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t))))) |
(*.f64 y (-.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 y (-.f64 z t))) (/.f64 #s(literal 60 binary64) (-.f64 z t)))) |
(* -60 (/ y (- z t))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(* -1 (* y (+ (* -60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t)))))) |
(*.f64 (neg.f64 y) (+.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (/.f64 (*.f64 #s(literal -60 binary64) x) (*.f64 y (-.f64 z t))))) |
(* -1 (* y (+ (* -60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t)))))) |
(*.f64 (neg.f64 y) (+.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (/.f64 (*.f64 #s(literal -60 binary64) x) (*.f64 y (-.f64 z t))))) |
(* -1 (* y (+ (* -60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t)))))) |
(*.f64 (neg.f64 y) (+.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (/.f64 (*.f64 #s(literal -60 binary64) x) (*.f64 y (-.f64 z t))))) |
(* -1 (/ t (- x y))) |
(*.f64 #s(literal -1 binary64) (/.f64 t (-.f64 x y))) |
(+ (* -1 (/ t (- x y))) (/ z (- x y))) |
(+.f64 (*.f64 #s(literal -1 binary64) (/.f64 t (-.f64 x y))) (/.f64 z (-.f64 x y))) |
(+ (* -1 (/ t (- x y))) (/ z (- x y))) |
(+.f64 (*.f64 #s(literal -1 binary64) (/.f64 t (-.f64 x y))) (/.f64 z (-.f64 x y))) |
(+ (* -1 (/ t (- x y))) (/ z (- x y))) |
(+.f64 (*.f64 #s(literal -1 binary64) (/.f64 t (-.f64 x y))) (/.f64 z (-.f64 x y))) |
(/ z (- x y)) |
(/.f64 z (-.f64 x y)) |
(* z (+ (* -1 (/ t (* z (- x y)))) (/ 1 (- x y)))) |
(*.f64 z (+.f64 (neg.f64 (/.f64 t (*.f64 z (-.f64 x y)))) (/.f64 #s(literal 1 binary64) (-.f64 x y)))) |
(* z (+ (* -1 (/ t (* z (- x y)))) (/ 1 (- x y)))) |
(*.f64 z (+.f64 (neg.f64 (/.f64 t (*.f64 z (-.f64 x y)))) (/.f64 #s(literal 1 binary64) (-.f64 x y)))) |
(* z (+ (* -1 (/ t (* z (- x y)))) (/ 1 (- x y)))) |
(*.f64 z (+.f64 (neg.f64 (/.f64 t (*.f64 z (-.f64 x y)))) (/.f64 #s(literal 1 binary64) (-.f64 x y)))) |
(/ z (- x y)) |
(/.f64 z (-.f64 x y)) |
(* -1 (* z (- (/ t (* z (- x y))) (/ 1 (- x y))))) |
(*.f64 (*.f64 #s(literal -1 binary64) z) (-.f64 (/.f64 t (*.f64 z (-.f64 x y))) (/.f64 #s(literal 1 binary64) (-.f64 x y)))) |
(* -1 (* z (- (/ t (* z (- x y))) (/ 1 (- x y))))) |
(*.f64 (*.f64 #s(literal -1 binary64) z) (-.f64 (/.f64 t (*.f64 z (-.f64 x y))) (/.f64 #s(literal 1 binary64) (-.f64 x y)))) |
(* -1 (* z (- (/ t (* z (- x y))) (/ 1 (- x y))))) |
(*.f64 (*.f64 #s(literal -1 binary64) z) (-.f64 (/.f64 t (*.f64 z (-.f64 x y))) (/.f64 #s(literal 1 binary64) (-.f64 x y)))) |
(/ z (- x y)) |
(/.f64 z (-.f64 x y)) |
(+ (* -1 (/ t (- x y))) (/ z (- x y))) |
(+.f64 (*.f64 #s(literal -1 binary64) (/.f64 t (-.f64 x y))) (/.f64 z (-.f64 x y))) |
(+ (* -1 (/ t (- x y))) (/ z (- x y))) |
(+.f64 (*.f64 #s(literal -1 binary64) (/.f64 t (-.f64 x y))) (/.f64 z (-.f64 x y))) |
(+ (* -1 (/ t (- x y))) (/ z (- x y))) |
(+.f64 (*.f64 #s(literal -1 binary64) (/.f64 t (-.f64 x y))) (/.f64 z (-.f64 x y))) |
(* -1 (/ t (- x y))) |
(*.f64 #s(literal -1 binary64) (/.f64 t (-.f64 x y))) |
(* t (- (/ z (* t (- x y))) (/ 1 (- x y)))) |
(*.f64 t (-.f64 (/.f64 z (*.f64 t (-.f64 x y))) (/.f64 #s(literal 1 binary64) (-.f64 x y)))) |
(* t (- (/ z (* t (- x y))) (/ 1 (- x y)))) |
(*.f64 t (-.f64 (/.f64 z (*.f64 t (-.f64 x y))) (/.f64 #s(literal 1 binary64) (-.f64 x y)))) |
(* t (- (/ z (* t (- x y))) (/ 1 (- x y)))) |
(*.f64 t (-.f64 (/.f64 z (*.f64 t (-.f64 x y))) (/.f64 #s(literal 1 binary64) (-.f64 x y)))) |
(* -1 (/ t (- x y))) |
(*.f64 #s(literal -1 binary64) (/.f64 t (-.f64 x y))) |
(* -1 (* t (+ (* -1 (/ z (* t (- x y)))) (/ 1 (- x y))))) |
(*.f64 (neg.f64 t) (+.f64 (/.f64 #s(literal 1 binary64) (-.f64 x y)) (neg.f64 (/.f64 z (*.f64 t (-.f64 x y)))))) |
(* -1 (* t (+ (* -1 (/ z (* t (- x y)))) (/ 1 (- x y))))) |
(*.f64 (neg.f64 t) (+.f64 (/.f64 #s(literal 1 binary64) (-.f64 x y)) (neg.f64 (/.f64 z (*.f64 t (-.f64 x y)))))) |
(* -1 (* t (+ (* -1 (/ z (* t (- x y)))) (/ 1 (- x y))))) |
(*.f64 (neg.f64 t) (+.f64 (/.f64 #s(literal 1 binary64) (-.f64 x y)) (neg.f64 (/.f64 z (*.f64 t (-.f64 x y)))))) |
(* -1 (/ (- z t) y)) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 z t)) y) |
(+ (* -1 (/ (- z t) y)) (* x (- (/ t (pow y 2)) (/ z (pow y 2))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1 binary64) (-.f64 z t)) y) (*.f64 x (-.f64 (/.f64 t (*.f64 y y)) (/.f64 z (*.f64 y y))))) |
(+ (* -1 (/ (- z t) y)) (* x (- (+ (/ t (pow y 2)) (/ (* x (- (/ t (pow y 2)) (/ z (pow y 2)))) y)) (/ z (pow y 2))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1 binary64) (-.f64 z t)) y) (*.f64 x (+.f64 (/.f64 t (*.f64 y y)) (-.f64 (/.f64 (*.f64 x (-.f64 (/.f64 t (*.f64 y y)) (/.f64 z (*.f64 y y)))) y) (/.f64 z (*.f64 y y)))))) |
(+ (* -1 (/ (- z t) y)) (* x (- (+ (* x (- (/ (* x (- (/ t (pow y 2)) (/ z (pow y 2)))) (pow y 2)) (* -1 (/ (- (/ t (pow y 2)) (/ z (pow y 2))) y)))) (/ t (pow y 2))) (/ z (pow y 2))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1 binary64) (-.f64 z t)) y) (*.f64 x (+.f64 (*.f64 x (+.f64 (*.f64 x (/.f64 (-.f64 (/.f64 t (*.f64 y y)) (/.f64 z (*.f64 y y))) (*.f64 y y))) (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 t (*.f64 y y)) (/.f64 z (*.f64 y y))) y)))) (-.f64 (/.f64 t (*.f64 y y)) (/.f64 z (*.f64 y y)))))) |
(/ (- z t) x) |
(/.f64 (-.f64 z t) x) |
(/ (- (+ z (/ (* y (- z t)) x)) t) x) |
(/.f64 (-.f64 (+.f64 z (/.f64 (*.f64 y (-.f64 z t)) x)) t) x) |
(/ (- (+ z (/ (* (pow y 2) (- z t)) (pow x 2))) (+ t (* -1 (/ (* y (- z t)) x)))) x) |
(/.f64 (+.f64 z (-.f64 (/.f64 (*.f64 (*.f64 y y) (-.f64 z t)) (*.f64 x x)) (+.f64 t (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 y (-.f64 z t))) x)))) x) |
(/ (- (+ z (/ (* (pow y 3) (- z t)) (pow x 3))) (+ t (+ (* -1 (/ (* y (- z t)) x)) (* -1 (/ (* (pow y 2) (- z t)) (pow x 2)))))) x) |
(/.f64 (-.f64 (+.f64 z (/.f64 (*.f64 (*.f64 y (*.f64 y y)) (-.f64 z t)) (*.f64 x (*.f64 x x)))) (+.f64 t (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 y (-.f64 z t)) x) (/.f64 (*.f64 (*.f64 y y) (-.f64 z t)) (*.f64 x x)))))) x) |
(/ (- z t) x) |
(/.f64 (-.f64 z t) x) |
(* -1 (/ (+ (* -1 (- z t)) (* -1 (/ (* y (- z t)) x))) x)) |
(neg.f64 (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (-.f64 z t) (/.f64 (*.f64 y (-.f64 z t)) x))) x)) |
(* -1 (/ (+ (* -1 (- z t)) (* -1 (/ (+ (* y (- z t)) (/ (* (pow y 2) (- z t)) x)) x))) x)) |
(neg.f64 (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (-.f64 z t) (/.f64 (+.f64 (*.f64 y (-.f64 z t)) (*.f64 (*.f64 y y) (/.f64 (-.f64 z t) x))) x))) x)) |
(* -1 (/ (+ (* -1 (- z t)) (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (pow y 2) (- z t))) (* -1 (/ (* (pow y 3) (- z t)) x))) x)) (* y (- z t))) x))) x)) |
(neg.f64 (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (-.f64 z t) (/.f64 (+.f64 (*.f64 y (-.f64 z t)) (neg.f64 (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 (*.f64 y y) (-.f64 z t)) (*.f64 (*.f64 y (*.f64 y y)) (/.f64 (-.f64 z t) x)))) x))) x))) x)) |
(/ (- z t) x) |
(/.f64 (-.f64 z t) x) |
(- (+ (/ z x) (/ (* y (- z t)) (pow x 2))) (/ t x)) |
(+.f64 (/.f64 z x) (-.f64 (/.f64 (*.f64 y (-.f64 z t)) (*.f64 x x)) (/.f64 t x))) |
(- (+ (* y (- (/ (* y (- z t)) (pow x 3)) (* -1 (/ (- z t) (pow x 2))))) (/ z x)) (/ t x)) |
(+.f64 (*.f64 y (-.f64 (/.f64 (*.f64 y (-.f64 z t)) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 #s(literal -1 binary64) (-.f64 z t)) (*.f64 x x)))) (/.f64 (-.f64 z t) x)) |
(- (+ (* y (- (* y (- (/ (* y (- z t)) (pow x 4)) (* -1 (/ (- z t) (pow x 3))))) (* -1 (/ (- z t) (pow x 2))))) (/ z x)) (/ t x)) |
(+.f64 (*.f64 y (+.f64 (*.f64 y (-.f64 (/.f64 (*.f64 y (-.f64 z t)) (pow.f64 x #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal -1 binary64) (-.f64 z t)) (*.f64 x (*.f64 x x))))) (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 z t) (*.f64 x x))))) (/.f64 (-.f64 z t) x)) |
(* -1 (/ (- z t) y)) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 z t)) y) |
(/ (+ (* -1 (- z t)) (* -1 (/ (* x (- z t)) y))) y) |
(/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (-.f64 z t) (/.f64 (*.f64 x (-.f64 z t)) y))) y) |
(/ (- (+ (* -1 (- z t)) (* -1 (/ (* (pow x 2) (- z t)) (pow y 2)))) (/ (* x (- z t)) y)) y) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (+.f64 (-.f64 z t) (/.f64 (*.f64 (*.f64 x x) (-.f64 z t)) (*.f64 y y)))) (/.f64 (*.f64 x (-.f64 z t)) y)) y) |
(/ (- (+ (* -1 (- z t)) (* -1 (/ (* (pow x 3) (- z t)) (pow y 3)))) (+ (/ (* x (- z t)) y) (/ (* (pow x 2) (- z t)) (pow y 2)))) y) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (+.f64 (-.f64 z t) (*.f64 (/.f64 (*.f64 x (*.f64 x x)) y) (/.f64 (-.f64 z t) (*.f64 y y))))) (+.f64 (/.f64 (*.f64 x (-.f64 z t)) y) (/.f64 (*.f64 (*.f64 x x) (-.f64 z t)) (*.f64 y y)))) y) |
(* -1 (/ (- z t) y)) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 z t)) y) |
(* -1 (/ (- (+ z (/ (* x (- z t)) y)) t) y)) |
(neg.f64 (/.f64 (+.f64 z (-.f64 (/.f64 (*.f64 x (-.f64 z t)) y) t)) y)) |
(* -1 (/ (- (+ z (* -1 (/ (- (* -1 (/ (* (pow x 2) (- z t)) y)) (* x (- z t))) y))) t) y)) |
(neg.f64 (/.f64 (+.f64 z (-.f64 (neg.f64 (/.f64 (-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1 binary64) (*.f64 x x)) (-.f64 z t)) y) (*.f64 x (-.f64 z t))) y)) t)) y)) |
(* -1 (/ (- (+ z (* -1 (/ (- (* -1 (/ (- (/ (* (pow x 3) (- z t)) y) (* -1 (* (pow x 2) (- z t)))) y)) (* x (- z t))) y))) t) y)) |
(neg.f64 (/.f64 (+.f64 z (-.f64 (neg.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (/.f64 (-.f64 z t) y)) (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (-.f64 z t)))) y)) (*.f64 x (-.f64 z t))) y)) t)) y)) |
(/ (+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2)))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal -216000 binary64) (-.f64 z t)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a)))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a)))) |
(+ (* -216000 (/ (pow y 3) (* (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) (pow (- z t) 3)))) (+ (* 1728000 (/ (pow a 3) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* x (- (* 216000 (/ (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* 60 (/ (* (+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2))))) (pow (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) 2))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 y (*.f64 y y))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (+.f64 (/.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a)))) (*.f64 x (-.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 y y) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a)))) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (*.f64 (/.f64 #s(literal -216000 binary64) (-.f64 z t)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -120 binary64) (+.f64 (/.f64 a (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) (-.f64 z t))))))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a))))))))) |
(+ (* -216000 (/ (pow y 3) (* (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) (pow (- z t) 3)))) (+ (* 1728000 (/ (pow a 3) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* x (- (+ (* 216000 (/ (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* x (- (* 216000 (/ (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))) (+ (* 60 (/ (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- (* 216000 (/ (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* 60 (/ (* (+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2))))) (pow (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) 2))))) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* 3600 (/ (+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (* (pow (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) 2) (pow (- z t) 2)))))))) (* 60 (/ (* (+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2))))) (pow (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) 2))))))) |
(+.f64 (+.f64 (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 y (*.f64 y y))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (/.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a))))) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 y y) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a)))) (-.f64 (*.f64 x (-.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 y (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) #s(literal -3 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a)))) (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (*.f64 #s(literal -120 binary64) (+.f64 (/.f64 a (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) (-.f64 z t))))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 y y) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a)))) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (*.f64 (/.f64 #s(literal -216000 binary64) (-.f64 z t)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -120 binary64) (+.f64 (/.f64 a (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) (-.f64 z t))))))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a)))))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a)))))) (/.f64 (*.f64 #s(literal 3600 binary64) (+.f64 (*.f64 (/.f64 #s(literal -216000 binary64) (-.f64 z t)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a)))) (*.f64 (-.f64 z t) (-.f64 z t))))))) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (*.f64 (/.f64 #s(literal -216000 binary64) (-.f64 z t)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -120 binary64) (+.f64 (/.f64 a (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) (-.f64 z t))))))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a))))))))) |
(+ (* -216000 (/ (pow y 3) (* (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) (pow (- z t) 3)))) (+ (* 1728000 (/ (pow a 3) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* x (- (+ (* 216000 (/ (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* x (- (+ (* 216000 (/ (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* x (- (* 216000 (/ 1 (* (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) (pow (- z t) 3)))) (+ (* 60 (/ (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- (* 216000 (/ (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))) (+ (* 60 (/ (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- (* 216000 (/ (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* 60 (/ (* (+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2))))) (pow (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) 2))))) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* 3600 (/ (+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (* (pow (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) 2) (pow (- z t) 2))))))) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* 3600 (/ (- (* 216000 (/ (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* 60 (/ (* (+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2))))) (pow (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) 2)))) (* (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) (pow (- z t) 2)))))))) (+ (* 60 (/ (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- (* 216000 (/ (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* 60 (/ (* (+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2))))) (pow (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) 2))))) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* 3600 (/ (+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (* (pow (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) 2) (pow (- z t) 2)))))))) (* 60 (/ (* (+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2))))) (pow (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) 2))))))) |
(+.f64 (+.f64 (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 y (*.f64 y y))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (/.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a))))) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 y y) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a)))) (-.f64 (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 y (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) #s(literal -3 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a)))) (-.f64 (*.f64 x (-.f64 (/.f64 #s(literal 216000 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (*.f64 #s(literal -120 binary64) (+.f64 (/.f64 a (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) (-.f64 z t))))) (-.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 y (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) #s(literal -3 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a)))) (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (*.f64 #s(literal -120 binary64) (+.f64 (/.f64 a (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) (-.f64 z t))))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 y y) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a)))) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (*.f64 (/.f64 #s(literal -216000 binary64) (-.f64 z t)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -120 binary64) (+.f64 (/.f64 a (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) (-.f64 z t))))))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a)))))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a)))))) (/.f64 (*.f64 #s(literal 3600 binary64) (+.f64 (*.f64 (/.f64 #s(literal -216000 binary64) (-.f64 z t)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a)))) (*.f64 (-.f64 z t) (-.f64 z t)))))))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a)))) (/.f64 (*.f64 #s(literal 3600 binary64) (-.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 y y) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a)))) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (*.f64 (/.f64 #s(literal -216000 binary64) (-.f64 z t)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -120 binary64) (+.f64 (/.f64 a (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) (-.f64 z t))))))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a))))))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a))) (*.f64 (-.f64 z t) (-.f64 z t))))))) (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (*.f64 #s(literal -120 binary64) (+.f64 (/.f64 a (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) (-.f64 z t))))) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 y y) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a)))) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (*.f64 (/.f64 #s(literal -216000 binary64) (-.f64 z t)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -120 binary64) (+.f64 (/.f64 a (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) (-.f64 z t))))))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a)))))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a)))))) (/.f64 (*.f64 #s(literal 3600 binary64) (+.f64 (*.f64 (/.f64 #s(literal -216000 binary64) (-.f64 z t)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))))) (*.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a)))) (*.f64 (-.f64 z t) (-.f64 z t)))))))) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (*.f64 (/.f64 #s(literal -216000 binary64) (-.f64 z t)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a)))) (*.f64 #s(literal -120 binary64) (+.f64 (/.f64 a (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) (-.f64 z t))))))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a))))))))) |
(* 60 (/ x (- z t))) |
(/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) |
(* x (- (+ (* 60 (/ (* (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))) (pow (- z t) 2)) x)) (* 60 (/ 1 (- z t)))) (/ (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- z t)) x))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (*.f64 (/.f64 y (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) #s(literal -3 binary64)) (*.f64 (-.f64 z t) (-.f64 z t)))) x) (-.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (*.f64 (*.f64 #s(literal -120 binary64) (+.f64 (/.f64 a (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) (-.f64 z t))))) (/.f64 (-.f64 z t) x))))) |
(* x (- (+ (* 60 (/ (* (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))) (pow (- z t) 2)) x)) (+ (* 60 (/ (* (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) (pow (- z t) 2)) (pow x 2))) (* 60 (/ 1 (- z t))))) (+ (* 1/60 (/ (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (* (pow (- z t) 2) (- (* 60 (* (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))) (pow (- z t) 2))) (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- z t))))) (pow x 2))) (+ (* 1/60 (/ (* (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) (- z t)) (pow x 2))) (/ (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- z t)) x))))) |
(*.f64 x (-.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (*.f64 (/.f64 y (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) #s(literal -3 binary64)) (*.f64 (-.f64 z t) (-.f64 z t)))) x) (+.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 y y) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 x x)))) (+.f64 (/.f64 (*.f64 #s(literal 1/60 binary64) (*.f64 (*.f64 (*.f64 #s(literal -120 binary64) (+.f64 (/.f64 a (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) (-.f64 z t))))) (*.f64 (-.f64 z t) (-.f64 z t))) (-.f64 (*.f64 #s(literal 60 binary64) (*.f64 (*.f64 (/.f64 y (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) #s(literal -3 binary64)) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 (*.f64 #s(literal -120 binary64) (+.f64 (/.f64 a (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) (-.f64 z t))))) (-.f64 z t))))) (*.f64 x x)) (+.f64 (*.f64 (*.f64 #s(literal -120 binary64) (+.f64 (/.f64 a (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) (-.f64 z t))))) (/.f64 (-.f64 z t) x)) (*.f64 #s(literal 1/60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a))) (/.f64 (-.f64 z t) (*.f64 x x)))))))) |
(* x (- (+ (* 1/3600 (/ (* (+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (pow (- z t) 2)) (pow x 3))) (+ (* 60 (/ (* (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))) (pow (- z t) 2)) x)) (+ (* 60 (/ (* (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) (pow (- z t) 2)) (pow x 2))) (* 60 (/ 1 (- z t)))))) (+ (* 1/3600 (/ (* (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) (* (pow (- z t) 2) (- (* 60 (* (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))) (pow (- z t) 2))) (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- z t))))) (pow x 3))) (+ (* 1/60 (/ (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (* (pow (- z t) 2) (- (* 60 (* (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))) (pow (- z t) 2))) (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- z t))))) (pow x 2))) (+ (* 1/60 (/ (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (* (pow (- z t) 2) (- (* 60 (* (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) (pow (- z t) 2))) (+ (* 1/60 (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (* (pow (- z t) 2) (- (* 60 (* (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))) (pow (- z t) 2))) (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- z t)))))) (* 1/60 (* (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) (- z t))))))) (pow x 3))) (+ (* 1/60 (/ (* (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) (- z t)) (pow x 2))) (/ (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- z t)) x))))))) |
(*.f64 x (-.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (*.f64 (/.f64 y (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) #s(literal -3 binary64)) (*.f64 (-.f64 z t) (-.f64 z t)))) x) (+.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 y y) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 x x)))) (*.f64 (/.f64 #s(literal 1/3600 binary64) x) (/.f64 (*.f64 (+.f64 (*.f64 (/.f64 #s(literal -216000 binary64) (-.f64 z t)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a)))) (*.f64 (-.f64 z t) (-.f64 z t))) (*.f64 x x)))) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/3600 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a))) (*.f64 (*.f64 (-.f64 z t) (-.f64 z t)) (-.f64 (*.f64 #s(literal 60 binary64) (*.f64 (*.f64 (/.f64 y (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) #s(literal -3 binary64)) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 (*.f64 #s(literal -120 binary64) (+.f64 (/.f64 a (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) (-.f64 z t))))) (-.f64 z t)))))) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 #s(literal 1/60 binary64) (*.f64 (*.f64 (*.f64 #s(literal -120 binary64) (+.f64 (/.f64 a (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) (-.f64 z t))))) (*.f64 (-.f64 z t) (-.f64 z t))) (-.f64 (*.f64 #s(literal 60 binary64) (*.f64 (*.f64 (/.f64 y (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) #s(literal -3 binary64)) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 (*.f64 #s(literal -120 binary64) (+.f64 (/.f64 a (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) (-.f64 z t))))) (-.f64 z t))))) (*.f64 x x))) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal -120 binary64) (+.f64 (/.f64 a (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) (-.f64 z t))))) (/.f64 (-.f64 z t) x)) (*.f64 #s(literal 1/60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a))) (/.f64 (-.f64 z t) (*.f64 x x))))) (/.f64 (*.f64 #s(literal 1/60 binary64) (*.f64 (*.f64 (*.f64 #s(literal -120 binary64) (+.f64 (/.f64 a (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) (-.f64 z t))))) (*.f64 (-.f64 z t) (-.f64 z t))) (-.f64 (*.f64 #s(literal 60 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 y y) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 #s(literal 1/60 binary64) (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -120 binary64) (+.f64 (/.f64 a (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) (-.f64 z t))))) (*.f64 (-.f64 z t) (-.f64 z t))) (-.f64 (*.f64 #s(literal 60 binary64) (*.f64 (*.f64 (/.f64 y (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) #s(literal -3 binary64)) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 (*.f64 #s(literal -120 binary64) (+.f64 (/.f64 a (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) (-.f64 z t))))) (-.f64 z t)))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a))) (-.f64 z t))))))) (*.f64 x (*.f64 x x))))))) |
(* 60 (/ x (- z t))) |
(/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) |
(* -1 (* x (- (* -1 (/ (- (* -60 (* (+ (* 2 (/ y (pow (- z t) 3))) (/ y (pow (- z t) 3))) (pow (- z t) 2))) (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- z t))) x)) (* 60 (/ 1 (- z t)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) x) (-.f64 (neg.f64 (/.f64 (-.f64 (*.f64 #s(literal -60 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (/.f64 y (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 (*.f64 #s(literal -120 binary64) (+.f64 (/.f64 a (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) (-.f64 z t))))) (-.f64 z t))) x)) (/.f64 #s(literal 60 binary64) (-.f64 z t)))) |
(* -1 (* x (- (* -1 (/ (- (+ (* -60 (* (+ (* 2 (/ y (pow (- z t) 3))) (/ y (pow (- z t) 3))) (pow (- z t) 2))) (* -1 (/ (- (* -60 (* (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) (pow (- z t) 2))) (+ (* -1/60 (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (* (pow (- z t) 2) (- (* -60 (* (+ (* 2 (/ y (pow (- z t) 3))) (/ y (pow (- z t) 3))) (pow (- z t) 2))) (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- z t)))))) (* -1/60 (* (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) (- z t))))) x))) (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- z t))) x)) (* 60 (/ 1 (- z t)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) x) (-.f64 (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -60 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (/.f64 y (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (*.f64 (-.f64 z t) (-.f64 z t)))) (-.f64 (neg.f64 (/.f64 (-.f64 (*.f64 #s(literal -60 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 y y) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 #s(literal -1/60 binary64) (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -120 binary64) (+.f64 (/.f64 a (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) (-.f64 z t))))) (*.f64 (-.f64 z t) (-.f64 z t))) (-.f64 (*.f64 #s(literal -60 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (/.f64 y (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 (*.f64 #s(literal -120 binary64) (+.f64 (/.f64 a (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) (-.f64 z t))))) (-.f64 z t)))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a))) (-.f64 z t))))) x)) (*.f64 (*.f64 #s(literal -120 binary64) (+.f64 (/.f64 a (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) (-.f64 z t))))) (-.f64 z t)))) x)) (/.f64 #s(literal 60 binary64) (-.f64 z t)))) |
(* -1 (* x (- (* -1 (/ (- (+ (* -60 (* (+ (* 2 (/ y (pow (- z t) 3))) (/ y (pow (- z t) 3))) (pow (- z t) 2))) (* -1 (/ (- (+ (* -60 (* (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) (pow (- z t) 2))) (* -1 (/ (- (* 1/3600 (* (+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (pow (- z t) 2))) (+ (* -1/60 (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (* (pow (- z t) 2) (- (* -60 (* (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) (pow (- z t) 2))) (+ (* -1/60 (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (* (pow (- z t) 2) (- (* -60 (* (+ (* 2 (/ y (pow (- z t) 3))) (/ y (pow (- z t) 3))) (pow (- z t) 2))) (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- z t)))))) (* -1/60 (* (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) (- z t)))))))) (* 1/3600 (* (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) (* (pow (- z t) 2) (- (* -60 (* (+ (* 2 (/ y (pow (- z t) 3))) (/ y (pow (- z t) 3))) (pow (- z t) 2))) (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- z t)))))))) x))) (+ (* -1/60 (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (* (pow (- z t) 2) (- (* -60 (* (+ (* 2 (/ y (pow (- z t) 3))) (/ y (pow (- z t) 3))) (pow (- z t) 2))) (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- z t)))))) (* -1/60 (* (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) (- z t))))) x))) (* (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) (- z t))) x)) (* 60 (/ 1 (- z t)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) x) (-.f64 (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -60 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (/.f64 y (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (*.f64 (-.f64 z t) (-.f64 z t)))) (-.f64 (neg.f64 (/.f64 (-.f64 (+.f64 (*.f64 #s(literal -60 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 y y) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (*.f64 (-.f64 z t) (-.f64 z t)))) (/.f64 (*.f64 #s(literal -1 binary64) (-.f64 (*.f64 #s(literal 1/3600 binary64) (*.f64 (+.f64 (*.f64 (/.f64 #s(literal -216000 binary64) (-.f64 z t)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a)))) (*.f64 (-.f64 z t) (-.f64 z t)))) (+.f64 (*.f64 #s(literal -1/60 binary64) (*.f64 (*.f64 (*.f64 #s(literal -120 binary64) (+.f64 (/.f64 a (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) (-.f64 z t))))) (*.f64 (-.f64 z t) (-.f64 z t))) (-.f64 (*.f64 #s(literal -60 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 y y) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 #s(literal -1/60 binary64) (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -120 binary64) (+.f64 (/.f64 a (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) (-.f64 z t))))) (*.f64 (-.f64 z t) (-.f64 z t))) (-.f64 (*.f64 #s(literal -60 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (/.f64 y (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 (*.f64 #s(literal -120 binary64) (+.f64 (/.f64 a (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) (-.f64 z t))))) (-.f64 z t)))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a))) (-.f64 z t))))))) (*.f64 #s(literal 1/3600 binary64) (*.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a))) (*.f64 (-.f64 z t) (-.f64 z t))) (-.f64 (*.f64 #s(literal -60 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (/.f64 y (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 (*.f64 #s(literal -120 binary64) (+.f64 (/.f64 a (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) (-.f64 z t))))) (-.f64 z t)))))))) x)) (*.f64 #s(literal -1/60 binary64) (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -120 binary64) (+.f64 (/.f64 a (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) (-.f64 z t))))) (*.f64 (-.f64 z t) (-.f64 z t))) (-.f64 (*.f64 #s(literal -60 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (/.f64 y (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 (*.f64 #s(literal -120 binary64) (+.f64 (/.f64 a (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) (-.f64 z t))))) (-.f64 z t)))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a))) (-.f64 z t))))) x)) (*.f64 (*.f64 #s(literal -120 binary64) (+.f64 (/.f64 a (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) (-.f64 z t))))) (-.f64 z t)))) x)) (/.f64 #s(literal 60 binary64) (-.f64 z t)))) |
(/ (+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 x (*.f64 x x))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)))) |
(+ (* 216000 (/ (pow x 3) (* (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) (pow (- z t) 3)))) (+ (* 1728000 (/ (pow a 3) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* y (- (* 216000 (/ (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3)))) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* 60 (/ (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* 1728000 (pow a 3)))) (pow (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) 2))))))) |
(+.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 x (*.f64 x x))) (*.f64 (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (+.f64 (/.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)))) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (*.f64 x x) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) #s(literal -3 binary64))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)))) (*.f64 #s(literal -60 binary64) (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) x) (*.f64 (-.f64 z t) (-.f64 z t))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 z t)))) (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 x (*.f64 x x))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) (*.f64 (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)))))))))) |
(+ (* 216000 (/ (pow x 3) (* (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) (pow (- z t) 3)))) (+ (* 1728000 (/ (pow a 3) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* y (- (+ (* 216000 (/ (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3)))) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* y (- (* 216000 (/ (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))))) (+ (* 60 (/ (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (- (* 216000 (/ (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3)))) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* 60 (/ (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* 1728000 (pow a 3)))) (pow (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) 2))))) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* 3600 (/ (+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (* (pow (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) 2) (pow (- z t) 2)))))))) (* 60 (/ (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* 1728000 (pow a 3)))) (pow (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) 2))))))) |
(+.f64 (+.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 x (*.f64 x x))) (*.f64 (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (/.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t))))) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (*.f64 x x) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) #s(literal -3 binary64))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)))) (-.f64 (*.f64 y (-.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 #s(literal 3 binary64) (/.f64 x (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) x) (*.f64 (-.f64 z t) (-.f64 z t))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 z t)))) (+.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (*.f64 x x) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) #s(literal -3 binary64))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)))) (*.f64 #s(literal -60 binary64) (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) x) (*.f64 (-.f64 z t) (-.f64 z t))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 z t)))) (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 x (*.f64 x x))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) (*.f64 (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t))))))))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)))) (/.f64 (*.f64 #s(literal 3600 binary64) (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 x (*.f64 x x))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) (*.f64 (*.f64 (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)))) (*.f64 (-.f64 z t) (-.f64 z t))))))) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) x) (*.f64 (-.f64 z t) (-.f64 z t))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 z t)))) (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 x (*.f64 x x))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))))) (*.f64 (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t))))))))) |
(+ (* 216000 (/ (pow x 3) (* (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) (pow (- z t) 3)))) (+ (* 1728000 (/ (pow a 3) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* y (- (+ (* 216000 (/ (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3)))) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* y (- (+ (* -1 (* y (+ (* 60 (/ (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (- (* 216000 (/ (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))))) (+ (* 60 (/ (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (- (* 216000 (/ (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3)))) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* 60 (/ (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* 1728000 (pow a 3)))) (pow (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) 2))))) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* 3600 (/ (+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (* (pow (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) 2) (pow (- z t) 2))))))) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))))) (+ (* 3600 (/ (- (* 216000 (/ (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3)))) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* 60 (/ (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* 1728000 (pow a 3)))) (pow (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) 2)))) (* (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) (pow (- z t) 2)))) (* 216000 (/ 1 (* (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) (pow (- z t) 3)))))))) (* 216000 (/ (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2)))))) (+ (* 60 (/ (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (- (* 216000 (/ (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3)))) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* 60 (/ (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* 1728000 (pow a 3)))) (pow (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) 2))))) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))))) (* 3600 (/ (+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (* (pow (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) 2) (pow (- z t) 2)))))))) (* 60 (/ (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* 1728000 (pow a 3)))) (pow (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) 2))))))) |
(+.f64 (+.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 x (*.f64 x x))) (*.f64 (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (/.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t))))) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (*.f64 x x) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) #s(literal -3 binary64))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)))) (-.f64 (*.f64 y (+.f64 (*.f64 (neg.f64 y) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) x) (*.f64 (-.f64 z t) (-.f64 z t))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 z t)))) (-.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 #s(literal 3 binary64) (/.f64 x (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) x) (*.f64 (-.f64 z t) (-.f64 z t))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 z t)))) (+.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (*.f64 x x) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) #s(literal -3 binary64))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)))) (*.f64 #s(literal -60 binary64) (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) x) (*.f64 (-.f64 z t) (-.f64 z t))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 z t)))) (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 x (*.f64 x x))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) (*.f64 (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t))))))))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)))) (/.f64 (*.f64 #s(literal 3600 binary64) (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 x (*.f64 x x))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) (*.f64 (*.f64 (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)))) (*.f64 (-.f64 z t) (-.f64 z t)))))))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)))) (+.f64 (*.f64 #s(literal 3600 binary64) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (*.f64 x x) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) #s(literal -3 binary64))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)))) (*.f64 #s(literal -60 binary64) (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) x) (*.f64 (-.f64 z t) (-.f64 z t))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 z t)))) (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 x (*.f64 x x))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) (*.f64 (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t))))))) (*.f64 (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t))) (*.f64 (-.f64 z t) (-.f64 z t))))) (/.f64 #s(literal 216000 binary64) (*.f64 (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))))) (-.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 #s(literal 3 binary64) (/.f64 x (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) x) (*.f64 (-.f64 z t) (-.f64 z t))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 z t)))) (+.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (*.f64 x x) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) #s(literal -3 binary64))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)))) (*.f64 #s(literal -60 binary64) (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) x) (*.f64 (-.f64 z t) (-.f64 z t))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 z t)))) (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 x (*.f64 x x))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) (*.f64 (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t))))))))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)))) (/.f64 (*.f64 #s(literal 3600 binary64) (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 x (*.f64 x x))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) (*.f64 (*.f64 (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)))) (*.f64 (-.f64 z t) (-.f64 z t)))))))) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) x) (*.f64 (-.f64 z t) (-.f64 z t))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 z t)))) (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 x (*.f64 x x))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))))) (*.f64 (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t))))))))) |
(* -60 (/ y (- z t))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(* y (- (* 60 (/ (* (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) (pow (- z t) 2)) y)) (+ (* -1 (/ (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (- z t)) y)) (* 60 (/ 1 (- z t)))))) |
(*.f64 y (-.f64 (*.f64 #s(literal 60 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (/.f64 x (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (/.f64 (*.f64 (-.f64 z t) (-.f64 z t)) y))) (+.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (neg.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) x) (*.f64 (-.f64 z t) (-.f64 z t))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 z t)))) (/.f64 (-.f64 z t) y)))))) |
(* y (- (+ (* 60 (/ (* (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3)))) (pow (- z t) 2)) (pow y 2))) (* 60 (/ (* (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) (pow (- z t) 2)) y))) (+ (* -1 (/ (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (- z t)) y)) (+ (* -1/60 (/ (* (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) (- z t)) (pow y 2))) (+ (* 1/60 (/ (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (* (pow (- z t) 2) (- (* 60 (* (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) (pow (- z t) 2))) (* -1 (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (- z t)))))) (pow y 2))) (* 60 (/ 1 (- z t)))))))) |
(*.f64 y (-.f64 (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 (*.f64 (/.f64 (*.f64 x x) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) #s(literal -3 binary64)) (*.f64 (-.f64 z t) (-.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 #s(literal 3 binary64) (/.f64 x (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (/.f64 (*.f64 (-.f64 z t) (-.f64 z t)) y)))) (+.f64 (+.f64 (neg.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) x) (*.f64 (-.f64 z t) (-.f64 z t))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 z t)))) (/.f64 (-.f64 z t) y))) (*.f64 #s(literal -1/60 binary64) (*.f64 (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t))) (/.f64 (-.f64 z t) (*.f64 y y))))) (+.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (/.f64 (*.f64 #s(literal 1/60 binary64) (*.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) x) (*.f64 (-.f64 z t) (-.f64 z t))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 z t)))) (*.f64 (-.f64 z t) (-.f64 z t))) (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (/.f64 x (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) x) (*.f64 (-.f64 z t) (-.f64 z t))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 z t)))) (-.f64 z t)))))) (*.f64 y y)))))) |
(* y (- (+ (* 1/3600 (/ (* (+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (pow (- z t) 2)) (pow y 3))) (+ (* 60 (/ (* (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3)))) (pow (- z t) 2)) (pow y 2))) (* 60 (/ (* (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) (pow (- z t) 2)) y)))) (+ (* -1 (/ (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (- z t)) y)) (+ (* -1/60 (/ (* (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) (- z t)) (pow y 2))) (+ (* 1/3600 (/ (* (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) (* (pow (- z t) 2) (- (* 60 (* (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) (pow (- z t) 2))) (* -1 (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (- z t)))))) (pow y 3))) (+ (* 1/60 (/ (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (* (pow (- z t) 2) (- (* 60 (* (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3)))) (pow (- z t) 2))) (+ (* -1/60 (* (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) (- z t))) (* 1/60 (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (* (pow (- z t) 2) (- (* 60 (* (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) (pow (- z t) 2))) (* -1 (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (- z t))))))))))) (pow y 3))) (+ (* 1/60 (/ (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (* (pow (- z t) 2) (- (* 60 (* (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) (pow (- z t) 2))) (* -1 (* (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) (- z t)))))) (pow y 2))) (* 60 (/ 1 (- z t)))))))))) |
(*.f64 y (-.f64 (-.f64 (+.f64 (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 (*.f64 (/.f64 (*.f64 x x) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) #s(literal -3 binary64)) (*.f64 (-.f64 z t) (-.f64 z t))) (*.f64 y y)) (*.f64 (*.f64 #s(literal 3 binary64) (/.f64 x (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (/.f64 (*.f64 (-.f64 z t) (-.f64 z t)) y)))) (/.f64 (*.f64 #s(literal 1/3600 binary64) (*.f64 (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 x (*.f64 x x))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 y (*.f64 y y)))) (neg.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) x) (*.f64 (-.f64 z t) (-.f64 z t))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 z t)))) (/.f64 (-.f64 z t) y)))) (+.f64 (+.f64 (*.f64 #s(literal -1/60 binary64) (*.f64 (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t))) (/.f64 (-.f64 z t) (*.f64 y y)))) (/.f64 (*.f64 #s(literal 1/3600 binary64) (*.f64 (*.f64 (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t))) (*.f64 (-.f64 z t) (-.f64 z t))) (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (/.f64 x (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) x) (*.f64 (-.f64 z t) (-.f64 z t))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 z t)))) (-.f64 z t)))))) (*.f64 y (*.f64 y y)))) (+.f64 (+.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (/.f64 (*.f64 #s(literal 1/60 binary64) (*.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) x) (*.f64 (-.f64 z t) (-.f64 z t))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 z t)))) (*.f64 (-.f64 z t) (-.f64 z t))) (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (/.f64 x (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) x) (*.f64 (-.f64 z t) (-.f64 z t))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 z t)))) (-.f64 z t)))))) (*.f64 y y))) (/.f64 (*.f64 #s(literal 1/60 binary64) (*.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) x) (*.f64 (-.f64 z t) (-.f64 z t))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 z t)))) (*.f64 (-.f64 z t) (-.f64 z t))) (-.f64 (-.f64 (*.f64 #s(literal 60 binary64) (*.f64 (*.f64 (/.f64 (*.f64 x x) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) #s(literal -3 binary64)) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 #s(literal -1/60 binary64) (*.f64 (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t))) (-.f64 z t)))) (*.f64 #s(literal 1/60 binary64) (*.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) x) (*.f64 (-.f64 z t) (-.f64 z t))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 z t)))) (*.f64 (-.f64 z t) (-.f64 z t))) (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (/.f64 x (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) x) (*.f64 (-.f64 z t) (-.f64 z t))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 z t)))) (-.f64 z t))))))))) (*.f64 y (*.f64 y y))))))) |
(* -60 (/ y (- z t))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(* -1 (* y (+ (* -1 (/ (- (* 60 (* (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) (pow (- z t) 2))) (* (+ (* -120 (/ a (- z t))) (* 120 (/ x (pow (- z t) 2)))) (- z t))) y)) (* 60 (/ 1 (- z t)))))) |
(neg.f64 (*.f64 y (+.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (/.f64 (*.f64 #s(literal -1 binary64) (-.f64 (*.f64 #s(literal 60 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (/.f64 x (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -120 binary64) a) (-.f64 z t)) (/.f64 (*.f64 #s(literal 120 binary64) x) (*.f64 (-.f64 z t) (-.f64 z t)))) (-.f64 z t)))) y)))) |
(* -1 (* y (+ (* -1 (/ (- (+ (* -1 (/ (- (* 60 (* (+ (* 2 (/ (pow x 2) (pow (- z t) 3))) (/ (pow x 2) (pow (- z t) 3))) (pow (- z t) 2))) (+ (* 1/60 (* (+ (* -120 (/ a (- z t))) (* 120 (/ x (pow (- z t) 2)))) (* (pow (- z t) 2) (- (* 60 (* (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) (pow (- z t) 2))) (* (+ (* -120 (/ a (- z t))) (* 120 (/ x (pow (- z t) 2)))) (- z t)))))) (* 1/60 (* (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) (- z t))))) y)) (* 60 (* (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) (pow (- z t) 2)))) (* (+ (* -120 (/ a (- z t))) (* 120 (/ x (pow (- z t) 2)))) (- z t))) y)) (* 60 (/ 1 (- z t)))))) |
(*.f64 (neg.f64 y) (+.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (neg.f64 (/.f64 (+.f64 (neg.f64 (/.f64 (-.f64 (*.f64 #s(literal 60 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 x x) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 #s(literal 1/60 binary64) (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -120 binary64) a) (-.f64 z t)) (/.f64 (*.f64 #s(literal 120 binary64) x) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 (*.f64 (-.f64 z t) (-.f64 z t)) (-.f64 (*.f64 #s(literal 60 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (/.f64 x (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -120 binary64) a) (-.f64 z t)) (/.f64 (*.f64 #s(literal 120 binary64) x) (*.f64 (-.f64 z t) (-.f64 z t)))) (-.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t))) (-.f64 z t))))) y)) (-.f64 (*.f64 #s(literal 60 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (/.f64 x (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -120 binary64) a) (-.f64 z t)) (/.f64 (*.f64 #s(literal 120 binary64) x) (*.f64 (-.f64 z t) (-.f64 z t)))) (-.f64 z t)))) y)))) |
(* -1 (* y (+ (* -1 (/ (- (+ (* -1 (/ (- (+ (* -1 (/ (- (* 1/3600 (* (+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) (pow (- z t) 2))) (+ (* 1/3600 (* (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) (* (pow (- z t) 2) (- (* 60 (* (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) (pow (- z t) 2))) (* (+ (* -120 (/ a (- z t))) (* 120 (/ x (pow (- z t) 2)))) (- z t)))))) (* 1/60 (* (+ (* -120 (/ a (- z t))) (* 120 (/ x (pow (- z t) 2)))) (* (pow (- z t) 2) (- (* 60 (* (+ (* 2 (/ (pow x 2) (pow (- z t) 3))) (/ (pow x 2) (pow (- z t) 3))) (pow (- z t) 2))) (+ (* 1/60 (* (+ (* -120 (/ a (- z t))) (* 120 (/ x (pow (- z t) 2)))) (* (pow (- z t) 2) (- (* 60 (* (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) (pow (- z t) 2))) (* (+ (* -120 (/ a (- z t))) (* 120 (/ x (pow (- z t) 2)))) (- z t)))))) (* 1/60 (* (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) (- z t)))))))))) y)) (* 60 (* (+ (* 2 (/ (pow x 2) (pow (- z t) 3))) (/ (pow x 2) (pow (- z t) 3))) (pow (- z t) 2)))) (+ (* 1/60 (* (+ (* -120 (/ a (- z t))) (* 120 (/ x (pow (- z t) 2)))) (* (pow (- z t) 2) (- (* 60 (* (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) (pow (- z t) 2))) (* (+ (* -120 (/ a (- z t))) (* 120 (/ x (pow (- z t) 2)))) (- z t)))))) (* 1/60 (* (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) (- z t))))) y)) (* 60 (* (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) (pow (- z t) 2)))) (* (+ (* -120 (/ a (- z t))) (* 120 (/ x (pow (- z t) 2)))) (- z t))) y)) (* 60 (/ 1 (- z t)))))) |
(*.f64 (neg.f64 y) (+.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1 binary64) (-.f64 (-.f64 (*.f64 #s(literal 1/3600 binary64) (*.f64 (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 x (*.f64 x x))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 #s(literal 1/3600 binary64) (*.f64 (*.f64 (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t))) (*.f64 (-.f64 z t) (-.f64 z t))) (-.f64 (*.f64 #s(literal 60 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (/.f64 x (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -120 binary64) a) (-.f64 z t)) (/.f64 (*.f64 #s(literal 120 binary64) x) (*.f64 (-.f64 z t) (-.f64 z t)))) (-.f64 z t)))))) (*.f64 #s(literal 1/60 binary64) (*.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -120 binary64) a) (-.f64 z t)) (/.f64 (*.f64 #s(literal 120 binary64) x) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 (-.f64 z t) (-.f64 z t))) (-.f64 (*.f64 #s(literal 60 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 x x) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 #s(literal 1/60 binary64) (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -120 binary64) a) (-.f64 z t)) (/.f64 (*.f64 #s(literal 120 binary64) x) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 (*.f64 (-.f64 z t) (-.f64 z t)) (-.f64 (*.f64 #s(literal 60 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (/.f64 x (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -120 binary64) a) (-.f64 z t)) (/.f64 (*.f64 #s(literal 120 binary64) x) (*.f64 (-.f64 z t) (-.f64 z t)))) (-.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t))) (-.f64 z t))))))))) y) (-.f64 (*.f64 #s(literal 60 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 x x) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 #s(literal 1/60 binary64) (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -120 binary64) a) (-.f64 z t)) (/.f64 (*.f64 #s(literal 120 binary64) x) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 (*.f64 (-.f64 z t) (-.f64 z t)) (-.f64 (*.f64 #s(literal 60 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (/.f64 x (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -120 binary64) a) (-.f64 z t)) (/.f64 (*.f64 #s(literal 120 binary64) x) (*.f64 (-.f64 z t) (-.f64 z t)))) (-.f64 z t))))) (*.f64 (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t))) (-.f64 z t)))))) y)) (-.f64 (*.f64 #s(literal 60 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (/.f64 x (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -120 binary64) a) (-.f64 z t)) (/.f64 (*.f64 #s(literal 120 binary64) x) (*.f64 (-.f64 z t) (-.f64 z t)))) (-.f64 z t))))) y))) |
(/ (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3))) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t))))) |
(+ (* -216000 (/ (pow (- x y) 3) (* (pow t 3) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2)))))) (+ (* 1728000 (/ (pow a 3) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))))) (* z (- (* -216000 (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)) (* (pow t 6) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2)))))) (* 60 (/ (* (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3))) (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2)))) (pow (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))) 2))))))) |
(+.f64 (+.f64 (*.f64 #s(literal -216000 binary64) (/.f64 (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 t (*.f64 t t))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t)))))) (/.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t)))))) (*.f64 z (+.f64 (*.f64 #s(literal -216000 binary64) (/.f64 (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 t t)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 t #s(literal 6 binary64))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t)))))) (*.f64 #s(literal -60 binary64) (*.f64 (/.f64 (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t))))) (/.f64 (-.f64 (*.f64 #s(literal -60 binary64) (*.f64 (-.f64 x y) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 x y)) (*.f64 t t))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t)))))))))) |
(+ (* -216000 (/ (pow (- x y) 3) (* (pow t 3) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2)))))) (+ (* 1728000 (/ (pow a 3) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))))) (* z (- (+ (* -216000 (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)) (* (pow t 6) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2)))))) (* z (- (* -216000 (/ (+ (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) (pow t 6)) (/ (* (pow (+ (* 2 (pow t 2)) (pow t 2)) 2) (pow (- x y) 3)) (pow t 9))) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))))) (+ (* 60 (/ (* (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3))) (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* -1 (/ (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2))) t)))) (pow (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))) 2))) (* 60 (/ (* (- (* -216000 (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)) (* (pow t 6) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2)))))) (* 60 (/ (* (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3))) (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2)))) (pow (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))) 2)))) (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2)))) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))))))))) (* 60 (/ (* (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3))) (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2)))) (pow (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))) 2))))))) |
(+.f64 (+.f64 (*.f64 #s(literal -216000 binary64) (/.f64 (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 t (*.f64 t t))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t)))))) (/.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t)))))) (*.f64 z (+.f64 (*.f64 #s(literal -216000 binary64) (/.f64 (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 t t)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 t #s(literal 6 binary64))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t)))))) (-.f64 (*.f64 z (-.f64 (/.f64 (*.f64 #s(literal -216000 binary64) (+.f64 (/.f64 (*.f64 (*.f64 t #s(literal -3 binary64)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 t #s(literal 6 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 t t)) (*.f64 #s(literal 3 binary64) (*.f64 t t))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 t #s(literal 9 binary64))))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t))))) (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 #s(literal -60 binary64) (*.f64 (/.f64 (-.f64 x y) t) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t))) (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 #s(literal -60 binary64) (*.f64 (-.f64 x y) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 x y)) (*.f64 t t))) t)))) (*.f64 (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t)))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t)))))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -216000 binary64) (/.f64 (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 t t)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 t #s(literal 6 binary64))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t)))))) (*.f64 #s(literal -60 binary64) (*.f64 (/.f64 (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t))))) (/.f64 (-.f64 (*.f64 #s(literal -60 binary64) (*.f64 (-.f64 x y) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 x y)) (*.f64 t t))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t)))))))) (-.f64 (*.f64 #s(literal -60 binary64) (*.f64 (-.f64 x y) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 x y)) (*.f64 t t)))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t))))))))) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 t (*.f64 t t)))) (-.f64 (*.f64 #s(literal -60 binary64) (*.f64 (-.f64 x y) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 x y)) (*.f64 t t))))) (*.f64 (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t)))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t)))))))))) |
(+ (* -216000 (/ (pow (- x y) 3) (* (pow t 3) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2)))))) (+ (* 1728000 (/ (pow a 3) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))))) (* z (- (+ (* -216000 (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)) (* (pow t 6) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2)))))) (* z (- (+ (* -216000 (/ (+ (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) (pow t 6)) (/ (* (pow (+ (* 2 (pow t 2)) (pow t 2)) 2) (pow (- x y) 3)) (pow t 9))) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))))) (* z (- (* -216000 (/ (+ (/ (* (+ (* -2 t) (* -1 t)) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))) (pow t 9)) (+ (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (+ (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) (pow t 6)) (/ (* (pow (+ (* 2 (pow t 2)) (pow t 2)) 2) (pow (- x y) 3)) (pow t 9)))) (pow t 3)) (/ (pow (- x y) 3) (pow t 6)))) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))))) (+ (* 60 (/ (* (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3))) (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 3))) (* -1 (/ (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* -1 (/ (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2))) t))) t)))) (pow (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))) 2))) (+ (* 60 (/ (* (- (* -216000 (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)) (* (pow t 6) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2)))))) (* 60 (/ (* (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3))) (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2)))) (pow (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))) 2)))) (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* -1 (/ (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2))) t)))) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))))) (* 60 (/ (* (- (* -216000 (/ (+ (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) (pow t 6)) (/ (* (pow (+ (* 2 (pow t 2)) (pow t 2)) 2) (pow (- x y) 3)) (pow t 9))) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))))) (+ (* 60 (/ (* (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3))) (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* -1 (/ (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2))) t)))) (pow (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))) 2))) (* 60 (/ (* (- (* -216000 (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)) (* (pow t 6) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2)))))) (* 60 (/ (* (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3))) (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2)))) (pow (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))) 2)))) (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2)))) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))))))) (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2)))) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2)))))))))) (+ (* 60 (/ (* (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3))) (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* -1 (/ (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2))) t)))) (pow (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))) 2))) (* 60 (/ (* (- (* -216000 (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)) (* (pow t 6) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2)))))) (* 60 (/ (* (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3))) (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2)))) (pow (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))) 2)))) (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2)))) (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))))))))) (* 60 (/ (* (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3))) (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2)))) (pow (+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))) 2))))))) |
(+.f64 (*.f64 #s(literal -216000 binary64) (/.f64 (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 t (*.f64 t t))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t)))))) (+.f64 (/.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t))))) (*.f64 z (+.f64 (*.f64 #s(literal -216000 binary64) (/.f64 (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 t t)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 t #s(literal 6 binary64))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t)))))) (-.f64 (*.f64 z (+.f64 (/.f64 (*.f64 #s(literal -216000 binary64) (+.f64 (/.f64 (*.f64 (*.f64 t #s(literal -3 binary64)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 t #s(literal 6 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 t t)) (*.f64 #s(literal 3 binary64) (*.f64 t t))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 t #s(literal 9 binary64))))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t))))) (-.f64 (*.f64 z (-.f64 (/.f64 (*.f64 #s(literal -216000 binary64) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 t #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 t t))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 t #s(literal 9 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 t t)) (+.f64 (/.f64 (*.f64 (*.f64 t #s(literal -3 binary64)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 t #s(literal 6 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 t t)) (*.f64 #s(literal 3 binary64) (*.f64 t t))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 t #s(literal 9 binary64))))) (*.f64 t (*.f64 t t))) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (pow.f64 t #s(literal 6 binary64)))))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t))))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 (/.f64 #s(literal -60 binary64) t) (*.f64 (/.f64 (-.f64 x y) t) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t))) (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal -60 binary64) (*.f64 (/.f64 (-.f64 x y) t) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t))) (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 #s(literal -60 binary64) (*.f64 (-.f64 x y) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 x y)) (*.f64 t t))) t))) t))))) (*.f64 (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t)))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t)))))) (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -216000 binary64) (/.f64 (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 t t)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 t #s(literal 6 binary64))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t)))))) (*.f64 #s(literal -60 binary64) (*.f64 (/.f64 (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t))))) (/.f64 (-.f64 (*.f64 #s(literal -60 binary64) (*.f64 (-.f64 x y) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 x y)) (*.f64 t t))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t)))))))) (+.f64 (*.f64 #s(literal -60 binary64) (*.f64 (/.f64 (-.f64 x y) t) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t))) (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 #s(literal -60 binary64) (*.f64 (-.f64 x y) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 x y)) (*.f64 t t))) t)))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t))))) (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -216000 binary64) (+.f64 (/.f64 (*.f64 (*.f64 t #s(literal -3 binary64)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 t #s(literal 6 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 t t)) (*.f64 #s(literal 3 binary64) (*.f64 t t))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 t #s(literal 9 binary64))))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t))))) (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 #s(literal -60 binary64) (*.f64 (/.f64 (-.f64 x y) t) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t))) (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 #s(literal -60 binary64) (*.f64 (-.f64 x y) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 x y)) (*.f64 t t))) t)))) (*.f64 (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t)))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t)))))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -216000 binary64) (/.f64 (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 t t)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 t #s(literal 6 binary64))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t)))))) (*.f64 #s(literal -60 binary64) (*.f64 (/.f64 (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t))))) (/.f64 (-.f64 (*.f64 #s(literal -60 binary64) (*.f64 (-.f64 x y) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 x y)) (*.f64 t t))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t)))))))) (-.f64 (*.f64 #s(literal -60 binary64) (*.f64 (-.f64 x y) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 x y)) (*.f64 t t)))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t)))))))) (/.f64 (-.f64 (*.f64 #s(literal -60 binary64) (*.f64 (-.f64 x y) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 x y)) (*.f64 t t))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t))))))))))) (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 #s(literal -60 binary64) (*.f64 (/.f64 (-.f64 x y) t) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t))) (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 #s(literal -60 binary64) (*.f64 (-.f64 x y) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 x y)) (*.f64 t t))) t)))) (*.f64 (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t)))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t)))))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -216000 binary64) (/.f64 (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 t t)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 t #s(literal 6 binary64))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t)))))) (*.f64 #s(literal -60 binary64) (*.f64 (/.f64 (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t))))) (/.f64 (-.f64 (*.f64 #s(literal -60 binary64) (*.f64 (-.f64 x y) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 x y)) (*.f64 t t))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t)))))))) (-.f64 (*.f64 #s(literal -60 binary64) (*.f64 (-.f64 x y) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 x y)) (*.f64 t t)))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t)))))))))) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 t (*.f64 t t)))) (-.f64 (*.f64 #s(literal -60 binary64) (*.f64 (-.f64 x y) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 x y)) (*.f64 t t))))) (*.f64 (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t)))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t))))))))))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z)) |
(- (+ (* -1 (/ (+ (* -30 (/ (pow (- x y) 2) a)) (* 1/2 (/ (- (* 60 (pow (- x y) 2)) (* 120 (* a (* t (- x y))))) a))) (pow z 2))) (* 120 a)) (* -60 (/ (- x y) z))) |
(+.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -30 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (*.f64 #s(literal -120 binary64) a) (*.f64 t (-.f64 x y))))) a)) (*.f64 z z))) (-.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) z)))) |
(- (+ (* 15 (/ (pow (- x y) 3) (* (pow a 2) (pow z 3)))) (* 120 a)) (+ (* -60 (/ (- x y) z)) (+ (* -30 (/ (pow (- x y) 2) (* a (pow z 2)))) (+ (* 1/4 (/ (* (- x y) (- (* 60 (pow (- x y) 2)) (* 120 (* a (* t (- x y)))))) (* (pow a 2) (pow z 3)))) (+ (* 1/2 (/ (* (+ (* -30 (/ (pow (- x y) 2) a)) (* 1/2 (/ (- (* 60 (pow (- x y) 2)) (* 120 (* a (* t (- x y))))) a))) (- x y)) (* a (pow z 3)))) (+ (* 1/2 (/ (- (* 60 (* t (pow (- x y) 2))) (* -1 (* t (- (* 60 (pow (- x y) 2)) (* 120 (* a (* t (- x y)))))))) (* a (pow z 3)))) (* 1/2 (/ (- (* 60 (pow (- x y) 2)) (* 120 (* a (* t (- x y))))) (* a (pow z 2)))))))))) |
(-.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 15 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 (*.f64 a a) (*.f64 z (*.f64 z z))))) (+.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) z)) (/.f64 (*.f64 #s(literal -30 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 a (*.f64 z z)))) (+.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (-.f64 x y) (/.f64 (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (*.f64 #s(literal -120 binary64) a) (*.f64 t (-.f64 x y)))) (*.f64 (*.f64 a a) (*.f64 z (*.f64 z z)))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -30 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (*.f64 #s(literal -120 binary64) a) (*.f64 t (-.f64 x y))))) a)) (/.f64 (-.f64 x y) (*.f64 a (*.f64 z (*.f64 z z))))))) (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (-.f64 (*.f64 (*.f64 #s(literal 60 binary64) t) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (neg.f64 t) (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (*.f64 #s(literal -120 binary64) a) (*.f64 t (-.f64 x y)))))) (*.f64 a (*.f64 z (*.f64 z z)))) (/.f64 (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (*.f64 #s(literal -120 binary64) a) (*.f64 t (-.f64 x y)))) (*.f64 a (*.f64 z z)))))))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z)) |
(+ (* -1 (/ (- (+ (* -30 (/ (pow (- x y) 2) (* a z))) (* -1/2 (/ (- (* -60 (pow (- x y) 2)) (* -120 (* a (* t (- x y))))) (* a z)))) (* 60 (- x y))) z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -30 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 a z)) (-.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 (*.f64 #s(literal -60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 t (-.f64 x y)))) (*.f64 a z))) (*.f64 #s(literal 60 binary64) (-.f64 x y))))) z)) |
(+ (* -1 (/ (- (* -1 (/ (- (* -1 (/ (- (* -15 (/ (pow (- x y) 3) (pow a 2))) (+ (* -1/2 (/ (* (+ (* -30 (/ (pow (- x y) 2) a)) (* -1/2 (/ (- (* -60 (pow (- x y) 2)) (* -120 (* a (* t (- x y))))) a))) (- x y)) a)) (+ (* -1/2 (/ (- (* 60 (* t (pow (- x y) 2))) (* t (- (* -60 (pow (- x y) 2)) (* -120 (* a (* t (- x y))))))) a)) (* 1/4 (/ (* (- x y) (- (* -60 (pow (- x y) 2)) (* -120 (* a (* t (- x y)))))) (pow a 2)))))) z)) (+ (* -30 (/ (pow (- x y) 2) a)) (* -1/2 (/ (- (* -60 (pow (- x y) 2)) (* -120 (* a (* t (- x y))))) a)))) z)) (* 60 (- x y))) z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (neg.f64 (/.f64 (+.f64 (neg.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (-.f64 (*.f64 #s(literal -15 binary64) (*.f64 (/.f64 (*.f64 (-.f64 x y) (-.f64 x y)) a) (/.f64 (-.f64 x y) a))) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -30 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) a) (/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 #s(literal -60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 t (-.f64 x y))))) a)) (/.f64 (-.f64 x y) a))) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (*.f64 (*.f64 #s(literal 60 binary64) t) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 t (+.f64 (*.f64 #s(literal -60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 t (-.f64 x y))))))) a) (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (-.f64 x y) (+.f64 (*.f64 #s(literal -60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 t (-.f64 x y)))))) (*.f64 a a))))) z)) (+.f64 (/.f64 (*.f64 #s(literal -30 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) a) (/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 #s(literal -60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 t (-.f64 x y))))) a))) z)) (*.f64 #s(literal -60 binary64) (-.f64 x y))) z))) |
(/ (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3))) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (*.f64 #s(literal 216000 binary64) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z))))) |
(+ (* 216000 (/ (pow (- x y) 3) (* (pow z 3) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2)))))) (+ (* 1728000 (/ (pow a 3) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))))) (* t (- (* -216000 (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (* (pow z 6) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2)))))) (* 60 (/ (* (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3))) (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2))))) (pow (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))) 2))))))) |
(+.f64 (+.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 (*.f64 z (*.f64 z z)) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z)))))) (/.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z)))))) (*.f64 t (-.f64 (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (*.f64 (*.f64 z z) #s(literal -3 binary64)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) (*.f64 (pow.f64 z #s(literal 6 binary64)) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z)))))) (*.f64 (/.f64 #s(literal 60 binary64) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z))))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (*.f64 #s(literal 216000 binary64) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))) (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) (*.f64 z z)))))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z))))))))) |
(+ (* 216000 (/ (pow (- x y) 3) (* (pow z 3) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2)))))) (+ (* 1728000 (/ (pow a 3) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))))) (* t (- (+ (* -216000 (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (* (pow z 6) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2)))))) (* t (- (* -216000 (/ (+ (* -1 (/ (* (pow (+ (* -2 (pow z 2)) (* -1 (pow z 2))) 2) (pow (- x y) 3)) (pow z 9))) (/ (* (+ z (* 2 z)) (pow (- x y) 3)) (pow z 6))) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))))) (+ (* 60 (/ (* (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3))) (- (* 60 (/ (pow (- x y) 2) (pow z 4))) (* -1 (/ (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2)))) z)))) (pow (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))) 2))) (* 60 (/ (* (- (* -216000 (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (* (pow z 6) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2)))))) (* 60 (/ (* (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3))) (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2))))) (pow (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))) 2)))) (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2))))) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))))))))) (* 60 (/ (* (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3))) (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2))))) (pow (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))) 2))))))) |
(+.f64 (+.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 (*.f64 z (*.f64 z z)) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z)))))) (/.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z)))))) (*.f64 t (+.f64 (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (*.f64 (*.f64 z z) #s(literal -3 binary64)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) (*.f64 (pow.f64 z #s(literal 6 binary64)) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z)))))) (-.f64 (*.f64 t (-.f64 (/.f64 (*.f64 #s(literal -216000 binary64) (+.f64 (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal -3 binary64)) (*.f64 (*.f64 z z) #s(literal -3 binary64))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 z #s(literal 9 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 z #s(literal 6 binary64))))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z))))) (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (*.f64 #s(literal 216000 binary64) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (pow.f64 z #s(literal 4 binary64))) (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))) (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) (*.f64 z z))))) z)))) (*.f64 (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z)))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z)))))) (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (*.f64 (*.f64 z z) #s(literal -3 binary64)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) (*.f64 (pow.f64 z #s(literal 6 binary64)) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z)))))) (*.f64 (/.f64 #s(literal 60 binary64) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z))))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (*.f64 #s(literal 216000 binary64) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))) (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) (*.f64 z z)))))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z))))))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))) (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) (*.f64 z z))))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z)))))))))) (*.f64 (/.f64 #s(literal 60 binary64) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z))))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (*.f64 #s(literal 216000 binary64) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))) (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) (*.f64 z z)))))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z)))))))))) |
(+ (* 216000 (/ (pow (- x y) 3) (* (pow z 3) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2)))))) (+ (* 1728000 (/ (pow a 3) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))))) (* t (- (+ (* -216000 (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (* (pow z 6) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2)))))) (* t (- (+ (* -216000 (/ (+ (* -1 (/ (* (pow (+ (* -2 (pow z 2)) (* -1 (pow z 2))) 2) (pow (- x y) 3)) (pow z 9))) (/ (* (+ z (* 2 z)) (pow (- x y) 3)) (pow z 6))) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))))) (* t (- (* -216000 (/ (+ (* -1 (/ (* (+ z (* 2 z)) (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3))) (pow z 9))) (+ (* -1 (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (+ (* -1 (/ (* (pow (+ (* -2 (pow z 2)) (* -1 (pow z 2))) 2) (pow (- x y) 3)) (pow z 9))) (/ (* (+ z (* 2 z)) (pow (- x y) 3)) (pow z 6)))) (pow z 3))) (* -1 (/ (pow (- x y) 3) (pow z 6))))) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))))) (+ (* 60 (/ (* (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3))) (- (* 60 (/ (pow (- x y) 2) (pow z 5))) (* -1 (/ (- (* 60 (/ (pow (- x y) 2) (pow z 4))) (* -1 (/ (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2)))) z))) z)))) (pow (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))) 2))) (+ (* 60 (/ (* (- (* -216000 (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (* (pow z 6) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2)))))) (* 60 (/ (* (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3))) (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2))))) (pow (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))) 2)))) (- (* 60 (/ (pow (- x y) 2) (pow z 4))) (* -1 (/ (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2)))) z)))) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))))) (* 60 (/ (* (- (* -216000 (/ (+ (* -1 (/ (* (pow (+ (* -2 (pow z 2)) (* -1 (pow z 2))) 2) (pow (- x y) 3)) (pow z 9))) (/ (* (+ z (* 2 z)) (pow (- x y) 3)) (pow z 6))) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))))) (+ (* 60 (/ (* (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3))) (- (* 60 (/ (pow (- x y) 2) (pow z 4))) (* -1 (/ (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2)))) z)))) (pow (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))) 2))) (* 60 (/ (* (- (* -216000 (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (* (pow z 6) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2)))))) (* 60 (/ (* (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3))) (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2))))) (pow (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))) 2)))) (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2))))) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))))))) (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2))))) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2)))))))))) (+ (* 60 (/ (* (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3))) (- (* 60 (/ (pow (- x y) 2) (pow z 4))) (* -1 (/ (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2)))) z)))) (pow (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))) 2))) (* 60 (/ (* (- (* -216000 (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (* (pow z 6) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2)))))) (* 60 (/ (* (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3))) (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2))))) (pow (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))) 2)))) (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2))))) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))))))))) (* 60 (/ (* (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3))) (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2))))) (pow (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))) 2))))))) |
(+.f64 (+.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 (*.f64 z (*.f64 z z)) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z)))))) (/.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z)))))) (*.f64 t (+.f64 (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (*.f64 (*.f64 z z) #s(literal -3 binary64)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) (*.f64 (pow.f64 z #s(literal 6 binary64)) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z)))))) (-.f64 (*.f64 t (+.f64 (/.f64 (*.f64 #s(literal -216000 binary64) (+.f64 (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal -3 binary64)) (*.f64 (*.f64 z z) #s(literal -3 binary64))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 z #s(literal 9 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 z #s(literal 6 binary64))))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z))))) (-.f64 (*.f64 t (-.f64 (-.f64 (/.f64 (*.f64 #s(literal -216000 binary64) (+.f64 (neg.f64 (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 (*.f64 (*.f64 z z) #s(literal -3 binary64)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) (pow.f64 z #s(literal 9 binary64)))) (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal -3 binary64)) (+.f64 (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal -3 binary64)) (*.f64 (*.f64 z z) #s(literal -3 binary64))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 z #s(literal 9 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 z #s(literal 6 binary64))))) (*.f64 z (*.f64 z z))) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (pow.f64 z #s(literal 6 binary64))))))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z))))) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (*.f64 #s(literal 216000 binary64) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (pow.f64 z #s(literal 5 binary64))) (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (pow.f64 z #s(literal 4 binary64))) (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))) (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) (*.f64 z z))))) z))) z))))) (*.f64 (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z)))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z))))))) (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (*.f64 (*.f64 z z) #s(literal -3 binary64)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) (*.f64 (pow.f64 z #s(literal 6 binary64)) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z)))))) (*.f64 (/.f64 #s(literal 60 binary64) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z))))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (*.f64 #s(literal 216000 binary64) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))) (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) (*.f64 z z)))))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z))))))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (pow.f64 z #s(literal 4 binary64))) (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))) (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) (*.f64 z z))))) z)))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z))))) (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -216000 binary64) (+.f64 (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal -3 binary64)) (*.f64 (*.f64 z z) #s(literal -3 binary64))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 z #s(literal 9 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 z #s(literal 6 binary64))))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z))))) (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (*.f64 #s(literal 216000 binary64) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (pow.f64 z #s(literal 4 binary64))) (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))) (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) (*.f64 z z))))) z)))) (*.f64 (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z)))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z)))))) (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (*.f64 (*.f64 z z) #s(literal -3 binary64)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) (*.f64 (pow.f64 z #s(literal 6 binary64)) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z)))))) (*.f64 (/.f64 #s(literal 60 binary64) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z))))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (*.f64 #s(literal 216000 binary64) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))) (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) (*.f64 z z)))))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z))))))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))) (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) (*.f64 z z))))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z))))))))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))) (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) (*.f64 z z))))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z)))))))))) (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (*.f64 #s(literal 216000 binary64) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (pow.f64 z #s(literal 4 binary64))) (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))) (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) (*.f64 z z))))) z)))) (*.f64 (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z)))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z)))))) (*.f64 (-.f64 (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (*.f64 (*.f64 z z) #s(literal -3 binary64)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) (*.f64 (pow.f64 z #s(literal 6 binary64)) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z)))))) (*.f64 (/.f64 #s(literal 60 binary64) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z))))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (*.f64 #s(literal 216000 binary64) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))) (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) (*.f64 z z)))))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z))))))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))) (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) (*.f64 z z))))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z))))))))))) (*.f64 (/.f64 #s(literal 60 binary64) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z))))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (*.f64 #s(literal 216000 binary64) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))) (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) (*.f64 z z)))))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z)))))))))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(+ (* -60 (/ (- x y) t)) (* 120 a)) |
(+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal 120 binary64) a)) |
(- (+ (* -1 (/ (+ (* -30 (/ (pow (- x y) 2) a)) (* 1/2 (/ (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))) a))) (pow t 2))) (* 120 a)) (* 60 (/ (- x y) t))) |
(+.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -30 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 #s(literal 120 binary64) (*.f64 a (*.f64 z (-.f64 x y)))))) a)) (*.f64 t t))) (-.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) t))) |
(- (+ (* -15 (/ (pow (- x y) 3) (* (pow a 2) (pow t 3)))) (* 120 a)) (+ (* -30 (/ (pow (- x y) 2) (* a (pow t 2)))) (+ (* -1/2 (/ (* (+ (* -30 (/ (pow (- x y) 2) a)) (* 1/2 (/ (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))) a))) (- x y)) (* a (pow t 3)))) (+ (* -1/4 (/ (* (- x y) (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y)))))) (* (pow a 2) (pow t 3)))) (+ (* 1/2 (/ (- (* 60 (* z (pow (- x y) 2))) (* -1 (* z (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y)))))))) (* a (pow t 3)))) (+ (* 1/2 (/ (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))) (* a (pow t 2)))) (* 60 (/ (- x y) t)))))))) |
(-.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 (/.f64 #s(literal -15 binary64) (*.f64 a a)) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 t (*.f64 t t))))) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -30 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 a (*.f64 t t))) (*.f64 #s(literal -1/2 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -30 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 #s(literal 120 binary64) (*.f64 a (*.f64 z (-.f64 x y)))))) a)) (/.f64 (-.f64 x y) (*.f64 a (*.f64 t (*.f64 t t))))))) (+.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 (-.f64 x y) (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 #s(literal 120 binary64) (*.f64 a (*.f64 z (-.f64 x y))))))) (*.f64 (*.f64 a a) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 z (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 #s(literal 1 binary64) (*.f64 z (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 #s(literal 120 binary64) (*.f64 a (*.f64 z (-.f64 x y)))))))) (*.f64 t (*.f64 t t)))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) t) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 #s(literal 120 binary64) (*.f64 a (*.f64 z (-.f64 x y))))) (*.f64 t t)))))))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(+ (* -60 (/ (- x y) t)) (* 120 a)) |
(+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal 120 binary64) a)) |
(+ (* -1 (/ (- (+ (* -30 (/ (pow (- x y) 2) (* a t))) (* 1/2 (/ (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))) (* a t)))) (* -60 (- x y))) t)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (neg.f64 (/.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -30 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 a t)) (*.f64 (/.f64 #s(literal 1/2 binary64) a) (/.f64 (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 #s(literal 120 binary64) (*.f64 a (*.f64 z (-.f64 x y))))) t))) (*.f64 #s(literal 60 binary64) (-.f64 x y))) t))) |
(+ (* -1 (/ (- (* -1 (/ (- (* -1 (/ (- (* 15 (/ (pow (- x y) 3) (pow a 2))) (+ (* 1/4 (/ (* (- x y) (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y)))))) (pow a 2))) (+ (* 1/2 (/ (* (+ (* -30 (/ (pow (- x y) 2) a)) (* 1/2 (/ (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))) a))) (- x y)) a)) (* 1/2 (/ (- (* -60 (* z (pow (- x y) 2))) (* z (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))))) a))))) t)) (+ (* -30 (/ (pow (- x y) 2) a)) (* 1/2 (/ (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))) a)))) t)) (* -60 (- x y))) t)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (neg.f64 (/.f64 (+.f64 (neg.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (-.f64 (-.f64 (*.f64 #s(literal 15 binary64) (*.f64 (/.f64 (*.f64 (-.f64 x y) (-.f64 x y)) a) (/.f64 (-.f64 x y) a))) (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (-.f64 x y) (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 #s(literal 120 binary64) (*.f64 a (*.f64 z (-.f64 x y))))))) (*.f64 a a))) (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -30 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 #s(literal 120 binary64) (*.f64 a (*.f64 z (-.f64 x y)))))) a)) (/.f64 (-.f64 x y) a)) (/.f64 (-.f64 (*.f64 #s(literal -60 binary64) (*.f64 z (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 z (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 #s(literal 120 binary64) (*.f64 a (*.f64 z (-.f64 x y))))))) a)))) t)) (+.f64 (/.f64 (*.f64 #s(literal -30 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) a) (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 #s(literal 120 binary64) (*.f64 a (*.f64 z (-.f64 x y)))))) a))) t)) (*.f64 #s(literal 60 binary64) (-.f64 x y))) t))) |
(* 60 (/ (- x y) (- z t))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) |
(+ (* 60 (/ (- x y) (- z t))) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t))) |
(+ (* 60 (/ (- x y) (- z t))) (* a (+ 120 (* -1 (* a (+ (* -240 (/ (- z t) (- x y))) (* 240 (/ (- z t) (- x y))))))))) |
(+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a (+.f64 #s(literal 120 binary64) (*.f64 (*.f64 #s(literal -1 binary64) a) (*.f64 (/.f64 (-.f64 z t) (-.f64 x y)) #s(literal 0 binary64)))))) |
(+ (* 60 (/ (- x y) (- z t))) (* a (+ 120 (* a (- (* -2 (/ (* a (* (+ (* -240 (/ (- z t) (- x y))) (* 240 (/ (- z t) (- x y)))) (- z t))) (- x y))) (+ (* -240 (/ (- z t) (- x y))) (* 240 (/ (- z t) (- x y))))))))) |
(+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a (+.f64 #s(literal 120 binary64) (*.f64 a (-.f64 (/.f64 (*.f64 #s(literal -2 binary64) (*.f64 a (*.f64 (*.f64 (/.f64 (-.f64 z t) (-.f64 x y)) #s(literal 0 binary64)) (-.f64 z t)))) (-.f64 x y)) (*.f64 (/.f64 (-.f64 z t) (-.f64 x y)) #s(literal 0 binary64))))))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* a (+ 120 (* 60 (/ (- x y) (* a (- z t)))))) |
(*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 a (-.f64 z t))))) |
(* a (- (+ 120 (* -1 (/ (+ (* -30 (/ (pow (- x y) 2) (pow (- z t) 2))) (* 30 (/ (pow (- x y) 2) (pow (- z t) 2)))) (pow a 2)))) (* -60 (/ (- x y) (* a (- z t)))))) |
(*.f64 a (+.f64 #s(literal 120 binary64) (-.f64 (neg.f64 (/.f64 (*.f64 (/.f64 (*.f64 (-.f64 x y) (-.f64 x y)) (*.f64 (-.f64 z t) (-.f64 z t))) #s(literal 0 binary64)) (*.f64 a a))) (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (*.f64 a (-.f64 z t)))))) |
(* a (- (+ 120 (* -1/2 (/ (* (+ (* -30 (/ (pow (- x y) 2) (pow (- z t) 2))) (* 30 (/ (pow (- x y) 2) (pow (- z t) 2)))) (- x y)) (* (pow a 3) (- z t))))) (+ (* -60 (/ (- x y) (* a (- z t)))) (+ (* -30 (/ (pow (- x y) 2) (* (pow a 2) (pow (- z t) 2)))) (* 30 (/ (pow (- x y) 2) (* (pow a 2) (pow (- z t) 2)))))))) |
(*.f64 a (+.f64 #s(literal 120 binary64) (-.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (/.f64 (*.f64 (-.f64 x y) (-.f64 x y)) (*.f64 (-.f64 z t) (-.f64 z t))) #s(literal 0 binary64)) (-.f64 x y))) (*.f64 (*.f64 a (*.f64 a a)) (-.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (*.f64 a (-.f64 z t))) (*.f64 (/.f64 (/.f64 (*.f64 (-.f64 x y) (-.f64 x y)) (*.f64 a a)) (*.f64 (-.f64 z t) (-.f64 z t))) #s(literal 0 binary64)))))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* -1 (* a (- (* -60 (/ (- x y) (* a (- z t)))) 120))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (*.f64 a (-.f64 z t))) #s(literal -120 binary64))) |
(* -1 (* a (- (* -1 (/ (- (+ (* -30 (/ (pow (- x y) 2) (* a (pow (- z t) 2)))) (* 30 (/ (pow (- x y) 2) (* a (pow (- z t) 2))))) (* -60 (/ (- x y) (- z t)))) a)) 120))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (neg.f64 (/.f64 (+.f64 (*.f64 (/.f64 (/.f64 (*.f64 (-.f64 x y) (-.f64 x y)) a) (*.f64 (-.f64 z t) (-.f64 z t))) #s(literal 0 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t))) a)) #s(literal -120 binary64))) |
(* -1 (* a (- (* -1 (/ (- (* -1 (/ (- (* -1/2 (/ (* (+ (* -30 (/ (pow (- x y) 2) (pow (- z t) 2))) (* 30 (/ (pow (- x y) 2) (pow (- z t) 2)))) (- x y)) (* a (- z t)))) (+ (* -30 (/ (pow (- x y) 2) (pow (- z t) 2))) (* 30 (/ (pow (- x y) 2) (pow (- z t) 2))))) a)) (* -60 (/ (- x y) (- z t)))) a)) 120))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (neg.f64 (/.f64 (+.f64 (neg.f64 (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 (/.f64 (*.f64 (-.f64 x y) (-.f64 x y)) (*.f64 (-.f64 z t) (-.f64 z t))) #s(literal 0 binary64)) (-.f64 x y))) (*.f64 a (-.f64 z t))) (*.f64 (/.f64 (*.f64 (-.f64 x y) (-.f64 x y)) (*.f64 (-.f64 z t) (-.f64 z t))) #s(literal 0 binary64))) a)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t))) a)) #s(literal -120 binary64))) |
(+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) |
(+.f64 (*.f64 (/.f64 #s(literal -216000 binary64) (-.f64 z t)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a)))) |
(+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (+ (* 216000 (* x (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))))) (* 1728000 (pow a 3)))) |
(+.f64 (*.f64 (/.f64 #s(literal -216000 binary64) (-.f64 z t)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 (-.f64 z t) (-.f64 z t)))) (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 #s(literal 216000 binary64) x) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 y y) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))))) |
(+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (+ (* 1728000 (pow a 3)) (* x (+ (* 216000 (* x (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))))) (* 216000 (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3)))))))) |
(+.f64 (*.f64 (/.f64 #s(literal -216000 binary64) (-.f64 z t)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 (-.f64 z t) (-.f64 z t)))) (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (*.f64 x (*.f64 #s(literal 216000 binary64) (+.f64 (*.f64 x (*.f64 (/.f64 y (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 y y) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))))))) |
(+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (+ (* 1728000 (pow a 3)) (* x (+ (* 216000 (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3)))) (* x (+ (* 216000 (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3))))) (* 216000 (/ x (pow (- z t) 3))))))))) |
(+.f64 (+.f64 (*.f64 (/.f64 #s(literal -216000 binary64) (-.f64 z t)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a)))) (*.f64 x (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 y y) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) (*.f64 x (*.f64 #s(literal 216000 binary64) (+.f64 (*.f64 (/.f64 y (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) #s(literal -3 binary64)) (/.f64 x (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))))))) |
(* 216000 (/ (pow x 3) (pow (- z t) 3))) |
(/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 x (*.f64 x x))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) |
(* (pow x 3) (+ (* 216000 (/ (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))) x)) (* 216000 (/ 1 (pow (- z t) 3))))) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 y (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) #s(literal -3 binary64))) x) (/.f64 #s(literal 216000 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) |
(* (pow x 3) (+ (* 216000 (/ (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))) x)) (+ (* 216000 (/ (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) (pow x 2))) (* 216000 (/ 1 (pow (- z t) 3)))))) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 y (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) #s(literal -3 binary64))) x) (+.f64 (/.f64 #s(literal 216000 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 y y) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) (*.f64 x x))))) |
(* (pow x 3) (+ (* -216000 (/ (pow y 3) (* (pow x 3) (pow (- z t) 3)))) (+ (* 216000 (/ (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))) x)) (+ (* 216000 (/ (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) (pow x 2))) (+ (* 1728000 (/ (pow a 3) (pow x 3))) (* 216000 (/ 1 (pow (- z t) 3)))))))) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (+.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 y (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) #s(literal -3 binary64))) x) (+.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 y y) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) (*.f64 x x)) (+.f64 (/.f64 #s(literal 216000 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (/.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (*.f64 x (*.f64 x x)))))))) |
(* 216000 (/ (pow x 3) (pow (- z t) 3))) |
(/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 x (*.f64 x x))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) |
(* -1 (* (pow x 3) (- (* 216000 (/ (+ (* 2 (/ y (pow (- z t) 3))) (/ y (pow (- z t) 3))) x)) (* 216000 (/ 1 (pow (- z t) 3)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x))) (-.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 #s(literal 3 binary64) (/.f64 y (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) x) (/.f64 #s(literal 216000 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) |
(* -1 (* (pow x 3) (- (* -1 (/ (+ (* -216000 (+ (* 2 (/ y (pow (- z t) 3))) (/ y (pow (- z t) 3)))) (* 216000 (/ (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) x))) x)) (* 216000 (/ 1 (pow (- z t) 3)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x))) (-.f64 (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -216000 binary64) (*.f64 #s(literal 3 binary64) (/.f64 y (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 y y) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) x)) x)) (/.f64 #s(literal 216000 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) |
(* -1 (* (pow x 3) (- (* -1 (/ (+ (* -216000 (+ (* 2 (/ y (pow (- z t) 3))) (/ y (pow (- z t) 3)))) (* -1 (/ (+ (* -216000 (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3)))) (* -1 (/ (+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) x))) x))) x)) (* 216000 (/ 1 (pow (- z t) 3)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x))) (-.f64 (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 #s(literal -216000 binary64) (*.f64 #s(literal 3 binary64) (/.f64 y (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 #s(literal -216000 binary64) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 y y) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) (neg.f64 (/.f64 (+.f64 (*.f64 (/.f64 #s(literal -216000 binary64) (-.f64 z t)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a)))) x)))) x))) x) (/.f64 #s(literal 216000 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) |
(+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) |
(+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 x (*.f64 x x))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) |
(+ (* 216000 (* y (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3)))))) (+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* 1728000 (pow a 3)))) |
(+.f64 (*.f64 #s(literal 216000 binary64) (+.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 y (*.f64 (/.f64 (*.f64 x x) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) #s(literal -3 binary64))))) (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a)))) |
(+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (+ (* 1728000 (pow a 3)) (* y (+ (* 216000 (* y (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))))) (* 216000 (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3))))))))) |
(+.f64 (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 x (*.f64 x x))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (*.f64 y (*.f64 #s(literal 216000 binary64) (+.f64 (*.f64 y (*.f64 #s(literal 3 binary64) (/.f64 x (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) (*.f64 (/.f64 (*.f64 x x) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) #s(literal -3 binary64)))))) |
(+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (+ (* 1728000 (pow a 3)) (* y (+ (* 216000 (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3))))) (* y (+ (* -216000 (/ y (pow (- z t) 3))) (* 216000 (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3)))))))))) |
(+.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 x (*.f64 x x))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (*.f64 y (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (*.f64 x x) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) #s(literal -3 binary64))) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -216000 binary64) y) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 #s(literal 216000 binary64) (*.f64 #s(literal 3 binary64) (/.f64 x (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))))))))) |
(* -216000 (/ (pow y 3) (pow (- z t) 3))) |
(*.f64 (/.f64 #s(literal -216000 binary64) (-.f64 z t)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 (-.f64 z t) (-.f64 z t)))) |
(* (pow y 3) (- (* 216000 (/ (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) y)) (* 216000 (/ 1 (pow (- z t) 3))))) |
(*.f64 (*.f64 y (*.f64 y y)) (-.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 #s(literal 3 binary64) (/.f64 x (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) y) (/.f64 #s(literal 216000 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) |
(* (pow y 3) (- (+ (* 216000 (/ (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3)))) (pow y 2))) (* 216000 (/ (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) y))) (* 216000 (/ 1 (pow (- z t) 3))))) |
(*.f64 (*.f64 y (*.f64 y y)) (-.f64 (*.f64 #s(literal 216000 binary64) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x x) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) #s(literal -3 binary64)) (*.f64 y y)) (/.f64 (*.f64 #s(literal 3 binary64) (/.f64 x (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) y))) (/.f64 #s(literal 216000 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) |
(* (pow y 3) (- (+ (* 216000 (/ (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3)))) (pow y 2))) (+ (* 216000 (/ (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) y)) (+ (* 216000 (/ (pow x 3) (* (pow y 3) (pow (- z t) 3)))) (* 1728000 (/ (pow a 3) (pow y 3)))))) (* 216000 (/ 1 (pow (- z t) 3))))) |
(*.f64 (*.f64 y (*.f64 y y)) (+.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (*.f64 x x) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) #s(literal -3 binary64))) (*.f64 y y)) (-.f64 (+.f64 (*.f64 #s(literal 216000 binary64) (+.f64 (/.f64 (*.f64 #s(literal 3 binary64) (/.f64 x (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) y) (/.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))))) (/.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (*.f64 y (*.f64 y y)))) (/.f64 #s(literal 216000 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))))) |
(* -216000 (/ (pow y 3) (pow (- z t) 3))) |
(*.f64 (/.f64 #s(literal -216000 binary64) (-.f64 z t)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 (-.f64 z t) (-.f64 z t)))) |
(* -1 (* (pow y 3) (+ (* -216000 (/ (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) y)) (* 216000 (/ 1 (pow (- z t) 3)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 y (*.f64 y y))) (+.f64 (/.f64 #s(literal 216000 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 #s(literal 3 binary64) (/.f64 x (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) y))) |
(* -1 (* (pow y 3) (+ (* -1 (/ (+ (* -216000 (/ (+ (* 2 (/ (pow x 2) (pow (- z t) 3))) (/ (pow x 2) (pow (- z t) 3))) y)) (* 216000 (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))))) y)) (* 216000 (/ 1 (pow (- z t) 3)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 y (*.f64 y y))) (+.f64 (/.f64 #s(literal 216000 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 #s(literal 3 binary64) (/.f64 x (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 x x) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) y)) y)))) |
(* -1 (* (pow y 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) y)) (* 216000 (+ (* 2 (/ (pow x 2) (pow (- z t) 3))) (/ (pow x 2) (pow (- z t) 3))))) y)) (* 216000 (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))))) y)) (* 216000 (/ 1 (pow (- z t) 3)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 y (*.f64 y y))) (+.f64 (/.f64 #s(literal 216000 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 #s(literal 3 binary64) (/.f64 x (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) (neg.f64 (/.f64 (+.f64 (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 x (*.f64 x x))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) y)) (*.f64 #s(literal 216000 binary64) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 x x) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))))) y))) y)))) |
(+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3))) |
(+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 t (*.f64 t t)))) |
(+ (* -216000 (/ (* z (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))) (pow t 6))) (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3)))) |
(+.f64 (*.f64 #s(literal -216000 binary64) (+.f64 (/.f64 (*.f64 (*.f64 z (*.f64 #s(literal 3 binary64) (*.f64 t t))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 t #s(literal 6 binary64))) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 t (*.f64 t t))))) (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a)))) |
(+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (+ (* 1728000 (pow a 3)) (* z (+ (* -216000 (* z (+ (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) (pow t 6)) (/ (* (pow (+ (* 2 (pow t 2)) (pow t 2)) 2) (pow (- x y) 3)) (pow t 9))))) (* -216000 (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)) (pow t 6))))))) |
(+.f64 (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 t (*.f64 t t)))) (*.f64 z (*.f64 #s(literal -216000 binary64) (+.f64 (*.f64 z (+.f64 (/.f64 (*.f64 (*.f64 t #s(literal -3 binary64)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 t #s(literal 6 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 t t)) (*.f64 #s(literal 3 binary64) (*.f64 t t))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 t #s(literal 9 binary64))))) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 t t)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 t #s(literal 6 binary64))))))) |
(+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (+ (* 1728000 (pow a 3)) (* z (+ (* -216000 (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)) (pow t 6))) (* z (+ (* -216000 (* z (+ (/ (* (+ (* -2 t) (* -1 t)) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))) (pow t 9)) (+ (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (+ (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) (pow t 6)) (/ (* (pow (+ (* 2 (pow t 2)) (pow t 2)) 2) (pow (- x y) 3)) (pow t 9)))) (pow t 3)) (/ (pow (- x y) 3) (pow t 6)))))) (* -216000 (+ (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) (pow t 6)) (/ (* (pow (+ (* 2 (pow t 2)) (pow t 2)) 2) (pow (- x y) 3)) (pow t 9)))))))))) |
(+.f64 (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 t (*.f64 t t)))) (*.f64 z (+.f64 (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 t t)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) (pow.f64 t #s(literal 6 binary64))) (*.f64 z (*.f64 #s(literal -216000 binary64) (+.f64 (*.f64 z (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 t #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 t t))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 t #s(literal 9 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 t t)) (+.f64 (/.f64 (*.f64 (*.f64 t #s(literal -3 binary64)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 t #s(literal 6 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 t t)) (*.f64 #s(literal 3 binary64) (*.f64 t t))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 t #s(literal 9 binary64))))) (*.f64 t (*.f64 t t))) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (pow.f64 t #s(literal 6 binary64)))))) (+.f64 (/.f64 (*.f64 (*.f64 t #s(literal -3 binary64)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 t #s(literal 6 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 t t)) (*.f64 #s(literal 3 binary64) (*.f64 t t))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 t #s(literal 9 binary64)))))))))) |
(* 1728000 (pow a 3)) |
(*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) |
(+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3))) |
(+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (*.f64 #s(literal 216000 binary64) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))))) |
(+ (* -216000 (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) (pow z 4))) (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3)))) |
(+.f64 (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (*.f64 #s(literal 216000 binary64) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))))) (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (*.f64 t #s(literal -3 binary64)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) (pow.f64 z #s(literal 4 binary64)))) |
(+ (* -216000 (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) (pow z 4))) (+ (* -216000 (/ (+ (* -1 (* (pow (+ (* -2 t) (* -1 t)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))) (pow z 5))) (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3))))) |
(+.f64 (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (*.f64 t #s(literal -3 binary64)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) (pow.f64 z #s(literal 4 binary64))) (+.f64 (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (*.f64 #s(literal 216000 binary64) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))))) (/.f64 (*.f64 #s(literal -216000 binary64) (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 t t)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (neg.f64 (*.f64 (*.f64 (*.f64 t #s(literal -3 binary64)) (*.f64 t #s(literal -3 binary64))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))))) (pow.f64 z #s(literal 5 binary64))))) |
(* 1728000 (pow a 3)) |
(*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) |
(+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3))) |
(+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (*.f64 #s(literal 216000 binary64) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))))) |
(+ (* -1 (/ (+ (* -216000 (/ (* (+ t (* 2 t)) (pow (- x y) 3)) z)) (* -216000 (pow (- x y) 3))) (pow z 3))) (* 1728000 (pow a 3))) |
(+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (neg.f64 (*.f64 (/.f64 #s(literal -216000 binary64) z) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) t) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) z) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 z z))))) |
(+ (* -1 (/ (+ (* -216000 (pow (- x y) 3)) (* -1 (/ (+ (* -216000 (/ (+ (* -1 (* (pow (+ t (* 2 t)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))) z)) (* 216000 (* (+ t (* 2 t)) (pow (- x y) 3)))) z))) (pow z 3))) (* 1728000 (pow a 3))) |
(+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -216000 binary64) (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 t t)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (neg.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) t) (*.f64 #s(literal 3 binary64) t)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))))) z) (*.f64 #s(literal 216000 binary64) (*.f64 (*.f64 #s(literal 3 binary64) t) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))))) z))) (*.f64 z (*.f64 z z))))) |
(+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3))) |
(+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (*.f64 #s(literal 216000 binary64) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))))) |
(+ (* -216000 (/ (* t (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3))) (pow z 6))) (+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* 1728000 (pow a 3)))) |
(+.f64 (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (*.f64 #s(literal 216000 binary64) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))))) (*.f64 #s(literal -216000 binary64) (*.f64 t (/.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal -3 binary64)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 z #s(literal 6 binary64)))))) |
(+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (+ (* 1728000 (pow a 3)) (* t (+ (* -216000 (* t (+ (* -1 (/ (* (pow (+ (* -2 (pow z 2)) (* -1 (pow z 2))) 2) (pow (- x y) 3)) (pow z 9))) (/ (* (+ z (* 2 z)) (pow (- x y) 3)) (pow z 6))))) (* -216000 (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (pow z 6))))))) |
(+.f64 (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (*.f64 #s(literal 216000 binary64) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))))) (*.f64 t (*.f64 #s(literal -216000 binary64) (+.f64 (*.f64 t (+.f64 (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal -3 binary64)) (*.f64 (*.f64 z z) #s(literal -3 binary64))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 z #s(literal 9 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 z #s(literal 6 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal -3 binary64)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 z #s(literal 6 binary64))))))) |
(+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (+ (* 1728000 (pow a 3)) (* t (+ (* -216000 (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (pow z 6))) (* t (+ (* -216000 (* t (+ (* -1 (/ (* (+ z (* 2 z)) (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3))) (pow z 9))) (+ (* -1 (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (+ (* -1 (/ (* (pow (+ (* -2 (pow z 2)) (* -1 (pow z 2))) 2) (pow (- x y) 3)) (pow z 9))) (/ (* (+ z (* 2 z)) (pow (- x y) 3)) (pow z 6)))) (pow z 3))) (* -1 (/ (pow (- x y) 3) (pow z 6))))))) (* -216000 (+ (* -1 (/ (* (pow (+ (* -2 (pow z 2)) (* -1 (pow z 2))) 2) (pow (- x y) 3)) (pow z 9))) (/ (* (+ z (* 2 z)) (pow (- x y) 3)) (pow z 6)))))))))) |
(+.f64 (*.f64 #s(literal 216000 binary64) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z)))) (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (*.f64 t (+.f64 (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (*.f64 (*.f64 z z) #s(literal -3 binary64)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) (pow.f64 z #s(literal 6 binary64))) (*.f64 t (*.f64 #s(literal -216000 binary64) (+.f64 (*.f64 t (+.f64 (neg.f64 (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 (*.f64 (*.f64 z z) #s(literal -3 binary64)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) (pow.f64 z #s(literal 9 binary64)))) (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal -3 binary64)) (+.f64 (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal -3 binary64)) (*.f64 (*.f64 z z) #s(literal -3 binary64))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 z #s(literal 9 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 z #s(literal 6 binary64))))) (*.f64 z (*.f64 z z))) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (pow.f64 z #s(literal 6 binary64))))))) (+.f64 (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal -3 binary64)) (*.f64 (*.f64 z z) #s(literal -3 binary64))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 z #s(literal 9 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 z #s(literal 6 binary64))))))))))) |
(* 1728000 (pow a 3)) |
(*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) |
(+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3))) |
(+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 t (*.f64 t t)))) |
(+ (* -216000 (/ (* (+ z (* 2 z)) (pow (- x y) 3)) (pow t 4))) (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3)))) |
(+.f64 (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 t (*.f64 t t)))) (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) (pow.f64 t #s(literal 4 binary64)))) |
(+ (* -216000 (/ (* (+ z (* 2 z)) (pow (- x y) 3)) (pow t 4))) (+ (* -216000 (/ (+ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (* (pow (+ z (* 2 z)) 2) (pow (- x y) 3))) (pow t 5))) (+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3))))) |
(+.f64 (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) (pow.f64 t #s(literal 4 binary64))) (+.f64 (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 t (*.f64 t t)))) (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (+.f64 (*.f64 (*.f64 z z) #s(literal -3 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 #s(literal 3 binary64) z))))) (pow.f64 t #s(literal 5 binary64))))) |
(* 1728000 (pow a 3)) |
(*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) |
(+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* 1728000 (pow a 3))) |
(+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 t (*.f64 t t)))) |
(+ (* -1 (/ (+ (* 216000 (/ (* (+ z (* 2 z)) (pow (- x y) 3)) t)) (* 216000 (pow (- x y) 3))) (pow t 3))) (* 1728000 (pow a 3))) |
(+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (neg.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (+.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) t))) (*.f64 t (*.f64 t t))))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -216000 (* (+ z (* 2 z)) (pow (- x y) 3))) (* 216000 (/ (+ (* -1 (* (pow (+ z (* 2 z)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow z 2)) (pow z 2)) (pow (- x y) 3))) t))) t)) (* 216000 (pow (- x y) 3))) (pow t 3))) (* 1728000 (pow a 3))) |
(+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) (/.f64 (*.f64 #s(literal 216000 binary64) (+.f64 (neg.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 #s(literal 3 binary64) z)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 z z)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))))) t)) t))) (*.f64 t (*.f64 t t))))) |
(* 216000 (/ (pow (- x y) 3) (pow (- z t) 3))) |
(/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) |
(+ (* 216000 (/ (pow (- x y) 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) |
(+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) |
(+ (* 216000 (/ (pow (- x y) 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) |
(+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) |
(+ (* 216000 (/ (pow (- x y) 3) (pow (- z t) 3))) (* 1728000 (pow a 3))) |
(+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) |
(* 1728000 (pow a 3)) |
(*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) |
(* (pow a 3) (+ 1728000 (* 216000 (/ (pow (- x y) 3) (* (pow a 3) (pow (- z t) 3)))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 #s(literal 1728000 binary64) (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))))) |
(* (pow a 3) (+ 1728000 (* 216000 (/ (pow (- x y) 3) (* (pow a 3) (pow (- z t) 3)))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 #s(literal 1728000 binary64) (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))))) |
(* (pow a 3) (+ 1728000 (* 216000 (/ (pow (- x y) 3) (* (pow a 3) (pow (- z t) 3)))))) |
(*.f64 (*.f64 a (*.f64 a a)) (+.f64 #s(literal 1728000 binary64) (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))))) |
(* 1728000 (pow a 3)) |
(*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) |
(* -1 (* (pow a 3) (- (* -216000 (/ (pow (- x y) 3) (* (pow a 3) (pow (- z t) 3)))) 1728000))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) #s(literal -1728000 binary64))) |
(* -1 (* (pow a 3) (- (* -216000 (/ (pow (- x y) 3) (* (pow a 3) (pow (- z t) 3)))) 1728000))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) #s(literal -1728000 binary64))) |
(* -1 (* (pow a 3) (- (* -216000 (/ (pow (- x y) 3) (* (pow a 3) (pow (- z t) 3)))) 1728000))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 a (*.f64 a a))) (+.f64 (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 (*.f64 a (*.f64 a a)) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) #s(literal -1728000 binary64))) |
(* -216000 (/ (pow y 3) (pow (- z t) 3))) |
(*.f64 (/.f64 #s(literal -216000 binary64) (-.f64 z t)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 (-.f64 z t) (-.f64 z t)))) |
(+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* 216000 (* x (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3)))))) |
(+.f64 (*.f64 (/.f64 #s(literal -216000 binary64) (-.f64 z t)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 (*.f64 #s(literal 216000 binary64) x) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 y y) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))))) |
(+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* x (+ (* 216000 (* x (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))))) (* 216000 (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))))))) |
(+.f64 (*.f64 (/.f64 #s(literal -216000 binary64) (-.f64 z t)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 x (*.f64 #s(literal 216000 binary64) (+.f64 (*.f64 x (*.f64 (/.f64 y (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) #s(literal -3 binary64))) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 y y) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))))))) |
(+ (* -216000 (/ (pow y 3) (pow (- z t) 3))) (* x (+ (* 216000 (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3)))) (* x (+ (* 216000 (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3))))) (* 216000 (/ x (pow (- z t) 3)))))))) |
(+.f64 (*.f64 (/.f64 #s(literal -216000 binary64) (-.f64 z t)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 x (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 y y) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) (*.f64 x (*.f64 #s(literal 216000 binary64) (+.f64 (*.f64 (/.f64 y (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) #s(literal -3 binary64)) (/.f64 x (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))))))) |
(* 216000 (/ (pow x 3) (pow (- z t) 3))) |
(/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 x (*.f64 x x))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) |
(* (pow x 3) (+ (* 216000 (/ (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))) x)) (* 216000 (/ 1 (pow (- z t) 3))))) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 y (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) #s(literal -3 binary64))) x) (/.f64 #s(literal 216000 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) |
(* (pow x 3) (+ (* 216000 (/ (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))) x)) (+ (* 216000 (/ (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) (pow x 2))) (* 216000 (/ 1 (pow (- z t) 3)))))) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 y (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) #s(literal -3 binary64))) x) (+.f64 (/.f64 #s(literal 216000 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 y y) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) (*.f64 x x))))) |
(* (pow x 3) (+ (* -216000 (/ (pow y 3) (* (pow x 3) (pow (- z t) 3)))) (+ (* 216000 (/ (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3)))) x)) (+ (* 216000 (/ (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) (pow x 2))) (* 216000 (/ 1 (pow (- z t) 3))))))) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 y (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) #s(literal -3 binary64))) x) (+.f64 (/.f64 #s(literal 216000 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 y y) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) (*.f64 x x)))) (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 y (*.f64 y y))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))))) |
(* 216000 (/ (pow x 3) (pow (- z t) 3))) |
(/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 x (*.f64 x x))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) |
(* -1 (* (pow x 3) (- (* 216000 (/ (+ (* 2 (/ y (pow (- z t) 3))) (/ y (pow (- z t) 3))) x)) (* 216000 (/ 1 (pow (- z t) 3)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x))) (-.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 #s(literal 3 binary64) (/.f64 y (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) x) (/.f64 #s(literal 216000 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) |
(* -1 (* (pow x 3) (- (* -1 (/ (+ (* -216000 (+ (* 2 (/ y (pow (- z t) 3))) (/ y (pow (- z t) 3)))) (* 216000 (/ (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))) x))) x)) (* 216000 (/ 1 (pow (- z t) 3)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x))) (-.f64 (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -216000 binary64) (*.f64 #s(literal 3 binary64) (/.f64 y (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 y y) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) x)) x)) (/.f64 #s(literal 216000 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) |
(* -1 (* (pow x 3) (- (* -1 (/ (+ (* -216000 (+ (* 2 (/ y (pow (- z t) 3))) (/ y (pow (- z t) 3)))) (* -1 (/ (+ (* -216000 (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3)))) (* 216000 (/ (pow y 3) (* x (pow (- z t) 3))))) x))) x)) (* 216000 (/ 1 (pow (- z t) 3)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x))) (-.f64 (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -216000 binary64) (*.f64 #s(literal 3 binary64) (/.f64 y (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -216000 binary64) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 y y) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) (*.f64 #s(literal 216000 binary64) (/.f64 (/.f64 (*.f64 y (*.f64 y y)) x) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) x))) x)) (/.f64 #s(literal 216000 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) |
(* 216000 (/ (pow x 3) (pow (- z t) 3))) |
(/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 x (*.f64 x x))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) |
(+ (* 216000 (* y (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3)))))) (* 216000 (/ (pow x 3) (pow (- z t) 3)))) |
(*.f64 #s(literal 216000 binary64) (+.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 y (*.f64 (/.f64 (*.f64 x x) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) #s(literal -3 binary64))))) |
(+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* y (+ (* 216000 (* y (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))))) (* 216000 (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3)))))))) |
(+.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 x (*.f64 x x))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 y (*.f64 #s(literal 216000 binary64) (+.f64 (*.f64 y (*.f64 #s(literal 3 binary64) (/.f64 x (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) (*.f64 (/.f64 (*.f64 x x) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) #s(literal -3 binary64)))))) |
(+ (* 216000 (/ (pow x 3) (pow (- z t) 3))) (* y (+ (* 216000 (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3))))) (* y (+ (* -216000 (/ y (pow (- z t) 3))) (* 216000 (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))))))))) |
(+.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 x (*.f64 x x))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 y (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (*.f64 x x) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) #s(literal -3 binary64))) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -216000 binary64) y) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 #s(literal 216000 binary64) (*.f64 #s(literal 3 binary64) (/.f64 x (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))))))))) |
(* -216000 (/ (pow y 3) (pow (- z t) 3))) |
(*.f64 (/.f64 #s(literal -216000 binary64) (-.f64 z t)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 (-.f64 z t) (-.f64 z t)))) |
(* (pow y 3) (- (* 216000 (/ (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) y)) (* 216000 (/ 1 (pow (- z t) 3))))) |
(*.f64 (*.f64 y (*.f64 y y)) (-.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 #s(literal 3 binary64) (/.f64 x (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) y) (/.f64 #s(literal 216000 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) |
(* (pow y 3) (- (+ (* 216000 (/ (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3)))) (pow y 2))) (* 216000 (/ (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) y))) (* 216000 (/ 1 (pow (- z t) 3))))) |
(*.f64 (*.f64 y (*.f64 y y)) (-.f64 (*.f64 #s(literal 216000 binary64) (+.f64 (/.f64 (*.f64 (/.f64 (*.f64 x x) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) #s(literal -3 binary64)) (*.f64 y y)) (/.f64 (*.f64 #s(literal 3 binary64) (/.f64 x (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) y))) (/.f64 #s(literal 216000 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) |
(* (pow y 3) (- (+ (* 216000 (/ (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3)))) (pow y 2))) (+ (* 216000 (/ (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) y)) (* 216000 (/ (pow x 3) (* (pow y 3) (pow (- z t) 3)))))) (* 216000 (/ 1 (pow (- z t) 3))))) |
(*.f64 (*.f64 y (*.f64 y y)) (+.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (*.f64 x x) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) #s(literal -3 binary64))) (*.f64 y y)) (-.f64 (*.f64 #s(literal 216000 binary64) (+.f64 (/.f64 (*.f64 #s(literal 3 binary64) (/.f64 x (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) y) (/.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))))) (/.f64 #s(literal 216000 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))))) |
(* -216000 (/ (pow y 3) (pow (- z t) 3))) |
(*.f64 (/.f64 #s(literal -216000 binary64) (-.f64 z t)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 (-.f64 z t) (-.f64 z t)))) |
(* -1 (* (pow y 3) (+ (* -216000 (/ (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) y)) (* 216000 (/ 1 (pow (- z t) 3)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 y (*.f64 y y))) (+.f64 (/.f64 #s(literal 216000 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 #s(literal 3 binary64) (/.f64 x (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) y))) |
(* -1 (* (pow y 3) (+ (* -1 (/ (+ (* -216000 (/ (+ (* 2 (/ (pow x 2) (pow (- z t) 3))) (/ (pow x 2) (pow (- z t) 3))) y)) (* 216000 (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))))) y)) (* 216000 (/ 1 (pow (- z t) 3)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 y (*.f64 y y))) (+.f64 (/.f64 #s(literal 216000 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 #s(literal 3 binary64) (/.f64 x (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 x x) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) y)) y)))) |
(* -1 (* (pow y 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* -216000 (/ (pow x 3) (* y (pow (- z t) 3)))) (* 216000 (+ (* 2 (/ (pow x 2) (pow (- z t) 3))) (/ (pow x 2) (pow (- z t) 3))))) y)) (* 216000 (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))))) y)) (* 216000 (/ 1 (pow (- z t) 3)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 y (*.f64 y y))) (+.f64 (/.f64 #s(literal 216000 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 #s(literal 3 binary64) (/.f64 x (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 x x) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) (*.f64 #s(literal -216000 binary64) (/.f64 (/.f64 (*.f64 x (*.f64 x x)) y) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))))) y))) y))) |
(* -216000 (/ (pow (- x y) 3) (pow t 3))) |
(/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 t (*.f64 t t))) |
(+ (* -216000 (/ (* z (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))) (pow t 6))) (* -216000 (/ (pow (- x y) 3) (pow t 3)))) |
(*.f64 #s(literal -216000 binary64) (+.f64 (/.f64 (*.f64 (*.f64 z (*.f64 #s(literal 3 binary64) (*.f64 t t))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 t #s(literal 6 binary64))) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 t (*.f64 t t))))) |
(+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* z (+ (* -216000 (* z (+ (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) (pow t 6)) (/ (* (pow (+ (* 2 (pow t 2)) (pow t 2)) 2) (pow (- x y) 3)) (pow t 9))))) (* -216000 (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)) (pow t 6)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 t (*.f64 t t))) (*.f64 z (*.f64 #s(literal -216000 binary64) (+.f64 (*.f64 z (+.f64 (/.f64 (*.f64 (*.f64 t #s(literal -3 binary64)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 t #s(literal 6 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 t t)) (*.f64 #s(literal 3 binary64) (*.f64 t t))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 t #s(literal 9 binary64))))) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 t t)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 t #s(literal 6 binary64))))))) |
(+ (* -216000 (/ (pow (- x y) 3) (pow t 3))) (* z (+ (* -216000 (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)) (pow t 6))) (* z (+ (* -216000 (* z (+ (/ (* (+ (* -2 t) (* -1 t)) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))) (pow t 9)) (+ (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (+ (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) (pow t 6)) (/ (* (pow (+ (* 2 (pow t 2)) (pow t 2)) 2) (pow (- x y) 3)) (pow t 9)))) (pow t 3)) (/ (pow (- x y) 3) (pow t 6)))))) (* -216000 (+ (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) (pow t 6)) (/ (* (pow (+ (* 2 (pow t 2)) (pow t 2)) 2) (pow (- x y) 3)) (pow t 9))))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 t (*.f64 t t))) (*.f64 z (+.f64 (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 t t)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) (pow.f64 t #s(literal 6 binary64))) (*.f64 z (*.f64 #s(literal -216000 binary64) (+.f64 (*.f64 z (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 t #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 t t))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 t #s(literal 9 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 t t)) (+.f64 (/.f64 (*.f64 (*.f64 t #s(literal -3 binary64)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 t #s(literal 6 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 t t)) (*.f64 #s(literal 3 binary64) (*.f64 t t))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 t #s(literal 9 binary64))))) (*.f64 t (*.f64 t t))) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (pow.f64 t #s(literal 6 binary64)))))) (+.f64 (/.f64 (*.f64 (*.f64 t #s(literal -3 binary64)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 t #s(literal 6 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 t t)) (*.f64 #s(literal 3 binary64) (*.f64 t t))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 t #s(literal 9 binary64)))))))))) |
(* 216000 (/ (pow (- x y) 3) (pow z 3))) |
(*.f64 #s(literal 216000 binary64) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z)))) |
(/ (+ (* -216000 (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) z)) (* 216000 (pow (- x y) 3))) (pow z 3)) |
(/.f64 (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (*.f64 t #s(literal -3 binary64)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) z)) (*.f64 z (*.f64 z z))) |
(/ (+ (* -216000 (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) z)) (+ (* -216000 (/ (+ (* -1 (* (pow (+ (* -2 t) (* -1 t)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))) (pow z 2))) (* 216000 (pow (- x y) 3)))) (pow z 3)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (*.f64 t #s(literal -3 binary64)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) z) (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (/.f64 (*.f64 #s(literal -216000 binary64) (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 t t)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (neg.f64 (*.f64 (*.f64 (*.f64 t #s(literal -3 binary64)) (*.f64 t #s(literal -3 binary64))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))))) (*.f64 z z)))) (*.f64 z (*.f64 z z))) |
(/ (+ (* -216000 (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) z)) (+ (* -216000 (/ (+ (* -1 (* (+ (* -2 t) (* -1 t)) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)))) (+ (* -1 (* (+ (* -2 t) (* -1 t)) (+ (* -1 (* (pow (+ (* -2 t) (* -1 t)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))))) (* -1 (* (pow t 3) (pow (- x y) 3))))) (pow z 3))) (+ (* -216000 (/ (+ (* -1 (* (pow (+ (* -2 t) (* -1 t)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))) (pow z 2))) (* 216000 (pow (- x y) 3))))) (pow z 3)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (*.f64 t #s(literal -3 binary64)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) z) (+.f64 (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (/.f64 (*.f64 #s(literal -216000 binary64) (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 t t)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (neg.f64 (*.f64 (*.f64 (*.f64 t #s(literal -3 binary64)) (*.f64 t #s(literal -3 binary64))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))))) (*.f64 z z))) (/.f64 (*.f64 #s(literal -216000 binary64) (+.f64 (neg.f64 (*.f64 (*.f64 (*.f64 t #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 t t))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 (*.f64 t #s(literal -3 binary64)) (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 t t)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (neg.f64 (*.f64 (*.f64 (*.f64 t #s(literal -3 binary64)) (*.f64 t #s(literal -3 binary64))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))))) (*.f64 (*.f64 t (*.f64 t t)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))))))) (*.f64 z (*.f64 z z))))) (*.f64 z (*.f64 z z))) |
(* 216000 (/ (pow (- x y) 3) (pow z 3))) |
(*.f64 #s(literal 216000 binary64) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z)))) |
(* -1 (/ (+ (* -216000 (/ (* (+ t (* 2 t)) (pow (- x y) 3)) z)) (* -216000 (pow (- x y) 3))) (pow z 3))) |
(neg.f64 (*.f64 (/.f64 #s(literal -216000 binary64) z) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) t) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) z) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 z z)))) |
(* -1 (/ (+ (* -216000 (pow (- x y) 3)) (* -1 (/ (+ (* -216000 (/ (+ (* -1 (* (pow (+ t (* 2 t)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))) z)) (* 216000 (* (+ t (* 2 t)) (pow (- x y) 3)))) z))) (pow z 3))) |
(neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -216000 binary64) (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 t t)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (neg.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) t) (*.f64 #s(literal 3 binary64) t)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))))) z) (*.f64 #s(literal 216000 binary64) (*.f64 (*.f64 #s(literal 3 binary64) t) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))))) z))) (*.f64 z (*.f64 z z)))) |
(* -1 (/ (+ (* -216000 (pow (- x y) 3)) (* -1 (/ (+ (* -1 (/ (+ (* -216000 (/ (+ (* -1 (* (+ t (* 2 t)) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)))) (+ (* -1 (* (+ t (* 2 t)) (+ (* -1 (* (pow (+ t (* 2 t)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))))) (* (pow t 3) (pow (- x y) 3)))) z)) (* 216000 (+ (* -1 (* (pow (+ t (* 2 t)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))))) z)) (* 216000 (* (+ t (* 2 t)) (pow (- x y) 3)))) z))) (pow z 3))) |
(neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (*.f64 #s(literal 3 binary64) t) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -216000 binary64) (/.f64 (+.f64 (neg.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) t) (*.f64 #s(literal 3 binary64) (*.f64 t t))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) (+.f64 (*.f64 (*.f64 t (*.f64 t t)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 (*.f64 #s(literal -1 binary64) (*.f64 #s(literal 3 binary64) t)) (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 t t)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (neg.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) t) (*.f64 #s(literal 3 binary64) t)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))))))) z)) (*.f64 #s(literal 216000 binary64) (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 t t)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (neg.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) t) (*.f64 #s(literal 3 binary64) t)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))))))) z))) z))) (*.f64 z (*.f64 z z)))) |
(* 216000 (/ (pow (- x y) 3) (pow z 3))) |
(*.f64 #s(literal 216000 binary64) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z)))) |
(+ (* -216000 (/ (* t (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3))) (pow z 6))) (* 216000 (/ (pow (- x y) 3) (pow z 3)))) |
(+.f64 (*.f64 #s(literal 216000 binary64) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z)))) (*.f64 #s(literal -216000 binary64) (*.f64 t (/.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal -3 binary64)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 z #s(literal 6 binary64)))))) |
(+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* t (+ (* -216000 (* t (+ (* -1 (/ (* (pow (+ (* -2 (pow z 2)) (* -1 (pow z 2))) 2) (pow (- x y) 3)) (pow z 9))) (/ (* (+ z (* 2 z)) (pow (- x y) 3)) (pow z 6))))) (* -216000 (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (pow z 6)))))) |
(+.f64 (*.f64 #s(literal 216000 binary64) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z)))) (*.f64 t (*.f64 #s(literal -216000 binary64) (+.f64 (*.f64 t (+.f64 (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal -3 binary64)) (*.f64 (*.f64 z z) #s(literal -3 binary64))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 z #s(literal 9 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 z #s(literal 6 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal -3 binary64)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 z #s(literal 6 binary64))))))) |
(+ (* 216000 (/ (pow (- x y) 3) (pow z 3))) (* t (+ (* -216000 (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (pow z 6))) (* t (+ (* -216000 (* t (+ (* -1 (/ (* (+ z (* 2 z)) (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3))) (pow z 9))) (+ (* -1 (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (+ (* -1 (/ (* (pow (+ (* -2 (pow z 2)) (* -1 (pow z 2))) 2) (pow (- x y) 3)) (pow z 9))) (/ (* (+ z (* 2 z)) (pow (- x y) 3)) (pow z 6)))) (pow z 3))) (* -1 (/ (pow (- x y) 3) (pow z 6))))))) (* -216000 (+ (* -1 (/ (* (pow (+ (* -2 (pow z 2)) (* -1 (pow z 2))) 2) (pow (- x y) 3)) (pow z 9))) (/ (* (+ z (* 2 z)) (pow (- x y) 3)) (pow z 6))))))))) |
(+.f64 (*.f64 #s(literal 216000 binary64) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z)))) (*.f64 t (+.f64 (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (*.f64 (*.f64 z z) #s(literal -3 binary64)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) (pow.f64 z #s(literal 6 binary64))) (*.f64 t (*.f64 #s(literal -216000 binary64) (+.f64 (*.f64 t (+.f64 (neg.f64 (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 (*.f64 (*.f64 z z) #s(literal -3 binary64)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) (pow.f64 z #s(literal 9 binary64)))) (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal -3 binary64)) (+.f64 (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal -3 binary64)) (*.f64 (*.f64 z z) #s(literal -3 binary64))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 z #s(literal 9 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 z #s(literal 6 binary64))))) (*.f64 z (*.f64 z z))) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (pow.f64 z #s(literal 6 binary64))))))) (+.f64 (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal -3 binary64)) (*.f64 (*.f64 z z) #s(literal -3 binary64))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 z #s(literal 9 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 z #s(literal 6 binary64)))))))))) |
(* -216000 (/ (pow (- x y) 3) (pow t 3))) |
(/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 t (*.f64 t t))) |
(/ (+ (* -216000 (/ (* (+ z (* 2 z)) (pow (- x y) 3)) t)) (* -216000 (pow (- x y) 3))) (pow t 3)) |
(/.f64 (*.f64 #s(literal -216000 binary64) (+.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) t))) (*.f64 t (*.f64 t t))) |
(/ (+ (* -216000 (/ (* (+ z (* 2 z)) (pow (- x y) 3)) t)) (+ (* -216000 (/ (+ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (* (pow (+ z (* 2 z)) 2) (pow (- x y) 3))) (pow t 2))) (* -216000 (pow (- x y) 3)))) (pow t 3)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) t) (*.f64 #s(literal -216000 binary64) (+.f64 (/.f64 (*.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (+.f64 (*.f64 (*.f64 z z) #s(literal -3 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 #s(literal 3 binary64) z)))) (*.f64 t t)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))))) (*.f64 t (*.f64 t t))) |
(/ (+ (* -216000 (/ (* (+ z (* 2 z)) (pow (- x y) 3)) t)) (+ (* -216000 (/ (+ (* (+ z (* 2 z)) (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3))) (+ (* (+ z (* 2 z)) (+ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (* (pow (+ z (* 2 z)) 2) (pow (- x y) 3)))) (* (pow z 3) (pow (- x y) 3)))) (pow t 3))) (+ (* -216000 (/ (+ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (* (pow (+ z (* 2 z)) 2) (pow (- x y) 3))) (pow t 2))) (* -216000 (pow (- x y) 3))))) (pow t 3)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) t) (+.f64 (*.f64 #s(literal -216000 binary64) (+.f64 (/.f64 (*.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (+.f64 (*.f64 (*.f64 z z) #s(literal -3 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 #s(literal 3 binary64) z)))) (*.f64 t t)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) (/.f64 (*.f64 #s(literal -216000 binary64) (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 (*.f64 (*.f64 z z) #s(literal -3 binary64)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (+.f64 (*.f64 (*.f64 z z) #s(literal -3 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 #s(literal 3 binary64) z))))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))))) (*.f64 t (*.f64 t t))))) (*.f64 t (*.f64 t t))) |
(* -216000 (/ (pow (- x y) 3) (pow t 3))) |
(/.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 t (*.f64 t t))) |
(* -1 (/ (+ (* 216000 (/ (* (+ z (* 2 z)) (pow (- x y) 3)) t)) (* 216000 (pow (- x y) 3))) (pow t 3))) |
(neg.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (+.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) t))) (*.f64 t (*.f64 t t)))) |
(* -1 (/ (+ (* -1 (/ (+ (* -216000 (* (+ z (* 2 z)) (pow (- x y) 3))) (* 216000 (/ (+ (* -1 (* (pow (+ z (* 2 z)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow z 2)) (pow z 2)) (pow (- x y) 3))) t))) t)) (* 216000 (pow (- x y) 3))) (pow t 3))) |
(neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) (/.f64 (*.f64 #s(literal 216000 binary64) (+.f64 (neg.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 #s(literal 3 binary64) z)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 z z)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))))) t)) t))) (*.f64 t (*.f64 t t)))) |
(* -1 (/ (+ (* -1 (/ (+ (* -216000 (* (+ z (* 2 z)) (pow (- x y) 3))) (* -1 (/ (+ (* -216000 (+ (* -1 (* (pow (+ z (* 2 z)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow z 2)) (pow z 2)) (pow (- x y) 3)))) (* 216000 (/ (+ (* -1 (* (+ z (* 2 z)) (* (+ (* 2 (pow z 2)) (pow z 2)) (pow (- x y) 3)))) (+ (* -1 (* (+ z (* 2 z)) (+ (* -1 (* (pow (+ z (* 2 z)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow z 2)) (pow z 2)) (pow (- x y) 3))))) (* (pow z 3) (pow (- x y) 3)))) t))) t))) t)) (* 216000 (pow (- x y) 3))) (pow t 3))) |
(neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -216000 binary64) (+.f64 (neg.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 #s(literal 3 binary64) z)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 z z)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))))) (/.f64 (*.f64 #s(literal 216000 binary64) (+.f64 (neg.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 #s(literal 3 binary64) (*.f64 z z))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) (+.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (neg.f64 (*.f64 (*.f64 #s(literal 3 binary64) z) (+.f64 (neg.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 #s(literal 3 binary64) z)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 z z)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))))))))) t)) t)))) t)) (*.f64 t (*.f64 t t)))) |
(* -1 (/ (pow y 3) (pow (- z t) 3))) |
(neg.f64 (/.f64 (*.f64 y (*.f64 y y)) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) |
(+ (* -1 (/ (pow y 3) (pow (- z t) 3))) (* x (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3))))) |
(+.f64 (*.f64 x (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 y y) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) (neg.f64 (/.f64 (*.f64 y (*.f64 y y)) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) |
(+ (* -1 (/ (pow y 3) (pow (- z t) 3))) (* x (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (+ (* x (+ (* -2 (/ y (pow (- z t) 3))) (* -1 (/ y (pow (- z t) 3))))) (/ (pow y 2) (pow (- z t) 3)))))) |
(+.f64 (neg.f64 (/.f64 (*.f64 y (*.f64 y y)) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 y y)) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (+.f64 (/.f64 (*.f64 y y) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 x (*.f64 (/.f64 y (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) #s(literal -3 binary64))))))) |
(+ (* -1 (/ (pow y 3) (pow (- z t) 3))) (* x (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (+ (* x (+ (* -2 (/ y (pow (- z t) 3))) (+ (* -1 (/ y (pow (- z t) 3))) (/ x (pow (- z t) 3))))) (/ (pow y 2) (pow (- z t) 3)))))) |
(+.f64 (neg.f64 (/.f64 (*.f64 y (*.f64 y y)) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 y y)) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (+.f64 (/.f64 (*.f64 y y) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 x (+.f64 (*.f64 (/.f64 y (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) #s(literal -3 binary64)) (/.f64 x (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))))))) |
(/ (pow x 3) (pow (- z t) 3)) |
(/.f64 (*.f64 x (*.f64 x x)) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) |
(* (pow x 3) (+ (* -2 (/ y (* x (pow (- z t) 3)))) (+ (* -1 (/ y (* x (pow (- z t) 3)))) (/ 1 (pow (- z t) 3))))) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 (+.f64 (*.f64 #s(literal -2 binary64) (/.f64 (/.f64 y x) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (neg.f64 (/.f64 (/.f64 y x) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) |
(* (pow x 3) (+ (* -2 (/ y (* x (pow (- z t) 3)))) (+ (* -1 (/ y (* x (pow (- z t) 3)))) (+ (* 2 (/ (pow y 2) (* (pow x 2) (pow (- z t) 3)))) (+ (/ 1 (pow (- z t) 3)) (/ (pow y 2) (* (pow x 2) (pow (- z t) 3)))))))) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 (+.f64 (*.f64 #s(literal -2 binary64) (/.f64 (/.f64 y x) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (neg.f64 (/.f64 (/.f64 y x) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) (+.f64 (+.f64 (*.f64 (/.f64 #s(literal 2 binary64) (*.f64 x x)) (/.f64 (*.f64 y y) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (/.f64 (/.f64 (*.f64 y y) (*.f64 x x)) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))))) |
(* (pow x 3) (+ (* -2 (/ y (* x (pow (- z t) 3)))) (+ (* -1 (/ y (* x (pow (- z t) 3)))) (+ (* -1 (/ (pow y 3) (* (pow x 3) (pow (- z t) 3)))) (+ (* 2 (/ (pow y 2) (* (pow x 2) (pow (- z t) 3)))) (+ (/ 1 (pow (- z t) 3)) (/ (pow y 2) (* (pow x 2) (pow (- z t) 3))))))))) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 (*.f64 #s(literal -2 binary64) (/.f64 (/.f64 y x) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (+.f64 (+.f64 (neg.f64 (/.f64 (/.f64 y x) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (neg.f64 (/.f64 (/.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) (+.f64 (+.f64 (*.f64 (/.f64 #s(literal 2 binary64) (*.f64 x x)) (/.f64 (*.f64 y y) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (/.f64 (/.f64 (*.f64 y y) (*.f64 x x)) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))))) |
(/ (pow x 3) (pow (- z t) 3)) |
(/.f64 (*.f64 x (*.f64 x x)) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) |
(* -1 (* (pow x 3) (- (+ (* 2 (/ y (* x (pow (- z t) 3)))) (/ y (* x (pow (- z t) 3)))) (/ 1 (pow (- z t) 3))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x))) (-.f64 (*.f64 #s(literal 3 binary64) (/.f64 (/.f64 y x) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) |
(* -1 (* (pow x 3) (- (* -1 (/ (+ (* -1 (+ (* 2 (/ y (pow (- z t) 3))) (/ y (pow (- z t) 3)))) (+ (* 2 (/ (pow y 2) (* x (pow (- z t) 3)))) (/ (pow y 2) (* x (pow (- z t) 3))))) x)) (/ 1 (pow (- z t) 3))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x))) (-.f64 (neg.f64 (/.f64 (+.f64 (neg.f64 (*.f64 #s(literal 3 binary64) (/.f64 y (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) (*.f64 #s(literal 3 binary64) (/.f64 (/.f64 (*.f64 y y) x) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) x)) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) |
(* -1 (* (pow x 3) (- (* -1 (/ (+ (* -1 (+ (* 2 (/ y (pow (- z t) 3))) (/ y (pow (- z t) 3)))) (* -1 (/ (+ (* -1 (+ (* 2 (/ (pow y 2) (pow (- z t) 3))) (/ (pow y 2) (pow (- z t) 3)))) (/ (pow y 3) (* x (pow (- z t) 3)))) x))) x)) (/ 1 (pow (- z t) 3))))) |
(neg.f64 (*.f64 (*.f64 x (*.f64 x x)) (-.f64 (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 #s(literal 3 binary64) (/.f64 y (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (/.f64 (+.f64 (/.f64 (/.f64 (*.f64 y (*.f64 y y)) x) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (neg.f64 (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 y y) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))))) x)))) x) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))))) |
(/ (pow x 3) (pow (- z t) 3)) |
(/.f64 (*.f64 x (*.f64 x x)) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) |
(+ (* y (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (* -1 (/ (pow x 2) (pow (- z t) 3))))) (/ (pow x 3) (pow (- z t) 3))) |
(+.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 y (*.f64 (/.f64 (*.f64 x x) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) #s(literal -3 binary64)))) |
(+ (* y (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (+ (* -1 (/ (pow x 2) (pow (- z t) 3))) (* y (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))))))) (/ (pow x 3) (pow (- z t) 3))) |
(+.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 y (+.f64 (*.f64 (/.f64 (*.f64 x x) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) #s(literal -3 binary64)) (*.f64 y (*.f64 #s(literal 3 binary64) (/.f64 x (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))))))) |
(+ (* y (+ (* -2 (/ (pow x 2) (pow (- z t) 3))) (+ (* -1 (/ (pow x 2) (pow (- z t) 3))) (* y (+ (* -1 (/ y (pow (- z t) 3))) (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3)))))))) (/ (pow x 3) (pow (- z t) 3))) |
(+.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 y (+.f64 (*.f64 (/.f64 (*.f64 x x) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) #s(literal -3 binary64)) (*.f64 y (+.f64 (/.f64 (neg.f64 y) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 #s(literal 3 binary64) (/.f64 x (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))))))) |
(* -1 (/ (pow y 3) (pow (- z t) 3))) |
(neg.f64 (/.f64 (*.f64 y (*.f64 y y)) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) |
(* (pow y 3) (- (+ (* 2 (/ x (* y (pow (- z t) 3)))) (/ x (* y (pow (- z t) 3)))) (/ 1 (pow (- z t) 3)))) |
(*.f64 (*.f64 y (*.f64 y y)) (-.f64 (*.f64 #s(literal 3 binary64) (/.f64 (/.f64 x y) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) |
(* (pow y 3) (- (+ (* -2 (/ (pow x 2) (* (pow y 2) (pow (- z t) 3)))) (+ (* -1 (/ (pow x 2) (* (pow y 2) (pow (- z t) 3)))) (+ (* 2 (/ x (* y (pow (- z t) 3)))) (/ x (* y (pow (- z t) 3)))))) (/ 1 (pow (- z t) 3)))) |
(*.f64 (*.f64 y (*.f64 y y)) (+.f64 (*.f64 (/.f64 #s(literal -2 binary64) (*.f64 y y)) (/.f64 (*.f64 x x) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (-.f64 (+.f64 (*.f64 #s(literal 3 binary64) (/.f64 (/.f64 x y) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (*.f64 (/.f64 #s(literal -1 binary64) (*.f64 y y)) (/.f64 (*.f64 x x) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))))) |
(* (pow y 3) (- (+ (* -2 (/ (pow x 2) (* (pow y 2) (pow (- z t) 3)))) (+ (* -1 (/ (pow x 2) (* (pow y 2) (pow (- z t) 3)))) (+ (* 2 (/ x (* y (pow (- z t) 3)))) (+ (/ x (* y (pow (- z t) 3))) (/ (pow x 3) (* (pow y 3) (pow (- z t) 3))))))) (/ 1 (pow (- z t) 3)))) |
(*.f64 (*.f64 y (*.f64 y y)) (+.f64 (*.f64 (/.f64 #s(literal -2 binary64) (*.f64 y y)) (/.f64 (*.f64 x x) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (-.f64 (+.f64 (*.f64 (/.f64 #s(literal -1 binary64) (*.f64 y y)) (/.f64 (*.f64 x x) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (+.f64 (*.f64 #s(literal 3 binary64) (/.f64 (/.f64 x y) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (/.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 y (*.f64 y y)) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))))) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))))) |
(* -1 (/ (pow y 3) (pow (- z t) 3))) |
(neg.f64 (/.f64 (*.f64 y (*.f64 y y)) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) |
(* -1 (* (pow y 3) (+ (* -1 (/ (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3))) y)) (/ 1 (pow (- z t) 3))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 y (*.f64 y y))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (neg.f64 (/.f64 (*.f64 #s(literal 3 binary64) (/.f64 x (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) y)))) |
(* -1 (* (pow y 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* 2 (/ (pow x 2) (pow (- z t) 3))) (/ (pow x 2) (pow (- z t) 3))) y)) (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3)))) y)) (/ 1 (pow (- z t) 3))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 y (*.f64 y y))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 3 binary64) (/.f64 x (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (neg.f64 (/.f64 (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 x x) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) y))) y)))) |
(* -1 (* (pow y 3) (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (pow x 3) (* y (pow (- z t) 3)))) (+ (* 2 (/ (pow x 2) (pow (- z t) 3))) (/ (pow x 2) (pow (- z t) 3)))) y)) (+ (* 2 (/ x (pow (- z t) 3))) (/ x (pow (- z t) 3)))) y)) (/ 1 (pow (- z t) 3))))) |
(*.f64 (*.f64 #s(literal -1 binary64) (*.f64 y (*.f64 y y))) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 #s(literal 3 binary64) (/.f64 x (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 3 binary64) (/.f64 (*.f64 x x) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (/.f64 (*.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x))) (*.f64 y (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))))) y)))) y))) |
(* -1 (/ (pow (- x y) 3) (pow t 3))) |
(neg.f64 (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 t (*.f64 t t)))) |
(+ (* -1 (/ (* z (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))) (pow t 6))) (* -1 (/ (pow (- x y) 3) (pow t 3)))) |
(*.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 z (*.f64 #s(literal 3 binary64) (*.f64 t t))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 t #s(literal 6 binary64))) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 t (*.f64 t t))))) |
(+ (* -1 (/ (pow (- x y) 3) (pow t 3))) (* z (- (* -1 (* z (+ (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) (pow t 6)) (/ (* (pow (+ (* 2 (pow t 2)) (pow t 2)) 2) (pow (- x y) 3)) (pow t 9))))) (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)) (pow t 6))))) |
(+.f64 (neg.f64 (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 t (*.f64 t t)))) (*.f64 z (-.f64 (neg.f64 (*.f64 z (+.f64 (/.f64 (*.f64 (*.f64 t #s(literal -3 binary64)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 t #s(literal 6 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 t t)) (*.f64 #s(literal 3 binary64) (*.f64 t t))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 t #s(literal 9 binary64)))))) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 t t)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 t #s(literal 6 binary64)))))) |
(+ (* -1 (/ (pow (- x y) 3) (pow t 3))) (* z (- (* z (- (* -1 (* z (+ (/ (* (+ (* -2 t) (* -1 t)) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))) (pow t 9)) (+ (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (+ (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) (pow t 6)) (/ (* (pow (+ (* 2 (pow t 2)) (pow t 2)) 2) (pow (- x y) 3)) (pow t 9)))) (pow t 3)) (/ (pow (- x y) 3) (pow t 6)))))) (+ (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) (pow t 6)) (/ (* (pow (+ (* 2 (pow t 2)) (pow t 2)) 2) (pow (- x y) 3)) (pow t 9))))) (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)) (pow t 6))))) |
(+.f64 (neg.f64 (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 t (*.f64 t t)))) (*.f64 z (-.f64 (*.f64 z (-.f64 (*.f64 (*.f64 #s(literal -1 binary64) z) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 t #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 t t))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 t #s(literal 9 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 t t)) (+.f64 (/.f64 (*.f64 (*.f64 t #s(literal -3 binary64)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 t #s(literal 6 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 t t)) (*.f64 #s(literal 3 binary64) (*.f64 t t))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 t #s(literal 9 binary64))))) (*.f64 t (*.f64 t t))) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (pow.f64 t #s(literal 6 binary64)))))) (+.f64 (/.f64 (*.f64 (*.f64 t #s(literal -3 binary64)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 t #s(literal 6 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 t t)) (*.f64 #s(literal 3 binary64) (*.f64 t t))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 t #s(literal 9 binary64)))))) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 t t)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 t #s(literal 6 binary64)))))) |
(/ (pow (- x y) 3) (pow z 3)) |
(/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))) |
(/ (+ (* -1 (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) z)) (pow (- x y) 3)) (pow z 3)) |
(/.f64 (+.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (neg.f64 (/.f64 (*.f64 (*.f64 t #s(literal -3 binary64)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) z))) (*.f64 z (*.f64 z z))) |
(/ (- (+ (* -1 (/ (+ (* -1 (* (pow (+ (* -2 t) (* -1 t)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))) (pow z 2))) (pow (- x y) 3)) (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) z)) (pow z 3)) |
(/.f64 (+.f64 (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 t t)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (neg.f64 (*.f64 (*.f64 (*.f64 t #s(literal -3 binary64)) (*.f64 t #s(literal -3 binary64))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))))) (*.f64 z z))) (-.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (/.f64 (*.f64 (*.f64 t #s(literal -3 binary64)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) z))) (*.f64 z (*.f64 z z))) |
(/ (- (+ (* -1 (/ (+ (* -1 (* (+ (* -2 t) (* -1 t)) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)))) (+ (* -1 (* (+ (* -2 t) (* -1 t)) (+ (* -1 (* (pow (+ (* -2 t) (* -1 t)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))))) (* -1 (* (pow t 3) (pow (- x y) 3))))) (pow z 3))) (pow (- x y) 3)) (+ (* -1 (/ (* (pow (+ (* -2 t) (* -1 t)) 2) (pow (- x y) 3)) (pow z 2))) (+ (/ (* (+ (* -2 t) (* -1 t)) (pow (- x y) 3)) z) (/ (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)) (pow z 2))))) (pow z 3)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (neg.f64 (*.f64 (*.f64 (*.f64 t #s(literal -3 binary64)) (*.f64 #s(literal 3 binary64) (*.f64 t t))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 (*.f64 t #s(literal -3 binary64)) (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 t t)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (neg.f64 (*.f64 (*.f64 (*.f64 t #s(literal -3 binary64)) (*.f64 t #s(literal -3 binary64))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))))) (*.f64 (*.f64 t (*.f64 t t)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))))))) (*.f64 z (*.f64 z z))) (-.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (+.f64 (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 t #s(literal -3 binary64)) (*.f64 t #s(literal -3 binary64))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 z z))) (+.f64 (/.f64 (*.f64 (*.f64 t #s(literal -3 binary64)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) z) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 t t)) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z z))))))) (*.f64 z (*.f64 z z))) |
(/ (pow (- x y) 3) (pow z 3)) |
(/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))) |
(* -1 (/ (+ (* -1 (/ (* (+ t (* 2 t)) (pow (- x y) 3)) z)) (* -1 (pow (- x y) 3))) (pow z 3))) |
(neg.f64 (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) t) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) z) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) (*.f64 z (*.f64 z z)))) |
(* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (pow (+ t (* 2 t)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))) z)) (* (+ t (* 2 t)) (pow (- x y) 3))) z)) (* -1 (pow (- x y) 3))) (pow z 3))) |
(*.f64 (/.f64 #s(literal -1 binary64) z) (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) t) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 t t)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (neg.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) t) (*.f64 #s(literal 3 binary64) t)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))))) z))) z) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) (*.f64 z z))) |
(* -1 (/ (+ (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (pow (+ t (* 2 t)) 2) (pow (- x y) 3))) (+ (* -1 (/ (+ (* -1 (* (+ t (* 2 t)) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)))) (+ (* -1 (* (+ t (* 2 t)) (+ (* -1 (* (pow (+ t (* 2 t)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3))))) (* (pow t 3) (pow (- x y) 3)))) z)) (* (+ (* 2 (pow t 2)) (pow t 2)) (pow (- x y) 3)))) z)) (* (+ t (* 2 t)) (pow (- x y) 3))) z)) (* -1 (pow (- x y) 3))) (pow z 3))) |
(neg.f64 (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) t) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (neg.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) t) (*.f64 #s(literal 3 binary64) t)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 t t)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (neg.f64 (/.f64 (+.f64 (neg.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) t) (*.f64 #s(literal 3 binary64) (*.f64 t t))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) (+.f64 (*.f64 (*.f64 t (*.f64 t t)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 (*.f64 #s(literal -1 binary64) (*.f64 #s(literal 3 binary64) t)) (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 t t)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (neg.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) t) (*.f64 #s(literal 3 binary64) t)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))))))) z))))) z)) z) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) (*.f64 z (*.f64 z z)))) |
(/ (pow (- x y) 3) (pow z 3)) |
(/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))) |
(+ (* -1 (/ (* t (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3))) (pow z 6))) (/ (pow (- x y) 3) (pow z 3))) |
(+.f64 (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))) (neg.f64 (*.f64 t (/.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal -3 binary64)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 z #s(literal 6 binary64)))))) |
(+ (* t (- (* -1 (* t (+ (* -1 (/ (* (pow (+ (* -2 (pow z 2)) (* -1 (pow z 2))) 2) (pow (- x y) 3)) (pow z 9))) (/ (* (+ z (* 2 z)) (pow (- x y) 3)) (pow z 6))))) (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (pow z 6)))) (/ (pow (- x y) 3) (pow z 3))) |
(+.f64 (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))) (*.f64 t (-.f64 (*.f64 (neg.f64 t) (+.f64 (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal -3 binary64)) (*.f64 (*.f64 z z) #s(literal -3 binary64))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 z #s(literal 9 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 z #s(literal 6 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal -3 binary64)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 z #s(literal 6 binary64)))))) |
(+ (* t (- (* t (- (* -1 (* t (+ (* -1 (/ (* (+ z (* 2 z)) (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3))) (pow z 9))) (+ (* -1 (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (+ (* -1 (/ (* (pow (+ (* -2 (pow z 2)) (* -1 (pow z 2))) 2) (pow (- x y) 3)) (pow z 9))) (/ (* (+ z (* 2 z)) (pow (- x y) 3)) (pow z 6)))) (pow z 3))) (* -1 (/ (pow (- x y) 3) (pow z 6))))))) (+ (* -1 (/ (* (pow (+ (* -2 (pow z 2)) (* -1 (pow z 2))) 2) (pow (- x y) 3)) (pow z 9))) (/ (* (+ z (* 2 z)) (pow (- x y) 3)) (pow z 6))))) (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (pow z 6)))) (/ (pow (- x y) 3) (pow z 3))) |
(+.f64 (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))) (*.f64 t (-.f64 (*.f64 t (-.f64 (*.f64 (neg.f64 t) (+.f64 (neg.f64 (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 (*.f64 (*.f64 z z) #s(literal -3 binary64)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) (pow.f64 z #s(literal 9 binary64)))) (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal -3 binary64)) (+.f64 (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal -3 binary64)) (*.f64 (*.f64 z z) #s(literal -3 binary64))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 z #s(literal 9 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 z #s(literal 6 binary64))))) (*.f64 z (*.f64 z z))) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (pow.f64 z #s(literal 6 binary64))))))) (+.f64 (neg.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal -3 binary64)) (*.f64 (*.f64 z z) #s(literal -3 binary64))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 z #s(literal 9 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 z #s(literal 6 binary64)))))) (/.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal -3 binary64)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (pow.f64 z #s(literal 6 binary64)))))) |
(* -1 (/ (pow (- x y) 3) (pow t 3))) |
(neg.f64 (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 t (*.f64 t t)))) |
(/ (+ (* -1 (/ (* (+ z (* 2 z)) (pow (- x y) 3)) t)) (* -1 (pow (- x y) 3))) (pow t 3)) |
(neg.f64 (/.f64 (+.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) t)) (*.f64 t (*.f64 t t)))) |
(/ (- (+ (* -1 (/ (+ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (* (pow (+ z (* 2 z)) 2) (pow (- x y) 3))) (pow t 2))) (* -1 (pow (- x y) 3))) (/ (* (+ z (* 2 z)) (pow (- x y) 3)) t)) (pow t 3)) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (+.f64 (*.f64 (*.f64 z z) #s(literal -3 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 #s(literal 3 binary64) z)))) (*.f64 t t)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) t)) (*.f64 t (*.f64 t t))) |
(/ (- (+ (* -1 (/ (+ (* (+ z (* 2 z)) (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3))) (+ (* (+ z (* 2 z)) (+ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (* (pow (+ z (* 2 z)) 2) (pow (- x y) 3)))) (* (pow z 3) (pow (- x y) 3)))) (pow t 3))) (* -1 (pow (- x y) 3))) (+ (/ (* (+ z (* 2 z)) (pow (- x y) 3)) t) (+ (/ (* (+ (* -2 (pow z 2)) (* -1 (pow z 2))) (pow (- x y) 3)) (pow t 2)) (/ (* (pow (+ z (* 2 z)) 2) (pow (- x y) 3)) (pow t 2))))) (pow t 3)) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 (*.f64 (*.f64 z z) #s(literal -3 binary64)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) (+.f64 (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (+.f64 (*.f64 (*.f64 z z) #s(literal -3 binary64)) (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 #s(literal 3 binary64) z))))) (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))))) (*.f64 t (*.f64 t t))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) t) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 z z) #s(literal -3 binary64)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 t t)) (/.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 #s(literal 3 binary64) z)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 t t))))) (*.f64 t (*.f64 t t))) |
(* -1 (/ (pow (- x y) 3) (pow t 3))) |
(neg.f64 (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 t (*.f64 t t)))) |
(* -1 (/ (+ (/ (* (+ z (* 2 z)) (pow (- x y) 3)) t) (pow (- x y) 3)) (pow t 3))) |
(neg.f64 (/.f64 (+.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) t)) (*.f64 t (*.f64 t t)))) |
(* -1 (/ (+ (* -1 (/ (- (+ (* -1 (/ (* (pow (+ z (* 2 z)) 2) (pow (- x y) 3)) t)) (/ (* (+ (* 2 (pow z 2)) (pow z 2)) (pow (- x y) 3)) t)) (* (+ z (* 2 z)) (pow (- x y) 3))) t)) (pow (- x y) 3)) (pow t 3))) |
(neg.f64 (/.f64 (+.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (neg.f64 (/.f64 (+.f64 (/.f64 (neg.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 #s(literal 3 binary64) z)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) t) (-.f64 (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 z z)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) t) (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))))) t))) (*.f64 t (*.f64 t t)))) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (+ (* -1 (/ (* (+ z (* 2 z)) (* (+ (* 2 (pow z 2)) (pow z 2)) (pow (- x y) 3))) t)) (+ (* -1 (/ (* (+ z (* 2 z)) (+ (* -1 (* (pow (+ z (* 2 z)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow z 2)) (pow z 2)) (pow (- x y) 3)))) t)) (/ (* (pow z 3) (pow (- x y) 3)) t))) (+ (* -1 (* (pow (+ z (* 2 z)) 2) (pow (- x y) 3))) (* (+ (* 2 (pow z 2)) (pow z 2)) (pow (- x y) 3)))) t)) (* (+ z (* 2 z)) (pow (- x y) 3))) t)) (pow (- x y) 3)) (pow t 3))) |
(neg.f64 (/.f64 (+.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (neg.f64 (/.f64 (-.f64 (neg.f64 (/.f64 (+.f64 (/.f64 (neg.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 #s(literal 3 binary64) (*.f64 z z))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) t) (-.f64 (+.f64 (neg.f64 (/.f64 (*.f64 (*.f64 #s(literal 3 binary64) z) (+.f64 (neg.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 #s(literal 3 binary64) z)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 z z)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))))) t)) (/.f64 (*.f64 (*.f64 z (*.f64 z z)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) t)) (+.f64 (neg.f64 (*.f64 (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 #s(literal 3 binary64) z)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) (*.f64 (*.f64 #s(literal 3 binary64) (*.f64 z z)) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))))) t)) (*.f64 (*.f64 #s(literal 3 binary64) z) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))) t))) (*.f64 t (*.f64 t t)))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) |
(/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) |
(+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 60 (* x (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 #s(literal -120 binary64) (+.f64 (/.f64 a (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) (-.f64 z t))))))) |
(+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* x (+ (* 60 (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2))))) (* 3600 (/ x (pow (- z t) 2)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 x (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 #s(literal -120 binary64) (+.f64 (/.f64 a (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) (-.f64 z t)))))) (*.f64 (/.f64 #s(literal 3600 binary64) (-.f64 z t)) (/.f64 x (-.f64 z t)))))) |
(+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* x (+ (* 60 (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2))))) (* 3600 (/ x (pow (- z t) 2)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 x (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 #s(literal -120 binary64) (+.f64 (/.f64 a (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) (-.f64 z t)))))) (*.f64 (/.f64 #s(literal 3600 binary64) (-.f64 z t)) (/.f64 x (-.f64 z t)))))) |
(* 3600 (/ (pow x 2) (pow (- z t) 2))) |
(/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 x x)) (*.f64 (-.f64 z t) (-.f64 z t))) |
(* (pow x 2) (+ (* 60 (/ (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) x)) (* 3600 (/ 1 (pow (- z t) 2))))) |
(*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 #s(literal -120 binary64) (+.f64 (/.f64 a (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) (-.f64 z t)))))) x) (/.f64 #s(literal 3600 binary64) (*.f64 (-.f64 z t) (-.f64 z t))))) |
(* (pow x 2) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (* (pow x 2) (- z t)))) (+ (* 60 (/ (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) x)) (* 3600 (/ 1 (pow (- z t) 2)))))) |
(*.f64 (*.f64 x x) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 #s(literal -120 binary64) (+.f64 (/.f64 a (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) (-.f64 z t)))))) x) (/.f64 #s(literal 3600 binary64) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 #s(literal -60 binary64) (/.f64 (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a))) (*.f64 (*.f64 x x) (-.f64 z t)))))) |
(* (pow x 2) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (* (pow x 2) (- z t)))) (+ (* 60 (/ (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) x)) (* 3600 (/ 1 (pow (- z t) 2)))))) |
(*.f64 (*.f64 x x) (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 #s(literal -120 binary64) (+.f64 (/.f64 a (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) (-.f64 z t)))))) x) (/.f64 #s(literal 3600 binary64) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 #s(literal -60 binary64) (/.f64 (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a))) (*.f64 (*.f64 x x) (-.f64 z t)))))) |
(* 3600 (/ (pow x 2) (pow (- z t) 2))) |
(/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 x x)) (*.f64 (-.f64 z t) (-.f64 z t))) |
(* (pow x 2) (+ (* 60 (/ (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) x)) (* 3600 (/ 1 (pow (- z t) 2))))) |
(*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 #s(literal -120 binary64) (+.f64 (/.f64 a (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) (-.f64 z t)))))) x) (/.f64 #s(literal 3600 binary64) (*.f64 (-.f64 z t) (-.f64 z t))))) |
(* (pow x 2) (+ (* -1 (/ (+ (* -60 (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2))))) (* 60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (* x (- z t))))) x)) (* 3600 (/ 1 (pow (- z t) 2))))) |
(*.f64 (*.f64 x x) (+.f64 (/.f64 #s(literal 3600 binary64) (*.f64 (-.f64 z t) (-.f64 z t))) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -60 binary64) (*.f64 #s(literal -120 binary64) (+.f64 (/.f64 a (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) (-.f64 z t)))))) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (*.f64 x (-.f64 z t)))) x)))) |
(* (pow x 2) (+ (* -1 (/ (+ (* -60 (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2))))) (* 60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (* x (- z t))))) x)) (* 3600 (/ 1 (pow (- z t) 2))))) |
(*.f64 (*.f64 x x) (+.f64 (/.f64 #s(literal 3600 binary64) (*.f64 (-.f64 z t) (-.f64 z t))) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -60 binary64) (*.f64 #s(literal -120 binary64) (+.f64 (/.f64 a (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) (-.f64 z t)))))) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (*.f64 x (-.f64 z t)))) x)))) |
(* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) |
(/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) |
(+ (* 60 (* y (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))))) (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t)))) |
(*.f64 #s(literal 60 binary64) (+.f64 (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) x) (*.f64 (-.f64 z t) (-.f64 z t))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 z t))))) (/.f64 (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a))) (-.f64 z t)))) |
(+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* y (+ (* 60 (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t))))) (* 3600 (/ y (pow (- z t) 2)))))) |
(+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 y (+.f64 (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) x) (*.f64 (-.f64 z t) (-.f64 z t))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 z t))))) (/.f64 (*.f64 #s(literal 3600 binary64) y) (*.f64 (-.f64 z t) (-.f64 z t)))))) |
(+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* y (+ (* 60 (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t))))) (* 3600 (/ y (pow (- z t) 2)))))) |
(+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 y (+.f64 (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) x) (*.f64 (-.f64 z t) (-.f64 z t))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 z t))))) (/.f64 (*.f64 #s(literal 3600 binary64) y) (*.f64 (-.f64 z t) (-.f64 z t)))))) |
(* 3600 (/ (pow y 2) (pow (- z t) 2))) |
(/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 y y)) (*.f64 (-.f64 z t) (-.f64 z t))) |
(* (pow y 2) (+ (* 60 (/ (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) y)) (* 3600 (/ 1 (pow (- z t) 2))))) |
(*.f64 (*.f64 y y) (+.f64 (/.f64 #s(literal 3600 binary64) (*.f64 (-.f64 z t) (-.f64 z t))) (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) x) (*.f64 (-.f64 z t) (-.f64 z t))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 z t))))) y))) |
(* (pow y 2) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (* (pow y 2) (- z t)))) (+ (* 60 (/ (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) y)) (* 3600 (/ 1 (pow (- z t) 2)))))) |
(*.f64 (*.f64 y y) (+.f64 (+.f64 (/.f64 #s(literal 3600 binary64) (*.f64 (-.f64 z t) (-.f64 z t))) (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) x) (*.f64 (-.f64 z t) (-.f64 z t))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 z t))))) y)) (*.f64 #s(literal 60 binary64) (/.f64 (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a))) (*.f64 (*.f64 y y) (-.f64 z t)))))) |
(* (pow y 2) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (* (pow y 2) (- z t)))) (+ (* 60 (/ (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) y)) (* 3600 (/ 1 (pow (- z t) 2)))))) |
(*.f64 (*.f64 y y) (+.f64 (+.f64 (/.f64 #s(literal 3600 binary64) (*.f64 (-.f64 z t) (-.f64 z t))) (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) x) (*.f64 (-.f64 z t) (-.f64 z t))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 z t))))) y)) (*.f64 #s(literal 60 binary64) (/.f64 (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a))) (*.f64 (*.f64 y y) (-.f64 z t)))))) |
(* 3600 (/ (pow y 2) (pow (- z t) 2))) |
(/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 y y)) (*.f64 (-.f64 z t) (-.f64 z t))) |
(* (pow y 2) (+ (* -60 (/ (+ (* -120 (/ a (- z t))) (* 120 (/ x (pow (- z t) 2)))) y)) (* 3600 (/ 1 (pow (- z t) 2))))) |
(*.f64 (*.f64 y y) (+.f64 (/.f64 #s(literal 3600 binary64) (*.f64 (-.f64 z t) (-.f64 z t))) (/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (/.f64 (*.f64 #s(literal -120 binary64) a) (-.f64 z t)) (/.f64 (*.f64 #s(literal 120 binary64) x) (*.f64 (-.f64 z t) (-.f64 z t))))) y))) |
(* (pow y 2) (+ (* -1 (/ (+ (* -60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (* y (- z t)))) (* 60 (+ (* -120 (/ a (- z t))) (* 120 (/ x (pow (- z t) 2)))))) y)) (* 3600 (/ 1 (pow (- z t) 2))))) |
(*.f64 (*.f64 y y) (+.f64 (/.f64 #s(literal 3600 binary64) (*.f64 (-.f64 z t) (-.f64 z t))) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -60 binary64) (*.f64 x (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)) (*.f64 y (-.f64 z t))))) (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 #s(literal -120 binary64) a) (-.f64 z t)) (/.f64 (*.f64 #s(literal 120 binary64) x) (*.f64 (-.f64 z t) (-.f64 z t)))))) y)))) |
(* (pow y 2) (+ (* -1 (/ (+ (* -60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (* y (- z t)))) (* 60 (+ (* -120 (/ a (- z t))) (* 120 (/ x (pow (- z t) 2)))))) y)) (* 3600 (/ 1 (pow (- z t) 2))))) |
(*.f64 (*.f64 y y) (+.f64 (/.f64 #s(literal 3600 binary64) (*.f64 (-.f64 z t) (-.f64 z t))) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -60 binary64) (*.f64 x (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)) (*.f64 y (-.f64 z t))))) (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 #s(literal -120 binary64) a) (-.f64 z t)) (/.f64 (*.f64 #s(literal 120 binary64) x) (*.f64 (-.f64 z t) (-.f64 z t)))))) y)))) |
(* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) |
(*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t))) |
(+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 60 (* z (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2)))))) |
(+.f64 (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t))) (*.f64 (*.f64 #s(literal 60 binary64) z) (-.f64 (*.f64 #s(literal -60 binary64) (*.f64 (-.f64 x y) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 x y)) (*.f64 t t))))) |
(+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* z (+ (* 60 (* z (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* -1 (/ (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2))) t))))) (* 60 (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2))))))) |
(+.f64 (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t))) (*.f64 z (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 z (+.f64 (*.f64 #s(literal -60 binary64) (*.f64 (/.f64 (-.f64 x y) t) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t))) (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 #s(literal -60 binary64) (*.f64 (-.f64 x y) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 x y)) (*.f64 t t))) t)))) (-.f64 (*.f64 #s(literal -60 binary64) (*.f64 (-.f64 x y) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 x y)) (*.f64 t t))))))) |
(+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* z (+ (* 60 (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2)))) (* z (+ (* 60 (* z (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 3))) (* -1 (/ (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* -1 (/ (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2))) t))) t))))) (* 60 (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* -1 (/ (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2))) t))))))))) |
(+.f64 (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t))) (*.f64 z (+.f64 (*.f64 #s(literal 60 binary64) (-.f64 (*.f64 #s(literal -60 binary64) (*.f64 (-.f64 x y) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 x y)) (*.f64 t t)))) (*.f64 z (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 z (+.f64 (*.f64 (/.f64 #s(literal -60 binary64) t) (*.f64 (/.f64 (-.f64 x y) t) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t))) (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal -60 binary64) (*.f64 (/.f64 (-.f64 x y) t) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t))) (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 #s(literal -60 binary64) (*.f64 (-.f64 x y) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 x y)) (*.f64 t t))) t))) t)))) (+.f64 (*.f64 #s(literal -60 binary64) (*.f64 (/.f64 (-.f64 x y) t) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t))) (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 #s(literal -60 binary64) (*.f64 (-.f64 x y) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 x y)) (*.f64 t t))) t))))))))) |
(* -7200 (/ (* a (- x y)) z)) |
(/.f64 (*.f64 (*.f64 #s(literal -7200 binary64) a) (-.f64 x y)) z) |
(/ (+ (* -7200 (* a (- x y))) (* 60 (/ (- (* 60 (pow (- x y) 2)) (* 120 (* a (* t (- x y))))) z))) z) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -7200 binary64) a) (-.f64 x y)) (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (*.f64 #s(literal -120 binary64) a) (*.f64 t (-.f64 x y))))) z)) z) |
(/ (+ (* -7200 (* a (- x y))) (+ (* 60 (/ (- (* 60 (* t (pow (- x y) 2))) (* -1 (* t (- (* 60 (pow (- x y) 2)) (* 120 (* a (* t (- x y)))))))) (pow z 2))) (* 60 (/ (- (* 60 (pow (- x y) 2)) (* 120 (* a (* t (- x y))))) z)))) z) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal -7200 binary64) a) (-.f64 x y)) (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (-.f64 (*.f64 (*.f64 #s(literal 60 binary64) t) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (neg.f64 t) (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (*.f64 #s(literal -120 binary64) a) (*.f64 t (-.f64 x y)))))) (*.f64 z z)) (/.f64 (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (*.f64 #s(literal -120 binary64) a) (*.f64 t (-.f64 x y)))) z)))) z) |
(/ (+ (* -7200 (* a (- x y))) (+ (* 60 (/ (- (* 60 (* t (pow (- x y) 2))) (* -1 (* t (- (* 60 (pow (- x y) 2)) (* 120 (* a (* t (- x y)))))))) (pow z 2))) (+ (* 60 (/ (- (* 60 (* (pow t 2) (pow (- x y) 2))) (* -1 (* t (- (* 60 (* t (pow (- x y) 2))) (* -1 (* t (- (* 60 (pow (- x y) 2)) (* 120 (* a (* t (- x y))))))))))) (pow z 3))) (* 60 (/ (- (* 60 (pow (- x y) 2)) (* 120 (* a (* t (- x y))))) z))))) z) |
(/.f64 (+.f64 (+.f64 (*.f64 (*.f64 #s(literal -7200 binary64) a) (-.f64 x y)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 (*.f64 (*.f64 #s(literal 60 binary64) t) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (neg.f64 t) (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (*.f64 #s(literal -120 binary64) a) (*.f64 t (-.f64 x y))))))) (*.f64 z z))) (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (-.f64 (*.f64 (*.f64 #s(literal 60 binary64) (*.f64 t t)) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (neg.f64 t) (-.f64 (*.f64 (*.f64 #s(literal 60 binary64) t) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (neg.f64 t) (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (*.f64 #s(literal -120 binary64) a) (*.f64 t (-.f64 x y)))))))) (*.f64 z (*.f64 z z))) (/.f64 (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (*.f64 #s(literal -120 binary64) a) (*.f64 t (-.f64 x y)))) z)))) z) |
(* -7200 (/ (* a (- x y)) z)) |
(/.f64 (*.f64 (*.f64 #s(literal -7200 binary64) a) (-.f64 x y)) z) |
(* -1 (/ (+ (* 60 (/ (- (* -60 (pow (- x y) 2)) (* -120 (* a (* t (- x y))))) z)) (* 7200 (* a (- x y)))) z)) |
(neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 #s(literal -60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 t (-.f64 x y))))) z) (*.f64 (*.f64 #s(literal 7200 binary64) a) (-.f64 x y))) z)) |
(* -1 (/ (+ (* -1 (/ (+ (* -60 (- (* -60 (pow (- x y) 2)) (* -120 (* a (* t (- x y)))))) (* 60 (/ (- (* 60 (* t (pow (- x y) 2))) (* t (- (* -60 (pow (- x y) 2)) (* -120 (* a (* t (- x y))))))) z))) z)) (* 7200 (* a (- x y)))) z)) |
(neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal 7200 binary64) a) (-.f64 x y)) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -60 binary64) (+.f64 (*.f64 #s(literal -60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 t (-.f64 x y))))) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 (*.f64 (*.f64 #s(literal 60 binary64) t) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 t (+.f64 (*.f64 #s(literal -60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 t (-.f64 x y))))))) z)) z))) z)) |
(* -1 (/ (+ (* -1 (/ (+ (* -60 (- (* -60 (pow (- x y) 2)) (* -120 (* a (* t (- x y)))))) (* -1 (/ (+ (* -60 (- (* 60 (* t (pow (- x y) 2))) (* t (- (* -60 (pow (- x y) 2)) (* -120 (* a (* t (- x y)))))))) (* 60 (/ (- (* -60 (* (pow t 2) (pow (- x y) 2))) (* t (- (* 60 (* t (pow (- x y) 2))) (* t (- (* -60 (pow (- x y) 2)) (* -120 (* a (* t (- x y))))))))) z))) z))) z)) (* 7200 (* a (- x y)))) z)) |
(neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal 7200 binary64) a) (-.f64 x y)) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -60 binary64) (+.f64 (*.f64 #s(literal -60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 t (-.f64 x y))))) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -60 binary64) (-.f64 (*.f64 (*.f64 #s(literal 60 binary64) t) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 t (+.f64 (*.f64 #s(literal -60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 t (-.f64 x y))))))) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 (*.f64 (*.f64 #s(literal -60 binary64) (*.f64 t t)) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 t (-.f64 (*.f64 (*.f64 #s(literal 60 binary64) t) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 t (+.f64 (*.f64 #s(literal -60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 t (-.f64 x y))))))))) z)) z))) z))) z)) |
(* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) |
(*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z))) |
(+ (* 60 (* t (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2)))))) (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z))) |
(*.f64 #s(literal 60 binary64) (+.f64 (*.f64 t (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))) (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) (*.f64 z z)))))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z)))) |
(+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* t (+ (* 60 (* t (- (* 60 (/ (pow (- x y) 2) (pow z 4))) (* -1 (/ (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2)))) z))))) (* 60 (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2)))))))) |
(+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z))) (*.f64 t (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 t (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (pow.f64 z #s(literal 4 binary64))) (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))) (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) (*.f64 z z))))) z)))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))) (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) (*.f64 z z))))))))) |
(+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* t (+ (* 60 (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2))))) (* t (+ (* 60 (* t (- (* 60 (/ (pow (- x y) 2) (pow z 5))) (* -1 (/ (- (* 60 (/ (pow (- x y) 2) (pow z 4))) (* -1 (/ (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2)))) z))) z))))) (* 60 (- (* 60 (/ (pow (- x y) 2) (pow z 4))) (* -1 (/ (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2)))) z))))))))) |
(+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z))) (*.f64 t (+.f64 (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))) (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) (*.f64 z z)))))) (*.f64 t (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 t (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (pow.f64 z #s(literal 5 binary64))) (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (pow.f64 z #s(literal 4 binary64))) (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))) (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) (*.f64 z z))))) z))) z)))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (pow.f64 z #s(literal 4 binary64))) (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))) (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) (*.f64 z z))))) z))))))))) |
(* 7200 (/ (* a (- x y)) t)) |
(*.f64 #s(literal 7200 binary64) (*.f64 a (/.f64 (-.f64 x y) t))) |
(/ (+ (* 60 (/ (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))) t)) (* 7200 (* a (- x y)))) t) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 7200 binary64) a) (-.f64 x y)) (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 #s(literal 120 binary64) (*.f64 a (*.f64 z (-.f64 x y)))))) t)) t) |
(/ (+ (* 60 (/ (- (* 60 (* z (pow (- x y) 2))) (* -1 (* z (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y)))))))) (pow t 2))) (+ (* 60 (/ (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))) t)) (* 7200 (* a (- x y))))) t) |
(/.f64 (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 7200 binary64) a) (-.f64 x y)) (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 #s(literal 120 binary64) (*.f64 a (*.f64 z (-.f64 x y)))))) t)) (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 z (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 #s(literal 1 binary64) (*.f64 z (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 #s(literal 120 binary64) (*.f64 a (*.f64 z (-.f64 x y))))))))) (*.f64 t t))) t) |
(/ (+ (* 60 (/ (- (* 60 (* z (pow (- x y) 2))) (* -1 (* z (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y)))))))) (pow t 2))) (+ (* 60 (/ (- (* 60 (* (pow z 2) (pow (- x y) 2))) (* -1 (* z (- (* 60 (* z (pow (- x y) 2))) (* -1 (* z (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))))))))) (pow t 3))) (+ (* 60 (/ (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))) t)) (* 7200 (* a (- x y)))))) t) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 z (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 #s(literal 1 binary64) (*.f64 z (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 #s(literal 120 binary64) (*.f64 a (*.f64 z (-.f64 x y))))))))) (*.f64 t t)) (+.f64 (+.f64 (*.f64 (*.f64 #s(literal 7200 binary64) a) (-.f64 x y)) (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 #s(literal 120 binary64) (*.f64 a (*.f64 z (-.f64 x y)))))) t)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 (*.f64 #s(literal 60 binary64) (*.f64 (*.f64 z z) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 (*.f64 #s(literal -1 binary64) z) (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 z (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 #s(literal 1 binary64) (*.f64 z (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 #s(literal 120 binary64) (*.f64 a (*.f64 z (-.f64 x y))))))))))) (*.f64 t (*.f64 t t))))) t) |
(* 7200 (/ (* a (- x y)) t)) |
(*.f64 #s(literal 7200 binary64) (*.f64 a (/.f64 (-.f64 x y) t))) |
(* -1 (/ (+ (* -7200 (* a (- x y))) (* -60 (/ (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))) t))) t)) |
(neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -7200 binary64) a) (-.f64 x y)) (/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 #s(literal 120 binary64) (*.f64 a (*.f64 z (-.f64 x y)))))) t)) t)) |
(* -1 (/ (+ (* -7200 (* a (- x y))) (* -1 (/ (+ (* -60 (/ (- (* -60 (* z (pow (- x y) 2))) (* z (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))))) t)) (* 60 (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))))) t))) t)) |
(neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -7200 binary64) a) (-.f64 x y)) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 (*.f64 #s(literal -60 binary64) (*.f64 z (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 z (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 #s(literal 120 binary64) (*.f64 a (*.f64 z (-.f64 x y)))))))) t) (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 #s(literal 120 binary64) (*.f64 a (*.f64 z (-.f64 x y))))))) t))) t)) |
(* -1 (/ (+ (* -7200 (* a (- x y))) (* -1 (/ (+ (* -1 (/ (+ (* -60 (/ (- (* 60 (* (pow z 2) (pow (- x y) 2))) (* z (- (* -60 (* z (pow (- x y) 2))) (* z (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))))))) t)) (* 60 (- (* -60 (* z (pow (- x y) 2))) (* z (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))))))) t)) (* 60 (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))))) t))) t)) |
(neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -7200 binary64) a) (-.f64 x y)) (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 #s(literal 120 binary64) (*.f64 a (*.f64 z (-.f64 x y)))))) (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 (*.f64 #s(literal 60 binary64) (*.f64 (*.f64 z z) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 z (-.f64 (*.f64 #s(literal -60 binary64) (*.f64 z (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 z (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 #s(literal 120 binary64) (*.f64 a (*.f64 z (-.f64 x y)))))))))) t) (*.f64 #s(literal 60 binary64) (-.f64 (*.f64 #s(literal -60 binary64) (*.f64 z (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 z (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 #s(literal 120 binary64) (*.f64 a (*.f64 z (-.f64 x y)))))))))) t))) t)) t)) |
(* 3600 (/ (pow (- x y) 2) (pow (- z t) 2))) |
(/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (-.f64 z t) (-.f64 z t))) |
(+ (* -7200 (/ (* a (- x y)) (- z t))) (* 3600 (/ (pow (- x y) 2) (pow (- z t) 2)))) |
(+.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (-.f64 z t) (-.f64 z t))) (/.f64 (*.f64 (*.f64 #s(literal -7200 binary64) a) (-.f64 x y)) (-.f64 z t))) |
(+ (* -7200 (/ (* a (- x y)) (- z t))) (* 3600 (/ (pow (- x y) 2) (pow (- z t) 2)))) |
(+.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (-.f64 z t) (-.f64 z t))) (/.f64 (*.f64 (*.f64 #s(literal -7200 binary64) a) (-.f64 x y)) (-.f64 z t))) |
(+ (* -7200 (/ (* a (- x y)) (- z t))) (* 3600 (/ (pow (- x y) 2) (pow (- z t) 2)))) |
(+.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (-.f64 z t) (-.f64 z t))) (/.f64 (*.f64 (*.f64 #s(literal -7200 binary64) a) (-.f64 x y)) (-.f64 z t))) |
(* -7200 (/ (* a (- x y)) (- z t))) |
(/.f64 (*.f64 (*.f64 #s(literal -7200 binary64) a) (-.f64 x y)) (-.f64 z t)) |
(* a (+ (* -7200 (/ (- x y) (- z t))) (* 3600 (/ (pow (- x y) 2) (* a (pow (- z t) 2)))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -7200 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 a (*.f64 (-.f64 z t) (-.f64 z t)))))) |
(* a (+ (* -7200 (/ (- x y) (- z t))) (* 3600 (/ (pow (- x y) 2) (* a (pow (- z t) 2)))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -7200 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 a (*.f64 (-.f64 z t) (-.f64 z t)))))) |
(* a (+ (* -7200 (/ (- x y) (- z t))) (* 3600 (/ (pow (- x y) 2) (* a (pow (- z t) 2)))))) |
(*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -7200 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 a (*.f64 (-.f64 z t) (-.f64 z t)))))) |
(* -7200 (/ (* a (- x y)) (- z t))) |
(/.f64 (*.f64 (*.f64 #s(literal -7200 binary64) a) (-.f64 x y)) (-.f64 z t)) |
(* -1 (* a (+ (* -3600 (/ (pow (- x y) 2) (* a (pow (- z t) 2)))) (* 7200 (/ (- x y) (- z t)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 (*.f64 #s(literal -3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 a (*.f64 (-.f64 z t) (-.f64 z t)))) (/.f64 (*.f64 #s(literal 7200 binary64) (-.f64 x y)) (-.f64 z t)))) |
(* -1 (* a (+ (* -3600 (/ (pow (- x y) 2) (* a (pow (- z t) 2)))) (* 7200 (/ (- x y) (- z t)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 (*.f64 #s(literal -3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 a (*.f64 (-.f64 z t) (-.f64 z t)))) (/.f64 (*.f64 #s(literal 7200 binary64) (-.f64 x y)) (-.f64 z t)))) |
(* -1 (* a (+ (* -3600 (/ (pow (- x y) 2) (* a (pow (- z t) 2)))) (* 7200 (/ (- x y) (- z t)))))) |
(*.f64 (*.f64 #s(literal -1 binary64) a) (+.f64 (/.f64 (*.f64 #s(literal -3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 a (*.f64 (-.f64 z t) (-.f64 z t)))) (/.f64 (*.f64 #s(literal 7200 binary64) (-.f64 x y)) (-.f64 z t)))) |
(* 3600 (/ (pow (- x y) 2) (pow (- z t) 2))) |
(/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (-.f64 z t) (-.f64 z t))) |
(+ (* -7200 (/ (* a (- x y)) (- z t))) (* 3600 (/ (pow (- x y) 2) (pow (- z t) 2)))) |
(+.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (-.f64 z t) (-.f64 z t))) (/.f64 (*.f64 (*.f64 #s(literal -7200 binary64) a) (-.f64 x y)) (-.f64 z t))) |
(+ (* 3600 (/ (pow (- x y) 2) (pow (- z t) 2))) (* a (+ (* -7200 (/ (- x y) (- z t))) (* 14400 a)))) |
(+.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (-.f64 z t) (-.f64 z t))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -7200 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) a)))) |
(+ (* 3600 (/ (pow (- x y) 2) (pow (- z t) 2))) (* a (+ (* -7200 (/ (- x y) (- z t))) (* 14400 a)))) |
(+.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (-.f64 z t) (-.f64 z t))) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -7200 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) a)))) |
(* 14400 (pow a 2)) |
(*.f64 #s(literal 14400 binary64) (*.f64 a a)) |
(* (pow a 2) (+ 14400 (* -7200 (/ (- x y) (* a (- z t)))))) |
(*.f64 (*.f64 a a) (+.f64 #s(literal 14400 binary64) (/.f64 (*.f64 #s(literal -7200 binary64) (-.f64 x y)) (*.f64 a (-.f64 z t))))) |
(* (pow a 2) (+ 14400 (+ (* -7200 (/ (- x y) (* a (- z t)))) (* 3600 (/ (pow (- x y) 2) (* (pow a 2) (pow (- z t) 2))))))) |
(*.f64 (*.f64 a a) (+.f64 #s(literal 14400 binary64) (+.f64 (/.f64 (*.f64 #s(literal -7200 binary64) (-.f64 x y)) (*.f64 a (-.f64 z t))) (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (*.f64 a a) (*.f64 (-.f64 z t) (-.f64 z t))))))) |
(* (pow a 2) (+ 14400 (+ (* -7200 (/ (- x y) (* a (- z t)))) (* 3600 (/ (pow (- x y) 2) (* (pow a 2) (pow (- z t) 2))))))) |
(*.f64 (*.f64 a a) (+.f64 #s(literal 14400 binary64) (+.f64 (/.f64 (*.f64 #s(literal -7200 binary64) (-.f64 x y)) (*.f64 a (-.f64 z t))) (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (*.f64 a a) (*.f64 (-.f64 z t) (-.f64 z t))))))) |
(* 14400 (pow a 2)) |
(*.f64 #s(literal 14400 binary64) (*.f64 a a)) |
(* (pow a 2) (+ 14400 (* -7200 (/ (- x y) (* a (- z t)))))) |
(*.f64 (*.f64 a a) (+.f64 #s(literal 14400 binary64) (/.f64 (*.f64 #s(literal -7200 binary64) (-.f64 x y)) (*.f64 a (-.f64 z t))))) |
(* (pow a 2) (+ 14400 (* -1 (/ (+ (* -3600 (/ (pow (- x y) 2) (* a (pow (- z t) 2)))) (* 7200 (/ (- x y) (- z t)))) a)))) |
(*.f64 (*.f64 a a) (+.f64 #s(literal 14400 binary64) (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 a (*.f64 (-.f64 z t) (-.f64 z t)))) (/.f64 (*.f64 #s(literal 7200 binary64) (-.f64 x y)) (-.f64 z t)))) a))) |
(* (pow a 2) (+ 14400 (* -1 (/ (+ (* -3600 (/ (pow (- x y) 2) (* a (pow (- z t) 2)))) (* 7200 (/ (- x y) (- z t)))) a)))) |
(*.f64 (*.f64 a a) (+.f64 #s(literal 14400 binary64) (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 a (*.f64 (-.f64 z t) (-.f64 z t)))) (/.f64 (*.f64 #s(literal 7200 binary64) (-.f64 x y)) (-.f64 z t)))) a))) |
(+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a))) |
(+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (+ (* 60 (* x (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))))) (* 14400 (pow a 2)))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 #s(literal -120 binary64) (+.f64 (/.f64 a (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) (-.f64 z t)))))))) |
(+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (+ (* 14400 (pow a 2)) (* x (+ (* 60 (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2))))) (* 3600 (/ x (pow (- z t) 2))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 x (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 #s(literal -120 binary64) (+.f64 (/.f64 a (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) (-.f64 z t)))))) (*.f64 (/.f64 #s(literal 3600 binary64) (-.f64 z t)) (/.f64 x (-.f64 z t))))))) |
(+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (+ (* 14400 (pow a 2)) (* x (+ (* 60 (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2))))) (* 3600 (/ x (pow (- z t) 2))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 x (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 #s(literal -120 binary64) (+.f64 (/.f64 a (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) (-.f64 z t)))))) (*.f64 (/.f64 #s(literal 3600 binary64) (-.f64 z t)) (/.f64 x (-.f64 z t))))))) |
(* 3600 (/ (pow x 2) (pow (- z t) 2))) |
(/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 x x)) (*.f64 (-.f64 z t) (-.f64 z t))) |
(* (pow x 2) (+ (* 60 (/ (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) x)) (* 3600 (/ 1 (pow (- z t) 2))))) |
(*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 #s(literal -120 binary64) (+.f64 (/.f64 a (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) (-.f64 z t)))))) x) (/.f64 #s(literal 3600 binary64) (*.f64 (-.f64 z t) (-.f64 z t))))) |
(* (pow x 2) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (* (pow x 2) (- z t)))) (+ (* 60 (/ (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) x)) (+ (* 14400 (/ (pow a 2) (pow x 2))) (* 3600 (/ 1 (pow (- z t) 2))))))) |
(*.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a))) (*.f64 (*.f64 x x) (-.f64 z t)))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 #s(literal -120 binary64) (+.f64 (/.f64 a (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) (-.f64 z t)))))) x) (+.f64 (/.f64 #s(literal 3600 binary64) (*.f64 (-.f64 z t) (-.f64 z t))) (/.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 x x)))))) |
(* (pow x 2) (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (* (pow x 2) (- z t)))) (+ (* 60 (/ (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) x)) (+ (* 14400 (/ (pow a 2) (pow x 2))) (* 3600 (/ 1 (pow (- z t) 2))))))) |
(*.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a))) (*.f64 (*.f64 x x) (-.f64 z t)))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 #s(literal -120 binary64) (+.f64 (/.f64 a (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) (-.f64 z t)))))) x) (+.f64 (/.f64 #s(literal 3600 binary64) (*.f64 (-.f64 z t) (-.f64 z t))) (/.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 x x)))))) |
(* 3600 (/ (pow x 2) (pow (- z t) 2))) |
(/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 x x)) (*.f64 (-.f64 z t) (-.f64 z t))) |
(* (pow x 2) (+ (* 60 (/ (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2)))) x)) (* 3600 (/ 1 (pow (- z t) 2))))) |
(*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 #s(literal -120 binary64) (+.f64 (/.f64 a (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) (-.f64 z t)))))) x) (/.f64 #s(literal 3600 binary64) (*.f64 (-.f64 z t) (-.f64 z t))))) |
(* (pow x 2) (+ (* -1 (/ (+ (* -60 (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2))))) (* -1 (/ (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) x))) x)) (* 3600 (/ 1 (pow (- z t) 2))))) |
(*.f64 (*.f64 x x) (+.f64 (/.f64 #s(literal 3600 binary64) (*.f64 (-.f64 z t) (-.f64 z t))) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -60 binary64) (*.f64 #s(literal -120 binary64) (+.f64 (/.f64 a (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) (-.f64 z t)))))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a))) x))) x)))) |
(* (pow x 2) (+ (* -1 (/ (+ (* -60 (+ (* -120 (/ a (- z t))) (* -120 (/ y (pow (- z t) 2))))) (* -1 (/ (+ (* -60 (/ (* y (+ (* -120 a) (* -60 (/ y (- z t))))) (- z t))) (* 14400 (pow a 2))) x))) x)) (* 3600 (/ 1 (pow (- z t) 2))))) |
(*.f64 (*.f64 x x) (+.f64 (/.f64 #s(literal 3600 binary64) (*.f64 (-.f64 z t) (-.f64 z t))) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -60 binary64) (*.f64 #s(literal -120 binary64) (+.f64 (/.f64 a (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) (-.f64 z t)))))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (*.f64 #s(literal 14400 binary64) (*.f64 a a))) x))) x)))) |
(+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) |
(+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t))) |
(+ (* 60 (* y (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))))) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2)))) |
(+.f64 (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) x) (*.f64 (-.f64 z t) (-.f64 z t))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 z t))))) (/.f64 (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a))) (-.f64 z t)))) (*.f64 #s(literal 14400 binary64) (*.f64 a a))) |
(+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (+ (* 14400 (pow a 2)) (* y (+ (* 60 (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t))))) (* 3600 (/ y (pow (- z t) 2))))))) |
(+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 y (+.f64 (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) x) (*.f64 (-.f64 z t) (-.f64 z t))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 z t))))) (/.f64 (*.f64 #s(literal 3600 binary64) y) (*.f64 (-.f64 z t) (-.f64 z t))))))) |
(+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (+ (* 14400 (pow a 2)) (* y (+ (* 60 (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t))))) (* 3600 (/ y (pow (- z t) 2))))))) |
(+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t)) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 y (+.f64 (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) x) (*.f64 (-.f64 z t) (-.f64 z t))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 z t))))) (/.f64 (*.f64 #s(literal 3600 binary64) y) (*.f64 (-.f64 z t) (-.f64 z t))))))) |
(* 3600 (/ (pow y 2) (pow (- z t) 2))) |
(/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 y y)) (*.f64 (-.f64 z t) (-.f64 z t))) |
(* (pow y 2) (+ (* 60 (/ (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) y)) (* 3600 (/ 1 (pow (- z t) 2))))) |
(*.f64 (*.f64 y y) (+.f64 (/.f64 #s(literal 3600 binary64) (*.f64 (-.f64 z t) (-.f64 z t))) (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) x) (*.f64 (-.f64 z t) (-.f64 z t))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 z t))))) y))) |
(* (pow y 2) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (* (pow y 2) (- z t)))) (+ (* 60 (/ (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) y)) (+ (* 14400 (/ (pow a 2) (pow y 2))) (* 3600 (/ 1 (pow (- z t) 2))))))) |
(*.f64 (*.f64 y y) (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a))) (*.f64 (*.f64 y y) (-.f64 z t)))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) x) (*.f64 (-.f64 z t) (-.f64 z t))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 z t))))) y) (+.f64 (/.f64 #s(literal 3600 binary64) (*.f64 (-.f64 z t) (-.f64 z t))) (/.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 y y)))))) |
(* (pow y 2) (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (* (pow y 2) (- z t)))) (+ (* 60 (/ (+ (* -60 (/ x (pow (- z t) 2))) (* -1 (/ (+ (* -120 a) (* 60 (/ x (- z t)))) (- z t)))) y)) (+ (* 14400 (/ (pow a 2) (pow y 2))) (* 3600 (/ 1 (pow (- z t) 2))))))) |
(*.f64 (*.f64 y y) (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a))) (*.f64 (*.f64 y y) (-.f64 z t)))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) x) (*.f64 (-.f64 z t) (-.f64 z t))) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 z t))))) y) (+.f64 (/.f64 #s(literal 3600 binary64) (*.f64 (-.f64 z t) (-.f64 z t))) (/.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 y y)))))) |
(* 3600 (/ (pow y 2) (pow (- z t) 2))) |
(/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 y y)) (*.f64 (-.f64 z t) (-.f64 z t))) |
(* (pow y 2) (+ (* -60 (/ (+ (* -120 (/ a (- z t))) (* 120 (/ x (pow (- z t) 2)))) y)) (* 3600 (/ 1 (pow (- z t) 2))))) |
(*.f64 (*.f64 y y) (+.f64 (/.f64 #s(literal 3600 binary64) (*.f64 (-.f64 z t) (-.f64 z t))) (/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (/.f64 (*.f64 #s(literal -120 binary64) a) (-.f64 z t)) (/.f64 (*.f64 #s(literal 120 binary64) x) (*.f64 (-.f64 z t) (-.f64 z t))))) y))) |
(* (pow y 2) (+ (* -1 (/ (+ (* -1 (/ (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) y)) (* 60 (+ (* -120 (/ a (- z t))) (* 120 (/ x (pow (- z t) 2)))))) y)) (* 3600 (/ 1 (pow (- z t) 2))))) |
(*.f64 (*.f64 y y) (+.f64 (/.f64 #s(literal 3600 binary64) (*.f64 (-.f64 z t) (-.f64 z t))) (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 #s(literal -120 binary64) a) (-.f64 z t)) (/.f64 (*.f64 #s(literal 120 binary64) x) (*.f64 (-.f64 z t) (-.f64 z t))))) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t))) y)))) y))) |
(* (pow y 2) (+ (* -1 (/ (+ (* -1 (/ (+ (* 60 (/ (* x (+ (* -120 a) (* 60 (/ x (- z t))))) (- z t))) (* 14400 (pow a 2))) y)) (* 60 (+ (* -120 (/ a (- z t))) (* 120 (/ x (pow (- z t) 2)))))) y)) (* 3600 (/ 1 (pow (- z t) 2))))) |
(*.f64 (*.f64 y y) (+.f64 (/.f64 #s(literal 3600 binary64) (*.f64 (-.f64 z t) (-.f64 z t))) (/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 #s(literal -120 binary64) a) (-.f64 z t)) (/.f64 (*.f64 #s(literal 120 binary64) x) (*.f64 (-.f64 z t) (-.f64 z t))))) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (-.f64 z t))) y)))) y))) |
(+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (* 14400 (pow a 2))) |
(+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t)))) |
(+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (+ (* 60 (* z (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2))))) (* 14400 (pow a 2)))) |
(+.f64 (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 (*.f64 #s(literal 60 binary64) z) (-.f64 (*.f64 #s(literal -60 binary64) (*.f64 (-.f64 x y) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 x y)) (*.f64 t t)))))) |
(+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (+ (* 14400 (pow a 2)) (* z (+ (* 60 (* z (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* -1 (/ (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2))) t))))) (* 60 (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2)))))))) |
(+.f64 (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 z (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 z (+.f64 (*.f64 #s(literal -60 binary64) (*.f64 (/.f64 (-.f64 x y) t) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t))) (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 #s(literal -60 binary64) (*.f64 (-.f64 x y) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 x y)) (*.f64 t t))) t)))) (-.f64 (*.f64 #s(literal -60 binary64) (*.f64 (-.f64 x y) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 x y)) (*.f64 t t)))))))) |
(+ (* -60 (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) t)) (+ (* 14400 (pow a 2)) (* z (+ (* 60 (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2)))) (* z (+ (* 60 (* z (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 3))) (* -1 (/ (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* -1 (/ (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2))) t))) t))))) (* 60 (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* -1 (/ (- (* -60 (/ (* (- x y) (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ (* (+ (* -120 a) (* -60 (/ (- x y) t))) (- x y)) (pow t 2))) t)))))))))) |
(+.f64 (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) t)))) (*.f64 z (+.f64 (*.f64 #s(literal 60 binary64) (-.f64 (*.f64 #s(literal -60 binary64) (*.f64 (-.f64 x y) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 x y)) (*.f64 t t)))) (*.f64 z (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 z (+.f64 (*.f64 (/.f64 #s(literal -60 binary64) t) (*.f64 (/.f64 (-.f64 x y) t) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t))) (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal -60 binary64) (*.f64 (/.f64 (-.f64 x y) t) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t))) (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 #s(literal -60 binary64) (*.f64 (-.f64 x y) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 x y)) (*.f64 t t))) t))) t)))) (+.f64 (*.f64 #s(literal -60 binary64) (*.f64 (/.f64 (-.f64 x y) t) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t))) (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 #s(literal -60 binary64) (*.f64 (-.f64 x y) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t))) (/.f64 (*.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 x y)) (*.f64 t t))) t))))))))) |
(* 14400 (pow a 2)) |
(*.f64 #s(literal 14400 binary64) (*.f64 a a)) |
(+ (* -7200 (/ (* a (- x y)) z)) (* 14400 (pow a 2))) |
(+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 (*.f64 #s(literal -7200 binary64) a) (-.f64 x y)) z)) |
(+ (* -7200 (/ (* a (- x y)) z)) (+ (* 60 (/ (- (* 60 (pow (- x y) 2)) (* 120 (* a (* t (- x y))))) (pow z 2))) (* 14400 (pow a 2)))) |
(+.f64 (/.f64 (*.f64 (*.f64 #s(literal -7200 binary64) a) (-.f64 x y)) z) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (*.f64 #s(literal -120 binary64) a) (*.f64 t (-.f64 x y))))) (*.f64 z z)))) |
(+ (* -7200 (/ (* a (- x y)) z)) (+ (* 60 (/ (- (* 60 (* t (pow (- x y) 2))) (* -1 (* t (- (* 60 (pow (- x y) 2)) (* 120 (* a (* t (- x y)))))))) (pow z 3))) (+ (* 60 (/ (- (* 60 (pow (- x y) 2)) (* 120 (* a (* t (- x y))))) (pow z 2))) (* 14400 (pow a 2))))) |
(+.f64 (/.f64 (*.f64 (*.f64 #s(literal -7200 binary64) a) (-.f64 x y)) z) (+.f64 (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (*.f64 #s(literal -120 binary64) a) (*.f64 t (-.f64 x y))))) (*.f64 z z))) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 (*.f64 (*.f64 #s(literal 60 binary64) t) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (neg.f64 t) (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (*.f64 #s(literal -120 binary64) a) (*.f64 t (-.f64 x y))))))) (*.f64 z (*.f64 z z))))) |
(* 14400 (pow a 2)) |
(*.f64 #s(literal 14400 binary64) (*.f64 a a)) |
(+ (* -7200 (/ (* a (- x y)) z)) (* 14400 (pow a 2))) |
(+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 (*.f64 #s(literal -7200 binary64) a) (-.f64 x y)) z)) |
(+ (* -1 (/ (+ (* 60 (/ (- (* -60 (pow (- x y) 2)) (* -120 (* a (* t (- x y))))) z)) (* 7200 (* a (- x y)))) z)) (* 14400 (pow a 2))) |
(+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 #s(literal -60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 t (-.f64 x y))))) z) (*.f64 (*.f64 #s(literal 7200 binary64) a) (-.f64 x y))) z))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -60 (- (* -60 (pow (- x y) 2)) (* -120 (* a (* t (- x y)))))) (* 60 (/ (- (* 60 (* t (pow (- x y) 2))) (* t (- (* -60 (pow (- x y) 2)) (* -120 (* a (* t (- x y))))))) z))) z)) (* 7200 (* a (- x y)))) z)) (* 14400 (pow a 2))) |
(+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal 7200 binary64) a) (-.f64 x y)) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal -60 binary64) (+.f64 (*.f64 #s(literal -60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 t (-.f64 x y))))) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 (*.f64 (*.f64 #s(literal 60 binary64) t) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 t (+.f64 (*.f64 #s(literal -60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 t (-.f64 x y))))))) z)) z))) z))) |
(+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2))) |
(+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z)))) |
(+ (* 60 (* t (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2)))))) (+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (* 14400 (pow a 2)))) |
(+.f64 (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 t (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))) (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) (*.f64 z z)))))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z)))) (*.f64 #s(literal 14400 binary64) (*.f64 a a))) |
(+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (+ (* 14400 (pow a 2)) (* t (+ (* 60 (* t (- (* 60 (/ (pow (- x y) 2) (pow z 4))) (* -1 (/ (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2)))) z))))) (* 60 (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2))))))))) |
(+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 t (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 t (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (pow.f64 z #s(literal 4 binary64))) (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))) (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) (*.f64 z z))))) z)))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))) (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) (*.f64 z z)))))))))) |
(+ (* 60 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) z)) (+ (* 14400 (pow a 2)) (* t (+ (* 60 (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2))))) (* t (+ (* 60 (* t (- (* 60 (/ (pow (- x y) 2) (pow z 5))) (* -1 (/ (- (* 60 (/ (pow (- x y) 2) (pow z 4))) (* -1 (/ (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2)))) z))) z))))) (* 60 (- (* 60 (/ (pow (- x y) 2) (pow z 4))) (* -1 (/ (- (* 60 (/ (pow (- x y) 2) (pow z 3))) (* -1 (/ (* (+ (* -120 a) (* 60 (/ (- x y) z))) (- x y)) (pow z 2)))) z)))))))))) |
(+.f64 (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) z)))) (*.f64 t (+.f64 (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))) (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) (*.f64 z z)))))) (*.f64 t (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 t (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (pow.f64 z #s(literal 5 binary64))) (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (pow.f64 z #s(literal 4 binary64))) (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))) (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) (*.f64 z z))))) z))) z)))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (pow.f64 z #s(literal 4 binary64))) (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 z (*.f64 z z))) (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 #s(literal -120 binary64) a)) (/.f64 (-.f64 x y) (*.f64 z z))))) z))))))))) |
(* 14400 (pow a 2)) |
(*.f64 #s(literal 14400 binary64) (*.f64 a a)) |
(+ (* 7200 (/ (* a (- x y)) t)) (* 14400 (pow a 2))) |
(+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 7200 binary64) (*.f64 a (/.f64 (-.f64 x y) t)))) |
(+ (* 60 (/ (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))) (pow t 2))) (+ (* 7200 (/ (* a (- x y)) t)) (* 14400 (pow a 2)))) |
(+.f64 (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 7200 binary64) (*.f64 a (/.f64 (-.f64 x y) t)))) (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 #s(literal 120 binary64) (*.f64 a (*.f64 z (-.f64 x y)))))) (*.f64 t t))) |
(+ (* 60 (/ (- (* 60 (* z (pow (- x y) 2))) (* -1 (* z (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y)))))))) (pow t 3))) (+ (* 60 (/ (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))) (pow t 2))) (+ (* 7200 (/ (* a (- x y)) t)) (* 14400 (pow a 2))))) |
(+.f64 (+.f64 (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 7200 binary64) (*.f64 a (/.f64 (-.f64 x y) t)))) (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 #s(literal 120 binary64) (*.f64 a (*.f64 z (-.f64 x y)))))) (*.f64 t t))) (*.f64 #s(literal 60 binary64) (/.f64 (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 z (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 #s(literal 1 binary64) (*.f64 z (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 #s(literal 120 binary64) (*.f64 a (*.f64 z (-.f64 x y)))))))) (*.f64 t (*.f64 t t))))) |
(* 14400 (pow a 2)) |
(*.f64 #s(literal 14400 binary64) (*.f64 a a)) |
(+ (* 7200 (/ (* a (- x y)) t)) (* 14400 (pow a 2))) |
(+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 7200 binary64) (*.f64 a (/.f64 (-.f64 x y) t)))) |
(+ (* -1 (/ (+ (* -7200 (* a (- x y))) (* -60 (/ (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))) t))) t)) (* 14400 (pow a 2))) |
(+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -7200 binary64) a) (-.f64 x y)) (/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 #s(literal 120 binary64) (*.f64 a (*.f64 z (-.f64 x y)))))) t)) t))) |
(+ (* -1 (/ (+ (* -7200 (* a (- x y))) (* -1 (/ (+ (* -60 (/ (- (* -60 (* z (pow (- x y) 2))) (* z (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))))) t)) (* 60 (- (* 60 (pow (- x y) 2)) (* -120 (* a (* z (- x y))))))) t))) t)) (* 14400 (pow a 2))) |
(+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -7200 binary64) a) (-.f64 x y)) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 (*.f64 #s(literal -60 binary64) (*.f64 z (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 z (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 #s(literal 120 binary64) (*.f64 a (*.f64 z (-.f64 x y)))))))) t) (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 #s(literal 120 binary64) (*.f64 a (*.f64 z (-.f64 x y))))))) t))) t))) |
Compiled 115 082 to 6 246 computations (94.6% saved)
19 alts after pruning (18 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 2 064 | 13 | 2 077 |
| Fresh | 7 | 5 | 12 |
| Picked | 4 | 1 | 5 |
| Done | 0 | 0 | 0 |
| Total | 2 075 | 19 | 2 094 |
| Status | Accuracy | Program |
|---|---|---|
| 78.0% | (fma.f64 a #s(literal 120 binary64) (/.f64 #s(literal -60 binary64) (/.f64 (-.f64 z t) y))) | |
| 47.7% | (/.f64 (-.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 y (-.f64 z t)) (/.f64 y (-.f64 z t))))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 y (-.f64 z t))))) | |
| 46.6% | (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) | |
| 23.8% | (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) | |
| 25.1% | (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) | |
| 47.7% | (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 y (-.f64 z t)))) (-.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 y (-.f64 z t)) (/.f64 y (-.f64 z t))))))) | |
| 76.6% | (+.f64 (/.f64 #s(literal 60 binary64) (/.f64 (-.f64 z t) x)) (*.f64 a #s(literal 120 binary64))) | |
| 77.9% | (+.f64 (/.f64 #s(literal -60 binary64) (/.f64 (-.f64 z t) y)) (*.f64 a #s(literal 120 binary64))) | |
| ▶ | 99.7% | (+.f64 (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) #s(literal 60 binary64)) (*.f64 a #s(literal 120 binary64))) |
| ▶ | 60.8% | (+.f64 (*.f64 (/.f64 #s(literal 60 binary64) z) (-.f64 x y)) (*.f64 a #s(literal 120 binary64))) |
| 70.0% | (+.f64 (*.f64 (/.f64 #s(literal -60 binary64) t) (-.f64 x y)) (*.f64 a #s(literal 120 binary64))) | |
| 60.5% | (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) y) t)) | |
| ▶ | 53.4% | (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) y) z)) |
| 54.0% | (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y z))) | |
| 93.4% | (*.f64 (-.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 t z))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))))) | |
| 63.3% | (*.f64 y (-.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) y) (/.f64 #s(literal 60 binary64) (-.f64 z t)))) | |
| ▶ | 92.4% | (*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 a (-.f64 z t))))) |
| ✓ | 55.3% | (*.f64 #s(literal 120 binary64) a) |
| ▶ | 25.4% | (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) |
Compiled 706 to 473 computations (33% saved)
| 1× | egg-herbie |
Found 19 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (*.f64 #s(literal 60 binary64) (-.f64 x y)) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 a (-.f64 z t))) |
| ✓ | cost-diff | 0 | (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 a (-.f64 z t)))) |
| ✓ | cost-diff | 128 | (*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 a (-.f64 z t))))) |
| ✓ | cost-diff | 0 | (-.f64 x y) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 60 binary64) z) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 #s(literal 60 binary64) z) (-.f64 x y)) |
| ✓ | cost-diff | 0 | (+.f64 (*.f64 (/.f64 #s(literal 60 binary64) z) (-.f64 x y)) (*.f64 a #s(literal 120 binary64))) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal -60 binary64) y) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 #s(literal -60 binary64) y) z) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal 120 binary64) a) |
| ✓ | cost-diff | 0 | (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) y) z)) |
| ✓ | cost-diff | 0 | (-.f64 z t) |
| ✓ | cost-diff | 0 | (/.f64 y (-.f64 z t)) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) |
| ✓ | cost-diff | 0 | (-.f64 x y) |
| ✓ | cost-diff | 0 | (/.f64 (-.f64 x y) (-.f64 z t)) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) #s(literal 60 binary64)) |
| ✓ | cost-diff | 0 | (+.f64 (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) #s(literal 60 binary64)) (*.f64 a #s(literal 120 binary64))) |
| 6 048× | accelerator-lowering-fma.f32 |
| 6 048× | accelerator-lowering-fma.f64 |
| 3 756× | *-lowering-*.f32 |
| 3 756× | *-lowering-*.f64 |
| 1 732× | /-lowering-/.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 28 | 182 |
| 1 | 64 | 182 |
| 2 | 136 | 182 |
| 3 | 325 | 182 |
| 4 | 833 | 182 |
| 5 | 2555 | 182 |
| 0 | 8108 | 177 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ (* (/ (- x y) (- z t)) 60) (* a 120)) |
(* (/ (- x y) (- z t)) 60) |
(/ (- x y) (- z t)) |
(- x y) |
x |
y |
(- z t) |
z |
t |
60 |
(* a 120) |
a |
120 |
(* -60 (/ y (- z t))) |
-60 |
(/ y (- z t)) |
y |
(- z t) |
z |
t |
(+ (* 120 a) (/ (* -60 y) z)) |
(* 120 a) |
120 |
a |
(/ (* -60 y) z) |
(* -60 y) |
-60 |
y |
z |
(+ (* (/ 60 z) (- x y)) (* a 120)) |
(* (/ 60 z) (- x y)) |
(/ 60 z) |
60 |
z |
(- x y) |
x |
y |
(* a 120) |
a |
120 |
(* a (+ 120 (/ (* 60 (- x y)) (* a (- z t))))) |
a |
(+ 120 (/ (* 60 (- x y)) (* a (- z t)))) |
120 |
(/ (* 60 (- x y)) (* a (- z t))) |
(* 60 (- x y)) |
60 |
(- x y) |
x |
y |
(* a (- z t)) |
(- z t) |
z |
t |
| Outputs |
|---|
(+ (* (/ (- x y) (- z t)) 60) (* a 120)) |
(+.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t)) (*.f64 a #s(literal 120 binary64))) |
(* (/ (- x y) (- z t)) 60) |
(/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t)) |
(/ (- x y) (- z t)) |
(/.f64 (-.f64 x y) (-.f64 z t)) |
(- x y) |
(-.f64 x y) |
x |
y |
(- z t) |
(-.f64 z t) |
z |
t |
60 |
#s(literal 60 binary64) |
(* a 120) |
(*.f64 a #s(literal 120 binary64)) |
a |
120 |
#s(literal 120 binary64) |
(* -60 (/ y (- z t))) |
(/.f64 (*.f64 y #s(literal -60 binary64)) (-.f64 z t)) |
-60 |
#s(literal -60 binary64) |
(/ y (- z t)) |
(/.f64 y (-.f64 z t)) |
y |
(- z t) |
(-.f64 z t) |
z |
t |
(+ (* 120 a) (/ (* -60 y) z)) |
(+.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 y #s(literal -60 binary64)) z)) |
(* 120 a) |
(*.f64 a #s(literal 120 binary64)) |
120 |
#s(literal 120 binary64) |
a |
(/ (* -60 y) z) |
(/.f64 (*.f64 y #s(literal -60 binary64)) z) |
(* -60 y) |
(*.f64 y #s(literal -60 binary64)) |
-60 |
#s(literal -60 binary64) |
y |
z |
(+ (* (/ 60 z) (- x y)) (* a 120)) |
(+.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) z)) |
(* (/ 60 z) (- x y)) |
(/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) z) |
(/ 60 z) |
(/.f64 #s(literal 60 binary64) z) |
60 |
#s(literal 60 binary64) |
z |
(- x y) |
(-.f64 x y) |
x |
y |
(* a 120) |
(*.f64 a #s(literal 120 binary64)) |
a |
120 |
#s(literal 120 binary64) |
(* a (+ 120 (/ (* 60 (- x y)) (* a (- z t))))) |
(+.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t)) (*.f64 a #s(literal 120 binary64))) |
a |
(+ 120 (/ (* 60 (- x y)) (* a (- z t)))) |
(+.f64 #s(literal 120 binary64) (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (*.f64 (-.f64 z t) a))) |
120 |
#s(literal 120 binary64) |
(/ (* 60 (- x y)) (* a (- z t))) |
(/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (*.f64 (-.f64 z t) a)) |
(* 60 (- x y)) |
(*.f64 (-.f64 x y) #s(literal 60 binary64)) |
60 |
#s(literal 60 binary64) |
(- x y) |
(-.f64 x y) |
x |
y |
(* a (- z t)) |
(*.f64 (-.f64 z t) a) |
(- z t) |
(-.f64 z t) |
z |
t |
Found 19 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (*.f64 a (-.f64 z t)) |
| ✓ | accuracy | 100.0% | (*.f64 #s(literal 60 binary64) (-.f64 x y)) |
| ✓ | accuracy | 93.6% | (*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 a (-.f64 z t))))) |
| ✓ | accuracy | 90.6% | (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 a (-.f64 z t))) |
| ✓ | accuracy | 100.0% | (-.f64 x y) |
| ✓ | accuracy | 100.0% | (*.f64 a #s(literal 120 binary64)) |
| ✓ | accuracy | 100.0% | (+.f64 (*.f64 (/.f64 #s(literal 60 binary64) z) (-.f64 x y)) (*.f64 a #s(literal 120 binary64))) |
| ✓ | accuracy | 99.6% | (*.f64 (/.f64 #s(literal 60 binary64) z) (-.f64 x y)) |
| ✓ | accuracy | 100.0% | (*.f64 #s(literal 120 binary64) a) |
| ✓ | accuracy | 100.0% | (*.f64 #s(literal -60 binary64) y) |
| ✓ | accuracy | 100.0% | (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) y) z)) |
| ✓ | accuracy | 99.0% | (/.f64 (*.f64 #s(literal -60 binary64) y) z) |
| ✓ | accuracy | 100.0% | (-.f64 z t) |
| ✓ | accuracy | 100.0% | (/.f64 y (-.f64 z t)) |
| ✓ | accuracy | 99.6% | (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) |
| ✓ | accuracy | 100.0% | (*.f64 a #s(literal 120 binary64)) |
| ✓ | accuracy | 100.0% | (/.f64 (-.f64 x y) (-.f64 z t)) |
| ✓ | accuracy | 100.0% | (+.f64 (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) #s(literal 60 binary64)) (*.f64 a #s(literal 120 binary64))) |
| ✓ | accuracy | 99.6% | (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) #s(literal 60 binary64)) |
| 368.0ms | 246× | 0 | valid |
| 2.0ms | 3× | 2 | valid |
| 1.0ms | 4× | 1 | valid |
| 1.0ms | 2× | 3 | valid |
| 1.0ms | 1× | 5 | exit |
Compiled 186 to 30 computations (83.9% saved)
ival-mult: 15.0ms (47.3% of total)ival-div: 9.0ms (28.4% of total)ival-add: 5.0ms (15.8% of total)ival-sub: 3.0ms (9.5% of total)adjust: 1.0ms (3.2% of total)ival-assert: 0.0ms (0% of total)...in/eval/compile.rkt:110:19: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)| Inputs |
|---|
#<alt (+ (* (/ (- x y) (- z t)) 60) (* a 120))> |
#<alt (* (/ (- x y) (- z t)) 60)> |
#<alt (/ (- x y) (- z t))> |
#<alt (- x y)> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (/ y (- z t))> |
#<alt (- z t)> |
#<alt (+ (* 120 a) (/ (* -60 y) z))> |
#<alt (* 120 a)> |
#<alt (/ (* -60 y) z)> |
#<alt (* -60 y)> |
#<alt (+ (* (/ 60 z) (- x y)) (* a 120))> |
#<alt (* (/ 60 z) (- x y))> |
#<alt (/ 60 z)> |
#<alt (* a (+ 120 (/ (* 60 (- x y)) (* a (- z t)))))> |
#<alt (+ 120 (/ (* 60 (- x y)) (* a (- z t))))> |
#<alt (/ (* 60 (- x y)) (* a (- z t)))> |
#<alt (* 60 (- x y))> |
#<alt (* a 120)> |
#<alt (* a (- z t))> |
| Outputs |
|---|
#<alt (+ (* -60 (/ y (- z t))) (* 120 a))> |
#<alt (+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a)))> |
#<alt (+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a)))> |
#<alt (+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a)))> |
#<alt (* 60 (/ x (- z t)))> |
#<alt (* x (+ (* -60 (/ y (* x (- z t)))) (+ (* 120 (/ a x)) (* 60 (/ 1 (- z t))))))> |
#<alt (* x (+ (* -60 (/ y (* x (- z t)))) (+ (* 120 (/ a x)) (* 60 (/ 1 (- z t))))))> |
#<alt (* x (+ (* -60 (/ y (* x (- z t)))) (+ (* 120 (/ a x)) (* 60 (/ 1 (- z t))))))> |
#<alt (* 60 (/ x (- z t)))> |
#<alt (* -1 (* x (- (* -1 (/ (+ (* -60 (/ y (- z t))) (* 120 a)) x)) (* 60 (/ 1 (- z t))))))> |
#<alt (* -1 (* x (- (* -1 (/ (+ (* -60 (/ y (- z t))) (* 120 a)) x)) (* 60 (/ 1 (- z t))))))> |
#<alt (* -1 (* x (- (* -1 (/ (+ (* -60 (/ y (- z t))) (* 120 a)) x)) (* 60 (/ 1 (- z t))))))> |
#<alt (+ (* 60 (/ x (- z t))) (* 120 a))> |
#<alt (+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a)))> |
#<alt (+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a)))> |
#<alt (+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a)))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* y (- (+ (* 60 (/ x (* y (- z t)))) (* 120 (/ a y))) (* 60 (/ 1 (- z t)))))> |
#<alt (* y (- (+ (* 60 (/ x (* y (- z t)))) (* 120 (/ a y))) (* 60 (/ 1 (- z t)))))> |
#<alt (* y (- (+ (* 60 (/ x (* y (- z t)))) (* 120 (/ a y))) (* 60 (/ 1 (- z t)))))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x (- z t))) (* 120 a)) y)) (* 60 (/ 1 (- z t))))))> |
#<alt (* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x (- z t))) (* 120 a)) y)) (* 60 (/ 1 (- z t))))))> |
#<alt (* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x (- z t))) (* 120 a)) y)) (* 60 (/ 1 (- z t))))))> |
#<alt (+ (* -60 (/ (- x y) t)) (* 120 a))> |
#<alt (+ (* -60 (/ (- x y) t)) (+ (* 60 (* z (- (/ y (pow t 2)) (/ x (pow t 2))))) (* 120 a)))> |
#<alt (+ (* -60 (/ (- x y) t)) (+ (* 120 a) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) t))))))> |
#<alt (+ (* -60 (/ (- x y) t)) (+ (* 120 a) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* z (+ (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* 60 (/ (- (/ y (pow t 2)) (/ x (pow t 2))) t))))))))> |
#<alt (* 120 a)> |
#<alt (+ (* 60 (/ (- x y) z)) (* 120 a))> |
#<alt (+ (* 60 (/ (* t (- x y)) (pow z 2))) (+ (* 60 (/ (- x y) z)) (* 120 a)))> |
#<alt (+ (* 60 (/ (* t (- x y)) (pow z 2))) (+ (* 60 (/ (* (pow t 2) (- x y)) (pow z 3))) (+ (* 60 (/ (- x y) z)) (* 120 a))))> |
#<alt (* 120 a)> |
#<alt (+ (* 60 (/ (- x y) z)) (* 120 a))> |
#<alt (+ (* -1 (/ (+ (* -60 (- x y)) (* -60 (/ (* t (- x y)) z))) z)) (* 120 a))> |
#<alt (+ (* -1 (/ (+ (* -60 (- x y)) (* -1 (/ (+ (* 60 (* t (- x y))) (* 60 (/ (* (pow t 2) (- x y)) z))) z))) z)) (* 120 a))> |
#<alt (+ (* 60 (/ (- x y) z)) (* 120 a))> |
#<alt (+ (* 60 (/ (* t (- x y)) (pow z 2))) (+ (* 60 (/ (- x y) z)) (* 120 a)))> |
#<alt (+ (* 60 (/ (- x y) z)) (+ (* 120 a) (* t (+ (* 60 (/ (* t (- x y)) (pow z 3))) (* 60 (/ (- x y) (pow z 2)))))))> |
#<alt (+ (* 60 (/ (- x y) z)) (+ (* 120 a) (* t (+ (* 60 (/ (- x y) (pow z 2))) (* t (+ (* 60 (/ (* t (- x y)) (pow z 4))) (* 60 (/ (- x y) (pow z 3)))))))))> |
#<alt (* 120 a)> |
#<alt (+ (* -60 (/ (- x y) t)) (* 120 a))> |
#<alt (+ (* -60 (/ (* z (- x y)) (pow t 2))) (+ (* -60 (/ (- x y) t)) (* 120 a)))> |
#<alt (+ (* -60 (/ (* z (- x y)) (pow t 2))) (+ (* -60 (/ (* (pow z 2) (- x y)) (pow t 3))) (+ (* -60 (/ (- x y) t)) (* 120 a))))> |
#<alt (* 120 a)> |
#<alt (+ (* -60 (/ (- x y) t)) (* 120 a))> |
#<alt (+ (* -1 (/ (+ (* 60 (- x y)) (* 60 (/ (* z (- x y)) t))) t)) (* 120 a))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* -60 (* z (- x y))) (* -60 (/ (* (pow z 2) (- x y)) t))) t)) (* 60 (- x y))) t)) (* 120 a))> |
#<alt (* 60 (/ (- x y) (- z t)))> |
#<alt (+ (* 60 (/ (- x y) (- z t))) (* 120 a))> |
#<alt (+ (* 60 (/ (- x y) (- z t))) (* 120 a))> |
#<alt (+ (* 60 (/ (- x y) (- z t))) (* 120 a))> |
#<alt (* 120 a)> |
#<alt (* a (+ 120 (* 60 (/ (- x y) (* a (- z t))))))> |
#<alt (* a (+ 120 (* 60 (/ (- x y) (* a (- z t))))))> |
#<alt (* a (+ 120 (* 60 (/ (- x y) (* a (- z t))))))> |
#<alt (* 120 a)> |
#<alt (* -1 (* a (- (* -60 (/ (- x y) (* a (- z t)))) 120)))> |
#<alt (* -1 (* a (- (* -60 (/ (- x y) (* a (- z t)))) 120)))> |
#<alt (* -1 (* a (- (* -60 (/ (- x y) (* a (- z t)))) 120)))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t))))> |
#<alt (+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t))))> |
#<alt (+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t))))> |
#<alt (* 60 (/ x (- z t)))> |
#<alt (* x (+ (* -60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t)))))> |
#<alt (* x (+ (* -60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t)))))> |
#<alt (* x (+ (* -60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t)))))> |
#<alt (* 60 (/ x (- z t)))> |
#<alt (* -1 (* x (- (* 60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t))))))> |
#<alt (* -1 (* x (- (* 60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t))))))> |
#<alt (* -1 (* x (- (* 60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t))))))> |
#<alt (* 60 (/ x (- z t)))> |
#<alt (+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t))))> |
#<alt (+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t))))> |
#<alt (+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t))))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* y (- (* 60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t)))))> |
#<alt (* y (- (* 60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t)))))> |
#<alt (* y (- (* 60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t)))))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* -1 (* y (+ (* -60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t))))))> |
#<alt (* -1 (* y (+ (* -60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t))))))> |
#<alt (* -1 (* y (+ (* -60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t))))))> |
#<alt (* -60 (/ (- x y) t))> |
#<alt (+ (* -60 (/ (- x y) t)) (* 60 (* z (- (/ y (pow t 2)) (/ x (pow t 2))))))> |
#<alt (+ (* -60 (/ (- x y) t)) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) t)))))> |
#<alt (+ (* -60 (/ (- x y) t)) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* z (+ (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* 60 (/ (- (/ y (pow t 2)) (/ x (pow t 2))) t)))))))> |
#<alt (* 60 (/ (- x y) z))> |
#<alt (/ (+ (* 60 (- x y)) (* 60 (/ (* t (- x y)) z))) z)> |
#<alt (/ (+ (* 60 (- x y)) (+ (* 60 (/ (* t (- x y)) z)) (* 60 (/ (* (pow t 2) (- x y)) (pow z 2))))) z)> |
#<alt (/ (+ (* 60 (- x y)) (+ (* 60 (/ (* t (- x y)) z)) (+ (* 60 (/ (* (pow t 2) (- x y)) (pow z 2))) (* 60 (/ (* (pow t 3) (- x y)) (pow z 3)))))) z)> |
#<alt (* 60 (/ (- x y) z))> |
#<alt (* -1 (/ (+ (* -60 (- x y)) (* -60 (/ (* t (- x y)) z))) z))> |
#<alt (* -1 (/ (+ (* -60 (- x y)) (* -1 (/ (+ (* 60 (* t (- x y))) (* 60 (/ (* (pow t 2) (- x y)) z))) z))) z))> |
#<alt (* -1 (/ (+ (* -60 (- x y)) (* -1 (/ (+ (* -1 (/ (+ (* -60 (* (pow t 2) (- x y))) (* -60 (/ (* (pow t 3) (- x y)) z))) z)) (* 60 (* t (- x y)))) z))) z))> |
#<alt (* 60 (/ (- x y) z))> |
#<alt (+ (* 60 (/ (* t (- x y)) (pow z 2))) (* 60 (/ (- x y) z)))> |
#<alt (+ (* 60 (/ (- x y) z)) (* t (+ (* 60 (/ (* t (- x y)) (pow z 3))) (* 60 (/ (- x y) (pow z 2))))))> |
#<alt (+ (* 60 (/ (- x y) z)) (* t (+ (* 60 (/ (- x y) (pow z 2))) (* t (+ (* 60 (/ (* t (- x y)) (pow z 4))) (* 60 (/ (- x y) (pow z 3))))))))> |
#<alt (* -60 (/ (- x y) t))> |
#<alt (/ (+ (* -60 (- x y)) (* -60 (/ (* z (- x y)) t))) t)> |
#<alt (/ (+ (* -60 (- x y)) (+ (* -60 (/ (* z (- x y)) t)) (* -60 (/ (* (pow z 2) (- x y)) (pow t 2))))) t)> |
#<alt (/ (+ (* -60 (- x y)) (+ (* -60 (/ (* z (- x y)) t)) (+ (* -60 (/ (* (pow z 2) (- x y)) (pow t 2))) (* -60 (/ (* (pow z 3) (- x y)) (pow t 3)))))) t)> |
#<alt (* -60 (/ (- x y) t))> |
#<alt (* -1 (/ (+ (* 60 (- x y)) (* 60 (/ (* z (- x y)) t))) t))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* -60 (* z (- x y))) (* -60 (/ (* (pow z 2) (- x y)) t))) t)) (* 60 (- x y))) t))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* -60 (* z (- x y))) (* -1 (/ (+ (* 60 (* (pow z 2) (- x y))) (* 60 (/ (* (pow z 3) (- x y)) t))) t))) t)) (* 60 (- x y))) t))> |
#<alt (* -1 (/ y (- z t)))> |
#<alt (+ (* -1 (/ y (- z t))) (/ x (- z t)))> |
#<alt (+ (* -1 (/ y (- z t))) (/ x (- z t)))> |
#<alt (+ (* -1 (/ y (- z t))) (/ x (- z t)))> |
#<alt (/ x (- z t))> |
#<alt (* x (+ (* -1 (/ y (* x (- z t)))) (/ 1 (- z t))))> |
#<alt (* x (+ (* -1 (/ y (* x (- z t)))) (/ 1 (- z t))))> |
#<alt (* x (+ (* -1 (/ y (* x (- z t)))) (/ 1 (- z t))))> |
#<alt (/ x (- z t))> |
#<alt (* -1 (* x (- (/ y (* x (- z t))) (/ 1 (- z t)))))> |
#<alt (* -1 (* x (- (/ y (* x (- z t))) (/ 1 (- z t)))))> |
#<alt (* -1 (* x (- (/ y (* x (- z t))) (/ 1 (- z t)))))> |
#<alt (/ x (- z t))> |
#<alt (+ (* -1 (/ y (- z t))) (/ x (- z t)))> |
#<alt (+ (* -1 (/ y (- z t))) (/ x (- z t)))> |
#<alt (+ (* -1 (/ y (- z t))) (/ x (- z t)))> |
#<alt (* -1 (/ y (- z t)))> |
#<alt (* y (- (/ x (* y (- z t))) (/ 1 (- z t))))> |
#<alt (* y (- (/ x (* y (- z t))) (/ 1 (- z t))))> |
#<alt (* y (- (/ x (* y (- z t))) (/ 1 (- z t))))> |
#<alt (* -1 (/ y (- z t)))> |
#<alt (* -1 (* y (+ (* -1 (/ x (* y (- z t)))) (/ 1 (- z t)))))> |
#<alt (* -1 (* y (+ (* -1 (/ x (* y (- z t)))) (/ 1 (- z t)))))> |
#<alt (* -1 (* y (+ (* -1 (/ x (* y (- z t)))) (/ 1 (- z t)))))> |
#<alt (* -1 (/ (- x y) t))> |
#<alt (+ (* -1 (/ (- x y) t)) (* z (- (/ y (pow t 2)) (/ x (pow t 2)))))> |
#<alt (+ (* -1 (/ (- x y) t)) (* z (- (+ (/ y (pow t 2)) (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ x (pow t 2)))))> |
#<alt (+ (* -1 (/ (- x y) t)) (* z (- (+ (* z (- (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2)) (* -1 (/ (- (/ y (pow t 2)) (/ x (pow t 2))) t)))) (/ y (pow t 2))) (/ x (pow t 2)))))> |
#<alt (/ (- x y) z)> |
#<alt (/ (- (+ x (/ (* t (- x y)) z)) y) z)> |
#<alt (/ (- (+ x (/ (* (pow t 2) (- x y)) (pow z 2))) (+ y (* -1 (/ (* t (- x y)) z)))) z)> |
#<alt (/ (- (+ x (/ (* (pow t 3) (- x y)) (pow z 3))) (+ y (+ (* -1 (/ (* t (- x y)) z)) (* -1 (/ (* (pow t 2) (- x y)) (pow z 2)))))) z)> |
#<alt (/ (- x y) z)> |
#<alt (* -1 (/ (+ (* -1 (- x y)) (* -1 (/ (* t (- x y)) z))) z))> |
#<alt (* -1 (/ (+ (* -1 (- x y)) (* -1 (/ (+ (* t (- x y)) (/ (* (pow t 2) (- x y)) z)) z))) z))> |
#<alt (* -1 (/ (+ (* -1 (- x y)) (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (pow t 2) (- x y))) (* -1 (/ (* (pow t 3) (- x y)) z))) z)) (* t (- x y))) z))) z))> |
#<alt (/ (- x y) z)> |
#<alt (- (+ (/ x z) (/ (* t (- x y)) (pow z 2))) (/ y z))> |
#<alt (- (+ (* t (- (/ (* t (- x y)) (pow z 3)) (* -1 (/ (- x y) (pow z 2))))) (/ x z)) (/ y z))> |
#<alt (- (+ (* t (- (* t (- (/ (* t (- x y)) (pow z 4)) (* -1 (/ (- x y) (pow z 3))))) (* -1 (/ (- x y) (pow z 2))))) (/ x z)) (/ y z))> |
#<alt (* -1 (/ (- x y) t))> |
#<alt (/ (+ (* -1 (- x y)) (* -1 (/ (* z (- x y)) t))) t)> |
#<alt (/ (- (+ (* -1 (- x y)) (* -1 (/ (* (pow z 2) (- x y)) (pow t 2)))) (/ (* z (- x y)) t)) t)> |
#<alt (/ (- (+ (* -1 (- x y)) (* -1 (/ (* (pow z 3) (- x y)) (pow t 3)))) (+ (/ (* z (- x y)) t) (/ (* (pow z 2) (- x y)) (pow t 2)))) t)> |
#<alt (* -1 (/ (- x y) t))> |
#<alt (* -1 (/ (- (+ x (/ (* z (- x y)) t)) y) t))> |
#<alt (* -1 (/ (- (+ x (* -1 (/ (- (* -1 (/ (* (pow z 2) (- x y)) t)) (* z (- x y))) t))) y) t))> |
#<alt (* -1 (/ (- (+ x (* -1 (/ (- (* -1 (/ (- (/ (* (pow z 3) (- x y)) t) (* -1 (* (pow z 2) (- x y)))) t)) (* z (- x y))) t))) y) t))> |
#<alt (* -1 y)> |
#<alt (- x y)> |
#<alt (- x y)> |
#<alt (- x y)> |
#<alt x> |
#<alt (* x (+ 1 (* -1 (/ y x))))> |
#<alt (* x (+ 1 (* -1 (/ y x))))> |
#<alt (* x (+ 1 (* -1 (/ y x))))> |
#<alt x> |
#<alt (* -1 (* x (- (/ y x) 1)))> |
#<alt (* -1 (* x (- (/ y x) 1)))> |
#<alt (* -1 (* x (- (/ y x) 1)))> |
#<alt x> |
#<alt (+ x (* -1 y))> |
#<alt (+ x (* -1 y))> |
#<alt (+ x (* -1 y))> |
#<alt (* -1 y)> |
#<alt (* y (- (/ x y) 1))> |
#<alt (* y (- (/ x y) 1))> |
#<alt (* y (- (/ x y) 1))> |
#<alt (* -1 y)> |
#<alt (* -1 (* y (+ 1 (* -1 (/ x y)))))> |
#<alt (* -1 (* y (+ 1 (* -1 (/ x y)))))> |
#<alt (* -1 (* y (+ 1 (* -1 (/ x y)))))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* 60 (/ y t))> |
#<alt (+ (* 60 (/ y t)) (* 60 (/ (* y z) (pow t 2))))> |
#<alt (+ (* 60 (/ y t)) (* z (+ (* 60 (/ y (pow t 2))) (* 60 (/ (* y z) (pow t 3))))))> |
#<alt (+ (* 60 (/ y t)) (* z (+ (* 60 (/ y (pow t 2))) (* z (+ (* 60 (/ y (pow t 3))) (* 60 (/ (* y z) (pow t 4))))))))> |
#<alt (* -60 (/ y z))> |
#<alt (/ (+ (* -60 y) (* -60 (/ (* t y) z))) z)> |
#<alt (/ (+ (* -60 y) (+ (* -60 (/ (* t y) z)) (* -60 (/ (* (pow t 2) y) (pow z 2))))) z)> |
#<alt (/ (+ (* -60 y) (+ (* -60 (/ (* t y) z)) (+ (* -60 (/ (* (pow t 2) y) (pow z 2))) (* -60 (/ (* (pow t 3) y) (pow z 3)))))) z)> |
#<alt (* -60 (/ y z))> |
#<alt (* -1 (/ (+ (* 60 y) (* 60 (/ (* t y) z))) z))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* -60 (* t y)) (* -60 (/ (* (pow t 2) y) z))) z)) (* 60 y)) z))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* -60 (* t y)) (* -1 (/ (+ (* 60 (* (pow t 2) y)) (* 60 (/ (* (pow t 3) y) z))) z))) z)) (* 60 y)) z))> |
#<alt (* -60 (/ y z))> |
#<alt (+ (* -60 (/ y z)) (* -60 (/ (* t y) (pow z 2))))> |
#<alt (+ (* -60 (/ y z)) (* t (+ (* -60 (/ y (pow z 2))) (* -60 (/ (* t y) (pow z 3))))))> |
#<alt (+ (* -60 (/ y z)) (* t (+ (* -60 (/ y (pow z 2))) (* t (+ (* -60 (/ y (pow z 3))) (* -60 (/ (* t y) (pow z 4))))))))> |
#<alt (* 60 (/ y t))> |
#<alt (/ (+ (* 60 y) (* 60 (/ (* y z) t))) t)> |
#<alt (/ (+ (* 60 y) (+ (* 60 (/ (* y z) t)) (* 60 (/ (* y (pow z 2)) (pow t 2))))) t)> |
#<alt (/ (+ (* 60 y) (+ (* 60 (/ (* y z) t)) (+ (* 60 (/ (* y (pow z 2)) (pow t 2))) (* 60 (/ (* y (pow z 3)) (pow t 3)))))) t)> |
#<alt (* 60 (/ y t))> |
#<alt (* -1 (/ (+ (* -60 y) (* -60 (/ (* y z) t))) t))> |
#<alt (* -1 (/ (+ (* -60 y) (* -1 (/ (+ (* 60 (* y z)) (* 60 (/ (* y (pow z 2)) t))) t))) t))> |
#<alt (* -1 (/ (+ (* -60 y) (* -1 (/ (+ (* -1 (/ (+ (* -60 (* y (pow z 2))) (* -60 (/ (* y (pow z 3)) t))) t)) (* 60 (* y z))) t))) t))> |
#<alt (/ y (- z t))> |
#<alt (/ y (- z t))> |
#<alt (/ y (- z t))> |
#<alt (/ y (- z t))> |
#<alt (/ y (- z t))> |
#<alt (/ y (- z t))> |
#<alt (/ y (- z t))> |
#<alt (/ y (- z t))> |
#<alt (/ y (- z t))> |
#<alt (/ y (- z t))> |
#<alt (/ y (- z t))> |
#<alt (/ y (- z t))> |
#<alt (* -1 (/ y t))> |
#<alt (+ (* -1 (/ y t)) (* -1 (/ (* y z) (pow t 2))))> |
#<alt (+ (* -1 (/ y t)) (* z (- (* -1 (/ (* y z) (pow t 3))) (/ y (pow t 2)))))> |
#<alt (+ (* -1 (/ y t)) (* z (- (* z (- (* -1 (/ (* y z) (pow t 4))) (/ y (pow t 3)))) (/ y (pow t 2)))))> |
#<alt (/ y z)> |
#<alt (/ (+ y (/ (* t y) z)) z)> |
#<alt (/ (- (+ y (/ (* (pow t 2) y) (pow z 2))) (* -1 (/ (* t y) z))) z)> |
#<alt (/ (- (+ y (/ (* (pow t 3) y) (pow z 3))) (+ (* -1 (/ (* t y) z)) (* -1 (/ (* (pow t 2) y) (pow z 2))))) z)> |
#<alt (/ y z)> |
#<alt (* -1 (/ (+ (* -1 y) (* -1 (/ (* t y) z))) z))> |
#<alt (* -1 (/ (+ (* -1 y) (* -1 (/ (+ (* t y) (/ (* (pow t 2) y) z)) z))) z))> |
#<alt (* -1 (/ (+ (* -1 y) (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (pow t 2) y)) (* -1 (/ (* (pow t 3) y) z))) z)) (* t y)) z))) z))> |
#<alt (/ y z)> |
#<alt (+ (/ y z) (/ (* t y) (pow z 2)))> |
#<alt (+ (* t (- (/ (* t y) (pow z 3)) (* -1 (/ y (pow z 2))))) (/ y z))> |
#<alt (+ (* t (- (* t (- (/ (* t y) (pow z 4)) (* -1 (/ y (pow z 3))))) (* -1 (/ y (pow z 2))))) (/ y z))> |
#<alt (* -1 (/ y t))> |
#<alt (/ (+ (* -1 y) (* -1 (/ (* y z) t))) t)> |
#<alt (/ (- (+ (* -1 y) (* -1 (/ (* y (pow z 2)) (pow t 2)))) (/ (* y z) t)) t)> |
#<alt (/ (- (+ (* -1 y) (* -1 (/ (* y (pow z 3)) (pow t 3)))) (+ (/ (* y z) t) (/ (* y (pow z 2)) (pow t 2)))) t)> |
#<alt (* -1 (/ y t))> |
#<alt (* -1 (/ (+ y (/ (* y z) t)) t))> |
#<alt (* -1 (/ (+ y (* -1 (/ (- (* -1 (/ (* y (pow z 2)) t)) (* y z)) t))) t))> |
#<alt (* -1 (/ (+ y (* -1 (/ (- (* -1 (/ (- (/ (* y (pow z 3)) t) (* -1 (* y (pow z 2)))) t)) (* y z)) t))) t))> |
#<alt (* -1 t)> |
#<alt (- z t)> |
#<alt (- z t)> |
#<alt (- z t)> |
#<alt z> |
#<alt (* z (+ 1 (* -1 (/ t z))))> |
#<alt (* z (+ 1 (* -1 (/ t z))))> |
#<alt (* z (+ 1 (* -1 (/ t z))))> |
#<alt z> |
#<alt (* -1 (* z (- (/ t z) 1)))> |
#<alt (* -1 (* z (- (/ t z) 1)))> |
#<alt (* -1 (* z (- (/ t z) 1)))> |
#<alt z> |
#<alt (+ z (* -1 t))> |
#<alt (+ z (* -1 t))> |
#<alt (+ z (* -1 t))> |
#<alt (* -1 t)> |
#<alt (* t (- (/ z t) 1))> |
#<alt (* t (- (/ z t) 1))> |
#<alt (* t (- (/ z t) 1))> |
#<alt (* -1 t)> |
#<alt (* -1 (* t (+ 1 (* -1 (/ z t)))))> |
#<alt (* -1 (* t (+ 1 (* -1 (/ z t)))))> |
#<alt (* -1 (* t (+ 1 (* -1 (/ z t)))))> |
#<alt (* -60 (/ y z))> |
#<alt (+ (* -60 (/ y z)) (* 120 a))> |
#<alt (+ (* -60 (/ y z)) (* 120 a))> |
#<alt (+ (* -60 (/ y z)) (* 120 a))> |
#<alt (* 120 a)> |
#<alt (* a (+ 120 (* -60 (/ y (* a z)))))> |
#<alt (* a (+ 120 (* -60 (/ y (* a z)))))> |
#<alt (* a (+ 120 (* -60 (/ y (* a z)))))> |
#<alt (* 120 a)> |
#<alt (* -1 (* a (- (* 60 (/ y (* a z))) 120)))> |
#<alt (* -1 (* a (- (* 60 (/ y (* a z))) 120)))> |
#<alt (* -1 (* a (- (* 60 (/ y (* a z))) 120)))> |
#<alt (* 120 a)> |
#<alt (+ (* -60 (/ y z)) (* 120 a))> |
#<alt (+ (* -60 (/ y z)) (* 120 a))> |
#<alt (+ (* -60 (/ y z)) (* 120 a))> |
#<alt (* -60 (/ y z))> |
#<alt (* y (- (* 120 (/ a y)) (* 60 (/ 1 z))))> |
#<alt (* y (- (* 120 (/ a y)) (* 60 (/ 1 z))))> |
#<alt (* y (- (* 120 (/ a y)) (* 60 (/ 1 z))))> |
#<alt (* -60 (/ y z))> |
#<alt (* -1 (* y (+ (* -120 (/ a y)) (* 60 (/ 1 z)))))> |
#<alt (* -1 (* y (+ (* -120 (/ a y)) (* 60 (/ 1 z)))))> |
#<alt (* -1 (* y (+ (* -120 (/ a y)) (* 60 (/ 1 z)))))> |
#<alt (* -60 (/ y z))> |
#<alt (/ (+ (* -60 y) (* 120 (* a z))) z)> |
#<alt (/ (+ (* -60 y) (* 120 (* a z))) z)> |
#<alt (/ (+ (* -60 y) (* 120 (* a z))) z)> |
#<alt (* 120 a)> |
#<alt (+ (* -60 (/ y z)) (* 120 a))> |
#<alt (+ (* -60 (/ y z)) (* 120 a))> |
#<alt (+ (* -60 (/ y z)) (* 120 a))> |
#<alt (* 120 a)> |
#<alt (+ (* -60 (/ y z)) (* 120 a))> |
#<alt (+ (* -60 (/ y z)) (* 120 a))> |
#<alt (+ (* -60 (/ y z)) (* 120 a))> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* -60 (/ y z))> |
#<alt (* -60 (/ y z))> |
#<alt (* -60 (/ y z))> |
#<alt (* -60 (/ y z))> |
#<alt (* -60 (/ y z))> |
#<alt (* -60 (/ y z))> |
#<alt (* -60 (/ y z))> |
#<alt (* -60 (/ y z))> |
#<alt (* -60 (/ y z))> |
#<alt (* -60 (/ y z))> |
#<alt (* -60 (/ y z))> |
#<alt (* -60 (/ y z))> |
#<alt (* -60 (/ y z))> |
#<alt (* -60 (/ y z))> |
#<alt (* -60 (/ y z))> |
#<alt (* -60 (/ y z))> |
#<alt (* -60 (/ y z))> |
#<alt (* -60 (/ y z))> |
#<alt (* -60 (/ y z))> |
#<alt (* -60 (/ y z))> |
#<alt (* -60 (/ y z))> |
#<alt (* -60 (/ y z))> |
#<alt (* -60 (/ y z))> |
#<alt (* -60 (/ y z))> |
#<alt (* -60 y)> |
#<alt (* -60 y)> |
#<alt (* -60 y)> |
#<alt (* -60 y)> |
#<alt (* -60 y)> |
#<alt (* -60 y)> |
#<alt (* -60 y)> |
#<alt (* -60 y)> |
#<alt (* -60 y)> |
#<alt (* -60 y)> |
#<alt (* -60 y)> |
#<alt (* -60 y)> |
#<alt (* 60 (/ (- x y) z))> |
#<alt (/ (+ (* 60 (- x y)) (* 120 (* a z))) z)> |
#<alt (/ (+ (* 60 (- x y)) (* 120 (* a z))) z)> |
#<alt (/ (+ (* 60 (- x y)) (* 120 (* a z))) z)> |
#<alt (* 120 a)> |
#<alt (+ (* 60 (/ (- x y) z)) (* 120 a))> |
#<alt (+ (* 60 (/ (- x y) z)) (* 120 a))> |
#<alt (+ (* 60 (/ (- x y) z)) (* 120 a))> |
#<alt (* 120 a)> |
#<alt (+ (* 60 (/ (- x y) z)) (* 120 a))> |
#<alt (+ (* 60 (/ (- x y) z)) (* 120 a))> |
#<alt (+ (* 60 (/ (- x y) z)) (* 120 a))> |
#<alt (+ (* -60 (/ y z)) (* 120 a))> |
#<alt (+ (* -60 (/ y z)) (+ (* 60 (/ x z)) (* 120 a)))> |
#<alt (+ (* -60 (/ y z)) (+ (* 60 (/ x z)) (* 120 a)))> |
#<alt (+ (* -60 (/ y z)) (+ (* 60 (/ x z)) (* 120 a)))> |
#<alt (* 60 (/ x z))> |
#<alt (* x (+ (* -60 (/ y (* x z))) (+ (* 120 (/ a x)) (* 60 (/ 1 z)))))> |
#<alt (* x (+ (* -60 (/ y (* x z))) (+ (* 120 (/ a x)) (* 60 (/ 1 z)))))> |
#<alt (* x (+ (* -60 (/ y (* x z))) (+ (* 120 (/ a x)) (* 60 (/ 1 z)))))> |
#<alt (* 60 (/ x z))> |
#<alt (* -1 (* x (- (* -1 (/ (+ (* -60 (/ y z)) (* 120 a)) x)) (* 60 (/ 1 z)))))> |
#<alt (* -1 (* x (- (* -1 (/ (+ (* -60 (/ y z)) (* 120 a)) x)) (* 60 (/ 1 z)))))> |
#<alt (* -1 (* x (- (* -1 (/ (+ (* -60 (/ y z)) (* 120 a)) x)) (* 60 (/ 1 z)))))> |
#<alt (+ (* 60 (/ x z)) (* 120 a))> |
#<alt (+ (* -60 (/ y z)) (+ (* 60 (/ x z)) (* 120 a)))> |
#<alt (+ (* -60 (/ y z)) (+ (* 60 (/ x z)) (* 120 a)))> |
#<alt (+ (* -60 (/ y z)) (+ (* 60 (/ x z)) (* 120 a)))> |
#<alt (* -60 (/ y z))> |
#<alt (* y (- (+ (* 60 (/ x (* y z))) (* 120 (/ a y))) (* 60 (/ 1 z))))> |
#<alt (* y (- (+ (* 60 (/ x (* y z))) (* 120 (/ a y))) (* 60 (/ 1 z))))> |
#<alt (* y (- (+ (* 60 (/ x (* y z))) (* 120 (/ a y))) (* 60 (/ 1 z))))> |
#<alt (* -60 (/ y z))> |
#<alt (* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x z)) (* 120 a)) y)) (* 60 (/ 1 z)))))> |
#<alt (* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x z)) (* 120 a)) y)) (* 60 (/ 1 z)))))> |
#<alt (* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x z)) (* 120 a)) y)) (* 60 (/ 1 z)))))> |
#<alt (* 60 (/ (- x y) z))> |
#<alt (+ (* 60 (/ (- x y) z)) (* 120 a))> |
#<alt (+ (* 60 (/ (- x y) z)) (* 120 a))> |
#<alt (+ (* 60 (/ (- x y) z)) (* 120 a))> |
#<alt (* 120 a)> |
#<alt (* a (+ 120 (* 60 (/ (- x y) (* a z)))))> |
#<alt (* a (+ 120 (* 60 (/ (- x y) (* a z)))))> |
#<alt (* a (+ 120 (* 60 (/ (- x y) (* a z)))))> |
#<alt (* 120 a)> |
#<alt (* -1 (* a (- (* -60 (/ (- x y) (* a z))) 120)))> |
#<alt (* -1 (* a (- (* -60 (/ (- x y) (* a z))) 120)))> |
#<alt (* -1 (* a (- (* -60 (/ (- x y) (* a z))) 120)))> |
#<alt (* 60 (/ (- x y) z))> |
#<alt (* 60 (/ (- x y) z))> |
#<alt (* 60 (/ (- x y) z))> |
#<alt (* 60 (/ (- x y) z))> |
#<alt (* 60 (/ (- x y) z))> |
#<alt (* 60 (/ (- x y) z))> |
#<alt (* 60 (/ (- x y) z))> |
#<alt (* 60 (/ (- x y) z))> |
#<alt (* 60 (/ (- x y) z))> |
#<alt (* 60 (/ (- x y) z))> |
#<alt (* 60 (/ (- x y) z))> |
#<alt (* 60 (/ (- x y) z))> |
#<alt (* -60 (/ y z))> |
#<alt (+ (* -60 (/ y z)) (* 60 (/ x z)))> |
#<alt (+ (* -60 (/ y z)) (* 60 (/ x z)))> |
#<alt (+ (* -60 (/ y z)) (* 60 (/ x z)))> |
#<alt (* 60 (/ x z))> |
#<alt (* x (+ (* -60 (/ y (* x z))) (* 60 (/ 1 z))))> |
#<alt (* x (+ (* -60 (/ y (* x z))) (* 60 (/ 1 z))))> |
#<alt (* x (+ (* -60 (/ y (* x z))) (* 60 (/ 1 z))))> |
#<alt (* 60 (/ x z))> |
#<alt (* -1 (* x (- (* 60 (/ y (* x z))) (* 60 (/ 1 z)))))> |
#<alt (* -1 (* x (- (* 60 (/ y (* x z))) (* 60 (/ 1 z)))))> |
#<alt (* -1 (* x (- (* 60 (/ y (* x z))) (* 60 (/ 1 z)))))> |
#<alt (* 60 (/ x z))> |
#<alt (+ (* -60 (/ y z)) (* 60 (/ x z)))> |
#<alt (+ (* -60 (/ y z)) (* 60 (/ x z)))> |
#<alt (+ (* -60 (/ y z)) (* 60 (/ x z)))> |
#<alt (* -60 (/ y z))> |
#<alt (* y (- (* 60 (/ x (* y z))) (* 60 (/ 1 z))))> |
#<alt (* y (- (* 60 (/ x (* y z))) (* 60 (/ 1 z))))> |
#<alt (* y (- (* 60 (/ x (* y z))) (* 60 (/ 1 z))))> |
#<alt (* -60 (/ y z))> |
#<alt (* -1 (* y (+ (* -60 (/ x (* y z))) (* 60 (/ 1 z)))))> |
#<alt (* -1 (* y (+ (* -60 (/ x (* y z))) (* 60 (/ 1 z)))))> |
#<alt (* -1 (* y (+ (* -60 (/ x (* y z))) (* 60 (/ 1 z)))))> |
#<alt (/ 60 z)> |
#<alt (/ 60 z)> |
#<alt (/ 60 z)> |
#<alt (/ 60 z)> |
#<alt (/ 60 z)> |
#<alt (/ 60 z)> |
#<alt (/ 60 z)> |
#<alt (/ 60 z)> |
#<alt (/ 60 z)> |
#<alt (/ 60 z)> |
#<alt (/ 60 z)> |
#<alt (/ 60 z)> |
#<alt (* 60 (/ (- x y) (- z t)))> |
#<alt (+ (* 60 (/ (- x y) (- z t))) (* 120 a))> |
#<alt (+ (* 60 (/ (- x y) (- z t))) (* 120 a))> |
#<alt (+ (* 60 (/ (- x y) (- z t))) (* 120 a))> |
#<alt (* 120 a)> |
#<alt (* a (+ 120 (* 60 (/ (- x y) (* a (- z t))))))> |
#<alt (* a (+ 120 (* 60 (/ (- x y) (* a (- z t))))))> |
#<alt (* a (+ 120 (* 60 (/ (- x y) (* a (- z t))))))> |
#<alt (* 120 a)> |
#<alt (* -1 (* a (- (* -60 (/ (- x y) (* a (- z t)))) 120)))> |
#<alt (* -1 (* a (- (* -60 (/ (- x y) (* a (- z t)))) 120)))> |
#<alt (* -1 (* a (- (* -60 (/ (- x y) (* a (- z t)))) 120)))> |
#<alt (* a (+ 120 (* -60 (/ y (* a (- z t))))))> |
#<alt (+ (* 60 (/ x (- z t))) (* a (+ 120 (* -60 (/ y (* a (- z t)))))))> |
#<alt (+ (* 60 (/ x (- z t))) (* a (+ 120 (* -60 (/ y (* a (- z t)))))))> |
#<alt (+ (* 60 (/ x (- z t))) (* a (+ 120 (* -60 (/ y (* a (- z t)))))))> |
#<alt (* 60 (/ x (- z t)))> |
#<alt (* x (+ (* 60 (/ 1 (- z t))) (/ (* a (+ 120 (* -60 (/ y (* a (- z t)))))) x)))> |
#<alt (* x (+ (* 60 (/ 1 (- z t))) (/ (* a (+ 120 (* -60 (/ y (* a (- z t)))))) x)))> |
#<alt (* x (+ (* 60 (/ 1 (- z t))) (/ (* a (+ 120 (* -60 (/ y (* a (- z t)))))) x)))> |
#<alt (* 60 (/ x (- z t)))> |
#<alt (* -1 (* x (- (* -1 (/ (* a (+ 120 (* -60 (/ y (* a (- z t)))))) x)) (* 60 (/ 1 (- z t))))))> |
#<alt (* -1 (* x (- (* -1 (/ (* a (+ 120 (* -60 (/ y (* a (- z t)))))) x)) (* 60 (/ 1 (- z t))))))> |
#<alt (* -1 (* x (- (* -1 (/ (* a (+ 120 (* -60 (/ y (* a (- z t)))))) x)) (* 60 (/ 1 (- z t))))))> |
#<alt (* a (+ 120 (* 60 (/ x (* a (- z t))))))> |
#<alt (+ (* -60 (/ y (- z t))) (* a (+ 120 (* 60 (/ x (* a (- z t)))))))> |
#<alt (+ (* -60 (/ y (- z t))) (* a (+ 120 (* 60 (/ x (* a (- z t)))))))> |
#<alt (+ (* -60 (/ y (- z t))) (* a (+ 120 (* 60 (/ x (* a (- z t)))))))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* y (- (/ (* a (+ 120 (* 60 (/ x (* a (- z t)))))) y) (* 60 (/ 1 (- z t)))))> |
#<alt (* y (- (/ (* a (+ 120 (* 60 (/ x (* a (- z t)))))) y) (* 60 (/ 1 (- z t)))))> |
#<alt (* y (- (/ (* a (+ 120 (* 60 (/ x (* a (- z t)))))) y) (* 60 (/ 1 (- z t)))))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* -1 (* y (+ (* -1 (/ (* a (+ 120 (* 60 (/ x (* a (- z t)))))) y)) (* 60 (/ 1 (- z t))))))> |
#<alt (* -1 (* y (+ (* -1 (/ (* a (+ 120 (* 60 (/ x (* a (- z t)))))) y)) (* 60 (/ 1 (- z t))))))> |
#<alt (* -1 (* y (+ (* -1 (/ (* a (+ 120 (* 60 (/ x (* a (- z t)))))) y)) (* 60 (/ 1 (- z t))))))> |
#<alt (* a (+ 120 (* -60 (/ (- x y) (* a t)))))> |
#<alt (+ (* 60 (* a (* z (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2))))))) (* a (+ 120 (* -60 (/ (- x y) (* a t))))))> |
#<alt (+ (* a (+ 120 (* -60 (/ (- x y) (* a t))))) (* z (+ (* 60 (* a (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2)))))) (* 60 (/ (* a (* z (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2)))))) t)))))> |
#<alt (+ (* a (+ 120 (* -60 (/ (- x y) (* a t))))) (* z (+ (* 60 (* a (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2)))))) (* z (+ (* 60 (/ (* a (* z (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2)))))) (pow t 2))) (* 60 (/ (* a (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2))))) t)))))))> |
#<alt (* 120 a)> |
#<alt (+ (* 60 (/ (- x y) z)) (* 120 a))> |
#<alt (+ (* 60 (/ (* t (- x y)) (pow z 2))) (+ (* 60 (/ (- x y) z)) (* 120 a)))> |
#<alt (+ (* 60 (/ (* t (- x y)) (pow z 2))) (+ (* 60 (/ (* (pow t 2) (- x y)) (pow z 3))) (+ (* 60 (/ (- x y) z)) (* 120 a))))> |
#<alt (* 120 a)> |
#<alt (+ (* 60 (/ (- x y) z)) (* 120 a))> |
#<alt (+ (* -1 (/ (+ (* -60 (- x y)) (* -60 (/ (* t (- x y)) z))) z)) (* 120 a))> |
#<alt (+ (* -1 (/ (+ (* -60 (- x y)) (* -1 (/ (+ (* 60 (* t (- x y))) (* 60 (/ (* (pow t 2) (- x y)) z))) z))) z)) (* 120 a))> |
#<alt (* a (+ 120 (* 60 (/ (- x y) (* a z)))))> |
#<alt (+ (* 60 (/ (* t (- x y)) (pow z 2))) (* a (+ 120 (* 60 (/ (- x y) (* a z))))))> |
#<alt (+ (* a (+ 120 (* 60 (/ (- x y) (* a z))))) (* t (+ (* 60 (/ (* t (- x y)) (pow z 3))) (* 60 (/ (- x y) (pow z 2))))))> |
#<alt (+ (* a (+ 120 (* 60 (/ (- x y) (* a z))))) (* t (+ (* 60 (/ (- x y) (pow z 2))) (* t (+ (* 60 (/ (* t (- x y)) (pow z 4))) (* 60 (/ (- x y) (pow z 3))))))))> |
#<alt (* 120 a)> |
#<alt (+ (* -60 (/ (- x y) t)) (* 120 a))> |
#<alt (+ (* -60 (/ (* z (- x y)) (pow t 2))) (+ (* -60 (/ (- x y) t)) (* 120 a)))> |
#<alt (+ (* -60 (/ (* z (- x y)) (pow t 2))) (+ (* -60 (/ (* (pow z 2) (- x y)) (pow t 3))) (+ (* -60 (/ (- x y) t)) (* 120 a))))> |
#<alt (* 120 a)> |
#<alt (+ (* -60 (/ (- x y) t)) (* 120 a))> |
#<alt (+ (* -1 (/ (+ (* 60 (- x y)) (* 60 (/ (* z (- x y)) t))) t)) (* 120 a))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* -60 (* z (- x y))) (* -60 (/ (* (pow z 2) (- x y)) t))) t)) (* 60 (- x y))) t)) (* 120 a))> |
#<alt (+ 120 (* -60 (/ y (* a (- z t)))))> |
#<alt (+ 120 (+ (* -60 (/ y (* a (- z t)))) (* 60 (/ x (* a (- z t))))))> |
#<alt (+ 120 (+ (* -60 (/ y (* a (- z t)))) (* 60 (/ x (* a (- z t))))))> |
#<alt (+ 120 (+ (* -60 (/ y (* a (- z t)))) (* 60 (/ x (* a (- z t))))))> |
#<alt (* 60 (/ x (* a (- z t))))> |
#<alt (* x (+ (* -60 (/ y (* a (* x (- z t))))) (+ (* 120 (/ 1 x)) (* 60 (/ 1 (* a (- z t)))))))> |
#<alt (* x (+ (* -60 (/ y (* a (* x (- z t))))) (+ (* 120 (/ 1 x)) (* 60 (/ 1 (* a (- z t)))))))> |
#<alt (* x (+ (* -60 (/ y (* a (* x (- z t))))) (+ (* 120 (/ 1 x)) (* 60 (/ 1 (* a (- z t)))))))> |
#<alt (* 60 (/ x (* a (- z t))))> |
#<alt (* -1 (* x (- (* -1 (/ (+ 120 (* -60 (/ y (* a (- z t))))) x)) (* 60 (/ 1 (* a (- z t)))))))> |
#<alt (* -1 (* x (- (* -1 (/ (+ 120 (* -60 (/ y (* a (- z t))))) x)) (* 60 (/ 1 (* a (- z t)))))))> |
#<alt (* -1 (* x (- (* -1 (/ (+ 120 (* -60 (/ y (* a (- z t))))) x)) (* 60 (/ 1 (* a (- z t)))))))> |
#<alt (+ 120 (* 60 (/ x (* a (- z t)))))> |
#<alt (+ 120 (+ (* -60 (/ y (* a (- z t)))) (* 60 (/ x (* a (- z t))))))> |
#<alt (+ 120 (+ (* -60 (/ y (* a (- z t)))) (* 60 (/ x (* a (- z t))))))> |
#<alt (+ 120 (+ (* -60 (/ y (* a (- z t)))) (* 60 (/ x (* a (- z t))))))> |
#<alt (* -60 (/ y (* a (- z t))))> |
#<alt (* y (- (+ (* 60 (/ x (* a (* y (- z t))))) (* 120 (/ 1 y))) (* 60 (/ 1 (* a (- z t))))))> |
#<alt (* y (- (+ (* 60 (/ x (* a (* y (- z t))))) (* 120 (/ 1 y))) (* 60 (/ 1 (* a (- z t))))))> |
#<alt (* y (- (+ (* 60 (/ x (* a (* y (- z t))))) (* 120 (/ 1 y))) (* 60 (/ 1 (* a (- z t))))))> |
#<alt (* -60 (/ y (* a (- z t))))> |
#<alt (* -1 (* y (+ (* -1 (/ (+ 120 (* 60 (/ x (* a (- z t))))) y)) (* 60 (/ 1 (* a (- z t)))))))> |
#<alt (* -1 (* y (+ (* -1 (/ (+ 120 (* 60 (/ x (* a (- z t))))) y)) (* 60 (/ 1 (* a (- z t)))))))> |
#<alt (* -1 (* y (+ (* -1 (/ (+ 120 (* 60 (/ x (* a (- z t))))) y)) (* 60 (/ 1 (* a (- z t)))))))> |
#<alt (* 60 (/ (- x y) (* a (- z t))))> |
#<alt (/ (+ (* 60 (/ (- x y) (- z t))) (* 120 a)) a)> |
#<alt (/ (+ (* 60 (/ (- x y) (- z t))) (* 120 a)) a)> |
#<alt (/ (+ (* 60 (/ (- x y) (- z t))) (* 120 a)) a)> |
#<alt 120> |
#<alt (+ 120 (* 60 (/ (- x y) (* a (- z t)))))> |
#<alt (+ 120 (* 60 (/ (- x y) (* a (- z t)))))> |
#<alt (+ 120 (* 60 (/ (- x y) (* a (- z t)))))> |
#<alt 120> |
#<alt (+ 120 (* 60 (/ (- x y) (* a (- z t)))))> |
#<alt (+ 120 (* 60 (/ (- x y) (* a (- z t)))))> |
#<alt (+ 120 (* 60 (/ (- x y) (* a (- z t)))))> |
#<alt (+ 120 (* -60 (/ (- x y) (* a t))))> |
#<alt (+ 120 (+ (* -60 (/ (- x y) (* a t))) (* 60 (* z (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2))))))))> |
#<alt (+ 120 (+ (* -60 (/ (- x y) (* a t))) (* z (+ (* 60 (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2))))) (* 60 (/ (* z (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2))))) t))))))> |
#<alt (+ 120 (+ (* -60 (/ (- x y) (* a t))) (* z (+ (* 60 (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2))))) (* z (+ (* 60 (/ (* z (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2))))) (pow t 2))) (* 60 (/ (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2)))) t))))))))> |
#<alt 120> |
#<alt (+ 120 (* 60 (/ (- x y) (* a z))))> |
#<alt (+ 120 (+ (* 60 (/ (* t (- x y)) (* a (pow z 2)))) (* 60 (/ (- x y) (* a z)))))> |
#<alt (+ 120 (+ (* 60 (/ (* t (- x y)) (* a (pow z 2)))) (+ (* 60 (/ (* (pow t 2) (- x y)) (* a (pow z 3)))) (* 60 (/ (- x y) (* a z))))))> |
#<alt 120> |
#<alt (+ 120 (* 60 (/ (- x y) (* a z))))> |
#<alt (+ 120 (* -1 (/ (+ (* -60 (/ (* t (- x y)) (* a z))) (* -60 (/ (- x y) a))) z)))> |
#<alt (+ 120 (* -1 (/ (+ (* -60 (/ (- x y) a)) (* -1 (/ (+ (* 60 (/ (* t (- x y)) a)) (* 60 (/ (* (pow t 2) (- x y)) (* a z)))) z))) z)))> |
#<alt (+ 120 (* 60 (/ (- x y) (* a z))))> |
#<alt (+ 120 (+ (* 60 (/ (* t (- x y)) (* a (pow z 2)))) (* 60 (/ (- x y) (* a z)))))> |
#<alt (+ 120 (+ (* 60 (/ (- x y) (* a z))) (* t (+ (* 60 (/ (* t (- x y)) (* a (pow z 3)))) (* 60 (/ (- x y) (* a (pow z 2))))))))> |
#<alt (+ 120 (+ (* 60 (/ (- x y) (* a z))) (* t (+ (* 60 (/ (- x y) (* a (pow z 2)))) (* t (+ (* 60 (/ (* t (- x y)) (* a (pow z 4)))) (* 60 (/ (- x y) (* a (pow z 3))))))))))> |
#<alt 120> |
#<alt (+ 120 (* -60 (/ (- x y) (* a t))))> |
#<alt (+ 120 (+ (* -60 (/ (* z (- x y)) (* a (pow t 2)))) (* -60 (/ (- x y) (* a t)))))> |
#<alt (+ 120 (+ (* -60 (/ (* z (- x y)) (* a (pow t 2)))) (+ (* -60 (/ (* (pow z 2) (- x y)) (* a (pow t 3)))) (* -60 (/ (- x y) (* a t))))))> |
#<alt 120> |
#<alt (+ 120 (* -60 (/ (- x y) (* a t))))> |
#<alt (+ 120 (* -1 (/ (+ (* 60 (/ (* z (- x y)) (* a t))) (* 60 (/ (- x y) a))) t)))> |
#<alt (+ 120 (* -1 (/ (+ (* -1 (/ (+ (* -60 (/ (* z (- x y)) a)) (* -60 (/ (* (pow z 2) (- x y)) (* a t)))) t)) (* 60 (/ (- x y) a))) t)))> |
#<alt (* -60 (/ y (* a (- z t))))> |
#<alt (+ (* -60 (/ y (* a (- z t)))) (* 60 (/ x (* a (- z t)))))> |
#<alt (+ (* -60 (/ y (* a (- z t)))) (* 60 (/ x (* a (- z t)))))> |
#<alt (+ (* -60 (/ y (* a (- z t)))) (* 60 (/ x (* a (- z t)))))> |
#<alt (* 60 (/ x (* a (- z t))))> |
#<alt (* x (+ (* -60 (/ y (* a (* x (- z t))))) (* 60 (/ 1 (* a (- z t))))))> |
#<alt (* x (+ (* -60 (/ y (* a (* x (- z t))))) (* 60 (/ 1 (* a (- z t))))))> |
#<alt (* x (+ (* -60 (/ y (* a (* x (- z t))))) (* 60 (/ 1 (* a (- z t))))))> |
#<alt (* 60 (/ x (* a (- z t))))> |
#<alt (* -1 (* x (- (* 60 (/ y (* a (* x (- z t))))) (* 60 (/ 1 (* a (- z t)))))))> |
#<alt (* -1 (* x (- (* 60 (/ y (* a (* x (- z t))))) (* 60 (/ 1 (* a (- z t)))))))> |
#<alt (* -1 (* x (- (* 60 (/ y (* a (* x (- z t))))) (* 60 (/ 1 (* a (- z t)))))))> |
#<alt (* 60 (/ x (* a (- z t))))> |
#<alt (+ (* -60 (/ y (* a (- z t)))) (* 60 (/ x (* a (- z t)))))> |
#<alt (+ (* -60 (/ y (* a (- z t)))) (* 60 (/ x (* a (- z t)))))> |
#<alt (+ (* -60 (/ y (* a (- z t)))) (* 60 (/ x (* a (- z t)))))> |
#<alt (* -60 (/ y (* a (- z t))))> |
#<alt (* y (- (* 60 (/ x (* a (* y (- z t))))) (* 60 (/ 1 (* a (- z t))))))> |
#<alt (* y (- (* 60 (/ x (* a (* y (- z t))))) (* 60 (/ 1 (* a (- z t))))))> |
#<alt (* y (- (* 60 (/ x (* a (* y (- z t))))) (* 60 (/ 1 (* a (- z t))))))> |
#<alt (* -60 (/ y (* a (- z t))))> |
#<alt (* -1 (* y (+ (* -60 (/ x (* a (* y (- z t))))) (* 60 (/ 1 (* a (- z t)))))))> |
#<alt (* -1 (* y (+ (* -60 (/ x (* a (* y (- z t))))) (* 60 (/ 1 (* a (- z t)))))))> |
#<alt (* -1 (* y (+ (* -60 (/ x (* a (* y (- z t))))) (* 60 (/ 1 (* a (- z t)))))))> |
#<alt (* 60 (/ (- x y) (* a (- z t))))> |
#<alt (* 60 (/ (- x y) (* a (- z t))))> |
#<alt (* 60 (/ (- x y) (* a (- z t))))> |
#<alt (* 60 (/ (- x y) (* a (- z t))))> |
#<alt (* 60 (/ (- x y) (* a (- z t))))> |
#<alt (* 60 (/ (- x y) (* a (- z t))))> |
#<alt (* 60 (/ (- x y) (* a (- z t))))> |
#<alt (* 60 (/ (- x y) (* a (- z t))))> |
#<alt (* 60 (/ (- x y) (* a (- z t))))> |
#<alt (* 60 (/ (- x y) (* a (- z t))))> |
#<alt (* 60 (/ (- x y) (* a (- z t))))> |
#<alt (* 60 (/ (- x y) (* a (- z t))))> |
#<alt (* -60 (/ (- x y) (* a t)))> |
#<alt (+ (* -60 (/ (- x y) (* a t))) (* 60 (* z (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2)))))))> |
#<alt (+ (* -60 (/ (- x y) (* a t))) (* z (+ (* 60 (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2))))) (* 60 (/ (* z (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2))))) t)))))> |
#<alt (+ (* -60 (/ (- x y) (* a t))) (* z (+ (* 60 (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2))))) (* z (+ (* 60 (/ (* z (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2))))) (pow t 2))) (* 60 (/ (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2)))) t)))))))> |
#<alt (* 60 (/ (- x y) (* a z)))> |
#<alt (/ (+ (* 60 (/ (* t (- x y)) (* a z))) (* 60 (/ (- x y) a))) z)> |
#<alt (/ (+ (* 60 (/ (* t (- x y)) (* a z))) (+ (* 60 (/ (* (pow t 2) (- x y)) (* a (pow z 2)))) (* 60 (/ (- x y) a)))) z)> |
#<alt (/ (+ (* 60 (/ (* t (- x y)) (* a z))) (+ (* 60 (/ (* (pow t 2) (- x y)) (* a (pow z 2)))) (+ (* 60 (/ (* (pow t 3) (- x y)) (* a (pow z 3)))) (* 60 (/ (- x y) a))))) z)> |
#<alt (* 60 (/ (- x y) (* a z)))> |
#<alt (* -1 (/ (+ (* -60 (/ (* t (- x y)) (* a z))) (* -60 (/ (- x y) a))) z))> |
#<alt (* -1 (/ (+ (* -60 (/ (- x y) a)) (* -1 (/ (+ (* 60 (/ (* t (- x y)) a)) (* 60 (/ (* (pow t 2) (- x y)) (* a z)))) z))) z))> |
#<alt (* -1 (/ (+ (* -60 (/ (- x y) a)) (* -1 (/ (+ (* -1 (/ (+ (* -60 (/ (* (pow t 2) (- x y)) a)) (* -60 (/ (* (pow t 3) (- x y)) (* a z)))) z)) (* 60 (/ (* t (- x y)) a))) z))) z))> |
#<alt (* 60 (/ (- x y) (* a z)))> |
#<alt (+ (* 60 (/ (* t (- x y)) (* a (pow z 2)))) (* 60 (/ (- x y) (* a z))))> |
#<alt (+ (* 60 (/ (- x y) (* a z))) (* t (+ (* 60 (/ (* t (- x y)) (* a (pow z 3)))) (* 60 (/ (- x y) (* a (pow z 2)))))))> |
#<alt (+ (* 60 (/ (- x y) (* a z))) (* t (+ (* 60 (/ (- x y) (* a (pow z 2)))) (* t (+ (* 60 (/ (* t (- x y)) (* a (pow z 4)))) (* 60 (/ (- x y) (* a (pow z 3)))))))))> |
#<alt (* -60 (/ (- x y) (* a t)))> |
#<alt (/ (+ (* -60 (/ (* z (- x y)) (* a t))) (* -60 (/ (- x y) a))) t)> |
#<alt (/ (+ (* -60 (/ (* z (- x y)) (* a t))) (+ (* -60 (/ (* (pow z 2) (- x y)) (* a (pow t 2)))) (* -60 (/ (- x y) a)))) t)> |
#<alt (/ (+ (* -60 (/ (* z (- x y)) (* a t))) (+ (* -60 (/ (* (pow z 2) (- x y)) (* a (pow t 2)))) (+ (* -60 (/ (* (pow z 3) (- x y)) (* a (pow t 3)))) (* -60 (/ (- x y) a))))) t)> |
#<alt (* -60 (/ (- x y) (* a t)))> |
#<alt (* -1 (/ (+ (* 60 (/ (* z (- x y)) (* a t))) (* 60 (/ (- x y) a))) t))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* -60 (/ (* z (- x y)) a)) (* -60 (/ (* (pow z 2) (- x y)) (* a t)))) t)) (* 60 (/ (- x y) a))) t))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* -60 (/ (* z (- x y)) a)) (* -1 (/ (+ (* 60 (/ (* (pow z 2) (- x y)) a)) (* 60 (/ (* (pow z 3) (- x y)) (* a t)))) t))) t)) (* 60 (/ (- x y) a))) t))> |
#<alt (* -60 y)> |
#<alt (+ (* -60 y) (* 60 x))> |
#<alt (+ (* -60 y) (* 60 x))> |
#<alt (+ (* -60 y) (* 60 x))> |
#<alt (* 60 x)> |
#<alt (* x (+ 60 (* -60 (/ y x))))> |
#<alt (* x (+ 60 (* -60 (/ y x))))> |
#<alt (* x (+ 60 (* -60 (/ y x))))> |
#<alt (* 60 x)> |
#<alt (* -1 (* x (- (* 60 (/ y x)) 60)))> |
#<alt (* -1 (* x (- (* 60 (/ y x)) 60)))> |
#<alt (* -1 (* x (- (* 60 (/ y x)) 60)))> |
#<alt (* 60 x)> |
#<alt (+ (* -60 y) (* 60 x))> |
#<alt (+ (* -60 y) (* 60 x))> |
#<alt (+ (* -60 y) (* 60 x))> |
#<alt (* -60 y)> |
#<alt (* y (- (* 60 (/ x y)) 60))> |
#<alt (* y (- (* 60 (/ x y)) 60))> |
#<alt (* y (- (* 60 (/ x y)) 60))> |
#<alt (* -60 y)> |
#<alt (* -1 (* y (+ 60 (* -60 (/ x y)))))> |
#<alt (* -1 (* y (+ 60 (* -60 (/ x y)))))> |
#<alt (* -1 (* y (+ 60 (* -60 (/ x y)))))> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* a (- z t))> |
#<alt (* a (- z t))> |
#<alt (* a (- z t))> |
#<alt (* a (- z t))> |
#<alt (* a (- z t))> |
#<alt (* a (- z t))> |
#<alt (* a (- z t))> |
#<alt (* a (- z t))> |
#<alt (* a (- z t))> |
#<alt (* a (- z t))> |
#<alt (* a (- z t))> |
#<alt (* a (- z t))> |
#<alt (* -1 (* a t))> |
#<alt (+ (* -1 (* a t)) (* a z))> |
#<alt (+ (* -1 (* a t)) (* a z))> |
#<alt (+ (* -1 (* a t)) (* a z))> |
#<alt (* a z)> |
#<alt (* z (+ a (* -1 (/ (* a t) z))))> |
#<alt (* z (+ a (* -1 (/ (* a t) z))))> |
#<alt (* z (+ a (* -1 (/ (* a t) z))))> |
#<alt (* a z)> |
#<alt (* -1 (* z (+ (* -1 a) (/ (* a t) z))))> |
#<alt (* -1 (* z (+ (* -1 a) (/ (* a t) z))))> |
#<alt (* -1 (* z (+ (* -1 a) (/ (* a t) z))))> |
#<alt (* a z)> |
#<alt (+ (* -1 (* a t)) (* a z))> |
#<alt (+ (* -1 (* a t)) (* a z))> |
#<alt (+ (* -1 (* a t)) (* a z))> |
#<alt (* -1 (* a t))> |
#<alt (* t (+ (* -1 a) (/ (* a z) t)))> |
#<alt (* t (+ (* -1 a) (/ (* a z) t)))> |
#<alt (* t (+ (* -1 a) (/ (* a z) t)))> |
#<alt (* -1 (* a t))> |
#<alt (* -1 (* t (+ a (* -1 (/ (* a z) t)))))> |
#<alt (* -1 (* t (+ a (* -1 (/ (* a z) t)))))> |
#<alt (* -1 (* t (+ a (* -1 (/ (* a z) t)))))> |
177 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 12.0ms | x | @ | -inf | (* a (+ 120 (/ (* 60 (- x y)) (* a (- z t))))) |
| 3.0ms | x | @ | inf | (* a (+ 120 (/ (* 60 (- x y)) (* a (- z t))))) |
| 2.0ms | a | @ | inf | (/ (* 60 (- x y)) (* a (- z t))) |
| 1.0ms | z | @ | 0 | (* a (+ 120 (/ (* 60 (- x y)) (* a (- z t))))) |
| 1.0ms | x | @ | 0 | (* a (+ 120 (/ (* 60 (- x y)) (* a (- z t))))) |
| 1× | batch-egg-rewrite |
| 5 708× | accelerator-lowering-fma.f32 |
| 5 708× | accelerator-lowering-fma.f64 |
| 4 730× | /-lowering-/.f32 |
| 4 730× | /-lowering-/.f64 |
| 4 550× | *-lowering-*.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 28 | 140 |
| 1 | 173 | 140 |
| 2 | 1562 | 140 |
| 0 | 8175 | 135 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ (* (/ (- x y) (- z t)) 60) (* a 120)) |
(* (/ (- x y) (- z t)) 60) |
(/ (- x y) (- z t)) |
(- x y) |
(* -60 (/ y (- z t))) |
(/ y (- z t)) |
(- z t) |
(+ (* 120 a) (/ (* -60 y) z)) |
(* 120 a) |
(/ (* -60 y) z) |
(* -60 y) |
(+ (* (/ 60 z) (- x y)) (* a 120)) |
(* (/ 60 z) (- x y)) |
(/ 60 z) |
(* a (+ 120 (/ (* 60 (- x y)) (* a (- z t))))) |
(+ 120 (/ (* 60 (- x y)) (* a (- z t)))) |
(/ (* 60 (- x y)) (* a (- z t))) |
(* 60 (- x y)) |
(* a 120) |
(* a (- z t)) |
| Outputs |
|---|
(+.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t)) (*.f64 a #s(literal 120 binary64))) |
(+.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t))) |
(-.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t)))) (+.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a))) (/.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (+.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) |
(-.f64 (/.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (-.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t)))) (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t)))) (-.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t))))) |
(fma.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 z t)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (-.f64 x y) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) #s(literal 60 binary64)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (-.f64 x y) (-.f64 z t)) #s(literal 60 binary64) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) (-.f64 z t)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 a #s(literal 120 binary64) (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t))) |
(fma.f64 #s(literal 120 binary64) a (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t))) |
(fma.f64 #s(literal -60 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 z t)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (*.f64 (/.f64 (-.f64 x y) (+.f64 z t)) (/.f64 #s(literal 60 binary64) (-.f64 z t))) (+.f64 z t) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (-.f64 x y) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (/.f64 #s(literal 60 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (-.f64 x y) (-.f64 (*.f64 z z) (*.f64 t t))) (/.f64 #s(literal 60 binary64) (/.f64 #s(literal 1 binary64) (+.f64 z t))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (-.f64 x y) #s(literal -1 binary64)) (/.f64 #s(literal -60 binary64) (-.f64 z t)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) #s(literal -1 binary64)) (/.f64 #s(literal 60 binary64) (-.f64 z t)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 #s(literal 60 binary64) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (/.f64 (-.f64 x y) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 #s(literal 60 binary64) (-.f64 (*.f64 z z) (*.f64 t t))) (/.f64 (-.f64 x y) (/.f64 #s(literal 1 binary64) (+.f64 z t))) (*.f64 a #s(literal 120 binary64))) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a)))) (+.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t)))) (*.f64 (*.f64 a #s(literal 120 binary64)) (-.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t)))))) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a)))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t)) (*.f64 (-.f64 x y) #s(literal 60 binary64))) (*.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (*.f64 a #s(literal 120 binary64)))) (-.f64 z t)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t)))) (*.f64 (*.f64 a #s(literal 120 binary64)) (-.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t))))) (+.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t)))) (*.f64 #s(literal 14400 binary64) (*.f64 a a))))) |
(/.f64 (-.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t)))) (*.f64 #s(literal 14400 binary64) (*.f64 a a))) (+.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t)))) (*.f64 (*.f64 a #s(literal 120 binary64)) (-.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t))))) (+.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t)))) (*.f64 #s(literal 14400 binary64) (*.f64 a a)))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))))) (neg.f64 (+.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t)))) (*.f64 (*.f64 a #s(literal 120 binary64)) (-.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t))))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))))) (neg.f64 (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t)) (*.f64 (-.f64 x y) #s(literal 60 binary64))) (*.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (*.f64 a #s(literal 120 binary64)))) (-.f64 z t))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t)))) (*.f64 #s(literal 14400 binary64) (*.f64 a a)))) (neg.f64 (+.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) |
(/.f64 (-.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t))))) (-.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t)))) (+.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a))) (*.f64 (+.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)) (*.f64 #s(literal 14400 binary64) (*.f64 a a)))) (*.f64 (+.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)) (+.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a)))))) (neg.f64 (neg.f64 (+.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t)))) (*.f64 (*.f64 a #s(literal 120 binary64)) (-.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t)))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t)))) (*.f64 #s(literal 14400 binary64) (*.f64 a a))))) (neg.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t)))))) (neg.f64 (-.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t)))) (+.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (+.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t)))) (+.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a))) (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t)))) (+.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (+.f64 (*.f64 (/.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (+.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a))) (/.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (+.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) (*.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t)))) (+.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a))) (/.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (+.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a))))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t)))) (*.f64 (*.f64 a #s(literal 120 binary64)) (-.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t))))) (+.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)) (-.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t)))) (*.f64 #s(literal 14400 binary64) (*.f64 a a)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t)))) (*.f64 (*.f64 a #s(literal 120 binary64)) (-.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t)))) (*.f64 #s(literal 14400 binary64) (*.f64 a a))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t)) (*.f64 #s(literal -120 binary64) a)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 #s(literal 0 binary64) (-.f64 z t)))) |
(/.f64 #s(literal 60 binary64) (/.f64 (-.f64 z t) (-.f64 x y))) |
(/.f64 #s(literal -60 binary64) (neg.f64 (/.f64 (-.f64 z t) (-.f64 x y)))) |
(/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t)) |
(/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 #s(literal 0 binary64) (-.f64 z t))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 z t) (*.f64 (-.f64 x y) #s(literal 60 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 z t) (*.f64 (-.f64 x y) #s(literal 60 binary64))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)))) |
(pow.f64 (/.f64 (-.f64 z t) (*.f64 (-.f64 x y) #s(literal 60 binary64))) #s(literal -1 binary64)) |
(*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 z t))) |
(*.f64 (-.f64 x y) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) #s(literal 60 binary64))) |
(*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) #s(literal 60 binary64)) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) (-.f64 z t))) |
(*.f64 #s(literal -60 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) (-.f64 z t))) |
(*.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 z t))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t))) |
(*.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))) |
(*.f64 (*.f64 (/.f64 (-.f64 x y) (+.f64 z t)) (/.f64 #s(literal 60 binary64) (-.f64 z t))) (+.f64 z t)) |
(*.f64 (/.f64 (-.f64 x y) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (/.f64 #s(literal 60 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))))) |
(*.f64 (/.f64 (-.f64 x y) (-.f64 (*.f64 z z) (*.f64 t t))) (/.f64 #s(literal 60 binary64) (/.f64 #s(literal 1 binary64) (+.f64 z t)))) |
(*.f64 (/.f64 (-.f64 x y) #s(literal -1 binary64)) (/.f64 #s(literal -60 binary64) (-.f64 z t))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) #s(literal -1 binary64)) (/.f64 #s(literal 60 binary64) (-.f64 z t))) |
(*.f64 (/.f64 #s(literal 60 binary64) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (/.f64 (-.f64 x y) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))))) |
(*.f64 (/.f64 #s(literal 60 binary64) (-.f64 (*.f64 z z) (*.f64 t t))) (/.f64 (-.f64 x y) (/.f64 #s(literal 1 binary64) (+.f64 z t)))) |
(+.f64 (/.f64 x (-.f64 z t)) (neg.f64 (/.f64 y (-.f64 z t)))) |
(+.f64 (/.f64 x (-.f64 z t)) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 1 binary64) (-.f64 z t)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (-.f64 z t) (-.f64 x y))) #s(literal -1 binary64))) |
(-.f64 (/.f64 x (-.f64 z t)) (/.f64 y (-.f64 z t))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (/.f64 (-.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 z t)))) |
(-.f64 (/.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) (-.f64 z t)) (/.f64 (/.f64 (*.f64 y (*.f64 y y)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) (-.f64 z t))) |
(-.f64 (/.f64 (/.f64 (*.f64 x x) (+.f64 x y)) (-.f64 z t)) (/.f64 (/.f64 (*.f64 y y) (+.f64 x y)) (-.f64 z t))) |
(-.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 (-.f64 z t) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 (-.f64 z t) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))))) |
(-.f64 (/.f64 (*.f64 x x) (*.f64 (-.f64 z t) (+.f64 x y))) (/.f64 (*.f64 y y) (*.f64 (-.f64 z t) (+.f64 x y)))) |
(-.f64 (/.f64 (*.f64 x (-.f64 z t)) (*.f64 (-.f64 z t) (-.f64 z t))) (/.f64 (*.f64 (-.f64 z t) y) (*.f64 (-.f64 z t) (-.f64 z t)))) |
(-.f64 (/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) (-.f64 z t))) (*.f64 (-.f64 z t) (-.f64 #s(literal 0 binary64) (-.f64 z t)))) (/.f64 (*.f64 (-.f64 z t) (-.f64 #s(literal 0 binary64) y)) (*.f64 (-.f64 z t) (-.f64 #s(literal 0 binary64) (-.f64 z t))))) |
(-.f64 (/.f64 (*.f64 x (/.f64 (-.f64 z t) y)) (*.f64 (-.f64 z t) (/.f64 (-.f64 z t) y))) (/.f64 (*.f64 (-.f64 z t) #s(literal 1 binary64)) (*.f64 (-.f64 z t) (/.f64 (-.f64 z t) y)))) |
(-.f64 (/.f64 (*.f64 (/.f64 x (-.f64 z t)) (*.f64 (/.f64 x (-.f64 z t)) (/.f64 x (-.f64 z t)))) (+.f64 (*.f64 (/.f64 x (-.f64 z t)) (/.f64 x (-.f64 z t))) (+.f64 (*.f64 (/.f64 y (-.f64 z t)) (/.f64 y (-.f64 z t))) (*.f64 (/.f64 x (-.f64 z t)) (/.f64 y (-.f64 z t)))))) (/.f64 (*.f64 (/.f64 y (-.f64 z t)) (*.f64 (/.f64 y (-.f64 z t)) (/.f64 y (-.f64 z t)))) (+.f64 (*.f64 (/.f64 x (-.f64 z t)) (/.f64 x (-.f64 z t))) (+.f64 (*.f64 (/.f64 y (-.f64 z t)) (/.f64 y (-.f64 z t))) (*.f64 (/.f64 x (-.f64 z t)) (/.f64 y (-.f64 z t))))))) |
(-.f64 (/.f64 (*.f64 (/.f64 x (-.f64 z t)) (/.f64 x (-.f64 z t))) (+.f64 (/.f64 x (-.f64 z t)) (/.f64 y (-.f64 z t)))) (/.f64 (*.f64 (/.f64 y (-.f64 z t)) (/.f64 y (-.f64 z t))) (+.f64 (/.f64 x (-.f64 z t)) (/.f64 y (-.f64 z t))))) |
(fma.f64 x (/.f64 #s(literal 1 binary64) (-.f64 z t)) (neg.f64 (/.f64 y (-.f64 z t)))) |
(fma.f64 x (/.f64 #s(literal 1 binary64) (-.f64 z t)) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 1 binary64) (-.f64 z t)))) |
(fma.f64 (/.f64 x (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))) (neg.f64 (/.f64 y (-.f64 z t)))) |
(fma.f64 (/.f64 x (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 1 binary64) (-.f64 z t)))) |
(fma.f64 (/.f64 x (-.f64 (*.f64 z z) (*.f64 t t))) (+.f64 z t) (neg.f64 (/.f64 y (-.f64 z t)))) |
(fma.f64 (/.f64 x (-.f64 (*.f64 z z) (*.f64 t t))) (+.f64 z t) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 1 binary64) (-.f64 z t)))) |
(neg.f64 (/.f64 (-.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 z t)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) (-.f64 z t))) |
(/.f64 (-.f64 x y) (-.f64 z t)) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) (-.f64 #s(literal 0 binary64) (-.f64 z t))) |
(/.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 (-.f64 z t) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 z t) (-.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 z t) (-.f64 x y)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (-.f64 z t) (-.f64 x y))))) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 y y)) (*.f64 (-.f64 z t) (+.f64 x y))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 z t) (-.f64 x y)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (-.f64 z t) (-.f64 x y)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 x (-.f64 z t)) (*.f64 (-.f64 z t) y)) (*.f64 (-.f64 z t) (-.f64 z t))) |
(/.f64 (-.f64 (*.f64 x (-.f64 #s(literal 0 binary64) (-.f64 z t))) (*.f64 (-.f64 z t) (-.f64 #s(literal 0 binary64) y))) (*.f64 (-.f64 z t) (-.f64 #s(literal 0 binary64) (-.f64 z t)))) |
(/.f64 (-.f64 (*.f64 x (/.f64 (-.f64 z t) y)) (*.f64 (-.f64 z t) #s(literal 1 binary64))) (*.f64 (-.f64 z t) (/.f64 (-.f64 z t) y))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))) (-.f64 z t))) |
(/.f64 (*.f64 (-.f64 (*.f64 x x) (*.f64 y y)) #s(literal 1 binary64)) (*.f64 (+.f64 x y) (-.f64 z t))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (neg.f64 (*.f64 (-.f64 z t) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x x) (*.f64 y y))) (neg.f64 (*.f64 (-.f64 z t) (+.f64 x y)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y))) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (/.f64 x (-.f64 z t)) (*.f64 (/.f64 x (-.f64 z t)) (/.f64 x (-.f64 z t)))) (*.f64 (/.f64 y (-.f64 z t)) (*.f64 (/.f64 y (-.f64 z t)) (/.f64 y (-.f64 z t))))) (+.f64 (*.f64 (/.f64 x (-.f64 z t)) (/.f64 x (-.f64 z t))) (+.f64 (*.f64 (/.f64 y (-.f64 z t)) (/.f64 y (-.f64 z t))) (*.f64 (/.f64 x (-.f64 z t)) (/.f64 y (-.f64 z t)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 x (-.f64 z t)) (/.f64 x (-.f64 z t))) (*.f64 (/.f64 y (-.f64 z t)) (/.f64 y (-.f64 z t)))) (+.f64 (/.f64 x (-.f64 z t)) (/.f64 y (-.f64 z t)))) |
(/.f64 (*.f64 (-.f64 x y) #s(literal 1 binary64)) (-.f64 z t)) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 1 binary64) (-.f64 z t))) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) |
(/.f64 (*.f64 (-.f64 (*.f64 x x) (*.f64 y y)) (/.f64 #s(literal 1 binary64) (-.f64 z t))) (+.f64 x y)) |
(/.f64 (-.f64 (neg.f64 x) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) (-.f64 z t))) |
(/.f64 (-.f64 x (*.f64 y #s(literal 1 binary64))) (-.f64 z t)) |
(/.f64 (-.f64 (*.f64 x (/.f64 (/.f64 (-.f64 z t) y) #s(literal 1 binary64))) (*.f64 (-.f64 z t) #s(literal 1 binary64))) (*.f64 (-.f64 z t) (/.f64 (/.f64 (-.f64 z t) y) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 x (neg.f64 (/.f64 (-.f64 z t) y))) (*.f64 (-.f64 z t) #s(literal -1 binary64))) (*.f64 (-.f64 z t) (neg.f64 (/.f64 (-.f64 z t) y)))) |
(/.f64 (-.f64 (*.f64 x (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)))) (*.f64 (-.f64 z t) (neg.f64 (-.f64 #s(literal 0 binary64) y)))) (*.f64 (-.f64 z t) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t))))) |
(/.f64 (-.f64 (*.f64 x (-.f64 z t)) (*.f64 (-.f64 z t) (*.f64 y #s(literal 1 binary64)))) (*.f64 (-.f64 z t) (-.f64 z t))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 z t)) (*.f64 (/.f64 (-.f64 z t) x) y)) (*.f64 (/.f64 (-.f64 z t) x) (-.f64 z t))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (*.f64 (/.f64 (-.f64 z t) x) (-.f64 #s(literal 0 binary64) y))) (*.f64 (/.f64 (-.f64 z t) x) (-.f64 #s(literal 0 binary64) (-.f64 z t)))) |
(/.f64 (-.f64 (/.f64 (-.f64 z t) y) (*.f64 (/.f64 (-.f64 z t) x) #s(literal 1 binary64))) (*.f64 (/.f64 (-.f64 z t) x) (/.f64 (-.f64 z t) y))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 z t) y) #s(literal 1 binary64))) (*.f64 (/.f64 (-.f64 z t) x) #s(literal 1 binary64))) (*.f64 (/.f64 (-.f64 z t) x) (/.f64 (/.f64 (-.f64 z t) y) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (/.f64 (-.f64 z t) y))) (*.f64 (/.f64 (-.f64 z t) x) #s(literal -1 binary64))) (*.f64 (/.f64 (-.f64 z t) x) (neg.f64 (/.f64 (-.f64 z t) y)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)))) (*.f64 (/.f64 (-.f64 z t) x) (neg.f64 (-.f64 #s(literal 0 binary64) y)))) (*.f64 (/.f64 (-.f64 z t) x) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 z t)) (*.f64 (/.f64 (-.f64 z t) x) (*.f64 y #s(literal 1 binary64)))) (*.f64 (/.f64 (-.f64 z t) x) (-.f64 z t))) |
(/.f64 (-.f64 (*.f64 (neg.f64 x) (-.f64 z t)) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)) y)) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)) (-.f64 z t))) |
(/.f64 (-.f64 (*.f64 (neg.f64 x) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)) (-.f64 #s(literal 0 binary64) y))) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)) (-.f64 #s(literal 0 binary64) (-.f64 z t)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 x) (/.f64 (-.f64 z t) y)) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)) (/.f64 (-.f64 z t) y))) |
(/.f64 (-.f64 (*.f64 (neg.f64 x) (/.f64 (/.f64 (-.f64 z t) y) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)) (/.f64 (/.f64 (-.f64 z t) y) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 x) (neg.f64 (/.f64 (-.f64 z t) y))) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)) (neg.f64 (/.f64 (-.f64 z t) y)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 x) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)))) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)) (neg.f64 (-.f64 #s(literal 0 binary64) y)))) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t))))) |
(/.f64 (-.f64 (*.f64 (neg.f64 x) (-.f64 z t)) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)) (*.f64 y #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)) (-.f64 z t))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))) (-.f64 z t)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 x x) (*.f64 y y)) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 x y) (-.f64 z t)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 x y) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (-.f64 z t))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x (-.f64 z t)) (*.f64 (-.f64 z t) y))) (neg.f64 (*.f64 (-.f64 z t) (-.f64 z t)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x (-.f64 #s(literal 0 binary64) (-.f64 z t))) (*.f64 (-.f64 z t) (-.f64 #s(literal 0 binary64) y)))) (neg.f64 (*.f64 (-.f64 z t) (-.f64 #s(literal 0 binary64) (-.f64 z t))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x (/.f64 (-.f64 z t) y)) (*.f64 (-.f64 z t) #s(literal 1 binary64)))) (neg.f64 (*.f64 (-.f64 z t) (/.f64 (-.f64 z t) y)))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 x (-.f64 z t)) (*.f64 (/.f64 x (-.f64 z t)) (/.f64 x (-.f64 z t)))) (*.f64 (/.f64 y (-.f64 z t)) (*.f64 (/.f64 y (-.f64 z t)) (/.f64 y (-.f64 z t)))))) (neg.f64 (+.f64 (*.f64 (/.f64 x (-.f64 z t)) (/.f64 x (-.f64 z t))) (+.f64 (*.f64 (/.f64 y (-.f64 z t)) (/.f64 y (-.f64 z t))) (*.f64 (/.f64 x (-.f64 z t)) (/.f64 y (-.f64 z t))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 x (-.f64 z t)) (/.f64 x (-.f64 z t))) (*.f64 (/.f64 y (-.f64 z t)) (/.f64 y (-.f64 z t))))) (neg.f64 (+.f64 (/.f64 x (-.f64 z t)) (/.f64 y (-.f64 z t))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 1 binary64) (-.f64 z t)))) (neg.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 x x) (*.f64 y y)) (/.f64 #s(literal 1 binary64) (-.f64 z t)))) (neg.f64 (+.f64 x y))) |
(/.f64 (+.f64 (*.f64 (/.f64 x (-.f64 z t)) (*.f64 (/.f64 x (-.f64 z t)) (/.f64 x (-.f64 z t)))) (pow.f64 (neg.f64 (/.f64 y (-.f64 z t))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 x (-.f64 z t)) (/.f64 x (-.f64 z t))) (-.f64 (*.f64 (neg.f64 (/.f64 y (-.f64 z t))) (neg.f64 (/.f64 y (-.f64 z t)))) (*.f64 (/.f64 x (-.f64 z t)) (neg.f64 (/.f64 y (-.f64 z t))))))) |
(/.f64 (+.f64 (*.f64 (/.f64 x (-.f64 z t)) (*.f64 (/.f64 x (-.f64 z t)) (/.f64 x (-.f64 z t)))) (pow.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 1 binary64) (-.f64 z t))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 x (-.f64 z t)) (/.f64 x (-.f64 z t))) (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 1 binary64) (-.f64 z t))) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 1 binary64) (-.f64 z t)))) (*.f64 (/.f64 x (-.f64 z t)) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 1 binary64) (-.f64 z t))))))) |
(pow.f64 (/.f64 (-.f64 z t) (-.f64 x y)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (-.f64 z t) (-.f64 x y)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 (-.f64 x y) (/.f64 #s(literal 1 binary64) (-.f64 z t))) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 x y) (-.f64 z t))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) (-.f64 x y)) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 x y)) #s(literal -1 binary64))) |
(*.f64 (/.f64 (-.f64 x y) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))) |
(*.f64 (/.f64 (-.f64 x y) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))))) |
(*.f64 (/.f64 (-.f64 x y) (-.f64 (*.f64 z z) (*.f64 t t))) (+.f64 z t)) |
(*.f64 (/.f64 (-.f64 x y) (-.f64 (*.f64 z z) (*.f64 t t))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 z t)))) |
(*.f64 (pow.f64 (/.f64 (-.f64 z t) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) |
(*.f64 (pow.f64 (/.f64 (-.f64 z t) (-.f64 (*.f64 x x) (*.f64 y y))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x y))) |
(*.f64 (/.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))))) |
(*.f64 (/.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (-.f64 (*.f64 z z) (*.f64 t t))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) (/.f64 #s(literal 1 binary64) (+.f64 z t)))) |
(*.f64 (/.f64 (-.f64 (*.f64 x x) (*.f64 y y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))))) |
(*.f64 (/.f64 (-.f64 (*.f64 x x) (*.f64 y y)) (-.f64 (*.f64 z z) (*.f64 t t))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) (/.f64 #s(literal 1 binary64) (+.f64 z t)))) |
(*.f64 (/.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))) (-.f64 z t)) (/.f64 (-.f64 x y) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) |
(*.f64 (/.f64 (+.f64 x y) (-.f64 z t)) (/.f64 (-.f64 x y) (+.f64 x y))) |
(+.f64 x (-.f64 #s(literal 0 binary64) y)) |
(+.f64 (-.f64 #s(literal 0 binary64) y) x) |
(-.f64 x y) |
(-.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) (/.f64 (*.f64 y (*.f64 y y)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) |
(-.f64 (/.f64 (*.f64 x x) (+.f64 x y)) (/.f64 (*.f64 y y) (+.f64 x y))) |
(-.f64 (/.f64 (*.f64 x x) (-.f64 x (-.f64 #s(literal 0 binary64) y))) (/.f64 (*.f64 y y) (-.f64 x (-.f64 #s(literal 0 binary64) y)))) |
(fma.f64 #s(literal -1 binary64) y x) |
(/.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) |
(/.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 x x) (-.f64 (*.f64 y y) (*.f64 x (-.f64 #s(literal 0 binary64) y))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 x y) (-.f64 (*.f64 x x) (*.f64 y y)))) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 y y)) (+.f64 x y)) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 y y)) (-.f64 x (-.f64 #s(literal 0 binary64) y))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 x y) (-.f64 (*.f64 x x) (*.f64 y y))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (neg.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (neg.f64 (+.f64 (*.f64 x x) (-.f64 (*.f64 y y) (*.f64 x (-.f64 #s(literal 0 binary64) y)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x x) (*.f64 y y))) (neg.f64 (+.f64 x y))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x x) (*.f64 y y))) (neg.f64 (-.f64 x (-.f64 #s(literal 0 binary64) y)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) (*.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))) (*.f64 y (*.f64 y y)))) (*.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) (+.f64 x y)) (*.f64 (+.f64 x y) (*.f64 y y))) (*.f64 (+.f64 x y) (+.f64 x y))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))))) (neg.f64 (neg.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 x x) (*.f64 y y)))) (neg.f64 (neg.f64 (+.f64 x y)))) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (*.f64 y (*.f64 y y))) (*.f64 x (*.f64 x x))) (+.f64 (*.f64 y y) (-.f64 (*.f64 x x) (*.f64 (-.f64 #s(literal 0 binary64) y) x)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 y (*.f64 y y)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) (+.f64 (*.f64 (/.f64 (*.f64 y (*.f64 y y)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) (/.f64 (*.f64 y (*.f64 y y)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) (*.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) (/.f64 (*.f64 y (*.f64 y y)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 x x) (+.f64 x y)) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 y y) (+.f64 x y)) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 x x) (+.f64 x y)) (/.f64 (*.f64 x x) (+.f64 x y))) (+.f64 (*.f64 (/.f64 (*.f64 y y) (+.f64 x y)) (/.f64 (*.f64 y y) (+.f64 x y))) (*.f64 (/.f64 (*.f64 x x) (+.f64 x y)) (/.f64 (*.f64 y y) (+.f64 x y)))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 x y) (-.f64 (*.f64 x x) (*.f64 y y))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) |
(*.f64 (-.f64 (*.f64 x x) (*.f64 y y)) (/.f64 #s(literal 1 binary64) (+.f64 x y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (/.f64 (*.f64 y #s(literal -60 binary64)) (-.f64 #s(literal 0 binary64) (-.f64 z t)))) |
(/.f64 #s(literal 60 binary64) (neg.f64 (/.f64 (-.f64 z t) y))) |
(/.f64 #s(literal -60 binary64) (/.f64 (-.f64 z t) y)) |
(/.f64 (*.f64 y #s(literal -60 binary64)) (-.f64 z t)) |
(/.f64 (*.f64 y #s(literal 60 binary64)) (-.f64 #s(literal 0 binary64) (-.f64 z t))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 z t) (*.f64 y #s(literal -60 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 z t) (*.f64 y #s(literal -60 binary64))))) |
(/.f64 (neg.f64 (*.f64 y #s(literal 60 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)))) |
(pow.f64 (/.f64 (-.f64 z t) (*.f64 y #s(literal -60 binary64))) #s(literal -1 binary64)) |
(*.f64 y (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) #s(literal -60 binary64))) |
(*.f64 y (/.f64 #s(literal -60 binary64) (-.f64 z t))) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 z t))) |
(*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) |
(*.f64 (/.f64 y (-.f64 z t)) #s(literal -60 binary64)) |
(*.f64 (*.f64 y #s(literal -60 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 z t))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -60 binary64) (/.f64 (-.f64 z t) y))) |
(*.f64 (/.f64 y (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (/.f64 #s(literal -60 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))))) |
(*.f64 (/.f64 y (-.f64 (*.f64 z z) (*.f64 t t))) (/.f64 #s(literal -60 binary64) (/.f64 #s(literal 1 binary64) (+.f64 z t)))) |
(*.f64 (/.f64 (*.f64 y #s(literal -60 binary64)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))) |
(*.f64 (/.f64 (*.f64 y #s(literal -60 binary64)) (-.f64 (*.f64 z z) (*.f64 t t))) (+.f64 z t)) |
(*.f64 (/.f64 y #s(literal -1 binary64)) (/.f64 #s(literal 60 binary64) (-.f64 z t))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -1 binary64)) (/.f64 #s(literal -60 binary64) (-.f64 z t))) |
(*.f64 (/.f64 #s(literal -60 binary64) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (/.f64 y (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))))) |
(*.f64 (/.f64 #s(literal -60 binary64) (-.f64 (*.f64 z z) (*.f64 t t))) (/.f64 y (/.f64 #s(literal 1 binary64) (+.f64 z t)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (-.f64 z t) y)) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (/.f64 y (-.f64 #s(literal 0 binary64) (-.f64 z t)))) |
(neg.f64 (/.f64 y (-.f64 #s(literal 0 binary64) (-.f64 z t)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 z t))) |
(/.f64 y (-.f64 z t)) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) (-.f64 z t))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 z t) y)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 z t) y) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (-.f64 z t) y)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 z t) y))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (-.f64 z t) y) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) y)) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)))) |
(/.f64 (*.f64 y #s(literal 1 binary64)) (-.f64 z t)) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) y))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t))))) |
(/.f64 (neg.f64 (*.f64 y #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (-.f64 z t))) |
(pow.f64 (/.f64 (-.f64 z t) y) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (-.f64 z t) y) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 y (/.f64 #s(literal 1 binary64) (-.f64 z t))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t)))) |
(*.f64 #s(literal 1 binary64) (/.f64 y (-.f64 z t))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) y) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) (pow.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64))) |
(*.f64 (/.f64 y (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))) |
(*.f64 (/.f64 y (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))))) |
(*.f64 (/.f64 y (-.f64 (*.f64 z z) (*.f64 t t))) (+.f64 z t)) |
(*.f64 (/.f64 y (-.f64 (*.f64 z z) (*.f64 t t))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 z t)))) |
(+.f64 z (-.f64 #s(literal 0 binary64) t)) |
(+.f64 (-.f64 #s(literal 0 binary64) t) z) |
(-.f64 z t) |
(-.f64 (/.f64 (*.f64 z (*.f64 z z)) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))) (/.f64 (*.f64 t (*.f64 t t)) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))))) |
(-.f64 (/.f64 (*.f64 z z) (+.f64 z t)) (/.f64 (*.f64 t t) (+.f64 z t))) |
(-.f64 (/.f64 (*.f64 z z) (-.f64 z (-.f64 #s(literal 0 binary64) t))) (/.f64 (*.f64 t t) (-.f64 z (-.f64 #s(literal 0 binary64) t)))) |
(fma.f64 #s(literal -1 binary64) t z) |
(/.f64 (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t))) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))) |
(/.f64 (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t))) (+.f64 (*.f64 z z) (-.f64 (*.f64 t t) (*.f64 z (-.f64 #s(literal 0 binary64) t))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 z t) (-.f64 (*.f64 z z) (*.f64 t t)))) |
(/.f64 (-.f64 (*.f64 z z) (*.f64 t t)) (+.f64 z t)) |
(/.f64 (-.f64 (*.f64 z z) (*.f64 t t)) (-.f64 z (-.f64 #s(literal 0 binary64) t))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 z t) (-.f64 (*.f64 z z) (*.f64 t t))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (neg.f64 (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (neg.f64 (+.f64 (*.f64 z z) (-.f64 (*.f64 t t) (*.f64 z (-.f64 #s(literal 0 binary64) t)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 z z) (*.f64 t t))) (neg.f64 (+.f64 z t))) |
(/.f64 (neg.f64 (-.f64 (*.f64 z z) (*.f64 t t))) (neg.f64 (-.f64 z (-.f64 #s(literal 0 binary64) t)))) |
(/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 z z)) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))) (*.f64 (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))) (*.f64 t (*.f64 t t)))) (*.f64 (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))))) |
(/.f64 (-.f64 (*.f64 (*.f64 z z) (+.f64 z t)) (*.f64 (+.f64 z t) (*.f64 t t))) (*.f64 (+.f64 z t) (+.f64 z t))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t))))) (neg.f64 (neg.f64 (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 z z) (*.f64 t t)))) (neg.f64 (neg.f64 (+.f64 z t)))) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (*.f64 t (*.f64 t t))) (*.f64 z (*.f64 z z))) (+.f64 (*.f64 t t) (-.f64 (*.f64 z z) (*.f64 (-.f64 #s(literal 0 binary64) t) z)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 z (*.f64 z z)) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 t (*.f64 t t)) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 z (*.f64 z z)) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))) (/.f64 (*.f64 z (*.f64 z z)) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))))) (+.f64 (*.f64 (/.f64 (*.f64 t (*.f64 t t)) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))) (/.f64 (*.f64 t (*.f64 t t)) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))))) (*.f64 (/.f64 (*.f64 z (*.f64 z z)) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))) (/.f64 (*.f64 t (*.f64 t t)) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 z z) (+.f64 z t)) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 t t) (+.f64 z t)) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 z z) (+.f64 z t)) (/.f64 (*.f64 z z) (+.f64 z t))) (+.f64 (*.f64 (/.f64 (*.f64 t t) (+.f64 z t)) (/.f64 (*.f64 t t) (+.f64 z t))) (*.f64 (/.f64 (*.f64 z z) (+.f64 z t)) (/.f64 (*.f64 t t) (+.f64 z t)))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 z t) (-.f64 (*.f64 z z) (*.f64 t t))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))))) |
(*.f64 (-.f64 (*.f64 z z) (*.f64 t t)) (/.f64 #s(literal 1 binary64) (+.f64 z t))) |
(+.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 y #s(literal -60 binary64)) z)) |
(+.f64 (/.f64 (*.f64 y #s(literal -60 binary64)) z) (*.f64 a #s(literal 120 binary64))) |
(-.f64 (/.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 y z)))) (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 y z) (/.f64 y z))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 y z))))) |
(-.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 y z) (/.f64 y z))) (-.f64 (/.f64 (*.f64 y #s(literal -60 binary64)) z) (*.f64 a #s(literal 120 binary64)))) (/.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (-.f64 (/.f64 (*.f64 y #s(literal -60 binary64)) z) (*.f64 a #s(literal 120 binary64))))) |
(fma.f64 y (/.f64 #s(literal -60 binary64) z) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 y (*.f64 #s(literal -60 binary64) (/.f64 #s(literal 1 binary64) z)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 #s(literal 60 binary64) (/.f64 (-.f64 #s(literal 0 binary64) y) z) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 a #s(literal 120 binary64) (/.f64 (*.f64 y #s(literal -60 binary64)) z)) |
(fma.f64 #s(literal 120 binary64) a (/.f64 (*.f64 y #s(literal -60 binary64)) z)) |
(fma.f64 #s(literal -60 binary64) (/.f64 y z) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (*.f64 y #s(literal -60 binary64)) (/.f64 #s(literal 1 binary64) z) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (*.f64 y #s(literal 60 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) z)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 y #s(literal -60 binary64)) z) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 y #s(literal -60 binary64)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) z) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 y #s(literal -60 binary64))) #s(literal -1 binary64)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 y z) #s(literal -60 binary64) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 y #s(literal -1 binary64)) (/.f64 #s(literal 60 binary64) z) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -1 binary64)) (/.f64 #s(literal -60 binary64) z) (*.f64 a #s(literal 120 binary64))) |
(/.f64 (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 (*.f64 y (*.f64 y y)) #s(literal -216000 binary64)) (*.f64 z (*.f64 z z)))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (-.f64 (/.f64 (*.f64 y #s(literal -60 binary64)) z) (*.f64 a #s(literal 120 binary64))) (/.f64 z (*.f64 y #s(literal -60 binary64)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 (*.f64 y (*.f64 y y)) #s(literal -216000 binary64)) (*.f64 z (*.f64 z z)))) (+.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 y z) (/.f64 y z))) (-.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 z (*.f64 y #s(literal -60 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (-.f64 (/.f64 (*.f64 y #s(literal -60 binary64)) z) (*.f64 a #s(literal 120 binary64))) (/.f64 z (*.f64 y #s(literal -60 binary64))))) (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 (*.f64 y (*.f64 y y)) #s(literal -216000 binary64)) (*.f64 z (*.f64 z z)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 y z))) (-.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 y z) (/.f64 y z)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 y z) (/.f64 y z)))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 y z)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (-.f64 (/.f64 (*.f64 y #s(literal -60 binary64)) z) (*.f64 a #s(literal 120 binary64))) (/.f64 z (*.f64 y #s(literal -60 binary64))))) (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 (*.f64 y (*.f64 y y)) #s(literal -216000 binary64)) (*.f64 z (*.f64 z z))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 y z))) (-.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 y z) (/.f64 y z))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 (*.f64 y (*.f64 y y)) #s(literal -216000 binary64)) (*.f64 z (*.f64 z z))))) (neg.f64 (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (-.f64 (/.f64 (*.f64 y #s(literal -60 binary64)) z) (*.f64 a #s(literal 120 binary64))) (/.f64 z (*.f64 y #s(literal -60 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 (*.f64 y (*.f64 y y)) #s(literal -216000 binary64)) (*.f64 z (*.f64 z z))))) (neg.f64 (+.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 y z) (/.f64 y z))) (-.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 z (*.f64 y #s(literal -60 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 y z) (/.f64 y z))))) (neg.f64 (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 y z))))) |
(/.f64 (-.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 y z) (/.f64 y z))) (*.f64 #s(literal 14400 binary64) (*.f64 a a))) (-.f64 (/.f64 (*.f64 y #s(literal -60 binary64)) z) (*.f64 a #s(literal 120 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 y z)))) (*.f64 (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 y z))) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 y z) (/.f64 y z))))) (*.f64 (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 y z))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 y z))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 (*.f64 y (*.f64 y y)) #s(literal -216000 binary64)) (*.f64 z (*.f64 z z)))))) (neg.f64 (neg.f64 (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (-.f64 (/.f64 (*.f64 y #s(literal -60 binary64)) z) (*.f64 a #s(literal 120 binary64))) (/.f64 z (*.f64 y #s(literal -60 binary64)))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 y z) (/.f64 y z)))))) (neg.f64 (neg.f64 (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 y z)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 y z) (/.f64 y z))) (*.f64 #s(literal 14400 binary64) (*.f64 a a)))) (neg.f64 (-.f64 (/.f64 (*.f64 y #s(literal -60 binary64)) z) (*.f64 a #s(literal 120 binary64))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 y z)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 y z) (/.f64 y z))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 y z)))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 y z)))) (/.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 y z))))) (+.f64 (*.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 y z) (/.f64 y z))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 y z)))) (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 y z) (/.f64 y z))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 y z))))) (*.f64 (/.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 y z)))) (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 y z) (/.f64 y z))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 y z)))))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (-.f64 (/.f64 (*.f64 y #s(literal -60 binary64)) z) (*.f64 a #s(literal 120 binary64))) (/.f64 z (*.f64 y #s(literal -60 binary64))))) (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 (*.f64 y (*.f64 y y)) #s(literal -216000 binary64)) (*.f64 z (*.f64 z z))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 y z))) (-.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 y z) (/.f64 y z))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (/.f64 (*.f64 (*.f64 y (*.f64 y y)) #s(literal -216000 binary64)) (*.f64 z (*.f64 z z)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (-.f64 (/.f64 (*.f64 y #s(literal -60 binary64)) z) (*.f64 a #s(literal 120 binary64))) (/.f64 z (*.f64 y #s(literal -60 binary64))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 y z) (/.f64 y z)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 y z))))) |
(*.f64 a #s(literal 120 binary64)) |
(*.f64 #s(literal 120 binary64) a) |
(exp.f64 (*.f64 (log.f64 (/.f64 z (*.f64 y #s(literal -60 binary64)))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) z)) (*.f64 #s(literal 60 binary64) (/.f64 y z))) |
(neg.f64 (*.f64 #s(literal 60 binary64) (/.f64 y z))) |
(neg.f64 (/.f64 (*.f64 y #s(literal 60 binary64)) z)) |
(/.f64 (*.f64 y #s(literal -60 binary64)) z) |
(/.f64 (*.f64 y #s(literal 60 binary64)) (-.f64 #s(literal 0 binary64) z)) |
(/.f64 #s(literal 1 binary64) (/.f64 z (*.f64 y #s(literal -60 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 z (*.f64 y #s(literal -60 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 z (*.f64 y #s(literal -60 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 z (*.f64 y #s(literal -60 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 z (*.f64 y #s(literal -60 binary64))) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (*.f64 y #s(literal -60 binary64)) #s(literal 1 binary64)) z) |
(/.f64 (neg.f64 (*.f64 y #s(literal 60 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) z))) |
(/.f64 (neg.f64 (*.f64 (*.f64 y #s(literal -60 binary64)) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) z)) |
(/.f64 (neg.f64 (neg.f64 (*.f64 y #s(literal 60 binary64)))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) z)))) |
(pow.f64 (/.f64 z (*.f64 y #s(literal -60 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 z (*.f64 y #s(literal -60 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 y (/.f64 #s(literal -60 binary64) z)) |
(*.f64 y (*.f64 #s(literal -60 binary64) (/.f64 #s(literal 1 binary64) z))) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 #s(literal 0 binary64) y) z)) |
(*.f64 #s(literal -60 binary64) (/.f64 y z)) |
(*.f64 (*.f64 y #s(literal -60 binary64)) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 (*.f64 y #s(literal 60 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) z))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 y #s(literal -60 binary64)) z)) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (*.f64 y #s(literal -60 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 y #s(literal -60 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 y z) #s(literal -60 binary64)) |
(*.f64 (/.f64 y #s(literal -1 binary64)) (/.f64 #s(literal 60 binary64) z)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -1 binary64)) (/.f64 #s(literal -60 binary64) z)) |
(*.f64 y #s(literal -60 binary64)) |
(*.f64 #s(literal -60 binary64) y) |
(+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))) |
(+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 a #s(literal 120 binary64))) |
(-.f64 (/.f64 (*.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))) (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 #s(literal -120 binary64) a))) (/.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 #s(literal -120 binary64) a)))) |
(-.f64 (/.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)))) (/.f64 (*.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))) (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))))) |
(fma.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) z) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 #s(literal 60 binary64) (*.f64 (/.f64 #s(literal 1 binary64) z) (-.f64 x y)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 a #s(literal 120 binary64) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))) |
(fma.f64 #s(literal 120 binary64) a (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))) |
(fma.f64 #s(literal -60 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) z) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 #s(literal 60 binary64) z) (-.f64 x y) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (/.f64 #s(literal 1 binary64) z) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 #s(literal 1 binary64) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 (-.f64 x y) #s(literal 1/60 binary64)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (-.f64 x y) z) #s(literal 60 binary64) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) z) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) #s(literal 1/60 binary64)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (-.f64 (*.f64 x x) (*.f64 y y)) z) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) #s(literal 1/60 binary64)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (-.f64 x y) #s(literal -1 binary64)) (/.f64 #s(literal -60 binary64) z) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) #s(literal -1 binary64)) (/.f64 #s(literal 60 binary64) z) (*.f64 a #s(literal 120 binary64))) |
(/.f64 (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (/.f64 #s(literal 216000 binary64) (*.f64 z (*.f64 z z))))) (+.f64 (*.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))) (*.f64 (*.f64 a #s(literal 120 binary64)) (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (/.f64 #s(literal 216000 binary64) (*.f64 z (*.f64 z z))))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (-.f64 (*.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 (-.f64 x y) #s(literal 60 binary64))) (*.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (*.f64 a #s(literal 120 binary64)))) z))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))) (*.f64 (*.f64 a #s(literal 120 binary64)) (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))))) (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (/.f64 #s(literal 216000 binary64) (*.f64 z (*.f64 z z))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 #s(literal -120 binary64) a)) (-.f64 (*.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))) (*.f64 #s(literal 14400 binary64) (*.f64 a a))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))) (*.f64 #s(literal 14400 binary64) (*.f64 a a))) (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 #s(literal -120 binary64) a))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))) (*.f64 (*.f64 a #s(literal 120 binary64)) (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))))) (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (/.f64 #s(literal 216000 binary64) (*.f64 z (*.f64 z z)))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 #s(literal -120 binary64) a)) (-.f64 (*.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))) (*.f64 #s(literal 14400 binary64) (*.f64 a a)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (/.f64 #s(literal 216000 binary64) (*.f64 z (*.f64 z z)))))) (neg.f64 (+.f64 (*.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))) (*.f64 (*.f64 a #s(literal 120 binary64)) (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (/.f64 #s(literal 216000 binary64) (*.f64 z (*.f64 z z)))))) (neg.f64 (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (/.f64 (-.f64 (*.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 (-.f64 x y) #s(literal 60 binary64))) (*.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (*.f64 a #s(literal 120 binary64)))) z)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))) (*.f64 #s(literal 14400 binary64) (*.f64 a a)))) (neg.f64 (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 #s(literal -120 binary64) a)))) |
(/.f64 (-.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)))) (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))) (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 #s(literal -120 binary64) a))) (*.f64 (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 #s(literal -120 binary64) a)) (*.f64 #s(literal 14400 binary64) (*.f64 a a)))) (*.f64 (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 #s(literal -120 binary64) a)) (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 #s(literal -120 binary64) a)))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (/.f64 #s(literal 216000 binary64) (*.f64 z (*.f64 z z))))))) (neg.f64 (neg.f64 (+.f64 (*.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))) (*.f64 (*.f64 a #s(literal 120 binary64)) (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))) (*.f64 #s(literal 14400 binary64) (*.f64 a a))))) (neg.f64 (neg.f64 (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 #s(literal -120 binary64) a))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))))) (neg.f64 (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))) (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 #s(literal -120 binary64) a))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 #s(literal -120 binary64) a))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))) (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 #s(literal -120 binary64) a))) (/.f64 (*.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))) (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 #s(literal -120 binary64) a)))) (+.f64 (*.f64 (/.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 #s(literal -120 binary64) a))) (/.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 #s(literal -120 binary64) a)))) (*.f64 (/.f64 (*.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))) (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 #s(literal -120 binary64) a))) (/.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 #s(literal -120 binary64) a))))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))) (*.f64 (*.f64 a #s(literal 120 binary64)) (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))))) (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (/.f64 #s(literal 216000 binary64) (*.f64 z (*.f64 z z)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 #s(literal -120 binary64) a)) (-.f64 (*.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))) (*.f64 #s(literal 14400 binary64) (*.f64 a a)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (/.f64 #s(literal 216000 binary64) (*.f64 z (*.f64 z z))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))) (*.f64 (*.f64 a #s(literal 120 binary64)) (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))) (*.f64 #s(literal 14400 binary64) (*.f64 a a))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 #s(literal -120 binary64) a)))) |
(+.f64 (*.f64 (/.f64 #s(literal 60 binary64) z) x) (*.f64 (/.f64 #s(literal 60 binary64) z) (-.f64 #s(literal 0 binary64) y))) |
(+.f64 (*.f64 x (/.f64 #s(literal 60 binary64) z)) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 60 binary64) z))) |
(-.f64 (/.f64 x (/.f64 z #s(literal 60 binary64))) (/.f64 y (/.f64 z #s(literal 60 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) (/.f64 z #s(literal 60 binary64))) (/.f64 (/.f64 (*.f64 y (*.f64 y y)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) (/.f64 z #s(literal 60 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 x x) (+.f64 x y)) (/.f64 z #s(literal 60 binary64))) (/.f64 (/.f64 (*.f64 y y) (+.f64 x y)) (/.f64 z #s(literal 60 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) z)) (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 #s(literal 0 binary64) z))) |
(fma.f64 x (/.f64 #s(literal 60 binary64) z) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 60 binary64) z))) |
(fma.f64 (/.f64 #s(literal 60 binary64) z) x (*.f64 (/.f64 #s(literal 60 binary64) z) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (-.f64 x y) (/.f64 z #s(literal 60 binary64))) |
(/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) z) |
(/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 #s(literal 0 binary64) z)) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) (neg.f64 (/.f64 z #s(literal 60 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 z (*.f64 (-.f64 x y) #s(literal 60 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 z (*.f64 (-.f64 x y) #s(literal 60 binary64))))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) #s(literal 60 binary64)) (*.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))) z)) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) #s(literal -60 binary64)) (*.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))) (-.f64 #s(literal 0 binary64) z))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))) (/.f64 z #s(literal 60 binary64)))) |
(/.f64 (*.f64 (-.f64 (*.f64 x x) (*.f64 y y)) #s(literal 60 binary64)) (*.f64 (+.f64 x y) z)) |
(/.f64 (*.f64 (-.f64 (*.f64 x x) (*.f64 y y)) #s(literal -60 binary64)) (*.f64 (+.f64 x y) (-.f64 #s(literal 0 binary64) z))) |
(/.f64 (*.f64 (-.f64 (*.f64 x x) (*.f64 y y)) #s(literal 1 binary64)) (*.f64 (+.f64 x y) (/.f64 z #s(literal 60 binary64)))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (*.f64 z (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 (*.f64 x x) (*.f64 y y))) (*.f64 z (+.f64 x y))) |
(/.f64 (*.f64 #s(literal -60 binary64) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (*.f64 (-.f64 #s(literal 0 binary64) z) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) |
(/.f64 (*.f64 #s(literal -60 binary64) (-.f64 (*.f64 x x) (*.f64 y y))) (*.f64 (-.f64 #s(literal 0 binary64) z) (+.f64 x y))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (*.f64 (/.f64 z #s(literal 60 binary64)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 x x) (*.f64 y y))) (*.f64 (/.f64 z #s(literal 60 binary64)) (+.f64 x y))) |
(/.f64 (neg.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) z))) |
(/.f64 (*.f64 (-.f64 x y) #s(literal 1 binary64)) (/.f64 z #s(literal 60 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal 60 binary64) z) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) |
(/.f64 (*.f64 (/.f64 #s(literal 60 binary64) z) (-.f64 (*.f64 x x) (*.f64 y y))) (+.f64 x y)) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 60 binary64) z)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) |
(/.f64 (*.f64 (-.f64 (*.f64 x x) (*.f64 y y)) (/.f64 #s(literal 60 binary64) z)) (+.f64 x y)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 x y)) (/.f64 z #s(literal 60 binary64))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) #s(literal 60 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))) z))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) #s(literal -60 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))) (-.f64 #s(literal 0 binary64) z)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))) (/.f64 z #s(literal 60 binary64))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 x x) (*.f64 y y)) #s(literal 60 binary64))) (neg.f64 (*.f64 (+.f64 x y) z))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 x x) (*.f64 y y)) #s(literal -60 binary64))) (neg.f64 (*.f64 (+.f64 x y) (-.f64 #s(literal 0 binary64) z)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 x x) (*.f64 y y)) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 x y) (/.f64 z #s(literal 60 binary64))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 60 binary64) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))))) (neg.f64 (*.f64 z (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 60 binary64) (-.f64 (*.f64 x x) (*.f64 y y)))) (neg.f64 (*.f64 z (+.f64 x y)))) |
(/.f64 (neg.f64 (*.f64 #s(literal -60 binary64) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))))) |
(/.f64 (neg.f64 (*.f64 #s(literal -60 binary64) (-.f64 (*.f64 x x) (*.f64 y y)))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) z) (+.f64 x y)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))))) (neg.f64 (*.f64 (/.f64 z #s(literal 60 binary64)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 x x) (*.f64 y y)))) (neg.f64 (*.f64 (/.f64 z #s(literal 60 binary64)) (+.f64 x y)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 x y) #s(literal 1 binary64))) (neg.f64 (/.f64 z #s(literal 60 binary64)))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 60 binary64) z) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))))) (neg.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 60 binary64) z) (-.f64 (*.f64 x x) (*.f64 y y)))) (neg.f64 (+.f64 x y))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 60 binary64) z))) (neg.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 x x) (*.f64 y y)) (/.f64 #s(literal 60 binary64) z))) (neg.f64 (+.f64 x y))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 x y))) (neg.f64 (/.f64 z #s(literal 60 binary64)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (/.f64 #s(literal 60 binary64) z) x) #s(literal 3 binary64)) (pow.f64 (*.f64 (/.f64 #s(literal 60 binary64) z) (-.f64 #s(literal 0 binary64) y)) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 (/.f64 #s(literal 60 binary64) z) x) (*.f64 (/.f64 #s(literal 60 binary64) z) x)) (-.f64 (*.f64 (*.f64 (/.f64 #s(literal 60 binary64) z) (-.f64 #s(literal 0 binary64) y)) (*.f64 (/.f64 #s(literal 60 binary64) z) (-.f64 #s(literal 0 binary64) y))) (*.f64 (*.f64 (/.f64 #s(literal 60 binary64) z) x) (*.f64 (/.f64 #s(literal 60 binary64) z) (-.f64 #s(literal 0 binary64) y)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 x (/.f64 #s(literal 60 binary64) z)) #s(literal 3 binary64)) (pow.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 60 binary64) z)) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 x (/.f64 #s(literal 60 binary64) z)) (*.f64 x (/.f64 #s(literal 60 binary64) z))) (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 60 binary64) z)) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 60 binary64) z))) (*.f64 (*.f64 x (/.f64 #s(literal 60 binary64) z)) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 60 binary64) z)))))) |
(pow.f64 (/.f64 z (*.f64 (-.f64 x y) #s(literal 60 binary64))) #s(literal -1 binary64)) |
(*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) z)) |
(*.f64 #s(literal 60 binary64) (*.f64 (/.f64 #s(literal 1 binary64) z) (-.f64 x y))) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) |
(*.f64 #s(literal -60 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) z)) |
(*.f64 (/.f64 #s(literal 60 binary64) z) (-.f64 x y)) |
(*.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 #s(literal 1 binary64) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 (-.f64 x y) #s(literal 1/60 binary64))) |
(*.f64 (/.f64 (-.f64 x y) z) #s(literal 60 binary64)) |
(*.f64 (/.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) z) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) #s(literal 1/60 binary64))) |
(*.f64 (/.f64 (-.f64 (*.f64 x x) (*.f64 y y)) z) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x y)) #s(literal 1/60 binary64))) |
(*.f64 (/.f64 (-.f64 x y) #s(literal -1 binary64)) (/.f64 #s(literal -60 binary64) z)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) #s(literal -1 binary64)) (/.f64 #s(literal 60 binary64) z)) |
(exp.f64 (*.f64 (log.f64 (/.f64 z #s(literal 60 binary64))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -60 binary64) z)) |
(/.f64 #s(literal 60 binary64) z) |
(/.f64 #s(literal 60 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) z))) |
(/.f64 #s(literal -60 binary64) (-.f64 #s(literal 0 binary64) z)) |
(/.f64 #s(literal -60 binary64) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) z)))) |
(/.f64 #s(literal 1 binary64) (/.f64 z #s(literal 60 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 z #s(literal 60 binary64)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 z #s(literal 60 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 z #s(literal 60 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 z #s(literal 60 binary64)) #s(literal 1 binary64)))) |
(pow.f64 (/.f64 z #s(literal 60 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 z #s(literal 60 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 60 binary64) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 #s(literal -60 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) z))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 60 binary64) z)) |
(*.f64 (/.f64 #s(literal 1 binary64) z) #s(literal 60 binary64)) |
(+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) a)) (/.f64 a (-.f64 z t)))) |
(+.f64 (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) a)) (/.f64 a (-.f64 z t))) (*.f64 a #s(literal 120 binary64))) |
(-.f64 (/.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) a)) (/.f64 a (-.f64 z t))))) (/.f64 (*.f64 (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) a)) (/.f64 a (-.f64 z t))) (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) a)) (/.f64 a (-.f64 z t)))) (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) a)) (/.f64 a (-.f64 z t)))))) |
(fma.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 a (/.f64 a #s(literal 60 binary64))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 #s(literal 60 binary64) (*.f64 (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a)) a) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t)) (/.f64 a a) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 a #s(literal 120 binary64) (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) a)) (/.f64 a (-.f64 z t)))) |
(fma.f64 a (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (*.f64 (-.f64 z t) a)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 #s(literal 120 binary64) a (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) a)) (/.f64 a (-.f64 z t)))) |
(fma.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 z t) a)) a) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (*.f64 (-.f64 z t) a)) a (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 #s(literal 60 binary64) a) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) a) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 #s(literal 60 binary64) a) (/.f64 a (/.f64 (-.f64 z t) (-.f64 x y))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 z t) a)) (/.f64 a (/.f64 #s(literal -1 binary64) (*.f64 (-.f64 x y) #s(literal -60 binary64)))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) (/.f64 a (/.f64 a (*.f64 (-.f64 x y) #s(literal 60 binary64)))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) a)) (/.f64 a (-.f64 z t)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 a (/.f64 (-.f64 z t) (*.f64 (-.f64 x y) #s(literal 60 binary64)))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (*.f64 a #s(literal 60 binary64)) (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (*.f64 a (*.f64 (-.f64 x y) #s(literal 60 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 z t) a)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (*.f64 a (/.f64 #s(literal 60 binary64) a)) (/.f64 (-.f64 x y) (-.f64 z t)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) a)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (/.f64 a (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (*.f64 (/.f64 #s(literal 60 binary64) (+.f64 z t)) (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a))) (/.f64 a (/.f64 #s(literal 1 binary64) (+.f64 z t))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 a #s(literal -1 binary64)) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (*.f64 (-.f64 z t) a)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 z t)) (/.f64 a (neg.f64 a)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) a) (/.f64 a (-.f64 #s(literal 0 binary64) (-.f64 z t))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (/.f64 a (/.f64 a (-.f64 x y))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (/.f64 a (-.f64 x y))) (/.f64 a (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) #s(literal -1 binary64)) (/.f64 a (*.f64 (-.f64 z t) a)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 a (-.f64 z t)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) a)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 a a) (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 a (-.f64 #s(literal 0 binary64) (-.f64 z t))) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) a) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 a (neg.f64 a)) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 z t)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 a (*.f64 (-.f64 z t) a)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 (-.f64 x y) #s(literal -60 binary64)))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 a (/.f64 (-.f64 z t) (-.f64 x y))) (/.f64 #s(literal 60 binary64) a) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 a (/.f64 a #s(literal 60 binary64))) (/.f64 (-.f64 x y) (-.f64 z t)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 a (/.f64 (-.f64 z t) #s(literal 60 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 a (-.f64 x y))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 a (/.f64 a (-.f64 x y))) (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 z t) #s(literal 60 binary64))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 a (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (/.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) a)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 a (-.f64 (*.f64 z z) (*.f64 t t))) (/.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) a)) (/.f64 #s(literal 1 binary64) (+.f64 z t))) (*.f64 a #s(literal 120 binary64))) |
(/.f64 (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 #s(literal 216000 binary64) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (*.f64 (-.f64 z t) a) (*.f64 (*.f64 (-.f64 z t) a) (*.f64 (-.f64 z t) a))))) (*.f64 a (*.f64 a a)))) (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (-.f64 (*.f64 (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) a)) (/.f64 a (-.f64 z t))) (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) a)) (/.f64 a (-.f64 z t)))) (*.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) a)) (/.f64 a (-.f64 z t))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) a)) (/.f64 a (-.f64 z t))) (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) a)) (/.f64 a (-.f64 z t))))) (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) a)) (/.f64 a (-.f64 z t))))) |
(/.f64 (*.f64 a (+.f64 #s(literal 1728000 binary64) (*.f64 #s(literal 216000 binary64) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (*.f64 (-.f64 z t) a) (*.f64 (*.f64 (-.f64 z t) a) (*.f64 (-.f64 z t) a))))))) (+.f64 #s(literal 14400 binary64) (/.f64 (-.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (*.f64 (-.f64 z t) a)) #s(literal 120 binary64)) (/.f64 (*.f64 (-.f64 z t) a) (*.f64 (-.f64 x y) #s(literal 60 binary64)))))) |
(/.f64 (*.f64 a (-.f64 #s(literal 14400 binary64) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a)) (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a)))))) (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (*.f64 (-.f64 z t) a)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1728000 binary64) (*.f64 #s(literal 216000 binary64) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (*.f64 (-.f64 z t) a) (*.f64 (*.f64 (-.f64 z t) a) (*.f64 (-.f64 z t) a)))))) a) (+.f64 #s(literal 14400 binary64) (/.f64 (-.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (*.f64 (-.f64 z t) a)) #s(literal 120 binary64)) (/.f64 (*.f64 (-.f64 z t) a) (*.f64 (-.f64 x y) #s(literal 60 binary64)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 14400 binary64) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a)) (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a))))) a) (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (*.f64 (-.f64 z t) a)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a))) (*.f64 (*.f64 #s(literal 216000 binary64) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (*.f64 (-.f64 z t) a) (*.f64 (*.f64 (-.f64 z t) a) (*.f64 (-.f64 z t) a))))) (*.f64 a (*.f64 a a))))) (neg.f64 (+.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (-.f64 (*.f64 (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) a)) (/.f64 a (-.f64 z t))) (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) a)) (/.f64 a (-.f64 z t)))) (*.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) a)) (/.f64 a (-.f64 z t)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) a)) (/.f64 a (-.f64 z t))) (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) a)) (/.f64 a (-.f64 z t)))))) (neg.f64 (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) a)) (/.f64 a (-.f64 z t)))))) |
(/.f64 (neg.f64 (*.f64 a (+.f64 #s(literal 1728000 binary64) (*.f64 #s(literal 216000 binary64) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (*.f64 (-.f64 z t) a) (*.f64 (*.f64 (-.f64 z t) a) (*.f64 (-.f64 z t) a)))))))) (neg.f64 (+.f64 #s(literal 14400 binary64) (/.f64 (-.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (*.f64 (-.f64 z t) a)) #s(literal 120 binary64)) (/.f64 (*.f64 (-.f64 z t) a) (*.f64 (-.f64 x y) #s(literal 60 binary64))))))) |
(/.f64 (neg.f64 (*.f64 a (-.f64 #s(literal 14400 binary64) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a)) (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a))))))) (neg.f64 (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (*.f64 (-.f64 z t) a))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1728000 binary64) (*.f64 #s(literal 216000 binary64) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (*.f64 (-.f64 z t) a) (*.f64 (*.f64 (-.f64 z t) a) (*.f64 (-.f64 z t) a)))))) a)) (neg.f64 (+.f64 #s(literal 14400 binary64) (/.f64 (-.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (*.f64 (-.f64 z t) a)) #s(literal 120 binary64)) (/.f64 (*.f64 (-.f64 z t) a) (*.f64 (-.f64 x y) #s(literal 60 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 14400 binary64) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a)) (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a))))) a)) (neg.f64 (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (*.f64 (-.f64 z t) a))))) |
(/.f64 (+.f64 (*.f64 (*.f64 #s(literal 216000 binary64) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (*.f64 (-.f64 z t) a) (*.f64 (*.f64 (-.f64 z t) a) (*.f64 (-.f64 z t) a))))) (*.f64 a (*.f64 a a))) (*.f64 #s(literal 1728000 binary64) (*.f64 a (*.f64 a a)))) (+.f64 (*.f64 (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) a)) (/.f64 a (-.f64 z t))) (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) a)) (/.f64 a (-.f64 z t)))) (-.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) a)) (/.f64 a (-.f64 z t))) (*.f64 a #s(literal 120 binary64)))))) |
(*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (*.f64 (-.f64 z t) a)))) |
(*.f64 (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (*.f64 (-.f64 z t) a))) a) |
(+.f64 #s(literal 120 binary64) (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (*.f64 (-.f64 z t) a))) |
(+.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (*.f64 (-.f64 z t) a)) #s(literal 120 binary64)) |
(-.f64 (/.f64 #s(literal 14400 binary64) (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (*.f64 (-.f64 z t) a)))) (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a)) (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a)))) (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (*.f64 (-.f64 z t) a))))) |
(-.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a)) (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a)))) (-.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (*.f64 (-.f64 z t) a)) #s(literal 120 binary64))) (/.f64 #s(literal 14400 binary64) (-.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (*.f64 (-.f64 z t) a)) #s(literal 120 binary64)))) |
(fma.f64 (-.f64 x y) (*.f64 #s(literal 60 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 z t) a))) #s(literal 120 binary64)) |
(fma.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (*.f64 (-.f64 z t) a)) #s(literal 120 binary64)) |
(fma.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 #s(literal 60 binary64) a) #s(literal 120 binary64)) |
(fma.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a)) #s(literal 120 binary64)) |
(fma.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t)) (/.f64 #s(literal 1 binary64) a) #s(literal 120 binary64)) |
(fma.f64 #s(literal -60 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) (*.f64 (-.f64 z t) a)) #s(literal 120 binary64)) |
(fma.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 z t) a)) #s(literal 120 binary64)) |
(fma.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 z t) a))) #s(literal 120 binary64)) |
(fma.f64 (/.f64 #s(literal 60 binary64) a) (/.f64 (-.f64 x y) (-.f64 z t)) #s(literal 120 binary64)) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (*.f64 (-.f64 z t) a)) #s(literal 120 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 z t) a)) (*.f64 (-.f64 x y) #s(literal 60 binary64)) #s(literal 120 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 z t) a)) (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 (-.f64 x y) #s(literal -60 binary64))) #s(literal -1 binary64)) #s(literal 120 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) a)) #s(literal 120 binary64)) |
(fma.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) a)) (/.f64 #s(literal 1 binary64) (-.f64 z t)) #s(literal 120 binary64)) |
(fma.f64 (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a)) #s(literal 60 binary64) #s(literal 120 binary64)) |
(fma.f64 (/.f64 (-.f64 x y) a) (/.f64 #s(literal 60 binary64) (-.f64 z t)) #s(literal 120 binary64)) |
(fma.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (/.f64 (-.f64 x y) a) #s(literal 120 binary64)) |
(fma.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 x y))) #s(literal 120 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t)) #s(literal 120 binary64)) |
(fma.f64 (/.f64 (-.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (/.f64 #s(literal -60 binary64) a) #s(literal 120 binary64)) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 #s(literal 60 binary64) (neg.f64 a)) #s(literal 120 binary64)) |
(fma.f64 (*.f64 (/.f64 #s(literal 60 binary64) a) (-.f64 x y)) (/.f64 #s(literal 1 binary64) (-.f64 z t)) #s(literal 120 binary64)) |
(fma.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))))) #s(literal 120 binary64)) |
(fma.f64 (*.f64 (/.f64 (-.f64 x y) (+.f64 z t)) (/.f64 #s(literal 60 binary64) (-.f64 z t))) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 z t))) #s(literal 120 binary64)) |
(fma.f64 (/.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) a)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))) #s(literal 120 binary64)) |
(fma.f64 (*.f64 (/.f64 #s(literal 60 binary64) (+.f64 z t)) (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a))) (+.f64 z t) #s(literal 120 binary64)) |
(fma.f64 (/.f64 (-.f64 x y) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (/.f64 (/.f64 #s(literal 60 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))))) #s(literal 120 binary64)) |
(fma.f64 (/.f64 (-.f64 x y) (-.f64 (*.f64 z z) (*.f64 t t))) (/.f64 (/.f64 #s(literal 60 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 z t))) #s(literal 120 binary64)) |
(fma.f64 (/.f64 #s(literal -60 binary64) (-.f64 z t)) (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) a) #s(literal 120 binary64)) |
(fma.f64 (/.f64 #s(literal -60 binary64) (-.f64 z t)) (/.f64 (-.f64 x y) (neg.f64 a)) #s(literal 120 binary64)) |
(fma.f64 (pow.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 a (-.f64 x y)) #s(literal -1 binary64)) #s(literal 120 binary64)) |
(fma.f64 (pow.f64 (/.f64 a (-.f64 x y)) #s(literal -1 binary64)) (pow.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) #s(literal -1 binary64)) #s(literal 120 binary64)) |
(fma.f64 (/.f64 (-.f64 x y) #s(literal -1 binary64)) (/.f64 #s(literal -60 binary64) (*.f64 (-.f64 z t) a)) #s(literal 120 binary64)) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) #s(literal -1 binary64)) (/.f64 #s(literal 60 binary64) (*.f64 (-.f64 z t) a)) #s(literal 120 binary64)) |
(fma.f64 (/.f64 (/.f64 #s(literal 60 binary64) a) (-.f64 z t)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 x y))) #s(literal 120 binary64)) |
(fma.f64 (/.f64 #s(literal -60 binary64) a) (/.f64 (-.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 z t))) #s(literal 120 binary64)) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) a) (/.f64 #s(literal -60 binary64) (-.f64 z t)) #s(literal 120 binary64)) |
(fma.f64 (/.f64 #s(literal -1 binary64) (-.f64 z t)) (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (neg.f64 a)) #s(literal 120 binary64)) |
(fma.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 #s(literal 0 binary64) (-.f64 z t))) #s(literal 120 binary64)) |
(fma.f64 (/.f64 (-.f64 x y) (neg.f64 a)) (/.f64 #s(literal -60 binary64) (-.f64 z t)) #s(literal 120 binary64)) |
(fma.f64 (/.f64 #s(literal 60 binary64) (neg.f64 a)) (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) (-.f64 z t)) #s(literal 120 binary64)) |
(fma.f64 (/.f64 #s(literal 60 binary64) (/.f64 (-.f64 z t) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))))) (/.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) #s(literal 120 binary64)) |
(fma.f64 (/.f64 #s(literal 60 binary64) (/.f64 (-.f64 z t) (-.f64 (*.f64 x x) (*.f64 y y)))) (/.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 x y)) #s(literal 120 binary64)) |
(fma.f64 (/.f64 #s(literal 60 binary64) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (/.f64 (/.f64 (-.f64 x y) a) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))))) #s(literal 120 binary64)) |
(fma.f64 (/.f64 #s(literal 60 binary64) (-.f64 (*.f64 z z) (*.f64 t t))) (/.f64 (/.f64 (-.f64 x y) a) (/.f64 #s(literal 1 binary64) (+.f64 z t))) #s(literal 120 binary64)) |
(fma.f64 (/.f64 (/.f64 #s(literal 60 binary64) a) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (/.f64 (-.f64 x y) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))))) #s(literal 120 binary64)) |
(fma.f64 (/.f64 (/.f64 #s(literal 60 binary64) a) (-.f64 (*.f64 z z) (*.f64 t t))) (/.f64 (-.f64 x y) (/.f64 #s(literal 1 binary64) (+.f64 z t))) #s(literal 120 binary64)) |
(fma.f64 (/.f64 (/.f64 #s(literal 60 binary64) a) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) (-.f64 z t)) #s(literal 120 binary64)) |
(fma.f64 (/.f64 (/.f64 #s(literal 60 binary64) a) (/.f64 (-.f64 z t) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) #s(literal 120 binary64)) |
(fma.f64 (/.f64 (/.f64 #s(literal 60 binary64) a) (/.f64 (-.f64 z t) (-.f64 (*.f64 x x) (*.f64 y y)))) (/.f64 #s(literal 1 binary64) (+.f64 x y)) #s(literal 120 binary64)) |
(/.f64 (+.f64 #s(literal 1728000 binary64) (*.f64 #s(literal 216000 binary64) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (*.f64 (-.f64 z t) a) (*.f64 (*.f64 (-.f64 z t) a) (*.f64 (-.f64 z t) a)))))) (+.f64 #s(literal 14400 binary64) (/.f64 (-.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (*.f64 (-.f64 z t) a)) #s(literal 120 binary64)) (/.f64 (*.f64 (-.f64 z t) a) (*.f64 (-.f64 x y) #s(literal 60 binary64)))))) |
(/.f64 (+.f64 #s(literal 1728000 binary64) (*.f64 #s(literal 216000 binary64) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (*.f64 (-.f64 z t) a) (*.f64 (*.f64 (-.f64 z t) a) (*.f64 (-.f64 z t) a)))))) (+.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a)) (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a)))) (-.f64 #s(literal 14400 binary64) (*.f64 #s(literal 7200 binary64) (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 14400 binary64) (/.f64 (-.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (*.f64 (-.f64 z t) a)) #s(literal 120 binary64)) (/.f64 (*.f64 (-.f64 z t) a) (*.f64 (-.f64 x y) #s(literal 60 binary64))))) (+.f64 #s(literal 1728000 binary64) (*.f64 #s(literal 216000 binary64) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (*.f64 (-.f64 z t) a) (*.f64 (*.f64 (-.f64 z t) a) (*.f64 (-.f64 z t) a)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (*.f64 (-.f64 z t) a))) (-.f64 #s(literal 14400 binary64) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a)) (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a))))))) |
(/.f64 (-.f64 #s(literal 14400 binary64) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a)) (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a))))) (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (*.f64 (-.f64 z t) a)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 14400 binary64) (/.f64 (-.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (*.f64 (-.f64 z t) a)) #s(literal 120 binary64)) (/.f64 (*.f64 (-.f64 z t) a) (*.f64 (-.f64 x y) #s(literal 60 binary64))))) (+.f64 #s(literal 1728000 binary64) (*.f64 #s(literal 216000 binary64) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (*.f64 (-.f64 z t) a) (*.f64 (*.f64 (-.f64 z t) a) (*.f64 (-.f64 z t) a))))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (*.f64 (-.f64 z t) a))) (-.f64 #s(literal 14400 binary64) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a)) (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a)))))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1728000 binary64) (*.f64 #s(literal 216000 binary64) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (*.f64 (-.f64 z t) a) (*.f64 (*.f64 (-.f64 z t) a) (*.f64 (-.f64 z t) a))))))) (neg.f64 (+.f64 #s(literal 14400 binary64) (/.f64 (-.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (*.f64 (-.f64 z t) a)) #s(literal 120 binary64)) (/.f64 (*.f64 (-.f64 z t) a) (*.f64 (-.f64 x y) #s(literal 60 binary64))))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1728000 binary64) (*.f64 #s(literal 216000 binary64) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (*.f64 (-.f64 z t) a) (*.f64 (*.f64 (-.f64 z t) a) (*.f64 (-.f64 z t) a))))))) (neg.f64 (+.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a)) (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a)))) (-.f64 #s(literal 14400 binary64) (*.f64 #s(literal 7200 binary64) (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 14400 binary64) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a)) (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a)))))) (neg.f64 (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (*.f64 (-.f64 z t) a))))) |
(/.f64 (-.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a)) (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a)))) #s(literal 14400 binary64)) (-.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (*.f64 (-.f64 z t) a)) #s(literal 120 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 14400 binary64) (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (*.f64 (-.f64 z t) a)))) (*.f64 (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (*.f64 (-.f64 z t) a))) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a)) (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a)))))) (*.f64 (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (*.f64 (-.f64 z t) a))) (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (*.f64 (-.f64 z t) a))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 #s(literal 1728000 binary64) (*.f64 #s(literal 216000 binary64) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (*.f64 (-.f64 z t) a) (*.f64 (*.f64 (-.f64 z t) a) (*.f64 (-.f64 z t) a)))))))) (neg.f64 (neg.f64 (+.f64 #s(literal 14400 binary64) (/.f64 (-.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (*.f64 (-.f64 z t) a)) #s(literal 120 binary64)) (/.f64 (*.f64 (-.f64 z t) a) (*.f64 (-.f64 x y) #s(literal 60 binary64)))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 14400 binary64) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a)) (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a))))))) (neg.f64 (neg.f64 (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (*.f64 (-.f64 z t) a)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a)) (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a)))) #s(literal 14400 binary64))) (neg.f64 (-.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (*.f64 (-.f64 z t) a)) #s(literal 120 binary64)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 14400 binary64) (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (*.f64 (-.f64 z t) a)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a)) (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a)))) (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (*.f64 (-.f64 z t) a)))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 #s(literal 14400 binary64) (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (*.f64 (-.f64 z t) a)))) (/.f64 #s(literal 14400 binary64) (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (*.f64 (-.f64 z t) a))))) (+.f64 (*.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a)) (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a)))) (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (*.f64 (-.f64 z t) a)))) (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a)) (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a)))) (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (*.f64 (-.f64 z t) a))))) (*.f64 (/.f64 #s(literal 14400 binary64) (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (*.f64 (-.f64 z t) a)))) (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a)) (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a)))) (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (*.f64 (-.f64 z t) a)))))))) |
(pow.f64 (/.f64 (+.f64 #s(literal 14400 binary64) (/.f64 (-.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (*.f64 (-.f64 z t) a)) #s(literal 120 binary64)) (/.f64 (*.f64 (-.f64 z t) a) (*.f64 (-.f64 x y) #s(literal 60 binary64))))) (+.f64 #s(literal 1728000 binary64) (*.f64 #s(literal 216000 binary64) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (*.f64 (-.f64 z t) a) (*.f64 (*.f64 (-.f64 z t) a) (*.f64 (-.f64 z t) a))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (*.f64 (-.f64 z t) a))) (-.f64 #s(literal 14400 binary64) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a)) (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a)))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 #s(literal 1728000 binary64) (*.f64 #s(literal 216000 binary64) (/.f64 (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (*.f64 (-.f64 z t) a) (*.f64 (*.f64 (-.f64 z t) a) (*.f64 (-.f64 z t) a)))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 14400 binary64) (/.f64 (-.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (*.f64 (-.f64 z t) a)) #s(literal 120 binary64)) (/.f64 (*.f64 (-.f64 z t) a) (*.f64 (-.f64 x y) #s(literal 60 binary64))))))) |
(*.f64 (-.f64 #s(literal 14400 binary64) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a)) (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (*.f64 (-.f64 z t) a))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 (-.f64 z t) a) (*.f64 (-.f64 x y) #s(literal 60 binary64)))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 z t) a))) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (*.f64 (-.f64 z t) a))) |
(neg.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (*.f64 (-.f64 z t) a))) |
(/.f64 #s(literal 60 binary64) (*.f64 a (/.f64 (-.f64 z t) (-.f64 x y)))) |
(/.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t)) a) |
(/.f64 #s(literal -60 binary64) (neg.f64 (*.f64 a (/.f64 (-.f64 z t) (-.f64 x y))))) |
(/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (*.f64 (-.f64 z t) a)) |
(/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 z t) a))) |
(/.f64 (/.f64 #s(literal 60 binary64) a) (/.f64 (-.f64 z t) (-.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 z t) a) (*.f64 (-.f64 x y) #s(literal 60 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 (-.f64 z t) a) (*.f64 (-.f64 x y) #s(literal 60 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 z t) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) a)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (*.f64 (-.f64 z t) a) (*.f64 (-.f64 x y) #s(literal 60 binary64)))))) |
(/.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) a)) (-.f64 z t)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 (-.f64 z t) a) (*.f64 (-.f64 x y) #s(literal 60 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 (-.f64 z t) a) (*.f64 (-.f64 x y) #s(literal 60 binary64))) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 z t) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) a))))) |
(/.f64 (*.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) #s(literal 1 binary64)) (*.f64 (-.f64 z t) a)) |
(/.f64 (neg.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 z t) a)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) a))) (-.f64 #s(literal 0 binary64) (-.f64 z t))) |
(/.f64 (neg.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t))) (neg.f64 a)) |
(/.f64 (neg.f64 (/.f64 #s(literal 60 binary64) a)) (neg.f64 (/.f64 (-.f64 z t) (-.f64 x y)))) |
(/.f64 (*.f64 (/.f64 #s(literal 60 binary64) a) (-.f64 x y)) (-.f64 z t)) |
(/.f64 (*.f64 (/.f64 #s(literal 60 binary64) a) (-.f64 #s(literal 0 binary64) (-.f64 x y))) (-.f64 #s(literal 0 binary64) (-.f64 z t))) |
(/.f64 (*.f64 (/.f64 #s(literal 60 binary64) a) #s(literal 1 binary64)) (/.f64 (-.f64 z t) (-.f64 x y))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 z t) a))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 z t) a))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) a)))) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 60 binary64) a) (-.f64 x y))) (-.f64 #s(literal 0 binary64) (-.f64 z t))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 60 binary64) a) (-.f64 #s(literal 0 binary64) (-.f64 x y)))) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)))) |
(/.f64 (neg.f64 (*.f64 (/.f64 #s(literal 60 binary64) a) #s(literal 1 binary64))) (neg.f64 (/.f64 (-.f64 z t) (-.f64 x y)))) |
(pow.f64 (/.f64 (*.f64 (-.f64 z t) a) (*.f64 (-.f64 x y) #s(literal 60 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 (-.f64 z t) a) (*.f64 (-.f64 x y) #s(literal 60 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 z t) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) a))) #s(literal -1 binary64)) |
(*.f64 (-.f64 x y) (*.f64 #s(literal 60 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 z t) a)))) |
(*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (*.f64 (-.f64 z t) a))) |
(*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 #s(literal 60 binary64) a)) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a))) |
(*.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t)) (/.f64 #s(literal 1 binary64) a)) |
(*.f64 #s(literal -60 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) (*.f64 (-.f64 z t) a))) |
(*.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 z t) a))) |
(*.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 z t) a)))) |
(*.f64 (/.f64 #s(literal 60 binary64) a) (/.f64 (-.f64 x y) (-.f64 z t))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (*.f64 (-.f64 z t) a))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 z t) a)) (*.f64 (-.f64 x y) #s(literal 60 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 z t) a)) (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 (-.f64 x y) #s(literal -60 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) a))) |
(*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) a)) (/.f64 #s(literal 1 binary64) (-.f64 z t))) |
(*.f64 (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a)) #s(literal 60 binary64)) |
(*.f64 (/.f64 (-.f64 x y) a) (/.f64 #s(literal 60 binary64) (-.f64 z t))) |
(*.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (/.f64 (-.f64 x y) a)) |
(*.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (-.f64 x y)))) |
(*.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 z t))) |
(*.f64 (/.f64 (-.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (/.f64 #s(literal -60 binary64) a)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) (-.f64 z t)) (/.f64 #s(literal 60 binary64) (neg.f64 a))) |
(*.f64 (*.f64 (/.f64 #s(literal 60 binary64) a) (-.f64 x y)) (/.f64 #s(literal 1 binary64) (-.f64 z t))) |
(*.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))))) |
(*.f64 (*.f64 (/.f64 (-.f64 x y) (+.f64 z t)) (/.f64 #s(literal 60 binary64) (-.f64 z t))) (/.f64 (/.f64 #s(literal 1 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 z t)))) |
(*.f64 (/.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) a)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))) |
(*.f64 (*.f64 (/.f64 #s(literal 60 binary64) (+.f64 z t)) (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a))) (+.f64 z t)) |
(*.f64 (/.f64 (-.f64 x y) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (/.f64 (/.f64 #s(literal 60 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))))) |
(*.f64 (/.f64 (-.f64 x y) (-.f64 (*.f64 z z) (*.f64 t t))) (/.f64 (/.f64 #s(literal 60 binary64) a) (/.f64 #s(literal 1 binary64) (+.f64 z t)))) |
(*.f64 (/.f64 #s(literal -60 binary64) (-.f64 z t)) (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) a)) |
(*.f64 (/.f64 #s(literal -60 binary64) (-.f64 z t)) (/.f64 (-.f64 x y) (neg.f64 a))) |
(*.f64 (pow.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 a (-.f64 x y)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 a (-.f64 x y)) #s(literal -1 binary64)) (pow.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 (-.f64 x y) #s(literal -1 binary64)) (/.f64 #s(literal -60 binary64) (*.f64 (-.f64 z t) a))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) #s(literal -1 binary64)) (/.f64 #s(literal 60 binary64) (*.f64 (-.f64 z t) a))) |
(*.f64 (/.f64 (/.f64 #s(literal 60 binary64) a) (-.f64 z t)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 x y)))) |
(*.f64 (/.f64 #s(literal -60 binary64) a) (/.f64 (-.f64 x y) (-.f64 #s(literal 0 binary64) (-.f64 z t)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) a) (/.f64 #s(literal -60 binary64) (-.f64 z t))) |
(*.f64 (/.f64 #s(literal -1 binary64) (-.f64 z t)) (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (neg.f64 a))) |
(*.f64 (/.f64 #s(literal -1 binary64) a) (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (-.f64 #s(literal 0 binary64) (-.f64 z t)))) |
(*.f64 (/.f64 (-.f64 x y) (neg.f64 a)) (/.f64 #s(literal -60 binary64) (-.f64 z t))) |
(*.f64 (/.f64 #s(literal 60 binary64) (neg.f64 a)) (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) (-.f64 z t))) |
(*.f64 (/.f64 #s(literal 60 binary64) (/.f64 (-.f64 z t) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))))) (/.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) |
(*.f64 (/.f64 #s(literal 60 binary64) (/.f64 (-.f64 z t) (-.f64 (*.f64 x x) (*.f64 y y)))) (/.f64 (/.f64 #s(literal 1 binary64) a) (+.f64 x y))) |
(*.f64 (/.f64 #s(literal 60 binary64) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (/.f64 (/.f64 (-.f64 x y) a) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))))) |
(*.f64 (/.f64 #s(literal 60 binary64) (-.f64 (*.f64 z z) (*.f64 t t))) (/.f64 (/.f64 (-.f64 x y) a) (/.f64 #s(literal 1 binary64) (+.f64 z t)))) |
(*.f64 (/.f64 (/.f64 #s(literal 60 binary64) a) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (/.f64 (-.f64 x y) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))))) |
(*.f64 (/.f64 (/.f64 #s(literal 60 binary64) a) (-.f64 (*.f64 z z) (*.f64 t t))) (/.f64 (-.f64 x y) (/.f64 #s(literal 1 binary64) (+.f64 z t)))) |
(*.f64 (/.f64 (/.f64 #s(literal 60 binary64) a) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) (-.f64 z t))) |
(*.f64 (/.f64 (/.f64 #s(literal 60 binary64) a) (/.f64 (-.f64 z t) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) |
(*.f64 (/.f64 (/.f64 #s(literal 60 binary64) a) (/.f64 (-.f64 z t) (-.f64 (*.f64 x x) (*.f64 y y)))) (/.f64 #s(literal 1 binary64) (+.f64 x y))) |
(+.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 #s(literal 60 binary64) (-.f64 #s(literal 0 binary64) y))) |
(+.f64 (*.f64 x #s(literal 60 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) y) #s(literal 60 binary64))) |
(fma.f64 x #s(literal 60 binary64) (*.f64 (-.f64 #s(literal 0 binary64) y) #s(literal 60 binary64))) |
(fma.f64 #s(literal 60 binary64) x (*.f64 #s(literal 60 binary64) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) #s(literal 60 binary64)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) |
(/.f64 (*.f64 (-.f64 (*.f64 x x) (*.f64 y y)) #s(literal 60 binary64)) (+.f64 x y)) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 (*.f64 x x) (*.f64 y y))) (+.f64 x y)) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) #s(literal 60 binary64))) (neg.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 x x) (*.f64 y y)) #s(literal 60 binary64))) (neg.f64 (+.f64 x y))) |
(/.f64 (neg.f64 (*.f64 #s(literal 60 binary64) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))))) (neg.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 60 binary64) (-.f64 (*.f64 x x) (*.f64 y y)))) (neg.f64 (+.f64 x y))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 60 binary64) x) #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal 60 binary64) (-.f64 #s(literal 0 binary64) y)) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 #s(literal 60 binary64) x)) (-.f64 (*.f64 (*.f64 #s(literal 60 binary64) (-.f64 #s(literal 0 binary64) y)) (*.f64 #s(literal 60 binary64) (-.f64 #s(literal 0 binary64) y))) (*.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 #s(literal 60 binary64) (-.f64 #s(literal 0 binary64) y)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 x #s(literal 60 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) #s(literal 60 binary64)) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 x #s(literal 60 binary64)) (*.f64 x #s(literal 60 binary64))) (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) #s(literal 60 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) y) #s(literal 60 binary64))) (*.f64 (*.f64 x #s(literal 60 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) y) #s(literal 60 binary64)))))) |
(*.f64 (-.f64 x y) #s(literal 60 binary64)) |
(*.f64 #s(literal 60 binary64) (-.f64 x y)) |
(*.f64 a #s(literal 120 binary64)) |
(*.f64 #s(literal 120 binary64) a) |
(+.f64 (*.f64 a z) (*.f64 a (-.f64 #s(literal 0 binary64) t))) |
(+.f64 (*.f64 z a) (*.f64 (-.f64 #s(literal 0 binary64) t) a)) |
(fma.f64 z a (*.f64 (-.f64 #s(literal 0 binary64) t) a)) |
(fma.f64 a z (*.f64 a (-.f64 #s(literal 0 binary64) t))) |
(/.f64 (*.f64 a (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))) |
(/.f64 (*.f64 a (-.f64 (*.f64 z z) (*.f64 t t))) (+.f64 z t)) |
(/.f64 (*.f64 (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t))) a) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))) |
(/.f64 (*.f64 (-.f64 (*.f64 z z) (*.f64 t t)) a) (+.f64 z t)) |
(/.f64 (neg.f64 (*.f64 a (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t))))) (neg.f64 (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))))) |
(/.f64 (neg.f64 (*.f64 a (-.f64 (*.f64 z z) (*.f64 t t)))) (neg.f64 (+.f64 z t))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t))) a)) (neg.f64 (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 z z) (*.f64 t t)) a)) (neg.f64 (+.f64 z t))) |
(/.f64 (+.f64 (pow.f64 (*.f64 a z) #s(literal 3 binary64)) (pow.f64 (*.f64 a (-.f64 #s(literal 0 binary64) t)) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 a z) (*.f64 a z)) (-.f64 (*.f64 (*.f64 a (-.f64 #s(literal 0 binary64) t)) (*.f64 a (-.f64 #s(literal 0 binary64) t))) (*.f64 (*.f64 a z) (*.f64 a (-.f64 #s(literal 0 binary64) t)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 z a) #s(literal 3 binary64)) (pow.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) a) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 z a) (*.f64 z a)) (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) a) (*.f64 (-.f64 #s(literal 0 binary64) t) a)) (*.f64 (*.f64 z a) (*.f64 (-.f64 #s(literal 0 binary64) t) a))))) |
(*.f64 (-.f64 z t) a) |
(*.f64 a (-.f64 z t)) |
| 1× | egg-herbie |
| 11 960× | accelerator-lowering-fma.f32 |
| 11 960× | accelerator-lowering-fma.f64 |
| 7 256× | *-lowering-*.f32 |
| 7 256× | *-lowering-*.f64 |
| 4 716× | +-lowering-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 955 | 9737 |
| 1 | 3021 | 9522 |
| 0 | 8247 | 8992 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ (* -60 (/ y (- z t))) (* 120 a)) |
(+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a))) |
(+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a))) |
(+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a))) |
(* 60 (/ x (- z t))) |
(* x (+ (* -60 (/ y (* x (- z t)))) (+ (* 120 (/ a x)) (* 60 (/ 1 (- z t)))))) |
(* x (+ (* -60 (/ y (* x (- z t)))) (+ (* 120 (/ a x)) (* 60 (/ 1 (- z t)))))) |
(* x (+ (* -60 (/ y (* x (- z t)))) (+ (* 120 (/ a x)) (* 60 (/ 1 (- z t)))))) |
(* 60 (/ x (- z t))) |
(* -1 (* x (- (* -1 (/ (+ (* -60 (/ y (- z t))) (* 120 a)) x)) (* 60 (/ 1 (- z t)))))) |
(* -1 (* x (- (* -1 (/ (+ (* -60 (/ y (- z t))) (* 120 a)) x)) (* 60 (/ 1 (- z t)))))) |
(* -1 (* x (- (* -1 (/ (+ (* -60 (/ y (- z t))) (* 120 a)) x)) (* 60 (/ 1 (- z t)))))) |
(+ (* 60 (/ x (- z t))) (* 120 a)) |
(+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a))) |
(+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a))) |
(+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a))) |
(* -60 (/ y (- z t))) |
(* y (- (+ (* 60 (/ x (* y (- z t)))) (* 120 (/ a y))) (* 60 (/ 1 (- z t))))) |
(* y (- (+ (* 60 (/ x (* y (- z t)))) (* 120 (/ a y))) (* 60 (/ 1 (- z t))))) |
(* y (- (+ (* 60 (/ x (* y (- z t)))) (* 120 (/ a y))) (* 60 (/ 1 (- z t))))) |
(* -60 (/ y (- z t))) |
(* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x (- z t))) (* 120 a)) y)) (* 60 (/ 1 (- z t)))))) |
(* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x (- z t))) (* 120 a)) y)) (* 60 (/ 1 (- z t)))))) |
(* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x (- z t))) (* 120 a)) y)) (* 60 (/ 1 (- z t)))))) |
(+ (* -60 (/ (- x y) t)) (* 120 a)) |
(+ (* -60 (/ (- x y) t)) (+ (* 60 (* z (- (/ y (pow t 2)) (/ x (pow t 2))))) (* 120 a))) |
(+ (* -60 (/ (- x y) t)) (+ (* 120 a) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) t)))))) |
(+ (* -60 (/ (- x y) t)) (+ (* 120 a) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* z (+ (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* 60 (/ (- (/ y (pow t 2)) (/ x (pow t 2))) t)))))))) |
(* 120 a) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+ (* 60 (/ (* t (- x y)) (pow z 2))) (+ (* 60 (/ (- x y) z)) (* 120 a))) |
(+ (* 60 (/ (* t (- x y)) (pow z 2))) (+ (* 60 (/ (* (pow t 2) (- x y)) (pow z 3))) (+ (* 60 (/ (- x y) z)) (* 120 a)))) |
(* 120 a) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+ (* -1 (/ (+ (* -60 (- x y)) (* -60 (/ (* t (- x y)) z))) z)) (* 120 a)) |
(+ (* -1 (/ (+ (* -60 (- x y)) (* -1 (/ (+ (* 60 (* t (- x y))) (* 60 (/ (* (pow t 2) (- x y)) z))) z))) z)) (* 120 a)) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+ (* 60 (/ (* t (- x y)) (pow z 2))) (+ (* 60 (/ (- x y) z)) (* 120 a))) |
(+ (* 60 (/ (- x y) z)) (+ (* 120 a) (* t (+ (* 60 (/ (* t (- x y)) (pow z 3))) (* 60 (/ (- x y) (pow z 2))))))) |
(+ (* 60 (/ (- x y) z)) (+ (* 120 a) (* t (+ (* 60 (/ (- x y) (pow z 2))) (* t (+ (* 60 (/ (* t (- x y)) (pow z 4))) (* 60 (/ (- x y) (pow z 3))))))))) |
(* 120 a) |
(+ (* -60 (/ (- x y) t)) (* 120 a)) |
(+ (* -60 (/ (* z (- x y)) (pow t 2))) (+ (* -60 (/ (- x y) t)) (* 120 a))) |
(+ (* -60 (/ (* z (- x y)) (pow t 2))) (+ (* -60 (/ (* (pow z 2) (- x y)) (pow t 3))) (+ (* -60 (/ (- x y) t)) (* 120 a)))) |
(* 120 a) |
(+ (* -60 (/ (- x y) t)) (* 120 a)) |
(+ (* -1 (/ (+ (* 60 (- x y)) (* 60 (/ (* z (- x y)) t))) t)) (* 120 a)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -60 (* z (- x y))) (* -60 (/ (* (pow z 2) (- x y)) t))) t)) (* 60 (- x y))) t)) (* 120 a)) |
(* 60 (/ (- x y) (- z t))) |
(+ (* 60 (/ (- x y) (- z t))) (* 120 a)) |
(+ (* 60 (/ (- x y) (- z t))) (* 120 a)) |
(+ (* 60 (/ (- x y) (- z t))) (* 120 a)) |
(* 120 a) |
(* a (+ 120 (* 60 (/ (- x y) (* a (- z t)))))) |
(* a (+ 120 (* 60 (/ (- x y) (* a (- z t)))))) |
(* a (+ 120 (* 60 (/ (- x y) (* a (- z t)))))) |
(* 120 a) |
(* -1 (* a (- (* -60 (/ (- x y) (* a (- z t)))) 120))) |
(* -1 (* a (- (* -60 (/ (- x y) (* a (- z t)))) 120))) |
(* -1 (* a (- (* -60 (/ (- x y) (* a (- z t)))) 120))) |
(* -60 (/ y (- z t))) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(* 60 (/ x (- z t))) |
(* x (+ (* -60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t))))) |
(* x (+ (* -60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t))))) |
(* x (+ (* -60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t))))) |
(* 60 (/ x (- z t))) |
(* -1 (* x (- (* 60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t)))))) |
(* -1 (* x (- (* 60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t)))))) |
(* -1 (* x (- (* 60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t)))))) |
(* 60 (/ x (- z t))) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(* -60 (/ y (- z t))) |
(* y (- (* 60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t))))) |
(* y (- (* 60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t))))) |
(* y (- (* 60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t))))) |
(* -60 (/ y (- z t))) |
(* -1 (* y (+ (* -60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t)))))) |
(* -1 (* y (+ (* -60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t)))))) |
(* -1 (* y (+ (* -60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t)))))) |
(* -60 (/ (- x y) t)) |
(+ (* -60 (/ (- x y) t)) (* 60 (* z (- (/ y (pow t 2)) (/ x (pow t 2)))))) |
(+ (* -60 (/ (- x y) t)) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) t))))) |
(+ (* -60 (/ (- x y) t)) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* z (+ (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* 60 (/ (- (/ y (pow t 2)) (/ x (pow t 2))) t))))))) |
(* 60 (/ (- x y) z)) |
(/ (+ (* 60 (- x y)) (* 60 (/ (* t (- x y)) z))) z) |
(/ (+ (* 60 (- x y)) (+ (* 60 (/ (* t (- x y)) z)) (* 60 (/ (* (pow t 2) (- x y)) (pow z 2))))) z) |
(/ (+ (* 60 (- x y)) (+ (* 60 (/ (* t (- x y)) z)) (+ (* 60 (/ (* (pow t 2) (- x y)) (pow z 2))) (* 60 (/ (* (pow t 3) (- x y)) (pow z 3)))))) z) |
(* 60 (/ (- x y) z)) |
(* -1 (/ (+ (* -60 (- x y)) (* -60 (/ (* t (- x y)) z))) z)) |
(* -1 (/ (+ (* -60 (- x y)) (* -1 (/ (+ (* 60 (* t (- x y))) (* 60 (/ (* (pow t 2) (- x y)) z))) z))) z)) |
(* -1 (/ (+ (* -60 (- x y)) (* -1 (/ (+ (* -1 (/ (+ (* -60 (* (pow t 2) (- x y))) (* -60 (/ (* (pow t 3) (- x y)) z))) z)) (* 60 (* t (- x y)))) z))) z)) |
(* 60 (/ (- x y) z)) |
(+ (* 60 (/ (* t (- x y)) (pow z 2))) (* 60 (/ (- x y) z))) |
(+ (* 60 (/ (- x y) z)) (* t (+ (* 60 (/ (* t (- x y)) (pow z 3))) (* 60 (/ (- x y) (pow z 2)))))) |
(+ (* 60 (/ (- x y) z)) (* t (+ (* 60 (/ (- x y) (pow z 2))) (* t (+ (* 60 (/ (* t (- x y)) (pow z 4))) (* 60 (/ (- x y) (pow z 3)))))))) |
(* -60 (/ (- x y) t)) |
(/ (+ (* -60 (- x y)) (* -60 (/ (* z (- x y)) t))) t) |
(/ (+ (* -60 (- x y)) (+ (* -60 (/ (* z (- x y)) t)) (* -60 (/ (* (pow z 2) (- x y)) (pow t 2))))) t) |
(/ (+ (* -60 (- x y)) (+ (* -60 (/ (* z (- x y)) t)) (+ (* -60 (/ (* (pow z 2) (- x y)) (pow t 2))) (* -60 (/ (* (pow z 3) (- x y)) (pow t 3)))))) t) |
(* -60 (/ (- x y) t)) |
(* -1 (/ (+ (* 60 (- x y)) (* 60 (/ (* z (- x y)) t))) t)) |
(* -1 (/ (+ (* -1 (/ (+ (* -60 (* z (- x y))) (* -60 (/ (* (pow z 2) (- x y)) t))) t)) (* 60 (- x y))) t)) |
(* -1 (/ (+ (* -1 (/ (+ (* -60 (* z (- x y))) (* -1 (/ (+ (* 60 (* (pow z 2) (- x y))) (* 60 (/ (* (pow z 3) (- x y)) t))) t))) t)) (* 60 (- x y))) t)) |
(* -1 (/ y (- z t))) |
(+ (* -1 (/ y (- z t))) (/ x (- z t))) |
(+ (* -1 (/ y (- z t))) (/ x (- z t))) |
(+ (* -1 (/ y (- z t))) (/ x (- z t))) |
(/ x (- z t)) |
(* x (+ (* -1 (/ y (* x (- z t)))) (/ 1 (- z t)))) |
(* x (+ (* -1 (/ y (* x (- z t)))) (/ 1 (- z t)))) |
(* x (+ (* -1 (/ y (* x (- z t)))) (/ 1 (- z t)))) |
(/ x (- z t)) |
(* -1 (* x (- (/ y (* x (- z t))) (/ 1 (- z t))))) |
(* -1 (* x (- (/ y (* x (- z t))) (/ 1 (- z t))))) |
(* -1 (* x (- (/ y (* x (- z t))) (/ 1 (- z t))))) |
(/ x (- z t)) |
(+ (* -1 (/ y (- z t))) (/ x (- z t))) |
(+ (* -1 (/ y (- z t))) (/ x (- z t))) |
(+ (* -1 (/ y (- z t))) (/ x (- z t))) |
(* -1 (/ y (- z t))) |
(* y (- (/ x (* y (- z t))) (/ 1 (- z t)))) |
(* y (- (/ x (* y (- z t))) (/ 1 (- z t)))) |
(* y (- (/ x (* y (- z t))) (/ 1 (- z t)))) |
(* -1 (/ y (- z t))) |
(* -1 (* y (+ (* -1 (/ x (* y (- z t)))) (/ 1 (- z t))))) |
(* -1 (* y (+ (* -1 (/ x (* y (- z t)))) (/ 1 (- z t))))) |
(* -1 (* y (+ (* -1 (/ x (* y (- z t)))) (/ 1 (- z t))))) |
(* -1 (/ (- x y) t)) |
(+ (* -1 (/ (- x y) t)) (* z (- (/ y (pow t 2)) (/ x (pow t 2))))) |
(+ (* -1 (/ (- x y) t)) (* z (- (+ (/ y (pow t 2)) (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ x (pow t 2))))) |
(+ (* -1 (/ (- x y) t)) (* z (- (+ (* z (- (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2)) (* -1 (/ (- (/ y (pow t 2)) (/ x (pow t 2))) t)))) (/ y (pow t 2))) (/ x (pow t 2))))) |
(/ (- x y) z) |
(/ (- (+ x (/ (* t (- x y)) z)) y) z) |
(/ (- (+ x (/ (* (pow t 2) (- x y)) (pow z 2))) (+ y (* -1 (/ (* t (- x y)) z)))) z) |
(/ (- (+ x (/ (* (pow t 3) (- x y)) (pow z 3))) (+ y (+ (* -1 (/ (* t (- x y)) z)) (* -1 (/ (* (pow t 2) (- x y)) (pow z 2)))))) z) |
(/ (- x y) z) |
(* -1 (/ (+ (* -1 (- x y)) (* -1 (/ (* t (- x y)) z))) z)) |
(* -1 (/ (+ (* -1 (- x y)) (* -1 (/ (+ (* t (- x y)) (/ (* (pow t 2) (- x y)) z)) z))) z)) |
(* -1 (/ (+ (* -1 (- x y)) (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (pow t 2) (- x y))) (* -1 (/ (* (pow t 3) (- x y)) z))) z)) (* t (- x y))) z))) z)) |
(/ (- x y) z) |
(- (+ (/ x z) (/ (* t (- x y)) (pow z 2))) (/ y z)) |
(- (+ (* t (- (/ (* t (- x y)) (pow z 3)) (* -1 (/ (- x y) (pow z 2))))) (/ x z)) (/ y z)) |
(- (+ (* t (- (* t (- (/ (* t (- x y)) (pow z 4)) (* -1 (/ (- x y) (pow z 3))))) (* -1 (/ (- x y) (pow z 2))))) (/ x z)) (/ y z)) |
(* -1 (/ (- x y) t)) |
(/ (+ (* -1 (- x y)) (* -1 (/ (* z (- x y)) t))) t) |
(/ (- (+ (* -1 (- x y)) (* -1 (/ (* (pow z 2) (- x y)) (pow t 2)))) (/ (* z (- x y)) t)) t) |
(/ (- (+ (* -1 (- x y)) (* -1 (/ (* (pow z 3) (- x y)) (pow t 3)))) (+ (/ (* z (- x y)) t) (/ (* (pow z 2) (- x y)) (pow t 2)))) t) |
(* -1 (/ (- x y) t)) |
(* -1 (/ (- (+ x (/ (* z (- x y)) t)) y) t)) |
(* -1 (/ (- (+ x (* -1 (/ (- (* -1 (/ (* (pow z 2) (- x y)) t)) (* z (- x y))) t))) y) t)) |
(* -1 (/ (- (+ x (* -1 (/ (- (* -1 (/ (- (/ (* (pow z 3) (- x y)) t) (* -1 (* (pow z 2) (- x y)))) t)) (* z (- x y))) t))) y) t)) |
(* -1 y) |
(- x y) |
(- x y) |
(- x y) |
x |
(* x (+ 1 (* -1 (/ y x)))) |
(* x (+ 1 (* -1 (/ y x)))) |
(* x (+ 1 (* -1 (/ y x)))) |
x |
(* -1 (* x (- (/ y x) 1))) |
(* -1 (* x (- (/ y x) 1))) |
(* -1 (* x (- (/ y x) 1))) |
x |
(+ x (* -1 y)) |
(+ x (* -1 y)) |
(+ x (* -1 y)) |
(* -1 y) |
(* y (- (/ x y) 1)) |
(* y (- (/ x y) 1)) |
(* y (- (/ x y) 1)) |
(* -1 y) |
(* -1 (* y (+ 1 (* -1 (/ x y))))) |
(* -1 (* y (+ 1 (* -1 (/ x y))))) |
(* -1 (* y (+ 1 (* -1 (/ x y))))) |
(* -60 (/ y (- z t))) |
(* -60 (/ y (- z t))) |
(* -60 (/ y (- z t))) |
(* -60 (/ y (- z t))) |
(* -60 (/ y (- z t))) |
(* -60 (/ y (- z t))) |
(* -60 (/ y (- z t))) |
(* -60 (/ y (- z t))) |
(* -60 (/ y (- z t))) |
(* -60 (/ y (- z t))) |
(* -60 (/ y (- z t))) |
(* -60 (/ y (- z t))) |
(* 60 (/ y t)) |
(+ (* 60 (/ y t)) (* 60 (/ (* y z) (pow t 2)))) |
(+ (* 60 (/ y t)) (* z (+ (* 60 (/ y (pow t 2))) (* 60 (/ (* y z) (pow t 3)))))) |
(+ (* 60 (/ y t)) (* z (+ (* 60 (/ y (pow t 2))) (* z (+ (* 60 (/ y (pow t 3))) (* 60 (/ (* y z) (pow t 4)))))))) |
(* -60 (/ y z)) |
(/ (+ (* -60 y) (* -60 (/ (* t y) z))) z) |
(/ (+ (* -60 y) (+ (* -60 (/ (* t y) z)) (* -60 (/ (* (pow t 2) y) (pow z 2))))) z) |
(/ (+ (* -60 y) (+ (* -60 (/ (* t y) z)) (+ (* -60 (/ (* (pow t 2) y) (pow z 2))) (* -60 (/ (* (pow t 3) y) (pow z 3)))))) z) |
(* -60 (/ y z)) |
(* -1 (/ (+ (* 60 y) (* 60 (/ (* t y) z))) z)) |
(* -1 (/ (+ (* -1 (/ (+ (* -60 (* t y)) (* -60 (/ (* (pow t 2) y) z))) z)) (* 60 y)) z)) |
(* -1 (/ (+ (* -1 (/ (+ (* -60 (* t y)) (* -1 (/ (+ (* 60 (* (pow t 2) y)) (* 60 (/ (* (pow t 3) y) z))) z))) z)) (* 60 y)) z)) |
(* -60 (/ y z)) |
(+ (* -60 (/ y z)) (* -60 (/ (* t y) (pow z 2)))) |
(+ (* -60 (/ y z)) (* t (+ (* -60 (/ y (pow z 2))) (* -60 (/ (* t y) (pow z 3)))))) |
(+ (* -60 (/ y z)) (* t (+ (* -60 (/ y (pow z 2))) (* t (+ (* -60 (/ y (pow z 3))) (* -60 (/ (* t y) (pow z 4)))))))) |
(* 60 (/ y t)) |
(/ (+ (* 60 y) (* 60 (/ (* y z) t))) t) |
(/ (+ (* 60 y) (+ (* 60 (/ (* y z) t)) (* 60 (/ (* y (pow z 2)) (pow t 2))))) t) |
(/ (+ (* 60 y) (+ (* 60 (/ (* y z) t)) (+ (* 60 (/ (* y (pow z 2)) (pow t 2))) (* 60 (/ (* y (pow z 3)) (pow t 3)))))) t) |
(* 60 (/ y t)) |
(* -1 (/ (+ (* -60 y) (* -60 (/ (* y z) t))) t)) |
(* -1 (/ (+ (* -60 y) (* -1 (/ (+ (* 60 (* y z)) (* 60 (/ (* y (pow z 2)) t))) t))) t)) |
(* -1 (/ (+ (* -60 y) (* -1 (/ (+ (* -1 (/ (+ (* -60 (* y (pow z 2))) (* -60 (/ (* y (pow z 3)) t))) t)) (* 60 (* y z))) t))) t)) |
(/ y (- z t)) |
(/ y (- z t)) |
(/ y (- z t)) |
(/ y (- z t)) |
(/ y (- z t)) |
(/ y (- z t)) |
(/ y (- z t)) |
(/ y (- z t)) |
(/ y (- z t)) |
(/ y (- z t)) |
(/ y (- z t)) |
(/ y (- z t)) |
(* -1 (/ y t)) |
(+ (* -1 (/ y t)) (* -1 (/ (* y z) (pow t 2)))) |
(+ (* -1 (/ y t)) (* z (- (* -1 (/ (* y z) (pow t 3))) (/ y (pow t 2))))) |
(+ (* -1 (/ y t)) (* z (- (* z (- (* -1 (/ (* y z) (pow t 4))) (/ y (pow t 3)))) (/ y (pow t 2))))) |
(/ y z) |
(/ (+ y (/ (* t y) z)) z) |
(/ (- (+ y (/ (* (pow t 2) y) (pow z 2))) (* -1 (/ (* t y) z))) z) |
(/ (- (+ y (/ (* (pow t 3) y) (pow z 3))) (+ (* -1 (/ (* t y) z)) (* -1 (/ (* (pow t 2) y) (pow z 2))))) z) |
(/ y z) |
(* -1 (/ (+ (* -1 y) (* -1 (/ (* t y) z))) z)) |
(* -1 (/ (+ (* -1 y) (* -1 (/ (+ (* t y) (/ (* (pow t 2) y) z)) z))) z)) |
(* -1 (/ (+ (* -1 y) (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (pow t 2) y)) (* -1 (/ (* (pow t 3) y) z))) z)) (* t y)) z))) z)) |
(/ y z) |
(+ (/ y z) (/ (* t y) (pow z 2))) |
(+ (* t (- (/ (* t y) (pow z 3)) (* -1 (/ y (pow z 2))))) (/ y z)) |
(+ (* t (- (* t (- (/ (* t y) (pow z 4)) (* -1 (/ y (pow z 3))))) (* -1 (/ y (pow z 2))))) (/ y z)) |
(* -1 (/ y t)) |
(/ (+ (* -1 y) (* -1 (/ (* y z) t))) t) |
(/ (- (+ (* -1 y) (* -1 (/ (* y (pow z 2)) (pow t 2)))) (/ (* y z) t)) t) |
(/ (- (+ (* -1 y) (* -1 (/ (* y (pow z 3)) (pow t 3)))) (+ (/ (* y z) t) (/ (* y (pow z 2)) (pow t 2)))) t) |
(* -1 (/ y t)) |
(* -1 (/ (+ y (/ (* y z) t)) t)) |
(* -1 (/ (+ y (* -1 (/ (- (* -1 (/ (* y (pow z 2)) t)) (* y z)) t))) t)) |
(* -1 (/ (+ y (* -1 (/ (- (* -1 (/ (- (/ (* y (pow z 3)) t) (* -1 (* y (pow z 2)))) t)) (* y z)) t))) t)) |
(* -1 t) |
(- z t) |
(- z t) |
(- z t) |
z |
(* z (+ 1 (* -1 (/ t z)))) |
(* z (+ 1 (* -1 (/ t z)))) |
(* z (+ 1 (* -1 (/ t z)))) |
z |
(* -1 (* z (- (/ t z) 1))) |
(* -1 (* z (- (/ t z) 1))) |
(* -1 (* z (- (/ t z) 1))) |
z |
(+ z (* -1 t)) |
(+ z (* -1 t)) |
(+ z (* -1 t)) |
(* -1 t) |
(* t (- (/ z t) 1)) |
(* t (- (/ z t) 1)) |
(* t (- (/ z t) 1)) |
(* -1 t) |
(* -1 (* t (+ 1 (* -1 (/ z t))))) |
(* -1 (* t (+ 1 (* -1 (/ z t))))) |
(* -1 (* t (+ 1 (* -1 (/ z t))))) |
(* -60 (/ y z)) |
(+ (* -60 (/ y z)) (* 120 a)) |
(+ (* -60 (/ y z)) (* 120 a)) |
(+ (* -60 (/ y z)) (* 120 a)) |
(* 120 a) |
(* a (+ 120 (* -60 (/ y (* a z))))) |
(* a (+ 120 (* -60 (/ y (* a z))))) |
(* a (+ 120 (* -60 (/ y (* a z))))) |
(* 120 a) |
(* -1 (* a (- (* 60 (/ y (* a z))) 120))) |
(* -1 (* a (- (* 60 (/ y (* a z))) 120))) |
(* -1 (* a (- (* 60 (/ y (* a z))) 120))) |
(* 120 a) |
(+ (* -60 (/ y z)) (* 120 a)) |
(+ (* -60 (/ y z)) (* 120 a)) |
(+ (* -60 (/ y z)) (* 120 a)) |
(* -60 (/ y z)) |
(* y (- (* 120 (/ a y)) (* 60 (/ 1 z)))) |
(* y (- (* 120 (/ a y)) (* 60 (/ 1 z)))) |
(* y (- (* 120 (/ a y)) (* 60 (/ 1 z)))) |
(* -60 (/ y z)) |
(* -1 (* y (+ (* -120 (/ a y)) (* 60 (/ 1 z))))) |
(* -1 (* y (+ (* -120 (/ a y)) (* 60 (/ 1 z))))) |
(* -1 (* y (+ (* -120 (/ a y)) (* 60 (/ 1 z))))) |
(* -60 (/ y z)) |
(/ (+ (* -60 y) (* 120 (* a z))) z) |
(/ (+ (* -60 y) (* 120 (* a z))) z) |
(/ (+ (* -60 y) (* 120 (* a z))) z) |
(* 120 a) |
(+ (* -60 (/ y z)) (* 120 a)) |
(+ (* -60 (/ y z)) (* 120 a)) |
(+ (* -60 (/ y z)) (* 120 a)) |
(* 120 a) |
(+ (* -60 (/ y z)) (* 120 a)) |
(+ (* -60 (/ y z)) (* 120 a)) |
(+ (* -60 (/ y z)) (* 120 a)) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* -60 (/ y z)) |
(* -60 (/ y z)) |
(* -60 (/ y z)) |
(* -60 (/ y z)) |
(* -60 (/ y z)) |
(* -60 (/ y z)) |
(* -60 (/ y z)) |
(* -60 (/ y z)) |
(* -60 (/ y z)) |
(* -60 (/ y z)) |
(* -60 (/ y z)) |
(* -60 (/ y z)) |
(* -60 (/ y z)) |
(* -60 (/ y z)) |
(* -60 (/ y z)) |
(* -60 (/ y z)) |
(* -60 (/ y z)) |
(* -60 (/ y z)) |
(* -60 (/ y z)) |
(* -60 (/ y z)) |
(* -60 (/ y z)) |
(* -60 (/ y z)) |
(* -60 (/ y z)) |
(* -60 (/ y z)) |
(* -60 y) |
(* -60 y) |
(* -60 y) |
(* -60 y) |
(* -60 y) |
(* -60 y) |
(* -60 y) |
(* -60 y) |
(* -60 y) |
(* -60 y) |
(* -60 y) |
(* -60 y) |
(* 60 (/ (- x y) z)) |
(/ (+ (* 60 (- x y)) (* 120 (* a z))) z) |
(/ (+ (* 60 (- x y)) (* 120 (* a z))) z) |
(/ (+ (* 60 (- x y)) (* 120 (* a z))) z) |
(* 120 a) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(* 120 a) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+ (* -60 (/ y z)) (* 120 a)) |
(+ (* -60 (/ y z)) (+ (* 60 (/ x z)) (* 120 a))) |
(+ (* -60 (/ y z)) (+ (* 60 (/ x z)) (* 120 a))) |
(+ (* -60 (/ y z)) (+ (* 60 (/ x z)) (* 120 a))) |
(* 60 (/ x z)) |
(* x (+ (* -60 (/ y (* x z))) (+ (* 120 (/ a x)) (* 60 (/ 1 z))))) |
(* x (+ (* -60 (/ y (* x z))) (+ (* 120 (/ a x)) (* 60 (/ 1 z))))) |
(* x (+ (* -60 (/ y (* x z))) (+ (* 120 (/ a x)) (* 60 (/ 1 z))))) |
(* 60 (/ x z)) |
(* -1 (* x (- (* -1 (/ (+ (* -60 (/ y z)) (* 120 a)) x)) (* 60 (/ 1 z))))) |
(* -1 (* x (- (* -1 (/ (+ (* -60 (/ y z)) (* 120 a)) x)) (* 60 (/ 1 z))))) |
(* -1 (* x (- (* -1 (/ (+ (* -60 (/ y z)) (* 120 a)) x)) (* 60 (/ 1 z))))) |
(+ (* 60 (/ x z)) (* 120 a)) |
(+ (* -60 (/ y z)) (+ (* 60 (/ x z)) (* 120 a))) |
(+ (* -60 (/ y z)) (+ (* 60 (/ x z)) (* 120 a))) |
(+ (* -60 (/ y z)) (+ (* 60 (/ x z)) (* 120 a))) |
(* -60 (/ y z)) |
(* y (- (+ (* 60 (/ x (* y z))) (* 120 (/ a y))) (* 60 (/ 1 z)))) |
(* y (- (+ (* 60 (/ x (* y z))) (* 120 (/ a y))) (* 60 (/ 1 z)))) |
(* y (- (+ (* 60 (/ x (* y z))) (* 120 (/ a y))) (* 60 (/ 1 z)))) |
(* -60 (/ y z)) |
(* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x z)) (* 120 a)) y)) (* 60 (/ 1 z))))) |
(* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x z)) (* 120 a)) y)) (* 60 (/ 1 z))))) |
(* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x z)) (* 120 a)) y)) (* 60 (/ 1 z))))) |
(* 60 (/ (- x y) z)) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(* 120 a) |
(* a (+ 120 (* 60 (/ (- x y) (* a z))))) |
(* a (+ 120 (* 60 (/ (- x y) (* a z))))) |
(* a (+ 120 (* 60 (/ (- x y) (* a z))))) |
(* 120 a) |
(* -1 (* a (- (* -60 (/ (- x y) (* a z))) 120))) |
(* -1 (* a (- (* -60 (/ (- x y) (* a z))) 120))) |
(* -1 (* a (- (* -60 (/ (- x y) (* a z))) 120))) |
(* 60 (/ (- x y) z)) |
(* 60 (/ (- x y) z)) |
(* 60 (/ (- x y) z)) |
(* 60 (/ (- x y) z)) |
(* 60 (/ (- x y) z)) |
(* 60 (/ (- x y) z)) |
(* 60 (/ (- x y) z)) |
(* 60 (/ (- x y) z)) |
(* 60 (/ (- x y) z)) |
(* 60 (/ (- x y) z)) |
(* 60 (/ (- x y) z)) |
(* 60 (/ (- x y) z)) |
(* -60 (/ y z)) |
(+ (* -60 (/ y z)) (* 60 (/ x z))) |
(+ (* -60 (/ y z)) (* 60 (/ x z))) |
(+ (* -60 (/ y z)) (* 60 (/ x z))) |
(* 60 (/ x z)) |
(* x (+ (* -60 (/ y (* x z))) (* 60 (/ 1 z)))) |
(* x (+ (* -60 (/ y (* x z))) (* 60 (/ 1 z)))) |
(* x (+ (* -60 (/ y (* x z))) (* 60 (/ 1 z)))) |
(* 60 (/ x z)) |
(* -1 (* x (- (* 60 (/ y (* x z))) (* 60 (/ 1 z))))) |
(* -1 (* x (- (* 60 (/ y (* x z))) (* 60 (/ 1 z))))) |
(* -1 (* x (- (* 60 (/ y (* x z))) (* 60 (/ 1 z))))) |
(* 60 (/ x z)) |
(+ (* -60 (/ y z)) (* 60 (/ x z))) |
(+ (* -60 (/ y z)) (* 60 (/ x z))) |
(+ (* -60 (/ y z)) (* 60 (/ x z))) |
(* -60 (/ y z)) |
(* y (- (* 60 (/ x (* y z))) (* 60 (/ 1 z)))) |
(* y (- (* 60 (/ x (* y z))) (* 60 (/ 1 z)))) |
(* y (- (* 60 (/ x (* y z))) (* 60 (/ 1 z)))) |
(* -60 (/ y z)) |
(* -1 (* y (+ (* -60 (/ x (* y z))) (* 60 (/ 1 z))))) |
(* -1 (* y (+ (* -60 (/ x (* y z))) (* 60 (/ 1 z))))) |
(* -1 (* y (+ (* -60 (/ x (* y z))) (* 60 (/ 1 z))))) |
(/ 60 z) |
(/ 60 z) |
(/ 60 z) |
(/ 60 z) |
(/ 60 z) |
(/ 60 z) |
(/ 60 z) |
(/ 60 z) |
(/ 60 z) |
(/ 60 z) |
(/ 60 z) |
(/ 60 z) |
(* 60 (/ (- x y) (- z t))) |
(+ (* 60 (/ (- x y) (- z t))) (* 120 a)) |
(+ (* 60 (/ (- x y) (- z t))) (* 120 a)) |
(+ (* 60 (/ (- x y) (- z t))) (* 120 a)) |
(* 120 a) |
(* a (+ 120 (* 60 (/ (- x y) (* a (- z t)))))) |
(* a (+ 120 (* 60 (/ (- x y) (* a (- z t)))))) |
(* a (+ 120 (* 60 (/ (- x y) (* a (- z t)))))) |
(* 120 a) |
(* -1 (* a (- (* -60 (/ (- x y) (* a (- z t)))) 120))) |
(* -1 (* a (- (* -60 (/ (- x y) (* a (- z t)))) 120))) |
(* -1 (* a (- (* -60 (/ (- x y) (* a (- z t)))) 120))) |
(* a (+ 120 (* -60 (/ y (* a (- z t)))))) |
(+ (* 60 (/ x (- z t))) (* a (+ 120 (* -60 (/ y (* a (- z t))))))) |
(+ (* 60 (/ x (- z t))) (* a (+ 120 (* -60 (/ y (* a (- z t))))))) |
(+ (* 60 (/ x (- z t))) (* a (+ 120 (* -60 (/ y (* a (- z t))))))) |
(* 60 (/ x (- z t))) |
(* x (+ (* 60 (/ 1 (- z t))) (/ (* a (+ 120 (* -60 (/ y (* a (- z t)))))) x))) |
(* x (+ (* 60 (/ 1 (- z t))) (/ (* a (+ 120 (* -60 (/ y (* a (- z t)))))) x))) |
(* x (+ (* 60 (/ 1 (- z t))) (/ (* a (+ 120 (* -60 (/ y (* a (- z t)))))) x))) |
(* 60 (/ x (- z t))) |
(* -1 (* x (- (* -1 (/ (* a (+ 120 (* -60 (/ y (* a (- z t)))))) x)) (* 60 (/ 1 (- z t)))))) |
(* -1 (* x (- (* -1 (/ (* a (+ 120 (* -60 (/ y (* a (- z t)))))) x)) (* 60 (/ 1 (- z t)))))) |
(* -1 (* x (- (* -1 (/ (* a (+ 120 (* -60 (/ y (* a (- z t)))))) x)) (* 60 (/ 1 (- z t)))))) |
(* a (+ 120 (* 60 (/ x (* a (- z t)))))) |
(+ (* -60 (/ y (- z t))) (* a (+ 120 (* 60 (/ x (* a (- z t))))))) |
(+ (* -60 (/ y (- z t))) (* a (+ 120 (* 60 (/ x (* a (- z t))))))) |
(+ (* -60 (/ y (- z t))) (* a (+ 120 (* 60 (/ x (* a (- z t))))))) |
(* -60 (/ y (- z t))) |
(* y (- (/ (* a (+ 120 (* 60 (/ x (* a (- z t)))))) y) (* 60 (/ 1 (- z t))))) |
(* y (- (/ (* a (+ 120 (* 60 (/ x (* a (- z t)))))) y) (* 60 (/ 1 (- z t))))) |
(* y (- (/ (* a (+ 120 (* 60 (/ x (* a (- z t)))))) y) (* 60 (/ 1 (- z t))))) |
(* -60 (/ y (- z t))) |
(* -1 (* y (+ (* -1 (/ (* a (+ 120 (* 60 (/ x (* a (- z t)))))) y)) (* 60 (/ 1 (- z t)))))) |
(* -1 (* y (+ (* -1 (/ (* a (+ 120 (* 60 (/ x (* a (- z t)))))) y)) (* 60 (/ 1 (- z t)))))) |
(* -1 (* y (+ (* -1 (/ (* a (+ 120 (* 60 (/ x (* a (- z t)))))) y)) (* 60 (/ 1 (- z t)))))) |
(* a (+ 120 (* -60 (/ (- x y) (* a t))))) |
(+ (* 60 (* a (* z (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2))))))) (* a (+ 120 (* -60 (/ (- x y) (* a t)))))) |
(+ (* a (+ 120 (* -60 (/ (- x y) (* a t))))) (* z (+ (* 60 (* a (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2)))))) (* 60 (/ (* a (* z (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2)))))) t))))) |
(+ (* a (+ 120 (* -60 (/ (- x y) (* a t))))) (* z (+ (* 60 (* a (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2)))))) (* z (+ (* 60 (/ (* a (* z (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2)))))) (pow t 2))) (* 60 (/ (* a (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2))))) t))))))) |
(* 120 a) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+ (* 60 (/ (* t (- x y)) (pow z 2))) (+ (* 60 (/ (- x y) z)) (* 120 a))) |
(+ (* 60 (/ (* t (- x y)) (pow z 2))) (+ (* 60 (/ (* (pow t 2) (- x y)) (pow z 3))) (+ (* 60 (/ (- x y) z)) (* 120 a)))) |
(* 120 a) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+ (* -1 (/ (+ (* -60 (- x y)) (* -60 (/ (* t (- x y)) z))) z)) (* 120 a)) |
(+ (* -1 (/ (+ (* -60 (- x y)) (* -1 (/ (+ (* 60 (* t (- x y))) (* 60 (/ (* (pow t 2) (- x y)) z))) z))) z)) (* 120 a)) |
(* a (+ 120 (* 60 (/ (- x y) (* a z))))) |
(+ (* 60 (/ (* t (- x y)) (pow z 2))) (* a (+ 120 (* 60 (/ (- x y) (* a z)))))) |
(+ (* a (+ 120 (* 60 (/ (- x y) (* a z))))) (* t (+ (* 60 (/ (* t (- x y)) (pow z 3))) (* 60 (/ (- x y) (pow z 2)))))) |
(+ (* a (+ 120 (* 60 (/ (- x y) (* a z))))) (* t (+ (* 60 (/ (- x y) (pow z 2))) (* t (+ (* 60 (/ (* t (- x y)) (pow z 4))) (* 60 (/ (- x y) (pow z 3)))))))) |
(* 120 a) |
(+ (* -60 (/ (- x y) t)) (* 120 a)) |
(+ (* -60 (/ (* z (- x y)) (pow t 2))) (+ (* -60 (/ (- x y) t)) (* 120 a))) |
(+ (* -60 (/ (* z (- x y)) (pow t 2))) (+ (* -60 (/ (* (pow z 2) (- x y)) (pow t 3))) (+ (* -60 (/ (- x y) t)) (* 120 a)))) |
(* 120 a) |
(+ (* -60 (/ (- x y) t)) (* 120 a)) |
(+ (* -1 (/ (+ (* 60 (- x y)) (* 60 (/ (* z (- x y)) t))) t)) (* 120 a)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -60 (* z (- x y))) (* -60 (/ (* (pow z 2) (- x y)) t))) t)) (* 60 (- x y))) t)) (* 120 a)) |
(+ 120 (* -60 (/ y (* a (- z t))))) |
(+ 120 (+ (* -60 (/ y (* a (- z t)))) (* 60 (/ x (* a (- z t)))))) |
(+ 120 (+ (* -60 (/ y (* a (- z t)))) (* 60 (/ x (* a (- z t)))))) |
(+ 120 (+ (* -60 (/ y (* a (- z t)))) (* 60 (/ x (* a (- z t)))))) |
(* 60 (/ x (* a (- z t)))) |
(* x (+ (* -60 (/ y (* a (* x (- z t))))) (+ (* 120 (/ 1 x)) (* 60 (/ 1 (* a (- z t))))))) |
(* x (+ (* -60 (/ y (* a (* x (- z t))))) (+ (* 120 (/ 1 x)) (* 60 (/ 1 (* a (- z t))))))) |
(* x (+ (* -60 (/ y (* a (* x (- z t))))) (+ (* 120 (/ 1 x)) (* 60 (/ 1 (* a (- z t))))))) |
(* 60 (/ x (* a (- z t)))) |
(* -1 (* x (- (* -1 (/ (+ 120 (* -60 (/ y (* a (- z t))))) x)) (* 60 (/ 1 (* a (- z t))))))) |
(* -1 (* x (- (* -1 (/ (+ 120 (* -60 (/ y (* a (- z t))))) x)) (* 60 (/ 1 (* a (- z t))))))) |
(* -1 (* x (- (* -1 (/ (+ 120 (* -60 (/ y (* a (- z t))))) x)) (* 60 (/ 1 (* a (- z t))))))) |
(+ 120 (* 60 (/ x (* a (- z t))))) |
(+ 120 (+ (* -60 (/ y (* a (- z t)))) (* 60 (/ x (* a (- z t)))))) |
(+ 120 (+ (* -60 (/ y (* a (- z t)))) (* 60 (/ x (* a (- z t)))))) |
(+ 120 (+ (* -60 (/ y (* a (- z t)))) (* 60 (/ x (* a (- z t)))))) |
(* -60 (/ y (* a (- z t)))) |
(* y (- (+ (* 60 (/ x (* a (* y (- z t))))) (* 120 (/ 1 y))) (* 60 (/ 1 (* a (- z t)))))) |
(* y (- (+ (* 60 (/ x (* a (* y (- z t))))) (* 120 (/ 1 y))) (* 60 (/ 1 (* a (- z t)))))) |
(* y (- (+ (* 60 (/ x (* a (* y (- z t))))) (* 120 (/ 1 y))) (* 60 (/ 1 (* a (- z t)))))) |
(* -60 (/ y (* a (- z t)))) |
(* -1 (* y (+ (* -1 (/ (+ 120 (* 60 (/ x (* a (- z t))))) y)) (* 60 (/ 1 (* a (- z t))))))) |
(* -1 (* y (+ (* -1 (/ (+ 120 (* 60 (/ x (* a (- z t))))) y)) (* 60 (/ 1 (* a (- z t))))))) |
(* -1 (* y (+ (* -1 (/ (+ 120 (* 60 (/ x (* a (- z t))))) y)) (* 60 (/ 1 (* a (- z t))))))) |
(* 60 (/ (- x y) (* a (- z t)))) |
(/ (+ (* 60 (/ (- x y) (- z t))) (* 120 a)) a) |
(/ (+ (* 60 (/ (- x y) (- z t))) (* 120 a)) a) |
(/ (+ (* 60 (/ (- x y) (- z t))) (* 120 a)) a) |
120 |
(+ 120 (* 60 (/ (- x y) (* a (- z t))))) |
(+ 120 (* 60 (/ (- x y) (* a (- z t))))) |
(+ 120 (* 60 (/ (- x y) (* a (- z t))))) |
120 |
(+ 120 (* 60 (/ (- x y) (* a (- z t))))) |
(+ 120 (* 60 (/ (- x y) (* a (- z t))))) |
(+ 120 (* 60 (/ (- x y) (* a (- z t))))) |
(+ 120 (* -60 (/ (- x y) (* a t)))) |
(+ 120 (+ (* -60 (/ (- x y) (* a t))) (* 60 (* z (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2)))))))) |
(+ 120 (+ (* -60 (/ (- x y) (* a t))) (* z (+ (* 60 (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2))))) (* 60 (/ (* z (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2))))) t)))))) |
(+ 120 (+ (* -60 (/ (- x y) (* a t))) (* z (+ (* 60 (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2))))) (* z (+ (* 60 (/ (* z (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2))))) (pow t 2))) (* 60 (/ (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2)))) t)))))))) |
120 |
(+ 120 (* 60 (/ (- x y) (* a z)))) |
(+ 120 (+ (* 60 (/ (* t (- x y)) (* a (pow z 2)))) (* 60 (/ (- x y) (* a z))))) |
(+ 120 (+ (* 60 (/ (* t (- x y)) (* a (pow z 2)))) (+ (* 60 (/ (* (pow t 2) (- x y)) (* a (pow z 3)))) (* 60 (/ (- x y) (* a z)))))) |
120 |
(+ 120 (* 60 (/ (- x y) (* a z)))) |
(+ 120 (* -1 (/ (+ (* -60 (/ (* t (- x y)) (* a z))) (* -60 (/ (- x y) a))) z))) |
(+ 120 (* -1 (/ (+ (* -60 (/ (- x y) a)) (* -1 (/ (+ (* 60 (/ (* t (- x y)) a)) (* 60 (/ (* (pow t 2) (- x y)) (* a z)))) z))) z))) |
(+ 120 (* 60 (/ (- x y) (* a z)))) |
(+ 120 (+ (* 60 (/ (* t (- x y)) (* a (pow z 2)))) (* 60 (/ (- x y) (* a z))))) |
(+ 120 (+ (* 60 (/ (- x y) (* a z))) (* t (+ (* 60 (/ (* t (- x y)) (* a (pow z 3)))) (* 60 (/ (- x y) (* a (pow z 2)))))))) |
(+ 120 (+ (* 60 (/ (- x y) (* a z))) (* t (+ (* 60 (/ (- x y) (* a (pow z 2)))) (* t (+ (* 60 (/ (* t (- x y)) (* a (pow z 4)))) (* 60 (/ (- x y) (* a (pow z 3)))))))))) |
120 |
(+ 120 (* -60 (/ (- x y) (* a t)))) |
(+ 120 (+ (* -60 (/ (* z (- x y)) (* a (pow t 2)))) (* -60 (/ (- x y) (* a t))))) |
(+ 120 (+ (* -60 (/ (* z (- x y)) (* a (pow t 2)))) (+ (* -60 (/ (* (pow z 2) (- x y)) (* a (pow t 3)))) (* -60 (/ (- x y) (* a t)))))) |
120 |
(+ 120 (* -60 (/ (- x y) (* a t)))) |
(+ 120 (* -1 (/ (+ (* 60 (/ (* z (- x y)) (* a t))) (* 60 (/ (- x y) a))) t))) |
(+ 120 (* -1 (/ (+ (* -1 (/ (+ (* -60 (/ (* z (- x y)) a)) (* -60 (/ (* (pow z 2) (- x y)) (* a t)))) t)) (* 60 (/ (- x y) a))) t))) |
(* -60 (/ y (* a (- z t)))) |
(+ (* -60 (/ y (* a (- z t)))) (* 60 (/ x (* a (- z t))))) |
(+ (* -60 (/ y (* a (- z t)))) (* 60 (/ x (* a (- z t))))) |
(+ (* -60 (/ y (* a (- z t)))) (* 60 (/ x (* a (- z t))))) |
(* 60 (/ x (* a (- z t)))) |
(* x (+ (* -60 (/ y (* a (* x (- z t))))) (* 60 (/ 1 (* a (- z t)))))) |
(* x (+ (* -60 (/ y (* a (* x (- z t))))) (* 60 (/ 1 (* a (- z t)))))) |
(* x (+ (* -60 (/ y (* a (* x (- z t))))) (* 60 (/ 1 (* a (- z t)))))) |
(* 60 (/ x (* a (- z t)))) |
(* -1 (* x (- (* 60 (/ y (* a (* x (- z t))))) (* 60 (/ 1 (* a (- z t))))))) |
(* -1 (* x (- (* 60 (/ y (* a (* x (- z t))))) (* 60 (/ 1 (* a (- z t))))))) |
(* -1 (* x (- (* 60 (/ y (* a (* x (- z t))))) (* 60 (/ 1 (* a (- z t))))))) |
(* 60 (/ x (* a (- z t)))) |
(+ (* -60 (/ y (* a (- z t)))) (* 60 (/ x (* a (- z t))))) |
(+ (* -60 (/ y (* a (- z t)))) (* 60 (/ x (* a (- z t))))) |
(+ (* -60 (/ y (* a (- z t)))) (* 60 (/ x (* a (- z t))))) |
(* -60 (/ y (* a (- z t)))) |
(* y (- (* 60 (/ x (* a (* y (- z t))))) (* 60 (/ 1 (* a (- z t)))))) |
(* y (- (* 60 (/ x (* a (* y (- z t))))) (* 60 (/ 1 (* a (- z t)))))) |
(* y (- (* 60 (/ x (* a (* y (- z t))))) (* 60 (/ 1 (* a (- z t)))))) |
(* -60 (/ y (* a (- z t)))) |
(* -1 (* y (+ (* -60 (/ x (* a (* y (- z t))))) (* 60 (/ 1 (* a (- z t))))))) |
(* -1 (* y (+ (* -60 (/ x (* a (* y (- z t))))) (* 60 (/ 1 (* a (- z t))))))) |
(* -1 (* y (+ (* -60 (/ x (* a (* y (- z t))))) (* 60 (/ 1 (* a (- z t))))))) |
(* 60 (/ (- x y) (* a (- z t)))) |
(* 60 (/ (- x y) (* a (- z t)))) |
(* 60 (/ (- x y) (* a (- z t)))) |
(* 60 (/ (- x y) (* a (- z t)))) |
(* 60 (/ (- x y) (* a (- z t)))) |
(* 60 (/ (- x y) (* a (- z t)))) |
(* 60 (/ (- x y) (* a (- z t)))) |
(* 60 (/ (- x y) (* a (- z t)))) |
(* 60 (/ (- x y) (* a (- z t)))) |
(* 60 (/ (- x y) (* a (- z t)))) |
(* 60 (/ (- x y) (* a (- z t)))) |
(* 60 (/ (- x y) (* a (- z t)))) |
(* -60 (/ (- x y) (* a t))) |
(+ (* -60 (/ (- x y) (* a t))) (* 60 (* z (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2))))))) |
(+ (* -60 (/ (- x y) (* a t))) (* z (+ (* 60 (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2))))) (* 60 (/ (* z (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2))))) t))))) |
(+ (* -60 (/ (- x y) (* a t))) (* z (+ (* 60 (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2))))) (* z (+ (* 60 (/ (* z (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2))))) (pow t 2))) (* 60 (/ (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2)))) t))))))) |
(* 60 (/ (- x y) (* a z))) |
(/ (+ (* 60 (/ (* t (- x y)) (* a z))) (* 60 (/ (- x y) a))) z) |
(/ (+ (* 60 (/ (* t (- x y)) (* a z))) (+ (* 60 (/ (* (pow t 2) (- x y)) (* a (pow z 2)))) (* 60 (/ (- x y) a)))) z) |
(/ (+ (* 60 (/ (* t (- x y)) (* a z))) (+ (* 60 (/ (* (pow t 2) (- x y)) (* a (pow z 2)))) (+ (* 60 (/ (* (pow t 3) (- x y)) (* a (pow z 3)))) (* 60 (/ (- x y) a))))) z) |
(* 60 (/ (- x y) (* a z))) |
(* -1 (/ (+ (* -60 (/ (* t (- x y)) (* a z))) (* -60 (/ (- x y) a))) z)) |
(* -1 (/ (+ (* -60 (/ (- x y) a)) (* -1 (/ (+ (* 60 (/ (* t (- x y)) a)) (* 60 (/ (* (pow t 2) (- x y)) (* a z)))) z))) z)) |
(* -1 (/ (+ (* -60 (/ (- x y) a)) (* -1 (/ (+ (* -1 (/ (+ (* -60 (/ (* (pow t 2) (- x y)) a)) (* -60 (/ (* (pow t 3) (- x y)) (* a z)))) z)) (* 60 (/ (* t (- x y)) a))) z))) z)) |
(* 60 (/ (- x y) (* a z))) |
(+ (* 60 (/ (* t (- x y)) (* a (pow z 2)))) (* 60 (/ (- x y) (* a z)))) |
(+ (* 60 (/ (- x y) (* a z))) (* t (+ (* 60 (/ (* t (- x y)) (* a (pow z 3)))) (* 60 (/ (- x y) (* a (pow z 2))))))) |
(+ (* 60 (/ (- x y) (* a z))) (* t (+ (* 60 (/ (- x y) (* a (pow z 2)))) (* t (+ (* 60 (/ (* t (- x y)) (* a (pow z 4)))) (* 60 (/ (- x y) (* a (pow z 3))))))))) |
(* -60 (/ (- x y) (* a t))) |
(/ (+ (* -60 (/ (* z (- x y)) (* a t))) (* -60 (/ (- x y) a))) t) |
(/ (+ (* -60 (/ (* z (- x y)) (* a t))) (+ (* -60 (/ (* (pow z 2) (- x y)) (* a (pow t 2)))) (* -60 (/ (- x y) a)))) t) |
(/ (+ (* -60 (/ (* z (- x y)) (* a t))) (+ (* -60 (/ (* (pow z 2) (- x y)) (* a (pow t 2)))) (+ (* -60 (/ (* (pow z 3) (- x y)) (* a (pow t 3)))) (* -60 (/ (- x y) a))))) t) |
(* -60 (/ (- x y) (* a t))) |
(* -1 (/ (+ (* 60 (/ (* z (- x y)) (* a t))) (* 60 (/ (- x y) a))) t)) |
(* -1 (/ (+ (* -1 (/ (+ (* -60 (/ (* z (- x y)) a)) (* -60 (/ (* (pow z 2) (- x y)) (* a t)))) t)) (* 60 (/ (- x y) a))) t)) |
(* -1 (/ (+ (* -1 (/ (+ (* -60 (/ (* z (- x y)) a)) (* -1 (/ (+ (* 60 (/ (* (pow z 2) (- x y)) a)) (* 60 (/ (* (pow z 3) (- x y)) (* a t)))) t))) t)) (* 60 (/ (- x y) a))) t)) |
(* -60 y) |
(+ (* -60 y) (* 60 x)) |
(+ (* -60 y) (* 60 x)) |
(+ (* -60 y) (* 60 x)) |
(* 60 x) |
(* x (+ 60 (* -60 (/ y x)))) |
(* x (+ 60 (* -60 (/ y x)))) |
(* x (+ 60 (* -60 (/ y x)))) |
(* 60 x) |
(* -1 (* x (- (* 60 (/ y x)) 60))) |
(* -1 (* x (- (* 60 (/ y x)) 60))) |
(* -1 (* x (- (* 60 (/ y x)) 60))) |
(* 60 x) |
(+ (* -60 y) (* 60 x)) |
(+ (* -60 y) (* 60 x)) |
(+ (* -60 y) (* 60 x)) |
(* -60 y) |
(* y (- (* 60 (/ x y)) 60)) |
(* y (- (* 60 (/ x y)) 60)) |
(* y (- (* 60 (/ x y)) 60)) |
(* -60 y) |
(* -1 (* y (+ 60 (* -60 (/ x y))))) |
(* -1 (* y (+ 60 (* -60 (/ x y))))) |
(* -1 (* y (+ 60 (* -60 (/ x y))))) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* a (- z t)) |
(* a (- z t)) |
(* a (- z t)) |
(* a (- z t)) |
(* a (- z t)) |
(* a (- z t)) |
(* a (- z t)) |
(* a (- z t)) |
(* a (- z t)) |
(* a (- z t)) |
(* a (- z t)) |
(* a (- z t)) |
(* -1 (* a t)) |
(+ (* -1 (* a t)) (* a z)) |
(+ (* -1 (* a t)) (* a z)) |
(+ (* -1 (* a t)) (* a z)) |
(* a z) |
(* z (+ a (* -1 (/ (* a t) z)))) |
(* z (+ a (* -1 (/ (* a t) z)))) |
(* z (+ a (* -1 (/ (* a t) z)))) |
(* a z) |
(* -1 (* z (+ (* -1 a) (/ (* a t) z)))) |
(* -1 (* z (+ (* -1 a) (/ (* a t) z)))) |
(* -1 (* z (+ (* -1 a) (/ (* a t) z)))) |
(* a z) |
(+ (* -1 (* a t)) (* a z)) |
(+ (* -1 (* a t)) (* a z)) |
(+ (* -1 (* a t)) (* a z)) |
(* -1 (* a t)) |
(* t (+ (* -1 a) (/ (* a z) t))) |
(* t (+ (* -1 a) (/ (* a z) t))) |
(* t (+ (* -1 a) (/ (* a z) t))) |
(* -1 (* a t)) |
(* -1 (* t (+ a (* -1 (/ (* a z) t))))) |
(* -1 (* t (+ a (* -1 (/ (* a z) t))))) |
(* -1 (* t (+ a (* -1 (/ (* a z) t))))) |
| Outputs |
|---|
(+ (* -60 (/ y (- z t))) (* 120 a)) |
(+.f64 (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) (*.f64 #s(literal 120 binary64) a)) |
(+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a))) |
(+.f64 (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t))))) |
(+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a))) |
(+.f64 (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t))))) |
(+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a))) |
(+.f64 (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t))))) |
(* 60 (/ x (- z t))) |
(*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t))) |
(* x (+ (* -60 (/ y (* x (- z t)))) (+ (* 120 (/ a x)) (* 60 (/ 1 (- z t)))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 (-.f64 z t) x)) (+.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) x) (/.f64 #s(literal 60 binary64) (-.f64 z t))))) |
(* x (+ (* -60 (/ y (* x (- z t)))) (+ (* 120 (/ a x)) (* 60 (/ 1 (- z t)))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 (-.f64 z t) x)) (+.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) x) (/.f64 #s(literal 60 binary64) (-.f64 z t))))) |
(* x (+ (* -60 (/ y (* x (- z t)))) (+ (* 120 (/ a x)) (* 60 (/ 1 (- z t)))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 (-.f64 z t) x)) (+.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) x) (/.f64 #s(literal 60 binary64) (-.f64 z t))))) |
(* 60 (/ x (- z t))) |
(*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t))) |
(* -1 (* x (- (* -1 (/ (+ (* -60 (/ y (- z t))) (* 120 a)) x)) (* 60 (/ 1 (- z t)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (/.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) (*.f64 #s(literal 120 binary64) a)) (neg.f64 x)) (/.f64 #s(literal -60 binary64) (-.f64 z t))))) |
(* -1 (* x (- (* -1 (/ (+ (* -60 (/ y (- z t))) (* 120 a)) x)) (* 60 (/ 1 (- z t)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (/.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) (*.f64 #s(literal 120 binary64) a)) (neg.f64 x)) (/.f64 #s(literal -60 binary64) (-.f64 z t))))) |
(* -1 (* x (- (* -1 (/ (+ (* -60 (/ y (- z t))) (* 120 a)) x)) (* 60 (/ 1 (- z t)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (/.f64 (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) (*.f64 #s(literal 120 binary64) a)) (neg.f64 x)) (/.f64 #s(literal -60 binary64) (-.f64 z t))))) |
(+ (* 60 (/ x (- z t))) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t)))) |
(+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a))) |
(+.f64 (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t))))) |
(+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a))) |
(+.f64 (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t))))) |
(+ (* -60 (/ y (- z t))) (+ (* 60 (/ x (- z t))) (* 120 a))) |
(+.f64 (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t))))) |
(* -60 (/ y (- z t))) |
(*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) |
(* y (- (+ (* 60 (/ x (* y (- z t)))) (* 120 (/ a y))) (* 60 (/ 1 (- z t))))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 y (-.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) y) (/.f64 #s(literal -60 binary64) (-.f64 z t))))) |
(* y (- (+ (* 60 (/ x (* y (- z t)))) (* 120 (/ a y))) (* 60 (/ 1 (- z t))))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 y (-.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) y) (/.f64 #s(literal -60 binary64) (-.f64 z t))))) |
(* y (- (+ (* 60 (/ x (* y (- z t)))) (* 120 (/ a y))) (* 60 (/ 1 (- z t))))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 y (-.f64 z t))) (+.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) y) (/.f64 #s(literal -60 binary64) (-.f64 z t))))) |
(* -60 (/ y (- z t))) |
(*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) |
(* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x (- z t))) (* 120 a)) y)) (* 60 (/ 1 (- z t)))))) |
(*.f64 (-.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (/.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t)))) y)) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x (- z t))) (* 120 a)) y)) (* 60 (/ 1 (- z t)))))) |
(*.f64 (-.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (/.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t)))) y)) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x (- z t))) (* 120 a)) y)) (* 60 (/ 1 (- z t)))))) |
(*.f64 (-.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (/.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t)))) y)) (-.f64 #s(literal 0 binary64) y)) |
(+ (* -60 (/ (- x y) t)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t))) |
(+ (* -60 (/ (- x y) t)) (+ (* 60 (* z (- (/ y (pow t 2)) (/ x (pow t 2))))) (* 120 a))) |
(+.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t))) (*.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) (*.f64 #s(literal 60 binary64) z))) |
(+ (* -60 (/ (- x y) t)) (+ (* 120 a) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) t)))))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 z (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 y (*.f64 t t)) (-.f64 (/.f64 (*.f64 z (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t)))) t) (/.f64 x (*.f64 t t)))))))) |
(+ (* -60 (/ (- x y) t)) (+ (* 120 a) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* z (+ (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* 60 (/ (- (/ y (pow t 2)) (/ x (pow t 2))) t)))))))) |
(+.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t))) (*.f64 z (+.f64 (*.f64 #s(literal 60 binary64) (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t)))) (*.f64 z (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t) (/.f64 (*.f64 z (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t)))) (*.f64 t t)))))))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z)) |
(+ (* 60 (/ (* t (- x y)) (pow z 2))) (+ (* 60 (/ (- x y) z)) (* 120 a))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 t (-.f64 x y)) (*.f64 z z)) (/.f64 (-.f64 x y) z)))) |
(+ (* 60 (/ (* t (- x y)) (pow z 2))) (+ (* 60 (/ (* (pow t 2) (- x y)) (pow z 3))) (+ (* 60 (/ (- x y) z)) (* 120 a)))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 (*.f64 t #s(literal 60 binary64)) (+.f64 (/.f64 (*.f64 t (-.f64 x y)) (*.f64 z (*.f64 z z))) (/.f64 (-.f64 x y) (*.f64 z z)))))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z)) |
(+ (* -1 (/ (+ (* -60 (- x y)) (* -60 (/ (* t (- x y)) z))) z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (-.f64 x y) (/.f64 (*.f64 t (-.f64 x y)) z))) z)) |
(+ (* -1 (/ (+ (* -60 (- x y)) (* -1 (/ (+ (* 60 (* t (- x y))) (* 60 (/ (* (pow t 2) (- x y)) z))) z))) z)) (* 120 a)) |
(-.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (+.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (*.f64 t (-.f64 x y)) (*.f64 (*.f64 t t) (/.f64 (-.f64 x y) z)))) z)) z)) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z)) |
(+ (* 60 (/ (* t (- x y)) (pow z 2))) (+ (* 60 (/ (- x y) z)) (* 120 a))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 t (-.f64 x y)) (*.f64 z z)) (/.f64 (-.f64 x y) z)))) |
(+ (* 60 (/ (- x y) z)) (+ (* 120 a) (* t (+ (* 60 (/ (* t (- x y)) (pow z 3))) (* 60 (/ (- x y) (pow z 2))))))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 (*.f64 t #s(literal 60 binary64)) (+.f64 (/.f64 (*.f64 t (-.f64 x y)) (*.f64 z (*.f64 z z))) (/.f64 (-.f64 x y) (*.f64 z z)))))) |
(+ (* 60 (/ (- x y) z)) (+ (* 120 a) (* t (+ (* 60 (/ (- x y) (pow z 2))) (* t (+ (* 60 (/ (* t (- x y)) (pow z 4))) (* 60 (/ (- x y) (pow z 3))))))))) |
(+.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z)) (*.f64 t (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 z z)) (*.f64 (*.f64 t #s(literal 60 binary64)) (+.f64 (/.f64 (*.f64 t (-.f64 x y)) (pow.f64 z #s(literal 4 binary64))) (/.f64 (-.f64 x y) (*.f64 z (*.f64 z z)))))))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(+ (* -60 (/ (- x y) t)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t))) |
(+ (* -60 (/ (* z (- x y)) (pow t 2))) (+ (* -60 (/ (- x y) t)) (* 120 a))) |
(+.f64 (*.f64 #s(literal -60 binary64) (+.f64 (/.f64 (*.f64 z (-.f64 x y)) (*.f64 t t)) (/.f64 (-.f64 x y) t))) (*.f64 #s(literal 120 binary64) a)) |
(+ (* -60 (/ (* z (- x y)) (pow t 2))) (+ (* -60 (/ (* (pow z 2) (- x y)) (pow t 3))) (+ (* -60 (/ (- x y) t)) (* 120 a)))) |
(+.f64 (*.f64 #s(literal -60 binary64) (+.f64 (/.f64 (*.f64 z (*.f64 z (-.f64 x y))) (*.f64 t (*.f64 t t))) (/.f64 (-.f64 x y) t))) (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 z (-.f64 x y))) (*.f64 t t)))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(+ (* -60 (/ (- x y) t)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t))) |
(+ (* -1 (/ (+ (* 60 (- x y)) (* 60 (/ (* z (- x y)) t))) t)) (* 120 a)) |
(-.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 z (-.f64 x y)) t) (-.f64 x y))) t)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -60 (* z (- x y))) (* -60 (/ (* (pow z 2) (- x y)) t))) t)) (* 60 (- x y))) t)) (* 120 a)) |
(-.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (+.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 z (-.f64 x y)) (/.f64 (*.f64 z (*.f64 z (-.f64 x y))) t))) t)) t)) |
(* 60 (/ (- x y) (- z t))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) |
(+ (* 60 (/ (- x y) (- z t))) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t))) |
(+ (* 60 (/ (- x y) (- z t))) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t))) |
(+ (* 60 (/ (- x y) (- z t))) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* a (+ 120 (* 60 (/ (- x y) (* a (- z t)))))) |
(*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 (-.f64 z t) a)))) |
(* a (+ 120 (* 60 (/ (- x y) (* a (- z t)))))) |
(*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 (-.f64 z t) a)))) |
(* a (+ 120 (* 60 (/ (- x y) (* a (- z t)))))) |
(*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 (-.f64 z t) a)))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* -1 (* a (- (* -60 (/ (- x y) (* a (- z t)))) 120))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (*.f64 (-.f64 z t) a)) #s(literal -120 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (- (* -60 (/ (- x y) (* a (- z t)))) 120))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (*.f64 (-.f64 z t) a)) #s(literal -120 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (- (* -60 (/ (- x y) (* a (- z t)))) 120))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (*.f64 (-.f64 z t) a)) #s(literal -120 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(* -60 (/ y (- z t))) |
(*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(+.f64 (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) (*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t)))) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(+.f64 (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) (*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t)))) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(+.f64 (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) (*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t)))) |
(* 60 (/ x (- z t))) |
(*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t))) |
(* x (+ (* -60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 (-.f64 z t) x)) (/.f64 #s(literal 60 binary64) (-.f64 z t)))) |
(* x (+ (* -60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 (-.f64 z t) x)) (/.f64 #s(literal 60 binary64) (-.f64 z t)))) |
(* x (+ (* -60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 (-.f64 z t) x)) (/.f64 #s(literal 60 binary64) (-.f64 z t)))) |
(* 60 (/ x (- z t))) |
(*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t))) |
(* -1 (* x (- (* 60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 y #s(literal 60 binary64)) (*.f64 (-.f64 z t) x)) (/.f64 #s(literal -60 binary64) (-.f64 z t))))) |
(* -1 (* x (- (* 60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 y #s(literal 60 binary64)) (*.f64 (-.f64 z t) x)) (/.f64 #s(literal -60 binary64) (-.f64 z t))))) |
(* -1 (* x (- (* 60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 y #s(literal 60 binary64)) (*.f64 (-.f64 z t) x)) (/.f64 #s(literal -60 binary64) (-.f64 z t))))) |
(* 60 (/ x (- z t))) |
(*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t))) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(+.f64 (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) (*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t)))) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(+.f64 (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) (*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t)))) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(+.f64 (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) (*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t)))) |
(* -60 (/ y (- z t))) |
(*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) |
(* y (- (* 60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t))))) |
(*.f64 (*.f64 y #s(literal 60 binary64)) (-.f64 (/.f64 x (*.f64 y (-.f64 z t))) (/.f64 #s(literal 1 binary64) (-.f64 z t)))) |
(* y (- (* 60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t))))) |
(*.f64 (*.f64 y #s(literal 60 binary64)) (-.f64 (/.f64 x (*.f64 y (-.f64 z t))) (/.f64 #s(literal 1 binary64) (-.f64 z t)))) |
(* y (- (* 60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t))))) |
(*.f64 (*.f64 y #s(literal 60 binary64)) (-.f64 (/.f64 x (*.f64 y (-.f64 z t))) (/.f64 #s(literal 1 binary64) (-.f64 z t)))) |
(* -60 (/ y (- z t))) |
(*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) |
(* -1 (* y (+ (* -60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t)))))) |
(*.f64 (+.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (/.f64 (*.f64 #s(literal -60 binary64) (/.f64 x y)) (-.f64 z t))) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (* y (+ (* -60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t)))))) |
(*.f64 (+.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (/.f64 (*.f64 #s(literal -60 binary64) (/.f64 x y)) (-.f64 z t))) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (* y (+ (* -60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t)))))) |
(*.f64 (+.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (/.f64 (*.f64 #s(literal -60 binary64) (/.f64 x y)) (-.f64 z t))) (-.f64 #s(literal 0 binary64) y)) |
(* -60 (/ (- x y) t)) |
(*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) |
(+ (* -60 (/ (- x y) t)) (* 60 (* z (- (/ y (pow t 2)) (/ x (pow t 2)))))) |
(+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) (*.f64 #s(literal 60 binary64) z))) |
(+ (* -60 (/ (- x y) t)) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) t))))) |
(+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 z (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 y (*.f64 t t)) (-.f64 (/.f64 (*.f64 z (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t)))) t) (/.f64 x (*.f64 t t))))))) |
(+ (* -60 (/ (- x y) t)) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* z (+ (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* 60 (/ (- (/ y (pow t 2)) (/ x (pow t 2))) t))))))) |
(+.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 z (+.f64 (*.f64 #s(literal 60 binary64) (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t)))) (*.f64 z (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t) (/.f64 (*.f64 z (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t)))) (*.f64 t t)))))))) |
(* 60 (/ (- x y) z)) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) |
(/ (+ (* 60 (- x y)) (* 60 (/ (* t (- x y)) z))) z) |
(/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (-.f64 x y) (/.f64 (*.f64 t (-.f64 x y)) z))) z) |
(/ (+ (* 60 (- x y)) (+ (* 60 (/ (* t (- x y)) z)) (* 60 (/ (* (pow t 2) (- x y)) (pow z 2))))) z) |
(/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (+.f64 (-.f64 x y) (/.f64 (*.f64 t (-.f64 x y)) z)) (*.f64 (*.f64 t t) (/.f64 (-.f64 x y) (*.f64 z z))))) z) |
(/ (+ (* 60 (- x y)) (+ (* 60 (/ (* t (- x y)) z)) (+ (* 60 (/ (* (pow t 2) (- x y)) (pow z 2))) (* 60 (/ (* (pow t 3) (- x y)) (pow z 3)))))) z) |
(/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (+.f64 (-.f64 x y) (/.f64 (*.f64 t (-.f64 x y)) z)) (+.f64 (*.f64 (*.f64 t t) (/.f64 (-.f64 x y) (*.f64 z z))) (*.f64 (*.f64 t t) (/.f64 (*.f64 t (-.f64 x y)) (*.f64 z (*.f64 z z))))))) z) |
(* 60 (/ (- x y) z)) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) |
(* -1 (/ (+ (* -60 (- x y)) (* -60 (/ (* t (- x y)) z))) z)) |
(/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (-.f64 x y) (/.f64 (*.f64 t (-.f64 x y)) z))) z) |
(* -1 (/ (+ (* -60 (- x y)) (* -1 (/ (+ (* 60 (* t (- x y))) (* 60 (/ (* (pow t 2) (- x y)) z))) z))) z)) |
(/.f64 (+.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (*.f64 t (-.f64 x y)) (*.f64 (*.f64 t t) (/.f64 (-.f64 x y) z)))) z)) (-.f64 #s(literal 0 binary64) z)) |
(* -1 (/ (+ (* -60 (- x y)) (* -1 (/ (+ (* -1 (/ (+ (* -60 (* (pow t 2) (- x y))) (* -60 (/ (* (pow t 3) (- x y)) z))) z)) (* 60 (* t (- x y)))) z))) z)) |
(/.f64 (-.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (/.f64 (+.f64 (*.f64 t (*.f64 #s(literal 60 binary64) (-.f64 x y))) (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 t (*.f64 t (-.f64 x y))) (*.f64 (*.f64 t t) (/.f64 (*.f64 t (-.f64 x y)) z)))) z)) z)) (-.f64 #s(literal 0 binary64) z)) |
(* 60 (/ (- x y) z)) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) |
(+ (* 60 (/ (* t (- x y)) (pow z 2))) (* 60 (/ (- x y) z))) |
(*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 t (-.f64 x y)) (*.f64 z z)) (/.f64 (-.f64 x y) z))) |
(+ (* 60 (/ (- x y) z)) (* t (+ (* 60 (/ (* t (- x y)) (pow z 3))) (* 60 (/ (- x y) (pow z 2)))))) |
(+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 (*.f64 t #s(literal 60 binary64)) (+.f64 (/.f64 (*.f64 t (-.f64 x y)) (*.f64 z (*.f64 z z))) (/.f64 (-.f64 x y) (*.f64 z z))))) |
(+ (* 60 (/ (- x y) z)) (* t (+ (* 60 (/ (- x y) (pow z 2))) (* t (+ (* 60 (/ (* t (- x y)) (pow z 4))) (* 60 (/ (- x y) (pow z 3)))))))) |
(+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 t (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 z z)) (*.f64 (*.f64 t #s(literal 60 binary64)) (+.f64 (/.f64 (*.f64 t (-.f64 x y)) (pow.f64 z #s(literal 4 binary64))) (/.f64 (-.f64 x y) (*.f64 z (*.f64 z z)))))))) |
(* -60 (/ (- x y) t)) |
(*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) |
(/ (+ (* -60 (- x y)) (* -60 (/ (* z (- x y)) t))) t) |
(/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (/.f64 (*.f64 z (-.f64 x y)) t) (-.f64 x y))) t) |
(/ (+ (* -60 (- x y)) (+ (* -60 (/ (* z (- x y)) t)) (* -60 (/ (* (pow z 2) (- x y)) (pow t 2))))) t) |
(/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (-.f64 x y) (+.f64 (/.f64 (*.f64 z (-.f64 x y)) t) (/.f64 (*.f64 z (*.f64 z (-.f64 x y))) (*.f64 t t))))) t) |
(/ (+ (* -60 (- x y)) (+ (* -60 (/ (* z (- x y)) t)) (+ (* -60 (/ (* (pow z 2) (- x y)) (pow t 2))) (* -60 (/ (* (pow z 3) (- x y)) (pow t 3)))))) t) |
(/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (+.f64 (-.f64 x y) (/.f64 (*.f64 z (-.f64 x y)) t)) (+.f64 (/.f64 (*.f64 z (*.f64 z (-.f64 x y))) (*.f64 t t)) (/.f64 (*.f64 z (*.f64 z (*.f64 z (-.f64 x y)))) (*.f64 t (*.f64 t t)))))) t) |
(* -60 (/ (- x y) t)) |
(*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t)) |
(* -1 (/ (+ (* 60 (- x y)) (* 60 (/ (* z (- x y)) t))) t)) |
(/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (/.f64 (*.f64 z (-.f64 x y)) t) (-.f64 x y))) t) |
(* -1 (/ (+ (* -1 (/ (+ (* -60 (* z (- x y))) (* -60 (/ (* (pow z 2) (- x y)) t))) t)) (* 60 (- x y))) t)) |
(/.f64 (+.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 z (-.f64 x y)) (/.f64 (*.f64 z (*.f64 z (-.f64 x y))) t))) t)) (-.f64 #s(literal 0 binary64) t)) |
(* -1 (/ (+ (* -1 (/ (+ (* -60 (* z (- x y))) (* -1 (/ (+ (* 60 (* (pow z 2) (- x y))) (* 60 (/ (* (pow z 3) (- x y)) t))) t))) t)) (* 60 (- x y))) t)) |
(/.f64 (-.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (/.f64 (+.f64 (*.f64 #s(literal -60 binary64) (*.f64 z (-.f64 x y))) (/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (*.f64 z (*.f64 z (-.f64 x y))) (*.f64 (*.f64 z z) (/.f64 (*.f64 z (-.f64 x y)) t)))) t)) t)) (-.f64 #s(literal 0 binary64) t)) |
(* -1 (/ y (- z t))) |
(-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 z t))) |
(+ (* -1 (/ y (- z t))) (/ x (- z t))) |
(/.f64 (-.f64 x y) (-.f64 z t)) |
(+ (* -1 (/ y (- z t))) (/ x (- z t))) |
(/.f64 (-.f64 x y) (-.f64 z t)) |
(+ (* -1 (/ y (- z t))) (/ x (- z t))) |
(/.f64 (-.f64 x y) (-.f64 z t)) |
(/ x (- z t)) |
(/.f64 x (-.f64 z t)) |
(* x (+ (* -1 (/ y (* x (- z t)))) (/ 1 (- z t)))) |
(*.f64 x (-.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) x)))) |
(* x (+ (* -1 (/ y (* x (- z t)))) (/ 1 (- z t)))) |
(*.f64 x (-.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) x)))) |
(* x (+ (* -1 (/ y (* x (- z t)))) (/ 1 (- z t)))) |
(*.f64 x (-.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) (/.f64 y (*.f64 (-.f64 z t) x)))) |
(/ x (- z t)) |
(/.f64 x (-.f64 z t)) |
(* -1 (* x (- (/ y (* x (- z t))) (/ 1 (- z t))))) |
(*.f64 (+.f64 (/.f64 y (*.f64 (-.f64 z t) x)) (/.f64 #s(literal -1 binary64) (-.f64 z t))) (neg.f64 x)) |
(* -1 (* x (- (/ y (* x (- z t))) (/ 1 (- z t))))) |
(*.f64 (+.f64 (/.f64 y (*.f64 (-.f64 z t) x)) (/.f64 #s(literal -1 binary64) (-.f64 z t))) (neg.f64 x)) |
(* -1 (* x (- (/ y (* x (- z t))) (/ 1 (- z t))))) |
(*.f64 (+.f64 (/.f64 y (*.f64 (-.f64 z t) x)) (/.f64 #s(literal -1 binary64) (-.f64 z t))) (neg.f64 x)) |
(/ x (- z t)) |
(/.f64 x (-.f64 z t)) |
(+ (* -1 (/ y (- z t))) (/ x (- z t))) |
(/.f64 (-.f64 x y) (-.f64 z t)) |
(+ (* -1 (/ y (- z t))) (/ x (- z t))) |
(/.f64 (-.f64 x y) (-.f64 z t)) |
(+ (* -1 (/ y (- z t))) (/ x (- z t))) |
(/.f64 (-.f64 x y) (-.f64 z t)) |
(* -1 (/ y (- z t))) |
(-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 z t))) |
(* y (- (/ x (* y (- z t))) (/ 1 (- z t)))) |
(*.f64 y (-.f64 (/.f64 x (*.f64 y (-.f64 z t))) (/.f64 #s(literal 1 binary64) (-.f64 z t)))) |
(* y (- (/ x (* y (- z t))) (/ 1 (- z t)))) |
(*.f64 y (-.f64 (/.f64 x (*.f64 y (-.f64 z t))) (/.f64 #s(literal 1 binary64) (-.f64 z t)))) |
(* y (- (/ x (* y (- z t))) (/ 1 (- z t)))) |
(*.f64 y (-.f64 (/.f64 x (*.f64 y (-.f64 z t))) (/.f64 #s(literal 1 binary64) (-.f64 z t)))) |
(* -1 (/ y (- z t))) |
(-.f64 #s(literal 0 binary64) (/.f64 y (-.f64 z t))) |
(* -1 (* y (+ (* -1 (/ x (* y (- z t)))) (/ 1 (- z t))))) |
(*.f64 (-.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) (/.f64 x (*.f64 y (-.f64 z t)))) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (* y (+ (* -1 (/ x (* y (- z t)))) (/ 1 (- z t))))) |
(*.f64 (-.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) (/.f64 x (*.f64 y (-.f64 z t)))) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (* y (+ (* -1 (/ x (* y (- z t)))) (/ 1 (- z t))))) |
(*.f64 (-.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) (/.f64 x (*.f64 y (-.f64 z t)))) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (/ (- x y) t)) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 x y) t)) |
(+ (* -1 (/ (- x y) t)) (* z (- (/ y (pow t 2)) (/ x (pow t 2))))) |
(-.f64 (*.f64 z (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t)))) (/.f64 (-.f64 x y) t)) |
(+ (* -1 (/ (- x y) t)) (* z (- (+ (/ y (pow t 2)) (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) t)) (/ x (pow t 2))))) |
(-.f64 (*.f64 z (+.f64 (/.f64 y (*.f64 t t)) (-.f64 (/.f64 (*.f64 z (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t)))) t) (/.f64 x (*.f64 t t))))) (/.f64 (-.f64 x y) t)) |
(+ (* -1 (/ (- x y) t)) (* z (- (+ (* z (- (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2)) (* -1 (/ (- (/ y (pow t 2)) (/ x (pow t 2))) t)))) (/ y (pow t 2))) (/ x (pow t 2))))) |
(-.f64 (*.f64 z (+.f64 (*.f64 z (+.f64 (/.f64 (*.f64 z (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t)))) (*.f64 t t)) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t))) (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))))) (/.f64 (-.f64 x y) t)) |
(/ (- x y) z) |
(/.f64 (-.f64 x y) z) |
(/ (- (+ x (/ (* t (- x y)) z)) y) z) |
(/.f64 (+.f64 (/.f64 (*.f64 t (-.f64 x y)) z) (-.f64 x y)) z) |
(/ (- (+ x (/ (* (pow t 2) (- x y)) (pow z 2))) (+ y (* -1 (/ (* t (- x y)) z)))) z) |
(/.f64 (+.f64 (*.f64 (*.f64 t t) (/.f64 (-.f64 x y) (*.f64 z z))) (+.f64 (-.f64 x y) (/.f64 (*.f64 t (-.f64 x y)) z))) z) |
(/ (- (+ x (/ (* (pow t 3) (- x y)) (pow z 3))) (+ y (+ (* -1 (/ (* t (- x y)) z)) (* -1 (/ (* (pow t 2) (- x y)) (pow z 2)))))) z) |
(/.f64 (-.f64 (+.f64 x (*.f64 (*.f64 t t) (/.f64 (*.f64 t (-.f64 x y)) (*.f64 z (*.f64 z z))))) (-.f64 (-.f64 y (/.f64 (*.f64 t (-.f64 x y)) z)) (*.f64 (*.f64 t t) (/.f64 (-.f64 x y) (*.f64 z z))))) z) |
(/ (- x y) z) |
(/.f64 (-.f64 x y) z) |
(* -1 (/ (+ (* -1 (- x y)) (* -1 (/ (* t (- x y)) z))) z)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (-.f64 x y) (/.f64 (*.f64 t (-.f64 x y)) z))) z) |
(* -1 (/ (+ (* -1 (- x y)) (* -1 (/ (+ (* t (- x y)) (/ (* (pow t 2) (- x y)) z)) z))) z)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (-.f64 x y) (/.f64 (+.f64 (*.f64 t (-.f64 x y)) (*.f64 (*.f64 t t) (/.f64 (-.f64 x y) z))) z))) z) |
(* -1 (/ (+ (* -1 (- x y)) (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (pow t 2) (- x y))) (* -1 (/ (* (pow t 3) (- x y)) z))) z)) (* t (- x y))) z))) z)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (-.f64 x y) (/.f64 (+.f64 (*.f64 t (-.f64 x y)) (/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 t (*.f64 t (-.f64 x y))) (*.f64 (*.f64 t t) (/.f64 (*.f64 t (-.f64 x y)) z)))) z)) z))) z) |
(/ (- x y) z) |
(/.f64 (-.f64 x y) z) |
(- (+ (/ x z) (/ (* t (- x y)) (pow z 2))) (/ y z)) |
(+.f64 (/.f64 (*.f64 t (-.f64 x y)) (*.f64 z z)) (/.f64 (-.f64 x y) z)) |
(- (+ (* t (- (/ (* t (- x y)) (pow z 3)) (* -1 (/ (- x y) (pow z 2))))) (/ x z)) (/ y z)) |
(+.f64 (*.f64 t (+.f64 (/.f64 (*.f64 t (-.f64 x y)) (*.f64 z (*.f64 z z))) (/.f64 (-.f64 x y) (*.f64 z z)))) (/.f64 (-.f64 x y) z)) |
(- (+ (* t (- (* t (- (/ (* t (- x y)) (pow z 4)) (* -1 (/ (- x y) (pow z 3))))) (* -1 (/ (- x y) (pow z 2))))) (/ x z)) (/ y z)) |
(+.f64 (*.f64 t (+.f64 (*.f64 t (+.f64 (/.f64 (*.f64 t (-.f64 x y)) (pow.f64 z #s(literal 4 binary64))) (/.f64 (-.f64 x y) (*.f64 z (*.f64 z z))))) (/.f64 (-.f64 x y) (*.f64 z z)))) (/.f64 (-.f64 x y) z)) |
(* -1 (/ (- x y) t)) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 x y) t)) |
(/ (+ (* -1 (- x y)) (* -1 (/ (* z (- x y)) t))) t) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (/.f64 (*.f64 z (-.f64 x y)) t) (-.f64 x y)) t)) |
(/ (- (+ (* -1 (- x y)) (* -1 (/ (* (pow z 2) (- x y)) (pow t 2)))) (/ (* z (- x y)) t)) t) |
(/.f64 (-.f64 (-.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) (/.f64 (*.f64 z (*.f64 z (-.f64 x y))) (*.f64 t t))) (/.f64 (*.f64 z (-.f64 x y)) t)) t) |
(/ (- (+ (* -1 (- x y)) (* -1 (/ (* (pow z 3) (- x y)) (pow t 3)))) (+ (/ (* z (- x y)) t) (/ (* (pow z 2) (- x y)) (pow t 2)))) t) |
(/.f64 (-.f64 (-.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) (/.f64 (*.f64 z (*.f64 z (*.f64 z (-.f64 x y)))) (*.f64 t (*.f64 t t)))) (+.f64 (/.f64 (*.f64 z (-.f64 x y)) t) (/.f64 (*.f64 z (*.f64 z (-.f64 x y))) (*.f64 t t)))) t) |
(* -1 (/ (- x y) t)) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 x y) t)) |
(* -1 (/ (- (+ x (/ (* z (- x y)) t)) y) t)) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (/.f64 (*.f64 z (-.f64 x y)) t) (-.f64 x y)) t)) |
(* -1 (/ (- (+ x (* -1 (/ (- (* -1 (/ (* (pow z 2) (- x y)) t)) (* z (- x y))) t))) y) t)) |
(/.f64 (-.f64 (-.f64 x (/.f64 (-.f64 (/.f64 (*.f64 z (*.f64 z (-.f64 x y))) (-.f64 #s(literal 0 binary64) t)) (*.f64 z (-.f64 x y))) t)) y) (-.f64 #s(literal 0 binary64) t)) |
(* -1 (/ (- (+ x (* -1 (/ (- (* -1 (/ (- (/ (* (pow z 3) (- x y)) t) (* -1 (* (pow z 2) (- x y)))) t)) (* z (- x y))) t))) y) t)) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (-.f64 x (/.f64 (-.f64 (/.f64 (+.f64 (*.f64 (*.f64 z z) (/.f64 (*.f64 z (-.f64 x y)) t)) (*.f64 z (*.f64 z (-.f64 x y)))) (-.f64 #s(literal 0 binary64) t)) (*.f64 z (-.f64 x y))) t)) y) t)) |
(* -1 y) |
(-.f64 #s(literal 0 binary64) y) |
(- x y) |
(-.f64 x y) |
(- x y) |
(-.f64 x y) |
(- x y) |
(-.f64 x y) |
x |
(* x (+ 1 (* -1 (/ y x)))) |
(*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 y x))) |
(* x (+ 1 (* -1 (/ y x)))) |
(*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 y x))) |
(* x (+ 1 (* -1 (/ y x)))) |
(*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 y x))) |
x |
(* -1 (* x (- (/ y x) 1))) |
(*.f64 x (*.f64 (+.f64 (/.f64 y x) #s(literal -1 binary64)) #s(literal -1 binary64))) |
(* -1 (* x (- (/ y x) 1))) |
(*.f64 x (*.f64 (+.f64 (/.f64 y x) #s(literal -1 binary64)) #s(literal -1 binary64))) |
(* -1 (* x (- (/ y x) 1))) |
(*.f64 x (*.f64 (+.f64 (/.f64 y x) #s(literal -1 binary64)) #s(literal -1 binary64))) |
x |
(+ x (* -1 y)) |
(-.f64 x y) |
(+ x (* -1 y)) |
(-.f64 x y) |
(+ x (* -1 y)) |
(-.f64 x y) |
(* -1 y) |
(-.f64 #s(literal 0 binary64) y) |
(* y (- (/ x y) 1)) |
(*.f64 y (+.f64 (/.f64 x y) #s(literal -1 binary64))) |
(* y (- (/ x y) 1)) |
(*.f64 y (+.f64 (/.f64 x y) #s(literal -1 binary64))) |
(* y (- (/ x y) 1)) |
(*.f64 y (+.f64 (/.f64 x y) #s(literal -1 binary64))) |
(* -1 y) |
(-.f64 #s(literal 0 binary64) y) |
(* -1 (* y (+ 1 (* -1 (/ x y))))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(* -1 (* y (+ 1 (* -1 (/ x y))))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(* -1 (* y (+ 1 (* -1 (/ x y))))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(* -60 (/ y (- z t))) |
(*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) |
(* -60 (/ y (- z t))) |
(*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) |
(* -60 (/ y (- z t))) |
(*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) |
(* -60 (/ y (- z t))) |
(*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) |
(* -60 (/ y (- z t))) |
(*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) |
(* -60 (/ y (- z t))) |
(*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) |
(* -60 (/ y (- z t))) |
(*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) |
(* -60 (/ y (- z t))) |
(*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) |
(* -60 (/ y (- z t))) |
(*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) |
(* -60 (/ y (- z t))) |
(*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) |
(* -60 (/ y (- z t))) |
(*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) |
(* -60 (/ y (- z t))) |
(*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) |
(* 60 (/ y t)) |
(/.f64 (*.f64 y #s(literal 60 binary64)) t) |
(+ (* 60 (/ y t)) (* 60 (/ (* y z) (pow t 2)))) |
(*.f64 #s(literal 60 binary64) (+.f64 (/.f64 y t) (/.f64 (*.f64 y z) (*.f64 t t)))) |
(+ (* 60 (/ y t)) (* z (+ (* 60 (/ y (pow t 2))) (* 60 (/ (* y z) (pow t 3)))))) |
(+.f64 (/.f64 (*.f64 y #s(literal 60 binary64)) t) (*.f64 (*.f64 z #s(literal 60 binary64)) (+.f64 (/.f64 y (*.f64 t t)) (/.f64 (*.f64 y z) (*.f64 t (*.f64 t t)))))) |
(+ (* 60 (/ y t)) (* z (+ (* 60 (/ y (pow t 2))) (* z (+ (* 60 (/ y (pow t 3))) (* 60 (/ (* y z) (pow t 4)))))))) |
(+.f64 (/.f64 (*.f64 y #s(literal 60 binary64)) t) (*.f64 z (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 y (*.f64 t t))) (*.f64 (*.f64 z #s(literal 60 binary64)) (+.f64 (/.f64 y (*.f64 t (*.f64 t t))) (/.f64 (*.f64 y z) (pow.f64 t #s(literal 4 binary64)))))))) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(/ (+ (* -60 y) (* -60 (/ (* t y) z))) z) |
(/.f64 (*.f64 #s(literal -60 binary64) (+.f64 y (*.f64 t (/.f64 y z)))) z) |
(/ (+ (* -60 y) (+ (* -60 (/ (* t y) z)) (* -60 (/ (* (pow t 2) y) (pow z 2))))) z) |
(/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (+.f64 y (*.f64 t (/.f64 y z))) (/.f64 (*.f64 y (*.f64 t t)) (*.f64 z z)))) z) |
(/ (+ (* -60 y) (+ (* -60 (/ (* t y) z)) (+ (* -60 (/ (* (pow t 2) y) (pow z 2))) (* -60 (/ (* (pow t 3) y) (pow z 3)))))) z) |
(/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (+.f64 y (*.f64 t (/.f64 y z))) (+.f64 (/.f64 (*.f64 y (*.f64 t t)) (*.f64 z z)) (/.f64 (*.f64 t (*.f64 y (*.f64 t t))) (*.f64 z (*.f64 z z)))))) z) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -1 (/ (+ (* 60 y) (* 60 (/ (* t y) z))) z)) |
(/.f64 (*.f64 #s(literal -60 binary64) (+.f64 y (*.f64 t (/.f64 y z)))) z) |
(* -1 (/ (+ (* -1 (/ (+ (* -60 (* t y)) (* -60 (/ (* (pow t 2) y) z))) z)) (* 60 y)) z)) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 y #s(literal 60 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 y t) (/.f64 (*.f64 y (*.f64 t t)) z))) z)) z)) |
(* -1 (/ (+ (* -1 (/ (+ (* -60 (* t y)) (* -1 (/ (+ (* 60 (* (pow t 2) y)) (* 60 (/ (* (pow t 3) y) z))) z))) z)) (* 60 y)) z)) |
(/.f64 (-.f64 (*.f64 y #s(literal 60 binary64)) (/.f64 (+.f64 (*.f64 #s(literal -60 binary64) (*.f64 y t)) (/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (*.f64 y (*.f64 t t)) (*.f64 t (/.f64 (*.f64 y (*.f64 t t)) z)))) z)) z)) (-.f64 #s(literal 0 binary64) z)) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(+ (* -60 (/ y z)) (* -60 (/ (* t y) (pow z 2)))) |
(*.f64 #s(literal -60 binary64) (+.f64 (/.f64 y z) (/.f64 (*.f64 y t) (*.f64 z z)))) |
(+ (* -60 (/ y z)) (* t (+ (* -60 (/ y (pow z 2))) (* -60 (/ (* t y) (pow z 3)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) z) (*.f64 (*.f64 t #s(literal -60 binary64)) (+.f64 (/.f64 y (*.f64 z z)) (/.f64 (*.f64 y t) (*.f64 z (*.f64 z z)))))) |
(+ (* -60 (/ y z)) (* t (+ (* -60 (/ y (pow z 2))) (* t (+ (* -60 (/ y (pow z 3))) (* -60 (/ (* t y) (pow z 4)))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) z) (*.f64 t (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 z z)) (*.f64 (*.f64 t #s(literal -60 binary64)) (+.f64 (/.f64 y (*.f64 z (*.f64 z z))) (/.f64 (*.f64 y t) (pow.f64 z #s(literal 4 binary64)))))))) |
(* 60 (/ y t)) |
(/.f64 (*.f64 y #s(literal 60 binary64)) t) |
(/ (+ (* 60 y) (* 60 (/ (* y z) t))) t) |
(/.f64 (*.f64 #s(literal 60 binary64) (+.f64 y (/.f64 (*.f64 y z) t))) t) |
(/ (+ (* 60 y) (+ (* 60 (/ (* y z) t)) (* 60 (/ (* y (pow z 2)) (pow t 2))))) t) |
(/.f64 (*.f64 #s(literal 60 binary64) (+.f64 y (*.f64 y (+.f64 (/.f64 z t) (/.f64 (*.f64 z z) (*.f64 t t)))))) t) |
(/ (+ (* 60 y) (+ (* 60 (/ (* y z) t)) (+ (* 60 (/ (* y (pow z 2)) (pow t 2))) (* 60 (/ (* y (pow z 3)) (pow t 3)))))) t) |
(/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (+.f64 y (/.f64 (*.f64 y z) t)) (*.f64 y (+.f64 (/.f64 (*.f64 z z) (*.f64 t t)) (/.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t))))))) t) |
(* 60 (/ y t)) |
(/.f64 (*.f64 y #s(literal 60 binary64)) t) |
(* -1 (/ (+ (* -60 y) (* -60 (/ (* y z) t))) t)) |
(/.f64 (*.f64 #s(literal 60 binary64) (+.f64 y (/.f64 (*.f64 y z) t))) t) |
(* -1 (/ (+ (* -60 y) (* -1 (/ (+ (* 60 (* y z)) (* 60 (/ (* y (pow z 2)) t))) t))) t)) |
(/.f64 (+.f64 (*.f64 #s(literal -60 binary64) y) (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 z (/.f64 (*.f64 z z) t)))) t)) (-.f64 #s(literal 0 binary64) t)) |
(* -1 (/ (+ (* -60 y) (* -1 (/ (+ (* -1 (/ (+ (* -60 (* y (pow z 2))) (* -60 (/ (* y (pow z 3)) t))) t)) (* 60 (* y z))) t))) t)) |
(/.f64 (-.f64 (*.f64 #s(literal -60 binary64) y) (/.f64 (+.f64 (*.f64 y (*.f64 #s(literal 60 binary64) z)) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 y (+.f64 (*.f64 z z) (/.f64 (*.f64 z (*.f64 z z)) t)))) t)) t)) (-.f64 #s(literal 0 binary64) t)) |
(/ y (- z t)) |
(/.f64 y (-.f64 z t)) |
(/ y (- z t)) |
(/.f64 y (-.f64 z t)) |
(/ y (- z t)) |
(/.f64 y (-.f64 z t)) |
(/ y (- z t)) |
(/.f64 y (-.f64 z t)) |
(/ y (- z t)) |
(/.f64 y (-.f64 z t)) |
(/ y (- z t)) |
(/.f64 y (-.f64 z t)) |
(/ y (- z t)) |
(/.f64 y (-.f64 z t)) |
(/ y (- z t)) |
(/.f64 y (-.f64 z t)) |
(/ y (- z t)) |
(/.f64 y (-.f64 z t)) |
(/ y (- z t)) |
(/.f64 y (-.f64 z t)) |
(/ y (- z t)) |
(/.f64 y (-.f64 z t)) |
(/ y (- z t)) |
(/.f64 y (-.f64 z t)) |
(* -1 (/ y t)) |
(/.f64 y (-.f64 #s(literal 0 binary64) t)) |
(+ (* -1 (/ y t)) (* -1 (/ (* y z) (pow t 2)))) |
(-.f64 (/.f64 y (-.f64 #s(literal 0 binary64) t)) (/.f64 (*.f64 y z) (*.f64 t t))) |
(+ (* -1 (/ y t)) (* z (- (* -1 (/ (* y z) (pow t 3))) (/ y (pow t 2))))) |
(-.f64 (*.f64 z (-.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 y z)) (*.f64 t (*.f64 t t))) (/.f64 y (*.f64 t t)))) (/.f64 y t)) |
(+ (* -1 (/ y t)) (* z (- (* z (- (* -1 (/ (* y z) (pow t 4))) (/ y (pow t 3)))) (/ y (pow t 2))))) |
(-.f64 (*.f64 z (-.f64 (*.f64 z (-.f64 (*.f64 y (*.f64 (/.f64 z (pow.f64 t #s(literal 4 binary64))) #s(literal -1 binary64))) (/.f64 y (*.f64 t (*.f64 t t))))) (/.f64 y (*.f64 t t)))) (/.f64 y t)) |
(/ y z) |
(/.f64 y z) |
(/ (+ y (/ (* t y) z)) z) |
(/.f64 (+.f64 y (*.f64 t (/.f64 y z))) z) |
(/ (- (+ y (/ (* (pow t 2) y) (pow z 2))) (* -1 (/ (* t y) z))) z) |
(/.f64 (+.f64 (/.f64 (*.f64 y (*.f64 t t)) (*.f64 z z)) (+.f64 y (*.f64 t (/.f64 y z)))) z) |
(/ (- (+ y (/ (* (pow t 3) y) (pow z 3))) (+ (* -1 (/ (* t y) z)) (* -1 (/ (* (pow t 2) y) (pow z 2))))) z) |
(/.f64 (+.f64 y (+.f64 (/.f64 (*.f64 t (*.f64 y (*.f64 t t))) (*.f64 z (*.f64 z z))) (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 t (/.f64 y z)) (/.f64 (*.f64 y (*.f64 t t)) (*.f64 z z)))))) z) |
(/ y z) |
(/.f64 y z) |
(* -1 (/ (+ (* -1 y) (* -1 (/ (* t y) z))) z)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 y (*.f64 t (/.f64 y z)))) z) |
(* -1 (/ (+ (* -1 y) (* -1 (/ (+ (* t y) (/ (* (pow t 2) y) z)) z))) z)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 y (/.f64 (+.f64 (*.f64 y t) (/.f64 (*.f64 y (*.f64 t t)) z)) z))) z) |
(* -1 (/ (+ (* -1 y) (* -1 (/ (+ (* -1 (/ (+ (* -1 (* (pow t 2) y)) (* -1 (/ (* (pow t 3) y) z))) z)) (* t y)) z))) z)) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 y (/.f64 (-.f64 (*.f64 y t) (/.f64 (-.f64 (*.f64 y (*.f64 #s(literal -1 binary64) (*.f64 t t))) (*.f64 t (/.f64 (*.f64 y (*.f64 t t)) z))) z)) z))) z) |
(/ y z) |
(/.f64 y z) |
(+ (/ y z) (/ (* t y) (pow z 2))) |
(+.f64 (/.f64 y z) (/.f64 (*.f64 y t) (*.f64 z z))) |
(+ (* t (- (/ (* t y) (pow z 3)) (* -1 (/ y (pow z 2))))) (/ y z)) |
(+.f64 (/.f64 y z) (*.f64 t (+.f64 (/.f64 (*.f64 y t) (*.f64 z (*.f64 z z))) (/.f64 y (*.f64 z z))))) |
(+ (* t (- (* t (- (/ (* t y) (pow z 4)) (* -1 (/ y (pow z 3))))) (* -1 (/ y (pow z 2))))) (/ y z)) |
(+.f64 (/.f64 y z) (*.f64 t (+.f64 (*.f64 t (+.f64 (/.f64 (*.f64 y t) (pow.f64 z #s(literal 4 binary64))) (/.f64 y (*.f64 z (*.f64 z z))))) (/.f64 y (*.f64 z z))))) |
(* -1 (/ y t)) |
(/.f64 y (-.f64 #s(literal 0 binary64) t)) |
(/ (+ (* -1 y) (* -1 (/ (* y z) t))) t) |
(/.f64 (-.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 y z)) t) y) t) |
(/ (- (+ (* -1 y) (* -1 (/ (* y (pow z 2)) (pow t 2)))) (/ (* y z) t)) t) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) (*.f64 y (+.f64 (/.f64 z t) (/.f64 (*.f64 z z) (*.f64 t t)))))) t) |
(/ (- (+ (* -1 y) (* -1 (/ (* y (pow z 3)) (pow t 3)))) (+ (/ (* y z) t) (/ (* y (pow z 2)) (pow t 2)))) t) |
(/.f64 (-.f64 (-.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (*.f64 y (*.f64 z (*.f64 z z))) (*.f64 t (*.f64 t t)))) (*.f64 y (+.f64 (/.f64 z t) (/.f64 (*.f64 z z) (*.f64 t t))))) t) |
(* -1 (/ y t)) |
(/.f64 y (-.f64 #s(literal 0 binary64) t)) |
(* -1 (/ (+ y (/ (* y z) t)) t)) |
(/.f64 (-.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 y z)) t) y) t) |
(* -1 (/ (+ y (* -1 (/ (- (* -1 (/ (* y (pow z 2)) t)) (* y z)) t))) t)) |
(/.f64 (-.f64 y (/.f64 (-.f64 (/.f64 (*.f64 y (*.f64 z z)) (-.f64 #s(literal 0 binary64) t)) (*.f64 y z)) t)) (-.f64 #s(literal 0 binary64) t)) |
(* -1 (/ (+ y (* -1 (/ (- (* -1 (/ (- (/ (* y (pow z 3)) t) (* -1 (* y (pow z 2)))) t)) (* y z)) t))) t)) |
(/.f64 (-.f64 y (/.f64 (-.f64 (/.f64 (+.f64 (/.f64 (*.f64 y (*.f64 z (*.f64 z z))) t) (*.f64 y (*.f64 z z))) (-.f64 #s(literal 0 binary64) t)) (*.f64 y z)) t)) (-.f64 #s(literal 0 binary64) t)) |
(* -1 t) |
(-.f64 #s(literal 0 binary64) t) |
(- z t) |
(-.f64 z t) |
(- z t) |
(-.f64 z t) |
(- z t) |
(-.f64 z t) |
z |
(* z (+ 1 (* -1 (/ t z)))) |
(*.f64 z (-.f64 #s(literal 1 binary64) (/.f64 t z))) |
(* z (+ 1 (* -1 (/ t z)))) |
(*.f64 z (-.f64 #s(literal 1 binary64) (/.f64 t z))) |
(* z (+ 1 (* -1 (/ t z)))) |
(*.f64 z (-.f64 #s(literal 1 binary64) (/.f64 t z))) |
z |
(* -1 (* z (- (/ t z) 1))) |
(*.f64 (+.f64 (/.f64 t z) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) z)) |
(* -1 (* z (- (/ t z) 1))) |
(*.f64 (+.f64 (/.f64 t z) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) z)) |
(* -1 (* z (- (/ t z) 1))) |
(*.f64 (+.f64 (/.f64 t z) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) z)) |
z |
(+ z (* -1 t)) |
(-.f64 z t) |
(+ z (* -1 t)) |
(-.f64 z t) |
(+ z (* -1 t)) |
(-.f64 z t) |
(* -1 t) |
(-.f64 #s(literal 0 binary64) t) |
(* t (- (/ z t) 1)) |
(*.f64 t (+.f64 (/.f64 z t) #s(literal -1 binary64))) |
(* t (- (/ z t) 1)) |
(*.f64 t (+.f64 (/.f64 z t) #s(literal -1 binary64))) |
(* t (- (/ z t) 1)) |
(*.f64 t (+.f64 (/.f64 z t) #s(literal -1 binary64))) |
(* -1 t) |
(-.f64 #s(literal 0 binary64) t) |
(* -1 (* t (+ 1 (* -1 (/ z t))))) |
(-.f64 #s(literal 0 binary64) (*.f64 t (-.f64 #s(literal 1 binary64) (/.f64 z t)))) |
(* -1 (* t (+ 1 (* -1 (/ z t))))) |
(-.f64 #s(literal 0 binary64) (*.f64 t (-.f64 #s(literal 1 binary64) (/.f64 z t)))) |
(* -1 (* t (+ 1 (* -1 (/ z t))))) |
(-.f64 #s(literal 0 binary64) (*.f64 t (-.f64 #s(literal 1 binary64) (/.f64 z t)))) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(+ (* -60 (/ y z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) y) z)) |
(+ (* -60 (/ y z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) y) z)) |
(+ (* -60 (/ y z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) y) z)) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* a (+ 120 (* -60 (/ y (* a z))))) |
(*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal -60 binary64) (/.f64 y a)) z))) |
(* a (+ 120 (* -60 (/ y (* a z))))) |
(*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal -60 binary64) (/.f64 y a)) z))) |
(* a (+ 120 (* -60 (/ y (* a z))))) |
(*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal -60 binary64) (/.f64 y a)) z))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* -1 (* a (- (* 60 (/ y (* a z))) 120))) |
(*.f64 (+.f64 (/.f64 (*.f64 y #s(literal 60 binary64)) (*.f64 z a)) #s(literal -120 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (- (* 60 (/ y (* a z))) 120))) |
(*.f64 (+.f64 (/.f64 (*.f64 y #s(literal 60 binary64)) (*.f64 z a)) #s(literal -120 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (- (* 60 (/ y (* a z))) 120))) |
(*.f64 (+.f64 (/.f64 (*.f64 y #s(literal 60 binary64)) (*.f64 z a)) #s(literal -120 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(+ (* -60 (/ y z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) y) z)) |
(+ (* -60 (/ y z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) y) z)) |
(+ (* -60 (/ y z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) y) z)) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* y (- (* 120 (/ a y)) (* 60 (/ 1 z)))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) y) (/.f64 #s(literal -60 binary64) z))) |
(* y (- (* 120 (/ a y)) (* 60 (/ 1 z)))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) y) (/.f64 #s(literal -60 binary64) z))) |
(* y (- (* 120 (/ a y)) (* 60 (/ 1 z)))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) y) (/.f64 #s(literal -60 binary64) z))) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -1 (* y (+ (* -120 (/ a y)) (* 60 (/ 1 z))))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 (/.f64 #s(literal 60 binary64) z) (/.f64 (*.f64 #s(literal -120 binary64) a) y))) |
(* -1 (* y (+ (* -120 (/ a y)) (* 60 (/ 1 z))))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 (/.f64 #s(literal 60 binary64) z) (/.f64 (*.f64 #s(literal -120 binary64) a) y))) |
(* -1 (* y (+ (* -120 (/ a y)) (* 60 (/ 1 z))))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 (/.f64 #s(literal 60 binary64) z) (/.f64 (*.f64 #s(literal -120 binary64) a) y))) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(/ (+ (* -60 y) (* 120 (* a z))) z) |
(/.f64 (+.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 z (*.f64 #s(literal 120 binary64) a))) z) |
(/ (+ (* -60 y) (* 120 (* a z))) z) |
(/.f64 (+.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 z (*.f64 #s(literal 120 binary64) a))) z) |
(/ (+ (* -60 y) (* 120 (* a z))) z) |
(/.f64 (+.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 z (*.f64 #s(literal 120 binary64) a))) z) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(+ (* -60 (/ y z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) y) z)) |
(+ (* -60 (/ y z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) y) z)) |
(+ (* -60 (/ y z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) y) z)) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(+ (* -60 (/ y z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) y) z)) |
(+ (* -60 (/ y z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) y) z)) |
(+ (* -60 (/ y z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) y) z)) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -60 y) |
(*.f64 #s(literal -60 binary64) y) |
(* -60 y) |
(*.f64 #s(literal -60 binary64) y) |
(* -60 y) |
(*.f64 #s(literal -60 binary64) y) |
(* -60 y) |
(*.f64 #s(literal -60 binary64) y) |
(* -60 y) |
(*.f64 #s(literal -60 binary64) y) |
(* -60 y) |
(*.f64 #s(literal -60 binary64) y) |
(* -60 y) |
(*.f64 #s(literal -60 binary64) y) |
(* -60 y) |
(*.f64 #s(literal -60 binary64) y) |
(* -60 y) |
(*.f64 #s(literal -60 binary64) y) |
(* -60 y) |
(*.f64 #s(literal -60 binary64) y) |
(* -60 y) |
(*.f64 #s(literal -60 binary64) y) |
(* -60 y) |
(*.f64 #s(literal -60 binary64) y) |
(* 60 (/ (- x y) z)) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) |
(/ (+ (* 60 (- x y)) (* 120 (* a z))) z) |
(/.f64 (+.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 z (*.f64 #s(literal 120 binary64) a))) z) |
(/ (+ (* 60 (- x y)) (* 120 (* a z))) z) |
(/.f64 (+.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 z (*.f64 #s(literal 120 binary64) a))) z) |
(/ (+ (* 60 (- x y)) (* 120 (* a z))) z) |
(/.f64 (+.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 z (*.f64 #s(literal 120 binary64) a))) z) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z)) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z)) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z)) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z)) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z)) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z)) |
(+ (* -60 (/ y z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) y) z)) |
(+ (* -60 (/ y z)) (+ (* 60 (/ x z)) (* 120 a))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) z) (*.f64 x (/.f64 #s(literal 60 binary64) z)))) |
(+ (* -60 (/ y z)) (+ (* 60 (/ x z)) (* 120 a))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) z) (*.f64 x (/.f64 #s(literal 60 binary64) z)))) |
(+ (* -60 (/ y z)) (+ (* 60 (/ x z)) (* 120 a))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) z) (*.f64 x (/.f64 #s(literal 60 binary64) z)))) |
(* 60 (/ x z)) |
(*.f64 x (/.f64 #s(literal 60 binary64) z)) |
(* x (+ (* -60 (/ y (* x z))) (+ (* 120 (/ a x)) (* 60 (/ 1 z))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) x) (+.f64 (/.f64 #s(literal 60 binary64) z) (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 z x))))) |
(* x (+ (* -60 (/ y (* x z))) (+ (* 120 (/ a x)) (* 60 (/ 1 z))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) x) (+.f64 (/.f64 #s(literal 60 binary64) z) (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 z x))))) |
(* x (+ (* -60 (/ y (* x z))) (+ (* 120 (/ a x)) (* 60 (/ 1 z))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) x) (+.f64 (/.f64 #s(literal 60 binary64) z) (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 z x))))) |
(* 60 (/ x z)) |
(*.f64 x (/.f64 #s(literal 60 binary64) z)) |
(* -1 (* x (- (* -1 (/ (+ (* -60 (/ y z)) (* 120 a)) x)) (* 60 (/ 1 z))))) |
(*.f64 (+.f64 (/.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) y) z)) (neg.f64 x)) (/.f64 #s(literal -60 binary64) z)) (neg.f64 x)) |
(* -1 (* x (- (* -1 (/ (+ (* -60 (/ y z)) (* 120 a)) x)) (* 60 (/ 1 z))))) |
(*.f64 (+.f64 (/.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) y) z)) (neg.f64 x)) (/.f64 #s(literal -60 binary64) z)) (neg.f64 x)) |
(* -1 (* x (- (* -1 (/ (+ (* -60 (/ y z)) (* 120 a)) x)) (* 60 (/ 1 z))))) |
(*.f64 (+.f64 (/.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) y) z)) (neg.f64 x)) (/.f64 #s(literal -60 binary64) z)) (neg.f64 x)) |
(+ (* 60 (/ x z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 x (/.f64 #s(literal 60 binary64) z))) |
(+ (* -60 (/ y z)) (+ (* 60 (/ x z)) (* 120 a))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) z) (*.f64 x (/.f64 #s(literal 60 binary64) z)))) |
(+ (* -60 (/ y z)) (+ (* 60 (/ x z)) (* 120 a))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) z) (*.f64 x (/.f64 #s(literal 60 binary64) z)))) |
(+ (* -60 (/ y z)) (+ (* 60 (/ x z)) (* 120 a))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) z) (*.f64 x (/.f64 #s(literal 60 binary64) z)))) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* y (- (+ (* 60 (/ x (* y z))) (* 120 (/ a y))) (* 60 (/ 1 z)))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) y) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 y z)) (/.f64 #s(literal -60 binary64) z)))) |
(* y (- (+ (* 60 (/ x (* y z))) (* 120 (/ a y))) (* 60 (/ 1 z)))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) y) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 y z)) (/.f64 #s(literal -60 binary64) z)))) |
(* y (- (+ (* 60 (/ x (* y z))) (* 120 (/ a y))) (* 60 (/ 1 z)))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) y) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 y z)) (/.f64 #s(literal -60 binary64) z)))) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x z)) (* 120 a)) y)) (* 60 (/ 1 z))))) |
(-.f64 #s(literal 0 binary64) (*.f64 y (-.f64 (/.f64 #s(literal 60 binary64) z) (/.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 x (/.f64 #s(literal 60 binary64) z))) y)))) |
(* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x z)) (* 120 a)) y)) (* 60 (/ 1 z))))) |
(-.f64 #s(literal 0 binary64) (*.f64 y (-.f64 (/.f64 #s(literal 60 binary64) z) (/.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 x (/.f64 #s(literal 60 binary64) z))) y)))) |
(* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x z)) (* 120 a)) y)) (* 60 (/ 1 z))))) |
(-.f64 #s(literal 0 binary64) (*.f64 y (-.f64 (/.f64 #s(literal 60 binary64) z) (/.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 x (/.f64 #s(literal 60 binary64) z))) y)))) |
(* 60 (/ (- x y) z)) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z)) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z)) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z)) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* a (+ 120 (* 60 (/ (- x y) (* a z))))) |
(*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 z a)))) |
(* a (+ 120 (* 60 (/ (- x y) (* a z))))) |
(*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 z a)))) |
(* a (+ 120 (* 60 (/ (- x y) (* a z))))) |
(*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 z a)))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* -1 (* a (- (* -60 (/ (- x y) (* a z))) 120))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (*.f64 z a)) #s(literal -120 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (- (* -60 (/ (- x y) (* a z))) 120))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (*.f64 z a)) #s(literal -120 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (- (* -60 (/ (- x y) (* a z))) 120))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (*.f64 z a)) #s(literal -120 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(* 60 (/ (- x y) z)) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) |
(* 60 (/ (- x y) z)) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) |
(* 60 (/ (- x y) z)) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) |
(* 60 (/ (- x y) z)) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) |
(* 60 (/ (- x y) z)) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) |
(* 60 (/ (- x y) z)) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) |
(* 60 (/ (- x y) z)) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) |
(* 60 (/ (- x y) z)) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) |
(* 60 (/ (- x y) z)) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) |
(* 60 (/ (- x y) z)) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) |
(* 60 (/ (- x y) z)) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) |
(* 60 (/ (- x y) z)) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(+ (* -60 (/ y z)) (* 60 (/ x z))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) z) (*.f64 x (/.f64 #s(literal 60 binary64) z))) |
(+ (* -60 (/ y z)) (* 60 (/ x z))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) z) (*.f64 x (/.f64 #s(literal 60 binary64) z))) |
(+ (* -60 (/ y z)) (* 60 (/ x z))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) z) (*.f64 x (/.f64 #s(literal 60 binary64) z))) |
(* 60 (/ x z)) |
(*.f64 x (/.f64 #s(literal 60 binary64) z)) |
(* x (+ (* -60 (/ y (* x z))) (* 60 (/ 1 z)))) |
(*.f64 x (+.f64 (/.f64 #s(literal 60 binary64) z) (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 z x)))) |
(* x (+ (* -60 (/ y (* x z))) (* 60 (/ 1 z)))) |
(*.f64 x (+.f64 (/.f64 #s(literal 60 binary64) z) (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 z x)))) |
(* x (+ (* -60 (/ y (* x z))) (* 60 (/ 1 z)))) |
(*.f64 x (+.f64 (/.f64 #s(literal 60 binary64) z) (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 z x)))) |
(* 60 (/ x z)) |
(*.f64 x (/.f64 #s(literal 60 binary64) z)) |
(* -1 (* x (- (* 60 (/ y (* x z))) (* 60 (/ 1 z))))) |
(*.f64 (+.f64 (/.f64 (/.f64 (*.f64 y #s(literal 60 binary64)) x) z) (/.f64 #s(literal -60 binary64) z)) (neg.f64 x)) |
(* -1 (* x (- (* 60 (/ y (* x z))) (* 60 (/ 1 z))))) |
(*.f64 (+.f64 (/.f64 (/.f64 (*.f64 y #s(literal 60 binary64)) x) z) (/.f64 #s(literal -60 binary64) z)) (neg.f64 x)) |
(* -1 (* x (- (* 60 (/ y (* x z))) (* 60 (/ 1 z))))) |
(*.f64 (+.f64 (/.f64 (/.f64 (*.f64 y #s(literal 60 binary64)) x) z) (/.f64 #s(literal -60 binary64) z)) (neg.f64 x)) |
(* 60 (/ x z)) |
(*.f64 x (/.f64 #s(literal 60 binary64) z)) |
(+ (* -60 (/ y z)) (* 60 (/ x z))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) z) (*.f64 x (/.f64 #s(literal 60 binary64) z))) |
(+ (* -60 (/ y z)) (* 60 (/ x z))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) z) (*.f64 x (/.f64 #s(literal 60 binary64) z))) |
(+ (* -60 (/ y z)) (* 60 (/ x z))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) z) (*.f64 x (/.f64 #s(literal 60 binary64) z))) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* y (- (* 60 (/ x (* y z))) (* 60 (/ 1 z)))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 y z)) (/.f64 #s(literal -60 binary64) z))) |
(* y (- (* 60 (/ x (* y z))) (* 60 (/ 1 z)))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 y z)) (/.f64 #s(literal -60 binary64) z))) |
(* y (- (* 60 (/ x (* y z))) (* 60 (/ 1 z)))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 y z)) (/.f64 #s(literal -60 binary64) z))) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -1 (* y (+ (* -60 (/ x (* y z))) (* 60 (/ 1 z))))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 (/.f64 #s(literal 60 binary64) z) (/.f64 (*.f64 #s(literal -60 binary64) (/.f64 x y)) z))) |
(* -1 (* y (+ (* -60 (/ x (* y z))) (* 60 (/ 1 z))))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 (/.f64 #s(literal 60 binary64) z) (/.f64 (*.f64 #s(literal -60 binary64) (/.f64 x y)) z))) |
(* -1 (* y (+ (* -60 (/ x (* y z))) (* 60 (/ 1 z))))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 (/.f64 #s(literal 60 binary64) z) (/.f64 (*.f64 #s(literal -60 binary64) (/.f64 x y)) z))) |
(/ 60 z) |
(/.f64 #s(literal 60 binary64) z) |
(/ 60 z) |
(/.f64 #s(literal 60 binary64) z) |
(/ 60 z) |
(/.f64 #s(literal 60 binary64) z) |
(/ 60 z) |
(/.f64 #s(literal 60 binary64) z) |
(/ 60 z) |
(/.f64 #s(literal 60 binary64) z) |
(/ 60 z) |
(/.f64 #s(literal 60 binary64) z) |
(/ 60 z) |
(/.f64 #s(literal 60 binary64) z) |
(/ 60 z) |
(/.f64 #s(literal 60 binary64) z) |
(/ 60 z) |
(/.f64 #s(literal 60 binary64) z) |
(/ 60 z) |
(/.f64 #s(literal 60 binary64) z) |
(/ 60 z) |
(/.f64 #s(literal 60 binary64) z) |
(/ 60 z) |
(/.f64 #s(literal 60 binary64) z) |
(* 60 (/ (- x y) (- z t))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) |
(+ (* 60 (/ (- x y) (- z t))) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t))) |
(+ (* 60 (/ (- x y) (- z t))) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t))) |
(+ (* 60 (/ (- x y) (- z t))) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* a (+ 120 (* 60 (/ (- x y) (* a (- z t)))))) |
(*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 (-.f64 z t) a)))) |
(* a (+ 120 (* 60 (/ (- x y) (* a (- z t)))))) |
(*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 (-.f64 z t) a)))) |
(* a (+ 120 (* 60 (/ (- x y) (* a (- z t)))))) |
(*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 (-.f64 z t) a)))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* -1 (* a (- (* -60 (/ (- x y) (* a (- z t)))) 120))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (*.f64 (-.f64 z t) a)) #s(literal -120 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (- (* -60 (/ (- x y) (* a (- z t)))) 120))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (*.f64 (-.f64 z t) a)) #s(literal -120 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(* -1 (* a (- (* -60 (/ (- x y) (* a (- z t)))) 120))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (*.f64 (-.f64 z t) a)) #s(literal -120 binary64)) (-.f64 #s(literal 0 binary64) a)) |
(* a (+ 120 (* -60 (/ y (* a (- z t)))))) |
(*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 (-.f64 z t) a)))) |
(+ (* 60 (/ x (- z t))) (* a (+ 120 (* -60 (/ y (* a (- z t))))))) |
(+.f64 (*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t))) (*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 (-.f64 z t) a))))) |
(+ (* 60 (/ x (- z t))) (* a (+ 120 (* -60 (/ y (* a (- z t))))))) |
(+.f64 (*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t))) (*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 (-.f64 z t) a))))) |
(+ (* 60 (/ x (- z t))) (* a (+ 120 (* -60 (/ y (* a (- z t))))))) |
(+.f64 (*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t))) (*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 (-.f64 z t) a))))) |
(* 60 (/ x (- z t))) |
(*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t))) |
(* x (+ (* 60 (/ 1 (- z t))) (/ (* a (+ 120 (* -60 (/ y (* a (- z t)))))) x))) |
(*.f64 x (+.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (/.f64 (*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 (-.f64 z t) a)))) x))) |
(* x (+ (* 60 (/ 1 (- z t))) (/ (* a (+ 120 (* -60 (/ y (* a (- z t)))))) x))) |
(*.f64 x (+.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (/.f64 (*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 (-.f64 z t) a)))) x))) |
(* x (+ (* 60 (/ 1 (- z t))) (/ (* a (+ 120 (* -60 (/ y (* a (- z t)))))) x))) |
(*.f64 x (+.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (/.f64 (*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 (-.f64 z t) a)))) x))) |
(* 60 (/ x (- z t))) |
(*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t))) |
(* -1 (* x (- (* -1 (/ (* a (+ 120 (* -60 (/ y (* a (- z t)))))) x)) (* 60 (/ 1 (- z t)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 (-.f64 z t) a)))) (neg.f64 x)) (/.f64 #s(literal -60 binary64) (-.f64 z t))))) |
(* -1 (* x (- (* -1 (/ (* a (+ 120 (* -60 (/ y (* a (- z t)))))) x)) (* 60 (/ 1 (- z t)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 (-.f64 z t) a)))) (neg.f64 x)) (/.f64 #s(literal -60 binary64) (-.f64 z t))))) |
(* -1 (* x (- (* -1 (/ (* a (+ 120 (* -60 (/ y (* a (- z t)))))) x)) (* 60 (/ 1 (- z t)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 (-.f64 z t) a)))) (neg.f64 x)) (/.f64 #s(literal -60 binary64) (-.f64 z t))))) |
(* a (+ 120 (* 60 (/ x (* a (- z t)))))) |
(*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 (-.f64 z t) a)))) |
(+ (* -60 (/ y (- z t))) (* a (+ 120 (* 60 (/ x (* a (- z t))))))) |
(+.f64 (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) (*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 (-.f64 z t) a))))) |
(+ (* -60 (/ y (- z t))) (* a (+ 120 (* 60 (/ x (* a (- z t))))))) |
(+.f64 (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) (*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 (-.f64 z t) a))))) |
(+ (* -60 (/ y (- z t))) (* a (+ 120 (* 60 (/ x (* a (- z t))))))) |
(+.f64 (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) (*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 (-.f64 z t) a))))) |
(* -60 (/ y (- z t))) |
(*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) |
(* y (- (/ (* a (+ 120 (* 60 (/ x (* a (- z t)))))) y) (* 60 (/ 1 (- z t))))) |
(*.f64 y (+.f64 (/.f64 (*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 (-.f64 z t) a)))) y) (/.f64 #s(literal -60 binary64) (-.f64 z t)))) |
(* y (- (/ (* a (+ 120 (* 60 (/ x (* a (- z t)))))) y) (* 60 (/ 1 (- z t))))) |
(*.f64 y (+.f64 (/.f64 (*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 (-.f64 z t) a)))) y) (/.f64 #s(literal -60 binary64) (-.f64 z t)))) |
(* y (- (/ (* a (+ 120 (* 60 (/ x (* a (- z t)))))) y) (* 60 (/ 1 (- z t))))) |
(*.f64 y (+.f64 (/.f64 (*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 (-.f64 z t) a)))) y) (/.f64 #s(literal -60 binary64) (-.f64 z t)))) |
(* -60 (/ y (- z t))) |
(*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) |
(* -1 (* y (+ (* -1 (/ (* a (+ 120 (* 60 (/ x (* a (- z t)))))) y)) (* 60 (/ 1 (- z t)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 y (-.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (/.f64 (*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 (-.f64 z t) a)))) y)))) |
(* -1 (* y (+ (* -1 (/ (* a (+ 120 (* 60 (/ x (* a (- z t)))))) y)) (* 60 (/ 1 (- z t)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 y (-.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (/.f64 (*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 (-.f64 z t) a)))) y)))) |
(* -1 (* y (+ (* -1 (/ (* a (+ 120 (* 60 (/ x (* a (- z t)))))) y)) (* 60 (/ 1 (- z t)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 y (-.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (/.f64 (*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 (-.f64 z t) a)))) y)))) |
(* a (+ 120 (* -60 (/ (- x y) (* a t))))) |
(*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (*.f64 t a)))) |
(+ (* 60 (* a (* z (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2))))))) (* a (+ 120 (* -60 (/ (- x y) (* a t)))))) |
(+.f64 (*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (*.f64 t a)))) (*.f64 (*.f64 #s(literal 60 binary64) (*.f64 z a)) (-.f64 (/.f64 y (*.f64 t (*.f64 t a))) (/.f64 x (*.f64 t (*.f64 t a)))))) |
(+ (* a (+ 120 (* -60 (/ (- x y) (* a t))))) (* z (+ (* 60 (* a (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2)))))) (* 60 (/ (* a (* z (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2)))))) t))))) |
(+.f64 (*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (*.f64 t a)))) (*.f64 (*.f64 z #s(literal 60 binary64)) (*.f64 a (+.f64 (-.f64 (/.f64 y (*.f64 t (*.f64 t a))) (/.f64 x (*.f64 t (*.f64 t a)))) (/.f64 (*.f64 z (-.f64 (/.f64 y (*.f64 t (*.f64 t a))) (/.f64 x (*.f64 t (*.f64 t a))))) t))))) |
(+ (* a (+ 120 (* -60 (/ (- x y) (* a t))))) (* z (+ (* 60 (* a (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2)))))) (* z (+ (* 60 (/ (* a (* z (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2)))))) (pow t 2))) (* 60 (/ (* a (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2))))) t))))))) |
(+.f64 (*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (*.f64 t a)))) (*.f64 z (+.f64 (*.f64 (-.f64 (/.f64 y (*.f64 t (*.f64 t a))) (/.f64 x (*.f64 t (*.f64 t a)))) (*.f64 a #s(literal 60 binary64))) (*.f64 #s(literal 60 binary64) (*.f64 (*.f64 a (+.f64 (*.f64 z (/.f64 (-.f64 (/.f64 y (*.f64 t (*.f64 t a))) (/.f64 x (*.f64 t (*.f64 t a)))) (*.f64 t t))) (/.f64 (-.f64 (/.f64 y (*.f64 t (*.f64 t a))) (/.f64 x (*.f64 t (*.f64 t a)))) t))) z))))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z)) |
(+ (* 60 (/ (* t (- x y)) (pow z 2))) (+ (* 60 (/ (- x y) z)) (* 120 a))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 t (-.f64 x y)) (*.f64 z z)) (/.f64 (-.f64 x y) z)))) |
(+ (* 60 (/ (* t (- x y)) (pow z 2))) (+ (* 60 (/ (* (pow t 2) (- x y)) (pow z 3))) (+ (* 60 (/ (- x y) z)) (* 120 a)))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 (*.f64 t #s(literal 60 binary64)) (+.f64 (/.f64 (*.f64 t (-.f64 x y)) (*.f64 z (*.f64 z z))) (/.f64 (-.f64 x y) (*.f64 z z)))))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z)) |
(+ (* -1 (/ (+ (* -60 (- x y)) (* -60 (/ (* t (- x y)) z))) z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (-.f64 x y) (/.f64 (*.f64 t (-.f64 x y)) z))) z)) |
(+ (* -1 (/ (+ (* -60 (- x y)) (* -1 (/ (+ (* 60 (* t (- x y))) (* 60 (/ (* (pow t 2) (- x y)) z))) z))) z)) (* 120 a)) |
(-.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (+.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (*.f64 t (-.f64 x y)) (*.f64 (*.f64 t t) (/.f64 (-.f64 x y) z)))) z)) z)) |
(* a (+ 120 (* 60 (/ (- x y) (* a z))))) |
(*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 z a)))) |
(+ (* 60 (/ (* t (- x y)) (pow z 2))) (* a (+ 120 (* 60 (/ (- x y) (* a z)))))) |
(+.f64 (*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 z a)))) (/.f64 (*.f64 t (*.f64 #s(literal 60 binary64) (-.f64 x y))) (*.f64 z z))) |
(+ (* a (+ 120 (* 60 (/ (- x y) (* a z))))) (* t (+ (* 60 (/ (* t (- x y)) (pow z 3))) (* 60 (/ (- x y) (pow z 2)))))) |
(+.f64 (*.f64 (*.f64 t #s(literal 60 binary64)) (+.f64 (/.f64 (*.f64 t (-.f64 x y)) (*.f64 z (*.f64 z z))) (/.f64 (-.f64 x y) (*.f64 z z)))) (*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 z a))))) |
(+ (* a (+ 120 (* 60 (/ (- x y) (* a z))))) (* t (+ (* 60 (/ (- x y) (pow z 2))) (* t (+ (* 60 (/ (* t (- x y)) (pow z 4))) (* 60 (/ (- x y) (pow z 3)))))))) |
(+.f64 (*.f64 t (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 z z)) (*.f64 (*.f64 t #s(literal 60 binary64)) (+.f64 (/.f64 (*.f64 t (-.f64 x y)) (pow.f64 z #s(literal 4 binary64))) (/.f64 (-.f64 x y) (*.f64 z (*.f64 z z))))))) (*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 z a))))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(+ (* -60 (/ (- x y) t)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t))) |
(+ (* -60 (/ (* z (- x y)) (pow t 2))) (+ (* -60 (/ (- x y) t)) (* 120 a))) |
(+.f64 (*.f64 #s(literal -60 binary64) (+.f64 (/.f64 (*.f64 z (-.f64 x y)) (*.f64 t t)) (/.f64 (-.f64 x y) t))) (*.f64 #s(literal 120 binary64) a)) |
(+ (* -60 (/ (* z (- x y)) (pow t 2))) (+ (* -60 (/ (* (pow z 2) (- x y)) (pow t 3))) (+ (* -60 (/ (- x y) t)) (* 120 a)))) |
(+.f64 (*.f64 #s(literal -60 binary64) (+.f64 (/.f64 (*.f64 z (*.f64 z (-.f64 x y))) (*.f64 t (*.f64 t t))) (/.f64 (-.f64 x y) t))) (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 z (-.f64 x y))) (*.f64 t t)))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(+ (* -60 (/ (- x y) t)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) t))) |
(+ (* -1 (/ (+ (* 60 (- x y)) (* 60 (/ (* z (- x y)) t))) t)) (* 120 a)) |
(-.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 z (-.f64 x y)) t) (-.f64 x y))) t)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -60 (* z (- x y))) (* -60 (/ (* (pow z 2) (- x y)) t))) t)) (* 60 (- x y))) t)) (* 120 a)) |
(-.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (+.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 z (-.f64 x y)) (/.f64 (*.f64 z (*.f64 z (-.f64 x y))) t))) t)) t)) |
(+ 120 (* -60 (/ y (* a (- z t))))) |
(+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 (-.f64 z t) a))) |
(+ 120 (+ (* -60 (/ y (* a (- z t)))) (* 60 (/ x (* a (- z t)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 (-.f64 z t) a)) (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 (-.f64 z t) a)))) |
(+ 120 (+ (* -60 (/ y (* a (- z t)))) (* 60 (/ x (* a (- z t)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 (-.f64 z t) a)) (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 (-.f64 z t) a)))) |
(+ 120 (+ (* -60 (/ y (* a (- z t)))) (* 60 (/ x (* a (- z t)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 (-.f64 z t) a)) (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 (-.f64 z t) a)))) |
(* 60 (/ x (* a (- z t)))) |
(/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 (-.f64 z t) a)) |
(* x (+ (* -60 (/ y (* a (* x (- z t))))) (+ (* 120 (/ 1 x)) (* 60 (/ 1 (* a (- z t))))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 x (*.f64 (-.f64 z t) a))) (+.f64 (/.f64 #s(literal 120 binary64) x) (/.f64 #s(literal 60 binary64) (*.f64 (-.f64 z t) a))))) |
(* x (+ (* -60 (/ y (* a (* x (- z t))))) (+ (* 120 (/ 1 x)) (* 60 (/ 1 (* a (- z t))))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 x (*.f64 (-.f64 z t) a))) (+.f64 (/.f64 #s(literal 120 binary64) x) (/.f64 #s(literal 60 binary64) (*.f64 (-.f64 z t) a))))) |
(* x (+ (* -60 (/ y (* a (* x (- z t))))) (+ (* 120 (/ 1 x)) (* 60 (/ 1 (* a (- z t))))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 x (*.f64 (-.f64 z t) a))) (+.f64 (/.f64 #s(literal 120 binary64) x) (/.f64 #s(literal 60 binary64) (*.f64 (-.f64 z t) a))))) |
(* 60 (/ x (* a (- z t)))) |
(/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 (-.f64 z t) a)) |
(* -1 (* x (- (* -1 (/ (+ 120 (* -60 (/ y (* a (- z t))))) x)) (* 60 (/ 1 (* a (- z t))))))) |
(*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 (-.f64 z t) a))) x)) (/.f64 #s(literal -60 binary64) (*.f64 (-.f64 z t) a))) (neg.f64 x)) |
(* -1 (* x (- (* -1 (/ (+ 120 (* -60 (/ y (* a (- z t))))) x)) (* 60 (/ 1 (* a (- z t))))))) |
(*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 (-.f64 z t) a))) x)) (/.f64 #s(literal -60 binary64) (*.f64 (-.f64 z t) a))) (neg.f64 x)) |
(* -1 (* x (- (* -1 (/ (+ 120 (* -60 (/ y (* a (- z t))))) x)) (* 60 (/ 1 (* a (- z t))))))) |
(*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 (-.f64 z t) a))) x)) (/.f64 #s(literal -60 binary64) (*.f64 (-.f64 z t) a))) (neg.f64 x)) |
(+ 120 (* 60 (/ x (* a (- z t))))) |
(+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 (-.f64 z t) a))) |
(+ 120 (+ (* -60 (/ y (* a (- z t)))) (* 60 (/ x (* a (- z t)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 (-.f64 z t) a)) (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 (-.f64 z t) a)))) |
(+ 120 (+ (* -60 (/ y (* a (- z t)))) (* 60 (/ x (* a (- z t)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 (-.f64 z t) a)) (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 (-.f64 z t) a)))) |
(+ 120 (+ (* -60 (/ y (* a (- z t)))) (* 60 (/ x (* a (- z t)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 (-.f64 z t) a)) (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 (-.f64 z t) a)))) |
(* -60 (/ y (* a (- z t)))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 (-.f64 z t) a)) |
(* y (- (+ (* 60 (/ x (* a (* y (- z t))))) (* 120 (/ 1 y))) (* 60 (/ 1 (* a (- z t)))))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 a (*.f64 y (-.f64 z t)))) (+.f64 (/.f64 #s(literal 120 binary64) y) (/.f64 #s(literal -60 binary64) (*.f64 (-.f64 z t) a))))) |
(* y (- (+ (* 60 (/ x (* a (* y (- z t))))) (* 120 (/ 1 y))) (* 60 (/ 1 (* a (- z t)))))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 a (*.f64 y (-.f64 z t)))) (+.f64 (/.f64 #s(literal 120 binary64) y) (/.f64 #s(literal -60 binary64) (*.f64 (-.f64 z t) a))))) |
(* y (- (+ (* 60 (/ x (* a (* y (- z t))))) (* 120 (/ 1 y))) (* 60 (/ 1 (* a (- z t)))))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 a (*.f64 y (-.f64 z t)))) (+.f64 (/.f64 #s(literal 120 binary64) y) (/.f64 #s(literal -60 binary64) (*.f64 (-.f64 z t) a))))) |
(* -60 (/ y (* a (- z t)))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 (-.f64 z t) a)) |
(* -1 (* y (+ (* -1 (/ (+ 120 (* 60 (/ x (* a (- z t))))) y)) (* 60 (/ 1 (* a (- z t))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 (/.f64 #s(literal 60 binary64) (*.f64 (-.f64 z t) a)) (/.f64 (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 (-.f64 z t) a))) y))) |
(* -1 (* y (+ (* -1 (/ (+ 120 (* 60 (/ x (* a (- z t))))) y)) (* 60 (/ 1 (* a (- z t))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 (/.f64 #s(literal 60 binary64) (*.f64 (-.f64 z t) a)) (/.f64 (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 (-.f64 z t) a))) y))) |
(* -1 (* y (+ (* -1 (/ (+ 120 (* 60 (/ x (* a (- z t))))) y)) (* 60 (/ 1 (* a (- z t))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 (/.f64 #s(literal 60 binary64) (*.f64 (-.f64 z t) a)) (/.f64 (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 (-.f64 z t) a))) y))) |
(* 60 (/ (- x y) (* a (- z t)))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 (-.f64 z t) a)) |
(/ (+ (* 60 (/ (- x y) (- z t))) (* 120 a)) a) |
(/.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t))) a) |
(/ (+ (* 60 (/ (- x y) (- z t))) (* 120 a)) a) |
(/.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t))) a) |
(/ (+ (* 60 (/ (- x y) (- z t))) (* 120 a)) a) |
(/.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t))) a) |
120 |
#s(literal 120 binary64) |
(+ 120 (* 60 (/ (- x y) (* a (- z t))))) |
(+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 (-.f64 z t) a))) |
(+ 120 (* 60 (/ (- x y) (* a (- z t))))) |
(+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 (-.f64 z t) a))) |
(+ 120 (* 60 (/ (- x y) (* a (- z t))))) |
(+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 (-.f64 z t) a))) |
120 |
#s(literal 120 binary64) |
(+ 120 (* 60 (/ (- x y) (* a (- z t))))) |
(+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 (-.f64 z t) a))) |
(+ 120 (* 60 (/ (- x y) (* a (- z t))))) |
(+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 (-.f64 z t) a))) |
(+ 120 (* 60 (/ (- x y) (* a (- z t))))) |
(+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 (-.f64 z t) a))) |
(+ 120 (* -60 (/ (- x y) (* a t)))) |
(+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (*.f64 t a))) |
(+ 120 (+ (* -60 (/ (- x y) (* a t))) (* 60 (* z (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2)))))))) |
(+.f64 #s(literal 120 binary64) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (*.f64 t a)) (*.f64 (-.f64 (/.f64 y (*.f64 t (*.f64 t a))) (/.f64 x (*.f64 t (*.f64 t a)))) (*.f64 #s(literal 60 binary64) z)))) |
(+ 120 (+ (* -60 (/ (- x y) (* a t))) (* z (+ (* 60 (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2))))) (* 60 (/ (* z (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2))))) t)))))) |
(+.f64 #s(literal 120 binary64) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (*.f64 t a)) (*.f64 (*.f64 z #s(literal 60 binary64)) (+.f64 (-.f64 (/.f64 y (*.f64 t (*.f64 t a))) (/.f64 x (*.f64 t (*.f64 t a)))) (/.f64 (*.f64 z (-.f64 (/.f64 y (*.f64 t (*.f64 t a))) (/.f64 x (*.f64 t (*.f64 t a))))) t))))) |
(+ 120 (+ (* -60 (/ (- x y) (* a t))) (* z (+ (* 60 (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2))))) (* z (+ (* 60 (/ (* z (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2))))) (pow t 2))) (* 60 (/ (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2)))) t)))))))) |
(+.f64 (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (*.f64 t a))) (*.f64 z (+.f64 (*.f64 #s(literal 60 binary64) (-.f64 (/.f64 y (*.f64 t (*.f64 t a))) (/.f64 x (*.f64 t (*.f64 t a))))) (*.f64 (*.f64 z #s(literal 60 binary64)) (+.f64 (*.f64 z (/.f64 (-.f64 (/.f64 y (*.f64 t (*.f64 t a))) (/.f64 x (*.f64 t (*.f64 t a)))) (*.f64 t t))) (/.f64 (-.f64 (/.f64 y (*.f64 t (*.f64 t a))) (/.f64 x (*.f64 t (*.f64 t a)))) t)))))) |
120 |
#s(literal 120 binary64) |
(+ 120 (* 60 (/ (- x y) (* a z)))) |
(+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 z a))) |
(+ 120 (+ (* 60 (/ (* t (- x y)) (* a (pow z 2)))) (* 60 (/ (- x y) (* a z))))) |
(+.f64 #s(literal 120 binary64) (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 t (-.f64 x y)) (*.f64 z (*.f64 z a))) (/.f64 (-.f64 x y) (*.f64 z a))))) |
(+ 120 (+ (* 60 (/ (* t (- x y)) (* a (pow z 2)))) (+ (* 60 (/ (* (pow t 2) (- x y)) (* a (pow z 3)))) (* 60 (/ (- x y) (* a z)))))) |
(+.f64 #s(literal 120 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 z a)) (*.f64 (*.f64 t #s(literal 60 binary64)) (+.f64 (/.f64 (*.f64 t (-.f64 x y)) (*.f64 a (*.f64 z (*.f64 z z)))) (/.f64 (-.f64 x y) (*.f64 z (*.f64 z a))))))) |
120 |
#s(literal 120 binary64) |
(+ 120 (* 60 (/ (- x y) (* a z)))) |
(+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 z a))) |
(+ 120 (* -1 (/ (+ (* -60 (/ (* t (- x y)) (* a z))) (* -60 (/ (- x y) a))) z))) |
(+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 t (-.f64 x y)) (*.f64 z a)) (/.f64 (-.f64 x y) a))) z)) |
(+ 120 (* -1 (/ (+ (* -60 (/ (- x y) a)) (* -1 (/ (+ (* 60 (/ (* t (- x y)) a)) (* 60 (/ (* (pow t 2) (- x y)) (* a z)))) z))) z))) |
(-.f64 #s(literal 120 binary64) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) a) (/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (/.f64 (*.f64 t (-.f64 x y)) a) (/.f64 (*.f64 t (*.f64 t (-.f64 x y))) (*.f64 z a)))) z)) z)) |
(+ 120 (* 60 (/ (- x y) (* a z)))) |
(+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 z a))) |
(+ 120 (+ (* 60 (/ (* t (- x y)) (* a (pow z 2)))) (* 60 (/ (- x y) (* a z))))) |
(+.f64 #s(literal 120 binary64) (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 t (-.f64 x y)) (*.f64 z (*.f64 z a))) (/.f64 (-.f64 x y) (*.f64 z a))))) |
(+ 120 (+ (* 60 (/ (- x y) (* a z))) (* t (+ (* 60 (/ (* t (- x y)) (* a (pow z 3)))) (* 60 (/ (- x y) (* a (pow z 2)))))))) |
(+.f64 #s(literal 120 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 z a)) (*.f64 (*.f64 t #s(literal 60 binary64)) (+.f64 (/.f64 (*.f64 t (-.f64 x y)) (*.f64 a (*.f64 z (*.f64 z z)))) (/.f64 (-.f64 x y) (*.f64 z (*.f64 z a))))))) |
(+ 120 (+ (* 60 (/ (- x y) (* a z))) (* t (+ (* 60 (/ (- x y) (* a (pow z 2)))) (* t (+ (* 60 (/ (* t (- x y)) (* a (pow z 4)))) (* 60 (/ (- x y) (* a (pow z 3)))))))))) |
(+.f64 (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 z a))) (*.f64 t (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 z (*.f64 z a))) (*.f64 (*.f64 t #s(literal 60 binary64)) (+.f64 (/.f64 (*.f64 t (-.f64 x y)) (*.f64 a (pow.f64 z #s(literal 4 binary64)))) (/.f64 (-.f64 x y) (*.f64 a (*.f64 z (*.f64 z z))))))))) |
120 |
#s(literal 120 binary64) |
(+ 120 (* -60 (/ (- x y) (* a t)))) |
(+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (*.f64 t a))) |
(+ 120 (+ (* -60 (/ (* z (- x y)) (* a (pow t 2)))) (* -60 (/ (- x y) (* a t))))) |
(+.f64 #s(literal 120 binary64) (*.f64 #s(literal -60 binary64) (+.f64 (/.f64 (*.f64 z (-.f64 x y)) (*.f64 t (*.f64 t a))) (/.f64 (-.f64 x y) (*.f64 t a))))) |
(+ 120 (+ (* -60 (/ (* z (- x y)) (* a (pow t 2)))) (+ (* -60 (/ (* (pow z 2) (- x y)) (* a (pow t 3)))) (* -60 (/ (- x y) (* a t)))))) |
(+.f64 #s(literal 120 binary64) (*.f64 #s(literal -60 binary64) (+.f64 (/.f64 (*.f64 z (-.f64 x y)) (*.f64 t (*.f64 t a))) (+.f64 (/.f64 (*.f64 z (*.f64 z (-.f64 x y))) (*.f64 t (*.f64 t (*.f64 t a)))) (/.f64 (-.f64 x y) (*.f64 t a)))))) |
120 |
#s(literal 120 binary64) |
(+ 120 (* -60 (/ (- x y) (* a t)))) |
(+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (*.f64 t a))) |
(+ 120 (* -1 (/ (+ (* 60 (/ (* z (- x y)) (* a t))) (* 60 (/ (- x y) a))) t))) |
(+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (/.f64 (/.f64 (*.f64 z (-.f64 x y)) a) t) (/.f64 (-.f64 x y) a))) t)) |
(+ 120 (* -1 (/ (+ (* -1 (/ (+ (* -60 (/ (* z (- x y)) a)) (* -60 (/ (* (pow z 2) (- x y)) (* a t)))) t)) (* 60 (/ (- x y) a))) t))) |
(-.f64 #s(literal 120 binary64) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) a) (/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (/.f64 (*.f64 z (*.f64 z (-.f64 x y))) (*.f64 t a)) (/.f64 (*.f64 z (-.f64 x y)) a))) t)) t)) |
(* -60 (/ y (* a (- z t)))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 (-.f64 z t) a)) |
(+ (* -60 (/ y (* a (- z t)))) (* 60 (/ x (* a (- z t))))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 (-.f64 z t) a)) (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 (-.f64 z t) a))) |
(+ (* -60 (/ y (* a (- z t)))) (* 60 (/ x (* a (- z t))))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 (-.f64 z t) a)) (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 (-.f64 z t) a))) |
(+ (* -60 (/ y (* a (- z t)))) (* 60 (/ x (* a (- z t))))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 (-.f64 z t) a)) (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 (-.f64 z t) a))) |
(* 60 (/ x (* a (- z t)))) |
(/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 (-.f64 z t) a)) |
(* x (+ (* -60 (/ y (* a (* x (- z t))))) (* 60 (/ 1 (* a (- z t)))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 x (*.f64 (-.f64 z t) a))) (/.f64 #s(literal 60 binary64) (*.f64 (-.f64 z t) a)))) |
(* x (+ (* -60 (/ y (* a (* x (- z t))))) (* 60 (/ 1 (* a (- z t)))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 x (*.f64 (-.f64 z t) a))) (/.f64 #s(literal 60 binary64) (*.f64 (-.f64 z t) a)))) |
(* x (+ (* -60 (/ y (* a (* x (- z t))))) (* 60 (/ 1 (* a (- z t)))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 x (*.f64 (-.f64 z t) a))) (/.f64 #s(literal 60 binary64) (*.f64 (-.f64 z t) a)))) |
(* 60 (/ x (* a (- z t)))) |
(/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 (-.f64 z t) a)) |
(* -1 (* x (- (* 60 (/ y (* a (* x (- z t))))) (* 60 (/ 1 (* a (- z t))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 y #s(literal 60 binary64)) (*.f64 x (*.f64 (-.f64 z t) a))) (/.f64 #s(literal -60 binary64) (*.f64 (-.f64 z t) a))))) |
(* -1 (* x (- (* 60 (/ y (* a (* x (- z t))))) (* 60 (/ 1 (* a (- z t))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 y #s(literal 60 binary64)) (*.f64 x (*.f64 (-.f64 z t) a))) (/.f64 #s(literal -60 binary64) (*.f64 (-.f64 z t) a))))) |
(* -1 (* x (- (* 60 (/ y (* a (* x (- z t))))) (* 60 (/ 1 (* a (- z t))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 y #s(literal 60 binary64)) (*.f64 x (*.f64 (-.f64 z t) a))) (/.f64 #s(literal -60 binary64) (*.f64 (-.f64 z t) a))))) |
(* 60 (/ x (* a (- z t)))) |
(/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 (-.f64 z t) a)) |
(+ (* -60 (/ y (* a (- z t)))) (* 60 (/ x (* a (- z t))))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 (-.f64 z t) a)) (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 (-.f64 z t) a))) |
(+ (* -60 (/ y (* a (- z t)))) (* 60 (/ x (* a (- z t))))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 (-.f64 z t) a)) (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 (-.f64 z t) a))) |
(+ (* -60 (/ y (* a (- z t)))) (* 60 (/ x (* a (- z t))))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 (-.f64 z t) a)) (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 (-.f64 z t) a))) |
(* -60 (/ y (* a (- z t)))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 (-.f64 z t) a)) |
(* y (- (* 60 (/ x (* a (* y (- z t))))) (* 60 (/ 1 (* a (- z t)))))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 a (*.f64 y (-.f64 z t)))) (/.f64 #s(literal -60 binary64) (*.f64 (-.f64 z t) a)))) |
(* y (- (* 60 (/ x (* a (* y (- z t))))) (* 60 (/ 1 (* a (- z t)))))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 a (*.f64 y (-.f64 z t)))) (/.f64 #s(literal -60 binary64) (*.f64 (-.f64 z t) a)))) |
(* y (- (* 60 (/ x (* a (* y (- z t))))) (* 60 (/ 1 (* a (- z t)))))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 a (*.f64 y (-.f64 z t)))) (/.f64 #s(literal -60 binary64) (*.f64 (-.f64 z t) a)))) |
(* -60 (/ y (* a (- z t)))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 (-.f64 z t) a)) |
(* -1 (* y (+ (* -60 (/ x (* a (* y (- z t))))) (* 60 (/ 1 (* a (- z t))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 y (+.f64 (/.f64 #s(literal 60 binary64) (*.f64 (-.f64 z t) a)) (/.f64 (*.f64 #s(literal -60 binary64) x) (*.f64 a (*.f64 y (-.f64 z t))))))) |
(* -1 (* y (+ (* -60 (/ x (* a (* y (- z t))))) (* 60 (/ 1 (* a (- z t))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 y (+.f64 (/.f64 #s(literal 60 binary64) (*.f64 (-.f64 z t) a)) (/.f64 (*.f64 #s(literal -60 binary64) x) (*.f64 a (*.f64 y (-.f64 z t))))))) |
(* -1 (* y (+ (* -60 (/ x (* a (* y (- z t))))) (* 60 (/ 1 (* a (- z t))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 y (+.f64 (/.f64 #s(literal 60 binary64) (*.f64 (-.f64 z t) a)) (/.f64 (*.f64 #s(literal -60 binary64) x) (*.f64 a (*.f64 y (-.f64 z t))))))) |
(* 60 (/ (- x y) (* a (- z t)))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 (-.f64 z t) a)) |
(* 60 (/ (- x y) (* a (- z t)))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 (-.f64 z t) a)) |
(* 60 (/ (- x y) (* a (- z t)))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 (-.f64 z t) a)) |
(* 60 (/ (- x y) (* a (- z t)))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 (-.f64 z t) a)) |
(* 60 (/ (- x y) (* a (- z t)))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 (-.f64 z t) a)) |
(* 60 (/ (- x y) (* a (- z t)))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 (-.f64 z t) a)) |
(* 60 (/ (- x y) (* a (- z t)))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 (-.f64 z t) a)) |
(* 60 (/ (- x y) (* a (- z t)))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 (-.f64 z t) a)) |
(* 60 (/ (- x y) (* a (- z t)))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 (-.f64 z t) a)) |
(* 60 (/ (- x y) (* a (- z t)))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 (-.f64 z t) a)) |
(* 60 (/ (- x y) (* a (- z t)))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 (-.f64 z t) a)) |
(* 60 (/ (- x y) (* a (- z t)))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 (-.f64 z t) a)) |
(* -60 (/ (- x y) (* a t))) |
(/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (*.f64 t a)) |
(+ (* -60 (/ (- x y) (* a t))) (* 60 (* z (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (*.f64 t a)) (*.f64 (-.f64 (/.f64 y (*.f64 t (*.f64 t a))) (/.f64 x (*.f64 t (*.f64 t a)))) (*.f64 #s(literal 60 binary64) z))) |
(+ (* -60 (/ (- x y) (* a t))) (* z (+ (* 60 (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2))))) (* 60 (/ (* z (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2))))) t))))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (*.f64 t a)) (*.f64 (*.f64 z #s(literal 60 binary64)) (+.f64 (-.f64 (/.f64 y (*.f64 t (*.f64 t a))) (/.f64 x (*.f64 t (*.f64 t a)))) (/.f64 (*.f64 z (-.f64 (/.f64 y (*.f64 t (*.f64 t a))) (/.f64 x (*.f64 t (*.f64 t a))))) t)))) |
(+ (* -60 (/ (- x y) (* a t))) (* z (+ (* 60 (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2))))) (* z (+ (* 60 (/ (* z (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2))))) (pow t 2))) (* 60 (/ (- (/ y (* a (pow t 2))) (/ x (* a (pow t 2)))) t))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (*.f64 t a)) (*.f64 z (+.f64 (*.f64 #s(literal 60 binary64) (-.f64 (/.f64 y (*.f64 t (*.f64 t a))) (/.f64 x (*.f64 t (*.f64 t a))))) (*.f64 (*.f64 z #s(literal 60 binary64)) (+.f64 (*.f64 z (/.f64 (-.f64 (/.f64 y (*.f64 t (*.f64 t a))) (/.f64 x (*.f64 t (*.f64 t a)))) (*.f64 t t))) (/.f64 (-.f64 (/.f64 y (*.f64 t (*.f64 t a))) (/.f64 x (*.f64 t (*.f64 t a)))) t)))))) |
(* 60 (/ (- x y) (* a z))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 z a)) |
(/ (+ (* 60 (/ (* t (- x y)) (* a z))) (* 60 (/ (- x y) a))) z) |
(/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 t (-.f64 x y)) (*.f64 z a)) (/.f64 (-.f64 x y) a))) z) |
(/ (+ (* 60 (/ (* t (- x y)) (* a z))) (+ (* 60 (/ (* (pow t 2) (- x y)) (* a (pow z 2)))) (* 60 (/ (- x y) a)))) z) |
(/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 t (-.f64 x y)) (*.f64 z a)) (+.f64 (*.f64 (/.f64 (-.f64 x y) (*.f64 z z)) (/.f64 (*.f64 t t) a)) (/.f64 (-.f64 x y) a)))) z) |
(/ (+ (* 60 (/ (* t (- x y)) (* a z))) (+ (* 60 (/ (* (pow t 2) (- x y)) (* a (pow z 2)))) (+ (* 60 (/ (* (pow t 3) (- x y)) (* a (pow z 3)))) (* 60 (/ (- x y) a))))) z) |
(/.f64 (+.f64 (/.f64 (*.f64 t (*.f64 #s(literal 60 binary64) (-.f64 x y))) (*.f64 z a)) (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 (/.f64 (-.f64 x y) (*.f64 z z)) (/.f64 (*.f64 t t) a)) (+.f64 (/.f64 (*.f64 (-.f64 x y) (*.f64 t (*.f64 t t))) (*.f64 a (*.f64 z (*.f64 z z)))) (/.f64 (-.f64 x y) a))))) z) |
(* 60 (/ (- x y) (* a z))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 z a)) |
(* -1 (/ (+ (* -60 (/ (* t (- x y)) (* a z))) (* -60 (/ (- x y) a))) z)) |
(/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 t (-.f64 x y)) (*.f64 z a)) (/.f64 (-.f64 x y) a))) z) |
(* -1 (/ (+ (* -60 (/ (- x y) a)) (* -1 (/ (+ (* 60 (/ (* t (- x y)) a)) (* 60 (/ (* (pow t 2) (- x y)) (* a z)))) z))) z)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) a) (/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (/.f64 (*.f64 t (-.f64 x y)) a) (/.f64 (*.f64 t (*.f64 t (-.f64 x y))) (*.f64 z a)))) z)) (-.f64 #s(literal 0 binary64) z)) |
(* -1 (/ (+ (* -60 (/ (- x y) a)) (* -1 (/ (+ (* -1 (/ (+ (* -60 (/ (* (pow t 2) (- x y)) a)) (* -60 (/ (* (pow t 3) (- x y)) (* a z)))) z)) (* 60 (/ (* t (- x y)) a))) z))) z)) |
(/.f64 (-.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) a) (/.f64 (+.f64 (/.f64 (*.f64 t (*.f64 #s(literal 60 binary64) (-.f64 x y))) a) (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 t (*.f64 t (-.f64 x y))) a) (/.f64 (*.f64 (-.f64 x y) (*.f64 t (*.f64 t t))) (*.f64 z a)))) z)) z)) (-.f64 #s(literal 0 binary64) z)) |
(* 60 (/ (- x y) (* a z))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 z a)) |
(+ (* 60 (/ (* t (- x y)) (* a (pow z 2)))) (* 60 (/ (- x y) (* a z)))) |
(*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 t (-.f64 x y)) (*.f64 z (*.f64 z a))) (/.f64 (-.f64 x y) (*.f64 z a)))) |
(+ (* 60 (/ (- x y) (* a z))) (* t (+ (* 60 (/ (* t (- x y)) (* a (pow z 3)))) (* 60 (/ (- x y) (* a (pow z 2))))))) |
(+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 z a)) (*.f64 (*.f64 t #s(literal 60 binary64)) (+.f64 (/.f64 (*.f64 t (-.f64 x y)) (*.f64 a (*.f64 z (*.f64 z z)))) (/.f64 (-.f64 x y) (*.f64 z (*.f64 z a)))))) |
(+ (* 60 (/ (- x y) (* a z))) (* t (+ (* 60 (/ (- x y) (* a (pow z 2)))) (* t (+ (* 60 (/ (* t (- x y)) (* a (pow z 4)))) (* 60 (/ (- x y) (* a (pow z 3))))))))) |
(+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 z a)) (*.f64 t (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 z (*.f64 z a))) (*.f64 (*.f64 t #s(literal 60 binary64)) (+.f64 (/.f64 (*.f64 t (-.f64 x y)) (*.f64 a (pow.f64 z #s(literal 4 binary64)))) (/.f64 (-.f64 x y) (*.f64 a (*.f64 z (*.f64 z z))))))))) |
(* -60 (/ (- x y) (* a t))) |
(/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (*.f64 t a)) |
(/ (+ (* -60 (/ (* z (- x y)) (* a t))) (* -60 (/ (- x y) a))) t) |
(/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (/.f64 (/.f64 (*.f64 z (-.f64 x y)) a) t) (/.f64 (-.f64 x y) a))) t) |
(/ (+ (* -60 (/ (* z (- x y)) (* a t))) (+ (* -60 (/ (* (pow z 2) (- x y)) (* a (pow t 2)))) (* -60 (/ (- x y) a)))) t) |
(/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (/.f64 (/.f64 (*.f64 z (-.f64 x y)) a) t) (+.f64 (/.f64 (*.f64 z (*.f64 z (-.f64 x y))) (*.f64 t (*.f64 t a))) (/.f64 (-.f64 x y) a)))) t) |
(/ (+ (* -60 (/ (* z (- x y)) (* a t))) (+ (* -60 (/ (* (pow z 2) (- x y)) (* a (pow t 2)))) (+ (* -60 (/ (* (pow z 3) (- x y)) (* a (pow t 3)))) (* -60 (/ (- x y) a))))) t) |
(/.f64 (+.f64 (/.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 z (-.f64 x y))) a) t) (*.f64 #s(literal -60 binary64) (+.f64 (/.f64 (*.f64 z (*.f64 z (-.f64 x y))) (*.f64 t (*.f64 t a))) (+.f64 (/.f64 (*.f64 z (*.f64 z (*.f64 z (-.f64 x y)))) (*.f64 t (*.f64 t (*.f64 t a)))) (/.f64 (-.f64 x y) a))))) t) |
(* -60 (/ (- x y) (* a t))) |
(/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (*.f64 t a)) |
(* -1 (/ (+ (* 60 (/ (* z (- x y)) (* a t))) (* 60 (/ (- x y) a))) t)) |
(/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (/.f64 (/.f64 (*.f64 z (-.f64 x y)) a) t) (/.f64 (-.f64 x y) a))) t) |
(* -1 (/ (+ (* -1 (/ (+ (* -60 (/ (* z (- x y)) a)) (* -60 (/ (* (pow z 2) (- x y)) (* a t)))) t)) (* 60 (/ (- x y) a))) t)) |
(/.f64 (-.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) a) (/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (/.f64 (*.f64 z (*.f64 z (-.f64 x y))) (*.f64 t a)) (/.f64 (*.f64 z (-.f64 x y)) a))) t)) (-.f64 #s(literal 0 binary64) t)) |
(* -1 (/ (+ (* -1 (/ (+ (* -60 (/ (* z (- x y)) a)) (* -1 (/ (+ (* 60 (/ (* (pow z 2) (- x y)) a)) (* 60 (/ (* (pow z 3) (- x y)) (* a t)))) t))) t)) (* 60 (/ (- x y) a))) t)) |
(/.f64 (-.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) a) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 z (-.f64 x y))) a) (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 z (*.f64 z (*.f64 z (-.f64 x y)))) (*.f64 t a)) (/.f64 (*.f64 z (*.f64 z (-.f64 x y))) a))) t)) t)) (-.f64 #s(literal 0 binary64) t)) |
(* -60 y) |
(*.f64 #s(literal -60 binary64) y) |
(+ (* -60 y) (* 60 x)) |
(+.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 #s(literal 60 binary64) x)) |
(+ (* -60 y) (* 60 x)) |
(+.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 #s(literal 60 binary64) x)) |
(+ (* -60 y) (* 60 x)) |
(+.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 #s(literal 60 binary64) x)) |
(* 60 x) |
(*.f64 #s(literal 60 binary64) x) |
(* x (+ 60 (* -60 (/ y x)))) |
(*.f64 x (+.f64 #s(literal 60 binary64) (/.f64 (*.f64 #s(literal -60 binary64) y) x))) |
(* x (+ 60 (* -60 (/ y x)))) |
(*.f64 x (+.f64 #s(literal 60 binary64) (/.f64 (*.f64 #s(literal -60 binary64) y) x))) |
(* x (+ 60 (* -60 (/ y x)))) |
(*.f64 x (+.f64 #s(literal 60 binary64) (/.f64 (*.f64 #s(literal -60 binary64) y) x))) |
(* 60 x) |
(*.f64 #s(literal 60 binary64) x) |
(* -1 (* x (- (* 60 (/ y x)) 60))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 y #s(literal 60 binary64)) x) #s(literal -60 binary64)))) |
(* -1 (* x (- (* 60 (/ y x)) 60))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 y #s(literal 60 binary64)) x) #s(literal -60 binary64)))) |
(* -1 (* x (- (* 60 (/ y x)) 60))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 y #s(literal 60 binary64)) x) #s(literal -60 binary64)))) |
(* 60 x) |
(*.f64 #s(literal 60 binary64) x) |
(+ (* -60 y) (* 60 x)) |
(+.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 #s(literal 60 binary64) x)) |
(+ (* -60 y) (* 60 x)) |
(+.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 #s(literal 60 binary64) x)) |
(+ (* -60 y) (* 60 x)) |
(+.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 #s(literal 60 binary64) x)) |
(* -60 y) |
(*.f64 #s(literal -60 binary64) y) |
(* y (- (* 60 (/ x y)) 60)) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) y) #s(literal -60 binary64))) |
(* y (- (* 60 (/ x y)) 60)) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) y) #s(literal -60 binary64))) |
(* y (- (* 60 (/ x y)) 60)) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) y) #s(literal -60 binary64))) |
(* -60 y) |
(*.f64 #s(literal -60 binary64) y) |
(* -1 (* y (+ 60 (* -60 (/ x y))))) |
(-.f64 #s(literal 0 binary64) (*.f64 y (+.f64 #s(literal 60 binary64) (*.f64 #s(literal -60 binary64) (/.f64 x y))))) |
(* -1 (* y (+ 60 (* -60 (/ x y))))) |
(-.f64 #s(literal 0 binary64) (*.f64 y (+.f64 #s(literal 60 binary64) (*.f64 #s(literal -60 binary64) (/.f64 x y))))) |
(* -1 (* y (+ 60 (* -60 (/ x y))))) |
(-.f64 #s(literal 0 binary64) (*.f64 y (+.f64 #s(literal 60 binary64) (*.f64 #s(literal -60 binary64) (/.f64 x y))))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* a (- z t)) |
(*.f64 (-.f64 z t) a) |
(* a (- z t)) |
(*.f64 (-.f64 z t) a) |
(* a (- z t)) |
(*.f64 (-.f64 z t) a) |
(* a (- z t)) |
(*.f64 (-.f64 z t) a) |
(* a (- z t)) |
(*.f64 (-.f64 z t) a) |
(* a (- z t)) |
(*.f64 (-.f64 z t) a) |
(* a (- z t)) |
(*.f64 (-.f64 z t) a) |
(* a (- z t)) |
(*.f64 (-.f64 z t) a) |
(* a (- z t)) |
(*.f64 (-.f64 z t) a) |
(* a (- z t)) |
(*.f64 (-.f64 z t) a) |
(* a (- z t)) |
(*.f64 (-.f64 z t) a) |
(* a (- z t)) |
(*.f64 (-.f64 z t) a) |
(* -1 (* a t)) |
(-.f64 #s(literal 0 binary64) (*.f64 t a)) |
(+ (* -1 (* a t)) (* a z)) |
(*.f64 (-.f64 z t) a) |
(+ (* -1 (* a t)) (* a z)) |
(*.f64 (-.f64 z t) a) |
(+ (* -1 (* a t)) (* a z)) |
(*.f64 (-.f64 z t) a) |
(* a z) |
(*.f64 z a) |
(* z (+ a (* -1 (/ (* a t) z)))) |
(*.f64 z (-.f64 a (/.f64 (*.f64 t a) z))) |
(* z (+ a (* -1 (/ (* a t) z)))) |
(*.f64 z (-.f64 a (/.f64 (*.f64 t a) z))) |
(* z (+ a (* -1 (/ (* a t) z)))) |
(*.f64 z (-.f64 a (/.f64 (*.f64 t a) z))) |
(* a z) |
(*.f64 z a) |
(* -1 (* z (+ (* -1 a) (/ (* a t) z)))) |
(*.f64 (*.f64 a (+.f64 (/.f64 t z) #s(literal -1 binary64))) (-.f64 #s(literal 0 binary64) z)) |
(* -1 (* z (+ (* -1 a) (/ (* a t) z)))) |
(*.f64 (*.f64 a (+.f64 (/.f64 t z) #s(literal -1 binary64))) (-.f64 #s(literal 0 binary64) z)) |
(* -1 (* z (+ (* -1 a) (/ (* a t) z)))) |
(*.f64 (*.f64 a (+.f64 (/.f64 t z) #s(literal -1 binary64))) (-.f64 #s(literal 0 binary64) z)) |
(* a z) |
(*.f64 z a) |
(+ (* -1 (* a t)) (* a z)) |
(*.f64 (-.f64 z t) a) |
(+ (* -1 (* a t)) (* a z)) |
(*.f64 (-.f64 z t) a) |
(+ (* -1 (* a t)) (* a z)) |
(*.f64 (-.f64 z t) a) |
(* -1 (* a t)) |
(-.f64 #s(literal 0 binary64) (*.f64 t a)) |
(* t (+ (* -1 a) (/ (* a z) t))) |
(*.f64 t (*.f64 a (+.f64 (/.f64 z t) #s(literal -1 binary64)))) |
(* t (+ (* -1 a) (/ (* a z) t))) |
(*.f64 t (*.f64 a (+.f64 (/.f64 z t) #s(literal -1 binary64)))) |
(* t (+ (* -1 a) (/ (* a z) t))) |
(*.f64 t (*.f64 a (+.f64 (/.f64 z t) #s(literal -1 binary64)))) |
(* -1 (* a t)) |
(-.f64 #s(literal 0 binary64) (*.f64 t a)) |
(* -1 (* t (+ a (* -1 (/ (* a z) t))))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 a (/.f64 (*.f64 z a) t))) |
(* -1 (* t (+ a (* -1 (/ (* a z) t))))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 a (/.f64 (*.f64 z a) t))) |
(* -1 (* t (+ a (* -1 (/ (* a z) t))))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 a (/.f64 (*.f64 z a) t))) |
Compiled 36 748 to 3 828 computations (89.6% saved)
23 alts after pruning (22 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1 633 | 16 | 1 649 |
| Fresh | 7 | 6 | 13 |
| Picked | 5 | 0 | 5 |
| Done | 0 | 1 | 1 |
| Total | 1 645 | 23 | 1 668 |
| Status | Accuracy | Program |
|---|---|---|
| 31.2% | (/.f64 (-.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 y z) (/.f64 y z)))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 y z)))) | |
| 77.8% | (/.f64 (*.f64 (-.f64 #s(literal 14400 binary64) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a)) (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a))))) a) (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (*.f64 (-.f64 z t) a)))) | |
| 15.0% | (/.f64 (*.f64 y #s(literal 60 binary64)) t) | |
| 46.6% | (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) | |
| 24.5% | (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) | |
| 23.8% | (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) | |
| 15.0% | (/.f64 (*.f64 #s(literal -60 binary64) y) z) | |
| 31.2% | (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 y z))) (-.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 y z) (/.f64 y z)))))) | |
| 25.4% | (/.f64 #s(literal -60 binary64) (/.f64 (-.f64 z t) y)) | |
| 76.6% | (+.f64 (/.f64 #s(literal 60 binary64) (/.f64 (-.f64 z t) x)) (*.f64 a #s(literal 120 binary64))) | |
| ▶ | 60.7% | (+.f64 (*.f64 (/.f64 (-.f64 x y) z) #s(literal 60 binary64)) (*.f64 a #s(literal 120 binary64))) |
| 52.5% | (+.f64 (*.f64 (/.f64 #s(literal 60 binary64) z) x) (*.f64 a #s(literal 120 binary64))) | |
| 70.0% | (+.f64 (*.f64 (/.f64 #s(literal -60 binary64) t) (-.f64 x y)) (*.f64 a #s(literal 120 binary64))) | |
| ▶ | 60.5% | (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) y) t)) |
| 54.0% | (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 y (/.f64 #s(literal -60 binary64) z))) | |
| ▶ | 93.4% | (*.f64 (-.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 t z))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))))) |
| ▶ | 25.4% | (*.f64 y (/.f64 #s(literal -60 binary64) (-.f64 z t))) |
| 23.9% | (*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t))) | |
| 13.0% | (*.f64 x (/.f64 #s(literal 60 binary64) z)) | |
| 21.2% | (*.f64 a (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 (-.f64 z t) a))) | |
| 66.6% | (*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (*.f64 t a)))) | |
| ✓ | 55.3% | (*.f64 #s(literal 120 binary64) a) |
| ▶ | 15.2% | (*.f64 #s(literal -60 binary64) (/.f64 y z)) |
Compiled 792 to 533 computations (32.7% saved)
| 1× | egg-herbie |
Found 17 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (-.f64 x y) |
| ✓ | cost-diff | 0 | (/.f64 (-.f64 x y) z) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 (-.f64 x y) z) #s(literal 60 binary64)) |
| ✓ | cost-diff | 0 | (+.f64 (*.f64 (/.f64 (-.f64 x y) z) #s(literal 60 binary64)) (*.f64 a #s(literal 120 binary64))) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal 60 binary64) y) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 #s(literal 60 binary64) y) t) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal 120 binary64) a) |
| ✓ | cost-diff | 0 | (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) y) t)) |
| ✓ | cost-diff | 0 | (-.f64 z t) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal -60 binary64) (-.f64 z t)) |
| ✓ | cost-diff | 0 | (*.f64 y (/.f64 #s(literal -60 binary64) (-.f64 z t))) |
| ✓ | cost-diff | 0 | (/.f64 y z) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal -60 binary64) (/.f64 y z)) |
| ✓ | cost-diff | 0 | (*.f64 a #s(literal 120 binary64)) |
| ✓ | cost-diff | 0 | (-.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 t z))) |
| ✓ | cost-diff | 128 | (*.f64 (-.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 t z))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))))) |
| ✓ | cost-diff | 1792 | (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))))) |
| 16 424× | accelerator-lowering-fma.f32 |
| 16 424× | accelerator-lowering-fma.f64 |
| 4 738× | *-lowering-*.f32 |
| 4 738× | *-lowering-*.f64 |
| 1 734× | --lowering--.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 34 | 196 |
| 1 | 77 | 192 |
| 2 | 146 | 192 |
| 3 | 414 | 192 |
| 4 | 2233 | 192 |
| 5 | 6715 | 192 |
| 0 | 8316 | 186 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* (- (* a 120) (/ (* 60 (- x y)) (- t z))) (* (+ (/ (* 60 (- x y)) (- z t)) (* a -120)) (/ 1 (+ (/ (* 60 (- x y)) (- z t)) (* a -120))))) |
(- (* a 120) (/ (* 60 (- x y)) (- t z))) |
(* a 120) |
a |
120 |
(/ (* 60 (- x y)) (- t z)) |
(* 60 (- x y)) |
60 |
(- x y) |
x |
y |
(- t z) |
t |
z |
(* (+ (/ (* 60 (- x y)) (- z t)) (* a -120)) (/ 1 (+ (/ (* 60 (- x y)) (- z t)) (* a -120)))) |
(+ (/ (* 60 (- x y)) (- z t)) (* a -120)) |
(/ (* 60 (- x y)) (- z t)) |
(- z t) |
(* a -120) |
-120 |
(/ 1 (+ (/ (* 60 (- x y)) (- z t)) (* a -120))) |
1 |
(* -60 (/ y z)) |
-60 |
(/ y z) |
y |
z |
(* y (/ -60 (- z t))) |
y |
(/ -60 (- z t)) |
-60 |
(- z t) |
z |
t |
(+ (* 120 a) (/ (* 60 y) t)) |
(* 120 a) |
120 |
a |
(/ (* 60 y) t) |
(* 60 y) |
60 |
y |
t |
(+ (* (/ (- x y) z) 60) (* a 120)) |
(* (/ (- x y) z) 60) |
(/ (- x y) z) |
(- x y) |
x |
y |
z |
60 |
(* a 120) |
a |
120 |
| Outputs |
|---|
(* (- (* a 120) (/ (* 60 (- x y)) (- t z))) (* (+ (/ (* 60 (- x y)) (- z t)) (* a -120)) (/ 1 (+ (/ (* 60 (- x y)) (- z t)) (* a -120))))) |
(+.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t))) |
(- (* a 120) (/ (* 60 (- x y)) (- t z))) |
(+.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t))) |
(* a 120) |
(*.f64 a #s(literal 120 binary64)) |
a |
120 |
#s(literal 120 binary64) |
(/ (* 60 (- x y)) (- t z)) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 t z)) |
(* 60 (- x y)) |
(*.f64 #s(literal 60 binary64) (-.f64 x y)) |
60 |
#s(literal 60 binary64) |
(- x y) |
(-.f64 x y) |
x |
y |
(- t z) |
(-.f64 t z) |
t |
z |
(* (+ (/ (* 60 (- x y)) (- z t)) (* a -120)) (/ 1 (+ (/ (* 60 (- x y)) (- z t)) (* a -120)))) |
#s(literal 1 binary64) |
(+ (/ (* 60 (- x y)) (- z t)) (* a -120)) |
(+.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t))) |
(/ (* 60 (- x y)) (- z t)) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) |
(- z t) |
(-.f64 z t) |
(* a -120) |
(*.f64 a #s(literal -120 binary64)) |
-120 |
#s(literal -120 binary64) |
(/ 1 (+ (/ (* 60 (- x y)) (- z t)) (* a -120))) |
(/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)))) |
1 |
#s(literal 1 binary64) |
(* -60 (/ y z)) |
(/.f64 (*.f64 y #s(literal -60 binary64)) z) |
-60 |
#s(literal -60 binary64) |
(/ y z) |
(/.f64 y z) |
y |
z |
(* y (/ -60 (- z t))) |
(*.f64 y (/.f64 #s(literal 60 binary64) (-.f64 t z))) |
y |
(/ -60 (- z t)) |
(/.f64 #s(literal 60 binary64) (-.f64 t z)) |
-60 |
#s(literal -60 binary64) |
(- z t) |
(-.f64 z t) |
z |
t |
(+ (* 120 a) (/ (* 60 y) t)) |
(+.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) y) t)) |
(* 120 a) |
(*.f64 a #s(literal 120 binary64)) |
120 |
#s(literal 120 binary64) |
a |
(/ (* 60 y) t) |
(/.f64 (*.f64 #s(literal 60 binary64) y) t) |
(* 60 y) |
(*.f64 #s(literal 60 binary64) y) |
60 |
#s(literal 60 binary64) |
y |
t |
(+ (* (/ (- x y) z) 60) (* a 120)) |
(+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))) |
(* (/ (- x y) z) 60) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) |
(/ (- x y) z) |
(/.f64 (-.f64 x y) z) |
(- x y) |
(-.f64 x y) |
x |
y |
z |
60 |
#s(literal 60 binary64) |
(* a 120) |
(*.f64 a #s(literal 120 binary64)) |
a |
120 |
#s(literal 120 binary64) |
Found 17 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (*.f64 a #s(literal 120 binary64)) |
| ✓ | accuracy | 100.0% | (/.f64 (-.f64 x y) z) |
| ✓ | accuracy | 100.0% | (+.f64 (*.f64 (/.f64 (-.f64 x y) z) #s(literal 60 binary64)) (*.f64 a #s(literal 120 binary64))) |
| ✓ | accuracy | 99.6% | (*.f64 (/.f64 (-.f64 x y) z) #s(literal 60 binary64)) |
| ✓ | accuracy | 100.0% | (*.f64 #s(literal 120 binary64) a) |
| ✓ | accuracy | 100.0% | (*.f64 #s(literal 60 binary64) y) |
| ✓ | accuracy | 100.0% | (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) y) t)) |
| ✓ | accuracy | 99.7% | (/.f64 (*.f64 #s(literal 60 binary64) y) t) |
| ✓ | accuracy | 100.0% | (-.f64 z t) |
| ✓ | accuracy | 100.0% | (/.f64 #s(literal -60 binary64) (-.f64 z t)) |
| ✓ | accuracy | 99.7% | (*.f64 y (/.f64 #s(literal -60 binary64) (-.f64 z t))) |
| ✓ | accuracy | 100.0% | (/.f64 y z) |
| ✓ | accuracy | 99.6% | (*.f64 #s(literal -60 binary64) (/.f64 y z)) |
| ✓ | accuracy | 98.9% | (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) |
| ✓ | accuracy | 98.9% | (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 t z)) |
| ✓ | accuracy | 98.4% | (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))) |
| ✓ | accuracy | 94.3% | (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))))) |
| 70.0ms | 244× | 0 | valid |
| 3.0ms | 4× | 3 | valid |
| 2.0ms | 3× | 2 | valid |
| 2.0ms | 4× | 1 | valid |
| 1.0ms | 1× | 5 | exit |
Compiled 252 to 36 computations (85.7% saved)
ival-div: 19.0ms (42.3% of total)ival-mult: 15.0ms (33.4% of total)ival-sub: 5.0ms (11.1% of total)ival-add: 4.0ms (8.9% of total)adjust: 1.0ms (2.2% of total)ival-assert: 0.0ms (0% of total)...in/eval/compile.rkt:110:19: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)| Inputs |
|---|
#<alt (* (+ (/ (* 60 (- x y)) (- z t)) (* a -120)) (/ 1 (+ (/ (* 60 (- x y)) (- z t)) (* a -120))))> |
#<alt (* (- (* a 120) (/ (* 60 (- x y)) (- t z))) (* (+ (/ (* 60 (- x y)) (- z t)) (* a -120)) (/ 1 (+ (/ (* 60 (- x y)) (- z t)) (* a -120)))))> |
#<alt (- (* a 120) (/ (* 60 (- x y)) (- t z)))> |
#<alt (* a 120)> |
#<alt (* -60 (/ y z))> |
#<alt (/ y z)> |
#<alt (* y (/ -60 (- z t)))> |
#<alt (/ -60 (- z t))> |
#<alt (- z t)> |
#<alt (+ (* 120 a) (/ (* 60 y) t))> |
#<alt (* 120 a)> |
#<alt (/ (* 60 y) t)> |
#<alt (* 60 y)> |
#<alt (+ (* (/ (- x y) z) 60) (* a 120))> |
#<alt (* (/ (- x y) z) 60)> |
#<alt (/ (- x y) z)> |
#<alt (- x y)> |
#<alt (/ 1 (+ (/ (* 60 (- x y)) (- z t)) (* a -120)))> |
#<alt (/ (* 60 (- x y)) (- t z))> |
#<alt (/ (* 60 (- x y)) (- z t))> |
| Outputs |
|---|
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt 1> |
#<alt (* -60 (/ (- x y) (- t z)))> |
#<alt (- (* 120 a) (* 60 (/ (- x y) (- t z))))> |
#<alt (- (* 120 a) (* 60 (/ (- x y) (- t z))))> |
#<alt (- (* 120 a) (* 60 (/ (- x y) (- t z))))> |
#<alt (* 120 a)> |
#<alt (* a (+ 120 (* -60 (/ (- x y) (* a (- t z))))))> |
#<alt (* a (+ 120 (* -60 (/ (- x y) (* a (- t z))))))> |
#<alt (* a (+ 120 (* -60 (/ (- x y) (* a (- t z))))))> |
#<alt (* 120 a)> |
#<alt (* -1 (* a (- (* 60 (/ (- x y) (* a (- t z)))) 120)))> |
#<alt (* -1 (* a (- (* 60 (/ (- x y) (* a (- t z)))) 120)))> |
#<alt (* -1 (* a (- (* 60 (/ (- x y) (* a (- t z)))) 120)))> |
#<alt (- (* 120 a) (* -60 (/ y (- t z))))> |
#<alt (- (+ (* -60 (/ x (- t z))) (* 120 a)) (* -60 (/ y (- t z))))> |
#<alt (- (+ (* -60 (/ x (- t z))) (* 120 a)) (* -60 (/ y (- t z))))> |
#<alt (- (+ (* -60 (/ x (- t z))) (* 120 a)) (* -60 (/ y (- t z))))> |
#<alt (* -60 (/ x (- t z)))> |
#<alt (* x (- (* 120 (/ a x)) (+ (* -60 (/ y (* x (- t z)))) (* 60 (/ 1 (- t z))))))> |
#<alt (* x (- (* 120 (/ a x)) (+ (* -60 (/ y (* x (- t z)))) (* 60 (/ 1 (- t z))))))> |
#<alt (* x (- (* 120 (/ a x)) (+ (* -60 (/ y (* x (- t z)))) (* 60 (/ 1 (- t z))))))> |
#<alt (* -60 (/ x (- t z)))> |
#<alt (* -1 (* x (+ (* -1 (/ (- (* 120 a) (* -60 (/ y (- t z)))) x)) (* 60 (/ 1 (- t z))))))> |
#<alt (* -1 (* x (+ (* -1 (/ (- (* 120 a) (* -60 (/ y (- t z)))) x)) (* 60 (/ 1 (- t z))))))> |
#<alt (* -1 (* x (+ (* -1 (/ (- (* 120 a) (* -60 (/ y (- t z)))) x)) (* 60 (/ 1 (- t z))))))> |
#<alt (- (* 120 a) (* 60 (/ x (- t z))))> |
#<alt (- (+ (* 60 (/ y (- t z))) (* 120 a)) (* 60 (/ x (- t z))))> |
#<alt (- (+ (* 60 (/ y (- t z))) (* 120 a)) (* 60 (/ x (- t z))))> |
#<alt (- (+ (* 60 (/ y (- t z))) (* 120 a)) (* 60 (/ x (- t z))))> |
#<alt (* 60 (/ y (- t z)))> |
#<alt (* y (- (+ (* 120 (/ a y)) (* 60 (/ 1 (- t z)))) (* 60 (/ x (* y (- t z))))))> |
#<alt (* y (- (+ (* 120 (/ a y)) (* 60 (/ 1 (- t z)))) (* 60 (/ x (* y (- t z))))))> |
#<alt (* y (- (+ (* 120 (/ a y)) (* 60 (/ 1 (- t z)))) (* 60 (/ x (* y (- t z))))))> |
#<alt (* 60 (/ y (- t z)))> |
#<alt (* -1 (* y (- (* -1 (/ (- (* 120 a) (* 60 (/ x (- t z)))) y)) (* 60 (/ 1 (- t z))))))> |
#<alt (* -1 (* y (- (* -1 (/ (- (* 120 a) (* 60 (/ x (- t z)))) y)) (* 60 (/ 1 (- t z))))))> |
#<alt (* -1 (* y (- (* -1 (/ (- (* 120 a) (* 60 (/ x (- t z)))) y)) (* 60 (/ 1 (- t z))))))> |
#<alt (- (* 120 a) (* -60 (/ (- x y) z)))> |
#<alt (- (+ (* -60 (* t (- (/ y (pow z 2)) (/ x (pow z 2))))) (* 120 a)) (* -60 (/ (- x y) z)))> |
#<alt (- (+ (* 120 a) (* t (- (* -60 (/ (* t (- (/ y (pow z 2)) (/ x (pow z 2)))) z)) (* 60 (- (/ y (pow z 2)) (/ x (pow z 2))))))) (* -60 (/ (- x y) z)))> |
#<alt (- (+ (* 120 a) (* t (- (* t (- (* -60 (/ (* t (- (/ y (pow z 2)) (/ x (pow z 2)))) (pow z 2))) (* 60 (/ (- (/ y (pow z 2)) (/ x (pow z 2))) z)))) (* 60 (- (/ y (pow z 2)) (/ x (pow z 2))))))) (* -60 (/ (- x y) z)))> |
#<alt (* 120 a)> |
#<alt (+ (* -60 (/ (- x y) t)) (* 120 a))> |
#<alt (- (+ (* -60 (/ (* z (- x y)) (pow t 2))) (* 120 a)) (* 60 (/ (- x y) t)))> |
#<alt (- (+ (* -60 (/ (* (pow z 2) (- x y)) (pow t 3))) (* 120 a)) (+ (* 60 (/ (* z (- x y)) (pow t 2))) (* 60 (/ (- x y) t))))> |
#<alt (* 120 a)> |
#<alt (+ (* -60 (/ (- x y) t)) (* 120 a))> |
#<alt (+ (* -1 (/ (- (* 60 (/ (* z (- x y)) t)) (* -60 (- x y))) t)) (* 120 a))> |
#<alt (+ (* -1 (/ (- (* -1 (/ (- (* -60 (/ (* (pow z 2) (- x y)) t)) (* 60 (* z (- x y)))) t)) (* -60 (- x y))) t)) (* 120 a))> |
#<alt (- (* 120 a) (* 60 (/ (- x y) t)))> |
#<alt (- (+ (* -60 (/ (* z (- x y)) (pow t 2))) (* 120 a)) (* 60 (/ (- x y) t)))> |
#<alt (- (+ (* 120 a) (* z (- (* -60 (/ (* z (- x y)) (pow t 3))) (* 60 (/ (- x y) (pow t 2)))))) (* 60 (/ (- x y) t)))> |
#<alt (- (+ (* 120 a) (* z (- (* z (- (* -60 (/ (* z (- x y)) (pow t 4))) (* 60 (/ (- x y) (pow t 3))))) (* 60 (/ (- x y) (pow t 2)))))) (* 60 (/ (- x y) t)))> |
#<alt (* 120 a)> |
#<alt (+ (* 60 (/ (- x y) z)) (* 120 a))> |
#<alt (- (+ (* 60 (/ (* t (- x y)) (pow z 2))) (* 120 a)) (* -60 (/ (- x y) z)))> |
#<alt (- (+ (* 60 (/ (* (pow t 2) (- x y)) (pow z 3))) (* 120 a)) (+ (* -60 (/ (* t (- x y)) (pow z 2))) (* -60 (/ (- x y) z))))> |
#<alt (* 120 a)> |
#<alt (+ (* 60 (/ (- x y) z)) (* 120 a))> |
#<alt (+ (* -1 (/ (- (* -60 (/ (* t (- x y)) z)) (* 60 (- x y))) z)) (* 120 a))> |
#<alt (+ (* -1 (/ (- (* -1 (/ (- (* 60 (/ (* (pow t 2) (- x y)) z)) (* -60 (* t (- x y)))) z)) (* 60 (- x y))) z)) (* 120 a))> |
#<alt (* -60 (/ (- x y) (- t z)))> |
#<alt (- (* 120 a) (* 60 (/ (- x y) (- t z))))> |
#<alt (- (* 120 a) (* 60 (/ (- x y) (- t z))))> |
#<alt (- (* 120 a) (* 60 (/ (- x y) (- t z))))> |
#<alt (* 120 a)> |
#<alt (* a (+ 120 (* -60 (/ (- x y) (* a (- t z))))))> |
#<alt (* a (+ 120 (* -60 (/ (- x y) (* a (- t z))))))> |
#<alt (* a (+ 120 (* -60 (/ (- x y) (* a (- t z))))))> |
#<alt (* 120 a)> |
#<alt (* -1 (* a (- (* 60 (/ (- x y) (* a (- t z)))) 120)))> |
#<alt (* -1 (* a (- (* 60 (/ (- x y) (* a (- t z)))) 120)))> |
#<alt (* -1 (* a (- (* 60 (/ (- x y) (* a (- t z)))) 120)))> |
#<alt (- (* 120 a) (* -60 (/ y (- t z))))> |
#<alt (- (+ (* -60 (/ x (- t z))) (* 120 a)) (* -60 (/ y (- t z))))> |
#<alt (- (+ (* -60 (/ x (- t z))) (* 120 a)) (* -60 (/ y (- t z))))> |
#<alt (- (+ (* -60 (/ x (- t z))) (* 120 a)) (* -60 (/ y (- t z))))> |
#<alt (* -60 (/ x (- t z)))> |
#<alt (* x (- (* 120 (/ a x)) (+ (* -60 (/ y (* x (- t z)))) (* 60 (/ 1 (- t z))))))> |
#<alt (* x (- (* 120 (/ a x)) (+ (* -60 (/ y (* x (- t z)))) (* 60 (/ 1 (- t z))))))> |
#<alt (* x (- (* 120 (/ a x)) (+ (* -60 (/ y (* x (- t z)))) (* 60 (/ 1 (- t z))))))> |
#<alt (* -60 (/ x (- t z)))> |
#<alt (* -1 (* x (+ (* -1 (/ (- (* 120 a) (* -60 (/ y (- t z)))) x)) (* 60 (/ 1 (- t z))))))> |
#<alt (* -1 (* x (+ (* -1 (/ (- (* 120 a) (* -60 (/ y (- t z)))) x)) (* 60 (/ 1 (- t z))))))> |
#<alt (* -1 (* x (+ (* -1 (/ (- (* 120 a) (* -60 (/ y (- t z)))) x)) (* 60 (/ 1 (- t z))))))> |
#<alt (- (* 120 a) (* 60 (/ x (- t z))))> |
#<alt (- (+ (* 60 (/ y (- t z))) (* 120 a)) (* 60 (/ x (- t z))))> |
#<alt (- (+ (* 60 (/ y (- t z))) (* 120 a)) (* 60 (/ x (- t z))))> |
#<alt (- (+ (* 60 (/ y (- t z))) (* 120 a)) (* 60 (/ x (- t z))))> |
#<alt (* 60 (/ y (- t z)))> |
#<alt (* y (- (+ (* 120 (/ a y)) (* 60 (/ 1 (- t z)))) (* 60 (/ x (* y (- t z))))))> |
#<alt (* y (- (+ (* 120 (/ a y)) (* 60 (/ 1 (- t z)))) (* 60 (/ x (* y (- t z))))))> |
#<alt (* y (- (+ (* 120 (/ a y)) (* 60 (/ 1 (- t z)))) (* 60 (/ x (* y (- t z))))))> |
#<alt (* 60 (/ y (- t z)))> |
#<alt (* -1 (* y (- (* -1 (/ (- (* 120 a) (* 60 (/ x (- t z)))) y)) (* 60 (/ 1 (- t z))))))> |
#<alt (* -1 (* y (- (* -1 (/ (- (* 120 a) (* 60 (/ x (- t z)))) y)) (* 60 (/ 1 (- t z))))))> |
#<alt (* -1 (* y (- (* -1 (/ (- (* 120 a) (* 60 (/ x (- t z)))) y)) (* 60 (/ 1 (- t z))))))> |
#<alt (- (* 120 a) (* -60 (/ (- x y) z)))> |
#<alt (- (+ (* -60 (* t (- (/ y (pow z 2)) (/ x (pow z 2))))) (* 120 a)) (* -60 (/ (- x y) z)))> |
#<alt (- (+ (* 120 a) (* t (- (* -60 (/ (* t (- (/ y (pow z 2)) (/ x (pow z 2)))) z)) (* 60 (- (/ y (pow z 2)) (/ x (pow z 2))))))) (* -60 (/ (- x y) z)))> |
#<alt (- (+ (* 120 a) (* t (- (* t (- (* -60 (/ (* t (- (/ y (pow z 2)) (/ x (pow z 2)))) (pow z 2))) (* 60 (/ (- (/ y (pow z 2)) (/ x (pow z 2))) z)))) (* 60 (- (/ y (pow z 2)) (/ x (pow z 2))))))) (* -60 (/ (- x y) z)))> |
#<alt (* 120 a)> |
#<alt (+ (* -60 (/ (- x y) t)) (* 120 a))> |
#<alt (- (+ (* -60 (/ (* z (- x y)) (pow t 2))) (* 120 a)) (* 60 (/ (- x y) t)))> |
#<alt (- (+ (* -60 (/ (* (pow z 2) (- x y)) (pow t 3))) (* 120 a)) (+ (* 60 (/ (* z (- x y)) (pow t 2))) (* 60 (/ (- x y) t))))> |
#<alt (* 120 a)> |
#<alt (+ (* -60 (/ (- x y) t)) (* 120 a))> |
#<alt (+ (* -1 (/ (- (* 60 (/ (* z (- x y)) t)) (* -60 (- x y))) t)) (* 120 a))> |
#<alt (+ (* -1 (/ (- (* -1 (/ (- (* -60 (/ (* (pow z 2) (- x y)) t)) (* 60 (* z (- x y)))) t)) (* -60 (- x y))) t)) (* 120 a))> |
#<alt (- (* 120 a) (* 60 (/ (- x y) t)))> |
#<alt (- (+ (* -60 (/ (* z (- x y)) (pow t 2))) (* 120 a)) (* 60 (/ (- x y) t)))> |
#<alt (- (+ (* 120 a) (* z (- (* -60 (/ (* z (- x y)) (pow t 3))) (* 60 (/ (- x y) (pow t 2)))))) (* 60 (/ (- x y) t)))> |
#<alt (- (+ (* 120 a) (* z (- (* z (- (* -60 (/ (* z (- x y)) (pow t 4))) (* 60 (/ (- x y) (pow t 3))))) (* 60 (/ (- x y) (pow t 2)))))) (* 60 (/ (- x y) t)))> |
#<alt (* 120 a)> |
#<alt (+ (* 60 (/ (- x y) z)) (* 120 a))> |
#<alt (- (+ (* 60 (/ (* t (- x y)) (pow z 2))) (* 120 a)) (* -60 (/ (- x y) z)))> |
#<alt (- (+ (* 60 (/ (* (pow t 2) (- x y)) (pow z 3))) (* 120 a)) (+ (* -60 (/ (* t (- x y)) (pow z 2))) (* -60 (/ (- x y) z))))> |
#<alt (* 120 a)> |
#<alt (+ (* 60 (/ (- x y) z)) (* 120 a))> |
#<alt (+ (* -1 (/ (- (* -60 (/ (* t (- x y)) z)) (* 60 (- x y))) z)) (* 120 a))> |
#<alt (+ (* -1 (/ (- (* -1 (/ (- (* 60 (/ (* (pow t 2) (- x y)) z)) (* -60 (* t (- x y)))) z)) (* 60 (- x y))) z)) (* 120 a))> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* -60 (/ y z))> |
#<alt (* -60 (/ y z))> |
#<alt (* -60 (/ y z))> |
#<alt (* -60 (/ y z))> |
#<alt (* -60 (/ y z))> |
#<alt (* -60 (/ y z))> |
#<alt (* -60 (/ y z))> |
#<alt (* -60 (/ y z))> |
#<alt (* -60 (/ y z))> |
#<alt (* -60 (/ y z))> |
#<alt (* -60 (/ y z))> |
#<alt (* -60 (/ y z))> |
#<alt (* -60 (/ y z))> |
#<alt (* -60 (/ y z))> |
#<alt (* -60 (/ y z))> |
#<alt (* -60 (/ y z))> |
#<alt (* -60 (/ y z))> |
#<alt (* -60 (/ y z))> |
#<alt (* -60 (/ y z))> |
#<alt (* -60 (/ y z))> |
#<alt (* -60 (/ y z))> |
#<alt (* -60 (/ y z))> |
#<alt (* -60 (/ y z))> |
#<alt (* -60 (/ 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 (/ y z)> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* 60 (/ y t))> |
#<alt (+ (* 60 (/ y t)) (* 60 (/ (* y z) (pow t 2))))> |
#<alt (+ (* 60 (/ y t)) (* z (+ (* 60 (/ y (pow t 2))) (* 60 (/ (* y z) (pow t 3))))))> |
#<alt (+ (* 60 (/ y t)) (* z (+ (* 60 (/ y (pow t 2))) (* z (+ (* 60 (/ y (pow t 3))) (* 60 (/ (* y z) (pow t 4))))))))> |
#<alt (* -60 (/ y z))> |
#<alt (/ (+ (* -60 y) (* -60 (/ (* t y) z))) z)> |
#<alt (/ (+ (* -60 y) (+ (* -60 (/ (* t y) z)) (* -60 (/ (* (pow t 2) y) (pow z 2))))) z)> |
#<alt (/ (+ (* -60 y) (+ (* -60 (/ (* t y) z)) (+ (* -60 (/ (* (pow t 2) y) (pow z 2))) (* -60 (/ (* (pow t 3) y) (pow z 3)))))) z)> |
#<alt (* -60 (/ y z))> |
#<alt (* -1 (/ (+ (* 60 y) (* 60 (/ (* t y) z))) z))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* -60 (* t y)) (* -60 (/ (* (pow t 2) y) z))) z)) (* 60 y)) z))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* -60 (* t y)) (* -1 (/ (+ (* 60 (* (pow t 2) y)) (* 60 (/ (* (pow t 3) y) z))) z))) z)) (* 60 y)) z))> |
#<alt (* -60 (/ y z))> |
#<alt (+ (* -60 (/ y z)) (* -60 (/ (* t y) (pow z 2))))> |
#<alt (+ (* -60 (/ y z)) (* t (+ (* -60 (/ y (pow z 2))) (* -60 (/ (* t y) (pow z 3))))))> |
#<alt (+ (* -60 (/ y z)) (* t (+ (* -60 (/ y (pow z 2))) (* t (+ (* -60 (/ y (pow z 3))) (* -60 (/ (* t y) (pow z 4))))))))> |
#<alt (* 60 (/ y t))> |
#<alt (/ (+ (* 60 y) (* 60 (/ (* y z) t))) t)> |
#<alt (/ (+ (* 60 y) (+ (* 60 (/ (* y z) t)) (* 60 (/ (* y (pow z 2)) (pow t 2))))) t)> |
#<alt (/ (+ (* 60 y) (+ (* 60 (/ (* y z) t)) (+ (* 60 (/ (* y (pow z 2)) (pow t 2))) (* 60 (/ (* y (pow z 3)) (pow t 3)))))) t)> |
#<alt (* 60 (/ y t))> |
#<alt (* -1 (/ (+ (* -60 y) (* -60 (/ (* y z) t))) t))> |
#<alt (* -1 (/ (+ (* -60 y) (* -1 (/ (+ (* 60 (* y z)) (* 60 (/ (* y (pow z 2)) t))) t))) t))> |
#<alt (* -1 (/ (+ (* -60 y) (* -1 (/ (+ (* -1 (/ (+ (* -60 (* y (pow z 2))) (* -60 (/ (* y (pow z 3)) t))) t)) (* 60 (* y z))) t))) t))> |
#<alt (/ 60 t)> |
#<alt (+ (* 60 (/ z (pow t 2))) (* 60 (/ 1 t)))> |
#<alt (+ (* z (+ (* 60 (/ z (pow t 3))) (* 60 (/ 1 (pow t 2))))) (* 60 (/ 1 t)))> |
#<alt (+ (* z (+ (* z (+ (* 60 (/ z (pow t 4))) (* 60 (/ 1 (pow t 3))))) (* 60 (/ 1 (pow t 2))))) (* 60 (/ 1 t)))> |
#<alt (/ -60 z)> |
#<alt (/ (- (* -60 (/ t z)) 60) z)> |
#<alt (/ (- (* -60 (/ (pow t 2) (pow z 2))) (+ 60 (* 60 (/ t z)))) z)> |
#<alt (/ (- (* -60 (/ (pow t 3) (pow z 3))) (+ 60 (+ (* 60 (/ t z)) (* 60 (/ (pow t 2) (pow z 2)))))) z)> |
#<alt (/ -60 z)> |
#<alt (* -1 (/ (+ 60 (* 60 (/ t z))) z))> |
#<alt (* -1 (/ (+ 60 (* -1 (/ (- (* -60 (/ (pow t 2) z)) (* 60 t)) z))) z))> |
#<alt (* -1 (/ (+ 60 (* -1 (/ (- (* -1 (/ (- (* 60 (/ (pow t 3) z)) (* -60 (pow t 2))) z)) (* 60 t)) z))) z))> |
#<alt (/ -60 z)> |
#<alt (- (* -60 (/ t (pow z 2))) (* 60 (/ 1 z)))> |
#<alt (- (* t (- (* -60 (/ t (pow z 3))) (* 60 (/ 1 (pow z 2))))) (* 60 (/ 1 z)))> |
#<alt (- (* t (- (* t (- (* -60 (/ t (pow z 4))) (* 60 (/ 1 (pow z 3))))) (* 60 (/ 1 (pow z 2))))) (* 60 (/ 1 z)))> |
#<alt (/ 60 t)> |
#<alt (/ (+ 60 (* 60 (/ z t))) t)> |
#<alt (/ (- (+ 60 (* 60 (/ (pow z 2) (pow t 2)))) (* -60 (/ z t))) t)> |
#<alt (/ (- (+ 60 (* 60 (/ (pow z 3) (pow t 3)))) (+ (* -60 (/ z t)) (* -60 (/ (pow z 2) (pow t 2))))) t)> |
#<alt (/ 60 t)> |
#<alt (* -1 (/ (- (* -60 (/ z t)) 60) t))> |
#<alt (* -1 (/ (- (* -1 (/ (- (* 60 (/ (pow z 2) t)) (* -60 z)) t)) 60) t))> |
#<alt (* -1 (/ (- (* -1 (/ (- (* -1 (/ (- (* -60 (/ (pow z 3) t)) (* 60 (pow z 2))) t)) (* -60 z)) t)) 60) t))> |
#<alt (* -1 t)> |
#<alt (- z t)> |
#<alt (- z t)> |
#<alt (- z t)> |
#<alt z> |
#<alt (* z (+ 1 (* -1 (/ t z))))> |
#<alt (* z (+ 1 (* -1 (/ t z))))> |
#<alt (* z (+ 1 (* -1 (/ t z))))> |
#<alt z> |
#<alt (* -1 (* z (- (/ t z) 1)))> |
#<alt (* -1 (* z (- (/ t z) 1)))> |
#<alt (* -1 (* z (- (/ t z) 1)))> |
#<alt z> |
#<alt (+ z (* -1 t))> |
#<alt (+ z (* -1 t))> |
#<alt (+ z (* -1 t))> |
#<alt (* -1 t)> |
#<alt (* t (- (/ z t) 1))> |
#<alt (* t (- (/ z t) 1))> |
#<alt (* t (- (/ z t) 1))> |
#<alt (* -1 t)> |
#<alt (* -1 (* t (+ 1 (* -1 (/ z t)))))> |
#<alt (* -1 (* t (+ 1 (* -1 (/ z t)))))> |
#<alt (* -1 (* t (+ 1 (* -1 (/ z t)))))> |
#<alt (* 60 (/ y t))> |
#<alt (+ (* 60 (/ y t)) (* 120 a))> |
#<alt (+ (* 60 (/ y t)) (* 120 a))> |
#<alt (+ (* 60 (/ y t)) (* 120 a))> |
#<alt (* 120 a)> |
#<alt (* a (+ 120 (* 60 (/ y (* a t)))))> |
#<alt (* a (+ 120 (* 60 (/ y (* a t)))))> |
#<alt (* a (+ 120 (* 60 (/ y (* a t)))))> |
#<alt (* 120 a)> |
#<alt (* -1 (* a (- (* -60 (/ y (* a t))) 120)))> |
#<alt (* -1 (* a (- (* -60 (/ y (* a t))) 120)))> |
#<alt (* -1 (* a (- (* -60 (/ y (* a t))) 120)))> |
#<alt (* 120 a)> |
#<alt (+ (* 60 (/ y t)) (* 120 a))> |
#<alt (+ (* 60 (/ y t)) (* 120 a))> |
#<alt (+ (* 60 (/ y t)) (* 120 a))> |
#<alt (* 60 (/ y t))> |
#<alt (* y (+ (* 120 (/ a y)) (* 60 (/ 1 t))))> |
#<alt (* y (+ (* 120 (/ a y)) (* 60 (/ 1 t))))> |
#<alt (* y (+ (* 120 (/ a y)) (* 60 (/ 1 t))))> |
#<alt (* 60 (/ y t))> |
#<alt (* -1 (* y (- (* -120 (/ a y)) (* 60 (/ 1 t)))))> |
#<alt (* -1 (* y (- (* -120 (/ a y)) (* 60 (/ 1 t)))))> |
#<alt (* -1 (* y (- (* -120 (/ a y)) (* 60 (/ 1 t)))))> |
#<alt (* 60 (/ y t))> |
#<alt (/ (+ (* 60 y) (* 120 (* a t))) t)> |
#<alt (/ (+ (* 60 y) (* 120 (* a t))) t)> |
#<alt (/ (+ (* 60 y) (* 120 (* a t))) t)> |
#<alt (* 120 a)> |
#<alt (+ (* 60 (/ y t)) (* 120 a))> |
#<alt (+ (* 60 (/ y t)) (* 120 a))> |
#<alt (+ (* 60 (/ y t)) (* 120 a))> |
#<alt (* 120 a)> |
#<alt (+ (* 60 (/ y t)) (* 120 a))> |
#<alt (+ (* 60 (/ y t)) (* 120 a))> |
#<alt (+ (* 60 (/ y t)) (* 120 a))> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 120 a)> |
#<alt (* 60 (/ y t))> |
#<alt (* 60 (/ y t))> |
#<alt (* 60 (/ y t))> |
#<alt (* 60 (/ y t))> |
#<alt (* 60 (/ y t))> |
#<alt (* 60 (/ y t))> |
#<alt (* 60 (/ y t))> |
#<alt (* 60 (/ y t))> |
#<alt (* 60 (/ y t))> |
#<alt (* 60 (/ y t))> |
#<alt (* 60 (/ y t))> |
#<alt (* 60 (/ y t))> |
#<alt (* 60 (/ y t))> |
#<alt (* 60 (/ y t))> |
#<alt (* 60 (/ y t))> |
#<alt (* 60 (/ y t))> |
#<alt (* 60 (/ y t))> |
#<alt (* 60 (/ y t))> |
#<alt (* 60 (/ y t))> |
#<alt (* 60 (/ y t))> |
#<alt (* 60 (/ y t))> |
#<alt (* 60 (/ y t))> |
#<alt (* 60 (/ y t))> |
#<alt (* 60 (/ y t))> |
#<alt (* 60 y)> |
#<alt (* 60 y)> |
#<alt (* 60 y)> |
#<alt (* 60 y)> |
#<alt (* 60 y)> |
#<alt (* 60 y)> |
#<alt (* 60 y)> |
#<alt (* 60 y)> |
#<alt (* 60 y)> |
#<alt (* 60 y)> |
#<alt (* 60 y)> |
#<alt (* 60 y)> |
#<alt (+ (* -60 (/ y z)) (* 120 a))> |
#<alt (+ (* -60 (/ y z)) (+ (* 60 (/ x z)) (* 120 a)))> |
#<alt (+ (* -60 (/ y z)) (+ (* 60 (/ x z)) (* 120 a)))> |
#<alt (+ (* -60 (/ y z)) (+ (* 60 (/ x z)) (* 120 a)))> |
#<alt (* 60 (/ x z))> |
#<alt (* x (+ (* -60 (/ y (* x z))) (+ (* 120 (/ a x)) (* 60 (/ 1 z)))))> |
#<alt (* x (+ (* -60 (/ y (* x z))) (+ (* 120 (/ a x)) (* 60 (/ 1 z)))))> |
#<alt (* x (+ (* -60 (/ y (* x z))) (+ (* 120 (/ a x)) (* 60 (/ 1 z)))))> |
#<alt (* 60 (/ x z))> |
#<alt (* -1 (* x (- (* -1 (/ (+ (* -60 (/ y z)) (* 120 a)) x)) (* 60 (/ 1 z)))))> |
#<alt (* -1 (* x (- (* -1 (/ (+ (* -60 (/ y z)) (* 120 a)) x)) (* 60 (/ 1 z)))))> |
#<alt (* -1 (* x (- (* -1 (/ (+ (* -60 (/ y z)) (* 120 a)) x)) (* 60 (/ 1 z)))))> |
#<alt (+ (* 60 (/ x z)) (* 120 a))> |
#<alt (+ (* -60 (/ y z)) (+ (* 60 (/ x z)) (* 120 a)))> |
#<alt (+ (* -60 (/ y z)) (+ (* 60 (/ x z)) (* 120 a)))> |
#<alt (+ (* -60 (/ y z)) (+ (* 60 (/ x z)) (* 120 a)))> |
#<alt (* -60 (/ y z))> |
#<alt (* y (- (+ (* 60 (/ x (* y z))) (* 120 (/ a y))) (* 60 (/ 1 z))))> |
#<alt (* y (- (+ (* 60 (/ x (* y z))) (* 120 (/ a y))) (* 60 (/ 1 z))))> |
#<alt (* y (- (+ (* 60 (/ x (* y z))) (* 120 (/ a y))) (* 60 (/ 1 z))))> |
#<alt (* -60 (/ y z))> |
#<alt (* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x z)) (* 120 a)) y)) (* 60 (/ 1 z)))))> |
#<alt (* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x z)) (* 120 a)) y)) (* 60 (/ 1 z)))))> |
#<alt (* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x z)) (* 120 a)) y)) (* 60 (/ 1 z)))))> |
#<alt (* 60 (/ (- x y) z))> |
#<alt (/ (+ (* 60 (- x y)) (* 120 (* a z))) z)> |
#<alt (/ (+ (* 60 (- x y)) (* 120 (* a z))) z)> |
#<alt (/ (+ (* 60 (- x y)) (* 120 (* a z))) z)> |
#<alt (* 120 a)> |
#<alt (+ (* 60 (/ (- x y) z)) (* 120 a))> |
#<alt (+ (* 60 (/ (- x y) z)) (* 120 a))> |
#<alt (+ (* 60 (/ (- x y) z)) (* 120 a))> |
#<alt (* 120 a)> |
#<alt (+ (* 60 (/ (- x y) z)) (* 120 a))> |
#<alt (+ (* 60 (/ (- x y) z)) (* 120 a))> |
#<alt (+ (* 60 (/ (- x y) z)) (* 120 a))> |
#<alt (* 60 (/ (- x y) z))> |
#<alt (+ (* 60 (/ (- x y) z)) (* 120 a))> |
#<alt (+ (* 60 (/ (- x y) z)) (* 120 a))> |
#<alt (+ (* 60 (/ (- x y) z)) (* 120 a))> |
#<alt (* 120 a)> |
#<alt (* a (+ 120 (* 60 (/ (- x y) (* a z)))))> |
#<alt (* a (+ 120 (* 60 (/ (- x y) (* a z)))))> |
#<alt (* a (+ 120 (* 60 (/ (- x y) (* a z)))))> |
#<alt (* 120 a)> |
#<alt (* -1 (* a (- (* -60 (/ (- x y) (* a z))) 120)))> |
#<alt (* -1 (* a (- (* -60 (/ (- x y) (* a z))) 120)))> |
#<alt (* -1 (* a (- (* -60 (/ (- x y) (* a z))) 120)))> |
#<alt (* -60 (/ y z))> |
#<alt (+ (* -60 (/ y z)) (* 60 (/ x z)))> |
#<alt (+ (* -60 (/ y z)) (* 60 (/ x z)))> |
#<alt (+ (* -60 (/ y z)) (* 60 (/ x z)))> |
#<alt (* 60 (/ x z))> |
#<alt (* x (+ (* -60 (/ y (* x z))) (* 60 (/ 1 z))))> |
#<alt (* x (+ (* -60 (/ y (* x z))) (* 60 (/ 1 z))))> |
#<alt (* x (+ (* -60 (/ y (* x z))) (* 60 (/ 1 z))))> |
#<alt (* 60 (/ x z))> |
#<alt (* -1 (* x (- (* 60 (/ y (* x z))) (* 60 (/ 1 z)))))> |
#<alt (* -1 (* x (- (* 60 (/ y (* x z))) (* 60 (/ 1 z)))))> |
#<alt (* -1 (* x (- (* 60 (/ y (* x z))) (* 60 (/ 1 z)))))> |
#<alt (* 60 (/ x z))> |
#<alt (+ (* -60 (/ y z)) (* 60 (/ x z)))> |
#<alt (+ (* -60 (/ y z)) (* 60 (/ x z)))> |
#<alt (+ (* -60 (/ y z)) (* 60 (/ x z)))> |
#<alt (* -60 (/ y z))> |
#<alt (* y (- (* 60 (/ x (* y z))) (* 60 (/ 1 z))))> |
#<alt (* y (- (* 60 (/ x (* y z))) (* 60 (/ 1 z))))> |
#<alt (* y (- (* 60 (/ x (* y z))) (* 60 (/ 1 z))))> |
#<alt (* -60 (/ y z))> |
#<alt (* -1 (* y (+ (* -60 (/ x (* y z))) (* 60 (/ 1 z)))))> |
#<alt (* -1 (* y (+ (* -60 (/ x (* y z))) (* 60 (/ 1 z)))))> |
#<alt (* -1 (* y (+ (* -60 (/ x (* y z))) (* 60 (/ 1 z)))))> |
#<alt (* 60 (/ (- x y) z))> |
#<alt (* 60 (/ (- x y) z))> |
#<alt (* 60 (/ (- x y) z))> |
#<alt (* 60 (/ (- x y) z))> |
#<alt (* 60 (/ (- x y) z))> |
#<alt (* 60 (/ (- x y) z))> |
#<alt (* 60 (/ (- x y) z))> |
#<alt (* 60 (/ (- x y) z))> |
#<alt (* 60 (/ (- x y) z))> |
#<alt (* 60 (/ (- x y) z))> |
#<alt (* 60 (/ (- x y) z))> |
#<alt (* 60 (/ (- x y) z))> |
#<alt (* -1 (/ y z))> |
#<alt (+ (* -1 (/ y z)) (/ x z))> |
#<alt (+ (* -1 (/ y z)) (/ x z))> |
#<alt (+ (* -1 (/ y z)) (/ x z))> |
#<alt (/ x z)> |
#<alt (* x (+ (* -1 (/ y (* x z))) (/ 1 z)))> |
#<alt (* x (+ (* -1 (/ y (* x z))) (/ 1 z)))> |
#<alt (* x (+ (* -1 (/ y (* x z))) (/ 1 z)))> |
#<alt (/ x z)> |
#<alt (* -1 (* x (- (/ y (* x z)) (/ 1 z))))> |
#<alt (* -1 (* x (- (/ y (* x z)) (/ 1 z))))> |
#<alt (* -1 (* x (- (/ y (* x z)) (/ 1 z))))> |
#<alt (/ x z)> |
#<alt (+ (* -1 (/ y z)) (/ x z))> |
#<alt (+ (* -1 (/ y z)) (/ x z))> |
#<alt (+ (* -1 (/ y z)) (/ x z))> |
#<alt (* -1 (/ y z))> |
#<alt (* y (- (/ x (* y z)) (/ 1 z)))> |
#<alt (* y (- (/ x (* y z)) (/ 1 z)))> |
#<alt (* y (- (/ x (* y z)) (/ 1 z)))> |
#<alt (* -1 (/ y z))> |
#<alt (* -1 (* y (+ (* -1 (/ x (* y z))) (/ 1 z))))> |
#<alt (* -1 (* y (+ (* -1 (/ x (* y z))) (/ 1 z))))> |
#<alt (* -1 (* y (+ (* -1 (/ x (* y z))) (/ 1 z))))> |
#<alt (/ (- x y) z)> |
#<alt (/ (- x y) z)> |
#<alt (/ (- x y) z)> |
#<alt (/ (- x y) z)> |
#<alt (/ (- x y) z)> |
#<alt (/ (- x y) z)> |
#<alt (/ (- x y) z)> |
#<alt (/ (- x y) z)> |
#<alt (/ (- x y) z)> |
#<alt (/ (- x y) z)> |
#<alt (/ (- x y) z)> |
#<alt (/ (- x y) z)> |
#<alt (* -1 y)> |
#<alt (- x y)> |
#<alt (- x y)> |
#<alt (- x y)> |
#<alt x> |
#<alt (* x (+ 1 (* -1 (/ y x))))> |
#<alt (* x (+ 1 (* -1 (/ y x))))> |
#<alt (* x (+ 1 (* -1 (/ y x))))> |
#<alt x> |
#<alt (* -1 (* x (- (/ y x) 1)))> |
#<alt (* -1 (* x (- (/ y x) 1)))> |
#<alt (* -1 (* x (- (/ y x) 1)))> |
#<alt x> |
#<alt (+ x (* -1 y))> |
#<alt (+ x (* -1 y))> |
#<alt (+ x (* -1 y))> |
#<alt (* -1 y)> |
#<alt (* y (- (/ x y) 1))> |
#<alt (* y (- (/ x y) 1))> |
#<alt (* y (- (/ x y) 1))> |
#<alt (* -1 y)> |
#<alt (* -1 (* y (+ 1 (* -1 (/ x y)))))> |
#<alt (* -1 (* y (+ 1 (* -1 (/ x y)))))> |
#<alt (* -1 (* y (+ 1 (* -1 (/ x y)))))> |
#<alt (/ 1 (+ (* -120 a) (* -60 (/ y (- z t)))))> |
#<alt (+ (* -60 (/ x (* (pow (+ (* -120 a) (* -60 (/ y (- z t)))) 2) (- z t)))) (/ 1 (+ (* -120 a) (* -60 (/ y (- z t))))))> |
#<alt (+ (* x (- (* 3600 (/ x (* (pow (+ (* -120 a) (* -60 (/ y (- z t)))) 3) (pow (- z t) 2)))) (* 60 (/ 1 (* (pow (+ (* -120 a) (* -60 (/ y (- z t)))) 2) (- z t)))))) (/ 1 (+ (* -120 a) (* -60 (/ y (- z t))))))> |
#<alt (+ (* x (- (* x (+ (* -216000 (/ x (* (pow (+ (* -120 a) (* -60 (/ y (- z t)))) 4) (pow (- z t) 3)))) (* 3600 (/ 1 (* (pow (+ (* -120 a) (* -60 (/ y (- z t)))) 3) (pow (- z t) 2)))))) (* 60 (/ 1 (* (pow (+ (* -120 a) (* -60 (/ y (- z t)))) 2) (- z t)))))) (/ 1 (+ (* -120 a) (* -60 (/ y (- z t))))))> |
#<alt (* 1/60 (/ (- z t) x))> |
#<alt (/ (+ (* -1/3600 (/ (* (+ (* -120 a) (* -60 (/ y (- z t)))) (pow (- z t) 2)) x)) (* 1/60 (- z t))) x)> |
#<alt (/ (- (+ (* 1/216000 (/ (* (pow (+ (* -120 a) (* -60 (/ y (- z t)))) 2) (pow (- z t) 3)) (pow x 2))) (* 1/60 (- z t))) (* 1/3600 (/ (* (+ (* -120 a) (* -60 (/ y (- z t)))) (pow (- z t) 2)) x))) x)> |
#<alt (/ (- (+ (* -1/12960000 (/ (* (pow (+ (* -120 a) (* -60 (/ y (- z t)))) 3) (pow (- z t) 4)) (pow x 3))) (* 1/60 (- z t))) (+ (* -1/216000 (/ (* (pow (+ (* -120 a) (* -60 (/ y (- z t)))) 2) (pow (- z t) 3)) (pow x 2))) (* 1/3600 (/ (* (+ (* -120 a) (* -60 (/ y (- z t)))) (pow (- z t) 2)) x)))) x)> |
#<alt (* 1/60 (/ (- z t) x))> |
#<alt (* -1 (/ (+ (* -1/60 (- z t)) (* 1/3600 (/ (* (+ (* -120 a) (* -60 (/ y (- z t)))) (pow (- z t) 2)) x))) x))> |
#<alt (* -1 (/ (+ (* -1 (/ (- (* 1/216000 (/ (* (pow (+ (* -120 a) (* -60 (/ y (- z t)))) 2) (pow (- z t) 3)) x)) (* 1/3600 (* (+ (* -120 a) (* -60 (/ y (- z t)))) (pow (- z t) 2)))) x)) (* -1/60 (- z t))) x))> |
#<alt (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (* 1/12960000 (/ (* (pow (+ (* -120 a) (* -60 (/ y (- z t)))) 3) (pow (- z t) 4)) x)) (* 1/216000 (* (pow (+ (* -120 a) (* -60 (/ y (- z t)))) 2) (pow (- z t) 3)))) x)) (* 1/3600 (* (+ (* -120 a) (* -60 (/ y (- z t)))) (pow (- z t) 2)))) x)) (* -1/60 (- z t))) x))> |
#<alt (/ 1 (+ (* -120 a) (* 60 (/ x (- z t)))))> |
#<alt (+ (* 60 (/ y (* (pow (+ (* -120 a) (* 60 (/ x (- z t)))) 2) (- z t)))) (/ 1 (+ (* -120 a) (* 60 (/ x (- z t))))))> |
#<alt (+ (* y (+ (* 3600 (/ y (* (pow (+ (* -120 a) (* 60 (/ x (- z t)))) 3) (pow (- z t) 2)))) (* 60 (/ 1 (* (pow (+ (* -120 a) (* 60 (/ x (- z t)))) 2) (- z t)))))) (/ 1 (+ (* -120 a) (* 60 (/ x (- z t))))))> |
#<alt (+ (* y (+ (* y (+ (* 216000 (/ y (* (pow (+ (* -120 a) (* 60 (/ x (- z t)))) 4) (pow (- z t) 3)))) (* 3600 (/ 1 (* (pow (+ (* -120 a) (* 60 (/ x (- z t)))) 3) (pow (- z t) 2)))))) (* 60 (/ 1 (* (pow (+ (* -120 a) (* 60 (/ x (- z t)))) 2) (- z t)))))) (/ 1 (+ (* -120 a) (* 60 (/ x (- z t))))))> |
#<alt (* -1/60 (/ (- z t) y))> |
#<alt (/ (+ (* -1/60 (- z t)) (* -1/3600 (/ (* (+ (* -120 a) (* 60 (/ x (- z t)))) (pow (- z t) 2)) y))) y)> |
#<alt (/ (- (+ (* -1/60 (- z t)) (* -1/216000 (/ (* (pow (+ (* -120 a) (* 60 (/ x (- z t)))) 2) (pow (- z t) 3)) (pow y 2)))) (* 1/3600 (/ (* (+ (* -120 a) (* 60 (/ x (- z t)))) (pow (- z t) 2)) y))) y)> |
#<alt (/ (- (+ (* -1/60 (- z t)) (* -1/12960000 (/ (* (pow (+ (* -120 a) (* 60 (/ x (- z t)))) 3) (pow (- z t) 4)) (pow y 3)))) (+ (* 1/216000 (/ (* (pow (+ (* -120 a) (* 60 (/ x (- z t)))) 2) (pow (- z t) 3)) (pow y 2))) (* 1/3600 (/ (* (+ (* -120 a) (* 60 (/ x (- z t)))) (pow (- z t) 2)) y)))) y)> |
#<alt (* -1/60 (/ (- z t) y))> |
#<alt (* -1 (/ (+ (* 1/3600 (/ (* (+ (* -120 a) (* 60 (/ x (- z t)))) (pow (- z t) 2)) y)) (* 1/60 (- z t))) y))> |
#<alt (* -1 (/ (+ (* -1 (/ (- (* -1/216000 (/ (* (pow (+ (* -120 a) (* 60 (/ x (- z t)))) 2) (pow (- z t) 3)) y)) (* 1/3600 (* (+ (* -120 a) (* 60 (/ x (- z t)))) (pow (- z t) 2)))) y)) (* 1/60 (- z t))) y))> |
#<alt (* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (* 1/12960000 (/ (* (pow (+ (* -120 a) (* 60 (/ x (- z t)))) 3) (pow (- z t) 4)) y)) (* -1/216000 (* (pow (+ (* -120 a) (* 60 (/ x (- z t)))) 2) (pow (- z t) 3)))) y)) (* 1/3600 (* (+ (* -120 a) (* 60 (/ x (- z t)))) (pow (- z t) 2)))) y)) (* 1/60 (- z t))) y))> |
#<alt (/ 1 (+ (* -120 a) (* -60 (/ (- x y) t))))> |
#<alt (+ (* -60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow (+ (* -120 a) (* -60 (/ (- x y) t))) 2))) (/ 1 (+ (* -120 a) (* -60 (/ (- x y) t)))))> |
#<alt (+ (* z (- (* -1 (* z (+ (* -3600 (/ (pow (- (/ y (pow t 2)) (/ x (pow t 2))) 2) (pow (+ (* -120 a) (* -60 (/ (- x y) t))) 3))) (* 60 (/ (- (/ y (pow t 2)) (/ x (pow t 2))) (* t (pow (+ (* -120 a) (* -60 (/ (- x y) t))) 2))))))) (* 60 (/ (- (/ y (pow t 2)) (/ x (pow t 2))) (pow (+ (* -120 a) (* -60 (/ (- x y) t))) 2))))) (/ 1 (+ (* -120 a) (* -60 (/ (- x y) t)))))> |
#<alt (+ (* z (- (* z (- (* -1 (* z (+ (* -3600 (/ (pow (- (/ y (pow t 2)) (/ x (pow t 2))) 2) (* t (pow (+ (* -120 a) (* -60 (/ (- x y) t))) 3)))) (+ (* -60 (/ (* (+ (* -3600 (/ (pow (- (/ y (pow t 2)) (/ x (pow t 2))) 2) (pow (+ (* -120 a) (* -60 (/ (- x y) t))) 3))) (* 60 (/ (- (/ y (pow t 2)) (/ x (pow t 2))) (* t (pow (+ (* -120 a) (* -60 (/ (- x y) t))) 2))))) (- (/ y (pow t 2)) (/ x (pow t 2)))) (+ (* -120 a) (* -60 (/ (- x y) t))))) (* 60 (/ (- (/ y (pow t 2)) (/ x (pow t 2))) (* (pow t 2) (pow (+ (* -120 a) (* -60 (/ (- x y) t))) 2)))))))) (+ (* -3600 (/ (pow (- (/ y (pow t 2)) (/ x (pow t 2))) 2) (pow (+ (* -120 a) (* -60 (/ (- x y) t))) 3))) (* 60 (/ (- (/ y (pow t 2)) (/ x (pow t 2))) (* t (pow (+ (* -120 a) (* -60 (/ (- x y) t))) 2))))))) (* 60 (/ (- (/ y (pow t 2)) (/ x (pow t 2))) (pow (+ (* -120 a) (* -60 (/ (- x y) t))) 2))))) (/ 1 (+ (* -120 a) (* -60 (/ (- x y) t)))))> |
#<alt (/ -1/120 a)> |
#<alt (- (* -1/240 (/ (- x y) (* (pow a 2) z))) (* 1/120 (/ 1 a)))> |
#<alt (- (* -1 (/ (+ (* 1/480 (/ (pow (- x y) 2) (pow a 3))) (* 1/240 (/ (* t (- x y)) (pow a 2)))) (pow z 2))) (+ (* 1/240 (/ (- x y) (* (pow a 2) z))) (* 1/120 (/ 1 a))))> |
#<alt (- (* -1 (/ (+ (* 1/480 (/ (* t (pow (- x y) 2)) (pow a 3))) (+ (* 1/240 (/ (* (pow t 2) (- x y)) (pow a 2))) (* 1/2 (/ (* (+ (* 1/480 (/ (pow (- x y) 2) (pow a 3))) (* 1/240 (/ (* t (- x y)) (pow a 2)))) (- x y)) a)))) (pow z 3))) (+ (* 1/480 (/ (pow (- x y) 2) (* (pow a 3) (pow z 2)))) (+ (* 1/240 (/ (* t (- x y)) (* (pow a 2) (pow z 2)))) (+ (* 1/240 (/ (- x y) (* (pow a 2) z))) (* 1/120 (/ 1 a))))))> |
#<alt (/ -1/120 a)> |
#<alt (- (* -1/240 (/ (- x y) (* (pow a 2) z))) (* 1/120 (/ 1 a)))> |
#<alt (- (* -1 (/ (- (+ (* 1/480 (/ (pow (- x y) 2) (* (pow a 3) z))) (* 1/240 (/ (* t (- x y)) (* (pow a 2) z)))) (* -1/240 (/ (- x y) (pow a 2)))) z)) (* 1/120 (/ 1 a)))> |
#<alt (- (* -1 (/ (- (* -1 (/ (- (+ (* -1/2 (/ (* (+ (* 1/480 (/ (pow (- x y) 2) (pow a 3))) (* 1/240 (/ (* t (- x y)) (pow a 2)))) (- x y)) (* a z))) (+ (* -1/240 (/ (* (pow t 2) (- x y)) (* (pow a 2) z))) (* -1/480 (/ (* t (pow (- x y) 2)) (* (pow a 3) z))))) (+ (* 1/480 (/ (pow (- x y) 2) (pow a 3))) (* 1/240 (/ (* t (- x y)) (pow a 2))))) z)) (* -1/240 (/ (- x y) (pow a 2)))) z)) (* 1/120 (/ 1 a)))> |
#<alt (/ 1 (+ (* -120 a) (* 60 (/ (- x y) z))))> |
#<alt (+ (* -60 (/ (* t (- x y)) (* (pow z 2) (pow (+ (* -120 a) (* 60 (/ (- x y) z))) 2)))) (/ 1 (+ (* -120 a) (* 60 (/ (- x y) z)))))> |
#<alt (+ (* t (- (* -1 (* t (+ (* -3600 (/ (pow (- x y) 2) (* (pow z 4) (pow (+ (* -120 a) (* 60 (/ (- x y) z))) 3)))) (* 60 (/ (- x y) (* (pow z 3) (pow (+ (* -120 a) (* 60 (/ (- x y) z))) 2))))))) (* 60 (/ (- x y) (* (pow z 2) (pow (+ (* -120 a) (* 60 (/ (- x y) z))) 2)))))) (/ 1 (+ (* -120 a) (* 60 (/ (- x y) z)))))> |
#<alt (+ (* t (- (* t (- (* -1 (* t (+ (* -3600 (/ (pow (- x y) 2) (* (pow z 5) (pow (+ (* -120 a) (* 60 (/ (- x y) z))) 3)))) (+ (* -60 (/ (* (+ (* -3600 (/ (pow (- x y) 2) (* (pow z 4) (pow (+ (* -120 a) (* 60 (/ (- x y) z))) 3)))) (* 60 (/ (- x y) (* (pow z 3) (pow (+ (* -120 a) (* 60 (/ (- x y) z))) 2))))) (- x y)) (* (pow z 2) (+ (* -120 a) (* 60 (/ (- x y) z)))))) (* 60 (/ (- x y) (* (pow z 4) (pow (+ (* -120 a) (* 60 (/ (- x y) z))) 2)))))))) (+ (* -3600 (/ (pow (- x y) 2) (* (pow z 4) (pow (+ (* -120 a) (* 60 (/ (- x y) z))) 3)))) (* 60 (/ (- x y) (* (pow z 3) (pow (+ (* -120 a) (* 60 (/ (- x y) z))) 2))))))) (* 60 (/ (- x y) (* (pow z 2) (pow (+ (* -120 a) (* 60 (/ (- x y) z))) 2)))))) (/ 1 (+ (* -120 a) (* 60 (/ (- x y) z)))))> |
#<alt (/ -1/120 a)> |
#<alt (- (* 1/240 (/ (- x y) (* (pow a 2) t))) (* 1/120 (/ 1 a)))> |
#<alt (- (* -1 (/ (+ (* -1/240 (/ (* z (- x y)) (pow a 2))) (* 1/480 (/ (pow (- x y) 2) (pow a 3)))) (pow t 2))) (+ (* -1/240 (/ (- x y) (* (pow a 2) t))) (* 1/120 (/ 1 a))))> |
#<alt (- (* -1 (/ (+ (* -1/2 (/ (* (+ (* -1/240 (/ (* z (- x y)) (pow a 2))) (* 1/480 (/ (pow (- x y) 2) (pow a 3)))) (- x y)) a)) (+ (* -1/240 (/ (* (pow z 2) (- x y)) (pow a 2))) (* 1/480 (/ (* z (pow (- x y) 2)) (pow a 3))))) (pow t 3))) (+ (* -1/240 (/ (* z (- x y)) (* (pow a 2) (pow t 2)))) (+ (* -1/240 (/ (- x y) (* (pow a 2) t))) (+ (* 1/480 (/ (pow (- x y) 2) (* (pow a 3) (pow t 2)))) (* 1/120 (/ 1 a))))))> |
#<alt (/ -1/120 a)> |
#<alt (- (* 1/240 (/ (- x y) (* (pow a 2) t))) (* 1/120 (/ 1 a)))> |
#<alt (- (* -1 (/ (- (+ (* -1/240 (/ (* z (- x y)) (* (pow a 2) t))) (* 1/480 (/ (pow (- x y) 2) (* (pow a 3) t)))) (* 1/240 (/ (- x y) (pow a 2)))) t)) (* 1/120 (/ 1 a)))> |
#<alt (- (* -1 (/ (- (* -1 (/ (- (+ (* -1/480 (/ (* z (pow (- x y) 2)) (* (pow a 3) t))) (+ (* 1/240 (/ (* (pow z 2) (- x y)) (* (pow a 2) t))) (* 1/2 (/ (* (+ (* -1/240 (/ (* z (- x y)) (pow a 2))) (* 1/480 (/ (pow (- x y) 2) (pow a 3)))) (- x y)) (* a t))))) (+ (* -1/240 (/ (* z (- x y)) (pow a 2))) (* 1/480 (/ (pow (- x y) 2) (pow a 3))))) t)) (* 1/240 (/ (- x y) (pow a 2)))) t)) (* 1/120 (/ 1 a)))> |
#<alt (* 1/60 (/ (- z t) (- x y)))> |
#<alt (+ (* 1/60 (/ (- z t) (- x y))) (* 1/30 (/ (* a (pow (- z t) 2)) (pow (- x y) 2))))> |
#<alt (+ (* 1/60 (/ (- z t) (- x y))) (* a (- (* 1/15 (/ (* a (pow (- z t) 3)) (pow (- x y) 3))) (* -1/30 (/ (pow (- z t) 2) (pow (- x y) 2))))))> |
#<alt (+ (* 1/60 (/ (- z t) (- x y))) (* a (- (* a (- (* 2/15 (/ (* a (pow (- z t) 4)) (pow (- x y) 4))) (* -1/15 (/ (pow (- z t) 3) (pow (- x y) 3))))) (* -1/30 (/ (pow (- z t) 2) (pow (- x y) 2))))))> |
#<alt (/ -1/120 a)> |
#<alt (/ (- (* -1/240 (/ (- x y) (* a (- z t)))) 1/120) a)> |
#<alt (/ (- (* -1/480 (/ (pow (- x y) 2) (* (pow a 2) (pow (- z t) 2)))) (+ 1/120 (* 1/240 (/ (- x y) (* a (- z t)))))) a)> |
#<alt (/ (- (* -1/960 (/ (pow (- x y) 3) (* (pow a 3) (pow (- z t) 3)))) (+ 1/120 (+ (* 1/480 (/ (pow (- x y) 2) (* (pow a 2) (pow (- z t) 2)))) (* 1/240 (/ (- x y) (* a (- z t))))))) a)> |
#<alt (/ -1/120 a)> |
#<alt (* -1 (/ (+ 1/120 (* 1/240 (/ (- x y) (* a (- z t))))) a))> |
#<alt (* -1 (/ (+ 1/120 (* -1 (/ (- (* -1/480 (/ (pow (- x y) 2) (* a (pow (- z t) 2)))) (* 1/240 (/ (- x y) (- z t)))) a))) a))> |
#<alt (* -1 (/ (+ 1/120 (* -1 (/ (- (* -1 (/ (- (* 1/960 (/ (pow (- x y) 3) (* a (pow (- z t) 3)))) (* -1/480 (/ (pow (- x y) 2) (pow (- z t) 2)))) a)) (* 1/240 (/ (- x y) (- z t)))) a))) a))> |
#<alt (* -60 (/ y (- t z)))> |
#<alt (+ (* -60 (/ y (- t z))) (* 60 (/ x (- t z))))> |
#<alt (+ (* -60 (/ y (- t z))) (* 60 (/ x (- t z))))> |
#<alt (+ (* -60 (/ y (- t z))) (* 60 (/ x (- t z))))> |
#<alt (* 60 (/ x (- t z)))> |
#<alt (* x (+ (* -60 (/ y (* x (- t z)))) (* 60 (/ 1 (- t z)))))> |
#<alt (* x (+ (* -60 (/ y (* x (- t z)))) (* 60 (/ 1 (- t z)))))> |
#<alt (* x (+ (* -60 (/ y (* x (- t z)))) (* 60 (/ 1 (- t z)))))> |
#<alt (* 60 (/ x (- t z)))> |
#<alt (* -1 (* x (- (* 60 (/ y (* x (- t z)))) (* 60 (/ 1 (- t z))))))> |
#<alt (* -1 (* x (- (* 60 (/ y (* x (- t z)))) (* 60 (/ 1 (- t z))))))> |
#<alt (* -1 (* x (- (* 60 (/ y (* x (- t z)))) (* 60 (/ 1 (- t z))))))> |
#<alt (* 60 (/ x (- t z)))> |
#<alt (+ (* -60 (/ y (- t z))) (* 60 (/ x (- t z))))> |
#<alt (+ (* -60 (/ y (- t z))) (* 60 (/ x (- t z))))> |
#<alt (+ (* -60 (/ y (- t z))) (* 60 (/ x (- t z))))> |
#<alt (* -60 (/ y (- t z)))> |
#<alt (* y (- (* 60 (/ x (* y (- t z)))) (* 60 (/ 1 (- t z)))))> |
#<alt (* y (- (* 60 (/ x (* y (- t z)))) (* 60 (/ 1 (- t z)))))> |
#<alt (* y (- (* 60 (/ x (* y (- t z)))) (* 60 (/ 1 (- t z)))))> |
#<alt (* -60 (/ y (- t z)))> |
#<alt (* -1 (* y (+ (* -60 (/ x (* y (- t z)))) (* 60 (/ 1 (- t z))))))> |
#<alt (* -1 (* y (+ (* -60 (/ x (* y (- t z)))) (* 60 (/ 1 (- t z))))))> |
#<alt (* -1 (* y (+ (* -60 (/ x (* y (- t z)))) (* 60 (/ 1 (- t z))))))> |
#<alt (* -60 (/ (- x y) z))> |
#<alt (+ (* -60 (/ (- x y) z)) (* 60 (* t (- (/ y (pow z 2)) (/ x (pow z 2))))))> |
#<alt (+ (* -60 (/ (- x y) z)) (* t (+ (* 60 (- (/ y (pow z 2)) (/ x (pow z 2)))) (* 60 (/ (* t (- (/ y (pow z 2)) (/ x (pow z 2)))) z)))))> |
#<alt (+ (* -60 (/ (- x y) z)) (* t (+ (* 60 (- (/ y (pow z 2)) (/ x (pow z 2)))) (* t (+ (* 60 (/ (* t (- (/ y (pow z 2)) (/ x (pow z 2)))) (pow z 2))) (* 60 (/ (- (/ y (pow z 2)) (/ x (pow z 2))) z)))))))> |
#<alt (* 60 (/ (- x y) t))> |
#<alt (/ (+ (* 60 (- x y)) (* 60 (/ (* z (- x y)) t))) t)> |
#<alt (/ (+ (* 60 (- x y)) (+ (* 60 (/ (* z (- x y)) t)) (* 60 (/ (* (pow z 2) (- x y)) (pow t 2))))) t)> |
#<alt (/ (+ (* 60 (- x y)) (+ (* 60 (/ (* z (- x y)) t)) (+ (* 60 (/ (* (pow z 2) (- x y)) (pow t 2))) (* 60 (/ (* (pow z 3) (- x y)) (pow t 3)))))) t)> |
#<alt (* 60 (/ (- x y) t))> |
#<alt (* -1 (/ (+ (* -60 (- x y)) (* -60 (/ (* z (- x y)) t))) t))> |
#<alt (* -1 (/ (+ (* -60 (- x y)) (* -1 (/ (+ (* 60 (* z (- x y))) (* 60 (/ (* (pow z 2) (- x y)) t))) t))) t))> |
#<alt (* -1 (/ (+ (* -60 (- x y)) (* -1 (/ (+ (* -1 (/ (+ (* -60 (* (pow z 2) (- x y))) (* -60 (/ (* (pow z 3) (- x y)) t))) t)) (* 60 (* z (- x y)))) t))) t))> |
#<alt (* 60 (/ (- x y) t))> |
#<alt (+ (* 60 (/ (* z (- x y)) (pow t 2))) (* 60 (/ (- x y) t)))> |
#<alt (+ (* 60 (/ (- x y) t)) (* z (+ (* 60 (/ (* z (- x y)) (pow t 3))) (* 60 (/ (- x y) (pow t 2))))))> |
#<alt (+ (* 60 (/ (- x y) t)) (* z (+ (* 60 (/ (- x y) (pow t 2))) (* z (+ (* 60 (/ (* z (- x y)) (pow t 4))) (* 60 (/ (- x y) (pow t 3))))))))> |
#<alt (* -60 (/ (- x y) z))> |
#<alt (/ (+ (* -60 (- x y)) (* -60 (/ (* t (- x y)) z))) z)> |
#<alt (/ (+ (* -60 (- x y)) (+ (* -60 (/ (* t (- x y)) z)) (* -60 (/ (* (pow t 2) (- x y)) (pow z 2))))) z)> |
#<alt (/ (+ (* -60 (- x y)) (+ (* -60 (/ (* t (- x y)) z)) (+ (* -60 (/ (* (pow t 2) (- x y)) (pow z 2))) (* -60 (/ (* (pow t 3) (- x y)) (pow z 3)))))) z)> |
#<alt (* -60 (/ (- x y) z))> |
#<alt (* -1 (/ (+ (* 60 (- x y)) (* 60 (/ (* t (- x y)) z))) z))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* -60 (* t (- x y))) (* -60 (/ (* (pow t 2) (- x y)) z))) z)) (* 60 (- x y))) z))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* -60 (* t (- x y))) (* -1 (/ (+ (* 60 (* (pow t 2) (- x y))) (* 60 (/ (* (pow t 3) (- x y)) z))) z))) z)) (* 60 (- x y))) z))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t))))> |
#<alt (+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t))))> |
#<alt (+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t))))> |
#<alt (* 60 (/ x (- z t)))> |
#<alt (* x (+ (* -60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t)))))> |
#<alt (* x (+ (* -60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t)))))> |
#<alt (* x (+ (* -60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t)))))> |
#<alt (* 60 (/ x (- z t)))> |
#<alt (* -1 (* x (- (* 60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t))))))> |
#<alt (* -1 (* x (- (* 60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t))))))> |
#<alt (* -1 (* x (- (* 60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t))))))> |
#<alt (* 60 (/ x (- z t)))> |
#<alt (+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t))))> |
#<alt (+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t))))> |
#<alt (+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t))))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* y (- (* 60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t)))))> |
#<alt (* y (- (* 60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t)))))> |
#<alt (* y (- (* 60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t)))))> |
#<alt (* -60 (/ y (- z t)))> |
#<alt (* -1 (* y (+ (* -60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t))))))> |
#<alt (* -1 (* y (+ (* -60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t))))))> |
#<alt (* -1 (* y (+ (* -60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t))))))> |
#<alt (* -60 (/ (- x y) t))> |
#<alt (+ (* -60 (/ (- x y) t)) (* 60 (* z (- (/ y (pow t 2)) (/ x (pow t 2))))))> |
#<alt (+ (* -60 (/ (- x y) t)) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) t)))))> |
#<alt (+ (* -60 (/ (- x y) t)) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* z (+ (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* 60 (/ (- (/ y (pow t 2)) (/ x (pow t 2))) t)))))))> |
#<alt (* 60 (/ (- x y) z))> |
#<alt (/ (+ (* 60 (- x y)) (* 60 (/ (* t (- x y)) z))) z)> |
#<alt (/ (+ (* 60 (- x y)) (+ (* 60 (/ (* t (- x y)) z)) (* 60 (/ (* (pow t 2) (- x y)) (pow z 2))))) z)> |
#<alt (/ (+ (* 60 (- x y)) (+ (* 60 (/ (* t (- x y)) z)) (+ (* 60 (/ (* (pow t 2) (- x y)) (pow z 2))) (* 60 (/ (* (pow t 3) (- x y)) (pow z 3)))))) z)> |
#<alt (* 60 (/ (- x y) z))> |
#<alt (* -1 (/ (+ (* -60 (- x y)) (* -60 (/ (* t (- x y)) z))) z))> |
#<alt (* -1 (/ (+ (* -60 (- x y)) (* -1 (/ (+ (* 60 (* t (- x y))) (* 60 (/ (* (pow t 2) (- x y)) z))) z))) z))> |
#<alt (* -1 (/ (+ (* -60 (- x y)) (* -1 (/ (+ (* -1 (/ (+ (* -60 (* (pow t 2) (- x y))) (* -60 (/ (* (pow t 3) (- x y)) z))) z)) (* 60 (* t (- x y)))) z))) z))> |
#<alt (* 60 (/ (- x y) z))> |
#<alt (+ (* 60 (/ (* t (- x y)) (pow z 2))) (* 60 (/ (- x y) z)))> |
#<alt (+ (* 60 (/ (- x y) z)) (* t (+ (* 60 (/ (* t (- x y)) (pow z 3))) (* 60 (/ (- x y) (pow z 2))))))> |
#<alt (+ (* 60 (/ (- x y) z)) (* t (+ (* 60 (/ (- x y) (pow z 2))) (* t (+ (* 60 (/ (* t (- x y)) (pow z 4))) (* 60 (/ (- x y) (pow z 3))))))))> |
#<alt (* -60 (/ (- x y) t))> |
#<alt (/ (+ (* -60 (- x y)) (* -60 (/ (* z (- x y)) t))) t)> |
#<alt (/ (+ (* -60 (- x y)) (+ (* -60 (/ (* z (- x y)) t)) (* -60 (/ (* (pow z 2) (- x y)) (pow t 2))))) t)> |
#<alt (/ (+ (* -60 (- x y)) (+ (* -60 (/ (* z (- x y)) t)) (+ (* -60 (/ (* (pow z 2) (- x y)) (pow t 2))) (* -60 (/ (* (pow z 3) (- x y)) (pow t 3)))))) t)> |
#<alt (* -60 (/ (- x y) t))> |
#<alt (* -1 (/ (+ (* 60 (- x y)) (* 60 (/ (* z (- x y)) t))) t))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* -60 (* z (- x y))) (* -60 (/ (* (pow z 2) (- x y)) t))) t)) (* 60 (- x y))) t))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* -60 (* z (- x y))) (* -1 (/ (+ (* 60 (* (pow z 2) (- x y))) (* 60 (/ (* (pow z 3) (- x y)) t))) t))) t)) (* 60 (- x y))) t))> |
177 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 2.0ms | y | @ | 0 | (+ (* 120 a) (/ (* 60 y) t)) |
| 1.0ms | z | @ | 0 | (/ 1 (+ (/ (* 60 (- x y)) (- z t)) (* a -120))) |
| 1.0ms | t | @ | 0 | (/ 1 (+ (/ (* 60 (- x y)) (- z t)) (* a -120))) |
| 1.0ms | z | @ | inf | (/ 1 (+ (/ (* 60 (- x y)) (- z t)) (* a -120))) |
| 1.0ms | t | @ | inf | (/ 1 (+ (/ (* 60 (- x y)) (- z t)) (* a -120))) |
| 1× | batch-egg-rewrite |
| 4 952× | accelerator-lowering-fma.f32 |
| 4 952× | accelerator-lowering-fma.f64 |
| 4 690× | /-lowering-/.f32 |
| 4 690× | /-lowering-/.f64 |
| 4 522× | *-lowering-*.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 34 | 136 |
| 1 | 203 | 132 |
| 2 | 1729 | 132 |
| 0 | 8133 | 127 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* (+ (/ (* 60 (- x y)) (- z t)) (* a -120)) (/ 1 (+ (/ (* 60 (- x y)) (- z t)) (* a -120)))) |
(* (- (* a 120) (/ (* 60 (- x y)) (- t z))) (* (+ (/ (* 60 (- x y)) (- z t)) (* a -120)) (/ 1 (+ (/ (* 60 (- x y)) (- z t)) (* a -120))))) |
(- (* a 120) (/ (* 60 (- x y)) (- t z))) |
(* a 120) |
(* -60 (/ y z)) |
(/ y z) |
(* y (/ -60 (- z t))) |
(/ -60 (- z t)) |
(- z t) |
(+ (* 120 a) (/ (* 60 y) t)) |
(* 120 a) |
(/ (* 60 y) t) |
(* 60 y) |
(+ (* (/ (- x y) z) 60) (* a 120)) |
(* (/ (- x y) z) 60) |
(/ (- x y) z) |
(- x y) |
(/ 1 (+ (/ (* 60 (- x y)) (- z t)) (* a -120))) |
(/ (* 60 (- x y)) (- t z)) |
(/ (* 60 (- x y)) (- z t)) |
| Outputs |
|---|
#s(literal 1 binary64) |
(+.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 t z))) |
(+.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 t z)) (*.f64 a #s(literal 120 binary64))) |
(+.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 120 binary64))) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 t z)))) |
(+.f64 (*.f64 (*.f64 a #s(literal 120 binary64)) #s(literal 1 binary64)) (*.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 t z)) #s(literal 1 binary64))) |
(-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))) |
(-.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)) (+.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))))))) (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z))))) (+.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))))))) |
(-.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))))) (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z)))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))))) |
(-.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (-.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 t z)))) (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z)))) (-.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 t z))))) |
(fma.f64 #s(literal 60 binary64) (neg.f64 (/.f64 (-.f64 x y) (-.f64 t z))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (neg.f64 (/.f64 #s(literal 1 binary64) (-.f64 t z))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 a #s(literal 120 binary64) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 t z))) |
(fma.f64 #s(literal 1 binary64) (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 t z)))) |
(fma.f64 #s(literal 120 binary64) a (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 t z))) |
(fma.f64 (*.f64 a #s(literal 120 binary64)) #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 t z)) #s(literal 1 binary64))) |
(fma.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) (-.f64 t z)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 #s(literal -1 binary64) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 t z)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (-.f64 x y) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 z (*.f64 z z)))) (/.f64 #s(literal -60 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 t t) (*.f64 z (+.f64 z t))))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (-.f64 x y) (-.f64 (*.f64 t t) (*.f64 z z))) (/.f64 #s(literal -60 binary64) (/.f64 #s(literal 1 binary64) (+.f64 z t))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 #s(literal 60 binary64) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 z (*.f64 z z)))) (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 t t) (*.f64 z (+.f64 z t))))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 #s(literal 60 binary64) (-.f64 (*.f64 t t) (*.f64 z z))) (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) (/.f64 #s(literal 1 binary64) (+.f64 z t))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (-.f64 x y) #s(literal -1 binary64)) (/.f64 #s(literal 60 binary64) (-.f64 t z)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 #s(literal -60 binary64) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 z (*.f64 z z)))) (/.f64 (-.f64 x y) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 t t) (*.f64 z (+.f64 z t))))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 #s(literal -60 binary64) (-.f64 (*.f64 t t) (*.f64 z z))) (/.f64 (-.f64 x y) (/.f64 #s(literal 1 binary64) (+.f64 z t))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 #s(literal -1 binary64) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 z (*.f64 z z)))) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 t t) (*.f64 z (+.f64 z t))))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 #s(literal -1 binary64) (-.f64 (*.f64 t t) (*.f64 z z))) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (/.f64 #s(literal 1 binary64) (+.f64 z t))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 z (*.f64 z z)))) (/.f64 #s(literal 60 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 t t) (*.f64 z (+.f64 z t))))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) (-.f64 (*.f64 t t) (*.f64 z z))) (/.f64 #s(literal 60 binary64) (/.f64 #s(literal 1 binary64) (+.f64 z t))) (*.f64 a #s(literal 120 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))))) (+.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)) (*.f64 #s(literal -216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))) (-.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))))) (+.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)) (*.f64 #s(literal -216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z))))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))) (-.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z)))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)) (*.f64 #s(literal -216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z)))))) (+.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)) (*.f64 #s(literal -216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z)))))) (+.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (-.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z)))) (*.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 t z)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z))))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))))) |
(/.f64 (-.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z))))) (-.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 t z)))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)) (*.f64 #s(literal -216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z))))))) (neg.f64 (+.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)) (*.f64 #s(literal -216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z))))))) (neg.f64 (+.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (-.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z)))) (*.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 t z))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z)))))) (neg.f64 (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z)))))) (neg.f64 (-.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 t z))))) |
(/.f64 (*.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))))) #s(literal 1 binary64)) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)) (*.f64 #s(literal -216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z))))))) (+.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z)))))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))))) |
(/.f64 (*.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))))) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)) (*.f64 #s(literal -216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z)))))) #s(literal 1 binary64)) (+.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z))))) #s(literal 1 binary64)) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)) (+.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))))))) (*.f64 (+.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))))) (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z))))))) (*.f64 (+.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))))) (+.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))))) (*.f64 (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z)))))) (*.f64 (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))))) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)) (*.f64 #s(literal -216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z)))))))) (neg.f64 (neg.f64 (+.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z))))))) (neg.f64 (neg.f64 (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))))) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)) (*.f64 #s(literal -216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z)))))))) (neg.f64 (+.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z))))))) (neg.f64 (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))))) #s(literal -1 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)) (*.f64 #s(literal -216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z)))))) #s(literal 1 binary64))) (neg.f64 (+.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z))))) #s(literal 1 binary64))) (neg.f64 (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))))) |
(/.f64 (+.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z))))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64))) (+.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z)))) (-.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 t z)) (*.f64 a #s(literal 120 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 120 binary64))) #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 t z))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 120 binary64))) (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 120 binary64)))) (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 t z))) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 t z)))) (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 120 binary64))) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 t z))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 a #s(literal 120 binary64)) #s(literal 1 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 t z)) #s(literal 1 binary64)) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 a #s(literal 120 binary64)) #s(literal 1 binary64)) (*.f64 (*.f64 a #s(literal 120 binary64)) #s(literal 1 binary64))) (-.f64 (*.f64 (*.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 t z)) #s(literal 1 binary64)) (*.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 t z)) #s(literal 1 binary64))) (*.f64 (*.f64 (*.f64 a #s(literal 120 binary64)) #s(literal 1 binary64)) (*.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 t z)) #s(literal 1 binary64)))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))))) (+.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)) (*.f64 #s(literal -216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))) (-.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z)))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (/.f64 (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))))) |
(*.f64 #s(literal 1 binary64) (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))))) |
(*.f64 (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))) #s(literal 1 binary64)) |
(*.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)) (*.f64 #s(literal -216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z)))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))))) |
(*.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))))) |
(*.f64 (*.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))))) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t))))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)))) (/.f64 (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t)))) (*.f64 (*.f64 a #s(literal -120 binary64)) (-.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)))))))) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (-.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t)))) (*.f64 (*.f64 a a) #s(literal 14400 binary64)))) (/.f64 (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal 120 binary64)))))) |
(*.f64 (/.f64 (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))) #s(literal 1 binary64)) #s(literal 1 binary64)) |
(*.f64 (/.f64 (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))) |
(*.f64 (/.f64 (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))) (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t))))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t)))) (*.f64 (*.f64 a #s(literal -120 binary64)) (-.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)))))))) |
(*.f64 (/.f64 (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))) (-.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t)))) (*.f64 (*.f64 a a) #s(literal 14400 binary64)))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal 120 binary64)))))) |
(*.f64 (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))))) |
(*.f64 (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))))) (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t))))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t)))) (*.f64 (*.f64 a #s(literal -120 binary64)) (-.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)))))))) |
(*.f64 (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))))) (-.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t)))) (*.f64 (*.f64 a a) #s(literal 14400 binary64)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal 120 binary64)))))) |
(*.f64 (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))))) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))))) |
(+.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 t z))) |
(+.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 t z)) (*.f64 a #s(literal 120 binary64))) |
(+.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 120 binary64))) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 t z)))) |
(+.f64 (*.f64 (*.f64 a #s(literal 120 binary64)) #s(literal 1 binary64)) (*.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 t z)) #s(literal 1 binary64))) |
(-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))) |
(-.f64 (/.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)) (+.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))))))) (/.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z))))) (+.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))))))) |
(-.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))))) (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z)))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))))) |
(-.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (-.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 t z)))) (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z)))) (-.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 t z))))) |
(fma.f64 #s(literal 60 binary64) (neg.f64 (/.f64 (-.f64 x y) (-.f64 t z))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (neg.f64 (/.f64 #s(literal 1 binary64) (-.f64 t z))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 a #s(literal 120 binary64) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 t z))) |
(fma.f64 #s(literal 1 binary64) (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 t z)))) |
(fma.f64 #s(literal 120 binary64) a (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 t z))) |
(fma.f64 (*.f64 a #s(literal 120 binary64)) #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 t z)) #s(literal 1 binary64))) |
(fma.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) (-.f64 t z)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 #s(literal -1 binary64) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 t z)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (-.f64 x y) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 z (*.f64 z z)))) (/.f64 #s(literal -60 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 t t) (*.f64 z (+.f64 z t))))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (-.f64 x y) (-.f64 (*.f64 t t) (*.f64 z z))) (/.f64 #s(literal -60 binary64) (/.f64 #s(literal 1 binary64) (+.f64 z t))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 #s(literal 60 binary64) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 z (*.f64 z z)))) (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 t t) (*.f64 z (+.f64 z t))))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 #s(literal 60 binary64) (-.f64 (*.f64 t t) (*.f64 z z))) (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) (/.f64 #s(literal 1 binary64) (+.f64 z t))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (-.f64 x y) #s(literal -1 binary64)) (/.f64 #s(literal 60 binary64) (-.f64 t z)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 #s(literal -60 binary64) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 z (*.f64 z z)))) (/.f64 (-.f64 x y) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 t t) (*.f64 z (+.f64 z t))))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 #s(literal -60 binary64) (-.f64 (*.f64 t t) (*.f64 z z))) (/.f64 (-.f64 x y) (/.f64 #s(literal 1 binary64) (+.f64 z t))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 #s(literal -1 binary64) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 z (*.f64 z z)))) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 t t) (*.f64 z (+.f64 z t))))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 #s(literal -1 binary64) (-.f64 (*.f64 t t) (*.f64 z z))) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (/.f64 #s(literal 1 binary64) (+.f64 z t))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 z (*.f64 z z)))) (/.f64 #s(literal 60 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 t t) (*.f64 z (+.f64 z t))))) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) (-.f64 (*.f64 t t) (*.f64 z z))) (/.f64 #s(literal 60 binary64) (/.f64 #s(literal 1 binary64) (+.f64 z t))) (*.f64 a #s(literal 120 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))))) (+.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)) (*.f64 #s(literal -216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))) (-.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))))) (+.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)) (*.f64 #s(literal -216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z))))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))) (-.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z)))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)) (*.f64 #s(literal -216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z)))))) (+.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)) (*.f64 #s(literal -216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z)))))) (+.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (-.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z)))) (*.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 t z)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z))))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))))) |
(/.f64 (-.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z))))) (-.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 t z)))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)) (*.f64 #s(literal -216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z))))))) (neg.f64 (+.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)) (*.f64 #s(literal -216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z))))))) (neg.f64 (+.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (-.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z)))) (*.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 t z))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z)))))) (neg.f64 (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z)))))) (neg.f64 (-.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 t z))))) |
(/.f64 (*.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))))) #s(literal 1 binary64)) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)) (*.f64 #s(literal -216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z))))))) (+.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z)))))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))))) |
(/.f64 (*.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))))) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)) (*.f64 #s(literal -216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z)))))) #s(literal 1 binary64)) (+.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z))))) #s(literal 1 binary64)) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)) (+.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))))))) (*.f64 (+.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))))) (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z))))))) (*.f64 (+.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))))) (+.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))))) (*.f64 (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z)))))) (*.f64 (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))))) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)) (*.f64 #s(literal -216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z)))))))) (neg.f64 (neg.f64 (+.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z))))))) (neg.f64 (neg.f64 (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))))) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)) (*.f64 #s(literal -216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z)))))))) (neg.f64 (+.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z))))))) (neg.f64 (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))))) #s(literal -1 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)) (*.f64 #s(literal -216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z)))))) #s(literal 1 binary64))) (neg.f64 (+.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z))))) #s(literal 1 binary64))) (neg.f64 (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))))) |
(/.f64 (+.f64 (*.f64 #s(literal -216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z))))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64))) (+.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z)))) (-.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 t z)) (*.f64 a #s(literal 120 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 120 binary64))) #s(literal 3 binary64)) (pow.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 t z))) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 120 binary64))) (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 120 binary64)))) (-.f64 (*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 t z))) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 t z)))) (*.f64 (*.f64 #s(literal 1 binary64) (*.f64 a #s(literal 120 binary64))) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 t z))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 a #s(literal 120 binary64)) #s(literal 1 binary64)) #s(literal 3 binary64)) (pow.f64 (*.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 t z)) #s(literal 1 binary64)) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 (*.f64 a #s(literal 120 binary64)) #s(literal 1 binary64)) (*.f64 (*.f64 a #s(literal 120 binary64)) #s(literal 1 binary64))) (-.f64 (*.f64 (*.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 t z)) #s(literal 1 binary64)) (*.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 t z)) #s(literal 1 binary64))) (*.f64 (*.f64 (*.f64 a #s(literal 120 binary64)) #s(literal 1 binary64)) (*.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 t z)) #s(literal 1 binary64)))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))))) (+.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)) (*.f64 #s(literal -216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))) (-.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z)))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (/.f64 (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))))) |
(*.f64 #s(literal 1 binary64) (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))))) |
(*.f64 (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))) #s(literal 1 binary64)) |
(*.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)) (*.f64 #s(literal -216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z)))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) (/.f64 (-.f64 x y) (-.f64 t z))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))))) |
(*.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))))) |
(*.f64 (*.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))))) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t))))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)))) (/.f64 (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t)))) (*.f64 (*.f64 a #s(literal -120 binary64)) (-.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)))))))) |
(*.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (-.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t)))) (*.f64 (*.f64 a a) #s(literal 14400 binary64)))) (/.f64 (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal 120 binary64)))))) |
(*.f64 (/.f64 (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))) #s(literal 1 binary64)) #s(literal 1 binary64)) |
(*.f64 (/.f64 (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))) |
(*.f64 (/.f64 (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))) (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t))))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t)))) (*.f64 (*.f64 a #s(literal -120 binary64)) (-.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)))))))) |
(*.f64 (/.f64 (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))) (-.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t)))) (*.f64 (*.f64 a a) #s(literal 14400 binary64)))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal 120 binary64)))))) |
(*.f64 (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))))) |
(*.f64 (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))))) (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t))))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t)))) (*.f64 (*.f64 a #s(literal -120 binary64)) (-.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)))))))) |
(*.f64 (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))))) (-.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t)))) (*.f64 (*.f64 a a) #s(literal 14400 binary64)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal 120 binary64)))))) |
(*.f64 (/.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))))) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))))) |
(*.f64 a #s(literal 120 binary64)) |
(*.f64 #s(literal 120 binary64) a) |
(-.f64 (/.f64 #s(literal 0 binary64) z) (/.f64 (*.f64 #s(literal 60 binary64) y) z)) |
(/.f64 #s(literal 60 binary64) (neg.f64 (/.f64 z y))) |
(/.f64 #s(literal 1 binary64) (/.f64 z (*.f64 y #s(literal -60 binary64)))) |
(/.f64 #s(literal -60 binary64) (/.f64 z y)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 z (*.f64 y #s(literal -60 binary64))))) |
(/.f64 (*.f64 y #s(literal -60 binary64)) z) |
(/.f64 (neg.f64 (*.f64 y #s(literal -60 binary64))) (-.f64 #s(literal 0 binary64) z)) |
(/.f64 (*.f64 #s(literal -60 binary64) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) z)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -60 binary64)) (-.f64 #s(literal 0 binary64) z)) |
(/.f64 (neg.f64 (neg.f64 (*.f64 y #s(literal -60 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) z))) |
(/.f64 (neg.f64 (*.f64 #s(literal -60 binary64) (-.f64 #s(literal 0 binary64) y))) (neg.f64 (-.f64 #s(literal 0 binary64) z))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -60 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) z))) |
(pow.f64 (/.f64 z (*.f64 y #s(literal -60 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 #s(literal 0 binary64) y) z)) |
(*.f64 y (*.f64 (/.f64 #s(literal 1 binary64) z) #s(literal -60 binary64))) |
(*.f64 #s(literal -60 binary64) (/.f64 y z)) |
(*.f64 (/.f64 y z) #s(literal -60 binary64)) |
(*.f64 (*.f64 y #s(literal -60 binary64)) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -1 binary64)) (/.f64 #s(literal -60 binary64) z)) |
(exp.f64 (*.f64 (log.f64 (/.f64 z y)) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) z)) (/.f64 y (-.f64 #s(literal 0 binary64) z))) |
(neg.f64 (/.f64 y (-.f64 #s(literal 0 binary64) z))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) z)) |
(/.f64 y z) |
(/.f64 #s(literal 1 binary64) (/.f64 z y)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 z y) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 z y)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 z y))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 z y) #s(literal 1 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) z)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) y)) (neg.f64 (-.f64 #s(literal 0 binary64) z))) |
(/.f64 (*.f64 y #s(literal 1 binary64)) z) |
(/.f64 (neg.f64 (*.f64 y #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) z)) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) y))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) z)))) |
(pow.f64 (/.f64 z y) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 z y) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 y (/.f64 #s(literal 1 binary64) z)) |
(*.f64 #s(literal 1 binary64) (/.f64 y z)) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (/.f64 #s(literal 1 binary64) z) y) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (pow.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 z t)) (/.f64 (*.f64 #s(literal 60 binary64) y) (-.f64 z t))) |
(/.f64 y (/.f64 (-.f64 z t) #s(literal -60 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 z t) (*.f64 y #s(literal -60 binary64)))) |
(/.f64 (*.f64 #s(literal 60 binary64) y) (-.f64 #s(literal 0 binary64) (-.f64 z t))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 z t) (*.f64 y #s(literal -60 binary64))))) |
(/.f64 (*.f64 y #s(literal -60 binary64)) (-.f64 z t)) |
(/.f64 (*.f64 y #s(literal -60 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)))) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (neg.f64 (/.f64 (-.f64 z t) #s(literal -60 binary64)))) |
(/.f64 (neg.f64 (*.f64 y #s(literal -60 binary64))) (-.f64 #s(literal 0 binary64) (-.f64 z t))) |
(/.f64 (*.f64 y #s(literal 1 binary64)) (/.f64 (-.f64 z t) #s(literal -60 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) y) (/.f64 (-.f64 z t) #s(literal -60 binary64))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 y #s(literal -60 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)))) |
(/.f64 (neg.f64 (*.f64 y #s(literal 1 binary64))) (neg.f64 (/.f64 (-.f64 z t) #s(literal -60 binary64)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) y)) (neg.f64 (/.f64 (-.f64 z t) #s(literal -60 binary64)))) |
(pow.f64 (/.f64 (-.f64 z t) (*.f64 y #s(literal -60 binary64))) #s(literal -1 binary64)) |
(*.f64 y (/.f64 #s(literal -60 binary64) (-.f64 z t))) |
(*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) |
(*.f64 #s(literal -60 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) y)) |
(*.f64 (/.f64 #s(literal -60 binary64) (-.f64 z t)) y) |
(*.f64 (*.f64 y #s(literal -60 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 z t))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) (/.f64 y #s(literal -1/60 binary64))) |
(*.f64 (/.f64 y (-.f64 z t)) #s(literal -60 binary64)) |
(*.f64 (/.f64 #s(literal -60 binary64) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (/.f64 y (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))))) |
(*.f64 (/.f64 #s(literal -60 binary64) (-.f64 (*.f64 z z) (*.f64 t t))) (/.f64 y (/.f64 #s(literal 1 binary64) (+.f64 z t)))) |
(*.f64 (/.f64 (*.f64 y #s(literal -60 binary64)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))) |
(*.f64 (/.f64 (*.f64 y #s(literal -60 binary64)) (-.f64 (*.f64 z z) (*.f64 t t))) (+.f64 z t)) |
(*.f64 (/.f64 y (-.f64 (*.f64 z z) (*.f64 t t))) (/.f64 #s(literal -60 binary64) (/.f64 #s(literal 1 binary64) (+.f64 z t)))) |
(*.f64 (/.f64 y (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (/.f64 #s(literal -60 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))))) |
(*.f64 (/.f64 #s(literal 60 binary64) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))))) |
(*.f64 (/.f64 #s(literal 60 binary64) (-.f64 (*.f64 z z) (*.f64 t t))) (/.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 1 binary64) (+.f64 z t)))) |
(*.f64 (/.f64 #s(literal -1 binary64) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (/.f64 (*.f64 #s(literal 60 binary64) y) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))))) |
(*.f64 (/.f64 #s(literal -1 binary64) (-.f64 (*.f64 z z) (*.f64 t t))) (/.f64 (*.f64 #s(literal 60 binary64) y) (/.f64 #s(literal 1 binary64) (+.f64 z t)))) |
(*.f64 (/.f64 y #s(literal -1 binary64)) (/.f64 #s(literal 60 binary64) (-.f64 z t))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (/.f64 #s(literal 60 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 (*.f64 z z) (*.f64 t t))) (/.f64 #s(literal 60 binary64) (/.f64 #s(literal 1 binary64) (+.f64 z t)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (-.f64 z t) #s(literal -60 binary64))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t))) |
(/.f64 #s(literal 60 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) |
(/.f64 #s(literal 60 binary64) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 z t) #s(literal -60 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 z t) #s(literal -60 binary64)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (-.f64 z t) #s(literal -60 binary64))))) |
(/.f64 #s(literal -60 binary64) (-.f64 z t)) |
(/.f64 #s(literal -60 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 z t) #s(literal -60 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal -60 binary64)) #s(literal 1 binary64)))) |
(pow.f64 (/.f64 (-.f64 z t) #s(literal -60 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal -60 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 60 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t)))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -60 binary64) (-.f64 z t))) |
(*.f64 #s(literal -60 binary64) (/.f64 #s(literal 1 binary64) (-.f64 z t))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) #s(literal -60 binary64)) |
(*.f64 (/.f64 #s(literal -60 binary64) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))) |
(*.f64 (/.f64 #s(literal -60 binary64) (-.f64 (*.f64 z z) (*.f64 t t))) (+.f64 z t)) |
(+.f64 z (-.f64 #s(literal 0 binary64) t)) |
(+.f64 (-.f64 #s(literal 0 binary64) t) z) |
(-.f64 z t) |
(-.f64 (/.f64 (*.f64 z (*.f64 z z)) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))) (/.f64 (*.f64 t (*.f64 t t)) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))))) |
(-.f64 (/.f64 (*.f64 z z) (+.f64 z t)) (/.f64 (*.f64 t t) (+.f64 z t))) |
(-.f64 (/.f64 (*.f64 z z) (-.f64 z (-.f64 #s(literal 0 binary64) t))) (/.f64 (*.f64 t t) (-.f64 z (-.f64 #s(literal 0 binary64) t)))) |
(fma.f64 #s(literal -1 binary64) t z) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 z t) (-.f64 (*.f64 z z) (*.f64 t t)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 z t) (-.f64 (*.f64 z z) (*.f64 t t))))) |
(/.f64 (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t))) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))) |
(/.f64 (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t))) (+.f64 (*.f64 z z) (-.f64 (*.f64 t t) (*.f64 z (-.f64 #s(literal 0 binary64) t))))) |
(/.f64 (-.f64 (*.f64 z z) (*.f64 t t)) (+.f64 z t)) |
(/.f64 (-.f64 (*.f64 z z) (*.f64 t t)) (-.f64 z (-.f64 #s(literal 0 binary64) t))) |
(/.f64 (neg.f64 (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (neg.f64 (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (neg.f64 (+.f64 (*.f64 z z) (-.f64 (*.f64 t t) (*.f64 z (-.f64 #s(literal 0 binary64) t)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 z z) (*.f64 t t))) (neg.f64 (+.f64 z t))) |
(/.f64 (neg.f64 (-.f64 (*.f64 z z) (*.f64 t t))) (neg.f64 (-.f64 z (-.f64 #s(literal 0 binary64) t)))) |
(/.f64 (-.f64 (*.f64 (*.f64 z (*.f64 z z)) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))) (*.f64 (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))) (*.f64 t (*.f64 t t)))) (*.f64 (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))))) |
(/.f64 (-.f64 (*.f64 (*.f64 z z) (+.f64 z t)) (*.f64 (+.f64 z t) (*.f64 t t))) (*.f64 (+.f64 z t) (+.f64 z t))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t))))) (neg.f64 (neg.f64 (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 z z) (*.f64 t t)))) (neg.f64 (neg.f64 (+.f64 z t)))) |
(/.f64 (+.f64 (neg.f64 (*.f64 t (*.f64 t t))) (*.f64 z (*.f64 z z))) (+.f64 (*.f64 t t) (-.f64 (*.f64 z z) (*.f64 (-.f64 #s(literal 0 binary64) t) z)))) |
(pow.f64 (/.f64 (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 z t) (-.f64 (*.f64 z z) (*.f64 t t))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t))))) |
(*.f64 (-.f64 (*.f64 z z) (*.f64 t t)) (/.f64 #s(literal 1 binary64) (+.f64 z t))) |
(+.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) y) t)) |
(+.f64 (/.f64 (*.f64 #s(literal 60 binary64) y) t) (*.f64 a #s(literal 120 binary64))) |
(-.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal -60 binary64) (/.f64 y t)))) (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 y t) (/.f64 y t))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal -60 binary64) (/.f64 y t))))) |
(-.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 y t) (/.f64 y t))) (-.f64 (/.f64 (*.f64 #s(literal 60 binary64) y) t) (*.f64 a #s(literal 120 binary64)))) (/.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (-.f64 (/.f64 (*.f64 #s(literal 60 binary64) y) t) (*.f64 a #s(literal 120 binary64))))) |
(fma.f64 #s(literal 60 binary64) (/.f64 y t) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 y (*.f64 #s(literal 60 binary64) (/.f64 #s(literal 1 binary64) t)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 y (/.f64 #s(literal 60 binary64) t) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 a #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) y) t)) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 60 binary64) y) t) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 #s(literal 120 binary64) a (/.f64 (*.f64 #s(literal 60 binary64) y) t)) |
(fma.f64 #s(literal -60 binary64) (/.f64 (-.f64 #s(literal 0 binary64) y) t) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (*.f64 #s(literal 60 binary64) y) (/.f64 #s(literal 1 binary64) t) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (*.f64 y #s(literal -60 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) t)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) t) (*.f64 #s(literal 60 binary64) y) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) t) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 60 binary64) y)) #s(literal -1 binary64)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 y t) #s(literal 60 binary64) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 y #s(literal -1 binary64)) (/.f64 #s(literal -60 binary64) t) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -1 binary64)) (/.f64 #s(literal 60 binary64) t) (*.f64 a #s(literal 120 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 60 binary64) y) t) (*.f64 a #s(literal 120 binary64))) (/.f64 t (*.f64 #s(literal 60 binary64) y)))) (+.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)) (/.f64 (*.f64 (*.f64 y (*.f64 y y)) #s(literal 216000 binary64)) (*.f64 t (*.f64 t t)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal -60 binary64) (/.f64 y t))) (-.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 y t) (/.f64 y t)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 60 binary64) y) t) (*.f64 a #s(literal 120 binary64))) (/.f64 t (*.f64 #s(literal 60 binary64) y)))) (+.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)) (/.f64 (*.f64 (*.f64 y (*.f64 y y)) #s(literal 216000 binary64)) (*.f64 t (*.f64 t t))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal -60 binary64) (/.f64 y t))) (-.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 y t) (/.f64 y t))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)) (/.f64 (*.f64 (*.f64 y (*.f64 y y)) #s(literal 216000 binary64)) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 60 binary64) y) t) (*.f64 a #s(literal 120 binary64))) (/.f64 t (*.f64 #s(literal 60 binary64) y))))) |
(/.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)) (/.f64 (*.f64 (*.f64 y (*.f64 y y)) #s(literal 216000 binary64)) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 y t) (/.f64 y t))) (-.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (/.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 t (*.f64 #s(literal 60 binary64) y)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 y t) (/.f64 y t)))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal -60 binary64) (/.f64 y t)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)) (/.f64 (*.f64 (*.f64 y (*.f64 y y)) #s(literal 216000 binary64)) (*.f64 t (*.f64 t t))))) (neg.f64 (+.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 60 binary64) y) t) (*.f64 a #s(literal 120 binary64))) (/.f64 t (*.f64 #s(literal 60 binary64) y)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)) (/.f64 (*.f64 (*.f64 y (*.f64 y y)) #s(literal 216000 binary64)) (*.f64 t (*.f64 t t))))) (neg.f64 (+.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 y t) (/.f64 y t))) (-.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (/.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 t (*.f64 #s(literal 60 binary64) y))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 y t) (/.f64 y t))))) (neg.f64 (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal -60 binary64) (/.f64 y t))))) |
(/.f64 (-.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 y t) (/.f64 y t))) (*.f64 (*.f64 a a) #s(literal 14400 binary64))) (-.f64 (/.f64 (*.f64 #s(literal 60 binary64) y) t) (*.f64 a #s(literal 120 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal -60 binary64) (/.f64 y t)))) (*.f64 (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal -60 binary64) (/.f64 y t))) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 y t) (/.f64 y t))))) (*.f64 (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal -60 binary64) (/.f64 y t))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal -60 binary64) (/.f64 y t))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)) (/.f64 (*.f64 (*.f64 y (*.f64 y y)) #s(literal 216000 binary64)) (*.f64 t (*.f64 t t)))))) (neg.f64 (neg.f64 (+.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 60 binary64) y) t) (*.f64 a #s(literal 120 binary64))) (/.f64 t (*.f64 #s(literal 60 binary64) y))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 y t) (/.f64 y t)))))) (neg.f64 (neg.f64 (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal -60 binary64) (/.f64 y t)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 y t) (/.f64 y t))) (*.f64 (*.f64 a a) #s(literal 14400 binary64)))) (neg.f64 (-.f64 (/.f64 (*.f64 #s(literal 60 binary64) y) t) (*.f64 a #s(literal 120 binary64))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 60 binary64) y) t) (*.f64 a #s(literal 120 binary64))) (/.f64 t (*.f64 #s(literal 60 binary64) y)))) (+.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)) (/.f64 (*.f64 (*.f64 y (*.f64 y y)) #s(literal 216000 binary64)) (*.f64 t (*.f64 t t))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal -60 binary64) (/.f64 y t))) (-.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 y t) (/.f64 y t))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)) (/.f64 (*.f64 (*.f64 y (*.f64 y y)) #s(literal 216000 binary64)) (*.f64 t (*.f64 t t)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 60 binary64) y) t) (*.f64 a #s(literal 120 binary64))) (/.f64 t (*.f64 #s(literal 60 binary64) y)))))) |
(*.f64 (-.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 y t) (/.f64 y t)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal -60 binary64) (/.f64 y t))))) |
(*.f64 a #s(literal 120 binary64)) |
(*.f64 #s(literal 120 binary64) a) |
(exp.f64 (*.f64 (log.f64 (/.f64 t (*.f64 #s(literal 60 binary64) y))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) t)) (*.f64 #s(literal -60 binary64) (/.f64 y t))) |
(neg.f64 (*.f64 #s(literal -60 binary64) (/.f64 y t))) |
(neg.f64 (/.f64 (*.f64 y #s(literal -60 binary64)) t)) |
(/.f64 #s(literal 1 binary64) (/.f64 t (*.f64 #s(literal 60 binary64) y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 t (*.f64 #s(literal 60 binary64) y)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 t (*.f64 #s(literal 60 binary64) y))))) |
(/.f64 (*.f64 #s(literal 60 binary64) y) t) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 t (*.f64 #s(literal 60 binary64) y)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 t (*.f64 #s(literal 60 binary64) y)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 y #s(literal -60 binary64)) (-.f64 #s(literal 0 binary64) t)) |
(/.f64 (*.f64 (*.f64 #s(literal 60 binary64) y) #s(literal 1 binary64)) t) |
(/.f64 (neg.f64 (*.f64 y #s(literal -60 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) t))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 y #s(literal -60 binary64)))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) t)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal 60 binary64) y) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) t)) |
(pow.f64 (/.f64 t (*.f64 #s(literal 60 binary64) y)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 t (*.f64 #s(literal 60 binary64) y)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 60 binary64) (/.f64 y t)) |
(*.f64 y (*.f64 #s(literal 60 binary64) (/.f64 #s(literal 1 binary64) t))) |
(*.f64 y (/.f64 #s(literal 60 binary64) t)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 60 binary64) y) t)) |
(*.f64 #s(literal -60 binary64) (/.f64 (-.f64 #s(literal 0 binary64) y) t)) |
(*.f64 (*.f64 #s(literal 60 binary64) y) (/.f64 #s(literal 1 binary64) t)) |
(*.f64 (*.f64 y #s(literal -60 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) t))) |
(*.f64 (/.f64 #s(literal 1 binary64) t) (*.f64 #s(literal 60 binary64) y)) |
(*.f64 (/.f64 #s(literal 1 binary64) t) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 60 binary64) y)) #s(literal -1 binary64))) |
(*.f64 (/.f64 y t) #s(literal 60 binary64)) |
(*.f64 (/.f64 y #s(literal -1 binary64)) (/.f64 #s(literal -60 binary64) t)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) y) #s(literal -1 binary64)) (/.f64 #s(literal 60 binary64) t)) |
(*.f64 #s(literal 60 binary64) y) |
(*.f64 y #s(literal 60 binary64)) |
(+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))) |
(+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 a #s(literal 120 binary64))) |
(-.f64 (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) z) (/.f64 (-.f64 x y) z))) (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 a #s(literal -120 binary64)))) (/.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 a #s(literal -120 binary64))))) |
(-.f64 (/.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)))) (/.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) z) (/.f64 (-.f64 x y) z))) (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))))) |
(fma.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (-.f64 x y) (*.f64 (/.f64 #s(literal 1 binary64) z) #s(literal 60 binary64)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) z) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (/.f64 #s(literal 1 binary64) z) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 a #s(literal 120 binary64) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))) |
(fma.f64 #s(literal 1 binary64) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 #s(literal 120 binary64) a (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))) |
(fma.f64 #s(literal -60 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) z) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (-.f64 x y) z) #s(literal 60 binary64) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (-.f64 x y) #s(literal -1 binary64)) (/.f64 #s(literal -60 binary64) z) (*.f64 a #s(literal 120 binary64))) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) #s(literal -1 binary64)) (/.f64 #s(literal 60 binary64) z) (*.f64 a #s(literal 120 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) z) (/.f64 (-.f64 x y) z))) (*.f64 (*.f64 a #s(literal 120 binary64)) (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))))) (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (-.f64 x y) z) (*.f64 (/.f64 (-.f64 x y) z) (/.f64 (-.f64 x y) z)))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 a #s(literal -120 binary64))) (-.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) z) (/.f64 (-.f64 x y) z))) (*.f64 (*.f64 a a) #s(literal 14400 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) z) (/.f64 (-.f64 x y) z))) (*.f64 (*.f64 a #s(literal 120 binary64)) (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))))) (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (-.f64 x y) z) (*.f64 (/.f64 (-.f64 x y) z) (/.f64 (-.f64 x y) z)))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 a #s(literal -120 binary64))) (-.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) z) (/.f64 (-.f64 x y) z))) (*.f64 (*.f64 a a) #s(literal 14400 binary64)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (-.f64 x y) z) (*.f64 (/.f64 (-.f64 x y) z) (/.f64 (-.f64 x y) z)))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64))) (+.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) z) (/.f64 (-.f64 x y) z))) (*.f64 (*.f64 a #s(literal 120 binary64)) (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (-.f64 x y) z) (*.f64 (/.f64 (-.f64 x y) z) (/.f64 (-.f64 x y) z)))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64))) (+.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (/.f64 (-.f64 (*.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 #s(literal 60 binary64) (-.f64 x y))) (*.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 a #s(literal 120 binary64)))) z))) |
(/.f64 (-.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) z) (/.f64 (-.f64 x y) z))) (*.f64 (*.f64 a a) #s(literal 14400 binary64))) (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 a #s(literal -120 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (-.f64 x y) z) (*.f64 (/.f64 (-.f64 x y) z) (/.f64 (-.f64 x y) z)))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)))) (neg.f64 (+.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) z) (/.f64 (-.f64 x y) z))) (*.f64 (*.f64 a #s(literal 120 binary64)) (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (-.f64 x y) z) (*.f64 (/.f64 (-.f64 x y) z) (/.f64 (-.f64 x y) z)))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)))) (neg.f64 (+.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (/.f64 (-.f64 (*.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 #s(literal 60 binary64) (-.f64 x y))) (*.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 a #s(literal 120 binary64)))) z)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) z) (/.f64 (-.f64 x y) z))) (*.f64 (*.f64 a a) #s(literal 14400 binary64)))) (neg.f64 (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 a #s(literal -120 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) z) (/.f64 (-.f64 x y) z)))) (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) z) (/.f64 (-.f64 x y) z))) (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 a #s(literal -120 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 a #s(literal -120 binary64))) (*.f64 (*.f64 a a) #s(literal 14400 binary64)))) (*.f64 (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 a #s(literal -120 binary64))) (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 a #s(literal -120 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (-.f64 x y) z) (*.f64 (/.f64 (-.f64 x y) z) (/.f64 (-.f64 x y) z)))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64))))) (neg.f64 (neg.f64 (+.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) z) (/.f64 (-.f64 x y) z))) (*.f64 (*.f64 a #s(literal 120 binary64)) (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) z) (/.f64 (-.f64 x y) z))) (*.f64 (*.f64 a a) #s(literal 14400 binary64))))) (neg.f64 (neg.f64 (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 a #s(literal -120 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 a a) #s(literal 14400 binary64)) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) z) (/.f64 (-.f64 x y) z))))) (neg.f64 (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) z) (/.f64 (-.f64 x y) z))) (*.f64 (*.f64 a #s(literal 120 binary64)) (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))))) (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (-.f64 x y) z) (*.f64 (/.f64 (-.f64 x y) z) (/.f64 (-.f64 x y) z)))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 a #s(literal -120 binary64))) (-.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) z) (/.f64 (-.f64 x y) z))) (*.f64 (*.f64 a a) #s(literal 14400 binary64)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (-.f64 x y) z) (*.f64 (/.f64 (-.f64 x y) z) (/.f64 (-.f64 x y) z)))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) z) (/.f64 (-.f64 x y) z))) (*.f64 (*.f64 a #s(literal 120 binary64)) (-.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) z) (/.f64 (-.f64 x y) z))) (*.f64 (*.f64 a a) #s(literal 14400 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 a #s(literal -120 binary64))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) z)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 #s(literal 0 binary64) z))) |
(/.f64 #s(literal 60 binary64) (/.f64 z (-.f64 x y))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) |
(/.f64 #s(literal 1 binary64) (/.f64 z (*.f64 #s(literal 60 binary64) (-.f64 x y)))) |
(/.f64 #s(literal -60 binary64) (neg.f64 (/.f64 z (-.f64 x y)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 z (*.f64 #s(literal 60 binary64) (-.f64 x y))))) |
(/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 #s(literal 0 binary64) z)) |
(/.f64 (neg.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) z))) |
(pow.f64 (/.f64 z (*.f64 #s(literal 60 binary64) (-.f64 x y))) #s(literal -1 binary64)) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) |
(*.f64 (-.f64 x y) (*.f64 (/.f64 #s(literal 1 binary64) z) #s(literal 60 binary64))) |
(*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) z)) |
(*.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 #s(literal 1 binary64) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))) |
(*.f64 #s(literal -60 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) z)) |
(*.f64 (/.f64 (-.f64 x y) z) #s(literal 60 binary64)) |
(*.f64 (/.f64 (-.f64 x y) #s(literal -1 binary64)) (/.f64 #s(literal -60 binary64) z)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) #s(literal -1 binary64)) (/.f64 #s(literal 60 binary64) z)) |
(+.f64 (/.f64 x z) (neg.f64 (/.f64 y z))) |
(+.f64 (/.f64 x z) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 1 binary64) z))) |
(exp.f64 (*.f64 (log.f64 (/.f64 z (-.f64 x y))) #s(literal -1 binary64))) |
(-.f64 (/.f64 x z) (/.f64 y z)) |
(-.f64 (/.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) z) (/.f64 (/.f64 (*.f64 y (*.f64 y y)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) z)) |
(-.f64 (/.f64 (/.f64 (*.f64 x x) (+.f64 x y)) z) (/.f64 (/.f64 (*.f64 y y) (+.f64 x y)) z)) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) z)) (/.f64 (-.f64 x y) (-.f64 #s(literal 0 binary64) z))) |
(-.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 z (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 z (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))))) |
(-.f64 (/.f64 (*.f64 x x) (*.f64 z (+.f64 x y))) (/.f64 (*.f64 y y) (*.f64 z (+.f64 x y)))) |
(-.f64 (/.f64 (*.f64 x z) (*.f64 z z)) (/.f64 (*.f64 z y) (*.f64 z z))) |
(-.f64 (/.f64 (*.f64 x (/.f64 z y)) (*.f64 z (/.f64 z y))) (/.f64 (*.f64 z #s(literal 1 binary64)) (*.f64 z (/.f64 z y)))) |
(-.f64 (/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) z)) (*.f64 z (-.f64 #s(literal 0 binary64) z))) (/.f64 (*.f64 z (-.f64 #s(literal 0 binary64) y)) (*.f64 z (-.f64 #s(literal 0 binary64) z)))) |
(-.f64 (/.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 z (*.f64 z z))) (+.f64 (*.f64 (/.f64 x z) (/.f64 x z)) (+.f64 (*.f64 (/.f64 y z) (/.f64 y z)) (*.f64 (/.f64 x z) (/.f64 y z))))) (/.f64 (/.f64 (*.f64 y (*.f64 y y)) (*.f64 z (*.f64 z z))) (+.f64 (*.f64 (/.f64 x z) (/.f64 x z)) (+.f64 (*.f64 (/.f64 y z) (/.f64 y z)) (*.f64 (/.f64 x z) (/.f64 y z)))))) |
(-.f64 (/.f64 (*.f64 (/.f64 x z) (/.f64 x z)) (+.f64 (/.f64 x z) (/.f64 y z))) (/.f64 (*.f64 (/.f64 y z) (/.f64 y z)) (+.f64 (/.f64 x z) (/.f64 y z)))) |
(fma.f64 x (/.f64 #s(literal 1 binary64) z) (neg.f64 (/.f64 y z))) |
(fma.f64 x (/.f64 #s(literal 1 binary64) z) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 1 binary64) z))) |
(neg.f64 (/.f64 (-.f64 x y) (-.f64 #s(literal 0 binary64) z))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) z)) |
(/.f64 (-.f64 x y) z) |
(/.f64 #s(literal 1 binary64) (/.f64 z (-.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 z (-.f64 x y)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 z (-.f64 x y))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 z (-.f64 x y)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 z (-.f64 x y)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) (-.f64 #s(literal 0 binary64) z)) |
(/.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (*.f64 z (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 y y)) (*.f64 z (+.f64 x y))) |
(/.f64 (-.f64 (*.f64 x z) (*.f64 z y)) (*.f64 z z)) |
(/.f64 (-.f64 (*.f64 x (/.f64 z y)) (*.f64 z #s(literal 1 binary64))) (*.f64 z (/.f64 z y))) |
(/.f64 (-.f64 (*.f64 x (-.f64 #s(literal 0 binary64) z)) (*.f64 z (-.f64 #s(literal 0 binary64) y))) (*.f64 z (-.f64 #s(literal 0 binary64) z))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))) z)) |
(/.f64 (*.f64 (-.f64 (*.f64 x x) (*.f64 y y)) #s(literal 1 binary64)) (*.f64 (+.f64 x y) z)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y))) (neg.f64 (-.f64 #s(literal 0 binary64) z))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (neg.f64 (*.f64 z (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x x) (*.f64 y y))) (neg.f64 (*.f64 z (+.f64 x y)))) |
(/.f64 (-.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 z (*.f64 z z))) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 z (*.f64 z z)))) (+.f64 (*.f64 (/.f64 x z) (/.f64 x z)) (+.f64 (*.f64 (/.f64 y z) (/.f64 y z)) (*.f64 (/.f64 x z) (/.f64 y z))))) |
(/.f64 (-.f64 (*.f64 (/.f64 x z) (/.f64 x z)) (*.f64 (/.f64 y z) (/.f64 y z))) (+.f64 (/.f64 x z) (/.f64 y z))) |
(/.f64 (*.f64 (-.f64 x y) #s(literal 1 binary64)) z) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 1 binary64) z)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) |
(/.f64 (*.f64 (-.f64 (*.f64 x x) (*.f64 y y)) (/.f64 #s(literal 1 binary64) z)) (+.f64 x y)) |
(/.f64 (-.f64 (neg.f64 x) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) z)) |
(/.f64 (-.f64 x (*.f64 y #s(literal 1 binary64))) z) |
(/.f64 (-.f64 (*.f64 x (/.f64 (/.f64 z y) #s(literal 1 binary64))) (*.f64 z #s(literal 1 binary64))) (*.f64 z (/.f64 (/.f64 z y) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 x (neg.f64 (/.f64 z y))) (*.f64 z #s(literal -1 binary64))) (*.f64 z (neg.f64 (/.f64 z y)))) |
(/.f64 (-.f64 (*.f64 x (neg.f64 (-.f64 #s(literal 0 binary64) z))) (*.f64 z (neg.f64 (-.f64 #s(literal 0 binary64) y)))) (*.f64 z (neg.f64 (-.f64 #s(literal 0 binary64) z)))) |
(/.f64 (-.f64 (*.f64 x z) (*.f64 z (*.f64 y #s(literal 1 binary64)))) (*.f64 z z)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) z) (*.f64 (/.f64 z x) y)) (*.f64 (/.f64 z x) z)) |
(/.f64 (-.f64 (/.f64 z y) (*.f64 (/.f64 z x) #s(literal 1 binary64))) (*.f64 (/.f64 z x) (/.f64 z y))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (/.f64 z y) #s(literal 1 binary64))) (*.f64 (/.f64 z x) #s(literal 1 binary64))) (*.f64 (/.f64 z x) (/.f64 (/.f64 z y) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (/.f64 z y))) (*.f64 (/.f64 z x) #s(literal -1 binary64))) (*.f64 (/.f64 z x) (neg.f64 (/.f64 z y)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) z)) (*.f64 (/.f64 z x) (-.f64 #s(literal 0 binary64) y))) (*.f64 (/.f64 z x) (-.f64 #s(literal 0 binary64) z))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) z))) (*.f64 (/.f64 z x) (neg.f64 (-.f64 #s(literal 0 binary64) y)))) (*.f64 (/.f64 z x) (neg.f64 (-.f64 #s(literal 0 binary64) z)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) z) (*.f64 (/.f64 z x) (*.f64 y #s(literal 1 binary64)))) (*.f64 (/.f64 z x) z)) |
(/.f64 (-.f64 (*.f64 (neg.f64 x) z) (*.f64 (-.f64 #s(literal 0 binary64) z) y)) (*.f64 (-.f64 #s(literal 0 binary64) z) z)) |
(/.f64 (-.f64 (*.f64 (neg.f64 x) (/.f64 z y)) (*.f64 (-.f64 #s(literal 0 binary64) z) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 z y))) |
(/.f64 (-.f64 (*.f64 (neg.f64 x) (/.f64 (/.f64 z y) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) z) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) z) (/.f64 (/.f64 z y) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 x) (neg.f64 (/.f64 z y))) (*.f64 (-.f64 #s(literal 0 binary64) z) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) z) (neg.f64 (/.f64 z y)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 x) (-.f64 #s(literal 0 binary64) z)) (*.f64 (-.f64 #s(literal 0 binary64) z) (-.f64 #s(literal 0 binary64) y))) (*.f64 z z)) |
(/.f64 (-.f64 (*.f64 (neg.f64 x) (neg.f64 (-.f64 #s(literal 0 binary64) z))) (*.f64 (-.f64 #s(literal 0 binary64) z) (neg.f64 (-.f64 #s(literal 0 binary64) y)))) (*.f64 (-.f64 #s(literal 0 binary64) z) (neg.f64 (-.f64 #s(literal 0 binary64) z)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 x) z) (*.f64 (-.f64 #s(literal 0 binary64) z) (*.f64 y #s(literal 1 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) z) z)) |
(/.f64 (neg.f64 (-.f64 (*.f64 x z) (*.f64 z y))) (neg.f64 (*.f64 z z))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x (/.f64 z y)) (*.f64 z #s(literal 1 binary64)))) (neg.f64 (*.f64 z (/.f64 z y)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x (-.f64 #s(literal 0 binary64) z)) (*.f64 z (-.f64 #s(literal 0 binary64) y)))) (neg.f64 (*.f64 z (-.f64 #s(literal 0 binary64) z)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))) z))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 x x) (*.f64 y y)) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 x y) z))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) z)))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 z (*.f64 z z))) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 z (*.f64 z z))))) (neg.f64 (+.f64 (*.f64 (/.f64 x z) (/.f64 x z)) (+.f64 (*.f64 (/.f64 y z) (/.f64 y z)) (*.f64 (/.f64 x z) (/.f64 y z)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 x z) (/.f64 x z)) (*.f64 (/.f64 y z) (/.f64 y z)))) (neg.f64 (+.f64 (/.f64 x z) (/.f64 y z)))) |
(/.f64 (neg.f64 (*.f64 (-.f64 x y) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) z)) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 1 binary64) z))) (neg.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 (*.f64 x x) (*.f64 y y)) (/.f64 #s(literal 1 binary64) z))) (neg.f64 (+.f64 x y))) |
(/.f64 (+.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 z (*.f64 z z))) (pow.f64 (neg.f64 (/.f64 y z)) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 x z) (/.f64 x z)) (-.f64 (*.f64 (neg.f64 (/.f64 y z)) (neg.f64 (/.f64 y z))) (*.f64 (/.f64 x z) (neg.f64 (/.f64 y z)))))) |
(/.f64 (+.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 z (*.f64 z z))) (pow.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 1 binary64) z)) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 x z) (/.f64 x z)) (-.f64 (*.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 1 binary64) z)) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 1 binary64) z))) (*.f64 (/.f64 x z) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 1 binary64) z)))))) |
(pow.f64 (/.f64 z (-.f64 x y)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 z (-.f64 x y)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 (-.f64 x y) (/.f64 #s(literal 1 binary64) z)) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 x y) z)) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) z))) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (-.f64 x y)) |
(*.f64 (/.f64 #s(literal 1 binary64) z) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 x y)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 z (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) |
(*.f64 (pow.f64 (/.f64 z (-.f64 (*.f64 x x) (*.f64 y y))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x y))) |
(*.f64 (/.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))) z) (/.f64 (-.f64 x y) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) |
(*.f64 (/.f64 (+.f64 x y) z) (/.f64 (-.f64 x y) (+.f64 x y))) |
(+.f64 x (-.f64 #s(literal 0 binary64) y)) |
(+.f64 (-.f64 #s(literal 0 binary64) y) x) |
(-.f64 x y) |
(-.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) (/.f64 (*.f64 y (*.f64 y y)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) |
(-.f64 (/.f64 (*.f64 x x) (+.f64 x y)) (/.f64 (*.f64 y y) (+.f64 x y))) |
(-.f64 (/.f64 (*.f64 x x) (-.f64 x (-.f64 #s(literal 0 binary64) y))) (/.f64 (*.f64 y y) (-.f64 x (-.f64 #s(literal 0 binary64) y)))) |
(fma.f64 #s(literal -1 binary64) y x) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 x y) (-.f64 (*.f64 x x) (*.f64 y y)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 x y) (-.f64 (*.f64 x x) (*.f64 y y))))) |
(/.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) |
(/.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (+.f64 (*.f64 x x) (-.f64 (*.f64 y y) (*.f64 x (-.f64 #s(literal 0 binary64) y))))) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 y y)) (+.f64 x y)) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 y y)) (-.f64 x (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (neg.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) (neg.f64 (+.f64 (*.f64 x x) (-.f64 (*.f64 y y) (*.f64 x (-.f64 #s(literal 0 binary64) y)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x x) (*.f64 y y))) (neg.f64 (+.f64 x y))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x x) (*.f64 y y))) (neg.f64 (-.f64 x (-.f64 #s(literal 0 binary64) y)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))) (*.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))) (*.f64 y (*.f64 y y)))) (*.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) (+.f64 x y)) (*.f64 (+.f64 x y) (*.f64 y y))) (*.f64 (+.f64 x y) (+.f64 x y))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))))) (neg.f64 (neg.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y)))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 x x) (*.f64 y y)))) (neg.f64 (neg.f64 (+.f64 x y)))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 y y)) (*.f64 x (*.f64 x x))) (+.f64 (*.f64 y y) (-.f64 (*.f64 x x) (*.f64 (-.f64 #s(literal 0 binary64) y) x)))) |
(pow.f64 (/.f64 (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))) (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 x y) (-.f64 (*.f64 x x) (*.f64 y y))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (*.f64 x (*.f64 x x)) (*.f64 y (*.f64 y y))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (*.f64 y (+.f64 x y))))) |
(*.f64 (-.f64 (*.f64 x x) (*.f64 y y)) (/.f64 #s(literal 1 binary64) (+.f64 x y))) |
(exp.f64 (*.f64 (log.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))))) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))))))) |
(pow.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) #s(literal -1 binary64)) |
(pow.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))))) |
(*.f64 (pow.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) #s(literal -1/2 binary64)) (pow.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t))))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)))) (+.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t)))) (*.f64 (*.f64 a #s(literal -120 binary64)) (-.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t))))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t)))) (*.f64 (*.f64 a #s(literal -120 binary64)) (-.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t)))) (*.f64 (*.f64 a a) #s(literal 14400 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal 120 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 x y) (-.f64 z t)))) (*.f64 (*.f64 a a) #s(literal 14400 binary64)))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal 120 binary64)))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (-.f64 t z) (*.f64 #s(literal 60 binary64) (-.f64 x y)))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (-.f64 t z))) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 t z))) |
(neg.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 t z))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 t z)) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 t z) (*.f64 #s(literal 60 binary64) (-.f64 x y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 t z) (*.f64 #s(literal 60 binary64) (-.f64 x y))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (-.f64 t z) (*.f64 #s(literal 60 binary64) (-.f64 x y)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 t z) (*.f64 #s(literal 60 binary64) (-.f64 x y))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (-.f64 t z) (*.f64 #s(literal 60 binary64) (-.f64 x y))) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 #s(literal 0 binary64) (-.f64 t z))) |
(/.f64 (*.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) #s(literal 1 binary64)) (-.f64 t z)) |
(/.f64 (neg.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 t z)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (-.f64 t z))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 t z))))) |
(pow.f64 (/.f64 (-.f64 t z) (*.f64 #s(literal 60 binary64) (-.f64 x y))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (-.f64 t z) (*.f64 #s(literal 60 binary64) (-.f64 x y))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) (-.f64 t z))) |
(*.f64 (-.f64 x y) (*.f64 #s(literal 60 binary64) (/.f64 #s(literal 1 binary64) (-.f64 t z)))) |
(*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z))) |
(*.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (/.f64 #s(literal 1 binary64) (-.f64 t z))) |
(*.f64 #s(literal 1 binary64) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 t z)))) |
(*.f64 #s(literal -60 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) (-.f64 t z))) |
(*.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 t z)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 t z)) (*.f64 #s(literal 60 binary64) (-.f64 x y))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 t z)) (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 (-.f64 x y) #s(literal -60 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (-.f64 x y) (-.f64 t z)) #s(literal 60 binary64)) |
(*.f64 (/.f64 (-.f64 x y) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 z (*.f64 z z)))) (/.f64 #s(literal 60 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 t t) (*.f64 z (+.f64 z t)))))) |
(*.f64 (/.f64 (-.f64 x y) (-.f64 (*.f64 t t) (*.f64 z z))) (/.f64 #s(literal 60 binary64) (/.f64 #s(literal 1 binary64) (+.f64 z t)))) |
(*.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 z (*.f64 z z)))) (+.f64 (*.f64 t t) (*.f64 z (+.f64 z t)))) |
(*.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 z (*.f64 z z)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 t t) (*.f64 z (+.f64 z t)))))) |
(*.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 t t) (*.f64 z z))) (+.f64 z t)) |
(*.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 t t) (*.f64 z z))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 z t)))) |
(*.f64 (/.f64 #s(literal 60 binary64) (-.f64 (*.f64 t (*.f64 t t)) (*.f64 z (*.f64 z z)))) (/.f64 (-.f64 x y) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 t t) (*.f64 z (+.f64 z t)))))) |
(*.f64 (/.f64 #s(literal 60 binary64) (-.f64 (*.f64 t t) (*.f64 z z))) (/.f64 (-.f64 x y) (/.f64 #s(literal 1 binary64) (+.f64 z t)))) |
(*.f64 (/.f64 (-.f64 x y) #s(literal -1 binary64)) (/.f64 #s(literal -60 binary64) (-.f64 t z))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) #s(literal -1 binary64)) (/.f64 #s(literal 60 binary64) (-.f64 t z))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t))) (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) (-.f64 z t)))) |
(neg.f64 (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 x y) (-.f64 z t)))) |
(neg.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 z t))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (-.f64 #s(literal 0 binary64) (-.f64 z t))) |
(/.f64 (*.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) #s(literal 1 binary64)) (-.f64 z t)) |
(/.f64 (neg.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (-.f64 z t))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 z t))))) |
(pow.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (/.f64 (-.f64 z t) #s(literal 60 binary64)) (-.f64 x y)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) (-.f64 z t))) |
(*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) (-.f64 z t))) |
(*.f64 (-.f64 x y) (*.f64 #s(literal 60 binary64) (/.f64 #s(literal 1 binary64) (-.f64 z t)))) |
(*.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (/.f64 #s(literal 1 binary64) (-.f64 z t))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t))) |
(*.f64 #s(literal -60 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) (-.f64 z t))) |
(*.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 z t)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) (*.f64 #s(literal 60 binary64) (-.f64 x y))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 z t)) (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 (-.f64 x y) #s(literal -60 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) #s(literal 60 binary64)) |
(*.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))) |
(*.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))))) |
(*.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z z) (*.f64 t t))) (+.f64 z t)) |
(*.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 (*.f64 z z) (*.f64 t t))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 z t)))) |
(*.f64 (/.f64 (-.f64 x y) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (/.f64 #s(literal 60 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))))) |
(*.f64 (/.f64 (-.f64 x y) (-.f64 (*.f64 z z) (*.f64 t t))) (/.f64 #s(literal 60 binary64) (/.f64 #s(literal 1 binary64) (+.f64 z t)))) |
(*.f64 (/.f64 (-.f64 x y) #s(literal -1 binary64)) (/.f64 #s(literal -60 binary64) (-.f64 z t))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 x y)) #s(literal -1 binary64)) (/.f64 #s(literal 60 binary64) (-.f64 z t))) |
(*.f64 (/.f64 #s(literal 60 binary64) (-.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t)))) (/.f64 (-.f64 x y) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 z z) (*.f64 t (+.f64 z t)))))) |
(*.f64 (/.f64 #s(literal 60 binary64) (-.f64 (*.f64 z z) (*.f64 t t))) (/.f64 (-.f64 x y) (/.f64 #s(literal 1 binary64) (+.f64 z t)))) |
| 1× | egg-herbie |
| 6 800× | *-lowering-*.f32 |
| 6 800× | *-lowering-*.f64 |
| 6 292× | accelerator-lowering-fma.f32 |
| 6 292× | accelerator-lowering-fma.f64 |
| 4 006× | +-lowering-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 1245 | 10175 |
| 1 | 3834 | 9996 |
| 0 | 8080 | 9449 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
1 |
(* -60 (/ (- x y) (- t z))) |
(- (* 120 a) (* 60 (/ (- x y) (- t z)))) |
(- (* 120 a) (* 60 (/ (- x y) (- t z)))) |
(- (* 120 a) (* 60 (/ (- x y) (- t z)))) |
(* 120 a) |
(* a (+ 120 (* -60 (/ (- x y) (* a (- t z)))))) |
(* a (+ 120 (* -60 (/ (- x y) (* a (- t z)))))) |
(* a (+ 120 (* -60 (/ (- x y) (* a (- t z)))))) |
(* 120 a) |
(* -1 (* a (- (* 60 (/ (- x y) (* a (- t z)))) 120))) |
(* -1 (* a (- (* 60 (/ (- x y) (* a (- t z)))) 120))) |
(* -1 (* a (- (* 60 (/ (- x y) (* a (- t z)))) 120))) |
(- (* 120 a) (* -60 (/ y (- t z)))) |
(- (+ (* -60 (/ x (- t z))) (* 120 a)) (* -60 (/ y (- t z)))) |
(- (+ (* -60 (/ x (- t z))) (* 120 a)) (* -60 (/ y (- t z)))) |
(- (+ (* -60 (/ x (- t z))) (* 120 a)) (* -60 (/ y (- t z)))) |
(* -60 (/ x (- t z))) |
(* x (- (* 120 (/ a x)) (+ (* -60 (/ y (* x (- t z)))) (* 60 (/ 1 (- t z)))))) |
(* x (- (* 120 (/ a x)) (+ (* -60 (/ y (* x (- t z)))) (* 60 (/ 1 (- t z)))))) |
(* x (- (* 120 (/ a x)) (+ (* -60 (/ y (* x (- t z)))) (* 60 (/ 1 (- t z)))))) |
(* -60 (/ x (- t z))) |
(* -1 (* x (+ (* -1 (/ (- (* 120 a) (* -60 (/ y (- t z)))) x)) (* 60 (/ 1 (- t z)))))) |
(* -1 (* x (+ (* -1 (/ (- (* 120 a) (* -60 (/ y (- t z)))) x)) (* 60 (/ 1 (- t z)))))) |
(* -1 (* x (+ (* -1 (/ (- (* 120 a) (* -60 (/ y (- t z)))) x)) (* 60 (/ 1 (- t z)))))) |
(- (* 120 a) (* 60 (/ x (- t z)))) |
(- (+ (* 60 (/ y (- t z))) (* 120 a)) (* 60 (/ x (- t z)))) |
(- (+ (* 60 (/ y (- t z))) (* 120 a)) (* 60 (/ x (- t z)))) |
(- (+ (* 60 (/ y (- t z))) (* 120 a)) (* 60 (/ x (- t z)))) |
(* 60 (/ y (- t z))) |
(* y (- (+ (* 120 (/ a y)) (* 60 (/ 1 (- t z)))) (* 60 (/ x (* y (- t z)))))) |
(* y (- (+ (* 120 (/ a y)) (* 60 (/ 1 (- t z)))) (* 60 (/ x (* y (- t z)))))) |
(* y (- (+ (* 120 (/ a y)) (* 60 (/ 1 (- t z)))) (* 60 (/ x (* y (- t z)))))) |
(* 60 (/ y (- t z))) |
(* -1 (* y (- (* -1 (/ (- (* 120 a) (* 60 (/ x (- t z)))) y)) (* 60 (/ 1 (- t z)))))) |
(* -1 (* y (- (* -1 (/ (- (* 120 a) (* 60 (/ x (- t z)))) y)) (* 60 (/ 1 (- t z)))))) |
(* -1 (* y (- (* -1 (/ (- (* 120 a) (* 60 (/ x (- t z)))) y)) (* 60 (/ 1 (- t z)))))) |
(- (* 120 a) (* -60 (/ (- x y) z))) |
(- (+ (* -60 (* t (- (/ y (pow z 2)) (/ x (pow z 2))))) (* 120 a)) (* -60 (/ (- x y) z))) |
(- (+ (* 120 a) (* t (- (* -60 (/ (* t (- (/ y (pow z 2)) (/ x (pow z 2)))) z)) (* 60 (- (/ y (pow z 2)) (/ x (pow z 2))))))) (* -60 (/ (- x y) z))) |
(- (+ (* 120 a) (* t (- (* t (- (* -60 (/ (* t (- (/ y (pow z 2)) (/ x (pow z 2)))) (pow z 2))) (* 60 (/ (- (/ y (pow z 2)) (/ x (pow z 2))) z)))) (* 60 (- (/ y (pow z 2)) (/ x (pow z 2))))))) (* -60 (/ (- x y) z))) |
(* 120 a) |
(+ (* -60 (/ (- x y) t)) (* 120 a)) |
(- (+ (* -60 (/ (* z (- x y)) (pow t 2))) (* 120 a)) (* 60 (/ (- x y) t))) |
(- (+ (* -60 (/ (* (pow z 2) (- x y)) (pow t 3))) (* 120 a)) (+ (* 60 (/ (* z (- x y)) (pow t 2))) (* 60 (/ (- x y) t)))) |
(* 120 a) |
(+ (* -60 (/ (- x y) t)) (* 120 a)) |
(+ (* -1 (/ (- (* 60 (/ (* z (- x y)) t)) (* -60 (- x y))) t)) (* 120 a)) |
(+ (* -1 (/ (- (* -1 (/ (- (* -60 (/ (* (pow z 2) (- x y)) t)) (* 60 (* z (- x y)))) t)) (* -60 (- x y))) t)) (* 120 a)) |
(- (* 120 a) (* 60 (/ (- x y) t))) |
(- (+ (* -60 (/ (* z (- x y)) (pow t 2))) (* 120 a)) (* 60 (/ (- x y) t))) |
(- (+ (* 120 a) (* z (- (* -60 (/ (* z (- x y)) (pow t 3))) (* 60 (/ (- x y) (pow t 2)))))) (* 60 (/ (- x y) t))) |
(- (+ (* 120 a) (* z (- (* z (- (* -60 (/ (* z (- x y)) (pow t 4))) (* 60 (/ (- x y) (pow t 3))))) (* 60 (/ (- x y) (pow t 2)))))) (* 60 (/ (- x y) t))) |
(* 120 a) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(- (+ (* 60 (/ (* t (- x y)) (pow z 2))) (* 120 a)) (* -60 (/ (- x y) z))) |
(- (+ (* 60 (/ (* (pow t 2) (- x y)) (pow z 3))) (* 120 a)) (+ (* -60 (/ (* t (- x y)) (pow z 2))) (* -60 (/ (- x y) z)))) |
(* 120 a) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+ (* -1 (/ (- (* -60 (/ (* t (- x y)) z)) (* 60 (- x y))) z)) (* 120 a)) |
(+ (* -1 (/ (- (* -1 (/ (- (* 60 (/ (* (pow t 2) (- x y)) z)) (* -60 (* t (- x y)))) z)) (* 60 (- x y))) z)) (* 120 a)) |
(* -60 (/ (- x y) (- t z))) |
(- (* 120 a) (* 60 (/ (- x y) (- t z)))) |
(- (* 120 a) (* 60 (/ (- x y) (- t z)))) |
(- (* 120 a) (* 60 (/ (- x y) (- t z)))) |
(* 120 a) |
(* a (+ 120 (* -60 (/ (- x y) (* a (- t z)))))) |
(* a (+ 120 (* -60 (/ (- x y) (* a (- t z)))))) |
(* a (+ 120 (* -60 (/ (- x y) (* a (- t z)))))) |
(* 120 a) |
(* -1 (* a (- (* 60 (/ (- x y) (* a (- t z)))) 120))) |
(* -1 (* a (- (* 60 (/ (- x y) (* a (- t z)))) 120))) |
(* -1 (* a (- (* 60 (/ (- x y) (* a (- t z)))) 120))) |
(- (* 120 a) (* -60 (/ y (- t z)))) |
(- (+ (* -60 (/ x (- t z))) (* 120 a)) (* -60 (/ y (- t z)))) |
(- (+ (* -60 (/ x (- t z))) (* 120 a)) (* -60 (/ y (- t z)))) |
(- (+ (* -60 (/ x (- t z))) (* 120 a)) (* -60 (/ y (- t z)))) |
(* -60 (/ x (- t z))) |
(* x (- (* 120 (/ a x)) (+ (* -60 (/ y (* x (- t z)))) (* 60 (/ 1 (- t z)))))) |
(* x (- (* 120 (/ a x)) (+ (* -60 (/ y (* x (- t z)))) (* 60 (/ 1 (- t z)))))) |
(* x (- (* 120 (/ a x)) (+ (* -60 (/ y (* x (- t z)))) (* 60 (/ 1 (- t z)))))) |
(* -60 (/ x (- t z))) |
(* -1 (* x (+ (* -1 (/ (- (* 120 a) (* -60 (/ y (- t z)))) x)) (* 60 (/ 1 (- t z)))))) |
(* -1 (* x (+ (* -1 (/ (- (* 120 a) (* -60 (/ y (- t z)))) x)) (* 60 (/ 1 (- t z)))))) |
(* -1 (* x (+ (* -1 (/ (- (* 120 a) (* -60 (/ y (- t z)))) x)) (* 60 (/ 1 (- t z)))))) |
(- (* 120 a) (* 60 (/ x (- t z)))) |
(- (+ (* 60 (/ y (- t z))) (* 120 a)) (* 60 (/ x (- t z)))) |
(- (+ (* 60 (/ y (- t z))) (* 120 a)) (* 60 (/ x (- t z)))) |
(- (+ (* 60 (/ y (- t z))) (* 120 a)) (* 60 (/ x (- t z)))) |
(* 60 (/ y (- t z))) |
(* y (- (+ (* 120 (/ a y)) (* 60 (/ 1 (- t z)))) (* 60 (/ x (* y (- t z)))))) |
(* y (- (+ (* 120 (/ a y)) (* 60 (/ 1 (- t z)))) (* 60 (/ x (* y (- t z)))))) |
(* y (- (+ (* 120 (/ a y)) (* 60 (/ 1 (- t z)))) (* 60 (/ x (* y (- t z)))))) |
(* 60 (/ y (- t z))) |
(* -1 (* y (- (* -1 (/ (- (* 120 a) (* 60 (/ x (- t z)))) y)) (* 60 (/ 1 (- t z)))))) |
(* -1 (* y (- (* -1 (/ (- (* 120 a) (* 60 (/ x (- t z)))) y)) (* 60 (/ 1 (- t z)))))) |
(* -1 (* y (- (* -1 (/ (- (* 120 a) (* 60 (/ x (- t z)))) y)) (* 60 (/ 1 (- t z)))))) |
(- (* 120 a) (* -60 (/ (- x y) z))) |
(- (+ (* -60 (* t (- (/ y (pow z 2)) (/ x (pow z 2))))) (* 120 a)) (* -60 (/ (- x y) z))) |
(- (+ (* 120 a) (* t (- (* -60 (/ (* t (- (/ y (pow z 2)) (/ x (pow z 2)))) z)) (* 60 (- (/ y (pow z 2)) (/ x (pow z 2))))))) (* -60 (/ (- x y) z))) |
(- (+ (* 120 a) (* t (- (* t (- (* -60 (/ (* t (- (/ y (pow z 2)) (/ x (pow z 2)))) (pow z 2))) (* 60 (/ (- (/ y (pow z 2)) (/ x (pow z 2))) z)))) (* 60 (- (/ y (pow z 2)) (/ x (pow z 2))))))) (* -60 (/ (- x y) z))) |
(* 120 a) |
(+ (* -60 (/ (- x y) t)) (* 120 a)) |
(- (+ (* -60 (/ (* z (- x y)) (pow t 2))) (* 120 a)) (* 60 (/ (- x y) t))) |
(- (+ (* -60 (/ (* (pow z 2) (- x y)) (pow t 3))) (* 120 a)) (+ (* 60 (/ (* z (- x y)) (pow t 2))) (* 60 (/ (- x y) t)))) |
(* 120 a) |
(+ (* -60 (/ (- x y) t)) (* 120 a)) |
(+ (* -1 (/ (- (* 60 (/ (* z (- x y)) t)) (* -60 (- x y))) t)) (* 120 a)) |
(+ (* -1 (/ (- (* -1 (/ (- (* -60 (/ (* (pow z 2) (- x y)) t)) (* 60 (* z (- x y)))) t)) (* -60 (- x y))) t)) (* 120 a)) |
(- (* 120 a) (* 60 (/ (- x y) t))) |
(- (+ (* -60 (/ (* z (- x y)) (pow t 2))) (* 120 a)) (* 60 (/ (- x y) t))) |
(- (+ (* 120 a) (* z (- (* -60 (/ (* z (- x y)) (pow t 3))) (* 60 (/ (- x y) (pow t 2)))))) (* 60 (/ (- x y) t))) |
(- (+ (* 120 a) (* z (- (* z (- (* -60 (/ (* z (- x y)) (pow t 4))) (* 60 (/ (- x y) (pow t 3))))) (* 60 (/ (- x y) (pow t 2)))))) (* 60 (/ (- x y) t))) |
(* 120 a) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(- (+ (* 60 (/ (* t (- x y)) (pow z 2))) (* 120 a)) (* -60 (/ (- x y) z))) |
(- (+ (* 60 (/ (* (pow t 2) (- x y)) (pow z 3))) (* 120 a)) (+ (* -60 (/ (* t (- x y)) (pow z 2))) (* -60 (/ (- x y) z)))) |
(* 120 a) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+ (* -1 (/ (- (* -60 (/ (* t (- x y)) z)) (* 60 (- x y))) z)) (* 120 a)) |
(+ (* -1 (/ (- (* -1 (/ (- (* 60 (/ (* (pow t 2) (- x y)) z)) (* -60 (* t (- x y)))) z)) (* 60 (- x y))) z)) (* 120 a)) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* -60 (/ y z)) |
(* -60 (/ y z)) |
(* -60 (/ y z)) |
(* -60 (/ y z)) |
(* -60 (/ y z)) |
(* -60 (/ y z)) |
(* -60 (/ y z)) |
(* -60 (/ y z)) |
(* -60 (/ y z)) |
(* -60 (/ y z)) |
(* -60 (/ y z)) |
(* -60 (/ y z)) |
(* -60 (/ y z)) |
(* -60 (/ y z)) |
(* -60 (/ y z)) |
(* -60 (/ y z)) |
(* -60 (/ y z)) |
(* -60 (/ y z)) |
(* -60 (/ y z)) |
(* -60 (/ y z)) |
(* -60 (/ y z)) |
(* -60 (/ y z)) |
(* -60 (/ y z)) |
(* -60 (/ 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) |
(/ y z) |
(* -60 (/ y (- z t))) |
(* -60 (/ y (- z t))) |
(* -60 (/ y (- z t))) |
(* -60 (/ y (- z t))) |
(* -60 (/ y (- z t))) |
(* -60 (/ y (- z t))) |
(* -60 (/ y (- z t))) |
(* -60 (/ y (- z t))) |
(* -60 (/ y (- z t))) |
(* -60 (/ y (- z t))) |
(* -60 (/ y (- z t))) |
(* -60 (/ y (- z t))) |
(* 60 (/ y t)) |
(+ (* 60 (/ y t)) (* 60 (/ (* y z) (pow t 2)))) |
(+ (* 60 (/ y t)) (* z (+ (* 60 (/ y (pow t 2))) (* 60 (/ (* y z) (pow t 3)))))) |
(+ (* 60 (/ y t)) (* z (+ (* 60 (/ y (pow t 2))) (* z (+ (* 60 (/ y (pow t 3))) (* 60 (/ (* y z) (pow t 4)))))))) |
(* -60 (/ y z)) |
(/ (+ (* -60 y) (* -60 (/ (* t y) z))) z) |
(/ (+ (* -60 y) (+ (* -60 (/ (* t y) z)) (* -60 (/ (* (pow t 2) y) (pow z 2))))) z) |
(/ (+ (* -60 y) (+ (* -60 (/ (* t y) z)) (+ (* -60 (/ (* (pow t 2) y) (pow z 2))) (* -60 (/ (* (pow t 3) y) (pow z 3)))))) z) |
(* -60 (/ y z)) |
(* -1 (/ (+ (* 60 y) (* 60 (/ (* t y) z))) z)) |
(* -1 (/ (+ (* -1 (/ (+ (* -60 (* t y)) (* -60 (/ (* (pow t 2) y) z))) z)) (* 60 y)) z)) |
(* -1 (/ (+ (* -1 (/ (+ (* -60 (* t y)) (* -1 (/ (+ (* 60 (* (pow t 2) y)) (* 60 (/ (* (pow t 3) y) z))) z))) z)) (* 60 y)) z)) |
(* -60 (/ y z)) |
(+ (* -60 (/ y z)) (* -60 (/ (* t y) (pow z 2)))) |
(+ (* -60 (/ y z)) (* t (+ (* -60 (/ y (pow z 2))) (* -60 (/ (* t y) (pow z 3)))))) |
(+ (* -60 (/ y z)) (* t (+ (* -60 (/ y (pow z 2))) (* t (+ (* -60 (/ y (pow z 3))) (* -60 (/ (* t y) (pow z 4)))))))) |
(* 60 (/ y t)) |
(/ (+ (* 60 y) (* 60 (/ (* y z) t))) t) |
(/ (+ (* 60 y) (+ (* 60 (/ (* y z) t)) (* 60 (/ (* y (pow z 2)) (pow t 2))))) t) |
(/ (+ (* 60 y) (+ (* 60 (/ (* y z) t)) (+ (* 60 (/ (* y (pow z 2)) (pow t 2))) (* 60 (/ (* y (pow z 3)) (pow t 3)))))) t) |
(* 60 (/ y t)) |
(* -1 (/ (+ (* -60 y) (* -60 (/ (* y z) t))) t)) |
(* -1 (/ (+ (* -60 y) (* -1 (/ (+ (* 60 (* y z)) (* 60 (/ (* y (pow z 2)) t))) t))) t)) |
(* -1 (/ (+ (* -60 y) (* -1 (/ (+ (* -1 (/ (+ (* -60 (* y (pow z 2))) (* -60 (/ (* y (pow z 3)) t))) t)) (* 60 (* y z))) t))) t)) |
(/ 60 t) |
(+ (* 60 (/ z (pow t 2))) (* 60 (/ 1 t))) |
(+ (* z (+ (* 60 (/ z (pow t 3))) (* 60 (/ 1 (pow t 2))))) (* 60 (/ 1 t))) |
(+ (* z (+ (* z (+ (* 60 (/ z (pow t 4))) (* 60 (/ 1 (pow t 3))))) (* 60 (/ 1 (pow t 2))))) (* 60 (/ 1 t))) |
(/ -60 z) |
(/ (- (* -60 (/ t z)) 60) z) |
(/ (- (* -60 (/ (pow t 2) (pow z 2))) (+ 60 (* 60 (/ t z)))) z) |
(/ (- (* -60 (/ (pow t 3) (pow z 3))) (+ 60 (+ (* 60 (/ t z)) (* 60 (/ (pow t 2) (pow z 2)))))) z) |
(/ -60 z) |
(* -1 (/ (+ 60 (* 60 (/ t z))) z)) |
(* -1 (/ (+ 60 (* -1 (/ (- (* -60 (/ (pow t 2) z)) (* 60 t)) z))) z)) |
(* -1 (/ (+ 60 (* -1 (/ (- (* -1 (/ (- (* 60 (/ (pow t 3) z)) (* -60 (pow t 2))) z)) (* 60 t)) z))) z)) |
(/ -60 z) |
(- (* -60 (/ t (pow z 2))) (* 60 (/ 1 z))) |
(- (* t (- (* -60 (/ t (pow z 3))) (* 60 (/ 1 (pow z 2))))) (* 60 (/ 1 z))) |
(- (* t (- (* t (- (* -60 (/ t (pow z 4))) (* 60 (/ 1 (pow z 3))))) (* 60 (/ 1 (pow z 2))))) (* 60 (/ 1 z))) |
(/ 60 t) |
(/ (+ 60 (* 60 (/ z t))) t) |
(/ (- (+ 60 (* 60 (/ (pow z 2) (pow t 2)))) (* -60 (/ z t))) t) |
(/ (- (+ 60 (* 60 (/ (pow z 3) (pow t 3)))) (+ (* -60 (/ z t)) (* -60 (/ (pow z 2) (pow t 2))))) t) |
(/ 60 t) |
(* -1 (/ (- (* -60 (/ z t)) 60) t)) |
(* -1 (/ (- (* -1 (/ (- (* 60 (/ (pow z 2) t)) (* -60 z)) t)) 60) t)) |
(* -1 (/ (- (* -1 (/ (- (* -1 (/ (- (* -60 (/ (pow z 3) t)) (* 60 (pow z 2))) t)) (* -60 z)) t)) 60) t)) |
(* -1 t) |
(- z t) |
(- z t) |
(- z t) |
z |
(* z (+ 1 (* -1 (/ t z)))) |
(* z (+ 1 (* -1 (/ t z)))) |
(* z (+ 1 (* -1 (/ t z)))) |
z |
(* -1 (* z (- (/ t z) 1))) |
(* -1 (* z (- (/ t z) 1))) |
(* -1 (* z (- (/ t z) 1))) |
z |
(+ z (* -1 t)) |
(+ z (* -1 t)) |
(+ z (* -1 t)) |
(* -1 t) |
(* t (- (/ z t) 1)) |
(* t (- (/ z t) 1)) |
(* t (- (/ z t) 1)) |
(* -1 t) |
(* -1 (* t (+ 1 (* -1 (/ z t))))) |
(* -1 (* t (+ 1 (* -1 (/ z t))))) |
(* -1 (* t (+ 1 (* -1 (/ z t))))) |
(* 60 (/ y t)) |
(+ (* 60 (/ y t)) (* 120 a)) |
(+ (* 60 (/ y t)) (* 120 a)) |
(+ (* 60 (/ y t)) (* 120 a)) |
(* 120 a) |
(* a (+ 120 (* 60 (/ y (* a t))))) |
(* a (+ 120 (* 60 (/ y (* a t))))) |
(* a (+ 120 (* 60 (/ y (* a t))))) |
(* 120 a) |
(* -1 (* a (- (* -60 (/ y (* a t))) 120))) |
(* -1 (* a (- (* -60 (/ y (* a t))) 120))) |
(* -1 (* a (- (* -60 (/ y (* a t))) 120))) |
(* 120 a) |
(+ (* 60 (/ y t)) (* 120 a)) |
(+ (* 60 (/ y t)) (* 120 a)) |
(+ (* 60 (/ y t)) (* 120 a)) |
(* 60 (/ y t)) |
(* y (+ (* 120 (/ a y)) (* 60 (/ 1 t)))) |
(* y (+ (* 120 (/ a y)) (* 60 (/ 1 t)))) |
(* y (+ (* 120 (/ a y)) (* 60 (/ 1 t)))) |
(* 60 (/ y t)) |
(* -1 (* y (- (* -120 (/ a y)) (* 60 (/ 1 t))))) |
(* -1 (* y (- (* -120 (/ a y)) (* 60 (/ 1 t))))) |
(* -1 (* y (- (* -120 (/ a y)) (* 60 (/ 1 t))))) |
(* 60 (/ y t)) |
(/ (+ (* 60 y) (* 120 (* a t))) t) |
(/ (+ (* 60 y) (* 120 (* a t))) t) |
(/ (+ (* 60 y) (* 120 (* a t))) t) |
(* 120 a) |
(+ (* 60 (/ y t)) (* 120 a)) |
(+ (* 60 (/ y t)) (* 120 a)) |
(+ (* 60 (/ y t)) (* 120 a)) |
(* 120 a) |
(+ (* 60 (/ y t)) (* 120 a)) |
(+ (* 60 (/ y t)) (* 120 a)) |
(+ (* 60 (/ y t)) (* 120 a)) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 120 a) |
(* 60 (/ y t)) |
(* 60 (/ y t)) |
(* 60 (/ y t)) |
(* 60 (/ y t)) |
(* 60 (/ y t)) |
(* 60 (/ y t)) |
(* 60 (/ y t)) |
(* 60 (/ y t)) |
(* 60 (/ y t)) |
(* 60 (/ y t)) |
(* 60 (/ y t)) |
(* 60 (/ y t)) |
(* 60 (/ y t)) |
(* 60 (/ y t)) |
(* 60 (/ y t)) |
(* 60 (/ y t)) |
(* 60 (/ y t)) |
(* 60 (/ y t)) |
(* 60 (/ y t)) |
(* 60 (/ y t)) |
(* 60 (/ y t)) |
(* 60 (/ y t)) |
(* 60 (/ y t)) |
(* 60 (/ y t)) |
(* 60 y) |
(* 60 y) |
(* 60 y) |
(* 60 y) |
(* 60 y) |
(* 60 y) |
(* 60 y) |
(* 60 y) |
(* 60 y) |
(* 60 y) |
(* 60 y) |
(* 60 y) |
(+ (* -60 (/ y z)) (* 120 a)) |
(+ (* -60 (/ y z)) (+ (* 60 (/ x z)) (* 120 a))) |
(+ (* -60 (/ y z)) (+ (* 60 (/ x z)) (* 120 a))) |
(+ (* -60 (/ y z)) (+ (* 60 (/ x z)) (* 120 a))) |
(* 60 (/ x z)) |
(* x (+ (* -60 (/ y (* x z))) (+ (* 120 (/ a x)) (* 60 (/ 1 z))))) |
(* x (+ (* -60 (/ y (* x z))) (+ (* 120 (/ a x)) (* 60 (/ 1 z))))) |
(* x (+ (* -60 (/ y (* x z))) (+ (* 120 (/ a x)) (* 60 (/ 1 z))))) |
(* 60 (/ x z)) |
(* -1 (* x (- (* -1 (/ (+ (* -60 (/ y z)) (* 120 a)) x)) (* 60 (/ 1 z))))) |
(* -1 (* x (- (* -1 (/ (+ (* -60 (/ y z)) (* 120 a)) x)) (* 60 (/ 1 z))))) |
(* -1 (* x (- (* -1 (/ (+ (* -60 (/ y z)) (* 120 a)) x)) (* 60 (/ 1 z))))) |
(+ (* 60 (/ x z)) (* 120 a)) |
(+ (* -60 (/ y z)) (+ (* 60 (/ x z)) (* 120 a))) |
(+ (* -60 (/ y z)) (+ (* 60 (/ x z)) (* 120 a))) |
(+ (* -60 (/ y z)) (+ (* 60 (/ x z)) (* 120 a))) |
(* -60 (/ y z)) |
(* y (- (+ (* 60 (/ x (* y z))) (* 120 (/ a y))) (* 60 (/ 1 z)))) |
(* y (- (+ (* 60 (/ x (* y z))) (* 120 (/ a y))) (* 60 (/ 1 z)))) |
(* y (- (+ (* 60 (/ x (* y z))) (* 120 (/ a y))) (* 60 (/ 1 z)))) |
(* -60 (/ y z)) |
(* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x z)) (* 120 a)) y)) (* 60 (/ 1 z))))) |
(* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x z)) (* 120 a)) y)) (* 60 (/ 1 z))))) |
(* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x z)) (* 120 a)) y)) (* 60 (/ 1 z))))) |
(* 60 (/ (- x y) z)) |
(/ (+ (* 60 (- x y)) (* 120 (* a z))) z) |
(/ (+ (* 60 (- x y)) (* 120 (* a z))) z) |
(/ (+ (* 60 (- x y)) (* 120 (* a z))) z) |
(* 120 a) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(* 120 a) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(* 60 (/ (- x y) z)) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(* 120 a) |
(* a (+ 120 (* 60 (/ (- x y) (* a z))))) |
(* a (+ 120 (* 60 (/ (- x y) (* a z))))) |
(* a (+ 120 (* 60 (/ (- x y) (* a z))))) |
(* 120 a) |
(* -1 (* a (- (* -60 (/ (- x y) (* a z))) 120))) |
(* -1 (* a (- (* -60 (/ (- x y) (* a z))) 120))) |
(* -1 (* a (- (* -60 (/ (- x y) (* a z))) 120))) |
(* -60 (/ y z)) |
(+ (* -60 (/ y z)) (* 60 (/ x z))) |
(+ (* -60 (/ y z)) (* 60 (/ x z))) |
(+ (* -60 (/ y z)) (* 60 (/ x z))) |
(* 60 (/ x z)) |
(* x (+ (* -60 (/ y (* x z))) (* 60 (/ 1 z)))) |
(* x (+ (* -60 (/ y (* x z))) (* 60 (/ 1 z)))) |
(* x (+ (* -60 (/ y (* x z))) (* 60 (/ 1 z)))) |
(* 60 (/ x z)) |
(* -1 (* x (- (* 60 (/ y (* x z))) (* 60 (/ 1 z))))) |
(* -1 (* x (- (* 60 (/ y (* x z))) (* 60 (/ 1 z))))) |
(* -1 (* x (- (* 60 (/ y (* x z))) (* 60 (/ 1 z))))) |
(* 60 (/ x z)) |
(+ (* -60 (/ y z)) (* 60 (/ x z))) |
(+ (* -60 (/ y z)) (* 60 (/ x z))) |
(+ (* -60 (/ y z)) (* 60 (/ x z))) |
(* -60 (/ y z)) |
(* y (- (* 60 (/ x (* y z))) (* 60 (/ 1 z)))) |
(* y (- (* 60 (/ x (* y z))) (* 60 (/ 1 z)))) |
(* y (- (* 60 (/ x (* y z))) (* 60 (/ 1 z)))) |
(* -60 (/ y z)) |
(* -1 (* y (+ (* -60 (/ x (* y z))) (* 60 (/ 1 z))))) |
(* -1 (* y (+ (* -60 (/ x (* y z))) (* 60 (/ 1 z))))) |
(* -1 (* y (+ (* -60 (/ x (* y z))) (* 60 (/ 1 z))))) |
(* 60 (/ (- x y) z)) |
(* 60 (/ (- x y) z)) |
(* 60 (/ (- x y) z)) |
(* 60 (/ (- x y) z)) |
(* 60 (/ (- x y) z)) |
(* 60 (/ (- x y) z)) |
(* 60 (/ (- x y) z)) |
(* 60 (/ (- x y) z)) |
(* 60 (/ (- x y) z)) |
(* 60 (/ (- x y) z)) |
(* 60 (/ (- x y) z)) |
(* 60 (/ (- x y) z)) |
(* -1 (/ y z)) |
(+ (* -1 (/ y z)) (/ x z)) |
(+ (* -1 (/ y z)) (/ x z)) |
(+ (* -1 (/ y z)) (/ x z)) |
(/ x z) |
(* x (+ (* -1 (/ y (* x z))) (/ 1 z))) |
(* x (+ (* -1 (/ y (* x z))) (/ 1 z))) |
(* x (+ (* -1 (/ y (* x z))) (/ 1 z))) |
(/ x z) |
(* -1 (* x (- (/ y (* x z)) (/ 1 z)))) |
(* -1 (* x (- (/ y (* x z)) (/ 1 z)))) |
(* -1 (* x (- (/ y (* x z)) (/ 1 z)))) |
(/ x z) |
(+ (* -1 (/ y z)) (/ x z)) |
(+ (* -1 (/ y z)) (/ x z)) |
(+ (* -1 (/ y z)) (/ x z)) |
(* -1 (/ y z)) |
(* y (- (/ x (* y z)) (/ 1 z))) |
(* y (- (/ x (* y z)) (/ 1 z))) |
(* y (- (/ x (* y z)) (/ 1 z))) |
(* -1 (/ y z)) |
(* -1 (* y (+ (* -1 (/ x (* y z))) (/ 1 z)))) |
(* -1 (* y (+ (* -1 (/ x (* y z))) (/ 1 z)))) |
(* -1 (* y (+ (* -1 (/ x (* y z))) (/ 1 z)))) |
(/ (- x y) z) |
(/ (- x y) z) |
(/ (- x y) z) |
(/ (- x y) z) |
(/ (- x y) z) |
(/ (- x y) z) |
(/ (- x y) z) |
(/ (- x y) z) |
(/ (- x y) z) |
(/ (- x y) z) |
(/ (- x y) z) |
(/ (- x y) z) |
(* -1 y) |
(- x y) |
(- x y) |
(- x y) |
x |
(* x (+ 1 (* -1 (/ y x)))) |
(* x (+ 1 (* -1 (/ y x)))) |
(* x (+ 1 (* -1 (/ y x)))) |
x |
(* -1 (* x (- (/ y x) 1))) |
(* -1 (* x (- (/ y x) 1))) |
(* -1 (* x (- (/ y x) 1))) |
x |
(+ x (* -1 y)) |
(+ x (* -1 y)) |
(+ x (* -1 y)) |
(* -1 y) |
(* y (- (/ x y) 1)) |
(* y (- (/ x y) 1)) |
(* y (- (/ x y) 1)) |
(* -1 y) |
(* -1 (* y (+ 1 (* -1 (/ x y))))) |
(* -1 (* y (+ 1 (* -1 (/ x y))))) |
(* -1 (* y (+ 1 (* -1 (/ x y))))) |
(/ 1 (+ (* -120 a) (* -60 (/ y (- z t))))) |
(+ (* -60 (/ x (* (pow (+ (* -120 a) (* -60 (/ y (- z t)))) 2) (- z t)))) (/ 1 (+ (* -120 a) (* -60 (/ y (- z t)))))) |
(+ (* x (- (* 3600 (/ x (* (pow (+ (* -120 a) (* -60 (/ y (- z t)))) 3) (pow (- z t) 2)))) (* 60 (/ 1 (* (pow (+ (* -120 a) (* -60 (/ y (- z t)))) 2) (- z t)))))) (/ 1 (+ (* -120 a) (* -60 (/ y (- z t)))))) |
(+ (* x (- (* x (+ (* -216000 (/ x (* (pow (+ (* -120 a) (* -60 (/ y (- z t)))) 4) (pow (- z t) 3)))) (* 3600 (/ 1 (* (pow (+ (* -120 a) (* -60 (/ y (- z t)))) 3) (pow (- z t) 2)))))) (* 60 (/ 1 (* (pow (+ (* -120 a) (* -60 (/ y (- z t)))) 2) (- z t)))))) (/ 1 (+ (* -120 a) (* -60 (/ y (- z t)))))) |
(* 1/60 (/ (- z t) x)) |
(/ (+ (* -1/3600 (/ (* (+ (* -120 a) (* -60 (/ y (- z t)))) (pow (- z t) 2)) x)) (* 1/60 (- z t))) x) |
(/ (- (+ (* 1/216000 (/ (* (pow (+ (* -120 a) (* -60 (/ y (- z t)))) 2) (pow (- z t) 3)) (pow x 2))) (* 1/60 (- z t))) (* 1/3600 (/ (* (+ (* -120 a) (* -60 (/ y (- z t)))) (pow (- z t) 2)) x))) x) |
(/ (- (+ (* -1/12960000 (/ (* (pow (+ (* -120 a) (* -60 (/ y (- z t)))) 3) (pow (- z t) 4)) (pow x 3))) (* 1/60 (- z t))) (+ (* -1/216000 (/ (* (pow (+ (* -120 a) (* -60 (/ y (- z t)))) 2) (pow (- z t) 3)) (pow x 2))) (* 1/3600 (/ (* (+ (* -120 a) (* -60 (/ y (- z t)))) (pow (- z t) 2)) x)))) x) |
(* 1/60 (/ (- z t) x)) |
(* -1 (/ (+ (* -1/60 (- z t)) (* 1/3600 (/ (* (+ (* -120 a) (* -60 (/ y (- z t)))) (pow (- z t) 2)) x))) x)) |
(* -1 (/ (+ (* -1 (/ (- (* 1/216000 (/ (* (pow (+ (* -120 a) (* -60 (/ y (- z t)))) 2) (pow (- z t) 3)) x)) (* 1/3600 (* (+ (* -120 a) (* -60 (/ y (- z t)))) (pow (- z t) 2)))) x)) (* -1/60 (- z t))) x)) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (* 1/12960000 (/ (* (pow (+ (* -120 a) (* -60 (/ y (- z t)))) 3) (pow (- z t) 4)) x)) (* 1/216000 (* (pow (+ (* -120 a) (* -60 (/ y (- z t)))) 2) (pow (- z t) 3)))) x)) (* 1/3600 (* (+ (* -120 a) (* -60 (/ y (- z t)))) (pow (- z t) 2)))) x)) (* -1/60 (- z t))) x)) |
(/ 1 (+ (* -120 a) (* 60 (/ x (- z t))))) |
(+ (* 60 (/ y (* (pow (+ (* -120 a) (* 60 (/ x (- z t)))) 2) (- z t)))) (/ 1 (+ (* -120 a) (* 60 (/ x (- z t)))))) |
(+ (* y (+ (* 3600 (/ y (* (pow (+ (* -120 a) (* 60 (/ x (- z t)))) 3) (pow (- z t) 2)))) (* 60 (/ 1 (* (pow (+ (* -120 a) (* 60 (/ x (- z t)))) 2) (- z t)))))) (/ 1 (+ (* -120 a) (* 60 (/ x (- z t)))))) |
(+ (* y (+ (* y (+ (* 216000 (/ y (* (pow (+ (* -120 a) (* 60 (/ x (- z t)))) 4) (pow (- z t) 3)))) (* 3600 (/ 1 (* (pow (+ (* -120 a) (* 60 (/ x (- z t)))) 3) (pow (- z t) 2)))))) (* 60 (/ 1 (* (pow (+ (* -120 a) (* 60 (/ x (- z t)))) 2) (- z t)))))) (/ 1 (+ (* -120 a) (* 60 (/ x (- z t)))))) |
(* -1/60 (/ (- z t) y)) |
(/ (+ (* -1/60 (- z t)) (* -1/3600 (/ (* (+ (* -120 a) (* 60 (/ x (- z t)))) (pow (- z t) 2)) y))) y) |
(/ (- (+ (* -1/60 (- z t)) (* -1/216000 (/ (* (pow (+ (* -120 a) (* 60 (/ x (- z t)))) 2) (pow (- z t) 3)) (pow y 2)))) (* 1/3600 (/ (* (+ (* -120 a) (* 60 (/ x (- z t)))) (pow (- z t) 2)) y))) y) |
(/ (- (+ (* -1/60 (- z t)) (* -1/12960000 (/ (* (pow (+ (* -120 a) (* 60 (/ x (- z t)))) 3) (pow (- z t) 4)) (pow y 3)))) (+ (* 1/216000 (/ (* (pow (+ (* -120 a) (* 60 (/ x (- z t)))) 2) (pow (- z t) 3)) (pow y 2))) (* 1/3600 (/ (* (+ (* -120 a) (* 60 (/ x (- z t)))) (pow (- z t) 2)) y)))) y) |
(* -1/60 (/ (- z t) y)) |
(* -1 (/ (+ (* 1/3600 (/ (* (+ (* -120 a) (* 60 (/ x (- z t)))) (pow (- z t) 2)) y)) (* 1/60 (- z t))) y)) |
(* -1 (/ (+ (* -1 (/ (- (* -1/216000 (/ (* (pow (+ (* -120 a) (* 60 (/ x (- z t)))) 2) (pow (- z t) 3)) y)) (* 1/3600 (* (+ (* -120 a) (* 60 (/ x (- z t)))) (pow (- z t) 2)))) y)) (* 1/60 (- z t))) y)) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (* 1/12960000 (/ (* (pow (+ (* -120 a) (* 60 (/ x (- z t)))) 3) (pow (- z t) 4)) y)) (* -1/216000 (* (pow (+ (* -120 a) (* 60 (/ x (- z t)))) 2) (pow (- z t) 3)))) y)) (* 1/3600 (* (+ (* -120 a) (* 60 (/ x (- z t)))) (pow (- z t) 2)))) y)) (* 1/60 (- z t))) y)) |
(/ 1 (+ (* -120 a) (* -60 (/ (- x y) t)))) |
(+ (* -60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow (+ (* -120 a) (* -60 (/ (- x y) t))) 2))) (/ 1 (+ (* -120 a) (* -60 (/ (- x y) t))))) |
(+ (* z (- (* -1 (* z (+ (* -3600 (/ (pow (- (/ y (pow t 2)) (/ x (pow t 2))) 2) (pow (+ (* -120 a) (* -60 (/ (- x y) t))) 3))) (* 60 (/ (- (/ y (pow t 2)) (/ x (pow t 2))) (* t (pow (+ (* -120 a) (* -60 (/ (- x y) t))) 2))))))) (* 60 (/ (- (/ y (pow t 2)) (/ x (pow t 2))) (pow (+ (* -120 a) (* -60 (/ (- x y) t))) 2))))) (/ 1 (+ (* -120 a) (* -60 (/ (- x y) t))))) |
(+ (* z (- (* z (- (* -1 (* z (+ (* -3600 (/ (pow (- (/ y (pow t 2)) (/ x (pow t 2))) 2) (* t (pow (+ (* -120 a) (* -60 (/ (- x y) t))) 3)))) (+ (* -60 (/ (* (+ (* -3600 (/ (pow (- (/ y (pow t 2)) (/ x (pow t 2))) 2) (pow (+ (* -120 a) (* -60 (/ (- x y) t))) 3))) (* 60 (/ (- (/ y (pow t 2)) (/ x (pow t 2))) (* t (pow (+ (* -120 a) (* -60 (/ (- x y) t))) 2))))) (- (/ y (pow t 2)) (/ x (pow t 2)))) (+ (* -120 a) (* -60 (/ (- x y) t))))) (* 60 (/ (- (/ y (pow t 2)) (/ x (pow t 2))) (* (pow t 2) (pow (+ (* -120 a) (* -60 (/ (- x y) t))) 2)))))))) (+ (* -3600 (/ (pow (- (/ y (pow t 2)) (/ x (pow t 2))) 2) (pow (+ (* -120 a) (* -60 (/ (- x y) t))) 3))) (* 60 (/ (- (/ y (pow t 2)) (/ x (pow t 2))) (* t (pow (+ (* -120 a) (* -60 (/ (- x y) t))) 2))))))) (* 60 (/ (- (/ y (pow t 2)) (/ x (pow t 2))) (pow (+ (* -120 a) (* -60 (/ (- x y) t))) 2))))) (/ 1 (+ (* -120 a) (* -60 (/ (- x y) t))))) |
(/ -1/120 a) |
(- (* -1/240 (/ (- x y) (* (pow a 2) z))) (* 1/120 (/ 1 a))) |
(- (* -1 (/ (+ (* 1/480 (/ (pow (- x y) 2) (pow a 3))) (* 1/240 (/ (* t (- x y)) (pow a 2)))) (pow z 2))) (+ (* 1/240 (/ (- x y) (* (pow a 2) z))) (* 1/120 (/ 1 a)))) |
(- (* -1 (/ (+ (* 1/480 (/ (* t (pow (- x y) 2)) (pow a 3))) (+ (* 1/240 (/ (* (pow t 2) (- x y)) (pow a 2))) (* 1/2 (/ (* (+ (* 1/480 (/ (pow (- x y) 2) (pow a 3))) (* 1/240 (/ (* t (- x y)) (pow a 2)))) (- x y)) a)))) (pow z 3))) (+ (* 1/480 (/ (pow (- x y) 2) (* (pow a 3) (pow z 2)))) (+ (* 1/240 (/ (* t (- x y)) (* (pow a 2) (pow z 2)))) (+ (* 1/240 (/ (- x y) (* (pow a 2) z))) (* 1/120 (/ 1 a)))))) |
(/ -1/120 a) |
(- (* -1/240 (/ (- x y) (* (pow a 2) z))) (* 1/120 (/ 1 a))) |
(- (* -1 (/ (- (+ (* 1/480 (/ (pow (- x y) 2) (* (pow a 3) z))) (* 1/240 (/ (* t (- x y)) (* (pow a 2) z)))) (* -1/240 (/ (- x y) (pow a 2)))) z)) (* 1/120 (/ 1 a))) |
(- (* -1 (/ (- (* -1 (/ (- (+ (* -1/2 (/ (* (+ (* 1/480 (/ (pow (- x y) 2) (pow a 3))) (* 1/240 (/ (* t (- x y)) (pow a 2)))) (- x y)) (* a z))) (+ (* -1/240 (/ (* (pow t 2) (- x y)) (* (pow a 2) z))) (* -1/480 (/ (* t (pow (- x y) 2)) (* (pow a 3) z))))) (+ (* 1/480 (/ (pow (- x y) 2) (pow a 3))) (* 1/240 (/ (* t (- x y)) (pow a 2))))) z)) (* -1/240 (/ (- x y) (pow a 2)))) z)) (* 1/120 (/ 1 a))) |
(/ 1 (+ (* -120 a) (* 60 (/ (- x y) z)))) |
(+ (* -60 (/ (* t (- x y)) (* (pow z 2) (pow (+ (* -120 a) (* 60 (/ (- x y) z))) 2)))) (/ 1 (+ (* -120 a) (* 60 (/ (- x y) z))))) |
(+ (* t (- (* -1 (* t (+ (* -3600 (/ (pow (- x y) 2) (* (pow z 4) (pow (+ (* -120 a) (* 60 (/ (- x y) z))) 3)))) (* 60 (/ (- x y) (* (pow z 3) (pow (+ (* -120 a) (* 60 (/ (- x y) z))) 2))))))) (* 60 (/ (- x y) (* (pow z 2) (pow (+ (* -120 a) (* 60 (/ (- x y) z))) 2)))))) (/ 1 (+ (* -120 a) (* 60 (/ (- x y) z))))) |
(+ (* t (- (* t (- (* -1 (* t (+ (* -3600 (/ (pow (- x y) 2) (* (pow z 5) (pow (+ (* -120 a) (* 60 (/ (- x y) z))) 3)))) (+ (* -60 (/ (* (+ (* -3600 (/ (pow (- x y) 2) (* (pow z 4) (pow (+ (* -120 a) (* 60 (/ (- x y) z))) 3)))) (* 60 (/ (- x y) (* (pow z 3) (pow (+ (* -120 a) (* 60 (/ (- x y) z))) 2))))) (- x y)) (* (pow z 2) (+ (* -120 a) (* 60 (/ (- x y) z)))))) (* 60 (/ (- x y) (* (pow z 4) (pow (+ (* -120 a) (* 60 (/ (- x y) z))) 2)))))))) (+ (* -3600 (/ (pow (- x y) 2) (* (pow z 4) (pow (+ (* -120 a) (* 60 (/ (- x y) z))) 3)))) (* 60 (/ (- x y) (* (pow z 3) (pow (+ (* -120 a) (* 60 (/ (- x y) z))) 2))))))) (* 60 (/ (- x y) (* (pow z 2) (pow (+ (* -120 a) (* 60 (/ (- x y) z))) 2)))))) (/ 1 (+ (* -120 a) (* 60 (/ (- x y) z))))) |
(/ -1/120 a) |
(- (* 1/240 (/ (- x y) (* (pow a 2) t))) (* 1/120 (/ 1 a))) |
(- (* -1 (/ (+ (* -1/240 (/ (* z (- x y)) (pow a 2))) (* 1/480 (/ (pow (- x y) 2) (pow a 3)))) (pow t 2))) (+ (* -1/240 (/ (- x y) (* (pow a 2) t))) (* 1/120 (/ 1 a)))) |
(- (* -1 (/ (+ (* -1/2 (/ (* (+ (* -1/240 (/ (* z (- x y)) (pow a 2))) (* 1/480 (/ (pow (- x y) 2) (pow a 3)))) (- x y)) a)) (+ (* -1/240 (/ (* (pow z 2) (- x y)) (pow a 2))) (* 1/480 (/ (* z (pow (- x y) 2)) (pow a 3))))) (pow t 3))) (+ (* -1/240 (/ (* z (- x y)) (* (pow a 2) (pow t 2)))) (+ (* -1/240 (/ (- x y) (* (pow a 2) t))) (+ (* 1/480 (/ (pow (- x y) 2) (* (pow a 3) (pow t 2)))) (* 1/120 (/ 1 a)))))) |
(/ -1/120 a) |
(- (* 1/240 (/ (- x y) (* (pow a 2) t))) (* 1/120 (/ 1 a))) |
(- (* -1 (/ (- (+ (* -1/240 (/ (* z (- x y)) (* (pow a 2) t))) (* 1/480 (/ (pow (- x y) 2) (* (pow a 3) t)))) (* 1/240 (/ (- x y) (pow a 2)))) t)) (* 1/120 (/ 1 a))) |
(- (* -1 (/ (- (* -1 (/ (- (+ (* -1/480 (/ (* z (pow (- x y) 2)) (* (pow a 3) t))) (+ (* 1/240 (/ (* (pow z 2) (- x y)) (* (pow a 2) t))) (* 1/2 (/ (* (+ (* -1/240 (/ (* z (- x y)) (pow a 2))) (* 1/480 (/ (pow (- x y) 2) (pow a 3)))) (- x y)) (* a t))))) (+ (* -1/240 (/ (* z (- x y)) (pow a 2))) (* 1/480 (/ (pow (- x y) 2) (pow a 3))))) t)) (* 1/240 (/ (- x y) (pow a 2)))) t)) (* 1/120 (/ 1 a))) |
(* 1/60 (/ (- z t) (- x y))) |
(+ (* 1/60 (/ (- z t) (- x y))) (* 1/30 (/ (* a (pow (- z t) 2)) (pow (- x y) 2)))) |
(+ (* 1/60 (/ (- z t) (- x y))) (* a (- (* 1/15 (/ (* a (pow (- z t) 3)) (pow (- x y) 3))) (* -1/30 (/ (pow (- z t) 2) (pow (- x y) 2)))))) |
(+ (* 1/60 (/ (- z t) (- x y))) (* a (- (* a (- (* 2/15 (/ (* a (pow (- z t) 4)) (pow (- x y) 4))) (* -1/15 (/ (pow (- z t) 3) (pow (- x y) 3))))) (* -1/30 (/ (pow (- z t) 2) (pow (- x y) 2)))))) |
(/ -1/120 a) |
(/ (- (* -1/240 (/ (- x y) (* a (- z t)))) 1/120) a) |
(/ (- (* -1/480 (/ (pow (- x y) 2) (* (pow a 2) (pow (- z t) 2)))) (+ 1/120 (* 1/240 (/ (- x y) (* a (- z t)))))) a) |
(/ (- (* -1/960 (/ (pow (- x y) 3) (* (pow a 3) (pow (- z t) 3)))) (+ 1/120 (+ (* 1/480 (/ (pow (- x y) 2) (* (pow a 2) (pow (- z t) 2)))) (* 1/240 (/ (- x y) (* a (- z t))))))) a) |
(/ -1/120 a) |
(* -1 (/ (+ 1/120 (* 1/240 (/ (- x y) (* a (- z t))))) a)) |
(* -1 (/ (+ 1/120 (* -1 (/ (- (* -1/480 (/ (pow (- x y) 2) (* a (pow (- z t) 2)))) (* 1/240 (/ (- x y) (- z t)))) a))) a)) |
(* -1 (/ (+ 1/120 (* -1 (/ (- (* -1 (/ (- (* 1/960 (/ (pow (- x y) 3) (* a (pow (- z t) 3)))) (* -1/480 (/ (pow (- x y) 2) (pow (- z t) 2)))) a)) (* 1/240 (/ (- x y) (- z t)))) a))) a)) |
(* -60 (/ y (- t z))) |
(+ (* -60 (/ y (- t z))) (* 60 (/ x (- t z)))) |
(+ (* -60 (/ y (- t z))) (* 60 (/ x (- t z)))) |
(+ (* -60 (/ y (- t z))) (* 60 (/ x (- t z)))) |
(* 60 (/ x (- t z))) |
(* x (+ (* -60 (/ y (* x (- t z)))) (* 60 (/ 1 (- t z))))) |
(* x (+ (* -60 (/ y (* x (- t z)))) (* 60 (/ 1 (- t z))))) |
(* x (+ (* -60 (/ y (* x (- t z)))) (* 60 (/ 1 (- t z))))) |
(* 60 (/ x (- t z))) |
(* -1 (* x (- (* 60 (/ y (* x (- t z)))) (* 60 (/ 1 (- t z)))))) |
(* -1 (* x (- (* 60 (/ y (* x (- t z)))) (* 60 (/ 1 (- t z)))))) |
(* -1 (* x (- (* 60 (/ y (* x (- t z)))) (* 60 (/ 1 (- t z)))))) |
(* 60 (/ x (- t z))) |
(+ (* -60 (/ y (- t z))) (* 60 (/ x (- t z)))) |
(+ (* -60 (/ y (- t z))) (* 60 (/ x (- t z)))) |
(+ (* -60 (/ y (- t z))) (* 60 (/ x (- t z)))) |
(* -60 (/ y (- t z))) |
(* y (- (* 60 (/ x (* y (- t z)))) (* 60 (/ 1 (- t z))))) |
(* y (- (* 60 (/ x (* y (- t z)))) (* 60 (/ 1 (- t z))))) |
(* y (- (* 60 (/ x (* y (- t z)))) (* 60 (/ 1 (- t z))))) |
(* -60 (/ y (- t z))) |
(* -1 (* y (+ (* -60 (/ x (* y (- t z)))) (* 60 (/ 1 (- t z)))))) |
(* -1 (* y (+ (* -60 (/ x (* y (- t z)))) (* 60 (/ 1 (- t z)))))) |
(* -1 (* y (+ (* -60 (/ x (* y (- t z)))) (* 60 (/ 1 (- t z)))))) |
(* -60 (/ (- x y) z)) |
(+ (* -60 (/ (- x y) z)) (* 60 (* t (- (/ y (pow z 2)) (/ x (pow z 2)))))) |
(+ (* -60 (/ (- x y) z)) (* t (+ (* 60 (- (/ y (pow z 2)) (/ x (pow z 2)))) (* 60 (/ (* t (- (/ y (pow z 2)) (/ x (pow z 2)))) z))))) |
(+ (* -60 (/ (- x y) z)) (* t (+ (* 60 (- (/ y (pow z 2)) (/ x (pow z 2)))) (* t (+ (* 60 (/ (* t (- (/ y (pow z 2)) (/ x (pow z 2)))) (pow z 2))) (* 60 (/ (- (/ y (pow z 2)) (/ x (pow z 2))) z))))))) |
(* 60 (/ (- x y) t)) |
(/ (+ (* 60 (- x y)) (* 60 (/ (* z (- x y)) t))) t) |
(/ (+ (* 60 (- x y)) (+ (* 60 (/ (* z (- x y)) t)) (* 60 (/ (* (pow z 2) (- x y)) (pow t 2))))) t) |
(/ (+ (* 60 (- x y)) (+ (* 60 (/ (* z (- x y)) t)) (+ (* 60 (/ (* (pow z 2) (- x y)) (pow t 2))) (* 60 (/ (* (pow z 3) (- x y)) (pow t 3)))))) t) |
(* 60 (/ (- x y) t)) |
(* -1 (/ (+ (* -60 (- x y)) (* -60 (/ (* z (- x y)) t))) t)) |
(* -1 (/ (+ (* -60 (- x y)) (* -1 (/ (+ (* 60 (* z (- x y))) (* 60 (/ (* (pow z 2) (- x y)) t))) t))) t)) |
(* -1 (/ (+ (* -60 (- x y)) (* -1 (/ (+ (* -1 (/ (+ (* -60 (* (pow z 2) (- x y))) (* -60 (/ (* (pow z 3) (- x y)) t))) t)) (* 60 (* z (- x y)))) t))) t)) |
(* 60 (/ (- x y) t)) |
(+ (* 60 (/ (* z (- x y)) (pow t 2))) (* 60 (/ (- x y) t))) |
(+ (* 60 (/ (- x y) t)) (* z (+ (* 60 (/ (* z (- x y)) (pow t 3))) (* 60 (/ (- x y) (pow t 2)))))) |
(+ (* 60 (/ (- x y) t)) (* z (+ (* 60 (/ (- x y) (pow t 2))) (* z (+ (* 60 (/ (* z (- x y)) (pow t 4))) (* 60 (/ (- x y) (pow t 3)))))))) |
(* -60 (/ (- x y) z)) |
(/ (+ (* -60 (- x y)) (* -60 (/ (* t (- x y)) z))) z) |
(/ (+ (* -60 (- x y)) (+ (* -60 (/ (* t (- x y)) z)) (* -60 (/ (* (pow t 2) (- x y)) (pow z 2))))) z) |
(/ (+ (* -60 (- x y)) (+ (* -60 (/ (* t (- x y)) z)) (+ (* -60 (/ (* (pow t 2) (- x y)) (pow z 2))) (* -60 (/ (* (pow t 3) (- x y)) (pow z 3)))))) z) |
(* -60 (/ (- x y) z)) |
(* -1 (/ (+ (* 60 (- x y)) (* 60 (/ (* t (- x y)) z))) z)) |
(* -1 (/ (+ (* -1 (/ (+ (* -60 (* t (- x y))) (* -60 (/ (* (pow t 2) (- x y)) z))) z)) (* 60 (- x y))) z)) |
(* -1 (/ (+ (* -1 (/ (+ (* -60 (* t (- x y))) (* -1 (/ (+ (* 60 (* (pow t 2) (- x y))) (* 60 (/ (* (pow t 3) (- x y)) z))) z))) z)) (* 60 (- x y))) z)) |
(* -60 (/ y (- z t))) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(* 60 (/ x (- z t))) |
(* x (+ (* -60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t))))) |
(* x (+ (* -60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t))))) |
(* x (+ (* -60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t))))) |
(* 60 (/ x (- z t))) |
(* -1 (* x (- (* 60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t)))))) |
(* -1 (* x (- (* 60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t)))))) |
(* -1 (* x (- (* 60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t)))))) |
(* 60 (/ x (- z t))) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(* -60 (/ y (- z t))) |
(* y (- (* 60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t))))) |
(* y (- (* 60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t))))) |
(* y (- (* 60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t))))) |
(* -60 (/ y (- z t))) |
(* -1 (* y (+ (* -60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t)))))) |
(* -1 (* y (+ (* -60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t)))))) |
(* -1 (* y (+ (* -60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t)))))) |
(* -60 (/ (- x y) t)) |
(+ (* -60 (/ (- x y) t)) (* 60 (* z (- (/ y (pow t 2)) (/ x (pow t 2)))))) |
(+ (* -60 (/ (- x y) t)) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) t))))) |
(+ (* -60 (/ (- x y) t)) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* z (+ (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* 60 (/ (- (/ y (pow t 2)) (/ x (pow t 2))) t))))))) |
(* 60 (/ (- x y) z)) |
(/ (+ (* 60 (- x y)) (* 60 (/ (* t (- x y)) z))) z) |
(/ (+ (* 60 (- x y)) (+ (* 60 (/ (* t (- x y)) z)) (* 60 (/ (* (pow t 2) (- x y)) (pow z 2))))) z) |
(/ (+ (* 60 (- x y)) (+ (* 60 (/ (* t (- x y)) z)) (+ (* 60 (/ (* (pow t 2) (- x y)) (pow z 2))) (* 60 (/ (* (pow t 3) (- x y)) (pow z 3)))))) z) |
(* 60 (/ (- x y) z)) |
(* -1 (/ (+ (* -60 (- x y)) (* -60 (/ (* t (- x y)) z))) z)) |
(* -1 (/ (+ (* -60 (- x y)) (* -1 (/ (+ (* 60 (* t (- x y))) (* 60 (/ (* (pow t 2) (- x y)) z))) z))) z)) |
(* -1 (/ (+ (* -60 (- x y)) (* -1 (/ (+ (* -1 (/ (+ (* -60 (* (pow t 2) (- x y))) (* -60 (/ (* (pow t 3) (- x y)) z))) z)) (* 60 (* t (- x y)))) z))) z)) |
(* 60 (/ (- x y) z)) |
(+ (* 60 (/ (* t (- x y)) (pow z 2))) (* 60 (/ (- x y) z))) |
(+ (* 60 (/ (- x y) z)) (* t (+ (* 60 (/ (* t (- x y)) (pow z 3))) (* 60 (/ (- x y) (pow z 2)))))) |
(+ (* 60 (/ (- x y) z)) (* t (+ (* 60 (/ (- x y) (pow z 2))) (* t (+ (* 60 (/ (* t (- x y)) (pow z 4))) (* 60 (/ (- x y) (pow z 3)))))))) |
(* -60 (/ (- x y) t)) |
(/ (+ (* -60 (- x y)) (* -60 (/ (* z (- x y)) t))) t) |
(/ (+ (* -60 (- x y)) (+ (* -60 (/ (* z (- x y)) t)) (* -60 (/ (* (pow z 2) (- x y)) (pow t 2))))) t) |
(/ (+ (* -60 (- x y)) (+ (* -60 (/ (* z (- x y)) t)) (+ (* -60 (/ (* (pow z 2) (- x y)) (pow t 2))) (* -60 (/ (* (pow z 3) (- x y)) (pow t 3)))))) t) |
(* -60 (/ (- x y) t)) |
(* -1 (/ (+ (* 60 (- x y)) (* 60 (/ (* z (- x y)) t))) t)) |
(* -1 (/ (+ (* -1 (/ (+ (* -60 (* z (- x y))) (* -60 (/ (* (pow z 2) (- x y)) t))) t)) (* 60 (- x y))) t)) |
(* -1 (/ (+ (* -1 (/ (+ (* -60 (* z (- x y))) (* -1 (/ (+ (* 60 (* (pow z 2) (- x y))) (* 60 (/ (* (pow z 3) (- x y)) t))) t))) t)) (* 60 (- x y))) t)) |
| Outputs |
|---|
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
(* -60 (/ (- x y) (- t z))) |
(/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (-.f64 t z)) |
(- (* 120 a) (* 60 (/ (- x y) (- t z)))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (-.f64 t z))) |
(- (* 120 a) (* 60 (/ (- x y) (- t z)))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (-.f64 t z))) |
(- (* 120 a) (* 60 (/ (- x y) (- t z)))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (-.f64 t z))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* a (+ 120 (* -60 (/ (- x y) (* a (- t z)))))) |
(*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (*.f64 (-.f64 t z) a)))) |
(* a (+ 120 (* -60 (/ (- x y) (* a (- t z)))))) |
(*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (*.f64 (-.f64 t z) a)))) |
(* a (+ 120 (* -60 (/ (- x y) (* a (- t z)))))) |
(*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (*.f64 (-.f64 t z) a)))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* -1 (* a (- (* 60 (/ (- x y) (* a (- t z)))) 120))) |
(*.f64 (+.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (*.f64 (-.f64 t z) a)) #s(literal -120 binary64)) (neg.f64 a)) |
(* -1 (* a (- (* 60 (/ (- x y) (* a (- t z)))) 120))) |
(*.f64 (+.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (*.f64 (-.f64 t z) a)) #s(literal -120 binary64)) (neg.f64 a)) |
(* -1 (* a (- (* 60 (/ (- x y) (* a (- t z)))) 120))) |
(*.f64 (+.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (*.f64 (-.f64 t z) a)) #s(literal -120 binary64)) (neg.f64 a)) |
(- (* 120 a) (* -60 (/ y (- t z)))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (/.f64 y (-.f64 t z)))) |
(- (+ (* -60 (/ x (- t z))) (* 120 a)) (* -60 (/ y (- t z)))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) x) (-.f64 t z)) (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (/.f64 y (-.f64 t z))))) |
(- (+ (* -60 (/ x (- t z))) (* 120 a)) (* -60 (/ y (- t z)))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) x) (-.f64 t z)) (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (/.f64 y (-.f64 t z))))) |
(- (+ (* -60 (/ x (- t z))) (* 120 a)) (* -60 (/ y (- t z)))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) x) (-.f64 t z)) (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (/.f64 y (-.f64 t z))))) |
(* -60 (/ x (- t z))) |
(/.f64 (*.f64 #s(literal -60 binary64) x) (-.f64 t z)) |
(* x (- (* 120 (/ a x)) (+ (* -60 (/ y (* x (- t z)))) (* 60 (/ 1 (- t z)))))) |
(*.f64 x (-.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) x) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 x (-.f64 t z))) (/.f64 #s(literal 60 binary64) (-.f64 t z))))) |
(* x (- (* 120 (/ a x)) (+ (* -60 (/ y (* x (- t z)))) (* 60 (/ 1 (- t z)))))) |
(*.f64 x (-.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) x) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 x (-.f64 t z))) (/.f64 #s(literal 60 binary64) (-.f64 t z))))) |
(* x (- (* 120 (/ a x)) (+ (* -60 (/ y (* x (- t z)))) (* 60 (/ 1 (- t z)))))) |
(*.f64 x (-.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) x) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 x (-.f64 t z))) (/.f64 #s(literal 60 binary64) (-.f64 t z))))) |
(* -60 (/ x (- t z))) |
(/.f64 (*.f64 #s(literal -60 binary64) x) (-.f64 t z)) |
(* -1 (* x (+ (* -1 (/ (- (* 120 a) (* -60 (/ y (- t z)))) x)) (* 60 (/ 1 (- t z)))))) |
(*.f64 (-.f64 (/.f64 #s(literal 60 binary64) (-.f64 t z)) (/.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (/.f64 y (-.f64 t z)))) x)) (neg.f64 x)) |
(* -1 (* x (+ (* -1 (/ (- (* 120 a) (* -60 (/ y (- t z)))) x)) (* 60 (/ 1 (- t z)))))) |
(*.f64 (-.f64 (/.f64 #s(literal 60 binary64) (-.f64 t z)) (/.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (/.f64 y (-.f64 t z)))) x)) (neg.f64 x)) |
(* -1 (* x (+ (* -1 (/ (- (* 120 a) (* -60 (/ y (- t z)))) x)) (* 60 (/ 1 (- t z)))))) |
(*.f64 (-.f64 (/.f64 #s(literal 60 binary64) (-.f64 t z)) (/.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (/.f64 y (-.f64 t z)))) x)) (neg.f64 x)) |
(- (* 120 a) (* 60 (/ x (- t z)))) |
(-.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (/.f64 x (-.f64 t z)))) |
(- (+ (* 60 (/ y (- t z))) (* 120 a)) (* 60 (/ x (- t z)))) |
(+.f64 (*.f64 #s(literal 60 binary64) (/.f64 y (-.f64 t z))) (-.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (/.f64 x (-.f64 t z))))) |
(- (+ (* 60 (/ y (- t z))) (* 120 a)) (* 60 (/ x (- t z)))) |
(+.f64 (*.f64 #s(literal 60 binary64) (/.f64 y (-.f64 t z))) (-.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (/.f64 x (-.f64 t z))))) |
(- (+ (* 60 (/ y (- t z))) (* 120 a)) (* 60 (/ x (- t z)))) |
(+.f64 (*.f64 #s(literal 60 binary64) (/.f64 y (-.f64 t z))) (-.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (/.f64 x (-.f64 t z))))) |
(* 60 (/ y (- t z))) |
(*.f64 #s(literal 60 binary64) (/.f64 y (-.f64 t z))) |
(* y (- (+ (* 120 (/ a y)) (* 60 (/ 1 (- t z)))) (* 60 (/ x (* y (- t z)))))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) y) (+.f64 (/.f64 #s(literal 60 binary64) (-.f64 t z)) (*.f64 #s(literal -60 binary64) (/.f64 x (*.f64 y (-.f64 t z))))))) |
(* y (- (+ (* 120 (/ a y)) (* 60 (/ 1 (- t z)))) (* 60 (/ x (* y (- t z)))))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) y) (+.f64 (/.f64 #s(literal 60 binary64) (-.f64 t z)) (*.f64 #s(literal -60 binary64) (/.f64 x (*.f64 y (-.f64 t z))))))) |
(* y (- (+ (* 120 (/ a y)) (* 60 (/ 1 (- t z)))) (* 60 (/ x (* y (- t z)))))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) y) (+.f64 (/.f64 #s(literal 60 binary64) (-.f64 t z)) (*.f64 #s(literal -60 binary64) (/.f64 x (*.f64 y (-.f64 t z))))))) |
(* 60 (/ y (- t z))) |
(*.f64 #s(literal 60 binary64) (/.f64 y (-.f64 t z))) |
(* -1 (* y (- (* -1 (/ (- (* 120 a) (* 60 (/ x (- t z)))) y)) (* 60 (/ 1 (- t z)))))) |
(*.f64 (-.f64 (/.f64 (-.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (/.f64 x (-.f64 t z)))) (-.f64 #s(literal 0 binary64) y)) (/.f64 #s(literal 60 binary64) (-.f64 t z))) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (* y (- (* -1 (/ (- (* 120 a) (* 60 (/ x (- t z)))) y)) (* 60 (/ 1 (- t z)))))) |
(*.f64 (-.f64 (/.f64 (-.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (/.f64 x (-.f64 t z)))) (-.f64 #s(literal 0 binary64) y)) (/.f64 #s(literal 60 binary64) (-.f64 t z))) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (* y (- (* -1 (/ (- (* 120 a) (* 60 (/ x (- t z)))) y)) (* 60 (/ 1 (- t z)))))) |
(*.f64 (-.f64 (/.f64 (-.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (/.f64 x (-.f64 t z)))) (-.f64 #s(literal 0 binary64) y)) (/.f64 #s(literal 60 binary64) (-.f64 t z))) (-.f64 #s(literal 0 binary64) y)) |
(- (* 120 a) (* -60 (/ (- x y) z))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))) |
(- (+ (* -60 (* t (- (/ y (pow z 2)) (/ x (pow z 2))))) (* 120 a)) (* -60 (/ (- x y) z))) |
(+.f64 (*.f64 #s(literal -60 binary64) (*.f64 t (-.f64 (/.f64 y (*.f64 z z)) (/.f64 x (*.f64 z z))))) (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)))) |
(- (+ (* 120 a) (* t (- (* -60 (/ (* t (- (/ y (pow z 2)) (/ x (pow z 2)))) z)) (* 60 (- (/ y (pow z 2)) (/ x (pow z 2))))))) (* -60 (/ (- x y) z))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (+.f64 (*.f64 t (*.f64 #s(literal -60 binary64) (+.f64 (/.f64 (*.f64 t (-.f64 (/.f64 y (*.f64 z z)) (/.f64 x (*.f64 z z)))) z) (-.f64 (/.f64 y (*.f64 z z)) (/.f64 x (*.f64 z z)))))) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)))) |
(- (+ (* 120 a) (* t (- (* t (- (* -60 (/ (* t (- (/ y (pow z 2)) (/ x (pow z 2)))) (pow z 2))) (* 60 (/ (- (/ y (pow z 2)) (/ x (pow z 2))) z)))) (* 60 (- (/ y (pow z 2)) (/ x (pow z 2))))))) (* -60 (/ (- x y) z))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (+.f64 (*.f64 t (+.f64 (*.f64 t (*.f64 #s(literal -60 binary64) (+.f64 (*.f64 (/.f64 (-.f64 (/.f64 y (*.f64 z z)) (/.f64 x (*.f64 z z))) z) (/.f64 t z)) (/.f64 (-.f64 (/.f64 y (*.f64 z z)) (/.f64 x (*.f64 z z))) z)))) (*.f64 #s(literal -60 binary64) (-.f64 (/.f64 y (*.f64 z z)) (/.f64 x (*.f64 z z)))))) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(+ (* -60 (/ (- x y) t)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t)) |
(- (+ (* -60 (/ (* z (- x y)) (pow t 2))) (* 120 a)) (* 60 (/ (- x y) t))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 (-.f64 x y) z)) (*.f64 t t)) (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t))) |
(- (+ (* -60 (/ (* (pow z 2) (- x y)) (pow t 3))) (* 120 a)) (+ (* 60 (/ (* z (- x y)) (pow t 2))) (* 60 (/ (- x y) t)))) |
(+.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 (*.f64 (*.f64 z z) (/.f64 (-.f64 x y) t)) (/.f64 #s(literal -60 binary64) (*.f64 t t)))) (*.f64 #s(literal -60 binary64) (+.f64 (/.f64 (*.f64 (-.f64 x y) z) (*.f64 t t)) (/.f64 (-.f64 x y) t)))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(+ (* -60 (/ (- x y) t)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t)) |
(+ (* -1 (/ (- (* 60 (/ (* z (- x y)) t)) (* -60 (- x y))) t)) (* 120 a)) |
(-.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 z (/.f64 (-.f64 x y) t)) (-.f64 x y))) t)) |
(+ (* -1 (/ (- (* -1 (/ (- (* -60 (/ (* (pow z 2) (- x y)) t)) (* 60 (* z (- x y)))) t)) (* -60 (- x y))) t)) (* 120 a)) |
(-.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (-.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (*.f64 (-.f64 x y) z) (*.f64 (*.f64 z z) (/.f64 (-.f64 x y) t)))) t)) t)) |
(- (* 120 a) (* 60 (/ (- x y) t))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t)) |
(- (+ (* -60 (/ (* z (- x y)) (pow t 2))) (* 120 a)) (* 60 (/ (- x y) t))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 (-.f64 x y) z)) (*.f64 t t)) (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t))) |
(- (+ (* 120 a) (* z (- (* -60 (/ (* z (- x y)) (pow t 3))) (* 60 (/ (- x y) (pow t 2)))))) (* 60 (/ (- x y) t))) |
(+.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 z (*.f64 #s(literal -60 binary64) (+.f64 (/.f64 (*.f64 (-.f64 x y) z) (*.f64 t (*.f64 t t))) (/.f64 (-.f64 x y) (*.f64 t t)))))) (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t)) |
(- (+ (* 120 a) (* z (- (* z (- (* -60 (/ (* z (- x y)) (pow t 4))) (* 60 (/ (- x y) (pow t 3))))) (* 60 (/ (- x y) (pow t 2)))))) (* 60 (/ (- x y) t))) |
(+.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 z (+.f64 (*.f64 z (*.f64 #s(literal -60 binary64) (+.f64 (/.f64 (*.f64 (-.f64 x y) z) (pow.f64 t #s(literal 4 binary64))) (/.f64 (-.f64 x y) (*.f64 t (*.f64 t t)))))) (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (*.f64 t t))))) (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t)) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))) |
(- (+ (* 60 (/ (* t (- x y)) (pow z 2))) (* 120 a)) (* -60 (/ (- x y) z))) |
(+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) t)) (*.f64 z z)) (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)))) |
(- (+ (* 60 (/ (* (pow t 2) (- x y)) (pow z 3))) (* 120 a)) (+ (* -60 (/ (* t (- x y)) (pow z 2))) (* -60 (/ (- x y) z)))) |
(+.f64 (*.f64 (*.f64 (*.f64 t t) (/.f64 (-.f64 x y) z)) (/.f64 #s(literal 60 binary64) (*.f64 z z))) (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 (-.f64 x y) t) (*.f64 z z)) (/.f64 (-.f64 x y) z))))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))) |
(+ (* -1 (/ (- (* -60 (/ (* t (- x y)) z)) (* 60 (- x y))) z)) (* 120 a)) |
(-.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (-.f64 x y) (/.f64 (*.f64 (-.f64 x y) t) z))) z)) |
(+ (* -1 (/ (- (* -1 (/ (- (* 60 (/ (* (pow t 2) (- x y)) z)) (* -60 (* t (- x y)))) z)) (* 60 (- x y))) z)) (* 120 a)) |
(-.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (-.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 (*.f64 t t) (/.f64 (-.f64 x y) z)) (*.f64 (-.f64 x y) t))) z)) z)) |
(* -60 (/ (- x y) (- t z))) |
(/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (-.f64 t z)) |
(- (* 120 a) (* 60 (/ (- x y) (- t z)))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (-.f64 t z))) |
(- (* 120 a) (* 60 (/ (- x y) (- t z)))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (-.f64 t z))) |
(- (* 120 a) (* 60 (/ (- x y) (- t z)))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (-.f64 t z))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* a (+ 120 (* -60 (/ (- x y) (* a (- t z)))))) |
(*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (*.f64 (-.f64 t z) a)))) |
(* a (+ 120 (* -60 (/ (- x y) (* a (- t z)))))) |
(*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (*.f64 (-.f64 t z) a)))) |
(* a (+ 120 (* -60 (/ (- x y) (* a (- t z)))))) |
(*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (*.f64 (-.f64 t z) a)))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* -1 (* a (- (* 60 (/ (- x y) (* a (- t z)))) 120))) |
(*.f64 (+.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (*.f64 (-.f64 t z) a)) #s(literal -120 binary64)) (neg.f64 a)) |
(* -1 (* a (- (* 60 (/ (- x y) (* a (- t z)))) 120))) |
(*.f64 (+.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (*.f64 (-.f64 t z) a)) #s(literal -120 binary64)) (neg.f64 a)) |
(* -1 (* a (- (* 60 (/ (- x y) (* a (- t z)))) 120))) |
(*.f64 (+.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (*.f64 (-.f64 t z) a)) #s(literal -120 binary64)) (neg.f64 a)) |
(- (* 120 a) (* -60 (/ y (- t z)))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (/.f64 y (-.f64 t z)))) |
(- (+ (* -60 (/ x (- t z))) (* 120 a)) (* -60 (/ y (- t z)))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) x) (-.f64 t z)) (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (/.f64 y (-.f64 t z))))) |
(- (+ (* -60 (/ x (- t z))) (* 120 a)) (* -60 (/ y (- t z)))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) x) (-.f64 t z)) (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (/.f64 y (-.f64 t z))))) |
(- (+ (* -60 (/ x (- t z))) (* 120 a)) (* -60 (/ y (- t z)))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) x) (-.f64 t z)) (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (/.f64 y (-.f64 t z))))) |
(* -60 (/ x (- t z))) |
(/.f64 (*.f64 #s(literal -60 binary64) x) (-.f64 t z)) |
(* x (- (* 120 (/ a x)) (+ (* -60 (/ y (* x (- t z)))) (* 60 (/ 1 (- t z)))))) |
(*.f64 x (-.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) x) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 x (-.f64 t z))) (/.f64 #s(literal 60 binary64) (-.f64 t z))))) |
(* x (- (* 120 (/ a x)) (+ (* -60 (/ y (* x (- t z)))) (* 60 (/ 1 (- t z)))))) |
(*.f64 x (-.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) x) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 x (-.f64 t z))) (/.f64 #s(literal 60 binary64) (-.f64 t z))))) |
(* x (- (* 120 (/ a x)) (+ (* -60 (/ y (* x (- t z)))) (* 60 (/ 1 (- t z)))))) |
(*.f64 x (-.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) x) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 x (-.f64 t z))) (/.f64 #s(literal 60 binary64) (-.f64 t z))))) |
(* -60 (/ x (- t z))) |
(/.f64 (*.f64 #s(literal -60 binary64) x) (-.f64 t z)) |
(* -1 (* x (+ (* -1 (/ (- (* 120 a) (* -60 (/ y (- t z)))) x)) (* 60 (/ 1 (- t z)))))) |
(*.f64 (-.f64 (/.f64 #s(literal 60 binary64) (-.f64 t z)) (/.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (/.f64 y (-.f64 t z)))) x)) (neg.f64 x)) |
(* -1 (* x (+ (* -1 (/ (- (* 120 a) (* -60 (/ y (- t z)))) x)) (* 60 (/ 1 (- t z)))))) |
(*.f64 (-.f64 (/.f64 #s(literal 60 binary64) (-.f64 t z)) (/.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (/.f64 y (-.f64 t z)))) x)) (neg.f64 x)) |
(* -1 (* x (+ (* -1 (/ (- (* 120 a) (* -60 (/ y (- t z)))) x)) (* 60 (/ 1 (- t z)))))) |
(*.f64 (-.f64 (/.f64 #s(literal 60 binary64) (-.f64 t z)) (/.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (/.f64 y (-.f64 t z)))) x)) (neg.f64 x)) |
(- (* 120 a) (* 60 (/ x (- t z)))) |
(-.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (/.f64 x (-.f64 t z)))) |
(- (+ (* 60 (/ y (- t z))) (* 120 a)) (* 60 (/ x (- t z)))) |
(+.f64 (*.f64 #s(literal 60 binary64) (/.f64 y (-.f64 t z))) (-.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (/.f64 x (-.f64 t z))))) |
(- (+ (* 60 (/ y (- t z))) (* 120 a)) (* 60 (/ x (- t z)))) |
(+.f64 (*.f64 #s(literal 60 binary64) (/.f64 y (-.f64 t z))) (-.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (/.f64 x (-.f64 t z))))) |
(- (+ (* 60 (/ y (- t z))) (* 120 a)) (* 60 (/ x (- t z)))) |
(+.f64 (*.f64 #s(literal 60 binary64) (/.f64 y (-.f64 t z))) (-.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (/.f64 x (-.f64 t z))))) |
(* 60 (/ y (- t z))) |
(*.f64 #s(literal 60 binary64) (/.f64 y (-.f64 t z))) |
(* y (- (+ (* 120 (/ a y)) (* 60 (/ 1 (- t z)))) (* 60 (/ x (* y (- t z)))))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) y) (+.f64 (/.f64 #s(literal 60 binary64) (-.f64 t z)) (*.f64 #s(literal -60 binary64) (/.f64 x (*.f64 y (-.f64 t z))))))) |
(* y (- (+ (* 120 (/ a y)) (* 60 (/ 1 (- t z)))) (* 60 (/ x (* y (- t z)))))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) y) (+.f64 (/.f64 #s(literal 60 binary64) (-.f64 t z)) (*.f64 #s(literal -60 binary64) (/.f64 x (*.f64 y (-.f64 t z))))))) |
(* y (- (+ (* 120 (/ a y)) (* 60 (/ 1 (- t z)))) (* 60 (/ x (* y (- t z)))))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) y) (+.f64 (/.f64 #s(literal 60 binary64) (-.f64 t z)) (*.f64 #s(literal -60 binary64) (/.f64 x (*.f64 y (-.f64 t z))))))) |
(* 60 (/ y (- t z))) |
(*.f64 #s(literal 60 binary64) (/.f64 y (-.f64 t z))) |
(* -1 (* y (- (* -1 (/ (- (* 120 a) (* 60 (/ x (- t z)))) y)) (* 60 (/ 1 (- t z)))))) |
(*.f64 (-.f64 (/.f64 (-.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (/.f64 x (-.f64 t z)))) (-.f64 #s(literal 0 binary64) y)) (/.f64 #s(literal 60 binary64) (-.f64 t z))) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (* y (- (* -1 (/ (- (* 120 a) (* 60 (/ x (- t z)))) y)) (* 60 (/ 1 (- t z)))))) |
(*.f64 (-.f64 (/.f64 (-.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (/.f64 x (-.f64 t z)))) (-.f64 #s(literal 0 binary64) y)) (/.f64 #s(literal 60 binary64) (-.f64 t z))) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (* y (- (* -1 (/ (- (* 120 a) (* 60 (/ x (- t z)))) y)) (* 60 (/ 1 (- t z)))))) |
(*.f64 (-.f64 (/.f64 (-.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (/.f64 x (-.f64 t z)))) (-.f64 #s(literal 0 binary64) y)) (/.f64 #s(literal 60 binary64) (-.f64 t z))) (-.f64 #s(literal 0 binary64) y)) |
(- (* 120 a) (* -60 (/ (- x y) z))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))) |
(- (+ (* -60 (* t (- (/ y (pow z 2)) (/ x (pow z 2))))) (* 120 a)) (* -60 (/ (- x y) z))) |
(+.f64 (*.f64 #s(literal -60 binary64) (*.f64 t (-.f64 (/.f64 y (*.f64 z z)) (/.f64 x (*.f64 z z))))) (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)))) |
(- (+ (* 120 a) (* t (- (* -60 (/ (* t (- (/ y (pow z 2)) (/ x (pow z 2)))) z)) (* 60 (- (/ y (pow z 2)) (/ x (pow z 2))))))) (* -60 (/ (- x y) z))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (+.f64 (*.f64 t (*.f64 #s(literal -60 binary64) (+.f64 (/.f64 (*.f64 t (-.f64 (/.f64 y (*.f64 z z)) (/.f64 x (*.f64 z z)))) z) (-.f64 (/.f64 y (*.f64 z z)) (/.f64 x (*.f64 z z)))))) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)))) |
(- (+ (* 120 a) (* t (- (* t (- (* -60 (/ (* t (- (/ y (pow z 2)) (/ x (pow z 2)))) (pow z 2))) (* 60 (/ (- (/ y (pow z 2)) (/ x (pow z 2))) z)))) (* 60 (- (/ y (pow z 2)) (/ x (pow z 2))))))) (* -60 (/ (- x y) z))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (+.f64 (*.f64 t (+.f64 (*.f64 t (*.f64 #s(literal -60 binary64) (+.f64 (*.f64 (/.f64 (-.f64 (/.f64 y (*.f64 z z)) (/.f64 x (*.f64 z z))) z) (/.f64 t z)) (/.f64 (-.f64 (/.f64 y (*.f64 z z)) (/.f64 x (*.f64 z z))) z)))) (*.f64 #s(literal -60 binary64) (-.f64 (/.f64 y (*.f64 z z)) (/.f64 x (*.f64 z z)))))) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(+ (* -60 (/ (- x y) t)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t)) |
(- (+ (* -60 (/ (* z (- x y)) (pow t 2))) (* 120 a)) (* 60 (/ (- x y) t))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 (-.f64 x y) z)) (*.f64 t t)) (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t))) |
(- (+ (* -60 (/ (* (pow z 2) (- x y)) (pow t 3))) (* 120 a)) (+ (* 60 (/ (* z (- x y)) (pow t 2))) (* 60 (/ (- x y) t)))) |
(+.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 (*.f64 (*.f64 z z) (/.f64 (-.f64 x y) t)) (/.f64 #s(literal -60 binary64) (*.f64 t t)))) (*.f64 #s(literal -60 binary64) (+.f64 (/.f64 (*.f64 (-.f64 x y) z) (*.f64 t t)) (/.f64 (-.f64 x y) t)))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(+ (* -60 (/ (- x y) t)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t)) |
(+ (* -1 (/ (- (* 60 (/ (* z (- x y)) t)) (* -60 (- x y))) t)) (* 120 a)) |
(-.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 z (/.f64 (-.f64 x y) t)) (-.f64 x y))) t)) |
(+ (* -1 (/ (- (* -1 (/ (- (* -60 (/ (* (pow z 2) (- x y)) t)) (* 60 (* z (- x y)))) t)) (* -60 (- x y))) t)) (* 120 a)) |
(-.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (-.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (*.f64 (-.f64 x y) z) (*.f64 (*.f64 z z) (/.f64 (-.f64 x y) t)))) t)) t)) |
(- (* 120 a) (* 60 (/ (- x y) t))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t)) |
(- (+ (* -60 (/ (* z (- x y)) (pow t 2))) (* 120 a)) (* 60 (/ (- x y) t))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 (-.f64 x y) z)) (*.f64 t t)) (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t))) |
(- (+ (* 120 a) (* z (- (* -60 (/ (* z (- x y)) (pow t 3))) (* 60 (/ (- x y) (pow t 2)))))) (* 60 (/ (- x y) t))) |
(+.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 z (*.f64 #s(literal -60 binary64) (+.f64 (/.f64 (*.f64 (-.f64 x y) z) (*.f64 t (*.f64 t t))) (/.f64 (-.f64 x y) (*.f64 t t)))))) (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t)) |
(- (+ (* 120 a) (* z (- (* z (- (* -60 (/ (* z (- x y)) (pow t 4))) (* 60 (/ (- x y) (pow t 3))))) (* 60 (/ (- x y) (pow t 2)))))) (* 60 (/ (- x y) t))) |
(+.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 z (+.f64 (*.f64 z (*.f64 #s(literal -60 binary64) (+.f64 (/.f64 (*.f64 (-.f64 x y) z) (pow.f64 t #s(literal 4 binary64))) (/.f64 (-.f64 x y) (*.f64 t (*.f64 t t)))))) (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (*.f64 t t))))) (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t)) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))) |
(- (+ (* 60 (/ (* t (- x y)) (pow z 2))) (* 120 a)) (* -60 (/ (- x y) z))) |
(+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) t)) (*.f64 z z)) (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)))) |
(- (+ (* 60 (/ (* (pow t 2) (- x y)) (pow z 3))) (* 120 a)) (+ (* -60 (/ (* t (- x y)) (pow z 2))) (* -60 (/ (- x y) z)))) |
(+.f64 (*.f64 (*.f64 (*.f64 t t) (/.f64 (-.f64 x y) z)) (/.f64 #s(literal 60 binary64) (*.f64 z z))) (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 (-.f64 x y) t) (*.f64 z z)) (/.f64 (-.f64 x y) z))))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))) |
(+ (* -1 (/ (- (* -60 (/ (* t (- x y)) z)) (* 60 (- x y))) z)) (* 120 a)) |
(-.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (-.f64 x y) (/.f64 (*.f64 (-.f64 x y) t) z))) z)) |
(+ (* -1 (/ (- (* -1 (/ (- (* 60 (/ (* (pow t 2) (- x y)) z)) (* -60 (* t (- x y)))) z)) (* 60 (- x y))) z)) (* 120 a)) |
(-.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (-.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 (*.f64 t t) (/.f64 (-.f64 x y) z)) (*.f64 (-.f64 x y) t))) z)) z)) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) 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) |
(/ y z) |
(/.f64 y z) |
(* -60 (/ y (- z t))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(* -60 (/ y (- z t))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(* -60 (/ y (- z t))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(* -60 (/ y (- z t))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(* -60 (/ y (- z t))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(* -60 (/ y (- z t))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(* -60 (/ y (- z t))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(* -60 (/ y (- z t))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(* -60 (/ y (- z t))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(* -60 (/ y (- z t))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(* -60 (/ y (- z t))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(* -60 (/ y (- z t))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(* 60 (/ y t)) |
(/.f64 (*.f64 y #s(literal 60 binary64)) t) |
(+ (* 60 (/ y t)) (* 60 (/ (* y z) (pow t 2)))) |
(*.f64 #s(literal 60 binary64) (+.f64 (/.f64 y t) (*.f64 y (/.f64 z (*.f64 t t))))) |
(+ (* 60 (/ y t)) (* z (+ (* 60 (/ y (pow t 2))) (* 60 (/ (* y z) (pow t 3)))))) |
(+.f64 (/.f64 (*.f64 y #s(literal 60 binary64)) t) (*.f64 z (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 y (*.f64 t t)) (/.f64 (*.f64 y z) (*.f64 t (*.f64 t t))))))) |
(+ (* 60 (/ y t)) (* z (+ (* 60 (/ y (pow t 2))) (* z (+ (* 60 (/ y (pow t 3))) (* 60 (/ (* y z) (pow t 4)))))))) |
(+.f64 (/.f64 (*.f64 y #s(literal 60 binary64)) t) (*.f64 z (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 y (*.f64 t t))) (*.f64 z (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 y (*.f64 t (*.f64 t t))) (/.f64 (*.f64 y z) (pow.f64 t #s(literal 4 binary64))))))))) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(/ (+ (* -60 y) (* -60 (/ (* t y) z))) z) |
(/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (*.f64 t (/.f64 y z)) y)) z) |
(/ (+ (* -60 y) (+ (* -60 (/ (* t y) z)) (* -60 (/ (* (pow t 2) y) (pow z 2))))) z) |
(/.f64 (*.f64 #s(literal -60 binary64) (+.f64 y (+.f64 (*.f64 t (/.f64 y z)) (/.f64 (*.f64 y (*.f64 t t)) (*.f64 z z))))) z) |
(/ (+ (* -60 y) (+ (* -60 (/ (* t y) z)) (+ (* -60 (/ (* (pow t 2) y) (pow z 2))) (* -60 (/ (* (pow t 3) y) (pow z 3)))))) z) |
(/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (+.f64 y (*.f64 t (/.f64 y z))) (+.f64 (/.f64 (*.f64 y (*.f64 t t)) (*.f64 z z)) (/.f64 (*.f64 y (*.f64 t (*.f64 t t))) (*.f64 z (*.f64 z z)))))) z) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -1 (/ (+ (* 60 y) (* 60 (/ (* t y) z))) z)) |
(/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 t (/.f64 y z)) y)) (-.f64 #s(literal 0 binary64) z)) |
(* -1 (/ (+ (* -1 (/ (+ (* -60 (* t y)) (* -60 (/ (* (pow t 2) y) z))) z)) (* 60 y)) z)) |
(/.f64 (-.f64 (*.f64 y #s(literal 60 binary64)) (/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (*.f64 y t) (/.f64 (*.f64 y (*.f64 t t)) z))) z)) (-.f64 #s(literal 0 binary64) z)) |
(* -1 (/ (+ (* -1 (/ (+ (* -60 (* t y)) (* -1 (/ (+ (* 60 (* (pow t 2) y)) (* 60 (/ (* (pow t 3) y) z))) z))) z)) (* 60 y)) z)) |
(/.f64 (-.f64 (*.f64 y #s(literal 60 binary64)) (/.f64 (-.f64 (*.f64 #s(literal -60 binary64) (*.f64 y t)) (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 y (*.f64 t t)) (/.f64 (*.f64 y (*.f64 t (*.f64 t t))) z))) z)) z)) (-.f64 #s(literal 0 binary64) z)) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(+ (* -60 (/ y z)) (* -60 (/ (* t y) (pow z 2)))) |
(*.f64 #s(literal -60 binary64) (+.f64 (/.f64 y z) (*.f64 t (/.f64 y (*.f64 z z))))) |
(+ (* -60 (/ y z)) (* t (+ (* -60 (/ y (pow z 2))) (* -60 (/ (* t y) (pow z 3)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) z) (*.f64 t (*.f64 #s(literal -60 binary64) (+.f64 (/.f64 y (*.f64 z z)) (/.f64 (*.f64 y t) (*.f64 z (*.f64 z z))))))) |
(+ (* -60 (/ y z)) (* t (+ (* -60 (/ y (pow z 2))) (* t (+ (* -60 (/ y (pow z 3))) (* -60 (/ (* t y) (pow z 4)))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) z) (*.f64 t (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 y (*.f64 z z))) (*.f64 t (*.f64 #s(literal -60 binary64) (+.f64 (/.f64 y (*.f64 z (*.f64 z z))) (*.f64 t (/.f64 y (pow.f64 z #s(literal 4 binary64)))))))))) |
(* 60 (/ y t)) |
(/.f64 (*.f64 y #s(literal 60 binary64)) t) |
(/ (+ (* 60 y) (* 60 (/ (* y z) t))) t) |
(/.f64 (*.f64 #s(literal 60 binary64) (+.f64 y (*.f64 y (/.f64 z t)))) t) |
(/ (+ (* 60 y) (+ (* 60 (/ (* y z) t)) (* 60 (/ (* y (pow z 2)) (pow t 2))))) t) |
(/.f64 (*.f64 #s(literal 60 binary64) (+.f64 y (*.f64 y (+.f64 (/.f64 z t) (/.f64 (*.f64 z z) (*.f64 t t)))))) t) |
(/ (+ (* 60 y) (+ (* 60 (/ (* y z) t)) (+ (* 60 (/ (* y (pow z 2)) (pow t 2))) (* 60 (/ (* y (pow z 3)) (pow t 3)))))) t) |
(/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (+.f64 y (*.f64 y (/.f64 z t))) (*.f64 y (+.f64 (/.f64 (*.f64 z z) (*.f64 t t)) (/.f64 (*.f64 z (*.f64 z z)) (*.f64 t (*.f64 t t))))))) t) |
(* 60 (/ y t)) |
(/.f64 (*.f64 y #s(literal 60 binary64)) t) |
(* -1 (/ (+ (* -60 y) (* -60 (/ (* y z) t))) t)) |
(/.f64 (*.f64 #s(literal -60 binary64) (+.f64 y (*.f64 y (/.f64 z t)))) (-.f64 #s(literal 0 binary64) t)) |
(* -1 (/ (+ (* -60 y) (* -1 (/ (+ (* 60 (* y z)) (* 60 (/ (* y (pow z 2)) t))) t))) t)) |
(/.f64 (-.f64 (*.f64 #s(literal -60 binary64) y) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 y (+.f64 z (/.f64 (*.f64 z z) t)))) t)) (-.f64 #s(literal 0 binary64) t)) |
(* -1 (/ (+ (* -60 y) (* -1 (/ (+ (* -1 (/ (+ (* -60 (* y (pow z 2))) (* -60 (/ (* y (pow z 3)) t))) t)) (* 60 (* y z))) t))) t)) |
(/.f64 (-.f64 (*.f64 #s(literal -60 binary64) y) (/.f64 (-.f64 (*.f64 #s(literal 60 binary64) (*.f64 y z)) (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 y (+.f64 (*.f64 z z) (/.f64 (*.f64 z (*.f64 z z)) t)))) t)) t)) (-.f64 #s(literal 0 binary64) t)) |
(/ 60 t) |
(/.f64 #s(literal 60 binary64) t) |
(+ (* 60 (/ z (pow t 2))) (* 60 (/ 1 t))) |
(+.f64 (*.f64 #s(literal 60 binary64) (/.f64 z (*.f64 t t))) (/.f64 #s(literal 60 binary64) t)) |
(+ (* z (+ (* 60 (/ z (pow t 3))) (* 60 (/ 1 (pow t 2))))) (* 60 (/ 1 t))) |
(+.f64 (/.f64 #s(literal 60 binary64) t) (*.f64 z (+.f64 (*.f64 (/.f64 #s(literal 60 binary64) t) (/.f64 z (*.f64 t t))) (/.f64 #s(literal 60 binary64) (*.f64 t t))))) |
(+ (* z (+ (* z (+ (* 60 (/ z (pow t 4))) (* 60 (/ 1 (pow t 3))))) (* 60 (/ 1 (pow t 2))))) (* 60 (/ 1 t))) |
(+.f64 (/.f64 #s(literal 60 binary64) t) (*.f64 z (+.f64 (/.f64 #s(literal 60 binary64) (*.f64 t t)) (*.f64 z (+.f64 (/.f64 (*.f64 z #s(literal 60 binary64)) (pow.f64 t #s(literal 4 binary64))) (/.f64 #s(literal 60 binary64) (*.f64 t (*.f64 t t)))))))) |
(/ -60 z) |
(/.f64 #s(literal -60 binary64) z) |
(/ (- (* -60 (/ t z)) 60) z) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) t) z) #s(literal -60 binary64)) z) |
(/ (- (* -60 (/ (pow t 2) (pow z 2))) (+ 60 (* 60 (/ t z)))) z) |
(/.f64 (-.f64 (/.f64 (*.f64 #s(literal -60 binary64) (*.f64 t t)) (*.f64 z z)) (+.f64 #s(literal 60 binary64) (/.f64 (*.f64 t #s(literal 60 binary64)) z))) z) |
(/ (- (* -60 (/ (pow t 3) (pow z 3))) (+ 60 (+ (* 60 (/ t z)) (* 60 (/ (pow t 2) (pow z 2)))))) z) |
(/.f64 (+.f64 (+.f64 (*.f64 (/.f64 #s(literal -60 binary64) z) (/.f64 (*.f64 t (*.f64 t t)) (*.f64 z z))) #s(literal -60 binary64)) (*.f64 #s(literal -60 binary64) (+.f64 (/.f64 t z) (/.f64 (*.f64 t t) (*.f64 z z))))) z) |
(/ -60 z) |
(/.f64 #s(literal -60 binary64) z) |
(* -1 (/ (+ 60 (* 60 (/ t z))) z)) |
(/.f64 (+.f64 #s(literal 60 binary64) (/.f64 (*.f64 t #s(literal 60 binary64)) z)) (-.f64 #s(literal 0 binary64) z)) |
(* -1 (/ (+ 60 (* -1 (/ (- (* -60 (/ (pow t 2) z)) (* 60 t)) z))) z)) |
(/.f64 (-.f64 #s(literal 60 binary64) (/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (/.f64 (*.f64 t t) z) t)) z)) (-.f64 #s(literal 0 binary64) z)) |
(* -1 (/ (+ 60 (* -1 (/ (- (* -1 (/ (- (* 60 (/ (pow t 3) z)) (* -60 (pow t 2))) z)) (* 60 t)) z))) z)) |
(/.f64 (-.f64 #s(literal 60 binary64) (/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 t (*.f64 t t)) z) (*.f64 t t))) z)) (*.f64 #s(literal -60 binary64) t)) z)) (-.f64 #s(literal 0 binary64) z)) |
(/ -60 z) |
(/.f64 #s(literal -60 binary64) z) |
(- (* -60 (/ t (pow z 2))) (* 60 (/ 1 z))) |
(+.f64 (*.f64 #s(literal -60 binary64) (/.f64 t (*.f64 z z))) (/.f64 #s(literal -60 binary64) z)) |
(- (* t (- (* -60 (/ t (pow z 3))) (* 60 (/ 1 (pow z 2))))) (* 60 (/ 1 z))) |
(+.f64 (*.f64 t (+.f64 (*.f64 #s(literal -60 binary64) (/.f64 t (*.f64 z (*.f64 z z)))) (/.f64 #s(literal -60 binary64) (*.f64 z z)))) (/.f64 #s(literal -60 binary64) z)) |
(- (* t (- (* t (- (* -60 (/ t (pow z 4))) (* 60 (/ 1 (pow z 3))))) (* 60 (/ 1 (pow z 2))))) (* 60 (/ 1 z))) |
(+.f64 (*.f64 t (+.f64 (*.f64 t (-.f64 (/.f64 (*.f64 #s(literal -60 binary64) t) (pow.f64 z #s(literal 4 binary64))) (/.f64 #s(literal 60 binary64) (*.f64 z (*.f64 z z))))) (/.f64 #s(literal -60 binary64) (*.f64 z z)))) (/.f64 #s(literal -60 binary64) z)) |
(/ 60 t) |
(/.f64 #s(literal 60 binary64) t) |
(/ (+ 60 (* 60 (/ z t))) t) |
(/.f64 (+.f64 #s(literal 60 binary64) (/.f64 (*.f64 z #s(literal 60 binary64)) t)) t) |
(/ (- (+ 60 (* 60 (/ (pow z 2) (pow t 2)))) (* -60 (/ z t))) t) |
(/.f64 (+.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 z z)) (*.f64 t t)) (/.f64 (*.f64 z #s(literal 60 binary64)) t))) t) |
(/ (- (+ 60 (* 60 (/ (pow z 3) (pow t 3)))) (+ (* -60 (/ z t)) (* -60 (/ (pow z 2) (pow t 2))))) t) |
(/.f64 (-.f64 (+.f64 #s(literal 60 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (*.f64 z (*.f64 z z))) (*.f64 t (*.f64 t t)))) (*.f64 #s(literal -60 binary64) (+.f64 (/.f64 (*.f64 z z) (*.f64 t t)) (/.f64 z t)))) t) |
(/ 60 t) |
(/.f64 #s(literal 60 binary64) t) |
(* -1 (/ (- (* -60 (/ z t)) 60) t)) |
(/.f64 (+.f64 #s(literal 60 binary64) (/.f64 (*.f64 z #s(literal 60 binary64)) t)) t) |
(* -1 (/ (- (* -1 (/ (- (* 60 (/ (pow z 2) t)) (* -60 z)) t)) 60) t)) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 z z) t) z)) t)) #s(literal -60 binary64)) (-.f64 #s(literal 0 binary64) t)) |
(* -1 (/ (- (* -1 (/ (- (* -1 (/ (- (* -60 (/ (pow z 3) t)) (* 60 (pow z 2))) t)) (* -60 z)) t)) 60) t)) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (/.f64 (*.f64 z (*.f64 z z)) t) (*.f64 z z))) (-.f64 #s(literal 0 binary64) t)) (*.f64 z #s(literal 60 binary64))) (-.f64 #s(literal 0 binary64) t)) #s(literal -60 binary64)) t)) |
(* -1 t) |
(-.f64 #s(literal 0 binary64) t) |
(- z t) |
(-.f64 z t) |
(- z t) |
(-.f64 z t) |
(- z t) |
(-.f64 z t) |
z |
(* z (+ 1 (* -1 (/ t z)))) |
(*.f64 z (-.f64 #s(literal 1 binary64) (/.f64 t z))) |
(* z (+ 1 (* -1 (/ t z)))) |
(*.f64 z (-.f64 #s(literal 1 binary64) (/.f64 t z))) |
(* z (+ 1 (* -1 (/ t z)))) |
(*.f64 z (-.f64 #s(literal 1 binary64) (/.f64 t z))) |
z |
(* -1 (* z (- (/ t z) 1))) |
(*.f64 (+.f64 (/.f64 t z) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) z)) |
(* -1 (* z (- (/ t z) 1))) |
(*.f64 (+.f64 (/.f64 t z) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) z)) |
(* -1 (* z (- (/ t z) 1))) |
(*.f64 (+.f64 (/.f64 t z) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) z)) |
z |
(+ z (* -1 t)) |
(-.f64 z t) |
(+ z (* -1 t)) |
(-.f64 z t) |
(+ z (* -1 t)) |
(-.f64 z t) |
(* -1 t) |
(-.f64 #s(literal 0 binary64) t) |
(* t (- (/ z t) 1)) |
(*.f64 t (+.f64 (/.f64 z t) #s(literal -1 binary64))) |
(* t (- (/ z t) 1)) |
(*.f64 t (+.f64 (/.f64 z t) #s(literal -1 binary64))) |
(* t (- (/ z t) 1)) |
(*.f64 t (+.f64 (/.f64 z t) #s(literal -1 binary64))) |
(* -1 t) |
(-.f64 #s(literal 0 binary64) t) |
(* -1 (* t (+ 1 (* -1 (/ z t))))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 #s(literal 1 binary64) (/.f64 z t))) |
(* -1 (* t (+ 1 (* -1 (/ z t))))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 #s(literal 1 binary64) (/.f64 z t))) |
(* -1 (* t (+ 1 (* -1 (/ z t))))) |
(*.f64 (-.f64 #s(literal 0 binary64) t) (-.f64 #s(literal 1 binary64) (/.f64 z t))) |
(* 60 (/ y t)) |
(/.f64 (*.f64 y #s(literal 60 binary64)) t) |
(+ (* 60 (/ y t)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 y #s(literal 60 binary64)) t)) |
(+ (* 60 (/ y t)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 y #s(literal 60 binary64)) t)) |
(+ (* 60 (/ y t)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 y #s(literal 60 binary64)) t)) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* a (+ 120 (* 60 (/ y (* a t))))) |
(*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 y #s(literal 60 binary64)) (*.f64 t a)))) |
(* a (+ 120 (* 60 (/ y (* a t))))) |
(*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 y #s(literal 60 binary64)) (*.f64 t a)))) |
(* a (+ 120 (* 60 (/ y (* a t))))) |
(*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 y #s(literal 60 binary64)) (*.f64 t a)))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* -1 (* a (- (* -60 (/ y (* a t))) 120))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 t a)) #s(literal -120 binary64)))) |
(* -1 (* a (- (* -60 (/ y (* a t))) 120))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 t a)) #s(literal -120 binary64)))) |
(* -1 (* a (- (* -60 (/ y (* a t))) 120))) |
(-.f64 #s(literal 0 binary64) (*.f64 a (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 t a)) #s(literal -120 binary64)))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(+ (* 60 (/ y t)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 y #s(literal 60 binary64)) t)) |
(+ (* 60 (/ y t)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 y #s(literal 60 binary64)) t)) |
(+ (* 60 (/ y t)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 y #s(literal 60 binary64)) t)) |
(* 60 (/ y t)) |
(/.f64 (*.f64 y #s(literal 60 binary64)) t) |
(* y (+ (* 120 (/ a y)) (* 60 (/ 1 t)))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) y) (/.f64 #s(literal 60 binary64) t))) |
(* y (+ (* 120 (/ a y)) (* 60 (/ 1 t)))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) y) (/.f64 #s(literal 60 binary64) t))) |
(* y (+ (* 120 (/ a y)) (* 60 (/ 1 t)))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) y) (/.f64 #s(literal 60 binary64) t))) |
(* 60 (/ y t)) |
(/.f64 (*.f64 y #s(literal 60 binary64)) t) |
(* -1 (* y (- (* -120 (/ a y)) (* 60 (/ 1 t))))) |
(*.f64 (+.f64 (/.f64 (*.f64 a #s(literal -120 binary64)) y) (/.f64 #s(literal -60 binary64) t)) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (* y (- (* -120 (/ a y)) (* 60 (/ 1 t))))) |
(*.f64 (+.f64 (/.f64 (*.f64 a #s(literal -120 binary64)) y) (/.f64 #s(literal -60 binary64) t)) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (* y (- (* -120 (/ a y)) (* 60 (/ 1 t))))) |
(*.f64 (+.f64 (/.f64 (*.f64 a #s(literal -120 binary64)) y) (/.f64 #s(literal -60 binary64) t)) (-.f64 #s(literal 0 binary64) y)) |
(* 60 (/ y t)) |
(/.f64 (*.f64 y #s(literal 60 binary64)) t) |
(/ (+ (* 60 y) (* 120 (* a t))) t) |
(/.f64 (+.f64 (*.f64 y #s(literal 60 binary64)) (*.f64 #s(literal 120 binary64) (*.f64 t a))) t) |
(/ (+ (* 60 y) (* 120 (* a t))) t) |
(/.f64 (+.f64 (*.f64 y #s(literal 60 binary64)) (*.f64 #s(literal 120 binary64) (*.f64 t a))) t) |
(/ (+ (* 60 y) (* 120 (* a t))) t) |
(/.f64 (+.f64 (*.f64 y #s(literal 60 binary64)) (*.f64 #s(literal 120 binary64) (*.f64 t a))) t) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(+ (* 60 (/ y t)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 y #s(literal 60 binary64)) t)) |
(+ (* 60 (/ y t)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 y #s(literal 60 binary64)) t)) |
(+ (* 60 (/ y t)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 y #s(literal 60 binary64)) t)) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(+ (* 60 (/ y t)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 y #s(literal 60 binary64)) t)) |
(+ (* 60 (/ y t)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 y #s(literal 60 binary64)) t)) |
(+ (* 60 (/ y t)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 y #s(literal 60 binary64)) t)) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* 60 (/ y t)) |
(/.f64 (*.f64 y #s(literal 60 binary64)) t) |
(* 60 (/ y t)) |
(/.f64 (*.f64 y #s(literal 60 binary64)) t) |
(* 60 (/ y t)) |
(/.f64 (*.f64 y #s(literal 60 binary64)) t) |
(* 60 (/ y t)) |
(/.f64 (*.f64 y #s(literal 60 binary64)) t) |
(* 60 (/ y t)) |
(/.f64 (*.f64 y #s(literal 60 binary64)) t) |
(* 60 (/ y t)) |
(/.f64 (*.f64 y #s(literal 60 binary64)) t) |
(* 60 (/ y t)) |
(/.f64 (*.f64 y #s(literal 60 binary64)) t) |
(* 60 (/ y t)) |
(/.f64 (*.f64 y #s(literal 60 binary64)) t) |
(* 60 (/ y t)) |
(/.f64 (*.f64 y #s(literal 60 binary64)) t) |
(* 60 (/ y t)) |
(/.f64 (*.f64 y #s(literal 60 binary64)) t) |
(* 60 (/ y t)) |
(/.f64 (*.f64 y #s(literal 60 binary64)) t) |
(* 60 (/ y t)) |
(/.f64 (*.f64 y #s(literal 60 binary64)) t) |
(* 60 (/ y t)) |
(/.f64 (*.f64 y #s(literal 60 binary64)) t) |
(* 60 (/ y t)) |
(/.f64 (*.f64 y #s(literal 60 binary64)) t) |
(* 60 (/ y t)) |
(/.f64 (*.f64 y #s(literal 60 binary64)) t) |
(* 60 (/ y t)) |
(/.f64 (*.f64 y #s(literal 60 binary64)) t) |
(* 60 (/ y t)) |
(/.f64 (*.f64 y #s(literal 60 binary64)) t) |
(* 60 (/ y t)) |
(/.f64 (*.f64 y #s(literal 60 binary64)) t) |
(* 60 (/ y t)) |
(/.f64 (*.f64 y #s(literal 60 binary64)) t) |
(* 60 (/ y t)) |
(/.f64 (*.f64 y #s(literal 60 binary64)) t) |
(* 60 (/ y t)) |
(/.f64 (*.f64 y #s(literal 60 binary64)) t) |
(* 60 (/ y t)) |
(/.f64 (*.f64 y #s(literal 60 binary64)) t) |
(* 60 (/ y t)) |
(/.f64 (*.f64 y #s(literal 60 binary64)) t) |
(* 60 (/ y t)) |
(/.f64 (*.f64 y #s(literal 60 binary64)) t) |
(* 60 y) |
(*.f64 y #s(literal 60 binary64)) |
(* 60 y) |
(*.f64 y #s(literal 60 binary64)) |
(* 60 y) |
(*.f64 y #s(literal 60 binary64)) |
(* 60 y) |
(*.f64 y #s(literal 60 binary64)) |
(* 60 y) |
(*.f64 y #s(literal 60 binary64)) |
(* 60 y) |
(*.f64 y #s(literal 60 binary64)) |
(* 60 y) |
(*.f64 y #s(literal 60 binary64)) |
(* 60 y) |
(*.f64 y #s(literal 60 binary64)) |
(* 60 y) |
(*.f64 y #s(literal 60 binary64)) |
(* 60 y) |
(*.f64 y #s(literal 60 binary64)) |
(* 60 y) |
(*.f64 y #s(literal 60 binary64)) |
(* 60 y) |
(*.f64 y #s(literal 60 binary64)) |
(+ (* -60 (/ y z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) y) z)) |
(+ (* -60 (/ y z)) (+ (* 60 (/ x z)) (* 120 a))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) z) (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) x) z))) |
(+ (* -60 (/ y z)) (+ (* 60 (/ x z)) (* 120 a))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) z) (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) x) z))) |
(+ (* -60 (/ y z)) (+ (* 60 (/ x z)) (* 120 a))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) z) (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) x) z))) |
(* 60 (/ x z)) |
(/.f64 (*.f64 #s(literal 60 binary64) x) z) |
(* x (+ (* -60 (/ y (* x z))) (+ (* 120 (/ a x)) (* 60 (/ 1 z))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 x z)) (+.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) x) (/.f64 #s(literal 60 binary64) z)))) |
(* x (+ (* -60 (/ y (* x z))) (+ (* 120 (/ a x)) (* 60 (/ 1 z))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 x z)) (+.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) x) (/.f64 #s(literal 60 binary64) z)))) |
(* x (+ (* -60 (/ y (* x z))) (+ (* 120 (/ a x)) (* 60 (/ 1 z))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 x z)) (+.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) x) (/.f64 #s(literal 60 binary64) z)))) |
(* 60 (/ x z)) |
(/.f64 (*.f64 #s(literal 60 binary64) x) z) |
(* -1 (* x (- (* -1 (/ (+ (* -60 (/ y z)) (* 120 a)) x)) (* 60 (/ 1 z))))) |
(*.f64 (+.f64 (/.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) y) z)) (neg.f64 x)) (/.f64 #s(literal -60 binary64) z)) (neg.f64 x)) |
(* -1 (* x (- (* -1 (/ (+ (* -60 (/ y z)) (* 120 a)) x)) (* 60 (/ 1 z))))) |
(*.f64 (+.f64 (/.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) y) z)) (neg.f64 x)) (/.f64 #s(literal -60 binary64) z)) (neg.f64 x)) |
(* -1 (* x (- (* -1 (/ (+ (* -60 (/ y z)) (* 120 a)) x)) (* 60 (/ 1 z))))) |
(*.f64 (+.f64 (/.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) y) z)) (neg.f64 x)) (/.f64 #s(literal -60 binary64) z)) (neg.f64 x)) |
(+ (* 60 (/ x z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) x) z)) |
(+ (* -60 (/ y z)) (+ (* 60 (/ x z)) (* 120 a))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) z) (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) x) z))) |
(+ (* -60 (/ y z)) (+ (* 60 (/ x z)) (* 120 a))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) z) (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) x) z))) |
(+ (* -60 (/ y z)) (+ (* 60 (/ x z)) (* 120 a))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) z) (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) x) z))) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* y (- (+ (* 60 (/ x (* y z))) (* 120 (/ a y))) (* 60 (/ 1 z)))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 y z)) (+.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) y) (/.f64 #s(literal -60 binary64) z)))) |
(* y (- (+ (* 60 (/ x (* y z))) (* 120 (/ a y))) (* 60 (/ 1 z)))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 y z)) (+.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) y) (/.f64 #s(literal -60 binary64) z)))) |
(* y (- (+ (* 60 (/ x (* y z))) (* 120 (/ a y))) (* 60 (/ 1 z)))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 y z)) (+.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) y) (/.f64 #s(literal -60 binary64) z)))) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x z)) (* 120 a)) y)) (* 60 (/ 1 z))))) |
(-.f64 #s(literal 0 binary64) (*.f64 y (-.f64 (/.f64 #s(literal 60 binary64) z) (/.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) x) z)) y)))) |
(* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x z)) (* 120 a)) y)) (* 60 (/ 1 z))))) |
(-.f64 #s(literal 0 binary64) (*.f64 y (-.f64 (/.f64 #s(literal 60 binary64) z) (/.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) x) z)) y)))) |
(* -1 (* y (+ (* -1 (/ (+ (* 60 (/ x z)) (* 120 a)) y)) (* 60 (/ 1 z))))) |
(-.f64 #s(literal 0 binary64) (*.f64 y (-.f64 (/.f64 #s(literal 60 binary64) z) (/.f64 (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) x) z)) y)))) |
(* 60 (/ (- x y) z)) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) |
(/ (+ (* 60 (- x y)) (* 120 (* a z))) z) |
(/.f64 (+.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (*.f64 #s(literal 120 binary64) (*.f64 z a))) z) |
(/ (+ (* 60 (- x y)) (* 120 (* a z))) z) |
(/.f64 (+.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (*.f64 #s(literal 120 binary64) (*.f64 z a))) z) |
(/ (+ (* 60 (- x y)) (* 120 (* a z))) z) |
(/.f64 (+.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (*.f64 #s(literal 120 binary64) (*.f64 z a))) z) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))) |
(* 60 (/ (- x y) z)) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))) |
(+ (* 60 (/ (- x y) z)) (* 120 a)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* a (+ 120 (* 60 (/ (- x y) (* a z))))) |
(*.f64 a (+.f64 #s(literal 120 binary64) (*.f64 #s(literal 60 binary64) (/.f64 (/.f64 (-.f64 x y) a) z)))) |
(* a (+ 120 (* 60 (/ (- x y) (* a z))))) |
(*.f64 a (+.f64 #s(literal 120 binary64) (*.f64 #s(literal 60 binary64) (/.f64 (/.f64 (-.f64 x y) a) z)))) |
(* a (+ 120 (* 60 (/ (- x y) (* a z))))) |
(*.f64 a (+.f64 #s(literal 120 binary64) (*.f64 #s(literal 60 binary64) (/.f64 (/.f64 (-.f64 x y) a) z)))) |
(* 120 a) |
(*.f64 #s(literal 120 binary64) a) |
(* -1 (* a (- (* -60 (/ (- x y) (* a z))) 120))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (*.f64 z a)) #s(literal -120 binary64)) (neg.f64 a)) |
(* -1 (* a (- (* -60 (/ (- x y) (* a z))) 120))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (*.f64 z a)) #s(literal -120 binary64)) (neg.f64 a)) |
(* -1 (* a (- (* -60 (/ (- x y) (* a z))) 120))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (*.f64 z a)) #s(literal -120 binary64)) (neg.f64 a)) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(+ (* -60 (/ y z)) (* 60 (/ x z))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) z) (/.f64 (*.f64 #s(literal 60 binary64) x) z)) |
(+ (* -60 (/ y z)) (* 60 (/ x z))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) z) (/.f64 (*.f64 #s(literal 60 binary64) x) z)) |
(+ (* -60 (/ y z)) (* 60 (/ x z))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) z) (/.f64 (*.f64 #s(literal 60 binary64) x) z)) |
(* 60 (/ x z)) |
(/.f64 (*.f64 #s(literal 60 binary64) x) z) |
(* x (+ (* -60 (/ y (* x z))) (* 60 (/ 1 z)))) |
(*.f64 x (+.f64 (/.f64 #s(literal 60 binary64) z) (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 x z)))) |
(* x (+ (* -60 (/ y (* x z))) (* 60 (/ 1 z)))) |
(*.f64 x (+.f64 (/.f64 #s(literal 60 binary64) z) (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 x z)))) |
(* x (+ (* -60 (/ y (* x z))) (* 60 (/ 1 z)))) |
(*.f64 x (+.f64 (/.f64 #s(literal 60 binary64) z) (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 x z)))) |
(* 60 (/ x z)) |
(/.f64 (*.f64 #s(literal 60 binary64) x) z) |
(* -1 (* x (- (* 60 (/ y (* x z))) (* 60 (/ 1 z))))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 y #s(literal 60 binary64)) (*.f64 x z)) (/.f64 #s(literal -60 binary64) z)))) |
(* -1 (* x (- (* 60 (/ y (* x z))) (* 60 (/ 1 z))))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 y #s(literal 60 binary64)) (*.f64 x z)) (/.f64 #s(literal -60 binary64) z)))) |
(* -1 (* x (- (* 60 (/ y (* x z))) (* 60 (/ 1 z))))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 y #s(literal 60 binary64)) (*.f64 x z)) (/.f64 #s(literal -60 binary64) z)))) |
(* 60 (/ x z)) |
(/.f64 (*.f64 #s(literal 60 binary64) x) z) |
(+ (* -60 (/ y z)) (* 60 (/ x z))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) z) (/.f64 (*.f64 #s(literal 60 binary64) x) z)) |
(+ (* -60 (/ y z)) (* 60 (/ x z))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) z) (/.f64 (*.f64 #s(literal 60 binary64) x) z)) |
(+ (* -60 (/ y z)) (* 60 (/ x z))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) z) (/.f64 (*.f64 #s(literal 60 binary64) x) z)) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* y (- (* 60 (/ x (* y z))) (* 60 (/ 1 z)))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 y z)) (/.f64 #s(literal -60 binary64) z))) |
(* y (- (* 60 (/ x (* y z))) (* 60 (/ 1 z)))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 y z)) (/.f64 #s(literal -60 binary64) z))) |
(* y (- (* 60 (/ x (* y z))) (* 60 (/ 1 z)))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 y z)) (/.f64 #s(literal -60 binary64) z))) |
(* -60 (/ y z)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(* -1 (* y (+ (* -60 (/ x (* y z))) (* 60 (/ 1 z))))) |
(*.f64 (+.f64 (/.f64 #s(literal 60 binary64) z) (/.f64 (*.f64 #s(literal -60 binary64) x) (*.f64 y z))) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (* y (+ (* -60 (/ x (* y z))) (* 60 (/ 1 z))))) |
(*.f64 (+.f64 (/.f64 #s(literal 60 binary64) z) (/.f64 (*.f64 #s(literal -60 binary64) x) (*.f64 y z))) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (* y (+ (* -60 (/ x (* y z))) (* 60 (/ 1 z))))) |
(*.f64 (+.f64 (/.f64 #s(literal 60 binary64) z) (/.f64 (*.f64 #s(literal -60 binary64) x) (*.f64 y z))) (-.f64 #s(literal 0 binary64) y)) |
(* 60 (/ (- x y) z)) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) |
(* 60 (/ (- x y) z)) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) |
(* 60 (/ (- x y) z)) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) |
(* 60 (/ (- x y) z)) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) |
(* 60 (/ (- x y) z)) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) |
(* 60 (/ (- x y) z)) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) |
(* 60 (/ (- x y) z)) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) |
(* 60 (/ (- x y) z)) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) |
(* 60 (/ (- x y) z)) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) |
(* 60 (/ (- x y) z)) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) |
(* 60 (/ (- x y) z)) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) |
(* 60 (/ (- x y) z)) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) |
(* -1 (/ y z)) |
(-.f64 #s(literal 0 binary64) (/.f64 y z)) |
(+ (* -1 (/ y z)) (/ x z)) |
(/.f64 (-.f64 x y) z) |
(+ (* -1 (/ y z)) (/ x z)) |
(/.f64 (-.f64 x y) z) |
(+ (* -1 (/ y z)) (/ x z)) |
(/.f64 (-.f64 x y) z) |
(/ x z) |
(/.f64 x z) |
(* x (+ (* -1 (/ y (* x z))) (/ 1 z))) |
(*.f64 x (-.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 y (*.f64 x z)))) |
(* x (+ (* -1 (/ y (* x z))) (/ 1 z))) |
(*.f64 x (-.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 y (*.f64 x z)))) |
(* x (+ (* -1 (/ y (* x z))) (/ 1 z))) |
(*.f64 x (-.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 y (*.f64 x z)))) |
(/ x z) |
(/.f64 x z) |
(* -1 (* x (- (/ y (* x z)) (/ 1 z)))) |
(*.f64 (+.f64 (/.f64 y (*.f64 x z)) (/.f64 #s(literal -1 binary64) z)) (neg.f64 x)) |
(* -1 (* x (- (/ y (* x z)) (/ 1 z)))) |
(*.f64 (+.f64 (/.f64 y (*.f64 x z)) (/.f64 #s(literal -1 binary64) z)) (neg.f64 x)) |
(* -1 (* x (- (/ y (* x z)) (/ 1 z)))) |
(*.f64 (+.f64 (/.f64 y (*.f64 x z)) (/.f64 #s(literal -1 binary64) z)) (neg.f64 x)) |
(/ x z) |
(/.f64 x z) |
(+ (* -1 (/ y z)) (/ x z)) |
(/.f64 (-.f64 x y) z) |
(+ (* -1 (/ y z)) (/ x z)) |
(/.f64 (-.f64 x y) z) |
(+ (* -1 (/ y z)) (/ x z)) |
(/.f64 (-.f64 x y) z) |
(* -1 (/ y z)) |
(-.f64 #s(literal 0 binary64) (/.f64 y z)) |
(* y (- (/ x (* y z)) (/ 1 z))) |
(*.f64 y (+.f64 (/.f64 x (*.f64 y z)) (/.f64 #s(literal -1 binary64) z))) |
(* y (- (/ x (* y z)) (/ 1 z))) |
(*.f64 y (+.f64 (/.f64 x (*.f64 y z)) (/.f64 #s(literal -1 binary64) z))) |
(* y (- (/ x (* y z)) (/ 1 z))) |
(*.f64 y (+.f64 (/.f64 x (*.f64 y z)) (/.f64 #s(literal -1 binary64) z))) |
(* -1 (/ y z)) |
(-.f64 #s(literal 0 binary64) (/.f64 y z)) |
(* -1 (* y (+ (* -1 (/ x (* y z))) (/ 1 z)))) |
(*.f64 (-.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 x (*.f64 y z))) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (* y (+ (* -1 (/ x (* y z))) (/ 1 z)))) |
(*.f64 (-.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 x (*.f64 y z))) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (* y (+ (* -1 (/ x (* y z))) (/ 1 z)))) |
(*.f64 (-.f64 (/.f64 #s(literal 1 binary64) z) (/.f64 x (*.f64 y z))) (-.f64 #s(literal 0 binary64) y)) |
(/ (- x y) z) |
(/.f64 (-.f64 x y) z) |
(/ (- x y) z) |
(/.f64 (-.f64 x y) z) |
(/ (- x y) z) |
(/.f64 (-.f64 x y) z) |
(/ (- x y) z) |
(/.f64 (-.f64 x y) z) |
(/ (- x y) z) |
(/.f64 (-.f64 x y) z) |
(/ (- x y) z) |
(/.f64 (-.f64 x y) z) |
(/ (- x y) z) |
(/.f64 (-.f64 x y) z) |
(/ (- x y) z) |
(/.f64 (-.f64 x y) z) |
(/ (- x y) z) |
(/.f64 (-.f64 x y) z) |
(/ (- x y) z) |
(/.f64 (-.f64 x y) z) |
(/ (- x y) z) |
(/.f64 (-.f64 x y) z) |
(/ (- x y) z) |
(/.f64 (-.f64 x y) z) |
(* -1 y) |
(-.f64 #s(literal 0 binary64) y) |
(- x y) |
(-.f64 x y) |
(- x y) |
(-.f64 x y) |
(- x y) |
(-.f64 x y) |
x |
(* x (+ 1 (* -1 (/ y x)))) |
(*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 y x))) |
(* x (+ 1 (* -1 (/ y x)))) |
(*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 y x))) |
(* x (+ 1 (* -1 (/ y x)))) |
(*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 y x))) |
x |
(* -1 (* x (- (/ y x) 1))) |
(*.f64 (+.f64 (/.f64 y x) #s(literal -1 binary64)) (neg.f64 x)) |
(* -1 (* x (- (/ y x) 1))) |
(*.f64 (+.f64 (/.f64 y x) #s(literal -1 binary64)) (neg.f64 x)) |
(* -1 (* x (- (/ y x) 1))) |
(*.f64 (+.f64 (/.f64 y x) #s(literal -1 binary64)) (neg.f64 x)) |
x |
(+ x (* -1 y)) |
(-.f64 x y) |
(+ x (* -1 y)) |
(-.f64 x y) |
(+ x (* -1 y)) |
(-.f64 x y) |
(* -1 y) |
(-.f64 #s(literal 0 binary64) y) |
(* y (- (/ x y) 1)) |
(*.f64 y (+.f64 (/.f64 x y) #s(literal -1 binary64))) |
(* y (- (/ x y) 1)) |
(*.f64 y (+.f64 (/.f64 x y) #s(literal -1 binary64))) |
(* y (- (/ x y) 1)) |
(*.f64 y (+.f64 (/.f64 x y) #s(literal -1 binary64))) |
(* -1 y) |
(-.f64 #s(literal 0 binary64) y) |
(* -1 (* y (+ 1 (* -1 (/ x y))))) |
(-.f64 #s(literal 0 binary64) (*.f64 y (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(* -1 (* y (+ 1 (* -1 (/ x y))))) |
(-.f64 #s(literal 0 binary64) (*.f64 y (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(* -1 (* y (+ 1 (* -1 (/ x y))))) |
(-.f64 #s(literal 0 binary64) (*.f64 y (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(/ 1 (+ (* -120 a) (* -60 (/ y (- z t))))) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))) |
(+ (* -60 (/ x (* (pow (+ (* -120 a) (* -60 (/ y (- z t)))) 2) (- z t)))) (/ 1 (+ (* -120 a) (* -60 (/ y (- z t)))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))) (/.f64 (*.f64 #s(literal -60 binary64) x) (*.f64 (-.f64 z t) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))))))) |
(+ (* x (- (* 3600 (/ x (* (pow (+ (* -120 a) (* -60 (/ y (- z t)))) 3) (pow (- z t) 2)))) (* 60 (/ 1 (* (pow (+ (* -120 a) (* -60 (/ y (- z t)))) 2) (- z t)))))) (/ 1 (+ (* -120 a) (* -60 (/ y (- z t)))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 3600 binary64) x) (*.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))))) (*.f64 (-.f64 z t) (-.f64 z t)))) (/.f64 #s(literal -60 binary64) (*.f64 (-.f64 z t) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))))))))) |
(+ (* x (- (* x (+ (* -216000 (/ x (* (pow (+ (* -120 a) (* -60 (/ y (- z t)))) 4) (pow (- z t) 3)))) (* 3600 (/ 1 (* (pow (+ (* -120 a) (* -60 (/ y (- z t)))) 3) (pow (- z t) 2)))))) (* 60 (/ 1 (* (pow (+ (* -120 a) (* -60 (/ y (- z t)))) 2) (- z t)))))) (/ 1 (+ (* -120 a) (* -60 (/ y (- z t)))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))) (*.f64 x (+.f64 (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -216000 binary64) x) (*.f64 (pow.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) #s(literal 4 binary64)) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (/.f64 #s(literal 3600 binary64) (*.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))))) (*.f64 (-.f64 z t) (-.f64 z t)))))) (/.f64 #s(literal -60 binary64) (*.f64 (-.f64 z t) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))))))))) |
(* 1/60 (/ (- z t) x)) |
(/.f64 (*.f64 (-.f64 z t) #s(literal 1/60 binary64)) x) |
(/ (+ (* -1/3600 (/ (* (+ (* -120 a) (* -60 (/ y (- z t)))) (pow (- z t) 2)) x)) (* 1/60 (- z t))) x) |
(/.f64 (+.f64 (*.f64 (-.f64 z t) #s(literal 1/60 binary64)) (/.f64 (*.f64 #s(literal -1/3600 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (*.f64 (-.f64 z t) (-.f64 z t)))) x)) x) |
(/ (- (+ (* 1/216000 (/ (* (pow (+ (* -120 a) (* -60 (/ y (- z t)))) 2) (pow (- z t) 3)) (pow x 2))) (* 1/60 (- z t))) (* 1/3600 (/ (* (+ (* -120 a) (* -60 (/ y (- z t)))) (pow (- z t) 2)) x))) x) |
(/.f64 (+.f64 (*.f64 #s(literal 1/216000 binary64) (/.f64 (*.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 x x))) (+.f64 (*.f64 (-.f64 z t) #s(literal 1/60 binary64)) (/.f64 (*.f64 #s(literal -1/3600 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (*.f64 (-.f64 z t) (-.f64 z t)))) x))) x) |
(/ (- (+ (* -1/12960000 (/ (* (pow (+ (* -120 a) (* -60 (/ y (- z t)))) 3) (pow (- z t) 4)) (pow x 3))) (* 1/60 (- z t))) (+ (* -1/216000 (/ (* (pow (+ (* -120 a) (* -60 (/ y (- z t)))) 2) (pow (- z t) 3)) (pow x 2))) (* 1/3600 (/ (* (+ (* -120 a) (* -60 (/ y (- z t)))) (pow (- z t) 2)) x)))) x) |
(/.f64 (+.f64 (*.f64 #s(literal -1/12960000 binary64) (*.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))))) (/.f64 (pow.f64 (-.f64 z t) #s(literal 4 binary64)) (*.f64 x (*.f64 x x))))) (-.f64 (*.f64 (-.f64 z t) #s(literal 1/60 binary64)) (+.f64 (/.f64 (*.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (*.f64 (-.f64 z t) (-.f64 z t))) #s(literal 1/3600 binary64)) x) (/.f64 (*.f64 (*.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) #s(literal -1/216000 binary64)) (*.f64 x x))))) x) |
(* 1/60 (/ (- z t) x)) |
(/.f64 (*.f64 (-.f64 z t) #s(literal 1/60 binary64)) x) |
(* -1 (/ (+ (* -1/60 (- z t)) (* 1/3600 (/ (* (+ (* -120 a) (* -60 (/ y (- z t)))) (pow (- z t) 2)) x))) x)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (*.f64 (-.f64 z t) (-.f64 z t))) #s(literal 1/3600 binary64)) x) (*.f64 (-.f64 z t) #s(literal -1/60 binary64))) (neg.f64 x)) |
(* -1 (/ (+ (* -1 (/ (- (* 1/216000 (/ (* (pow (+ (* -120 a) (* -60 (/ y (- z t)))) 2) (pow (- z t) 3)) x)) (* 1/3600 (* (+ (* -120 a) (* -60 (/ y (- z t)))) (pow (- z t) 2)))) x)) (* -1/60 (- z t))) x)) |
(/.f64 (-.f64 (*.f64 (-.f64 z t) #s(literal -1/60 binary64)) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/216000 binary64) (*.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) x) (*.f64 #s(literal -1/3600 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (*.f64 (-.f64 z t) (-.f64 z t))))) x)) (neg.f64 x)) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (* 1/12960000 (/ (* (pow (+ (* -120 a) (* -60 (/ y (- z t)))) 3) (pow (- z t) 4)) x)) (* 1/216000 (* (pow (+ (* -120 a) (* -60 (/ y (- z t)))) 2) (pow (- z t) 3)))) x)) (* 1/3600 (* (+ (* -120 a) (* -60 (/ y (- z t)))) (pow (- z t) 2)))) x)) (* -1/60 (- z t))) x)) |
(/.f64 (-.f64 (*.f64 (-.f64 z t) #s(literal -1/60 binary64)) (/.f64 (+.f64 (/.f64 (+.f64 (*.f64 #s(literal 1/12960000 binary64) (*.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))))) (/.f64 (pow.f64 (-.f64 z t) #s(literal 4 binary64)) x))) (*.f64 (*.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) #s(literal -1/216000 binary64))) (neg.f64 x)) (*.f64 #s(literal -1/3600 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (*.f64 (-.f64 z t) (-.f64 z t))))) x)) (neg.f64 x)) |
(/ 1 (+ (* -120 a) (* 60 (/ x (- z t))))) |
(/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)))) |
(+ (* 60 (/ y (* (pow (+ (* -120 a) (* 60 (/ x (- z t)))) 2) (- z t)))) (/ 1 (+ (* -120 a) (* 60 (/ x (- z t)))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)))) (/.f64 (*.f64 y #s(literal 60 binary64)) (*.f64 (-.f64 z t) (*.f64 (+.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))) (+.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))))))) |
(+ (* y (+ (* 3600 (/ y (* (pow (+ (* -120 a) (* 60 (/ x (- z t)))) 3) (pow (- z t) 2)))) (* 60 (/ 1 (* (pow (+ (* -120 a) (* 60 (/ x (- z t)))) 2) (- z t)))))) (/ 1 (+ (* -120 a) (* 60 (/ x (- z t)))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)))) (*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 3600 binary64) y) (*.f64 (*.f64 (-.f64 z t) (-.f64 z t)) (*.f64 (+.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))) (*.f64 (+.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))) (+.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))))))) (/.f64 #s(literal 60 binary64) (*.f64 (-.f64 z t) (*.f64 (+.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))) (+.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))))))))) |
(+ (* y (+ (* y (+ (* 216000 (/ y (* (pow (+ (* -120 a) (* 60 (/ x (- z t)))) 4) (pow (- z t) 3)))) (* 3600 (/ 1 (* (pow (+ (* -120 a) (* 60 (/ x (- z t)))) 3) (pow (- z t) 2)))))) (* 60 (/ 1 (* (pow (+ (* -120 a) (* 60 (/ x (- z t)))) 2) (- z t)))))) (/ 1 (+ (* -120 a) (* 60 (/ x (- z t)))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)))) (*.f64 y (+.f64 (/.f64 #s(literal 60 binary64) (*.f64 (-.f64 z t) (*.f64 (+.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))) (+.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)))))) (*.f64 y (+.f64 (*.f64 (/.f64 #s(literal 216000 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (/.f64 y (pow.f64 (+.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))) #s(literal 4 binary64)))) (/.f64 #s(literal 3600 binary64) (*.f64 (*.f64 (-.f64 z t) (-.f64 z t)) (*.f64 (+.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))) (*.f64 (+.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))) (+.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)))))))))))) |
(* -1/60 (/ (- z t) y)) |
(/.f64 (*.f64 (-.f64 z t) #s(literal -1/60 binary64)) y) |
(/ (+ (* -1/60 (- z t)) (* -1/3600 (/ (* (+ (* -120 a) (* 60 (/ x (- z t)))) (pow (- z t) 2)) y))) y) |
(/.f64 (+.f64 (*.f64 (-.f64 z t) #s(literal -1/60 binary64)) (/.f64 (*.f64 #s(literal -1/3600 binary64) (*.f64 (*.f64 (-.f64 z t) (-.f64 z t)) (+.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))))) y)) y) |
(/ (- (+ (* -1/60 (- z t)) (* -1/216000 (/ (* (pow (+ (* -120 a) (* 60 (/ x (- z t)))) 2) (pow (- z t) 3)) (pow y 2)))) (* 1/3600 (/ (* (+ (* -120 a) (* 60 (/ x (- z t)))) (pow (- z t) 2)) y))) y) |
(/.f64 (+.f64 (+.f64 (*.f64 (-.f64 z t) #s(literal -1/60 binary64)) (*.f64 #s(literal -1/216000 binary64) (*.f64 (*.f64 (+.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))) (+.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)))) (*.f64 (/.f64 (-.f64 z t) y) (/.f64 (*.f64 (-.f64 z t) (-.f64 z t)) y))))) (/.f64 (*.f64 #s(literal -1/3600 binary64) (*.f64 (*.f64 (-.f64 z t) (-.f64 z t)) (+.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))))) y)) y) |
(/ (- (+ (* -1/60 (- z t)) (* -1/12960000 (/ (* (pow (+ (* -120 a) (* 60 (/ x (- z t)))) 3) (pow (- z t) 4)) (pow y 3)))) (+ (* 1/216000 (/ (* (pow (+ (* -120 a) (* 60 (/ x (- z t)))) 2) (pow (- z t) 3)) (pow y 2))) (* 1/3600 (/ (* (+ (* -120 a) (* 60 (/ x (- z t)))) (pow (- z t) 2)) y)))) y) |
(/.f64 (-.f64 (+.f64 (*.f64 (-.f64 z t) #s(literal -1/60 binary64)) (*.f64 #s(literal -1/12960000 binary64) (*.f64 (*.f64 (+.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))) (*.f64 (+.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))) (+.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))))) (/.f64 (pow.f64 (-.f64 z t) #s(literal 4 binary64)) (*.f64 y (*.f64 y y)))))) (+.f64 (/.f64 (*.f64 #s(literal 1/3600 binary64) (*.f64 (*.f64 (-.f64 z t) (-.f64 z t)) (+.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))))) y) (*.f64 #s(literal 1/216000 binary64) (*.f64 (*.f64 (+.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))) (+.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)))) (*.f64 (/.f64 (-.f64 z t) y) (/.f64 (*.f64 (-.f64 z t) (-.f64 z t)) y)))))) y) |
(* -1/60 (/ (- z t) y)) |
(/.f64 (*.f64 (-.f64 z t) #s(literal -1/60 binary64)) y) |
(* -1 (/ (+ (* 1/3600 (/ (* (+ (* -120 a) (* 60 (/ x (- z t)))) (pow (- z t) 2)) y)) (* 1/60 (- z t))) y)) |
(/.f64 (+.f64 (*.f64 (-.f64 z t) #s(literal 1/60 binary64)) (/.f64 (*.f64 #s(literal 1/3600 binary64) (*.f64 (*.f64 (-.f64 z t) (-.f64 z t)) (+.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))))) y)) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (/ (+ (* -1 (/ (- (* -1/216000 (/ (* (pow (+ (* -120 a) (* 60 (/ x (- z t)))) 2) (pow (- z t) 3)) y)) (* 1/3600 (* (+ (* -120 a) (* 60 (/ x (- z t)))) (pow (- z t) 2)))) y)) (* 1/60 (- z t))) y)) |
(/.f64 (-.f64 (*.f64 (-.f64 z t) #s(literal 1/60 binary64)) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/216000 binary64) (*.f64 (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))) (*.f64 (+.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))) (+.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)))))) y) (*.f64 #s(literal -1/3600 binary64) (*.f64 (*.f64 (-.f64 z t) (-.f64 z t)) (+.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)))))) y)) (-.f64 #s(literal 0 binary64) y)) |
(* -1 (/ (+ (* -1 (/ (- (* -1 (/ (- (* 1/12960000 (/ (* (pow (+ (* -120 a) (* 60 (/ x (- z t)))) 3) (pow (- z t) 4)) y)) (* -1/216000 (* (pow (+ (* -120 a) (* 60 (/ x (- z t)))) 2) (pow (- z t) 3)))) y)) (* 1/3600 (* (+ (* -120 a) (* 60 (/ x (- z t)))) (pow (- z t) 2)))) y)) (* 1/60 (- z t))) y)) |
(/.f64 (-.f64 (*.f64 (-.f64 z t) #s(literal 1/60 binary64)) (/.f64 (+.f64 (/.f64 (+.f64 (*.f64 #s(literal 1/12960000 binary64) (*.f64 (*.f64 (+.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))) (*.f64 (+.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))) (+.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))))) (/.f64 (pow.f64 (-.f64 z t) #s(literal 4 binary64)) y))) (*.f64 #s(literal 1/216000 binary64) (*.f64 (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))) (*.f64 (+.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))) (+.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))))))) (-.f64 #s(literal 0 binary64) y)) (*.f64 #s(literal -1/3600 binary64) (*.f64 (*.f64 (-.f64 z t) (-.f64 z t)) (+.f64 (*.f64 a #s(literal -120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)))))) y)) (-.f64 #s(literal 0 binary64) y)) |
(/ 1 (+ (* -120 a) (* -60 (/ (- x y) t)))) |
(/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t) (*.f64 a #s(literal -120 binary64)))) |
(+ (* -60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow (+ (* -120 a) (* -60 (/ (- x y) t))) 2))) (/ 1 (+ (* -120 a) (* -60 (/ (- x y) t))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t) (*.f64 a #s(literal -120 binary64)))) (*.f64 (/.f64 #s(literal -60 binary64) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t) (*.f64 a #s(literal -120 binary64)))) (/.f64 (*.f64 z (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t)))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t) (*.f64 a #s(literal -120 binary64)))))) |
(+ (* z (- (* -1 (* z (+ (* -3600 (/ (pow (- (/ y (pow t 2)) (/ x (pow t 2))) 2) (pow (+ (* -120 a) (* -60 (/ (- x y) t))) 3))) (* 60 (/ (- (/ y (pow t 2)) (/ x (pow t 2))) (* t (pow (+ (* -120 a) (* -60 (/ (- x y) t))) 2))))))) (* 60 (/ (- (/ y (pow t 2)) (/ x (pow t 2))) (pow (+ (* -120 a) (* -60 (/ (- x y) t))) 2))))) (/ 1 (+ (* -120 a) (* -60 (/ (- x y) t))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t) (*.f64 a #s(literal -120 binary64)))) (*.f64 z (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 z (+.f64 (/.f64 (*.f64 #s(literal -3600 binary64) (*.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t) (*.f64 a #s(literal -120 binary64))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t) (*.f64 a #s(literal -120 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t) (*.f64 a #s(literal -120 binary64)))))) (*.f64 (/.f64 #s(literal 60 binary64) t) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t) (*.f64 a #s(literal -120 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t) (*.f64 a #s(literal -120 binary64))))))))) (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t) (*.f64 a #s(literal -120 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t) (*.f64 a #s(literal -120 binary64))))))))) |
(+ (* z (- (* z (- (* -1 (* z (+ (* -3600 (/ (pow (- (/ y (pow t 2)) (/ x (pow t 2))) 2) (* t (pow (+ (* -120 a) (* -60 (/ (- x y) t))) 3)))) (+ (* -60 (/ (* (+ (* -3600 (/ (pow (- (/ y (pow t 2)) (/ x (pow t 2))) 2) (pow (+ (* -120 a) (* -60 (/ (- x y) t))) 3))) (* 60 (/ (- (/ y (pow t 2)) (/ x (pow t 2))) (* t (pow (+ (* -120 a) (* -60 (/ (- x y) t))) 2))))) (- (/ y (pow t 2)) (/ x (pow t 2)))) (+ (* -120 a) (* -60 (/ (- x y) t))))) (* 60 (/ (- (/ y (pow t 2)) (/ x (pow t 2))) (* (pow t 2) (pow (+ (* -120 a) (* -60 (/ (- x y) t))) 2)))))))) (+ (* -3600 (/ (pow (- (/ y (pow t 2)) (/ x (pow t 2))) 2) (pow (+ (* -120 a) (* -60 (/ (- x y) t))) 3))) (* 60 (/ (- (/ y (pow t 2)) (/ x (pow t 2))) (* t (pow (+ (* -120 a) (* -60 (/ (- x y) t))) 2))))))) (* 60 (/ (- (/ y (pow t 2)) (/ x (pow t 2))) (pow (+ (* -120 a) (* -60 (/ (- x y) t))) 2))))) (/ 1 (+ (* -120 a) (* -60 (/ (- x y) t))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t) (*.f64 a #s(literal -120 binary64)))) (*.f64 z (+.f64 (*.f64 z (+.f64 (+.f64 (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3600 binary64) (*.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))))) (*.f64 t (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t) (*.f64 a #s(literal -120 binary64))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t) (*.f64 a #s(literal -120 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t) (*.f64 a #s(literal -120 binary64))))))) (+.f64 (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -3600 binary64) (*.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t) (*.f64 a #s(literal -120 binary64))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t) (*.f64 a #s(literal -120 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t) (*.f64 a #s(literal -120 binary64)))))) (*.f64 (/.f64 #s(literal 60 binary64) t) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t) (*.f64 a #s(literal -120 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t) (*.f64 a #s(literal -120 binary64))))))) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t) (*.f64 a #s(literal -120 binary64)))))) (*.f64 #s(literal 60 binary64) (/.f64 (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) (*.f64 t t)) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t) (*.f64 a #s(literal -120 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t) (*.f64 a #s(literal -120 binary64)))))))) (-.f64 #s(literal 0 binary64) z)) (*.f64 #s(literal 3600 binary64) (/.f64 (*.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t)))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t) (*.f64 a #s(literal -120 binary64))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t) (*.f64 a #s(literal -120 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t) (*.f64 a #s(literal -120 binary64)))))))) (*.f64 #s(literal -60 binary64) (/.f64 (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t) (*.f64 a #s(literal -120 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t) (*.f64 a #s(literal -120 binary64)))))))) (*.f64 #s(literal -60 binary64) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t) (*.f64 a #s(literal -120 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t) (*.f64 a #s(literal -120 binary64))))))))) |
(/ -1/120 a) |
(/.f64 #s(literal -1/120 binary64) a) |
(- (* -1/240 (/ (- x y) (* (pow a 2) z))) (* 1/120 (/ 1 a))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/240 binary64) (-.f64 x y)) (*.f64 z (*.f64 a a))) (/.f64 #s(literal -1/120 binary64) a)) |
(- (* -1 (/ (+ (* 1/480 (/ (pow (- x y) 2) (pow a 3))) (* 1/240 (/ (* t (- x y)) (pow a 2)))) (pow z 2))) (+ (* 1/240 (/ (- x y) (* (pow a 2) z))) (* 1/120 (/ 1 a)))) |
(+.f64 (+.f64 (/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1/480 binary64) a) (*.f64 (/.f64 (-.f64 x y) a) (/.f64 (-.f64 x y) a))) (/.f64 (*.f64 #s(literal 1/240 binary64) (*.f64 (-.f64 x y) t)) (*.f64 a a))) (neg.f64 (*.f64 z z))) (/.f64 (*.f64 #s(literal -1/240 binary64) (-.f64 x y)) (*.f64 z (*.f64 a a)))) (/.f64 #s(literal -1/120 binary64) a)) |
(- (* -1 (/ (+ (* 1/480 (/ (* t (pow (- x y) 2)) (pow a 3))) (+ (* 1/240 (/ (* (pow t 2) (- x y)) (pow a 2))) (* 1/2 (/ (* (+ (* 1/480 (/ (pow (- x y) 2) (pow a 3))) (* 1/240 (/ (* t (- x y)) (pow a 2)))) (- x y)) a)))) (pow z 3))) (+ (* 1/480 (/ (pow (- x y) 2) (* (pow a 3) (pow z 2)))) (+ (* 1/240 (/ (* t (- x y)) (* (pow a 2) (pow z 2)))) (+ (* 1/240 (/ (- x y) (* (pow a 2) z))) (* 1/120 (/ 1 a)))))) |
(-.f64 (/.f64 (+.f64 (*.f64 #s(literal 1/480 binary64) (*.f64 (*.f64 (/.f64 (-.f64 x y) a) (/.f64 (-.f64 x y) a)) (/.f64 t a))) (+.f64 (*.f64 #s(literal 1/240 binary64) (/.f64 (*.f64 (-.f64 x y) (*.f64 t t)) (*.f64 a a))) (*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (*.f64 (/.f64 #s(literal 1/480 binary64) a) (*.f64 (/.f64 (-.f64 x y) a) (/.f64 (-.f64 x y) a))) (/.f64 (*.f64 #s(literal 1/240 binary64) (*.f64 (-.f64 x y) t)) (*.f64 a a))) (/.f64 (-.f64 x y) a))))) (neg.f64 (*.f64 z (*.f64 z z)))) (+.f64 (/.f64 (*.f64 #s(literal 1/480 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (*.f64 z z) (*.f64 a (*.f64 a a)))) (+.f64 (*.f64 #s(literal 1/240 binary64) (+.f64 (/.f64 (/.f64 (*.f64 (-.f64 x y) t) (*.f64 a a)) (*.f64 z z)) (/.f64 (-.f64 x y) (*.f64 z (*.f64 a a))))) (/.f64 #s(literal 1/120 binary64) a)))) |
(/ -1/120 a) |
(/.f64 #s(literal -1/120 binary64) a) |
(- (* -1/240 (/ (- x y) (* (pow a 2) z))) (* 1/120 (/ 1 a))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/240 binary64) (-.f64 x y)) (*.f64 z (*.f64 a a))) (/.f64 #s(literal -1/120 binary64) a)) |
(- (* -1 (/ (- (+ (* 1/480 (/ (pow (- x y) 2) (* (pow a 3) z))) (* 1/240 (/ (* t (- x y)) (* (pow a 2) z)))) (* -1/240 (/ (- x y) (pow a 2)))) z)) (* 1/120 (/ 1 a))) |
(+.f64 (/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1/480 binary64) z) (/.f64 (*.f64 (-.f64 x y) (-.f64 x y)) (*.f64 a (*.f64 a a)))) (+.f64 (/.f64 (*.f64 #s(literal 1/240 binary64) (*.f64 (-.f64 x y) t)) (*.f64 z (*.f64 a a))) (/.f64 (*.f64 #s(literal 1/240 binary64) (-.f64 x y)) (*.f64 a a)))) (-.f64 #s(literal 0 binary64) z)) (/.f64 #s(literal -1/120 binary64) a)) |
(- (* -1 (/ (- (* -1 (/ (- (+ (* -1/2 (/ (* (+ (* 1/480 (/ (pow (- x y) 2) (pow a 3))) (* 1/240 (/ (* t (- x y)) (pow a 2)))) (- x y)) (* a z))) (+ (* -1/240 (/ (* (pow t 2) (- x y)) (* (pow a 2) z))) (* -1/480 (/ (* t (pow (- x y) 2)) (* (pow a 3) z))))) (+ (* 1/480 (/ (pow (- x y) 2) (pow a 3))) (* 1/240 (/ (* t (- x y)) (pow a 2))))) z)) (* -1/240 (/ (- x y) (pow a 2)))) z)) (* 1/120 (/ 1 a))) |
(+.f64 (/.f64 (+.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (-.f64 x y) (+.f64 (*.f64 (/.f64 #s(literal 1/480 binary64) a) (*.f64 (/.f64 (-.f64 x y) a) (/.f64 (-.f64 x y) a))) (/.f64 (*.f64 #s(literal 1/240 binary64) (*.f64 (-.f64 x y) t)) (*.f64 a a))))) (*.f64 z a)) (-.f64 (+.f64 (*.f64 (/.f64 #s(literal -1/240 binary64) (*.f64 a a)) (*.f64 (*.f64 t t) (/.f64 (-.f64 x y) z))) (*.f64 (/.f64 #s(literal -1/480 binary64) z) (*.f64 (*.f64 (/.f64 (-.f64 x y) a) (/.f64 (-.f64 x y) a)) (/.f64 t a)))) (+.f64 (*.f64 (/.f64 #s(literal 1/480 binary64) a) (*.f64 (/.f64 (-.f64 x y) a) (/.f64 (-.f64 x y) a))) (/.f64 (*.f64 #s(literal 1/240 binary64) (*.f64 (-.f64 x y) t)) (*.f64 a a))))) (-.f64 #s(literal 0 binary64) z)) (/.f64 (*.f64 #s(literal 1/240 binary64) (-.f64 x y)) (*.f64 a a))) (-.f64 #s(literal 0 binary64) z)) (/.f64 #s(literal -1/120 binary64) a)) |
(/ 1 (+ (* -120 a) (* 60 (/ (- x y) z)))) |
(/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 a #s(literal -120 binary64)))) |
(+ (* -60 (/ (* t (- x y)) (* (pow z 2) (pow (+ (* -120 a) (* 60 (/ (- x y) z))) 2)))) (/ 1 (+ (* -120 a) (* 60 (/ (- x y) z))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 a #s(literal -120 binary64)))) (*.f64 #s(literal -60 binary64) (/.f64 (/.f64 (*.f64 (-.f64 x y) t) (*.f64 z z)) (*.f64 (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 a #s(literal -120 binary64))) (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 a #s(literal -120 binary64))))))) |
(+ (* t (- (* -1 (* t (+ (* -3600 (/ (pow (- x y) 2) (* (pow z 4) (pow (+ (* -120 a) (* 60 (/ (- x y) z))) 3)))) (* 60 (/ (- x y) (* (pow z 3) (pow (+ (* -120 a) (* 60 (/ (- x y) z))) 2))))))) (* 60 (/ (- x y) (* (pow z 2) (pow (+ (* -120 a) (* 60 (/ (- x y) z))) 2)))))) (/ 1 (+ (* -120 a) (* 60 (/ (- x y) z))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 a #s(literal -120 binary64)))) (*.f64 t (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (+.f64 (*.f64 (/.f64 #s(literal -3600 binary64) (*.f64 (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 a #s(literal -120 binary64))) (*.f64 (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 a #s(literal -120 binary64))) (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 a #s(literal -120 binary64)))))) (/.f64 (*.f64 (-.f64 x y) (-.f64 x y)) (pow.f64 z #s(literal 4 binary64)))) (*.f64 #s(literal 60 binary64) (/.f64 (/.f64 (-.f64 x y) (*.f64 z (*.f64 z z))) (*.f64 (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 a #s(literal -120 binary64))) (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 a #s(literal -120 binary64)))))))) (*.f64 #s(literal -60 binary64) (/.f64 (/.f64 (-.f64 x y) (*.f64 z z)) (*.f64 (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 a #s(literal -120 binary64))) (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 a #s(literal -120 binary64))))))))) |
(+ (* t (- (* t (- (* -1 (* t (+ (* -3600 (/ (pow (- x y) 2) (* (pow z 5) (pow (+ (* -120 a) (* 60 (/ (- x y) z))) 3)))) (+ (* -60 (/ (* (+ (* -3600 (/ (pow (- x y) 2) (* (pow z 4) (pow (+ (* -120 a) (* 60 (/ (- x y) z))) 3)))) (* 60 (/ (- x y) (* (pow z 3) (pow (+ (* -120 a) (* 60 (/ (- x y) z))) 2))))) (- x y)) (* (pow z 2) (+ (* -120 a) (* 60 (/ (- x y) z)))))) (* 60 (/ (- x y) (* (pow z 4) (pow (+ (* -120 a) (* 60 (/ (- x y) z))) 2)))))))) (+ (* -3600 (/ (pow (- x y) 2) (* (pow z 4) (pow (+ (* -120 a) (* 60 (/ (- x y) z))) 3)))) (* 60 (/ (- x y) (* (pow z 3) (pow (+ (* -120 a) (* 60 (/ (- x y) z))) 2))))))) (* 60 (/ (- x y) (* (pow z 2) (pow (+ (* -120 a) (* 60 (/ (- x y) z))) 2)))))) (/ 1 (+ (* -120 a) (* 60 (/ (- x y) z))))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 a #s(literal -120 binary64)))) (*.f64 t (+.f64 (*.f64 t (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) t) (+.f64 (/.f64 (*.f64 #s(literal -3600 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 (*.f64 (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 a #s(literal -120 binary64))) (*.f64 (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 a #s(literal -120 binary64))) (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 a #s(literal -120 binary64))))) (pow.f64 z #s(literal 5 binary64)))) (+.f64 (*.f64 #s(literal -60 binary64) (*.f64 (+.f64 (*.f64 (/.f64 #s(literal -3600 binary64) (*.f64 (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 a #s(literal -120 binary64))) (*.f64 (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 a #s(literal -120 binary64))) (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 a #s(literal -120 binary64)))))) (/.f64 (*.f64 (-.f64 x y) (-.f64 x y)) (pow.f64 z #s(literal 4 binary64)))) (*.f64 #s(literal 60 binary64) (/.f64 (/.f64 (-.f64 x y) (*.f64 z (*.f64 z z))) (*.f64 (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 a #s(literal -120 binary64))) (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 a #s(literal -120 binary64))))))) (/.f64 (-.f64 x y) (*.f64 (*.f64 z z) (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 a #s(literal -120 binary64))))))) (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (*.f64 (pow.f64 z #s(literal 4 binary64)) (*.f64 (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 a #s(literal -120 binary64))) (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 a #s(literal -120 binary64))))))))) (+.f64 (*.f64 (/.f64 #s(literal -3600 binary64) (*.f64 (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 a #s(literal -120 binary64))) (*.f64 (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 a #s(literal -120 binary64))) (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 a #s(literal -120 binary64)))))) (/.f64 (*.f64 (-.f64 x y) (-.f64 x y)) (pow.f64 z #s(literal 4 binary64)))) (*.f64 #s(literal 60 binary64) (/.f64 (/.f64 (-.f64 x y) (*.f64 z (*.f64 z z))) (*.f64 (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 a #s(literal -120 binary64))) (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 a #s(literal -120 binary64))))))))) (*.f64 #s(literal -60 binary64) (/.f64 (/.f64 (-.f64 x y) (*.f64 z z)) (*.f64 (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 a #s(literal -120 binary64))) (+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 a #s(literal -120 binary64))))))))) |
(/ -1/120 a) |
(/.f64 #s(literal -1/120 binary64) a) |
(- (* 1/240 (/ (- x y) (* (pow a 2) t))) (* 1/120 (/ 1 a))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/240 binary64) (-.f64 x y)) (*.f64 t (*.f64 a a))) (/.f64 #s(literal -1/120 binary64) a)) |
(- (* -1 (/ (+ (* -1/240 (/ (* z (- x y)) (pow a 2))) (* 1/480 (/ (pow (- x y) 2) (pow a 3)))) (pow t 2))) (+ (* -1/240 (/ (- x y) (* (pow a 2) t))) (* 1/120 (/ 1 a)))) |
(-.f64 (/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1/480 binary64) a) (*.f64 (/.f64 (-.f64 x y) a) (/.f64 (-.f64 x y) a))) (/.f64 (*.f64 #s(literal -1/240 binary64) (*.f64 (-.f64 x y) z)) (*.f64 a a))) (neg.f64 (*.f64 t t))) (+.f64 (/.f64 #s(literal 1/120 binary64) a) (/.f64 (*.f64 #s(literal -1/240 binary64) (-.f64 x y)) (*.f64 t (*.f64 a a))))) |
(- (* -1 (/ (+ (* -1/2 (/ (* (+ (* -1/240 (/ (* z (- x y)) (pow a 2))) (* 1/480 (/ (pow (- x y) 2) (pow a 3)))) (- x y)) a)) (+ (* -1/240 (/ (* (pow z 2) (- x y)) (pow a 2))) (* 1/480 (/ (* z (pow (- x y) 2)) (pow a 3))))) (pow t 3))) (+ (* -1/240 (/ (* z (- x y)) (* (pow a 2) (pow t 2)))) (+ (* -1/240 (/ (- x y) (* (pow a 2) t))) (+ (* 1/480 (/ (pow (- x y) 2) (* (pow a 3) (pow t 2)))) (* 1/120 (/ 1 a)))))) |
(-.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (-.f64 x y) (+.f64 (*.f64 (/.f64 #s(literal 1/480 binary64) a) (*.f64 (/.f64 (-.f64 x y) a) (/.f64 (-.f64 x y) a))) (/.f64 (*.f64 #s(literal -1/240 binary64) (*.f64 (-.f64 x y) z)) (*.f64 a a))))) a) (+.f64 (*.f64 #s(literal -1/240 binary64) (/.f64 (*.f64 (-.f64 x y) (*.f64 z z)) (*.f64 a a))) (*.f64 #s(literal 1/480 binary64) (*.f64 (*.f64 (/.f64 (-.f64 x y) a) (/.f64 (-.f64 x y) a)) (/.f64 z a))))) (neg.f64 (*.f64 t (*.f64 t t)))) (+.f64 (*.f64 #s(literal -1/240 binary64) (+.f64 (/.f64 (*.f64 (-.f64 x y) z) (*.f64 (*.f64 t t) (*.f64 a a))) (/.f64 (-.f64 x y) (*.f64 t (*.f64 a a))))) (+.f64 (/.f64 #s(literal 1/120 binary64) a) (*.f64 (/.f64 #s(literal 1/480 binary64) (*.f64 t t)) (/.f64 (*.f64 (-.f64 x y) (-.f64 x y)) (*.f64 a (*.f64 a a))))))) |
(/ -1/120 a) |
(/.f64 #s(literal -1/120 binary64) a) |
(- (* 1/240 (/ (- x y) (* (pow a 2) t))) (* 1/120 (/ 1 a))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/240 binary64) (-.f64 x y)) (*.f64 t (*.f64 a a))) (/.f64 #s(literal -1/120 binary64) a)) |
(- (* -1 (/ (- (+ (* -1/240 (/ (* z (- x y)) (* (pow a 2) t))) (* 1/480 (/ (pow (- x y) 2) (* (pow a 3) t)))) (* 1/240 (/ (- x y) (pow a 2)))) t)) (* 1/120 (/ 1 a))) |
(+.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/240 binary64) (*.f64 (-.f64 x y) z)) (*.f64 t (*.f64 a a))) (+.f64 (*.f64 (/.f64 #s(literal 1/480 binary64) t) (/.f64 (*.f64 (-.f64 x y) (-.f64 x y)) (*.f64 a (*.f64 a a)))) (/.f64 (*.f64 #s(literal -1/240 binary64) (-.f64 x y)) (*.f64 a a)))) (-.f64 #s(literal 0 binary64) t)) (/.f64 #s(literal -1/120 binary64) a)) |
(- (* -1 (/ (- (* -1 (/ (- (+ (* -1/480 (/ (* z (pow (- x y) 2)) (* (pow a 3) t))) (+ (* 1/240 (/ (* (pow z 2) (- x y)) (* (pow a 2) t))) (* 1/2 (/ (* (+ (* -1/240 (/ (* z (- x y)) (pow a 2))) (* 1/480 (/ (pow (- x y) 2) (pow a 3)))) (- x y)) (* a t))))) (+ (* -1/240 (/ (* z (- x y)) (pow a 2))) (* 1/480 (/ (pow (- x y) 2) (pow a 3))))) t)) (* 1/240 (/ (- x y) (pow a 2)))) t)) (* 1/120 (/ 1 a))) |
(+.f64 (/.f64 (+.f64 (/.f64 (+.f64 (+.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/480 binary64) (*.f64 (/.f64 z t) (/.f64 (*.f64 (-.f64 x y) (-.f64 x y)) (*.f64 a (*.f64 a a))))) (*.f64 (/.f64 #s(literal 1/240 binary64) (*.f64 a a)) (*.f64 (*.f64 z z) (/.f64 (-.f64 x y) t)))) (*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (*.f64 (/.f64 #s(literal 1/480 binary64) a) (*.f64 (/.f64 (-.f64 x y) a) (/.f64 (-.f64 x y) a))) (/.f64 (*.f64 #s(literal -1/240 binary64) (*.f64 (-.f64 x y) z)) (*.f64 a a))) (/.f64 (-.f64 x y) (*.f64 t a))))) (*.f64 #s(literal 1/240 binary64) (/.f64 (*.f64 (-.f64 x y) z) (*.f64 a a)))) (*.f64 #s(literal -1/480 binary64) (/.f64 (*.f64 (-.f64 x y) (-.f64 x y)) (*.f64 a (*.f64 a a))))) (-.f64 #s(literal 0 binary64) t)) (/.f64 (*.f64 #s(literal -1/240 binary64) (-.f64 x y)) (*.f64 a a))) (-.f64 #s(literal 0 binary64) t)) (/.f64 #s(literal -1/120 binary64) a)) |
(* 1/60 (/ (- z t) (- x y))) |
(/.f64 (*.f64 (-.f64 z t) #s(literal 1/60 binary64)) (-.f64 x y)) |
(+ (* 1/60 (/ (- z t) (- x y))) (* 1/30 (/ (* a (pow (- z t) 2)) (pow (- x y) 2)))) |
(+.f64 (/.f64 (*.f64 (-.f64 z t) #s(literal 1/60 binary64)) (-.f64 x y)) (*.f64 #s(literal 1/30 binary64) (*.f64 (/.f64 a (-.f64 x y)) (/.f64 (*.f64 (-.f64 z t) (-.f64 z t)) (-.f64 x y))))) |
(+ (* 1/60 (/ (- z t) (- x y))) (* a (- (* 1/15 (/ (* a (pow (- z t) 3)) (pow (- x y) 3))) (* -1/30 (/ (pow (- z t) 2) (pow (- x y) 2)))))) |
(+.f64 (/.f64 (*.f64 (-.f64 z t) #s(literal 1/60 binary64)) (-.f64 x y)) (*.f64 a (+.f64 (*.f64 (/.f64 #s(literal 1/15 binary64) (-.f64 x y)) (/.f64 (*.f64 a (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 #s(literal 1/30 binary64) (/.f64 (*.f64 (-.f64 z t) (-.f64 z t)) (*.f64 (-.f64 x y) (-.f64 x y))))))) |
(+ (* 1/60 (/ (- z t) (- x y))) (* a (- (* a (- (* 2/15 (/ (* a (pow (- z t) 4)) (pow (- x y) 4))) (* -1/15 (/ (pow (- z t) 3) (pow (- x y) 3))))) (* -1/30 (/ (pow (- z t) 2) (pow (- x y) 2)))))) |
(+.f64 (/.f64 (*.f64 (-.f64 z t) #s(literal 1/60 binary64)) (-.f64 x y)) (*.f64 a (+.f64 (*.f64 a (+.f64 (*.f64 #s(literal 2/15 binary64) (*.f64 a (/.f64 (pow.f64 (-.f64 z t) #s(literal 4 binary64)) (pow.f64 (-.f64 x y) #s(literal 4 binary64))))) (*.f64 #s(literal 1/15 binary64) (/.f64 (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y))))))) (*.f64 #s(literal 1/30 binary64) (/.f64 (*.f64 (-.f64 z t) (-.f64 z t)) (*.f64 (-.f64 x y) (-.f64 x y))))))) |
(/ -1/120 a) |
(/.f64 #s(literal -1/120 binary64) a) |
(/ (- (* -1/240 (/ (- x y) (* a (- z t)))) 1/120) a) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/240 binary64) (-.f64 x y)) (*.f64 a (-.f64 z t))) #s(literal -1/120 binary64)) a) |
(/ (- (* -1/480 (/ (pow (- x y) 2) (* (pow a 2) (pow (- z t) 2)))) (+ 1/120 (* 1/240 (/ (- x y) (* a (- z t)))))) a) |
(/.f64 (+.f64 (+.f64 (*.f64 (/.f64 #s(literal -1/480 binary64) (*.f64 (-.f64 z t) (-.f64 z t))) (*.f64 (/.f64 (-.f64 x y) a) (/.f64 (-.f64 x y) a))) #s(literal -1/120 binary64)) (/.f64 (*.f64 #s(literal -1/240 binary64) (-.f64 x y)) (*.f64 a (-.f64 z t)))) a) |
(/ (- (* -1/960 (/ (pow (- x y) 3) (* (pow a 3) (pow (- z t) 3)))) (+ 1/120 (+ (* 1/480 (/ (pow (- x y) 2) (* (pow a 2) (pow (- z t) 2)))) (* 1/240 (/ (- x y) (* a (- z t))))))) a) |
(/.f64 (-.f64 (+.f64 (*.f64 (/.f64 #s(literal -1/960 binary64) (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 (/.f64 (-.f64 x y) (*.f64 a a)) (/.f64 (*.f64 (-.f64 x y) (-.f64 x y)) a))) #s(literal -1/120 binary64)) (+.f64 (/.f64 (*.f64 #s(literal 1/240 binary64) (-.f64 x y)) (*.f64 a (-.f64 z t))) (*.f64 (/.f64 #s(literal 1/480 binary64) (*.f64 (-.f64 z t) (-.f64 z t))) (*.f64 (/.f64 (-.f64 x y) a) (/.f64 (-.f64 x y) a))))) a) |
(/ -1/120 a) |
(/.f64 #s(literal -1/120 binary64) a) |
(* -1 (/ (+ 1/120 (* 1/240 (/ (- x y) (* a (- z t))))) a)) |
(/.f64 (+.f64 #s(literal 1/120 binary64) (/.f64 (*.f64 #s(literal 1/240 binary64) (-.f64 x y)) (*.f64 a (-.f64 z t)))) (neg.f64 a)) |
(* -1 (/ (+ 1/120 (* -1 (/ (- (* -1/480 (/ (pow (- x y) 2) (* a (pow (- z t) 2)))) (* 1/240 (/ (- x y) (- z t)))) a))) a)) |
(/.f64 (-.f64 #s(literal 1/120 binary64) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/480 binary64) (*.f64 (-.f64 x y) (-.f64 x y))) (*.f64 a (*.f64 (-.f64 z t) (-.f64 z t)))) (*.f64 #s(literal -1/240 binary64) (/.f64 (-.f64 x y) (-.f64 z t)))) a)) (neg.f64 a)) |
(* -1 (/ (+ 1/120 (* -1 (/ (- (* -1 (/ (- (* 1/960 (/ (pow (- x y) 3) (* a (pow (- z t) 3)))) (* -1/480 (/ (pow (- x y) 2) (pow (- z t) 2)))) a)) (* 1/240 (/ (- x y) (- z t)))) a))) a)) |
(/.f64 (-.f64 #s(literal 1/120 binary64) (/.f64 (+.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/960 binary64) (*.f64 (-.f64 x y) (*.f64 (-.f64 x y) (-.f64 x y)))) (*.f64 a (*.f64 (-.f64 z t) (*.f64 (-.f64 z t) (-.f64 z t))))) (*.f64 #s(literal 1/480 binary64) (/.f64 (*.f64 (-.f64 x y) (-.f64 x y)) (*.f64 (-.f64 z t) (-.f64 z t))))) (neg.f64 a)) (*.f64 #s(literal -1/240 binary64) (/.f64 (-.f64 x y) (-.f64 z t)))) a)) (neg.f64 a)) |
(* -60 (/ y (- t z))) |
(*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 t z))) |
(+ (* -60 (/ y (- t z))) (* 60 (/ x (- t z)))) |
(+.f64 (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 t z))) (*.f64 #s(literal 60 binary64) (/.f64 x (-.f64 t z)))) |
(+ (* -60 (/ y (- t z))) (* 60 (/ x (- t z)))) |
(+.f64 (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 t z))) (*.f64 #s(literal 60 binary64) (/.f64 x (-.f64 t z)))) |
(+ (* -60 (/ y (- t z))) (* 60 (/ x (- t z)))) |
(+.f64 (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 t z))) (*.f64 #s(literal 60 binary64) (/.f64 x (-.f64 t z)))) |
(* 60 (/ x (- t z))) |
(*.f64 #s(literal 60 binary64) (/.f64 x (-.f64 t z))) |
(* x (+ (* -60 (/ y (* x (- t z)))) (* 60 (/ 1 (- t z))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 x (-.f64 t z))) (/.f64 #s(literal 60 binary64) (-.f64 t z)))) |
(* x (+ (* -60 (/ y (* x (- t z)))) (* 60 (/ 1 (- t z))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 x (-.f64 t z))) (/.f64 #s(literal 60 binary64) (-.f64 t z)))) |
(* x (+ (* -60 (/ y (* x (- t z)))) (* 60 (/ 1 (- t z))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 x (-.f64 t z))) (/.f64 #s(literal 60 binary64) (-.f64 t z)))) |
(* 60 (/ x (- t z))) |
(*.f64 #s(literal 60 binary64) (/.f64 x (-.f64 t z))) |
(* -1 (* x (- (* 60 (/ y (* x (- t z)))) (* 60 (/ 1 (- t z)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 y #s(literal 60 binary64)) (*.f64 x (-.f64 t z))) (/.f64 #s(literal -60 binary64) (-.f64 t z))))) |
(* -1 (* x (- (* 60 (/ y (* x (- t z)))) (* 60 (/ 1 (- t z)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 y #s(literal 60 binary64)) (*.f64 x (-.f64 t z))) (/.f64 #s(literal -60 binary64) (-.f64 t z))))) |
(* -1 (* x (- (* 60 (/ y (* x (- t z)))) (* 60 (/ 1 (- t z)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 y #s(literal 60 binary64)) (*.f64 x (-.f64 t z))) (/.f64 #s(literal -60 binary64) (-.f64 t z))))) |
(* 60 (/ x (- t z))) |
(*.f64 #s(literal 60 binary64) (/.f64 x (-.f64 t z))) |
(+ (* -60 (/ y (- t z))) (* 60 (/ x (- t z)))) |
(+.f64 (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 t z))) (*.f64 #s(literal 60 binary64) (/.f64 x (-.f64 t z)))) |
(+ (* -60 (/ y (- t z))) (* 60 (/ x (- t z)))) |
(+.f64 (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 t z))) (*.f64 #s(literal 60 binary64) (/.f64 x (-.f64 t z)))) |
(+ (* -60 (/ y (- t z))) (* 60 (/ x (- t z)))) |
(+.f64 (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 t z))) (*.f64 #s(literal 60 binary64) (/.f64 x (-.f64 t z)))) |
(* -60 (/ y (- t z))) |
(*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 t z))) |
(* y (- (* 60 (/ x (* y (- t z)))) (* 60 (/ 1 (- t z))))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 y (-.f64 t z))) (/.f64 #s(literal -60 binary64) (-.f64 t z)))) |
(* y (- (* 60 (/ x (* y (- t z)))) (* 60 (/ 1 (- t z))))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 y (-.f64 t z))) (/.f64 #s(literal -60 binary64) (-.f64 t z)))) |
(* y (- (* 60 (/ x (* y (- t z)))) (* 60 (/ 1 (- t z))))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 y (-.f64 t z))) (/.f64 #s(literal -60 binary64) (-.f64 t z)))) |
(* -60 (/ y (- t z))) |
(*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 t z))) |
(* -1 (* y (+ (* -60 (/ x (* y (- t z)))) (* 60 (/ 1 (- t z)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 y (+.f64 (/.f64 #s(literal 60 binary64) (-.f64 t z)) (*.f64 #s(literal -60 binary64) (/.f64 x (*.f64 y (-.f64 t z))))))) |
(* -1 (* y (+ (* -60 (/ x (* y (- t z)))) (* 60 (/ 1 (- t z)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 y (+.f64 (/.f64 #s(literal 60 binary64) (-.f64 t z)) (*.f64 #s(literal -60 binary64) (/.f64 x (*.f64 y (-.f64 t z))))))) |
(* -1 (* y (+ (* -60 (/ x (* y (- t z)))) (* 60 (/ 1 (- t z)))))) |
(-.f64 #s(literal 0 binary64) (*.f64 y (+.f64 (/.f64 #s(literal 60 binary64) (-.f64 t z)) (*.f64 #s(literal -60 binary64) (/.f64 x (*.f64 y (-.f64 t z))))))) |
(* -60 (/ (- x y) z)) |
(/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) z) |
(+ (* -60 (/ (- x y) z)) (* 60 (* t (- (/ y (pow z 2)) (/ x (pow z 2)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) z) (*.f64 (*.f64 t #s(literal 60 binary64)) (-.f64 (/.f64 y (*.f64 z z)) (/.f64 x (*.f64 z z))))) |
(+ (* -60 (/ (- x y) z)) (* t (+ (* 60 (- (/ y (pow z 2)) (/ x (pow z 2)))) (* 60 (/ (* t (- (/ y (pow z 2)) (/ x (pow z 2)))) z))))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) z) (*.f64 t (*.f64 #s(literal 60 binary64) (+.f64 (-.f64 (/.f64 y (*.f64 z z)) (/.f64 x (*.f64 z z))) (/.f64 (*.f64 t (-.f64 (/.f64 y (*.f64 z z)) (/.f64 x (*.f64 z z)))) z))))) |
(+ (* -60 (/ (- x y) z)) (* t (+ (* 60 (- (/ y (pow z 2)) (/ x (pow z 2)))) (* t (+ (* 60 (/ (* t (- (/ y (pow z 2)) (/ x (pow z 2)))) (pow z 2))) (* 60 (/ (- (/ y (pow z 2)) (/ x (pow z 2))) z))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) z) (*.f64 t (+.f64 (*.f64 #s(literal 60 binary64) (-.f64 (/.f64 y (*.f64 z z)) (/.f64 x (*.f64 z z)))) (*.f64 t (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 (/.f64 (-.f64 (/.f64 y (*.f64 z z)) (/.f64 x (*.f64 z z))) z) (/.f64 t z)) (/.f64 (-.f64 (/.f64 y (*.f64 z z)) (/.f64 x (*.f64 z z))) z))))))) |
(* 60 (/ (- x y) t)) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) t)) |
(/ (+ (* 60 (- x y)) (* 60 (/ (* z (- x y)) t))) t) |
(/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 z (/.f64 (-.f64 x y) t)) (-.f64 x y))) t) |
(/ (+ (* 60 (- x y)) (+ (* 60 (/ (* z (- x y)) t)) (* 60 (/ (* (pow z 2) (- x y)) (pow t 2))))) t) |
(/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (-.f64 x y) (+.f64 (*.f64 z (/.f64 (-.f64 x y) t)) (/.f64 (*.f64 (-.f64 x y) (*.f64 z z)) (*.f64 t t))))) t) |
(/ (+ (* 60 (- x y)) (+ (* 60 (/ (* z (- x y)) t)) (+ (* 60 (/ (* (pow z 2) (- x y)) (pow t 2))) (* 60 (/ (* (pow z 3) (- x y)) (pow t 3)))))) t) |
(/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (+.f64 (-.f64 x y) (*.f64 z (/.f64 (-.f64 x y) t))) (+.f64 (/.f64 (*.f64 (-.f64 x y) (*.f64 z z)) (*.f64 t t)) (*.f64 (/.f64 (-.f64 x y) t) (/.f64 (*.f64 z (*.f64 z z)) (*.f64 t t)))))) t) |
(* 60 (/ (- x y) t)) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) t)) |
(* -1 (/ (+ (* -60 (- x y)) (* -60 (/ (* z (- x y)) t))) t)) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (-.f64 x y) (*.f64 z (/.f64 (-.f64 x y) t)))) t)) |
(* -1 (/ (+ (* -60 (- x y)) (* -1 (/ (+ (* 60 (* z (- x y))) (* 60 (/ (* (pow z 2) (- x y)) t))) t))) t)) |
(/.f64 (-.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 (-.f64 x y) z) (*.f64 (*.f64 z z) (/.f64 (-.f64 x y) t)))) t)) (-.f64 #s(literal 0 binary64) t)) |
(* -1 (/ (+ (* -60 (- x y)) (* -1 (/ (+ (* -1 (/ (+ (* -60 (* (pow z 2) (- x y))) (* -60 (/ (* (pow z 3) (- x y)) t))) t)) (* 60 (* z (- x y)))) t))) t)) |
(/.f64 (-.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (/.f64 (-.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) z)) (/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (*.f64 (*.f64 z (*.f64 z z)) (/.f64 (-.f64 x y) t)) (*.f64 (-.f64 x y) (*.f64 z z)))) t)) t)) (-.f64 #s(literal 0 binary64) t)) |
(* 60 (/ (- x y) t)) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) t)) |
(+ (* 60 (/ (* z (- x y)) (pow t 2))) (* 60 (/ (- x y) t))) |
(*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 (-.f64 x y) z) (*.f64 t t)) (/.f64 (-.f64 x y) t))) |
(+ (* 60 (/ (- x y) t)) (* z (+ (* 60 (/ (* z (- x y)) (pow t 3))) (* 60 (/ (- x y) (pow t 2)))))) |
(+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 z (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 (-.f64 x y) z) (*.f64 t (*.f64 t t))) (/.f64 (-.f64 x y) (*.f64 t t)))))) |
(+ (* 60 (/ (- x y) t)) (* z (+ (* 60 (/ (- x y) (pow t 2))) (* z (+ (* 60 (/ (* z (- x y)) (pow t 4))) (* 60 (/ (- x y) (pow t 3)))))))) |
(+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) t)) (*.f64 z (+.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (*.f64 t t)) (*.f64 z (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 (-.f64 x y) z) (pow.f64 t #s(literal 4 binary64))) (/.f64 (-.f64 x y) (*.f64 t (*.f64 t t))))))))) |
(* -60 (/ (- x y) z)) |
(/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) z) |
(/ (+ (* -60 (- x y)) (* -60 (/ (* t (- x y)) z))) z) |
(/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (-.f64 x y) (/.f64 (*.f64 (-.f64 x y) t) z))) z) |
(/ (+ (* -60 (- x y)) (+ (* -60 (/ (* t (- x y)) z)) (* -60 (/ (* (pow t 2) (- x y)) (pow z 2))))) z) |
(/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (-.f64 x y) (+.f64 (/.f64 (*.f64 (-.f64 x y) t) z) (/.f64 (*.f64 (-.f64 x y) (*.f64 t t)) (*.f64 z z))))) z) |
(/ (+ (* -60 (- x y)) (+ (* -60 (/ (* t (- x y)) z)) (+ (* -60 (/ (* (pow t 2) (- x y)) (pow z 2))) (* -60 (/ (* (pow t 3) (- x y)) (pow z 3)))))) z) |
(/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (+.f64 (-.f64 x y) (/.f64 (*.f64 (-.f64 x y) t) z)) (+.f64 (/.f64 (*.f64 (-.f64 x y) (*.f64 t t)) (*.f64 z z)) (*.f64 (/.f64 (-.f64 x y) z) (/.f64 (*.f64 t (*.f64 t t)) (*.f64 z z)))))) z) |
(* -60 (/ (- x y) z)) |
(/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) z) |
(* -1 (/ (+ (* 60 (- x y)) (* 60 (/ (* t (- x y)) z))) z)) |
(/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (-.f64 x y) (/.f64 (*.f64 (-.f64 x y) t) z))) (-.f64 #s(literal 0 binary64) z)) |
(* -1 (/ (+ (* -1 (/ (+ (* -60 (* t (- x y))) (* -60 (/ (* (pow t 2) (- x y)) z))) z)) (* 60 (- x y))) z)) |
(/.f64 (-.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (*.f64 (-.f64 x y) t) (*.f64 (*.f64 t t) (/.f64 (-.f64 x y) z)))) z)) (-.f64 #s(literal 0 binary64) z)) |
(* -1 (/ (+ (* -1 (/ (+ (* -60 (* t (- x y))) (* -1 (/ (+ (* 60 (* (pow t 2) (- x y))) (* 60 (/ (* (pow t 3) (- x y)) z))) z))) z)) (* 60 (- x y))) z)) |
(/.f64 (-.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (/.f64 (-.f64 (*.f64 #s(literal -60 binary64) (*.f64 (-.f64 x y) t)) (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 (-.f64 x y) (*.f64 t t)) (*.f64 (*.f64 t (*.f64 t t)) (/.f64 (-.f64 x y) z)))) z)) z)) (-.f64 #s(literal 0 binary64) z)) |
(* -60 (/ y (- z t))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))) |
(* 60 (/ x (- z t))) |
(/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) |
(* x (+ (* -60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 x (-.f64 z t))) (/.f64 #s(literal 60 binary64) (-.f64 z t)))) |
(* x (+ (* -60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 x (-.f64 z t))) (/.f64 #s(literal 60 binary64) (-.f64 z t)))) |
(* x (+ (* -60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (*.f64 x (-.f64 z t))) (/.f64 #s(literal 60 binary64) (-.f64 z t)))) |
(* 60 (/ x (- z t))) |
(/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) |
(* -1 (* x (- (* 60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y #s(literal 60 binary64)) (*.f64 x (-.f64 z t))) (/.f64 #s(literal -60 binary64) (-.f64 z t))) (neg.f64 x)) |
(* -1 (* x (- (* 60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y #s(literal 60 binary64)) (*.f64 x (-.f64 z t))) (/.f64 #s(literal -60 binary64) (-.f64 z t))) (neg.f64 x)) |
(* -1 (* x (- (* 60 (/ y (* x (- z t)))) (* 60 (/ 1 (- z t)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 y #s(literal 60 binary64)) (*.f64 x (-.f64 z t))) (/.f64 #s(literal -60 binary64) (-.f64 z t))) (neg.f64 x)) |
(* 60 (/ x (- z t))) |
(/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))) |
(+ (* -60 (/ y (- z t))) (* 60 (/ x (- z t)))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t))) |
(* -60 (/ y (- z t))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(* y (- (* 60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t))))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 y (-.f64 z t))) (/.f64 #s(literal -60 binary64) (-.f64 z t)))) |
(* y (- (* 60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t))))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 y (-.f64 z t))) (/.f64 #s(literal -60 binary64) (-.f64 z t)))) |
(* y (- (* 60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t))))) |
(*.f64 y (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 y (-.f64 z t))) (/.f64 #s(literal -60 binary64) (-.f64 z t)))) |
(* -60 (/ y (- z t))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(* -1 (* y (+ (* -60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (/.f64 (*.f64 #s(literal -60 binary64) x) (*.f64 y (-.f64 z t))))) |
(* -1 (* y (+ (* -60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (/.f64 (*.f64 #s(literal -60 binary64) x) (*.f64 y (-.f64 z t))))) |
(* -1 (* y (+ (* -60 (/ x (* y (- z t)))) (* 60 (/ 1 (- z t)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (/.f64 (*.f64 #s(literal -60 binary64) x) (*.f64 y (-.f64 z t))))) |
(* -60 (/ (- x y) t)) |
(/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t) |
(+ (* -60 (/ (- x y) t)) (* 60 (* z (- (/ y (pow t 2)) (/ x (pow t 2)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t) (*.f64 (*.f64 z #s(literal 60 binary64)) (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))))) |
(+ (* -60 (/ (- x y) t)) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) t))))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t) (*.f64 z (*.f64 #s(literal 60 binary64) (+.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) (*.f64 z (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t)))))) |
(+ (* -60 (/ (- x y) t)) (* z (+ (* 60 (- (/ y (pow t 2)) (/ x (pow t 2)))) (* z (+ (* 60 (/ (* z (- (/ y (pow t 2)) (/ x (pow t 2)))) (pow t 2))) (* 60 (/ (- (/ y (pow t 2)) (/ x (pow t 2))) t))))))) |
(+.f64 (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t) (*.f64 z (+.f64 (*.f64 #s(literal 60 binary64) (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t)))) (*.f64 z (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 z (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) (*.f64 t t))) (/.f64 (-.f64 (/.f64 y (*.f64 t t)) (/.f64 x (*.f64 t t))) t))))))) |
(* 60 (/ (- x y) z)) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) |
(/ (+ (* 60 (- x y)) (* 60 (/ (* t (- x y)) z))) z) |
(/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (-.f64 x y) (/.f64 (*.f64 (-.f64 x y) t) z))) z) |
(/ (+ (* 60 (- x y)) (+ (* 60 (/ (* t (- x y)) z)) (* 60 (/ (* (pow t 2) (- x y)) (pow z 2))))) z) |
(/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (-.f64 x y) (+.f64 (/.f64 (*.f64 (-.f64 x y) t) z) (/.f64 (*.f64 (-.f64 x y) (*.f64 t t)) (*.f64 z z))))) z) |
(/ (+ (* 60 (- x y)) (+ (* 60 (/ (* t (- x y)) z)) (+ (* 60 (/ (* (pow t 2) (- x y)) (pow z 2))) (* 60 (/ (* (pow t 3) (- x y)) (pow z 3)))))) z) |
(/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (+.f64 (-.f64 x y) (/.f64 (*.f64 (-.f64 x y) t) z)) (+.f64 (/.f64 (*.f64 (-.f64 x y) (*.f64 t t)) (*.f64 z z)) (*.f64 (/.f64 (-.f64 x y) z) (/.f64 (*.f64 t (*.f64 t t)) (*.f64 z z)))))) z) |
(* 60 (/ (- x y) z)) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) |
(* -1 (/ (+ (* -60 (- x y)) (* -60 (/ (* t (- x y)) z))) z)) |
(/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (-.f64 x y) (/.f64 (*.f64 (-.f64 x y) t) z))) (-.f64 #s(literal 0 binary64) z)) |
(* -1 (/ (+ (* -60 (- x y)) (* -1 (/ (+ (* 60 (* t (- x y))) (* 60 (/ (* (pow t 2) (- x y)) z))) z))) z)) |
(/.f64 (-.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 (*.f64 t t) (/.f64 (-.f64 x y) z)) (*.f64 (-.f64 x y) t))) z)) (-.f64 #s(literal 0 binary64) z)) |
(* -1 (/ (+ (* -60 (- x y)) (* -1 (/ (+ (* -1 (/ (+ (* -60 (* (pow t 2) (- x y))) (* -60 (/ (* (pow t 3) (- x y)) z))) z)) (* 60 (* t (- x y)))) z))) z)) |
(/.f64 (-.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (/.f64 (-.f64 (*.f64 #s(literal 60 binary64) (*.f64 (-.f64 x y) t)) (/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (*.f64 (-.f64 x y) (*.f64 t t)) (*.f64 (*.f64 t (*.f64 t t)) (/.f64 (-.f64 x y) z)))) z)) z)) (-.f64 #s(literal 0 binary64) z)) |
(* 60 (/ (- x y) z)) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) |
(+ (* 60 (/ (* t (- x y)) (pow z 2))) (* 60 (/ (- x y) z))) |
(*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 (-.f64 x y) t) (*.f64 z z)) (/.f64 (-.f64 x y) z))) |
(+ (* 60 (/ (- x y) z)) (* t (+ (* 60 (/ (* t (- x y)) (pow z 3))) (* 60 (/ (- x y) (pow z 2)))))) |
(+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 t (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 (-.f64 x y) t) (*.f64 z (*.f64 z z))) (/.f64 (-.f64 x y) (*.f64 z z)))))) |
(+ (* 60 (/ (- x y) z)) (* t (+ (* 60 (/ (- x y) (pow z 2))) (* t (+ (* 60 (/ (* t (- x y)) (pow z 4))) (* 60 (/ (- x y) (pow z 3)))))))) |
(+.f64 (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (*.f64 t (+.f64 (/.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (*.f64 z z)) (*.f64 t (*.f64 #s(literal 60 binary64) (+.f64 (/.f64 (*.f64 (-.f64 x y) t) (pow.f64 z #s(literal 4 binary64))) (/.f64 (-.f64 x y) (*.f64 z (*.f64 z z))))))))) |
(* -60 (/ (- x y) t)) |
(/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t) |
(/ (+ (* -60 (- x y)) (* -60 (/ (* z (- x y)) t))) t) |
(/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (-.f64 x y) (*.f64 z (/.f64 (-.f64 x y) t)))) t) |
(/ (+ (* -60 (- x y)) (+ (* -60 (/ (* z (- x y)) t)) (* -60 (/ (* (pow z 2) (- x y)) (pow t 2))))) t) |
(/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (-.f64 x y) (+.f64 (*.f64 z (/.f64 (-.f64 x y) t)) (/.f64 (*.f64 (-.f64 x y) (*.f64 z z)) (*.f64 t t))))) t) |
(/ (+ (* -60 (- x y)) (+ (* -60 (/ (* z (- x y)) t)) (+ (* -60 (/ (* (pow z 2) (- x y)) (pow t 2))) (* -60 (/ (* (pow z 3) (- x y)) (pow t 3)))))) t) |
(/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (+.f64 (-.f64 x y) (*.f64 z (/.f64 (-.f64 x y) t))) (+.f64 (/.f64 (*.f64 (-.f64 x y) (*.f64 z z)) (*.f64 t t)) (*.f64 (/.f64 (-.f64 x y) t) (/.f64 (*.f64 z (*.f64 z z)) (*.f64 t t)))))) t) |
(* -60 (/ (- x y) t)) |
(/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) t) |
(* -1 (/ (+ (* 60 (- x y)) (* 60 (/ (* z (- x y)) t))) t)) |
(/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 z (/.f64 (-.f64 x y) t)) (-.f64 x y))) (-.f64 #s(literal 0 binary64) t)) |
(* -1 (/ (+ (* -1 (/ (+ (* -60 (* z (- x y))) (* -60 (/ (* (pow z 2) (- x y)) t))) t)) (* 60 (- x y))) t)) |
(/.f64 (-.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (/.f64 (*.f64 #s(literal -60 binary64) (+.f64 (*.f64 (-.f64 x y) z) (*.f64 (*.f64 z z) (/.f64 (-.f64 x y) t)))) t)) (-.f64 #s(literal 0 binary64) t)) |
(* -1 (/ (+ (* -1 (/ (+ (* -60 (* z (- x y))) (* -1 (/ (+ (* 60 (* (pow z 2) (- x y))) (* 60 (/ (* (pow z 3) (- x y)) t))) t))) t)) (* 60 (- x y))) t)) |
(/.f64 (-.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (/.f64 (-.f64 (*.f64 #s(literal -60 binary64) (*.f64 (-.f64 x y) z)) (/.f64 (*.f64 #s(literal 60 binary64) (+.f64 (*.f64 (-.f64 x y) (*.f64 z z)) (*.f64 (*.f64 z (*.f64 z z)) (/.f64 (-.f64 x y) t)))) t)) t)) (-.f64 #s(literal 0 binary64) t)) |
Compiled 59 859 to 4 013 computations (93.3% saved)
23 alts after pruning (20 fresh and 3 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1 673 | 10 | 1 683 |
| Fresh | 7 | 10 | 17 |
| Picked | 3 | 2 | 5 |
| Done | 0 | 1 | 1 |
| Total | 1 683 | 23 | 1 706 |
| Status | Accuracy | Program |
|---|---|---|
| 31.2% | (/.f64 (-.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 y z) (/.f64 y z)))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 y z)))) | |
| 48.0% | (/.f64 (+.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (*.f64 #s(literal 120 binary64) (*.f64 z a))) z) | |
| 47.6% | (/.f64 (+.f64 (*.f64 y #s(literal 60 binary64)) (*.f64 #s(literal 120 binary64) (*.f64 t a))) t) | |
| 15.0% | (/.f64 (*.f64 y #s(literal 60 binary64)) t) | |
| 15.0% | (/.f64 (*.f64 y #s(literal -60 binary64)) z) | |
| 46.6% | (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) | |
| 23.8% | (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) | |
| 13.0% | (/.f64 (*.f64 #s(literal 60 binary64) x) z) | |
| 25.4% | (/.f64 y (/.f64 (-.f64 z t) #s(literal -60 binary64))) | |
| 52.9% | (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) z) (*.f64 a #s(literal 120 binary64))) | |
| 76.6% | (+.f64 (/.f64 #s(literal 60 binary64) (/.f64 (-.f64 z t) x)) (*.f64 a #s(literal 120 binary64))) | |
| 70.0% | (+.f64 (*.f64 (/.f64 #s(literal -60 binary64) t) (-.f64 x y)) (*.f64 a #s(literal 120 binary64))) | |
| ✓ | 60.5% | (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) y) t)) |
| 54.0% | (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 y (/.f64 #s(literal -60 binary64) z))) | |
| 53.1% | (*.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))))) | |
| 14.9% | (*.f64 y (/.f64 #s(literal 60 binary64) t)) | |
| 15.2% | (*.f64 y (/.f64 #s(literal -60 binary64) z)) | |
| 23.9% | (*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t))) | |
| 13.0% | (*.f64 x (/.f64 #s(literal 60 binary64) z)) | |
| 21.2% | (*.f64 a (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 (-.f64 z t) a))) | |
| ✓ | 55.3% | (*.f64 #s(literal 120 binary64) a) |
| 24.7% | (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) | |
| ✓ | 15.2% | (*.f64 #s(literal -60 binary64) (/.f64 y z)) |
Compiled 1 230 to 410 computations (66.7% saved)
| Inputs |
|---|
(*.f64 #s(literal 120 binary64) a) |
(*.f64 #s(literal -60 binary64) (/.f64 y z)) |
(*.f64 x (/.f64 #s(literal 60 binary64) z)) |
(*.f64 y (/.f64 #s(literal -60 binary64) z)) |
(*.f64 y (/.f64 #s(literal 60 binary64) t)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(/.f64 (*.f64 #s(literal 60 binary64) x) z) |
(/.f64 (*.f64 y #s(literal -60 binary64)) z) |
(/.f64 (*.f64 y #s(literal 60 binary64)) t) |
(*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) |
(*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t))) |
(*.f64 y (/.f64 #s(literal -60 binary64) (-.f64 z t))) |
(/.f64 #s(literal -60 binary64) (/.f64 (-.f64 z t) y)) |
(/.f64 y (/.f64 (-.f64 z t) #s(literal -60 binary64))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y z))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 y (/.f64 #s(literal -60 binary64) z))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) y) z)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) y) t)) |
(+.f64 (*.f64 (/.f64 #s(literal 60 binary64) z) x) (*.f64 a #s(literal 120 binary64))) |
(+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) z) (*.f64 a #s(literal 120 binary64))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) |
(*.f64 a (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 (-.f64 z t) a))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t)))) |
(+.f64 (*.f64 (/.f64 #s(literal -60 binary64) t) (-.f64 x y)) (*.f64 a #s(literal 120 binary64))) |
(+.f64 (*.f64 (/.f64 #s(literal 60 binary64) z) (-.f64 x y)) (*.f64 a #s(literal 120 binary64))) |
(+.f64 (*.f64 (/.f64 (-.f64 x y) z) #s(literal 60 binary64)) (*.f64 a #s(literal 120 binary64))) |
(+.f64 (/.f64 #s(literal -60 binary64) (/.f64 (-.f64 z t) y)) (*.f64 a #s(literal 120 binary64))) |
(+.f64 (/.f64 #s(literal 60 binary64) (/.f64 (-.f64 z t) x)) (*.f64 a #s(literal 120 binary64))) |
(+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 a #s(literal 120 binary64))) |
(+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 a #s(literal 120 binary64))) |
(/.f64 (+.f64 (*.f64 y #s(literal 60 binary64)) (*.f64 #s(literal 120 binary64) (*.f64 t a))) t) |
(*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (*.f64 t a)))) |
(*.f64 y (-.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) y) (/.f64 #s(literal 60 binary64) (-.f64 z t)))) |
(+.f64 (*.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (-.f64 x y)) (*.f64 a #s(literal 120 binary64))) |
(+.f64 (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) #s(literal 60 binary64)) (*.f64 a #s(literal 120 binary64))) |
(+.f64 (/.f64 #s(literal 60 binary64) (/.f64 (-.f64 z t) (-.f64 x y))) (*.f64 a #s(literal 120 binary64))) |
(+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal 120 binary64))) |
(/.f64 (+.f64 (*.f64 (-.f64 x y) #s(literal 60 binary64)) (*.f64 #s(literal 120 binary64) (*.f64 z a))) z) |
(*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (*.f64 a (-.f64 z t))))) |
(/.f64 (-.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 y z) (/.f64 y z)))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 y z)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 y z))) (-.f64 (*.f64 #s(literal 14400 binary64) (*.f64 a a)) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 y z) (/.f64 y z)))))) |
(/.f64 (-.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 y (-.f64 z t)) (/.f64 y (-.f64 z t))))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 y (-.f64 z t))))) |
(*.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 y (-.f64 z t)))) (-.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 y (-.f64 z t)) (/.f64 y (-.f64 z t))))))) |
(/.f64 (+.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (*.f64 #s(literal -3600 binary64) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y))))) (+.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 t z)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 t z))) (+.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (*.f64 #s(literal -3600 binary64) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 14400 binary64) (*.f64 #s(literal 3600 binary64) (*.f64 (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a)) (/.f64 (-.f64 x y) (*.f64 (-.f64 z t) a))))) a) (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 (-.f64 x y) #s(literal -60 binary64)) (*.f64 (-.f64 z t) a)))) |
(*.f64 (-.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 t z))) (*.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64))) (+.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (/.f64 (-.f64 z t) (*.f64 #s(literal 60 binary64) (-.f64 x y)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64))) (/.f64 (-.f64 z t) (*.f64 #s(literal 60 binary64) (-.f64 x y)))))) (+.f64 (*.f64 #s(literal 216000 binary64) (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (/.f64 (-.f64 z t) (-.f64 x y))))) (*.f64 (*.f64 a (*.f64 a a)) #s(literal 1728000 binary64)))) |
(fma.f64 a #s(literal 120 binary64) (/.f64 #s(literal -60 binary64) (/.f64 (-.f64 z t) y))) |
(fma.f64 a #s(literal 120 binary64) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t))) |
(fma.f64 (*.f64 (/.f64 (-.f64 x y) (-.f64 z t)) #s(literal 3600 binary64)) (/.f64 (/.f64 (-.f64 x y) (-.f64 z t)) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))) (neg.f64 (/.f64 (*.f64 a (*.f64 a #s(literal 14400 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal -120 binary64)))))) |
| Outputs |
|---|
(+.f64 (*.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (-.f64 x y)) (*.f64 a #s(literal 120 binary64))) |
11 calls:
| 43.0ms | (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal 120 binary64))) |
| 35.0ms | (*.f64 a #s(literal 120 binary64)) |
| 33.0ms | (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) |
| 27.0ms | x |
| 21.0ms | (-.f64 x y) |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.8% | 1 | x |
| 99.8% | 1 | y |
| 99.8% | 1 | z |
| 99.8% | 1 | t |
| 99.8% | 1 | a |
| 99.8% | 1 | (+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal 120 binary64))) |
| 99.8% | 1 | (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) |
| 99.8% | 1 | (*.f64 #s(literal 60 binary64) (-.f64 x y)) |
| 99.8% | 1 | (-.f64 x y) |
| 99.8% | 1 | (-.f64 z t) |
| 99.8% | 1 | (*.f64 a #s(literal 120 binary64)) |
Compiled 96 to 75 computations (21.9% saved)
| Inputs |
|---|
(*.f64 #s(literal 120 binary64) a) |
(*.f64 #s(literal -60 binary64) (/.f64 y z)) |
(*.f64 x (/.f64 #s(literal 60 binary64) z)) |
(*.f64 y (/.f64 #s(literal -60 binary64) z)) |
(*.f64 y (/.f64 #s(literal 60 binary64) t)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(/.f64 (*.f64 #s(literal 60 binary64) x) z) |
(/.f64 (*.f64 y #s(literal -60 binary64)) z) |
(/.f64 (*.f64 y #s(literal 60 binary64)) t) |
(*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) |
(*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t))) |
(*.f64 y (/.f64 #s(literal -60 binary64) (-.f64 z t))) |
(/.f64 #s(literal -60 binary64) (/.f64 (-.f64 z t) y)) |
(/.f64 y (/.f64 (-.f64 z t) #s(literal -60 binary64))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y z))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 y (/.f64 #s(literal -60 binary64) z))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) y) z)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) y) t)) |
(+.f64 (*.f64 (/.f64 #s(literal 60 binary64) z) x) (*.f64 a #s(literal 120 binary64))) |
(+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) z) (*.f64 a #s(literal 120 binary64))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) |
(*.f64 a (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 (-.f64 z t) a))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t)))) |
(+.f64 (*.f64 (/.f64 #s(literal -60 binary64) t) (-.f64 x y)) (*.f64 a #s(literal 120 binary64))) |
(+.f64 (*.f64 (/.f64 #s(literal 60 binary64) z) (-.f64 x y)) (*.f64 a #s(literal 120 binary64))) |
(+.f64 (*.f64 (/.f64 (-.f64 x y) z) #s(literal 60 binary64)) (*.f64 a #s(literal 120 binary64))) |
(+.f64 (/.f64 #s(literal -60 binary64) (/.f64 (-.f64 z t) y)) (*.f64 a #s(literal 120 binary64))) |
(+.f64 (/.f64 #s(literal 60 binary64) (/.f64 (-.f64 z t) x)) (*.f64 a #s(literal 120 binary64))) |
(+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) (*.f64 a #s(literal 120 binary64))) |
(+.f64 (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (*.f64 a #s(literal 120 binary64))) |
(/.f64 (+.f64 (*.f64 y #s(literal 60 binary64)) (*.f64 #s(literal 120 binary64) (*.f64 t a))) t) |
(*.f64 a (+.f64 #s(literal 120 binary64) (/.f64 (*.f64 #s(literal -60 binary64) (-.f64 x y)) (*.f64 t a)))) |
(*.f64 y (-.f64 (/.f64 (*.f64 #s(literal 120 binary64) a) y) (/.f64 #s(literal 60 binary64) (-.f64 z t)))) |
| Outputs |
|---|
(+.f64 (/.f64 #s(literal -60 binary64) (/.f64 (-.f64 z t) y)) (*.f64 a #s(literal 120 binary64))) |
(+.f64 (/.f64 #s(literal 60 binary64) (/.f64 (-.f64 z t) x)) (*.f64 a #s(literal 120 binary64))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t)))) |
10 calls:
| 13.0ms | (*.f64 a #s(literal 120 binary64)) |
| 13.0ms | t |
| 12.0ms | y |
| 12.0ms | (*.f64 #s(literal 60 binary64) (-.f64 x y)) |
| 12.0ms | (-.f64 x y) |
| Accuracy | Segments | Branch |
|---|---|---|
| 90.7% | 3 | x |
| 92.5% | 3 | y |
| 88.6% | 3 | z |
| 89.8% | 4 | t |
| 88.0% | 3 | a |
| 86.1% | 4 | (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) |
| 83.8% | 3 | (*.f64 #s(literal 60 binary64) (-.f64 x y)) |
| 83.8% | 3 | (-.f64 x y) |
| 81.6% | 3 | (-.f64 z t) |
| 88.0% | 3 | (*.f64 a #s(literal 120 binary64)) |
Compiled 78 to 62 computations (20.5% saved)
| Inputs |
|---|
(*.f64 #s(literal 120 binary64) a) |
(*.f64 #s(literal -60 binary64) (/.f64 y z)) |
(*.f64 x (/.f64 #s(literal 60 binary64) z)) |
(*.f64 y (/.f64 #s(literal -60 binary64) z)) |
(*.f64 y (/.f64 #s(literal 60 binary64) t)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(/.f64 (*.f64 #s(literal 60 binary64) x) z) |
(/.f64 (*.f64 y #s(literal -60 binary64)) z) |
(/.f64 (*.f64 y #s(literal 60 binary64)) t) |
(*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) |
(*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t))) |
(*.f64 y (/.f64 #s(literal -60 binary64) (-.f64 z t))) |
(/.f64 #s(literal -60 binary64) (/.f64 (-.f64 z t) y)) |
(/.f64 y (/.f64 (-.f64 z t) #s(literal -60 binary64))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y z))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 y (/.f64 #s(literal -60 binary64) z))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) y) z)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) y) t)) |
(+.f64 (*.f64 (/.f64 #s(literal 60 binary64) z) x) (*.f64 a #s(literal 120 binary64))) |
(+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) z) (*.f64 a #s(literal 120 binary64))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) |
(*.f64 a (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 (-.f64 z t) a))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t)))) |
(+.f64 (*.f64 (/.f64 #s(literal -60 binary64) t) (-.f64 x y)) (*.f64 a #s(literal 120 binary64))) |
(+.f64 (*.f64 (/.f64 #s(literal 60 binary64) z) (-.f64 x y)) (*.f64 a #s(literal 120 binary64))) |
(+.f64 (*.f64 (/.f64 (-.f64 x y) z) #s(literal 60 binary64)) (*.f64 a #s(literal 120 binary64))) |
(+.f64 (/.f64 #s(literal -60 binary64) (/.f64 (-.f64 z t) y)) (*.f64 a #s(literal 120 binary64))) |
| Outputs |
|---|
(+.f64 (*.f64 (/.f64 #s(literal 60 binary64) z) (-.f64 x y)) (*.f64 a #s(literal 120 binary64))) |
(+.f64 (/.f64 #s(literal -60 binary64) (/.f64 (-.f64 z t) y)) (*.f64 a #s(literal 120 binary64))) |
(+.f64 (*.f64 (/.f64 #s(literal -60 binary64) t) (-.f64 x y)) (*.f64 a #s(literal 120 binary64))) |
(+.f64 (*.f64 (/.f64 #s(literal 60 binary64) z) (-.f64 x y)) (*.f64 a #s(literal 120 binary64))) |
3 calls:
| 10.0ms | x |
| 9.0ms | z |
| 9.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 90.0% | 4 | z |
| 86.2% | 4 | x |
| 82.0% | 3 | y |
Compiled 18 to 15 computations (16.7% saved)
| Inputs |
|---|
(*.f64 #s(literal 120 binary64) a) |
(*.f64 #s(literal -60 binary64) (/.f64 y z)) |
(*.f64 x (/.f64 #s(literal 60 binary64) z)) |
(*.f64 y (/.f64 #s(literal -60 binary64) z)) |
(*.f64 y (/.f64 #s(literal 60 binary64) t)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(/.f64 (*.f64 #s(literal 60 binary64) x) z) |
(/.f64 (*.f64 y #s(literal -60 binary64)) z) |
(/.f64 (*.f64 y #s(literal 60 binary64)) t) |
(*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) |
(*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t))) |
(*.f64 y (/.f64 #s(literal -60 binary64) (-.f64 z t))) |
(/.f64 #s(literal -60 binary64) (/.f64 (-.f64 z t) y)) |
(/.f64 y (/.f64 (-.f64 z t) #s(literal -60 binary64))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y z))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 y (/.f64 #s(literal -60 binary64) z))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) y) z)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) y) t)) |
(+.f64 (*.f64 (/.f64 #s(literal 60 binary64) z) x) (*.f64 a #s(literal 120 binary64))) |
(+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) z) (*.f64 a #s(literal 120 binary64))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) |
(*.f64 a (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 (-.f64 z t) a))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t)))) |
(+.f64 (*.f64 (/.f64 #s(literal -60 binary64) t) (-.f64 x y)) (*.f64 a #s(literal 120 binary64))) |
(+.f64 (*.f64 (/.f64 #s(literal 60 binary64) z) (-.f64 x y)) (*.f64 a #s(literal 120 binary64))) |
(+.f64 (*.f64 (/.f64 (-.f64 x y) z) #s(literal 60 binary64)) (*.f64 a #s(literal 120 binary64))) |
| Outputs |
|---|
(+.f64 (*.f64 (/.f64 #s(literal 60 binary64) z) (-.f64 x y)) (*.f64 a #s(literal 120 binary64))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t)))) |
(+.f64 (*.f64 (/.f64 #s(literal -60 binary64) t) (-.f64 x y)) (*.f64 a #s(literal 120 binary64))) |
(+.f64 (*.f64 (/.f64 #s(literal 60 binary64) z) (-.f64 x y)) (*.f64 a #s(literal 120 binary64))) |
1 calls:
| 11.0ms | z |
| Accuracy | Segments | Branch |
|---|---|---|
| 90.0% | 4 | z |
Compiled 6 to 5 computations (16.7% saved)
| Inputs |
|---|
(*.f64 #s(literal 120 binary64) a) |
(*.f64 #s(literal -60 binary64) (/.f64 y z)) |
(*.f64 x (/.f64 #s(literal 60 binary64) z)) |
(*.f64 y (/.f64 #s(literal -60 binary64) z)) |
(*.f64 y (/.f64 #s(literal 60 binary64) t)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(/.f64 (*.f64 #s(literal 60 binary64) x) z) |
(/.f64 (*.f64 y #s(literal -60 binary64)) z) |
(/.f64 (*.f64 y #s(literal 60 binary64)) t) |
(*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) |
(*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t))) |
(*.f64 y (/.f64 #s(literal -60 binary64) (-.f64 z t))) |
(/.f64 #s(literal -60 binary64) (/.f64 (-.f64 z t) y)) |
(/.f64 y (/.f64 (-.f64 z t) #s(literal -60 binary64))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y z))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 y (/.f64 #s(literal -60 binary64) z))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) y) z)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) y) t)) |
(+.f64 (*.f64 (/.f64 #s(literal 60 binary64) z) x) (*.f64 a #s(literal 120 binary64))) |
(+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) z) (*.f64 a #s(literal 120 binary64))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) |
(*.f64 a (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 (-.f64 z t) a))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t)))) |
(+.f64 (*.f64 (/.f64 #s(literal -60 binary64) t) (-.f64 x y)) (*.f64 a #s(literal 120 binary64))) |
| Outputs |
|---|
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t)))) |
(+.f64 (*.f64 (/.f64 #s(literal -60 binary64) t) (-.f64 x y)) (*.f64 a #s(literal 120 binary64))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t)))) |
4 calls:
| 10.0ms | a |
| 9.0ms | z |
| 9.0ms | (*.f64 a #s(literal 120 binary64)) |
| 8.0ms | t |
| Accuracy | Segments | Branch |
|---|---|---|
| 86.1% | 3 | a |
| 86.1% | 3 | (*.f64 a #s(literal 120 binary64)) |
| 87.5% | 5 | t |
| 86.1% | 3 | z |
Compiled 26 to 22 computations (15.4% saved)
| Inputs |
|---|
(*.f64 #s(literal 120 binary64) a) |
(*.f64 #s(literal -60 binary64) (/.f64 y z)) |
(*.f64 x (/.f64 #s(literal 60 binary64) z)) |
(*.f64 y (/.f64 #s(literal -60 binary64) z)) |
(*.f64 y (/.f64 #s(literal 60 binary64) t)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(/.f64 (*.f64 #s(literal 60 binary64) x) z) |
(/.f64 (*.f64 y #s(literal -60 binary64)) z) |
(/.f64 (*.f64 y #s(literal 60 binary64)) t) |
(*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) |
(*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t))) |
(*.f64 y (/.f64 #s(literal -60 binary64) (-.f64 z t))) |
(/.f64 #s(literal -60 binary64) (/.f64 (-.f64 z t) y)) |
(/.f64 y (/.f64 (-.f64 z t) #s(literal -60 binary64))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y z))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 y (/.f64 #s(literal -60 binary64) z))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) y) z)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) y) t)) |
(+.f64 (*.f64 (/.f64 #s(literal 60 binary64) z) x) (*.f64 a #s(literal 120 binary64))) |
(+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) z) (*.f64 a #s(literal 120 binary64))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) |
(*.f64 a (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 (-.f64 z t) a))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t)))) |
| Outputs |
|---|
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t)))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t)))) |
3 calls:
| 38.0ms | (*.f64 a #s(literal 120 binary64)) |
| 8.0ms | a |
| 8.0ms | z |
| Accuracy | Segments | Branch |
|---|---|---|
| 86.1% | 3 | a |
| 86.1% | 3 | (*.f64 a #s(literal 120 binary64)) |
| 77.9% | 1 | z |
Compiled 20 to 17 computations (15% saved)
| Inputs |
|---|
(*.f64 #s(literal 120 binary64) a) |
(*.f64 #s(literal -60 binary64) (/.f64 y z)) |
(*.f64 x (/.f64 #s(literal 60 binary64) z)) |
(*.f64 y (/.f64 #s(literal -60 binary64) z)) |
(*.f64 y (/.f64 #s(literal 60 binary64) t)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(/.f64 (*.f64 #s(literal 60 binary64) x) z) |
(/.f64 (*.f64 y #s(literal -60 binary64)) z) |
(/.f64 (*.f64 y #s(literal 60 binary64)) t) |
(*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) |
(*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t))) |
(*.f64 y (/.f64 #s(literal -60 binary64) (-.f64 z t))) |
(/.f64 #s(literal -60 binary64) (/.f64 (-.f64 z t) y)) |
(/.f64 y (/.f64 (-.f64 z t) #s(literal -60 binary64))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y z))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 y (/.f64 #s(literal -60 binary64) z))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) y) z)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) y) t)) |
(+.f64 (*.f64 (/.f64 #s(literal 60 binary64) z) x) (*.f64 a #s(literal 120 binary64))) |
(+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) z) (*.f64 a #s(literal 120 binary64))) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) |
(*.f64 a (/.f64 (*.f64 #s(literal 60 binary64) x) (*.f64 (-.f64 z t) a))) |
| Outputs |
|---|
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) y) t)) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) |
(*.f64 #s(literal 120 binary64) a) |
10 calls:
| 22.0ms | (-.f64 x y) |
| 11.0ms | x |
| 9.0ms | y |
| 8.0ms | (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) |
| 8.0ms | (*.f64 a #s(literal 120 binary64)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 72.4% | 3 | z |
| 69.0% | 3 | (-.f64 z t) |
| 66.8% | 3 | y |
| 69.4% | 3 | (*.f64 #s(literal 60 binary64) (-.f64 x y)) |
| 69.4% | 3 | (-.f64 x y) |
| 75.7% | 4 | t |
| 75.1% | 3 | (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) |
| 69.8% | 4 | x |
| 79.6% | 3 | a |
| 79.6% | 3 | (*.f64 a #s(literal 120 binary64)) |
Compiled 78 to 62 computations (20.5% saved)
| Inputs |
|---|
(*.f64 #s(literal 120 binary64) a) |
(*.f64 #s(literal -60 binary64) (/.f64 y z)) |
(*.f64 x (/.f64 #s(literal 60 binary64) z)) |
(*.f64 y (/.f64 #s(literal -60 binary64) z)) |
(*.f64 y (/.f64 #s(literal 60 binary64) t)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(/.f64 (*.f64 #s(literal 60 binary64) x) z) |
(/.f64 (*.f64 y #s(literal -60 binary64)) z) |
(/.f64 (*.f64 y #s(literal 60 binary64)) t) |
(*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) |
(*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t))) |
(*.f64 y (/.f64 #s(literal -60 binary64) (-.f64 z t))) |
(/.f64 #s(literal -60 binary64) (/.f64 (-.f64 z t) y)) |
(/.f64 y (/.f64 (-.f64 z t) #s(literal -60 binary64))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y z))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 y (/.f64 #s(literal -60 binary64) z))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) y) z)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) y) t)) |
(+.f64 (*.f64 (/.f64 #s(literal 60 binary64) z) x) (*.f64 a #s(literal 120 binary64))) |
(+.f64 (/.f64 (*.f64 #s(literal 60 binary64) x) z) (*.f64 a #s(literal 120 binary64))) |
| Outputs |
|---|
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) y) t)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y z))) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 y (/.f64 #s(literal -60 binary64) z))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) y) t)) |
3 calls:
| 23.0ms | (*.f64 a #s(literal 120 binary64)) |
| 7.0ms | a |
| 7.0ms | t |
| Accuracy | Segments | Branch |
|---|---|---|
| 75.8% | 5 | t |
| 70.1% | 5 | a |
| 70.1% | 5 | (*.f64 a #s(literal 120 binary64)) |
Compiled 20 to 17 computations (15% saved)
| Inputs |
|---|
(*.f64 #s(literal 120 binary64) a) |
(*.f64 #s(literal -60 binary64) (/.f64 y z)) |
(*.f64 x (/.f64 #s(literal 60 binary64) z)) |
(*.f64 y (/.f64 #s(literal -60 binary64) z)) |
(*.f64 y (/.f64 #s(literal 60 binary64) t)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(/.f64 (*.f64 #s(literal 60 binary64) x) z) |
(/.f64 (*.f64 y #s(literal -60 binary64)) z) |
(/.f64 (*.f64 y #s(literal 60 binary64)) t) |
(*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) |
(*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t))) |
(*.f64 y (/.f64 #s(literal -60 binary64) (-.f64 z t))) |
(/.f64 #s(literal -60 binary64) (/.f64 (-.f64 z t) y)) |
(/.f64 y (/.f64 (-.f64 z t) #s(literal -60 binary64))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y z))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 y (/.f64 #s(literal -60 binary64) z))) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal -60 binary64) y) z)) |
| Outputs |
|---|
(*.f64 #s(literal 120 binary64) a) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y z))) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 y (/.f64 #s(literal -60 binary64) z))) |
(*.f64 #s(literal 120 binary64) a) |
8 calls:
| 26.0ms | z |
| 8.0ms | (-.f64 z t) |
| 8.0ms | a |
| 6.0ms | t |
| 6.0ms | (*.f64 #s(literal 60 binary64) (-.f64 x y)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 62.9% | 3 | y |
| 68.4% | 5 | a |
| 62.5% | 4 | x |
| 61.5% | 3 | (-.f64 z t) |
| 58.9% | 2 | (*.f64 #s(literal 60 binary64) (-.f64 x y)) |
| 58.9% | 2 | (-.f64 x y) |
| 64.7% | 4 | z |
| 69.1% | 5 | t |
Compiled 56 to 45 computations (19.6% saved)
| Inputs |
|---|
(*.f64 #s(literal 120 binary64) a) |
(*.f64 #s(literal -60 binary64) (/.f64 y z)) |
(*.f64 x (/.f64 #s(literal 60 binary64) z)) |
(*.f64 y (/.f64 #s(literal -60 binary64) z)) |
(*.f64 y (/.f64 #s(literal 60 binary64) t)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(/.f64 (*.f64 #s(literal 60 binary64) x) z) |
(/.f64 (*.f64 y #s(literal -60 binary64)) z) |
(/.f64 (*.f64 y #s(literal 60 binary64)) t) |
(*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) |
(*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t))) |
(*.f64 y (/.f64 #s(literal -60 binary64) (-.f64 z t))) |
(/.f64 #s(literal -60 binary64) (/.f64 (-.f64 z t) y)) |
(/.f64 y (/.f64 (-.f64 z t) #s(literal -60 binary64))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y z))) |
| Outputs |
|---|
(*.f64 #s(literal 120 binary64) a) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y z))) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) |
(+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y z))) |
(*.f64 #s(literal 120 binary64) a) |
1 calls:
| 6.0ms | t |
| Accuracy | Segments | Branch |
|---|---|---|
| 69.0% | 5 | t |
Compiled 6 to 5 computations (16.7% saved)
| Inputs |
|---|
(*.f64 #s(literal 120 binary64) a) |
(*.f64 #s(literal -60 binary64) (/.f64 y z)) |
(*.f64 x (/.f64 #s(literal 60 binary64) z)) |
(*.f64 y (/.f64 #s(literal -60 binary64) z)) |
(*.f64 y (/.f64 #s(literal 60 binary64) t)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(/.f64 (*.f64 #s(literal 60 binary64) x) z) |
(/.f64 (*.f64 y #s(literal -60 binary64)) z) |
(/.f64 (*.f64 y #s(literal 60 binary64)) t) |
(*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) |
(*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t))) |
(*.f64 y (/.f64 #s(literal -60 binary64) (-.f64 z t))) |
(/.f64 #s(literal -60 binary64) (/.f64 (-.f64 z t) y)) |
(/.f64 y (/.f64 (-.f64 z t) #s(literal -60 binary64))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) |
| Outputs |
|---|
(*.f64 #s(literal 120 binary64) a) |
(/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) |
(*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t))) |
(*.f64 y (/.f64 #s(literal -60 binary64) (-.f64 z t))) |
(*.f64 #s(literal 120 binary64) a) |
2 calls:
| 6.0ms | a |
| 6.0ms | t |
| Accuracy | Segments | Branch |
|---|---|---|
| 68.4% | 5 | a |
| 63.0% | 3 | t |
Compiled 12 to 10 computations (16.7% saved)
| Inputs |
|---|
(*.f64 #s(literal 120 binary64) a) |
(*.f64 #s(literal -60 binary64) (/.f64 y z)) |
(*.f64 x (/.f64 #s(literal 60 binary64) z)) |
(*.f64 y (/.f64 #s(literal -60 binary64) z)) |
(*.f64 y (/.f64 #s(literal 60 binary64) t)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(/.f64 (*.f64 #s(literal 60 binary64) x) z) |
(/.f64 (*.f64 y #s(literal -60 binary64)) z) |
(/.f64 (*.f64 y #s(literal 60 binary64)) t) |
(*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) |
(*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t))) |
(*.f64 y (/.f64 #s(literal -60 binary64) (-.f64 z t))) |
(/.f64 #s(literal -60 binary64) (/.f64 (-.f64 z t) y)) |
(/.f64 y (/.f64 (-.f64 z t) #s(literal -60 binary64))) |
(/.f64 (*.f64 #s(literal -60 binary64) y) (-.f64 z t)) |
(/.f64 (*.f64 #s(literal 60 binary64) x) (-.f64 z t)) |
| Outputs |
|---|
(*.f64 #s(literal 120 binary64) a) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) |
(*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t))) |
(*.f64 y (/.f64 #s(literal -60 binary64) (-.f64 z t))) |
(*.f64 #s(literal 120 binary64) a) |
1 calls:
| 5.0ms | a |
| Accuracy | Segments | Branch |
|---|---|---|
| 68.3% | 5 | a |
Compiled 6 to 5 computations (16.7% saved)
| Inputs |
|---|
(*.f64 #s(literal 120 binary64) a) |
(*.f64 #s(literal -60 binary64) (/.f64 y z)) |
(*.f64 x (/.f64 #s(literal 60 binary64) z)) |
(*.f64 y (/.f64 #s(literal -60 binary64) z)) |
(*.f64 y (/.f64 #s(literal 60 binary64) t)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(/.f64 (*.f64 #s(literal 60 binary64) x) z) |
(/.f64 (*.f64 y #s(literal -60 binary64)) z) |
(/.f64 (*.f64 y #s(literal 60 binary64)) t) |
(*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) |
(*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t))) |
| Outputs |
|---|
(*.f64 #s(literal 120 binary64) a) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) |
(*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t))) |
(*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) |
(*.f64 #s(literal 120 binary64) a) |
1 calls:
| 4.0ms | a |
| Accuracy | Segments | Branch |
|---|---|---|
| 68.3% | 5 | a |
Compiled 6 to 5 computations (16.7% saved)
| Inputs |
|---|
(*.f64 #s(literal 120 binary64) a) |
(*.f64 #s(literal -60 binary64) (/.f64 y z)) |
(*.f64 x (/.f64 #s(literal 60 binary64) z)) |
(*.f64 y (/.f64 #s(literal -60 binary64) z)) |
(*.f64 y (/.f64 #s(literal 60 binary64) t)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(/.f64 (*.f64 #s(literal 60 binary64) x) z) |
(/.f64 (*.f64 y #s(literal -60 binary64)) z) |
(/.f64 (*.f64 y #s(literal 60 binary64)) t) |
(*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) |
(*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) |
| Outputs |
|---|
(*.f64 #s(literal 120 binary64) a) |
(*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) |
(*.f64 #s(literal 120 binary64) a) |
1 calls:
| 4.0ms | a |
| Accuracy | Segments | Branch |
|---|---|---|
| 64.5% | 3 | a |
Compiled 6 to 5 computations (16.7% saved)
| Inputs |
|---|
(*.f64 #s(literal 120 binary64) a) |
(*.f64 #s(literal -60 binary64) (/.f64 y z)) |
(*.f64 x (/.f64 #s(literal 60 binary64) z)) |
(*.f64 y (/.f64 #s(literal -60 binary64) z)) |
(*.f64 y (/.f64 #s(literal 60 binary64) t)) |
(/.f64 (*.f64 #s(literal -60 binary64) y) z) |
(/.f64 (*.f64 #s(literal 60 binary64) x) z) |
(/.f64 (*.f64 y #s(literal -60 binary64)) z) |
(/.f64 (*.f64 y #s(literal 60 binary64)) t) |
| Outputs |
|---|
(*.f64 y (/.f64 #s(literal 60 binary64) t)) |
(*.f64 #s(literal 120 binary64) a) |
5 calls:
| 4.0ms | z |
| 3.0ms | t |
| 3.0ms | a |
| 3.0ms | x |
| 3.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 55.3% | 1 | x |
| 57.9% | 2 | y |
| 58.4% | 3 | t |
| 55.3% | 1 | z |
| 59.4% | 3 | a |
Compiled 30 to 25 computations (16.7% saved)
| Inputs |
|---|
(*.f64 #s(literal 120 binary64) a) |
(*.f64 #s(literal -60 binary64) (/.f64 y z)) |
(*.f64 x (/.f64 #s(literal 60 binary64) z)) |
(*.f64 y (/.f64 #s(literal -60 binary64) z)) |
| Outputs |
|---|
(*.f64 y (/.f64 #s(literal -60 binary64) z)) |
(*.f64 #s(literal 120 binary64) a) |
2 calls:
| 3.0ms | a |
| 2.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 55.3% | 1 | a |
| 57.7% | 2 | y |
Compiled 12 to 10 computations (16.7% saved)
| Inputs |
|---|
(*.f64 #s(literal 120 binary64) a) |
(*.f64 #s(literal -60 binary64) (/.f64 y z)) |
(*.f64 x (/.f64 #s(literal 60 binary64) z)) |
| Outputs |
|---|
(*.f64 #s(literal -60 binary64) (/.f64 y z)) |
(*.f64 #s(literal 120 binary64) a) |
1 calls:
| 2.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 57.7% | 2 | y |
Compiled 6 to 5 computations (16.7% saved)
Total -0.0b remaining (-0%)
Threshold costs -0b (-0%)
| Inputs |
|---|
(*.f64 #s(literal 120 binary64) a) |
| Outputs |
|---|
(*.f64 #s(literal 120 binary64) a) |
3 calls:
| 1.0ms | y |
| 1.0ms | a |
| 1.0ms | t |
| Accuracy | Segments | Branch |
|---|---|---|
| 55.3% | 1 | a |
| 55.3% | 1 | t |
| 55.3% | 1 | y |
Compiled 18 to 15 computations (16.7% saved)
| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 15.0ms | 23.98110951038404 | 6253452.20806436 |
| 18.0ms | -6.464723630455565e+151 | -1.2827521972852895e+138 |
| 22.0ms | 301× | 0 | valid |
| 0.0ms | 2× | 3 | valid |
| 0.0ms | 1× | 2 | valid |
Compiled 667 to 515 computations (22.8% saved)
ival-mult: 6.0ms (42.5% of total)ival-div: 3.0ms (21.3% of total)ival-sub: 3.0ms (21.3% of total)ival-add: 1.0ms (7.1% of total)adjust: 0.0ms (0% of total)...in/eval/compile.rkt:110:19: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)| 3× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 17.0ms | 2.0251672288239798e-69 | 3.6256562834350035e-66 |
| 15.0ms | -6.247241397098659e-38 | -7.195388732928398e-47 |
| 12.0ms | -3.6398153241637206e+196 | -5.1171065520961464e+194 |
| 24.0ms | 379× | 0 | valid |
| 1.0ms | 4× | 2 | valid |
| 0.0ms | 1× | 1 | valid |
Compiled 837 to 645 computations (22.9% saved)
ival-mult: 5.0ms (36.6% of total)ival-sub: 4.0ms (29.3% of total)ival-div: 3.0ms (21.9% of total)ival-add: 2.0ms (14.6% of total)adjust: 0.0ms (0% of total)...in/eval/compile.rkt:110:19: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)| 3× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 13.0ms | 2.0251672288239798e-69 | 3.6256562834350035e-66 |
| 14.0ms | -7.195388732928398e-47 | -1.4101527350976255e-49 |
| 12.0ms | -3.6398153241637206e+196 | -5.1171065520961464e+194 |
| 26.0ms | 361× | 0 | valid |
| 1.0ms | 3× | 3 | valid |
| 0.0ms | 3× | 2 | valid |
| 0.0ms | 1× | 1 | valid |
Compiled 803 to 619 computations (22.9% saved)
ival-mult: 6.0ms (35.4% of total)ival-sub: 4.0ms (23.6% of total)ival-add: 4.0ms (23.6% of total)ival-div: 3.0ms (17.7% of total)adjust: 0.0ms (0% of total)...in/eval/compile.rkt:110:19: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 14.0ms | 1.3828279602798057e-142 | 4.584718328862797e-133 |
| 33.0ms | -7.195388732928398e-47 | -1.4101527350976255e-49 |
| 17.0ms | 268× | 0 | valid |
| 0.0ms | 2× | 3 | valid |
| 0.0ms | 2× | 2 | valid |
Compiled 599 to 463 computations (22.7% saved)
ival-mult: 3.0ms (31.1% of total)ival-sub: 3.0ms (31.1% of total)ival-div: 2.0ms (20.7% of total)ival-add: 1.0ms (10.4% of total)adjust: 0.0ms (0% of total)...in/eval/compile.rkt:110:19: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 1.5840084997912697e-224 | 4.316763962647859e-224 |
| 0.0ms | -1.6478165426222303e-43 | -1.1656714462679508e-45 |
Compiled 21 to 21 computations (0% saved)
| 2× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | 115895229284.18715 | 402004907882378.0 |
| 0.0ms | -3.036974649945598e-11 | -1.5240750173043576e-14 |
Compiled 21 to 21 computations (0% saved)
| 4× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 20.0ms | 3.500120729540214e+47 | 1.502115497324756e+50 |
| 15.0ms | 3.127483733277818e-181 | 2.3897172180961267e-176 |
| 17.0ms | -5.11228822350196e-293 | -3.535269268683254e-303 |
| 11.0ms | -2.937175847116658e-115 | -1.088866907849176e-116 |
| 38.0ms | 536× | 0 | valid |
| 9.0ms | 8× | 1 | valid |
Compiled 1 003 to 799 computations (20.3% saved)
ival-sub: 7.0ms (33.7% of total)ival-mult: 6.0ms (28.9% of total)ival-div: 4.0ms (19.3% of total)ival-add: 2.0ms (9.6% of total)adjust: 0.0ms (0% of total)...in/eval/compile.rkt:110:19: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)| 4× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 20.0ms | 3.500120729540214e+47 | 1.502115497324756e+50 |
| 13.0ms | 3.127483733277818e-181 | 2.3897172180961267e-176 |
| 17.0ms | -5.11228822350196e-293 | -3.535269268683254e-303 |
| 16.0ms | -56045.36462632668 | -0.00043963965361462946 |
| 39.0ms | 566× | 0 | valid |
| 1.0ms | 10× | 1 | valid |
Compiled 961 to 779 computations (18.9% saved)
ival-mult: 7.0ms (31.5% of total)ival-div: 6.0ms (27% of total)ival-sub: 6.0ms (27% of total)ival-add: 3.0ms (13.5% of total)adjust: 0.0ms (0% of total)...in/eval/compile.rkt:110:19: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)| 4× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 32.0ms | 3.500120729540214e+47 | 1.502115497324756e+50 |
| 16.0ms | 3.127483733277818e-181 | 2.3897172180961267e-176 |
| 17.0ms | -5.11228822350196e-293 | -3.535269268683254e-303 |
| 16.0ms | -56045.36462632668 | -0.00043963965361462946 |
| 39.0ms | 562× | 0 | valid |
| 2.0ms | 14× | 1 | valid |
Compiled 961 to 779 computations (18.9% saved)
ival-mult: 8.0ms (37% of total)ival-sub: 6.0ms (27.8% of total)ival-div: 4.0ms (18.5% of total)ival-add: 3.0ms (13.9% of total)adjust: 0.0ms (0% of total)...in/eval/compile.rkt:110:19: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)| 4× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 28.0ms | 2.7166652088806538e-210 | 1.2884607596707228e-200 |
| 16.0ms | 4.2619939597381444e-235 | 6.32002381964057e-231 |
| 16.0ms | -2.9464712985300606e-240 | -9.757909165570101e-246 |
| 11.0ms | -4.2699652392873164e-23 | -6.433055035929274e-25 |
| 49.0ms | 544× | 0 | valid |
Compiled 837 to 667 computations (20.3% saved)
ival-add: 15.0ms (45% of total)ival-mult: 9.0ms (27% of total)ival-sub: 6.0ms (18% of total)ival-div: 3.0ms (9% of total)ival-true: 0.0ms (0% of total)...in/eval/compile.rkt:110:19: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)| 4× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 22.0ms | 2.7166652088806538e-210 | 1.2884607596707228e-200 |
| 12.0ms | 4.2619939597381444e-235 | 6.32002381964057e-231 |
| 16.0ms | -2.9464712985300606e-240 | -9.757909165570101e-246 |
| 13.0ms | -4.2699652392873164e-23 | -6.433055035929274e-25 |
| 43.0ms | 534× | 0 | valid |
| 1.0ms | 6× | 1 | valid |
| 0.0ms | 3× | 2 | valid |
| 0.0ms | 1× | 3 | valid |
Compiled 837 to 667 computations (20.3% saved)
ival-sub: 13.0ms (49.4% of total)ival-mult: 6.0ms (22.8% of total)ival-div: 3.0ms (11.4% of total)ival-add: 2.0ms (7.6% of total)adjust: 0.0ms (0% of total)...in/eval/compile.rkt:110:19: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)| 4× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 21.0ms | 2.7166652088806538e-210 | 1.2884607596707228e-200 |
| 12.0ms | 4.2619939597381444e-235 | 6.32002381964057e-231 |
| 69.0ms | -2.9464712985300606e-240 | -9.757909165570101e-246 |
| 14.0ms | -4.2699652392873164e-23 | -6.433055035929274e-25 |
| 89.0ms | 535× | 0 | valid |
| 7.0ms | 7× | 1 | valid |
| 0.0ms | 2× | 3 | valid |
Compiled 837 to 667 computations (20.3% saved)
ival-mult: 6.0ms (31.7% of total)ival-sub: 5.0ms (26.5% of total)ival-div: 4.0ms (21.2% of total)ival-add: 2.0ms (10.6% of total)adjust: 0.0ms (0% of total)...in/eval/compile.rkt:110:19: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 16.0ms | 2.7166652088806538e-210 | 1.2884607596707228e-200 |
| 12.0ms | -1.1715816442623218e-21 | -4.2699652392873164e-23 |
| 18.0ms | 270× | 0 | valid |
| 0.0ms | 2× | 2 | valid |
Compiled 395 to 327 computations (17.2% saved)
ival-sub: 3.0ms (32% of total)ival-mult: 3.0ms (32% of total)ival-div: 2.0ms (21.3% of total)ival-add: 1.0ms (10.7% of total)adjust: 0.0ms (0% of total)...in/eval/compile.rkt:110:19: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 26.0ms | -3.1846979097984207e+181 | -1.2453151697258703e+167 |
| 10.0ms | 160× | 0 | valid |
Compiled 221 to 191 computations (13.6% saved)
ival-sub: 2.0ms (37.4% of total)ival-mult: 2.0ms (37.4% of total)ival-div: 1.0ms (18.7% of total)ival-add: 1.0ms (18.7% of total)ival-true: 0.0ms (0% of total)...in/eval/compile.rkt:110:19: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 6.0ms | -1.2453151697258703e+167 | -9.033538503396589e+166 |
| 4.0ms | 63× | 0 | valid |
| 0.0ms | 1× | 3 | valid |
Compiled 101 to 89 computations (11.9% saved)
ival-mult: 1.0ms (43.9% of total)ival-sub: 1.0ms (43.9% of total)adjust: 0.0ms (0% of total)ival-div: 0.0ms (0% of total)...in/eval/compile.rkt:110:19: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)ival-add: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 7.0ms | -1.2453151697258703e+167 | -9.033538503396589e+166 |
| 5.0ms | 64× | 0 | valid |
Compiled 101 to 89 computations (11.9% saved)
ival-sub: 1.0ms (31.4% of total)ival-add: 1.0ms (31.4% of total)ival-mult: 1.0ms (31.4% of total)ival-div: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)...in/eval/compile.rkt:110:19: 0.0ms (0% of total)ival-assert: 0.0ms (0% of total)| 1× | egg-herbie |
| 30× | *-commutative_binary64 |
| 26× | +-commutative_binary64 |
| 8× | sub-neg_binary64 |
| 6× | if-if-or-not_binary32 |
| 4× | neg-sub0_binary64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 178 | 603 |
| 1 | 226 | 603 |
| 2 | 234 | 603 |
| 3 | 238 | 603 |
| 4 | 240 | 603 |
| 1× | saturated |
| Inputs |
|---|
(+.f64 (*.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (-.f64 x y)) (*.f64 a #s(literal 120 binary64))) |
(if (<=.f64 y #s(literal -1300000000000000042694031235966403902683116336267495204166007454136371108968424394207201710316045636489134356219619166252243037824474939392 binary64)) (+.f64 (/.f64 #s(literal -60 binary64) (/.f64 (-.f64 z t) y)) (*.f64 a #s(literal 120 binary64))) (if (<=.f64 y #s(literal 1580000 binary64)) (+.f64 (/.f64 #s(literal 60 binary64) (/.f64 (-.f64 z t) x)) (*.f64 a #s(literal 120 binary64))) (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t)))))) |
(if (<=.f64 z #s(literal -1550000000000000100626514996523646205052654078358212506446285373342462566996680185260894607870308957342410274810817687037987160234119176681152459773573300954226587263291337575220698307989663121408 binary64)) (+.f64 (*.f64 (/.f64 #s(literal 60 binary64) z) (-.f64 x y)) (*.f64 a #s(literal 120 binary64))) (if (<=.f64 z #s(literal -7404770507945427/102844034832575377634685573909834406561420991602098741459288064 binary64)) (+.f64 (/.f64 #s(literal -60 binary64) (/.f64 (-.f64 z t) y)) (*.f64 a #s(literal 120 binary64))) (if (<=.f64 z #s(literal 331999078261233/118571099379011784113736688648896417641748464297615937576404566024103044751294464 binary64)) (+.f64 (*.f64 (/.f64 #s(literal -60 binary64) t) (-.f64 x y)) (*.f64 a #s(literal 120 binary64))) (+.f64 (*.f64 (/.f64 #s(literal 60 binary64) z) (-.f64 x y)) (*.f64 a #s(literal 120 binary64)))))) |
(if (<=.f64 z #s(literal -580000000000000010046128641224822525336344045892041215434189513895805004937327932268685003141396087426850978789204116054833449843064344536528020131282955929592273474779822755361011400681250095104 binary64)) (+.f64 (*.f64 (/.f64 #s(literal 60 binary64) z) (-.f64 x y)) (*.f64 a #s(literal 120 binary64))) (if (<=.f64 z #s(literal -4525137532633317/822752278660603021077484591278675252491367932816789931674304512 binary64)) (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t)))) (if (<=.f64 z #s(literal 1659995391306165/474284397516047136454946754595585670566993857190463750305618264096412179005177856 binary64)) (+.f64 (*.f64 (/.f64 #s(literal -60 binary64) t) (-.f64 x y)) (*.f64 a #s(literal 120 binary64))) (+.f64 (*.f64 (/.f64 #s(literal 60 binary64) z) (-.f64 x y)) (*.f64 a #s(literal 120 binary64)))))) |
(if (<=.f64 z #s(literal -5265614583427859/1645504557321206042154969182557350504982735865633579863348609024 binary64)) (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t)))) (if (<=.f64 z #s(literal 1470468437140845/6393341031047152089869511126616404594173128996177860916959553453312761321102879990006386899074031556935325554936640763689877454191182408307282280448 binary64)) (+.f64 (*.f64 (/.f64 #s(literal -60 binary64) t) (-.f64 x y)) (*.f64 a #s(literal 120 binary64))) (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t)))))) |
(if (<=.f64 (*.f64 a #s(literal 120 binary64)) #s(literal -5021681388309345/50216813883093446110686315385661331328818843555712276103168 binary64)) (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t)))) (if (<=.f64 (*.f64 a #s(literal 120 binary64)) #s(literal 4167509020549909/208375451027495446064995368460039306160773697572372130012383056617626163681801002235044756277236071585716559706044788763934025051691230158761354876635338438940473674359812954951971196434744188272780156754246456311927835876171139415348871168 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t)))))) |
(if (<=.f64 (*.f64 a #s(literal 120 binary64)) #s(literal -6189700196426901/309485009821345068724781056 binary64)) (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) y) t)) (if (<=.f64 (*.f64 a #s(literal 120 binary64)) #s(literal 200000000000 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 #s(literal 120 binary64) a))) |
(if (<=.f64 t #s(literal -3216296845180145/11090678776483259438313656736572334813745748301503266300681918322458485231222502492159897624416558312389564843845614287315896631296 binary64)) (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) y) t)) (if (<=.f64 t #s(literal -916872695169187/96512915280967053581473992690523770832804036027976092508745841039385957511899636693935577250212251899331606800230413394637016647999665010865694713564271216355093681467326336557610944624945266886348613585697529348641399137222620343503047635864810732050328281646899590278784472758879901186078227762530329829839567060992 binary64)) (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y z))) (if (<=.f64 t #s(literal 6307117909800923/4671939192445127903888559724237098316690665991422525368913093138328857771221685643782054718788988313373329725003360673086145233634688448510210725191395547328770042546544911308884863172860522266624 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (if (<=.f64 t #s(literal 355000000000000011508792360271715976105636659200 binary64)) (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 y (/.f64 #s(literal -60 binary64) z))) (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) y) t)))))) |
(if (<=.f64 t #s(literal -980 binary64)) (*.f64 #s(literal 120 binary64) a) (if (<=.f64 t #s(literal -8444880087084617/754007150632555106105265567894716959631281531468563222724576883120202793061715911671371697267283217963528178126800104645601692562497382897388239949720868877774169386463487004356335504882384897549598543638261948036260930759551721433617559655193833844143189700366403049053003693428749228016236154394768201795621617664 binary64)) (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y z))) (if (<=.f64 t #s(literal 1039506470319041/583992399055640987986069965529637289586333248927815671114136642291107221402710705472756839848623539171666215625420084135768154204336056063776340648924443416096255318318113913610607896607565283328 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (if (<=.f64 t #s(literal 400000000000000017538337218030478941853619060736 binary64)) (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 y (/.f64 #s(literal -60 binary64) z))) (*.f64 #s(literal 120 binary64) a))))) |
(if (<=.f64 t #s(literal -14000 binary64)) (*.f64 #s(literal 120 binary64) a) (if (<=.f64 t #s(literal -6640088571330533/386051661123868214325895970762095083331216144111904370034983364157543830047598546775742309000849007597326427200921653578548066591998660043462778854257084865420374725869305346230443778499781067545394454342790117394565596548890481374012190543459242928201313126587598361115137891035519604744312911050121319319358268243968 binary64)) (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y z))) (if (<=.f64 t #s(literal 1495020541582441/2335969596222563951944279862118549158345332995711262684456546569164428885610842821891027359394494156686664862501680336543072616817344224255105362595697773664385021273272455654442431586430261133312 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (if (<=.f64 t #s(literal 17499999999999998739061292923666411311370705305600 binary64)) (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y z))) (*.f64 #s(literal 120 binary64) a))))) |
(if (<=.f64 a #s(literal -5988969657808517/5444517870735015415413993718908291383296 binary64)) (*.f64 #s(literal 120 binary64) a) (if (<=.f64 a #s(literal -1129130531052227/240240538521750407359077046256296219561976306993584113173692780504404210003815414654317126354570604187153728613910574803813846101321671784376366749012476965121271261522908882474772107196452653194239352573372884036938570849429907747816467644391667125314387968 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (if (<=.f64 a #s(literal 2349285087062399/223741436863085634409521749481834675708763587282583222886261325799305187541819563744885033326754909183041871165773435313081225474664635755472226765949723278285256830531087594548959384855304521689414375064310509745905707450052637371994990524269330432 binary64)) (*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t))) (if (<=.f64 a #s(literal 534328812988005/43091033305484275771318189120554014028188383664727440257009917157939053808001686094755156265186004592451444480869811959505055188993505721246743058601180207922833192313884218148386109504588371699886434318219521032192 binary64)) (*.f64 y (/.f64 #s(literal -60 binary64) (-.f64 z t))) (*.f64 #s(literal 120 binary64) a))))) |
(if (<=.f64 a #s(literal -110591769249305/170141183460469231731687303715884105728 binary64)) (*.f64 #s(literal 120 binary64) a) (if (<=.f64 a #s(literal -7882892670244935/3753758414402350114985578847754628430655879796774751768338949695381315781309615853973705099290165690424277009592352731309591345333151121630880730453319952580019863461295451288668314174944572706159989883958951313077165169522342308559632306943619798833037312 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (if (<=.f64 a #s(literal 3132380116083199/1789931494904685075276173995854677405670108698260665783090090606394441500334556509959080266614039273464334969326187482504649803797317086043777814127597786226282054644248700756391675078842436173515315000514484077967245659600421098975959924194154643456 binary64)) (*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t))) (if (<=.f64 a #s(literal 775638599498717/86182066610968551542636378241108028056376767329454880514019834315878107616003372189510312530372009184902888961739623919010110377987011442493486117202360415845666384627768436296772219009176743399772868636439042064384 binary64)) (*.f64 y (/.f64 #s(literal -60 binary64) (-.f64 z t))) (*.f64 #s(literal 120 binary64) a))))) |
(if (<=.f64 a #s(literal -3811162509514511/5444517870735015415413993718908291383296 binary64)) (*.f64 #s(literal 120 binary64) a) (if (<=.f64 a #s(literal -7533943288042093/7687697232696013035490465480201479025983241823794691621558168976140934720122093268938148043346259333988919315645138393722043075242293497100043735968399262883880680368733084239192707430286484902215659282347932289182034267181757047930126964620533348010060414976 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (if (<=.f64 a #s(literal 6935984542755655/111870718431542817204760874740917337854381793641291611443130662899652593770909781872442516663377454591520935582886717656540612737332317877736113382974861639142628415265543797274479692427652260844707187532155254872952853725026318685997495262134665216 binary64)) (*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t))) (if (<=.f64 a #s(literal 4120801168547031/722947573429303679218971863604384733017946601434003846318950894300849620572466815975903723774778879224549853567560703123999563997664868082592397590652658203246283799419575326866593810558132103097281884026581639773628137472 binary64)) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) (*.f64 #s(literal 120 binary64) a))))) |
(if (<=.f64 a #s(literal -7316070888800177/170141183460469231731687303715884105728 binary64)) (*.f64 #s(literal 120 binary64) a) (if (<=.f64 a #s(literal 2089770329444081/11296055834832869987796435368818511453405415647406310098733607723450775321444793999623495683980919987883591461993135986312493187463513563790506212353947784425723184365930864482290528289970814110895029437915338121462939648 binary64)) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) (*.f64 #s(literal 120 binary64) a))) |
(if (<=.f64 y #s(literal -1949999999999999903810055316458450305083794042652440242979850434848418069598334842769813297091721955263866040487490997579429685852175779284323187560746634323144322570749214720 binary64)) (*.f64 y (/.f64 #s(literal 60 binary64) t)) (*.f64 #s(literal 120 binary64) a)) |
(if (<=.f64 y #s(literal -121999999999999996330417346851057569907104878940793705849793434203418555962895243731538299144575807317966579747178406830807507926681002597168086735329223155007856050176 binary64)) (*.f64 y (/.f64 #s(literal -60 binary64) z)) (*.f64 #s(literal 120 binary64) a)) |
(if (<=.f64 y #s(literal -119999999999999999395654341856514736314178946865461883198681321813389206046525102250422795857972516599034753361989134595050898143347936595840189683431727873555228000256 binary64)) (*.f64 #s(literal -60 binary64) (/.f64 y z)) (*.f64 #s(literal 120 binary64) a)) |
(*.f64 #s(literal 120 binary64) a) |
| Outputs |
|---|
(+.f64 (*.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) (-.f64 x y)) (*.f64 a #s(literal 120 binary64))) |
(if (<=.f64 y #s(literal -1300000000000000042694031235966403902683116336267495204166007454136371108968424394207201710316045636489134356219619166252243037824474939392 binary64)) (+.f64 (/.f64 #s(literal -60 binary64) (/.f64 (-.f64 z t) y)) (*.f64 a #s(literal 120 binary64))) (if (<=.f64 y #s(literal 1580000 binary64)) (+.f64 (/.f64 #s(literal 60 binary64) (/.f64 (-.f64 z t) x)) (*.f64 a #s(literal 120 binary64))) (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t)))))) |
(if (<=.f64 y #s(literal -1300000000000000042694031235966403902683116336267495204166007454136371108968424394207201710316045636489134356219619166252243037824474939392 binary64)) (+.f64 (/.f64 #s(literal -60 binary64) (/.f64 (-.f64 z t) y)) (*.f64 a #s(literal 120 binary64))) (if (<=.f64 y #s(literal 1580000 binary64)) (+.f64 (/.f64 #s(literal 60 binary64) (/.f64 (-.f64 z t) x)) (*.f64 a #s(literal 120 binary64))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t)))))) |
(if (<=.f64 z #s(literal -1550000000000000100626514996523646205052654078358212506446285373342462566996680185260894607870308957342410274810817687037987160234119176681152459773573300954226587263291337575220698307989663121408 binary64)) (+.f64 (*.f64 (/.f64 #s(literal 60 binary64) z) (-.f64 x y)) (*.f64 a #s(literal 120 binary64))) (if (<=.f64 z #s(literal -7404770507945427/102844034832575377634685573909834406561420991602098741459288064 binary64)) (+.f64 (/.f64 #s(literal -60 binary64) (/.f64 (-.f64 z t) y)) (*.f64 a #s(literal 120 binary64))) (if (<=.f64 z #s(literal 331999078261233/118571099379011784113736688648896417641748464297615937576404566024103044751294464 binary64)) (+.f64 (*.f64 (/.f64 #s(literal -60 binary64) t) (-.f64 x y)) (*.f64 a #s(literal 120 binary64))) (+.f64 (*.f64 (/.f64 #s(literal 60 binary64) z) (-.f64 x y)) (*.f64 a #s(literal 120 binary64)))))) |
(if (<=.f64 z #s(literal -1550000000000000100626514996523646205052654078358212506446285373342462566996680185260894607870308957342410274810817687037987160234119176681152459773573300954226587263291337575220698307989663121408 binary64)) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) z))) (if (<=.f64 z #s(literal -7404770507945427/102844034832575377634685573909834406561420991602098741459288064 binary64)) (+.f64 (/.f64 #s(literal -60 binary64) (/.f64 (-.f64 z t) y)) (*.f64 a #s(literal 120 binary64))) (if (<=.f64 z #s(literal 331999078261233/118571099379011784113736688648896417641748464297615937576404566024103044751294464 binary64)) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal -60 binary64) t))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) z)))))) |
(if (<=.f64 z #s(literal -580000000000000010046128641224822525336344045892041215434189513895805004937327932268685003141396087426850978789204116054833449843064344536528020131282955929592273474779822755361011400681250095104 binary64)) (+.f64 (*.f64 (/.f64 #s(literal 60 binary64) z) (-.f64 x y)) (*.f64 a #s(literal 120 binary64))) (if (<=.f64 z #s(literal -4525137532633317/822752278660603021077484591278675252491367932816789931674304512 binary64)) (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t)))) (if (<=.f64 z #s(literal 1659995391306165/474284397516047136454946754595585670566993857190463750305618264096412179005177856 binary64)) (+.f64 (*.f64 (/.f64 #s(literal -60 binary64) t) (-.f64 x y)) (*.f64 a #s(literal 120 binary64))) (+.f64 (*.f64 (/.f64 #s(literal 60 binary64) z) (-.f64 x y)) (*.f64 a #s(literal 120 binary64)))))) |
(if (<=.f64 z #s(literal -580000000000000010046128641224822525336344045892041215434189513895805004937327932268685003141396087426850978789204116054833449843064344536528020131282955929592273474779822755361011400681250095104 binary64)) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) z))) (if (<=.f64 z #s(literal -4525137532633317/822752278660603021077484591278675252491367932816789931674304512 binary64)) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t)))) (if (<=.f64 z #s(literal 1659995391306165/474284397516047136454946754595585670566993857190463750305618264096412179005177856 binary64)) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal -60 binary64) t))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal 60 binary64) z)))))) |
(if (<=.f64 z #s(literal -5265614583427859/1645504557321206042154969182557350504982735865633579863348609024 binary64)) (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t)))) (if (<=.f64 z #s(literal 1470468437140845/6393341031047152089869511126616404594173128996177860916959553453312761321102879990006386899074031556935325554936640763689877454191182408307282280448 binary64)) (+.f64 (*.f64 (/.f64 #s(literal -60 binary64) t) (-.f64 x y)) (*.f64 a #s(literal 120 binary64))) (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t)))))) |
(if (<=.f64 z #s(literal -5265614583427859/1645504557321206042154969182557350504982735865633579863348609024 binary64)) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t)))) (if (<=.f64 z #s(literal 1470468437140845/6393341031047152089869511126616404594173128996177860916959553453312761321102879990006386899074031556935325554936640763689877454191182408307282280448 binary64)) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 (-.f64 x y) (/.f64 #s(literal -60 binary64) t))) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t)))))) |
(if (<=.f64 (*.f64 a #s(literal 120 binary64)) #s(literal -5021681388309345/50216813883093446110686315385661331328818843555712276103168 binary64)) (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t)))) (if (<=.f64 (*.f64 a #s(literal 120 binary64)) #s(literal 4167509020549909/208375451027495446064995368460039306160773697572372130012383056617626163681801002235044756277236071585716559706044788763934025051691230158761354876635338438940473674359812954951971196434744188272780156754246456311927835876171139415348871168 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t)))))) |
(if (<=.f64 (*.f64 a #s(literal 120 binary64)) #s(literal -5021681388309345/50216813883093446110686315385661331328818843555712276103168 binary64)) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t)))) (if (<=.f64 (*.f64 a #s(literal 120 binary64)) #s(literal 4167509020549909/208375451027495446064995368460039306160773697572372130012383056617626163681801002235044756277236071585716559706044788763934025051691230158761354876635338438940473674359812954951971196434744188272780156754246456311927835876171139415348871168 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t)))))) |
(if (<=.f64 (*.f64 a #s(literal 120 binary64)) #s(literal -6189700196426901/309485009821345068724781056 binary64)) (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) y) t)) (if (<=.f64 (*.f64 a #s(literal 120 binary64)) #s(literal 200000000000 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 #s(literal 120 binary64) a))) |
(if (<=.f64 (*.f64 a #s(literal 120 binary64)) #s(literal -6189700196426901/309485009821345068724781056 binary64)) (+.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) y) t)) (if (<=.f64 (*.f64 a #s(literal 120 binary64)) #s(literal 200000000000 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) (-.f64 z t)) (*.f64 a #s(literal 120 binary64)))) |
(if (<=.f64 t #s(literal -3216296845180145/11090678776483259438313656736572334813745748301503266300681918322458485231222502492159897624416558312389564843845614287315896631296 binary64)) (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) y) t)) (if (<=.f64 t #s(literal -916872695169187/96512915280967053581473992690523770832804036027976092508745841039385957511899636693935577250212251899331606800230413394637016647999665010865694713564271216355093681467326336557610944624945266886348613585697529348641399137222620343503047635864810732050328281646899590278784472758879901186078227762530329829839567060992 binary64)) (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y z))) (if (<=.f64 t #s(literal 6307117909800923/4671939192445127903888559724237098316690665991422525368913093138328857771221685643782054718788988313373329725003360673086145233634688448510210725191395547328770042546544911308884863172860522266624 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (if (<=.f64 t #s(literal 355000000000000011508792360271715976105636659200 binary64)) (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 y (/.f64 #s(literal -60 binary64) z))) (+.f64 (*.f64 #s(literal 120 binary64) a) (/.f64 (*.f64 #s(literal 60 binary64) y) t)))))) |
(if (<=.f64 t #s(literal -3216296845180145/11090678776483259438313656736572334813745748301503266300681918322458485231222502492159897624416558312389564843845614287315896631296 binary64)) (+.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) y) t)) (if (<=.f64 t #s(literal -916872695169187/96512915280967053581473992690523770832804036027976092508745841039385957511899636693935577250212251899331606800230413394637016647999665010865694713564271216355093681467326336557610944624945266886348613585697529348641399137222620343503047635864810732050328281646899590278784472758879901186078227762530329829839567060992 binary64)) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal -60 binary64) (/.f64 y z))) (if (<=.f64 t #s(literal 6307117909800923/4671939192445127903888559724237098316690665991422525368913093138328857771221685643782054718788988313373329725003360673086145233634688448510210725191395547328770042546544911308884863172860522266624 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (if (<=.f64 t #s(literal 355000000000000011508792360271715976105636659200 binary64)) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 y (/.f64 #s(literal -60 binary64) z))) (+.f64 (*.f64 a #s(literal 120 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) y) t)))))) |
(if (<=.f64 t #s(literal -980 binary64)) (*.f64 #s(literal 120 binary64) a) (if (<=.f64 t #s(literal -8444880087084617/754007150632555106105265567894716959631281531468563222724576883120202793061715911671371697267283217963528178126800104645601692562497382897388239949720868877774169386463487004356335504882384897549598543638261948036260930759551721433617559655193833844143189700366403049053003693428749228016236154394768201795621617664 binary64)) (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y z))) (if (<=.f64 t #s(literal 1039506470319041/583992399055640987986069965529637289586333248927815671114136642291107221402710705472756839848623539171666215625420084135768154204336056063776340648924443416096255318318113913610607896607565283328 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (if (<=.f64 t #s(literal 400000000000000017538337218030478941853619060736 binary64)) (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 y (/.f64 #s(literal -60 binary64) z))) (*.f64 #s(literal 120 binary64) a))))) |
(if (<=.f64 t #s(literal -980 binary64)) (*.f64 a #s(literal 120 binary64)) (if (<=.f64 t #s(literal -8444880087084617/754007150632555106105265567894716959631281531468563222724576883120202793061715911671371697267283217963528178126800104645601692562497382897388239949720868877774169386463487004356335504882384897549598543638261948036260930759551721433617559655193833844143189700366403049053003693428749228016236154394768201795621617664 binary64)) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal -60 binary64) (/.f64 y z))) (if (<=.f64 t #s(literal 1039506470319041/583992399055640987986069965529637289586333248927815671114136642291107221402710705472756839848623539171666215625420084135768154204336056063776340648924443416096255318318113913610607896607565283328 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (if (<=.f64 t #s(literal 400000000000000017538337218030478941853619060736 binary64)) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 y (/.f64 #s(literal -60 binary64) z))) (*.f64 a #s(literal 120 binary64)))))) |
(if (<=.f64 t #s(literal -14000 binary64)) (*.f64 #s(literal 120 binary64) a) (if (<=.f64 t #s(literal -6640088571330533/386051661123868214325895970762095083331216144111904370034983364157543830047598546775742309000849007597326427200921653578548066591998660043462778854257084865420374725869305346230443778499781067545394454342790117394565596548890481374012190543459242928201313126587598361115137891035519604744312911050121319319358268243968 binary64)) (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y z))) (if (<=.f64 t #s(literal 1495020541582441/2335969596222563951944279862118549158345332995711262684456546569164428885610842821891027359394494156686664862501680336543072616817344224255105362595697773664385021273272455654442431586430261133312 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (if (<=.f64 t #s(literal 17499999999999998739061292923666411311370705305600 binary64)) (+.f64 (*.f64 #s(literal 120 binary64) a) (*.f64 #s(literal -60 binary64) (/.f64 y z))) (*.f64 #s(literal 120 binary64) a))))) |
(if (<=.f64 t #s(literal -14000 binary64)) (*.f64 a #s(literal 120 binary64)) (if (<=.f64 t #s(literal -6640088571330533/386051661123868214325895970762095083331216144111904370034983364157543830047598546775742309000849007597326427200921653578548066591998660043462778854257084865420374725869305346230443778499781067545394454342790117394565596548890481374012190543459242928201313126587598361115137891035519604744312911050121319319358268243968 binary64)) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal -60 binary64) (/.f64 y z))) (if (<=.f64 t #s(literal 1495020541582441/2335969596222563951944279862118549158345332995711262684456546569164428885610842821891027359394494156686664862501680336543072616817344224255105362595697773664385021273272455654442431586430261133312 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (if (<=.f64 t #s(literal 17499999999999998739061292923666411311370705305600 binary64)) (+.f64 (*.f64 a #s(literal 120 binary64)) (*.f64 #s(literal -60 binary64) (/.f64 y z))) (*.f64 a #s(literal 120 binary64)))))) |
(if (<=.f64 a #s(literal -5988969657808517/5444517870735015415413993718908291383296 binary64)) (*.f64 #s(literal 120 binary64) a) (if (<=.f64 a #s(literal -1129130531052227/240240538521750407359077046256296219561976306993584113173692780504404210003815414654317126354570604187153728613910574803813846101321671784376366749012476965121271261522908882474772107196452653194239352573372884036938570849429907747816467644391667125314387968 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (if (<=.f64 a #s(literal 2349285087062399/223741436863085634409521749481834675708763587282583222886261325799305187541819563744885033326754909183041871165773435313081225474664635755472226765949723278285256830531087594548959384855304521689414375064310509745905707450052637371994990524269330432 binary64)) (*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t))) (if (<=.f64 a #s(literal 534328812988005/43091033305484275771318189120554014028188383664727440257009917157939053808001686094755156265186004592451444480869811959505055188993505721246743058601180207922833192313884218148386109504588371699886434318219521032192 binary64)) (*.f64 y (/.f64 #s(literal -60 binary64) (-.f64 z t))) (*.f64 #s(literal 120 binary64) a))))) |
(if (<=.f64 a #s(literal -5988969657808517/5444517870735015415413993718908291383296 binary64)) (*.f64 a #s(literal 120 binary64)) (if (<=.f64 a #s(literal -1129130531052227/240240538521750407359077046256296219561976306993584113173692780504404210003815414654317126354570604187153728613910574803813846101321671784376366749012476965121271261522908882474772107196452653194239352573372884036938570849429907747816467644391667125314387968 binary64)) (/.f64 (*.f64 #s(literal 60 binary64) (-.f64 x y)) z) (if (<=.f64 a #s(literal 2349285087062399/223741436863085634409521749481834675708763587282583222886261325799305187541819563744885033326754909183041871165773435313081225474664635755472226765949723278285256830531087594548959384855304521689414375064310509745905707450052637371994990524269330432 binary64)) (*.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) x) (if (<=.f64 a #s(literal 534328812988005/43091033305484275771318189120554014028188383664727440257009917157939053808001686094755156265186004592451444480869811959505055188993505721246743058601180207922833192313884218148386109504588371699886434318219521032192 binary64)) (*.f64 y (/.f64 #s(literal -60 binary64) (-.f64 z t))) (*.f64 a #s(literal 120 binary64)))))) |
(if (<=.f64 a #s(literal -110591769249305/170141183460469231731687303715884105728 binary64)) (*.f64 #s(literal 120 binary64) a) (if (<=.f64 a #s(literal -7882892670244935/3753758414402350114985578847754628430655879796774751768338949695381315781309615853973705099290165690424277009592352731309591345333151121630880730453319952580019863461295451288668314174944572706159989883958951313077165169522342308559632306943619798833037312 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (if (<=.f64 a #s(literal 3132380116083199/1789931494904685075276173995854677405670108698260665783090090606394441500334556509959080266614039273464334969326187482504649803797317086043777814127597786226282054644248700756391675078842436173515315000514484077967245659600421098975959924194154643456 binary64)) (*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t))) (if (<=.f64 a #s(literal 775638599498717/86182066610968551542636378241108028056376767329454880514019834315878107616003372189510312530372009184902888961739623919010110377987011442493486117202360415845666384627768436296772219009176743399772868636439042064384 binary64)) (*.f64 y (/.f64 #s(literal -60 binary64) (-.f64 z t))) (*.f64 #s(literal 120 binary64) a))))) |
(if (<=.f64 a #s(literal -110591769249305/170141183460469231731687303715884105728 binary64)) (*.f64 a #s(literal 120 binary64)) (if (<=.f64 a #s(literal -7882892670244935/3753758414402350114985578847754628430655879796774751768338949695381315781309615853973705099290165690424277009592352731309591345333151121630880730453319952580019863461295451288668314174944572706159989883958951313077165169522342308559632306943619798833037312 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (if (<=.f64 a #s(literal 3132380116083199/1789931494904685075276173995854677405670108698260665783090090606394441500334556509959080266614039273464334969326187482504649803797317086043777814127597786226282054644248700756391675078842436173515315000514484077967245659600421098975959924194154643456 binary64)) (*.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) x) (if (<=.f64 a #s(literal 775638599498717/86182066610968551542636378241108028056376767329454880514019834315878107616003372189510312530372009184902888961739623919010110377987011442493486117202360415845666384627768436296772219009176743399772868636439042064384 binary64)) (*.f64 y (/.f64 #s(literal -60 binary64) (-.f64 z t))) (*.f64 a #s(literal 120 binary64)))))) |
(if (<=.f64 a #s(literal -3811162509514511/5444517870735015415413993718908291383296 binary64)) (*.f64 #s(literal 120 binary64) a) (if (<=.f64 a #s(literal -7533943288042093/7687697232696013035490465480201479025983241823794691621558168976140934720122093268938148043346259333988919315645138393722043075242293497100043735968399262883880680368733084239192707430286484902215659282347932289182034267181757047930126964620533348010060414976 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (if (<=.f64 a #s(literal 6935984542755655/111870718431542817204760874740917337854381793641291611443130662899652593770909781872442516663377454591520935582886717656540612737332317877736113382974861639142628415265543797274479692427652260844707187532155254872952853725026318685997495262134665216 binary64)) (*.f64 x (/.f64 #s(literal 60 binary64) (-.f64 z t))) (if (<=.f64 a #s(literal 4120801168547031/722947573429303679218971863604384733017946601434003846318950894300849620572466815975903723774778879224549853567560703123999563997664868082592397590652658203246283799419575326866593810558132103097281884026581639773628137472 binary64)) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) (*.f64 #s(literal 120 binary64) a))))) |
(if (<=.f64 a #s(literal -3811162509514511/5444517870735015415413993718908291383296 binary64)) (*.f64 a #s(literal 120 binary64)) (if (<=.f64 a #s(literal -7533943288042093/7687697232696013035490465480201479025983241823794691621558168976140934720122093268938148043346259333988919315645138393722043075242293497100043735968399262883880680368733084239192707430286484902215659282347932289182034267181757047930126964620533348010060414976 binary64)) (*.f64 #s(literal 60 binary64) (/.f64 (-.f64 x y) z)) (if (<=.f64 a #s(literal 6935984542755655/111870718431542817204760874740917337854381793641291611443130662899652593770909781872442516663377454591520935582886717656540612737332317877736113382974861639142628415265543797274479692427652260844707187532155254872952853725026318685997495262134665216 binary64)) (*.f64 (/.f64 #s(literal 60 binary64) (-.f64 z t)) x) (if (<=.f64 a #s(literal 4120801168547031/722947573429303679218971863604384733017946601434003846318950894300849620572466815975903723774778879224549853567560703123999563997664868082592397590652658203246283799419575326866593810558132103097281884026581639773628137472 binary64)) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) (*.f64 a #s(literal 120 binary64)))))) |
(if (<=.f64 a #s(literal -7316070888800177/170141183460469231731687303715884105728 binary64)) (*.f64 #s(literal 120 binary64) a) (if (<=.f64 a #s(literal 2089770329444081/11296055834832869987796435368818511453405415647406310098733607723450775321444793999623495683980919987883591461993135986312493187463513563790506212353947784425723184365930864482290528289970814110895029437915338121462939648 binary64)) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) (*.f64 #s(literal 120 binary64) a))) |
(if (<=.f64 a #s(literal -7316070888800177/170141183460469231731687303715884105728 binary64)) (*.f64 a #s(literal 120 binary64)) (if (<=.f64 a #s(literal 2089770329444081/11296055834832869987796435368818511453405415647406310098733607723450775321444793999623495683980919987883591461993135986312493187463513563790506212353947784425723184365930864482290528289970814110895029437915338121462939648 binary64)) (*.f64 #s(literal -60 binary64) (/.f64 y (-.f64 z t))) (*.f64 a #s(literal 120 binary64)))) |
(if (<=.f64 y #s(literal -1949999999999999903810055316458450305083794042652440242979850434848418069598334842769813297091721955263866040487490997579429685852175779284323187560746634323144322570749214720 binary64)) (*.f64 y (/.f64 #s(literal 60 binary64) t)) (*.f64 #s(literal 120 binary64) a)) |
(if (<=.f64 y #s(literal -1949999999999999903810055316458450305083794042652440242979850434848418069598334842769813297091721955263866040487490997579429685852175779284323187560746634323144322570749214720 binary64)) (*.f64 y (/.f64 #s(literal 60 binary64) t)) (*.f64 a #s(literal 120 binary64))) |
(if (<=.f64 y #s(literal -121999999999999996330417346851057569907104878940793705849793434203418555962895243731538299144575807317966579747178406830807507926681002597168086735329223155007856050176 binary64)) (*.f64 y (/.f64 #s(literal -60 binary64) z)) (*.f64 #s(literal 120 binary64) a)) |
(if (<=.f64 y #s(literal -121999999999999996330417346851057569907104878940793705849793434203418555962895243731538299144575807317966579747178406830807507926681002597168086735329223155007856050176 binary64)) (*.f64 y (/.f64 #s(literal -60 binary64) z)) (*.f64 a #s(literal 120 binary64))) |
(if (<=.f64 y #s(literal -119999999999999999395654341856514736314178946865461883198681321813389206046525102250422795857972516599034753361989134595050898143347936595840189683431727873555228000256 binary64)) (*.f64 #s(literal -60 binary64) (/.f64 y z)) (*.f64 #s(literal 120 binary64) a)) |
(if (<=.f64 y #s(literal -119999999999999999395654341856514736314178946865461883198681321813389206046525102250422795857972516599034753361989134595050898143347936595840189683431727873555228000256 binary64)) (*.f64 #s(literal -60 binary64) (/.f64 y z)) (*.f64 a #s(literal 120 binary64))) |
(*.f64 #s(literal 120 binary64) a) |
(*.f64 a #s(literal 120 binary64)) |
| 15 562× | accelerator-lowering-fma.f32 |
| 15 562× | accelerator-lowering-fma.f64 |
| 11 960× | accelerator-lowering-fma.f32 |
| 11 960× | accelerator-lowering-fma.f64 |
| 7 256× | *-lowering-*.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 955 | 9737 |
| 1 | 3021 | 9522 |
| 0 | 8247 | 8992 |
| 0 | 28 | 140 |
| 1 | 173 | 140 |
| 2 | 1562 | 140 |
| 0 | 8175 | 135 |
| 0 | 43 | 280 |
| 1 | 255 | 224 |
| 2 | 2567 | 224 |
| 0 | 9073 | 214 |
| 0 | 2449 | 30684 |
| 1 | 6837 | 30684 |
| 0 | 8021 | 29110 |
| 0 | 274 | 2244 |
| 1 | 810 | 2198 |
| 2 | 2549 | 1974 |
| 3 | 6994 | 1941 |
| 0 | 8717 | 1820 |
| 0 | 1245 | 10175 |
| 1 | 3834 | 9996 |
| 0 | 8080 | 9449 |
| 0 | 13 | 33 |
| 1 | 67 | 33 |
| 2 | 603 | 33 |
| 0 | 8031 | 32 |
| 1× | fuel |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
Compiled 1 942 to 1 169 computations (39.8% saved)
Compiled 1 332 to 406 computations (69.5% saved)
Loading profile data...