
Time bar (total: 9.8s)
| 1× | search |
| Probability | Valid | Unknown | Precondition | Infinite | Domain | Can't | Iter |
|---|---|---|---|---|---|---|---|
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 0 |
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 1 |
| 0% | 0% | 99.9% | 0.1% | 0% | 0% | 0% | 2 |
| 25% | 25% | 74.9% | 0.1% | 0% | 0% | 0% | 3 |
| 37.5% | 37.5% | 62.4% | 0.1% | 0% | 0% | 0% | 4 |
| 56.3% | 56.2% | 43.7% | 0.1% | 0% | 0% | 0% | 5 |
| 65.6% | 65.6% | 34.3% | 0.1% | 0% | 0% | 0% | 6 |
| 76.6% | 76.5% | 23.4% | 0.1% | 0% | 0% | 0% | 7 |
| 82% | 82% | 18% | 0.1% | 0% | 0% | 0% | 8 |
| 87.9% | 87.8% | 12.1% | 0.1% | 0% | 0% | 0% | 9 |
| 90.8% | 90.7% | 9.2% | 0.1% | 0% | 0% | 0% | 10 |
| 93.8% | 93.8% | 6.1% | 0.1% | 0% | 0% | 0% | 11 |
| 95.4% | 95.3% | 4.6% | 0.1% | 0% | 0% | 0% | 12 |
Compiled 14 to 9 computations (35.7% saved)
ival-add: 35.0ms (81.2% of total)ival-div: 4.0ms (9.3% of total)ival-mult: 3.0ms (7% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 614.0ms | 8256× | 0 | valid |
ival-div: 182.0ms (50.6% of total)ival-add: 92.0ms (25.6% of total)ival-mult: 71.0ms (19.7% of total)const: 11.0ms (3.1% of total)backward-pass: 3.0ms (0.8% of total)| 2× | egg-herbie |
| 1986× | div-sub |
| 1176× | unsub-neg |
| 906× | distribute-lft-in |
| 858× | sub-neg |
| 840× | distribute-rgt-in |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 26 | 76 |
| 1 | 92 | 68 |
| 2 | 223 | 66 |
| 3 | 709 | 66 |
| 4 | 1747 | 66 |
| 5 | 3411 | 66 |
| 6 | 4861 | 66 |
| 7 | 5475 | 66 |
| 8 | 6019 | 66 |
| 9 | 6291 | 66 |
| 10 | 6326 | 66 |
| 11 | 6772 | 66 |
| 12 | 7096 | 66 |
| 13 | 7132 | 66 |
| 14 | 7224 | 66 |
| 15 | 7478 | 66 |
| 16 | 7812 | 66 |
| 17 | 7812 | 66 |
| 0 | 8 | 11 |
| 1 | 21 | 11 |
| 2 | 30 | 11 |
| 3 | 58 | 11 |
| 4 | 95 | 11 |
| 5 | 152 | 11 |
| 6 | 229 | 11 |
| 7 | 257 | 11 |
| 8 | 263 | 11 |
| 9 | 277 | 11 |
| 10 | 279 | 11 |
| 11 | 279 | 11 |
| 12 | 280 | 11 |
| 13 | 282 | 11 |
| 14 | 290 | 11 |
| 0 | 290 | 10 |
| 1× | iter limit |
| 1× | saturated |
| 1× | node limit |
| Inputs |
|---|
(/ (* x (+ (/ x y) 1)) (+ x 1)) |
| Outputs |
|---|
(/ (* x (+ (/ x y) 1)) (+ x 1)) |
(*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
| Inputs |
|---|
(/ (* x (+ (/ x y) 1)) (+ x 1)) |
(/ (* (neg x) (+ (/ (neg x) y) 1)) (+ (neg x) 1)) |
(/ (* x (+ (/ x (neg y)) 1)) (+ x 1)) |
(neg (/ (* (neg x) (+ (/ (neg x) y) 1)) (+ (neg x) 1))) |
(neg (/ (* x (+ (/ x (neg y)) 1)) (+ x 1))) |
(/ (* y (+ (/ y x) 1)) (+ y 1)) |
| Outputs |
|---|
(/ (* x (+ (/ x y) 1)) (+ x 1)) |
(* (+ (/ x y) 1) (/ x (+ x 1))) |
(/ (* (neg x) (+ (/ (neg x) y) 1)) (+ (neg x) 1)) |
(* (- 1 (/ x y)) (/ x (+ x -1))) |
(/ (* x (+ (/ x (neg y)) 1)) (+ x 1)) |
(* (- 1 (/ x y)) (/ x (+ x 1))) |
(neg (/ (* (neg x) (+ (/ (neg x) y) 1)) (+ (neg x) 1))) |
(* (- 1 (/ x y)) (/ x (- 1 x))) |
(neg (/ (* x (+ (/ x (neg y)) 1)) (+ x 1))) |
(* (- 1 (/ x y)) (/ x (- -1 x))) |
(/ (* y (+ (/ y x) 1)) (+ y 1)) |
(* (+ 1 (/ y x)) (/ y (+ y 1))) |
| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 26 | 0 | - | 0 | - | (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 x #s(literal 1 binary64))) |
| 0 | 0 | - | 0 | - | x |
| 0 | 0 | - | 0 | - | (+.f64 (/.f64 x y) #s(literal 1 binary64)) |
| 0 | 0 | - | 0 | - | #s(literal 1 binary64) |
| 0 | 0 | - | 0 | - | y |
| 0 | 0 | - | 0 | - | (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) |
| 0 | 0 | - | 0 | - | (/.f64 x y) |
| 0 | 0 | - | 0 | - | (+.f64 x #s(literal 1 binary64)) |
| 51.0ms | 512× | 0 | valid |
Compiled 83 to 26 computations (68.7% saved)
ival-add: 15.0ms (51.5% of total)ival-div: 10.0ms (34.3% of total)ival-mult: 4.0ms (13.7% of total)const: 1.0ms (3.4% of total)backward-pass: 0.0ms (0% of total)Compiled 13 to 8 computations (38.5% saved)
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 90.5% | (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 x #s(literal 1 binary64))) |
| ▶ | 99.9% | (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
Compiled 26 to 16 computations (38.5% saved)
| 1× | egg-herbie |
Found 8 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (/.f64 x y) |
| ✓ | cost-diff | 0 | (+.f64 (/.f64 x y) #s(literal 1 binary64)) |
| ✓ | cost-diff | 0 | (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 x #s(literal 1 binary64))) |
| ✓ | cost-diff | 0 | (/.f64 x (+.f64 x #s(literal 1 binary64))) |
| ✓ | cost-diff | 0 | (/.f64 x y) |
| ✓ | cost-diff | 0 | (+.f64 (/.f64 x y) #s(literal 1 binary64)) |
| ✓ | cost-diff | 0 | (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
| 166× | *-lowering-*.f32 |
| 166× | *-lowering-*.f64 |
| 126× | times-frac |
| 94× | associate-*l* |
| 92× | accelerator-lowering-fma.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 10 | 62 |
| 1 | 25 | 62 |
| 2 | 40 | 62 |
| 3 | 75 | 62 |
| 4 | 138 | 62 |
| 5 | 252 | 62 |
| 6 | 310 | 62 |
| 7 | 324 | 62 |
| 8 | 326 | 62 |
| 9 | 326 | 62 |
| 10 | 327 | 62 |
| 11 | 329 | 62 |
| 12 | 337 | 62 |
| 0 | 337 | 59 |
| 1× | iter limit |
| 1× | saturated |
| Inputs |
|---|
(* (+ (/ x y) 1) (/ x (+ x 1))) |
(+ (/ x y) 1) |
(/ x y) |
x |
y |
1 |
(/ x (+ x 1)) |
(+ x 1) |
(/ (* x (+ (/ x y) 1)) (+ x 1)) |
(* x (+ (/ x y) 1)) |
x |
(+ (/ x y) 1) |
(/ x y) |
y |
1 |
(+ x 1) |
| Outputs |
|---|
(* (+ (/ x y) 1) (/ x (+ x 1))) |
(/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 x #s(literal 1 binary64))) |
(+ (/ x y) 1) |
(+.f64 (/.f64 x y) #s(literal 1 binary64)) |
(/ x y) |
(/.f64 x y) |
x |
y |
1 |
#s(literal 1 binary64) |
(/ x (+ x 1)) |
(/.f64 x (+.f64 x #s(literal 1 binary64))) |
(+ x 1) |
(+.f64 x #s(literal 1 binary64)) |
(/ (* x (+ (/ x y) 1)) (+ x 1)) |
(/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 x #s(literal 1 binary64))) |
(* x (+ (/ x y) 1)) |
(*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) |
x |
(+ (/ x y) 1) |
(+.f64 (/.f64 x y) #s(literal 1 binary64)) |
(/ x y) |
(/.f64 x y) |
y |
1 |
#s(literal 1 binary64) |
(+ x 1) |
(+.f64 x #s(literal 1 binary64)) |
Found 8 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (+.f64 (/.f64 x y) #s(literal 1 binary64)) |
| ✓ | accuracy | 100.0% | (+.f64 x #s(literal 1 binary64)) |
| ✓ | accuracy | 99.9% | (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) |
| ✓ | accuracy | 90.4% | (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 x #s(literal 1 binary64))) |
| ✓ | accuracy | 100.0% | (+.f64 (/.f64 x y) #s(literal 1 binary64)) |
| ✓ | accuracy | 100.0% | (+.f64 x #s(literal 1 binary64)) |
| ✓ | accuracy | 100.0% | (/.f64 x (+.f64 x #s(literal 1 binary64))) |
| ✓ | accuracy | 100.0% | (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
| 43.0ms | 256× | 0 | valid |
Compiled 65 to 11 computations (83.1% saved)
ival-div: 6.0ms (46.7% of total)ival-mult: 4.0ms (31.1% of total)ival-add: 3.0ms (23.3% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| Inputs |
|---|
#<alt (* (+ (/ x y) 1) (/ x (+ x 1)))> |
#<alt (+ (/ x y) 1)> |
#<alt (/ x y)> |
#<alt (/ x (+ x 1))> |
#<alt (/ (* x (+ (/ x y) 1)) (+ x 1))> |
#<alt (* x (+ (/ x y) 1))> |
#<alt (+ x 1)> |
| Outputs |
|---|
#<alt x> |
#<alt (* x (+ 1 (* x (- (/ 1 y) 1))))> |
#<alt (* x (+ 1 (* x (- (+ (* x (- 1 (/ 1 y))) (/ 1 y)) 1))))> |
#<alt (* x (+ 1 (* x (- (+ (* x (- (+ 1 (* x (- (/ 1 y) 1))) (/ 1 y))) (/ 1 y)) 1))))> |
#<alt (/ x y)> |
#<alt (* x (- (+ (/ 1 x) (/ 1 y)) (/ 1 (* x y))))> |
#<alt (* x (- (+ (/ 1 x) (+ (/ 1 y) (/ 1 (* (pow x 2) y)))) (+ (/ 1 (* x y)) (/ 1 (pow x 2)))))> |
#<alt (* x (- (+ (/ 1 x) (+ (/ 1 y) (+ (/ 1 (* (pow x 2) y)) (/ 1 (pow x 3))))) (+ (/ 1 (* x y)) (+ (/ 1 (* (pow x 3) y)) (/ 1 (pow x 2))))))> |
#<alt (/ x y)> |
#<alt (* -1 (* x (- (/ 1 (* x y)) (+ (/ 1 x) (/ 1 y)))))> |
#<alt (* -1 (* x (- (* -1 (/ (- (+ (* -1 (- (/ 1 y) 1)) (/ 1 (* x y))) (/ 1 x)) x)) (/ 1 y))))> |
#<alt (* -1 (* x (- (* -1 (/ (+ (* -1 (- (/ 1 y) 1)) (* -1 (/ (- (+ (* -1 (- (/ 1 y) 1)) (/ 1 (* x y))) (/ 1 x)) x))) x)) (/ 1 y))))> |
#<alt (/ (pow x 2) (* y (+ 1 x)))> |
#<alt (/ (+ (/ (* x y) (+ 1 x)) (/ (pow x 2) (+ 1 x))) y)> |
#<alt (/ (+ (/ (* x y) (+ 1 x)) (/ (pow x 2) (+ 1 x))) y)> |
#<alt (/ (+ (/ (* x y) (+ 1 x)) (/ (pow x 2) (+ 1 x))) y)> |
#<alt (/ x (+ 1 x))> |
#<alt (+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x))))> |
#<alt (+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x))))> |
#<alt (+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x))))> |
#<alt (/ x (+ 1 x))> |
#<alt (+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x))))> |
#<alt (+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x))))> |
#<alt (+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x))))> |
#<alt 1> |
#<alt (+ 1 (/ x y))> |
#<alt (+ 1 (/ x y))> |
#<alt (+ 1 (/ x y))> |
#<alt (/ x y)> |
#<alt (* x (+ (/ 1 x) (/ 1 y)))> |
#<alt (* x (+ (/ 1 x) (/ 1 y)))> |
#<alt (* x (+ (/ 1 x) (/ 1 y)))> |
#<alt (/ x y)> |
#<alt (* x (+ (/ 1 x) (/ 1 y)))> |
#<alt (* x (+ (/ 1 x) (/ 1 y)))> |
#<alt (* x (+ (/ 1 x) (/ 1 y)))> |
#<alt (/ x y)> |
#<alt (/ (+ x y) y)> |
#<alt (/ (+ x y) y)> |
#<alt (/ (+ x y) y)> |
#<alt 1> |
#<alt (+ 1 (/ x y))> |
#<alt (+ 1 (/ x y))> |
#<alt (+ 1 (/ x y))> |
#<alt 1> |
#<alt (+ 1 (/ x y))> |
#<alt (+ 1 (/ x y))> |
#<alt (+ 1 (/ x y))> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt x> |
#<alt (* x (+ 1 (* -1 x)))> |
#<alt (* x (+ 1 (* x (- x 1))))> |
#<alt (* x (+ 1 (* x (- (* x (+ 1 (* -1 x))) 1))))> |
#<alt 1> |
#<alt (- 1 (/ 1 x))> |
#<alt (- (+ 1 (/ 1 (pow x 2))) (/ 1 x))> |
#<alt (- (+ 1 (/ 1 (pow x 2))) (+ (/ 1 x) (/ 1 (pow x 3))))> |
#<alt 1> |
#<alt (- 1 (/ 1 x))> |
#<alt (+ 1 (* -1 (/ (- 1 (/ 1 x)) x)))> |
#<alt (+ 1 (* -1 (/ (+ 1 (* -1 (/ (- 1 (/ 1 x)) x))) x)))> |
#<alt x> |
#<alt (* x (+ 1 (* x (- (/ 1 y) 1))))> |
#<alt (* x (+ 1 (* x (- (+ (* x (- 1 (/ 1 y))) (/ 1 y)) 1))))> |
#<alt (* x (+ 1 (* x (- (+ (* x (- (+ 1 (* x (- (/ 1 y) 1))) (/ 1 y))) (/ 1 y)) 1))))> |
#<alt (/ x y)> |
#<alt (* x (- (+ (/ 1 x) (/ 1 y)) (/ 1 (* x y))))> |
#<alt (* x (- (+ (/ 1 x) (+ (/ 1 y) (/ 1 (* (pow x 2) y)))) (+ (/ 1 (* x y)) (/ 1 (pow x 2)))))> |
#<alt (* x (- (+ (/ 1 x) (+ (/ 1 y) (+ (/ 1 (* (pow x 2) y)) (/ 1 (pow x 3))))) (+ (/ 1 (* x y)) (+ (/ 1 (* (pow x 3) y)) (/ 1 (pow x 2))))))> |
#<alt (/ x y)> |
#<alt (* -1 (* x (- (/ 1 (* x y)) (+ (/ 1 x) (/ 1 y)))))> |
#<alt (* -1 (* x (- (* -1 (/ (- (+ (* -1 (- (/ 1 y) 1)) (/ 1 (* x y))) (/ 1 x)) x)) (/ 1 y))))> |
#<alt (* -1 (* x (- (* -1 (/ (+ (* -1 (- (/ 1 y) 1)) (* -1 (/ (- (+ (* -1 (- (/ 1 y) 1)) (/ 1 (* x y))) (/ 1 x)) x))) x)) (/ 1 y))))> |
#<alt (/ (pow x 2) (* y (+ 1 x)))> |
#<alt (/ (+ (/ (* x y) (+ 1 x)) (/ (pow x 2) (+ 1 x))) y)> |
#<alt (/ (+ (/ (* x y) (+ 1 x)) (/ (pow x 2) (+ 1 x))) y)> |
#<alt (/ (+ (/ (* x y) (+ 1 x)) (/ (pow x 2) (+ 1 x))) y)> |
#<alt (/ x (+ 1 x))> |
#<alt (+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x))))> |
#<alt (+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x))))> |
#<alt (+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x))))> |
#<alt (/ x (+ 1 x))> |
#<alt (+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x))))> |
#<alt (+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x))))> |
#<alt (+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x))))> |
#<alt x> |
#<alt (* x (+ 1 (/ x y)))> |
#<alt (* x (+ 1 (/ x y)))> |
#<alt (* x (+ 1 (/ x y)))> |
#<alt (/ (pow x 2) y)> |
#<alt (* (pow x 2) (+ (/ 1 x) (/ 1 y)))> |
#<alt (* (pow x 2) (+ (/ 1 x) (/ 1 y)))> |
#<alt (* (pow x 2) (+ (/ 1 x) (/ 1 y)))> |
#<alt (/ (pow x 2) y)> |
#<alt (* (pow x 2) (+ (/ 1 x) (/ 1 y)))> |
#<alt (* (pow x 2) (+ (/ 1 x) (/ 1 y)))> |
#<alt (* (pow x 2) (+ (/ 1 x) (/ 1 y)))> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (+ (* x y) (pow x 2)) y)> |
#<alt (/ (+ (* x y) (pow x 2)) y)> |
#<alt (/ (+ (* x y) (pow x 2)) y)> |
#<alt x> |
#<alt (+ x (/ (pow x 2) y))> |
#<alt (+ x (/ (pow x 2) y))> |
#<alt (+ x (/ (pow x 2) y))> |
#<alt x> |
#<alt (+ x (/ (pow x 2) y))> |
#<alt (+ x (/ (pow x 2) y))> |
#<alt (+ x (/ (pow x 2) y))> |
#<alt 1> |
#<alt (+ 1 x)> |
#<alt (+ 1 x)> |
#<alt (+ 1 x)> |
#<alt x> |
#<alt (* x (+ 1 (/ 1 x)))> |
#<alt (* x (+ 1 (/ 1 x)))> |
#<alt (* x (+ 1 (/ 1 x)))> |
#<alt x> |
#<alt (* x (+ 1 (/ 1 x)))> |
#<alt (* x (+ 1 (/ 1 x)))> |
#<alt (* x (+ 1 (/ 1 x)))> |
36 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 21.0ms | x | @ | -inf | (/ x y) |
| 1.0ms | y | @ | 0 | (* (+ (/ x y) 1) (/ x (+ x 1))) |
| 1.0ms | x | @ | inf | (+ (/ x y) 1) |
| 1.0ms | y | @ | -inf | (* (+ (/ x y) 1) (/ x (+ x 1))) |
| 1.0ms | y | @ | inf | (* (+ (/ x y) 1) (/ x (+ x 1))) |
| 1× | batch-egg-rewrite |
| 3972× | *-lowering-*.f32 |
| 3972× | *-lowering-*.f64 |
| 3706× | accelerator-lowering-fma.f32 |
| 3706× | accelerator-lowering-fma.f64 |
| 3228× | /-lowering-/.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 10 | 45 |
| 1 | 65 | 45 |
| 2 | 528 | 45 |
| 3 | 6674 | 45 |
| 0 | 8217 | 42 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* (+ (/ x y) 1) (/ x (+ x 1))) |
(+ (/ x y) 1) |
(/ x y) |
(/ x (+ x 1)) |
(/ (* x (+ (/ x y) 1)) (+ x 1)) |
(* x (+ (/ x y) 1)) |
(+ x 1) |
| Outputs |
|---|
(+.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(+.f64 (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(+.f64 (*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x x)) (*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1 binary64) x))) |
(+.f64 (*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1 binary64) x)) (*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x x))) |
(+.f64 (*.f64 (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64)))) x) (*.f64 (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64)))) #s(literal -1 binary64))) |
(+.f64 (*.f64 (*.f64 x x) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (*.f64 (-.f64 #s(literal 1 binary64) x) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(+.f64 (*.f64 (-.f64 #s(literal 1 binary64) x) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 x x) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(+.f64 (*.f64 x (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))))) (*.f64 #s(literal -1 binary64) (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64)))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x) (+.f64 (/.f64 x y) #s(literal 1 binary64)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (-.f64 #s(literal -1 binary64) x))) |
(-.f64 (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) (/.f64 x (-.f64 #s(literal -1 binary64) x))) |
(-.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y (/.f64 x y))) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) (/.f64 (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x y))) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) x)) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (-.f64 #s(literal -1 binary64) x))) |
(fma.f64 x (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 x (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64)))) (*.f64 #s(literal -1 binary64) (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64)))))) |
(fma.f64 x (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 x y)) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 x (*.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 x (+.f64 x #s(literal 1 binary64)))) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (/.f64 x y) (/.f64 x (+.f64 x #s(literal 1 binary64))) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 x (+.f64 x #s(literal 1 binary64))) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (/.f64 x y) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) x)) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 x (+.f64 x #s(literal 1 binary64)))) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) x)) (/.f64 x y)) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) x)) #s(literal 1 binary64)) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 (*.f64 x x) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (-.f64 #s(literal 1 binary64) x) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(fma.f64 (-.f64 #s(literal 1 binary64) x) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) x (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 x (/.f64 y x)) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x)) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 x (/.f64 x (+.f64 x #s(literal 1 binary64)))) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (+.f64 x #s(literal -1 binary64)) (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 (/.f64 x (/.f64 y x)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 #s(literal -1 binary64) (/.f64 x (-.f64 #s(literal -1 binary64) x)) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) x)) (-.f64 #s(literal 0 binary64) x) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) #s(literal 1 binary64) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (/.f64 x (-.f64 #s(literal 0 binary64) (/.f64 y x))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) x)) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (/.f64 x y)) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) #s(literal 1 binary64)) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 x #s(literal -1 binary64)) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) (*.f64 (+.f64 x #s(literal -1 binary64)) #s(literal 1 binary64)) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) (*.f64 (+.f64 x #s(literal -1 binary64)) (/.f64 x y)) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 x (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (*.f64 x (+.f64 x #s(literal -1 binary64))) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (/.f64 x (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x x) (*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1 binary64) x))) |
(fma.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1 binary64) x) (*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x x))) |
(fma.f64 (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64)))) x (*.f64 (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64)))) #s(literal -1 binary64))) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (-.f64 #s(literal 1 binary64) x) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 (/.f64 x #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 (pow.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x) #s(literal -1/2 binary64)) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 (*.f64 (/.f64 x y) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) x (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (*.f64 (/.f64 x y) (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (*.f64 (/.f64 x y) (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64)))) (+.f64 x #s(literal -1 binary64)) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) x) (/.f64 #s(literal 1 binary64) y) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) x)) (/.f64 #s(literal -1 binary64) y) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) y)) x (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (/.f64 x (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 (/.f64 x (+.f64 (*.f64 x (-.f64 #s(literal 0 binary64) x)) #s(literal 1 binary64))) (-.f64 #s(literal 1 binary64) x) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 (/.f64 x (-.f64 #s(literal 1 binary64) (*.f64 x x))) (-.f64 #s(literal 1 binary64) x) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(neg.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (-.f64 #s(literal -1 binary64) x))) |
(neg.f64 (*.f64 (/.f64 x (-.f64 #s(literal -1 binary64) x)) (+.f64 (/.f64 x y) #s(literal 1 binary64)))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (-.f64 #s(literal -1 binary64) x)))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x) (+.f64 (/.f64 x y) #s(literal 1 binary64))))) |
(/.f64 x (/.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 (/.f64 x y) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x) (+.f64 (/.f64 x y) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))) (/.f64 x (+.f64 x #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 #s(literal -1 binary64) x) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (*.f64 x (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 #s(literal -1 binary64) x) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (neg.f64 (*.f64 x (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))) (/.f64 (+.f64 x #s(literal 1 binary64)) x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)) (/.f64 (+.f64 x #s(literal 1 binary64)) x)))) |
(/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) |
(/.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal 1 binary64)))) |
(/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 x #s(literal 1 binary64))) |
(/.f64 (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) x)) (-.f64 #s(literal -1 binary64) x)) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))) (/.f64 x (+.f64 x #s(literal 1 binary64))))) |
(/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 (/.f64 x y) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)) (*.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(/.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 x #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 #s(literal -1 binary64) (/.f64 (/.f64 (-.f64 #s(literal -1 binary64) x) x) (+.f64 (/.f64 x y) #s(literal 1 binary64)))) |
(/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))))) (*.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(/.f64 (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))))) (*.f64 (-.f64 #s(literal -1 binary64) x) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(/.f64 (*.f64 x (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64))) (*.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (*.f64 x (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)))) (*.f64 (-.f64 #s(literal -1 binary64) x) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(/.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))))) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))) (/.f64 x (+.f64 x #s(literal 1 binary64)))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))))) (*.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))))) |
(/.f64 (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 x y))) (neg.f64 (*.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(/.f64 (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 x y))) (*.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x) (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(/.f64 (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x y))) (/.f64 (-.f64 #s(literal -1 binary64) x) x)) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x))))) (*.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 (*.f64 x (-.f64 x (/.f64 x (/.f64 y x)))) (*.f64 (/.f64 x (/.f64 y (/.f64 x y))) (*.f64 x x))))) |
(/.f64 (*.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (*.f64 (+.f64 x #s(literal 1 binary64)) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 y (/.f64 x y)))) (*.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x) (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) |
(/.f64 (/.f64 (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) (+.f64 (/.f64 x y) #s(literal -1 binary64))) |
(/.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))) |
(/.f64 (*.f64 x (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) |
(/.f64 (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))))))) (neg.f64 (*.f64 (-.f64 #s(literal -1 binary64) x) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 x (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64))))) (neg.f64 (*.f64 (-.f64 #s(literal -1 binary64) x) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/.f64 (+.f64 (pow.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x) #s(literal -3 binary64)) (pow.f64 (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (/.f64 x (+.f64 x #s(literal 1 binary64)))) (-.f64 (*.f64 (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) (*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x)))))) |
(/.f64 (+.f64 (pow.f64 (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) #s(literal 3 binary64)) (pow.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x) #s(literal -3 binary64))) (+.f64 (*.f64 (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) (-.f64 (*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (/.f64 x (+.f64 x #s(literal 1 binary64)))) (*.f64 (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) (/.f64 x (+.f64 x #s(literal 1 binary64))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) (*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (/.f64 x (+.f64 x #s(literal 1 binary64))))) (-.f64 (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) (/.f64 x (+.f64 x #s(literal 1 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (/.f64 x (+.f64 x #s(literal 1 binary64)))) (*.f64 (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x)))) (-.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x)))) |
(/.f64 (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal -1 binary64) x) x)) |
(/.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))))))) (*.f64 (-.f64 #s(literal -1 binary64) x) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 x (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64))))) (*.f64 (-.f64 #s(literal -1 binary64) x) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(/.f64 (*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 x y)))) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/.f64 (*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 y (/.f64 x y))))) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (+.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x)))))) (+.f64 (*.f64 x (-.f64 x (/.f64 x (/.f64 y x)))) (*.f64 (/.f64 x (/.f64 y (/.f64 x y))) (*.f64 x x)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (*.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))))) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (-.f64 #s(literal 1 binary64) x) (*.f64 (-.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 1 binary64) x))))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (-.f64 #s(literal 1 binary64) x) (-.f64 (-.f64 #s(literal 1 binary64) x) (*.f64 x x))))) |
(/.f64 (*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (+.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) x))) (+.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) x)) |
(/.f64 (*.f64 (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64)))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 x #s(literal 1 binary64))) |
(/.f64 (*.f64 (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64)))) (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64))))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))))) (/.f64 x (+.f64 x #s(literal 1 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(/.f64 (*.f64 (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 x y))) (/.f64 x (+.f64 x #s(literal 1 binary64)))) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 y (/.f64 x y)))) (/.f64 x (+.f64 x #s(literal 1 binary64)))) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/.f64 (*.f64 (+.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) (+.f64 (*.f64 x (-.f64 x (/.f64 x (/.f64 y x)))) (*.f64 (/.f64 x (/.f64 y (/.f64 x y))) (*.f64 x x)))) |
(/.f64 (*.f64 (*.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(/.f64 (/.f64 (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) x)) #s(literal -1 binary64)) (+.f64 x #s(literal 1 binary64))) |
(pow.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x) (+.f64 (/.f64 x y) #s(literal 1 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))) (/.f64 x (+.f64 x #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (-.f64 #s(literal -1 binary64) x) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (*.f64 x (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (-.f64 #s(literal -1 binary64) x) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (neg.f64 (*.f64 x (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) #s(literal -1 binary64)) |
(*.f64 x (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 x #s(literal 1 binary64)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (+.f64 (/.f64 x y) #s(literal 1 binary64))) |
(*.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) #s(literal 1 binary64)) |
(*.f64 (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) x)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) x))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal -1 binary64) x))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) x)) (+.f64 (/.f64 x y) #s(literal 1 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) x)))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))) (*.f64 (-.f64 #s(literal -1 binary64) x) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal -1 binary64) x) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))) (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))) (/.f64 x (+.f64 x #s(literal 1 binary64)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) (/.f64 x (+.f64 x #s(literal 1 binary64))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))) (/.f64 x (*.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))) (/.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (-.f64 #s(literal -1 binary64) x) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))) (/.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (pow.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x y))) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(*.f64 (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(*.f64 (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)) (*.f64 (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x y))) (/.f64 x (+.f64 x #s(literal 1 binary64))))) |
(*.f64 (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)) (/.f64 x (*.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(*.f64 (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (-.f64 #s(literal -1 binary64) x) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(*.f64 (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)) (/.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(*.f64 (+.f64 x #s(literal -1 binary64)) (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))))) |
(*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 x #s(literal 1 binary64))) x) |
(*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 x #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (-.f64 #s(literal -1 binary64) x))) |
(*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))))) |
(*.f64 (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))))) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal -1 binary64) x) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))))) |
(*.f64 (*.f64 x (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(*.f64 (neg.f64 (*.f64 x (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal -1 binary64) x) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(*.f64 (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x y))) (/.f64 x (-.f64 #s(literal -1 binary64) x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) x)) (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) x))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(*.f64 (/.f64 (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(*.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))))) |
(*.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (+.f64 (/.f64 x y) #s(literal 1 binary64)))) |
(*.f64 (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))) |
(*.f64 (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) (*.f64 (+.f64 x #s(literal -1 binary64)) (+.f64 (/.f64 x y) #s(literal 1 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (*.f64 x (+.f64 x #s(literal -1 binary64))))) |
(*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) |
(*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 x (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))))) |
(*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (*.f64 x (+.f64 x #s(literal -1 binary64)))) |
(*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (/.f64 x (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))) |
(*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))) |
(*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))))) |
(*.f64 (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64)))) (+.f64 x #s(literal -1 binary64))) |
(*.f64 (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x y))) (+.f64 x #s(literal 1 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 x #s(literal 1 binary64)))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))) (+.f64 x #s(literal 1 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)) (+.f64 x #s(literal 1 binary64))) (/.f64 (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x y))) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) #s(literal -1 binary64)) (/.f64 x (-.f64 #s(literal -1 binary64) x))) |
(*.f64 (/.f64 (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x y))) #s(literal -1 binary64)) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(*.f64 (pow.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) #s(literal 1/2 binary64)) (pow.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) #s(literal 1/2 binary64))) |
(*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal -1 binary64) x)) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))))) (+.f64 x #s(literal -1 binary64))) |
(*.f64 (*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 x #s(literal 1 binary64))) #s(literal 1 binary64)) x) |
(*.f64 (/.f64 (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) |
(*.f64 (/.f64 (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) x)) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (-.f64 #s(literal 1 binary64) x)) |
(*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) #s(literal 1 binary64)) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) |
(*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 (*.f64 x (-.f64 #s(literal 0 binary64) x)) #s(literal 1 binary64))) (-.f64 #s(literal 1 binary64) x)) |
(*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 x x))) (-.f64 #s(literal 1 binary64) x)) |
(*.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) (+.f64 (/.f64 (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x)))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)) (-.f64 #s(literal 1 binary64) (/.f64 x y)))))) (+.f64 (/.f64 (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))) (/.f64 y x)) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)) (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)) (/.f64 x (/.f64 y (/.f64 x y))))))) |
(*.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))) (-.f64 (/.f64 x (/.f64 y (/.f64 x y))) (-.f64 #s(literal 1 binary64) (/.f64 x y))))) (-.f64 (/.f64 x (/.f64 y (/.f64 x y))) (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(*.f64 (/.f64 (/.f64 (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64))) (+.f64 (/.f64 x y) #s(literal 1 binary64))) |
(*.f64 (/.f64 (/.f64 (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) (+.f64 (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))) #s(literal -1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 x y) (+.f64 (/.f64 x y) #s(literal 1 binary64))))) |
(+.f64 (/.f64 x y) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(+.f64 (/.f64 (/.f64 x (/.f64 y (/.f64 x y))) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (neg.f64 (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x y))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal 1 binary64)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x y))) |
(-.f64 (/.f64 (/.f64 x (/.f64 y (/.f64 x y))) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x y))) (/.f64 (/.f64 x (/.f64 y (/.f64 x y))) (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(fma.f64 x (/.f64 #s(literal 1 binary64) y) #s(literal 1 binary64)) |
(fma.f64 x (/.f64 (/.f64 (/.f64 x y) y) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (neg.f64 (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x y))))) |
(fma.f64 (/.f64 x y) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 (/.f64 x y) (/.f64 (/.f64 x y) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (neg.f64 (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x y))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 x y) #s(literal 1 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal -1 binary64) y) #s(literal 1 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal -1 binary64) y) #s(literal 1 binary64)) #s(literal 1 binary64)) |
(fma.f64 (/.f64 x (/.f64 y (/.f64 x y))) (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x y))) (neg.f64 (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x y))))) |
(fma.f64 (*.f64 x x) (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) y) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (neg.f64 (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x y))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) y) x #s(literal 1 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) |
(fma.f64 (/.f64 x (/.f64 y x)) (/.f64 (/.f64 #s(literal 1 binary64) y) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (neg.f64 (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x y))))) |
(fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x y)) #s(literal 1 binary64)) |
(fma.f64 (/.f64 #s(literal -1 binary64) y) (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64)) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) y) #s(literal 1 binary64)) |
(fma.f64 (pow.f64 (/.f64 x y) #s(literal 1/2 binary64)) (pow.f64 (/.f64 x y) #s(literal 1/2 binary64)) #s(literal 1 binary64)) |
(fma.f64 (/.f64 (/.f64 x (/.f64 y (/.f64 x y))) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64))) (+.f64 (/.f64 x y) #s(literal 1 binary64)) (neg.f64 (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x y))))) |
(fma.f64 (/.f64 (/.f64 x (/.f64 y (/.f64 x y))) (+.f64 (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))) #s(literal -1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 x y) (+.f64 (/.f64 x y) #s(literal 1 binary64)))) (neg.f64 (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x y))))) |
(neg.f64 (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal 1 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)) (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 y (/.f64 x y)))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) |
(/.f64 (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)) (+.f64 (/.f64 x y) #s(literal -1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal 1 binary64))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(/.f64 (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 x y))) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))) (/.f64 (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x)))))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))) (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))) (/.f64 (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x))))))) |
(/.f64 (+.f64 (/.f64 (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x)))) #s(literal -1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))) (+.f64 (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))) #s(literal -1 binary64)))) |
(/.f64 (+.f64 (/.f64 (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x)))) #s(literal -1 binary64)) (*.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (+.f64 (/.f64 (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))) (/.f64 y x)) (+.f64 #s(literal 1 binary64) (/.f64 x (/.f64 y (/.f64 x y))))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 y (/.f64 x y)))) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/.f64 (+.f64 (/.f64 (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))) (/.f64 y x)) #s(literal -1 binary64)) (*.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 x (/.f64 y (/.f64 x y)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 x (/.f64 y (/.f64 x y))) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (*.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) #s(literal 1 binary64))) (*.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 y (/.f64 x y))))) (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 x y)))) (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (/.f64 x (/.f64 y (/.f64 x y))) (+.f64 (/.f64 x y) #s(literal -1 binary64))) #s(literal 3 binary64)) (pow.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) #s(literal -3 binary64))) (+.f64 (*.f64 (/.f64 (/.f64 x (/.f64 y (/.f64 x y))) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 (/.f64 x (/.f64 y (/.f64 x y))) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (+.f64 (*.f64 (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x y))) (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x y)))) (*.f64 (/.f64 (/.f64 x (/.f64 y (/.f64 x y))) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x y))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 x (/.f64 y (/.f64 x y))) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 (/.f64 x (/.f64 y (/.f64 x y))) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (*.f64 (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x y))) (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x y))))) (+.f64 (/.f64 (/.f64 x (/.f64 y (/.f64 x y))) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x y))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 x y)))) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 y (/.f64 x y))))) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))) (/.f64 (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))) (/.f64 (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x)))))) |
(/.f64 (*.f64 (+.f64 (/.f64 (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) (+.f64 (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))) #s(literal -1 binary64))) |
(/.f64 (*.f64 (+.f64 (/.f64 (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x)))) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x y)))) (+.f64 (/.f64 (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))) (/.f64 y x)) (+.f64 #s(literal 1 binary64) (/.f64 x (/.f64 y (/.f64 x y)))))) |
(/.f64 (*.f64 (+.f64 (/.f64 (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))) (/.f64 y x)) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x y)))) (+.f64 #s(literal 1 binary64) (/.f64 x (/.f64 y (/.f64 x y))))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(/.f64 (*.f64 (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 x y))) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 y (/.f64 x y)))) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal 1 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal 1 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)) (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 y (/.f64 x y))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal 1 binary64))) |
(*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) #s(literal 1 binary64)) |
(*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (*.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x y))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) #s(literal 1 binary64))) |
(*.f64 (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(*.f64 (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)) (*.f64 (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x y))) #s(literal 1 binary64))) |
(*.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))))) |
(*.f64 (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 x y))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(*.f64 (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x y))) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 y (/.f64 x y)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 y (/.f64 x y)))) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 x y) (+.f64 (/.f64 x y) #s(literal 1 binary64))))) |
(*.f64 (/.f64 (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64))) (+.f64 (/.f64 x y) #s(literal 1 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 y (/.f64 x y)))) (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 y (/.f64 x y))))) (+.f64 (/.f64 x y) #s(literal 1 binary64))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))) (+.f64 (/.f64 (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x)))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)) (-.f64 #s(literal 1 binary64) (/.f64 x y)))))) (+.f64 (/.f64 (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))) (/.f64 y x)) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)) (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)) (/.f64 x (/.f64 y (/.f64 x y))))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))) (-.f64 (/.f64 x (/.f64 y (/.f64 x y))) (-.f64 #s(literal 1 binary64) (/.f64 x y))))) (-.f64 (/.f64 x (/.f64 y (/.f64 x y))) (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(*.f64 (/.f64 (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)) (+.f64 (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))) #s(literal -1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 x y) (+.f64 (/.f64 x y) #s(literal 1 binary64))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 y x)) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 x y)) #s(literal 1 binary64))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) (/.f64 x y))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 x y))) |
(/.f64 x y) |
(/.f64 #s(literal 1 binary64) (/.f64 y x)) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y x))) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) y) |
(pow.f64 (/.f64 x y) #s(literal 1 binary64)) |
(pow.f64 (/.f64 y x) #s(literal -1 binary64)) |
(*.f64 x (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (/.f64 x y) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 x y)) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal -1 binary64) y) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) x) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x y))) |
(*.f64 (/.f64 #s(literal -1 binary64) y) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (pow.f64 (/.f64 x y) #s(literal 1/2 binary64)) (pow.f64 (/.f64 x y) #s(literal 1/2 binary64))) |
(+.f64 (*.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x x)) (*.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1 binary64) x))) |
(+.f64 (*.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1 binary64) x)) (*.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x x))) |
(+.f64 (*.f64 (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) x) (*.f64 (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) #s(literal -1 binary64))) |
(+.f64 (*.f64 (*.f64 x x) (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (*.f64 (-.f64 #s(literal 1 binary64) x) (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(+.f64 (*.f64 (-.f64 #s(literal 1 binary64) x) (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 x x) (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(+.f64 (*.f64 x (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64)))) (*.f64 #s(literal -1 binary64) (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 x (-.f64 #s(literal -1 binary64) x))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) x)) (/.f64 x (-.f64 #s(literal -1 binary64) x))) |
(fma.f64 x (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) (*.f64 #s(literal -1 binary64) (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))))) |
(fma.f64 (*.f64 x x) (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (-.f64 #s(literal 1 binary64) x) (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(fma.f64 (-.f64 #s(literal 1 binary64) x) (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(fma.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x x) (*.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1 binary64) x))) |
(fma.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1 binary64) x) (*.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x x))) |
(fma.f64 (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) x (*.f64 (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 x (-.f64 #s(literal -1 binary64) x))) |
(neg.f64 (*.f64 (/.f64 x (-.f64 #s(literal -1 binary64) x)) #s(literal 1 binary64))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(/.f64 x (+.f64 x #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal -1 binary64) x)) |
(/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) x) x)) |
(/.f64 (*.f64 x (+.f64 x #s(literal -1 binary64))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) |
(/.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) |
(/.f64 (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))) |
(/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (+.f64 x #s(literal 1 binary64))) |
(/.f64 (*.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (-.f64 #s(literal 1 binary64) x) (*.f64 (-.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 1 binary64) x))))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (-.f64 #s(literal 1 binary64) x) (-.f64 (-.f64 #s(literal 1 binary64) x) (*.f64 x x))))) |
(/.f64 (*.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (+.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) x))) (+.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) x)) |
(/.f64 (*.f64 (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 x #s(literal 1 binary64))) |
(/.f64 (*.f64 (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64))))) |
(pow.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x) #s(literal -1 binary64)) |
(*.f64 x (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(*.f64 #s(literal 1 binary64) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) x))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) x)) #s(literal 1 binary64))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) x) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (+.f64 x #s(literal -1 binary64)) (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 x (-.f64 #s(literal -1 binary64) x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) x)) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))) |
(*.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))))) |
(*.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) #s(literal 1 binary64))) |
(*.f64 (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 x #s(literal -1 binary64))) |
(*.f64 (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) (*.f64 (+.f64 x #s(literal -1 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 x (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (*.f64 x (+.f64 x #s(literal -1 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (/.f64 x (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (-.f64 #s(literal 1 binary64) x)) |
(*.f64 (/.f64 x #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(*.f64 (pow.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 x (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) |
(*.f64 (/.f64 x (+.f64 (*.f64 x (-.f64 #s(literal 0 binary64) x)) #s(literal 1 binary64))) (-.f64 #s(literal 1 binary64) x)) |
(*.f64 (/.f64 x (-.f64 #s(literal 1 binary64) (*.f64 x x))) (-.f64 #s(literal 1 binary64) x)) |
(+.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(+.f64 (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(+.f64 (*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x x)) (*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1 binary64) x))) |
(+.f64 (*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1 binary64) x)) (*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x x))) |
(+.f64 (*.f64 (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64)))) x) (*.f64 (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64)))) #s(literal -1 binary64))) |
(+.f64 (*.f64 (*.f64 x x) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (*.f64 (-.f64 #s(literal 1 binary64) x) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(+.f64 (*.f64 (-.f64 #s(literal 1 binary64) x) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 x x) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(+.f64 (*.f64 x (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))))) (*.f64 #s(literal -1 binary64) (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64)))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x) (+.f64 (/.f64 x y) #s(literal 1 binary64)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (-.f64 #s(literal -1 binary64) x))) |
(-.f64 (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) (/.f64 x (-.f64 #s(literal -1 binary64) x))) |
(-.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y (/.f64 x y))) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) (/.f64 (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x y))) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) x)) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (-.f64 #s(literal -1 binary64) x))) |
(fma.f64 x (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 x (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64)))) (*.f64 #s(literal -1 binary64) (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64)))))) |
(fma.f64 x (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 x y)) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 x (*.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 x (+.f64 x #s(literal 1 binary64)))) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (/.f64 x y) (/.f64 x (+.f64 x #s(literal 1 binary64))) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 x (+.f64 x #s(literal 1 binary64))) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (/.f64 x y) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) x)) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 x (+.f64 x #s(literal 1 binary64)))) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) x)) (/.f64 x y)) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) x)) #s(literal 1 binary64)) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 (*.f64 x x) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (-.f64 #s(literal 1 binary64) x) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(fma.f64 (-.f64 #s(literal 1 binary64) x) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) x (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 x (/.f64 y x)) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x)) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 x (/.f64 x (+.f64 x #s(literal 1 binary64)))) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (+.f64 x #s(literal -1 binary64)) (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 (/.f64 x (/.f64 y x)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 #s(literal -1 binary64) (/.f64 x (-.f64 #s(literal -1 binary64) x)) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) x)) (-.f64 #s(literal 0 binary64) x) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) #s(literal 1 binary64) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (/.f64 x (-.f64 #s(literal 0 binary64) (/.f64 y x))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) x)) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (/.f64 x y)) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) #s(literal 1 binary64)) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 x #s(literal -1 binary64)) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) (*.f64 (+.f64 x #s(literal -1 binary64)) #s(literal 1 binary64)) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) (*.f64 (+.f64 x #s(literal -1 binary64)) (/.f64 x y)) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 x (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (*.f64 x (+.f64 x #s(literal -1 binary64))) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (/.f64 x (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x x) (*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1 binary64) x))) |
(fma.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1 binary64) x) (*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x x))) |
(fma.f64 (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64)))) x (*.f64 (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64)))) #s(literal -1 binary64))) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (-.f64 #s(literal 1 binary64) x) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 (/.f64 x #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 (pow.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x) #s(literal -1/2 binary64)) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 (*.f64 (/.f64 x y) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) x (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (*.f64 (/.f64 x y) (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (*.f64 (/.f64 x y) (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64)))) (+.f64 x #s(literal -1 binary64)) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) x) (/.f64 #s(literal 1 binary64) y) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) x)) (/.f64 #s(literal -1 binary64) y) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) y)) x (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (/.f64 x (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 (/.f64 x (+.f64 (*.f64 x (-.f64 #s(literal 0 binary64) x)) #s(literal 1 binary64))) (-.f64 #s(literal 1 binary64) x) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(fma.f64 (/.f64 x (-.f64 #s(literal 1 binary64) (*.f64 x x))) (-.f64 #s(literal 1 binary64) x) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(neg.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (-.f64 #s(literal -1 binary64) x))) |
(neg.f64 (*.f64 (/.f64 x (-.f64 #s(literal -1 binary64) x)) (+.f64 (/.f64 x y) #s(literal 1 binary64)))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (-.f64 #s(literal -1 binary64) x)))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x) (+.f64 (/.f64 x y) #s(literal 1 binary64))))) |
(/.f64 x (/.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 (/.f64 x y) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x) (+.f64 (/.f64 x y) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))) (/.f64 x (+.f64 x #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 #s(literal -1 binary64) x) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (*.f64 x (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 #s(literal -1 binary64) x) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (neg.f64 (*.f64 x (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))) (/.f64 (+.f64 x #s(literal 1 binary64)) x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)) (/.f64 (+.f64 x #s(literal 1 binary64)) x)))) |
(/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) |
(/.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal 1 binary64)))) |
(/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 x #s(literal 1 binary64))) |
(/.f64 (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) x)) (-.f64 #s(literal -1 binary64) x)) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))) (/.f64 x (+.f64 x #s(literal 1 binary64))))) |
(/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 (/.f64 x y) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)) (*.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(/.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 x #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 #s(literal -1 binary64) (/.f64 (/.f64 (-.f64 #s(literal -1 binary64) x) x) (+.f64 (/.f64 x y) #s(literal 1 binary64)))) |
(/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))))) (*.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(/.f64 (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))))) (*.f64 (-.f64 #s(literal -1 binary64) x) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(/.f64 (*.f64 x (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64))) (*.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (*.f64 x (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)))) (*.f64 (-.f64 #s(literal -1 binary64) x) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(/.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))))) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))) (/.f64 x (+.f64 x #s(literal 1 binary64)))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))))) (*.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))))) |
(/.f64 (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 x y))) (neg.f64 (*.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(/.f64 (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 x y))) (*.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x) (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(/.f64 (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x y))) (/.f64 (-.f64 #s(literal -1 binary64) x) x)) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x))))) (*.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 (*.f64 x (-.f64 x (/.f64 x (/.f64 y x)))) (*.f64 (/.f64 x (/.f64 y (/.f64 x y))) (*.f64 x x))))) |
(/.f64 (*.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (*.f64 (+.f64 x #s(literal 1 binary64)) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 y (/.f64 x y)))) (*.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x) (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) |
(/.f64 (/.f64 (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) (+.f64 (/.f64 x y) #s(literal -1 binary64))) |
(/.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))) |
(/.f64 (*.f64 x (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) |
(/.f64 (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))))))) (neg.f64 (*.f64 (-.f64 #s(literal -1 binary64) x) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 x (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64))))) (neg.f64 (*.f64 (-.f64 #s(literal -1 binary64) x) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/.f64 (+.f64 (pow.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x) #s(literal -3 binary64)) (pow.f64 (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (/.f64 x (+.f64 x #s(literal 1 binary64)))) (-.f64 (*.f64 (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) (*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x)))))) |
(/.f64 (+.f64 (pow.f64 (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) #s(literal 3 binary64)) (pow.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x) #s(literal -3 binary64))) (+.f64 (*.f64 (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) (-.f64 (*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (/.f64 x (+.f64 x #s(literal 1 binary64)))) (*.f64 (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) (/.f64 x (+.f64 x #s(literal 1 binary64))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) (*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (/.f64 x (+.f64 x #s(literal 1 binary64))))) (-.f64 (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) (/.f64 x (+.f64 x #s(literal 1 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (/.f64 x (+.f64 x #s(literal 1 binary64)))) (*.f64 (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x)))) (-.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x)))) |
(/.f64 (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal -1 binary64) x) x)) |
(/.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))))))) (*.f64 (-.f64 #s(literal -1 binary64) x) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (*.f64 x (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64))))) (*.f64 (-.f64 #s(literal -1 binary64) x) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(/.f64 (*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 x y)))) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/.f64 (*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 y (/.f64 x y))))) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (+.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x)))))) (+.f64 (*.f64 x (-.f64 x (/.f64 x (/.f64 y x)))) (*.f64 (/.f64 x (/.f64 y (/.f64 x y))) (*.f64 x x)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (*.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))))) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (-.f64 #s(literal 1 binary64) x) (*.f64 (-.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 1 binary64) x))))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (-.f64 #s(literal 1 binary64) x) (-.f64 (-.f64 #s(literal 1 binary64) x) (*.f64 x x))))) |
(/.f64 (*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (+.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) x))) (+.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) x)) |
(/.f64 (*.f64 (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64)))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 x #s(literal 1 binary64))) |
(/.f64 (*.f64 (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64)))) (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64))))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))))) (/.f64 x (+.f64 x #s(literal 1 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(/.f64 (*.f64 (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 x y))) (/.f64 x (+.f64 x #s(literal 1 binary64)))) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 y (/.f64 x y)))) (/.f64 x (+.f64 x #s(literal 1 binary64)))) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/.f64 (*.f64 (+.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) (+.f64 (*.f64 x (-.f64 x (/.f64 x (/.f64 y x)))) (*.f64 (/.f64 x (/.f64 y (/.f64 x y))) (*.f64 x x)))) |
(/.f64 (*.f64 (*.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(/.f64 (/.f64 (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) x)) #s(literal -1 binary64)) (+.f64 x #s(literal 1 binary64))) |
(pow.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x) (+.f64 (/.f64 x y) #s(literal 1 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))) (/.f64 x (+.f64 x #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (-.f64 #s(literal -1 binary64) x) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (*.f64 x (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (-.f64 #s(literal -1 binary64) x) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (neg.f64 (*.f64 x (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) #s(literal -1 binary64)) |
(*.f64 x (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 x #s(literal 1 binary64)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (+.f64 (/.f64 x y) #s(literal 1 binary64))) |
(*.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) #s(literal 1 binary64)) |
(*.f64 (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) x)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) x))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal -1 binary64) x))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) x)) (+.f64 (/.f64 x y) #s(literal 1 binary64)))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) x)))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))) (*.f64 (-.f64 #s(literal -1 binary64) x) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal -1 binary64) x) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))) (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))) (/.f64 x (+.f64 x #s(literal 1 binary64)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) (/.f64 x (+.f64 x #s(literal 1 binary64))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))) (/.f64 x (*.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))) (/.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (-.f64 #s(literal -1 binary64) x) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))) (/.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (pow.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x y))) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(*.f64 (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(*.f64 (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)) (*.f64 (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x y))) (/.f64 x (+.f64 x #s(literal 1 binary64))))) |
(*.f64 (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)) (/.f64 x (*.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(*.f64 (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (-.f64 #s(literal -1 binary64) x) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(*.f64 (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)) (/.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(*.f64 (+.f64 x #s(literal -1 binary64)) (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))))) |
(*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 x #s(literal 1 binary64))) x) |
(*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 x #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (-.f64 #s(literal -1 binary64) x))) |
(*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))))) |
(*.f64 (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))))) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal -1 binary64) x) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))))) |
(*.f64 (*.f64 x (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(*.f64 (neg.f64 (*.f64 x (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal -1 binary64) x) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(*.f64 (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x y))) (/.f64 x (-.f64 #s(literal -1 binary64) x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) x)) (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) x))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(*.f64 (/.f64 (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(*.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))))) |
(*.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (+.f64 (/.f64 x y) #s(literal 1 binary64)))) |
(*.f64 (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))) |
(*.f64 (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) (*.f64 (+.f64 x #s(literal -1 binary64)) (+.f64 (/.f64 x y) #s(literal 1 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (*.f64 x (+.f64 x #s(literal -1 binary64))))) |
(*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) |
(*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 x (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))))) |
(*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (*.f64 x (+.f64 x #s(literal -1 binary64)))) |
(*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (/.f64 x (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))) |
(*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))) |
(*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))))) |
(*.f64 (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64)))) (+.f64 x #s(literal -1 binary64))) |
(*.f64 (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x y))) (+.f64 x #s(literal 1 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 x #s(literal 1 binary64)))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))) (+.f64 x #s(literal 1 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)) (+.f64 x #s(literal 1 binary64))) (/.f64 (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x y))) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) #s(literal -1 binary64)) (/.f64 x (-.f64 #s(literal -1 binary64) x))) |
(*.f64 (/.f64 (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x y))) #s(literal -1 binary64)) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(*.f64 (pow.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) #s(literal 1/2 binary64)) (pow.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) #s(literal 1/2 binary64))) |
(*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal -1 binary64) x)) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))))) (+.f64 x #s(literal -1 binary64))) |
(*.f64 (*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 x #s(literal 1 binary64))) #s(literal 1 binary64)) x) |
(*.f64 (/.f64 (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) |
(*.f64 (/.f64 (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) x)) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (-.f64 #s(literal 1 binary64) x)) |
(*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) #s(literal 1 binary64)) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) |
(*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 (*.f64 x (-.f64 #s(literal 0 binary64) x)) #s(literal 1 binary64))) (-.f64 #s(literal 1 binary64) x)) |
(*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 x x))) (-.f64 #s(literal 1 binary64) x)) |
(*.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) (+.f64 (/.f64 (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x)))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)) (-.f64 #s(literal 1 binary64) (/.f64 x y)))))) (+.f64 (/.f64 (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))) (/.f64 y x)) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)) (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)) (/.f64 x (/.f64 y (/.f64 x y))))))) |
(*.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))) (-.f64 (/.f64 x (/.f64 y (/.f64 x y))) (-.f64 #s(literal 1 binary64) (/.f64 x y))))) (-.f64 (/.f64 x (/.f64 y (/.f64 x y))) (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(*.f64 (/.f64 (/.f64 (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64))) (+.f64 (/.f64 x y) #s(literal 1 binary64))) |
(*.f64 (/.f64 (/.f64 (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) (+.f64 (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))) #s(literal -1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 x y) (+.f64 (/.f64 x y) #s(literal 1 binary64))))) |
(+.f64 x (/.f64 x (/.f64 y x))) |
(+.f64 (/.f64 x (/.f64 y x)) x) |
(-.f64 #s(literal 0 binary64) (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) x))) |
(-.f64 (/.f64 (*.f64 (/.f64 x (/.f64 y (/.f64 x y))) (*.f64 x x)) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (/.f64 (*.f64 x x) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(fma.f64 x (/.f64 x y) x) |
(fma.f64 x #s(literal 1 binary64) (/.f64 x (/.f64 y x))) |
(fma.f64 (/.f64 x y) x x) |
(fma.f64 (/.f64 x y) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x)) x) |
(fma.f64 #s(literal 1 binary64) x (/.f64 x (/.f64 y x))) |
(fma.f64 #s(literal 1 binary64) (/.f64 x (/.f64 y x)) x) |
(fma.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) (/.f64 x y)) x) |
(fma.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) y) x) |
(fma.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 x x) x) |
(fma.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 x (/.f64 #s(literal 1 binary64) x)) x) |
(fma.f64 (/.f64 x (/.f64 y x)) #s(literal 1 binary64) x) |
(fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) x) (/.f64 x (/.f64 y x))) |
(fma.f64 (*.f64 x (-.f64 #s(literal 0 binary64) x)) (/.f64 #s(literal -1 binary64) y) x) |
(fma.f64 (-.f64 #s(literal 0 binary64) (/.f64 x y)) (-.f64 #s(literal 0 binary64) x) x) |
(fma.f64 (/.f64 x #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 x y)) x) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (/.f64 x y) x) |
(fma.f64 (/.f64 x #s(literal 1 binary64)) (/.f64 x y) x) |
(neg.f64 (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) x))) |
(/.f64 x (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))) (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (*.f64 x (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x (-.f64 x (/.f64 x (/.f64 y x)))) (*.f64 (/.f64 x (/.f64 y (/.f64 x y))) (*.f64 x x))) (+.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) (*.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))))) |
(/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))))) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) |
(/.f64 (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(/.f64 (*.f64 x (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64))) (+.f64 (/.f64 x y) #s(literal -1 binary64))) |
(/.f64 (neg.f64 (*.f64 x (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)))) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 x (-.f64 x (/.f64 x (/.f64 y x)))) (*.f64 (/.f64 x (/.f64 y (/.f64 x y))) (*.f64 x x)))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 x x) (-.f64 (*.f64 (/.f64 x (/.f64 y (/.f64 x y))) (*.f64 x x)) (/.f64 (*.f64 x (*.f64 x x)) y)))) |
(/.f64 (*.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x)))))) (neg.f64 (+.f64 (*.f64 x (-.f64 x (/.f64 x (/.f64 y x)))) (*.f64 (/.f64 x (/.f64 y (/.f64 x y))) (*.f64 x x))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))))) (neg.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 (/.f64 x (/.f64 y (/.f64 x y))) (*.f64 x x))) (-.f64 x (/.f64 x (/.f64 y x)))) |
(/.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(/.f64 (*.f64 x (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 x y)))) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/.f64 (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 y (/.f64 x y))))) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/.f64 (*.f64 (+.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x))))) #s(literal 1 binary64)) (+.f64 (*.f64 x (-.f64 x (/.f64 x (/.f64 y x)))) (*.f64 (/.f64 x (/.f64 y (/.f64 x y))) (*.f64 x x)))) |
(/.f64 (*.f64 (*.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) #s(literal 1 binary64)) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))))) x) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(/.f64 (*.f64 (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 x y))) x) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 y (/.f64 x y)))) x) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))) (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (*.f64 x (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 x (-.f64 x (/.f64 x (/.f64 y x)))) (*.f64 (/.f64 x (/.f64 y (/.f64 x y))) (*.f64 x x))) (+.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) (*.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))))) #s(literal -1 binary64)) |
(*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) |
(*.f64 #s(literal 1 binary64) (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64)))) |
(*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) x) |
(*.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x y)))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) x)) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y)))) (/.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(*.f64 (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)) (*.f64 (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x y))) x)) |
(*.f64 (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)) (/.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(*.f64 #s(literal -1 binary64) (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) x))) |
(*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(*.f64 (*.f64 x (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64))) (/.f64 #s(literal -1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(*.f64 (+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x y))) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (+.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (-.f64 x (/.f64 x (/.f64 y x)))) (*.f64 (/.f64 x (/.f64 y (/.f64 x y))) (*.f64 x x))))) |
(*.f64 (*.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(*.f64 (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))))) (+.f64 (/.f64 (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x)))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)) (-.f64 #s(literal 1 binary64) (/.f64 x y)))))) (+.f64 (/.f64 (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))) (/.f64 y x)) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)) (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)) (/.f64 x (/.f64 y (/.f64 x y))))))) |
(*.f64 (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))) (-.f64 (/.f64 x (/.f64 y (/.f64 x y))) (-.f64 #s(literal 1 binary64) (/.f64 x y))))) (-.f64 (/.f64 x (/.f64 y (/.f64 x y))) (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64))) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64))) (+.f64 (/.f64 x y) #s(literal 1 binary64))) |
(*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64))) (+.f64 (/.f64 (/.f64 x y) (/.f64 (/.f64 y x) (/.f64 x y))) #s(literal -1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 x y) (+.f64 (/.f64 x y) #s(literal 1 binary64))))) |
(+.f64 x #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) x) |
(+.f64 (/.f64 (*.f64 x x) (+.f64 x #s(literal -1 binary64))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) x)) |
(-.f64 (/.f64 (*.f64 x x) (+.f64 x #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) x)) (/.f64 (*.f64 x x) (-.f64 #s(literal 1 binary64) x))) |
(-.f64 (/.f64 (/.f64 (*.f64 x x) (+.f64 x #s(literal -1 binary64))) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))) #s(literal 1 binary64))) |
(fma.f64 x #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 x (/.f64 x (+.f64 x #s(literal -1 binary64))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))) |
(fma.f64 #s(literal 1 binary64) x #s(literal 1 binary64)) |
(fma.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))) |
(fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64)) |
(fma.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 x #s(literal 1 binary64)) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))) |
(fma.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64)))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))) |
(neg.f64 (-.f64 #s(literal -1 binary64) x)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 1 binary64) (*.f64 x x)))) |
(/.f64 (+.f64 x #s(literal 1 binary64)) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal -1 binary64) x) #s(literal -1 binary64)) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) |
(/.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) (+.f64 x #s(literal -1 binary64))) |
(/.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) (neg.f64 (-.f64 #s(literal 1 binary64) x))) |
(/.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) (*.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) x))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64)) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))))) |
(/.f64 (+.f64 (*.f64 x (-.f64 #s(literal 0 binary64) x)) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) x)) |
(/.f64 (+.f64 (*.f64 x (-.f64 #s(literal 0 binary64) x)) #s(literal 1 binary64)) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) x))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (+.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) #s(literal -1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) #s(literal -1 binary64)) (*.f64 (+.f64 x #s(literal -1 binary64)) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 #s(literal 1 binary64) x)) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) x))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1 binary64)) (*.f64 (+.f64 x #s(literal -1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) (+.f64 x #s(literal -1 binary64))) (*.f64 (+.f64 x #s(literal -1 binary64)) #s(literal 1 binary64))) (*.f64 (+.f64 x #s(literal -1 binary64)) (+.f64 x #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 x (-.f64 #s(literal 0 binary64) x)) #s(literal 1 binary64))) (+.f64 x #s(literal -1 binary64))) |
(/.f64 (neg.f64 (+.f64 (*.f64 x (-.f64 #s(literal 0 binary64) x)) #s(literal 1 binary64))) (neg.f64 (-.f64 #s(literal 1 binary64) x))) |
(/.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x))) (neg.f64 (-.f64 #s(literal 1 binary64) x))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 x x) (+.f64 x #s(literal -1 binary64))) #s(literal 3 binary64)) (pow.f64 (+.f64 x #s(literal -1 binary64)) #s(literal -3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 x x) (+.f64 x #s(literal -1 binary64))) (/.f64 (*.f64 x x) (+.f64 x #s(literal -1 binary64)))) (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))) (*.f64 (/.f64 (*.f64 x x) (+.f64 x #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x x) (+.f64 x #s(literal -1 binary64))) (/.f64 (*.f64 x x) (+.f64 x #s(literal -1 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))) (+.f64 (/.f64 (*.f64 x x) (+.f64 x #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) #s(literal 1 binary64)) (+.f64 x #s(literal -1 binary64))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) (+.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (*.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))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) |
(/.f64 (*.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 x x))) |
(pow.f64 (+.f64 x #s(literal 1 binary64)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 1 binary64) (*.f64 x x))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) |
(*.f64 (+.f64 x #s(literal 1 binary64)) #s(literal 1 binary64)) |
(*.f64 (+.f64 x #s(literal 1 binary64)) (/.f64 (+.f64 x #s(literal -1 binary64)) (+.f64 x #s(literal -1 binary64)))) |
(*.f64 (+.f64 x #s(literal 1 binary64)) (*.f64 (+.f64 x #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))) #s(literal 1 binary64))) |
(*.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))) |
(*.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))) #s(literal 1 binary64))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal -1 binary64) x)) |
(*.f64 (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))))) |
(*.f64 (+.f64 (*.f64 x (-.f64 #s(literal 0 binary64) x)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 x #s(literal 1 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64))))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 #s(literal 1 binary64) (*.f64 x x))) (+.f64 x #s(literal 1 binary64))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (-.f64 #s(literal 1 binary64) x) (*.f64 (-.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 1 binary64) x))))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (-.f64 #s(literal 1 binary64) x) (-.f64 (-.f64 #s(literal 1 binary64) x) (*.f64 x x))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (+.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) x))) (+.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) x)) |
(*.f64 (/.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64))))) |
| 1× | egg-herbie |
| 15670× | accelerator-lowering-fma.f32 |
| 15670× | accelerator-lowering-fma.f64 |
| 4014× | *-lowering-*.f32 |
| 4014× | *-lowering-*.f64 |
| 3050× | --lowering--.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 112 | 1234 |
| 1 | 317 | 1196 |
| 2 | 802 | 1036 |
| 3 | 3931 | 1002 |
| 0 | 8679 | 969 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
x |
(* x (+ 1 (* x (- (/ 1 y) 1)))) |
(* x (+ 1 (* x (- (+ (* x (- 1 (/ 1 y))) (/ 1 y)) 1)))) |
(* x (+ 1 (* x (- (+ (* x (- (+ 1 (* x (- (/ 1 y) 1))) (/ 1 y))) (/ 1 y)) 1)))) |
(/ x y) |
(* x (- (+ (/ 1 x) (/ 1 y)) (/ 1 (* x y)))) |
(* x (- (+ (/ 1 x) (+ (/ 1 y) (/ 1 (* (pow x 2) y)))) (+ (/ 1 (* x y)) (/ 1 (pow x 2))))) |
(* x (- (+ (/ 1 x) (+ (/ 1 y) (+ (/ 1 (* (pow x 2) y)) (/ 1 (pow x 3))))) (+ (/ 1 (* x y)) (+ (/ 1 (* (pow x 3) y)) (/ 1 (pow x 2)))))) |
(/ x y) |
(* -1 (* x (- (/ 1 (* x y)) (+ (/ 1 x) (/ 1 y))))) |
(* -1 (* x (- (* -1 (/ (- (+ (* -1 (- (/ 1 y) 1)) (/ 1 (* x y))) (/ 1 x)) x)) (/ 1 y)))) |
(* -1 (* x (- (* -1 (/ (+ (* -1 (- (/ 1 y) 1)) (* -1 (/ (- (+ (* -1 (- (/ 1 y) 1)) (/ 1 (* x y))) (/ 1 x)) x))) x)) (/ 1 y)))) |
(/ (pow x 2) (* y (+ 1 x))) |
(/ (+ (/ (* x y) (+ 1 x)) (/ (pow x 2) (+ 1 x))) y) |
(/ (+ (/ (* x y) (+ 1 x)) (/ (pow x 2) (+ 1 x))) y) |
(/ (+ (/ (* x y) (+ 1 x)) (/ (pow x 2) (+ 1 x))) y) |
(/ x (+ 1 x)) |
(+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x)))) |
(+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x)))) |
(+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x)))) |
(/ x (+ 1 x)) |
(+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x)))) |
(+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x)))) |
(+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x)))) |
1 |
(+ 1 (/ x y)) |
(+ 1 (/ x y)) |
(+ 1 (/ x y)) |
(/ x y) |
(* x (+ (/ 1 x) (/ 1 y))) |
(* x (+ (/ 1 x) (/ 1 y))) |
(* x (+ (/ 1 x) (/ 1 y))) |
(/ x y) |
(* x (+ (/ 1 x) (/ 1 y))) |
(* x (+ (/ 1 x) (/ 1 y))) |
(* x (+ (/ 1 x) (/ 1 y))) |
(/ x y) |
(/ (+ x y) y) |
(/ (+ x y) y) |
(/ (+ x y) y) |
1 |
(+ 1 (/ x y)) |
(+ 1 (/ x y)) |
(+ 1 (/ x y)) |
1 |
(+ 1 (/ x y)) |
(+ 1 (/ x y)) |
(+ 1 (/ x y)) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
x |
(* x (+ 1 (* -1 x))) |
(* x (+ 1 (* x (- x 1)))) |
(* x (+ 1 (* x (- (* x (+ 1 (* -1 x))) 1)))) |
1 |
(- 1 (/ 1 x)) |
(- (+ 1 (/ 1 (pow x 2))) (/ 1 x)) |
(- (+ 1 (/ 1 (pow x 2))) (+ (/ 1 x) (/ 1 (pow x 3)))) |
1 |
(- 1 (/ 1 x)) |
(+ 1 (* -1 (/ (- 1 (/ 1 x)) x))) |
(+ 1 (* -1 (/ (+ 1 (* -1 (/ (- 1 (/ 1 x)) x))) x))) |
x |
(* x (+ 1 (* x (- (/ 1 y) 1)))) |
(* x (+ 1 (* x (- (+ (* x (- 1 (/ 1 y))) (/ 1 y)) 1)))) |
(* x (+ 1 (* x (- (+ (* x (- (+ 1 (* x (- (/ 1 y) 1))) (/ 1 y))) (/ 1 y)) 1)))) |
(/ x y) |
(* x (- (+ (/ 1 x) (/ 1 y)) (/ 1 (* x y)))) |
(* x (- (+ (/ 1 x) (+ (/ 1 y) (/ 1 (* (pow x 2) y)))) (+ (/ 1 (* x y)) (/ 1 (pow x 2))))) |
(* x (- (+ (/ 1 x) (+ (/ 1 y) (+ (/ 1 (* (pow x 2) y)) (/ 1 (pow x 3))))) (+ (/ 1 (* x y)) (+ (/ 1 (* (pow x 3) y)) (/ 1 (pow x 2)))))) |
(/ x y) |
(* -1 (* x (- (/ 1 (* x y)) (+ (/ 1 x) (/ 1 y))))) |
(* -1 (* x (- (* -1 (/ (- (+ (* -1 (- (/ 1 y) 1)) (/ 1 (* x y))) (/ 1 x)) x)) (/ 1 y)))) |
(* -1 (* x (- (* -1 (/ (+ (* -1 (- (/ 1 y) 1)) (* -1 (/ (- (+ (* -1 (- (/ 1 y) 1)) (/ 1 (* x y))) (/ 1 x)) x))) x)) (/ 1 y)))) |
(/ (pow x 2) (* y (+ 1 x))) |
(/ (+ (/ (* x y) (+ 1 x)) (/ (pow x 2) (+ 1 x))) y) |
(/ (+ (/ (* x y) (+ 1 x)) (/ (pow x 2) (+ 1 x))) y) |
(/ (+ (/ (* x y) (+ 1 x)) (/ (pow x 2) (+ 1 x))) y) |
(/ x (+ 1 x)) |
(+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x)))) |
(+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x)))) |
(+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x)))) |
(/ x (+ 1 x)) |
(+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x)))) |
(+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x)))) |
(+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x)))) |
x |
(* x (+ 1 (/ x y))) |
(* x (+ 1 (/ x y))) |
(* x (+ 1 (/ x y))) |
(/ (pow x 2) y) |
(* (pow x 2) (+ (/ 1 x) (/ 1 y))) |
(* (pow x 2) (+ (/ 1 x) (/ 1 y))) |
(* (pow x 2) (+ (/ 1 x) (/ 1 y))) |
(/ (pow x 2) y) |
(* (pow x 2) (+ (/ 1 x) (/ 1 y))) |
(* (pow x 2) (+ (/ 1 x) (/ 1 y))) |
(* (pow x 2) (+ (/ 1 x) (/ 1 y))) |
(/ (pow x 2) y) |
(/ (+ (* x y) (pow x 2)) y) |
(/ (+ (* x y) (pow x 2)) y) |
(/ (+ (* x y) (pow x 2)) y) |
x |
(+ x (/ (pow x 2) y)) |
(+ x (/ (pow x 2) y)) |
(+ x (/ (pow x 2) y)) |
x |
(+ x (/ (pow x 2) y)) |
(+ x (/ (pow x 2) y)) |
(+ x (/ (pow x 2) y)) |
1 |
(+ 1 x) |
(+ 1 x) |
(+ 1 x) |
x |
(* x (+ 1 (/ 1 x))) |
(* x (+ 1 (/ 1 x))) |
(* x (+ 1 (/ 1 x))) |
x |
(* x (+ 1 (/ 1 x))) |
(* x (+ 1 (/ 1 x))) |
(* x (+ 1 (/ 1 x))) |
| Outputs |
|---|
x |
(* x (+ 1 (* x (- (/ 1 y) 1)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (-.f64 (/.f64 x y) x))) |
(* x (+ 1 (* x (- (+ (* x (- 1 (/ 1 y))) (/ 1 y)) 1)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 (-.f64 #s(literal 1 binary64) x) (+.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64)))))) |
(* x (+ 1 (* x (- (+ (* x (- (+ 1 (* x (- (/ 1 y) 1))) (/ 1 y))) (/ 1 y)) 1)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 (/.f64 #s(literal 1 binary64) y) (+.f64 (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64)) (*.f64 x (+.f64 x #s(literal -1 binary64)))) #s(literal -1 binary64)))))) |
(/ x y) |
(/.f64 x y) |
(* x (- (+ (/ 1 x) (/ 1 y)) (/ 1 (* x y)))) |
(+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) y) (+.f64 x #s(literal -1 binary64)))) |
(* x (- (+ (/ 1 x) (+ (/ 1 y) (/ 1 (* (pow x 2) y)))) (+ (/ 1 (* x y)) (/ 1 (pow x 2))))) |
(+.f64 (+.f64 #s(literal 1 binary64) (/.f64 x y)) (+.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64)) x))) |
(* x (- (+ (/ 1 x) (+ (/ 1 y) (+ (/ 1 (* (pow x 2) y)) (/ 1 (pow x 3))))) (+ (/ 1 (* x y)) (+ (/ 1 (* (pow x 3) y)) (/ 1 (pow x 2)))))) |
(*.f64 x (+.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) y)) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64)) x)) x) (/.f64 (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) x) x) x)))) |
(/ x y) |
(/.f64 x y) |
(* -1 (* x (- (/ 1 (* x y)) (+ (/ 1 x) (/ 1 y))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) y) (+.f64 x #s(literal -1 binary64)))) |
(* -1 (* x (- (* -1 (/ (- (+ (* -1 (- (/ 1 y) 1)) (/ 1 (* x y))) (/ 1 x)) x)) (/ 1 y)))) |
(+.f64 (+.f64 #s(literal 1 binary64) (/.f64 x y)) (+.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64)) x))) |
(* -1 (* x (- (* -1 (/ (+ (* -1 (- (/ 1 y) 1)) (* -1 (/ (- (+ (* -1 (- (/ 1 y) 1)) (/ 1 (* x y))) (/ 1 x)) x))) x)) (/ 1 y)))) |
(*.f64 x (+.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) y)) (/.f64 (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64)) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64)) x)) x)) x))) |
(/ (pow x 2) (* y (+ 1 x))) |
(/.f64 (/.f64 x y) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x))) |
(/ (+ (/ (* x y) (+ 1 x)) (/ (pow x 2) (+ 1 x))) y) |
(/.f64 (*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (+.f64 x y)) y) |
(/ (+ (/ (* x y) (+ 1 x)) (/ (pow x 2) (+ 1 x))) y) |
(/.f64 (*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (+.f64 x y)) y) |
(/ (+ (/ (* x y) (+ 1 x)) (/ (pow x 2) (+ 1 x))) y) |
(/.f64 (*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (+.f64 x y)) y) |
(/ x (+ 1 x)) |
(/.f64 x (+.f64 x #s(literal 1 binary64))) |
(+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x)))) |
(*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x)))) |
(*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x)))) |
(*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/ x (+ 1 x)) |
(/.f64 x (+.f64 x #s(literal 1 binary64))) |
(+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x)))) |
(*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x)))) |
(*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x)))) |
(*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
1 |
#s(literal 1 binary64) |
(+ 1 (/ x y)) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(+ 1 (/ x y)) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(+ 1 (/ x y)) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(/ x y) |
(/.f64 x y) |
(* x (+ (/ 1 x) (/ 1 y))) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(* x (+ (/ 1 x) (/ 1 y))) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(* x (+ (/ 1 x) (/ 1 y))) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(/ x y) |
(/.f64 x y) |
(* x (+ (/ 1 x) (/ 1 y))) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(* x (+ (/ 1 x) (/ 1 y))) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(* x (+ (/ 1 x) (/ 1 y))) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(/ x y) |
(/.f64 x y) |
(/ (+ x y) y) |
(/.f64 (+.f64 x y) y) |
(/ (+ x y) y) |
(/.f64 (+.f64 x y) y) |
(/ (+ x y) y) |
(/.f64 (+.f64 x y) y) |
1 |
#s(literal 1 binary64) |
(+ 1 (/ x y)) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(+ 1 (/ x y)) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(+ 1 (/ x y)) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
1 |
#s(literal 1 binary64) |
(+ 1 (/ x y)) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(+ 1 (/ x y)) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(+ 1 (/ x y)) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
x |
(* x (+ 1 (* -1 x))) |
(*.f64 x (-.f64 #s(literal 1 binary64) x)) |
(* x (+ 1 (* x (- x 1)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))) |
(* x (+ 1 (* x (- (* x (+ 1 (* -1 x))) 1)))) |
(*.f64 x (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 #s(literal 1 binary64) x))) |
1 |
#s(literal 1 binary64) |
(- 1 (/ 1 x)) |
(+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) x)) |
(- (+ 1 (/ 1 (pow x 2))) (/ 1 x)) |
(+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64)) x)) |
(- (+ 1 (/ 1 (pow x 2))) (+ (/ 1 x) (/ 1 (pow x 3)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64)) x)) x)) |
1 |
#s(literal 1 binary64) |
(- 1 (/ 1 x)) |
(+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) x)) |
(+ 1 (* -1 (/ (- 1 (/ 1 x)) x))) |
(+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64)) x)) |
(+ 1 (* -1 (/ (+ 1 (* -1 (/ (- 1 (/ 1 x)) x))) x))) |
(+.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64)) x)) x)) |
x |
(* x (+ 1 (* x (- (/ 1 y) 1)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (-.f64 (/.f64 x y) x))) |
(* x (+ 1 (* x (- (+ (* x (- 1 (/ 1 y))) (/ 1 y)) 1)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 (-.f64 #s(literal 1 binary64) x) (+.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64)))))) |
(* x (+ 1 (* x (- (+ (* x (- (+ 1 (* x (- (/ 1 y) 1))) (/ 1 y))) (/ 1 y)) 1)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 (/.f64 #s(literal 1 binary64) y) (+.f64 (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64)) (*.f64 x (+.f64 x #s(literal -1 binary64)))) #s(literal -1 binary64)))))) |
(/ x y) |
(/.f64 x y) |
(* x (- (+ (/ 1 x) (/ 1 y)) (/ 1 (* x y)))) |
(+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) y) (+.f64 x #s(literal -1 binary64)))) |
(* x (- (+ (/ 1 x) (+ (/ 1 y) (/ 1 (* (pow x 2) y)))) (+ (/ 1 (* x y)) (/ 1 (pow x 2))))) |
(+.f64 (+.f64 #s(literal 1 binary64) (/.f64 x y)) (+.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64)) x))) |
(* x (- (+ (/ 1 x) (+ (/ 1 y) (+ (/ 1 (* (pow x 2) y)) (/ 1 (pow x 3))))) (+ (/ 1 (* x y)) (+ (/ 1 (* (pow x 3) y)) (/ 1 (pow x 2)))))) |
(*.f64 x (+.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) y)) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64)) x)) x) (/.f64 (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) x) x) x)))) |
(/ x y) |
(/.f64 x y) |
(* -1 (* x (- (/ 1 (* x y)) (+ (/ 1 x) (/ 1 y))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) y) (+.f64 x #s(literal -1 binary64)))) |
(* -1 (* x (- (* -1 (/ (- (+ (* -1 (- (/ 1 y) 1)) (/ 1 (* x y))) (/ 1 x)) x)) (/ 1 y)))) |
(+.f64 (+.f64 #s(literal 1 binary64) (/.f64 x y)) (+.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64)) x))) |
(* -1 (* x (- (* -1 (/ (+ (* -1 (- (/ 1 y) 1)) (* -1 (/ (- (+ (* -1 (- (/ 1 y) 1)) (/ 1 (* x y))) (/ 1 x)) x))) x)) (/ 1 y)))) |
(*.f64 x (+.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) y)) (/.f64 (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64)) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64)) x)) x)) x))) |
(/ (pow x 2) (* y (+ 1 x))) |
(/.f64 (/.f64 x y) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x))) |
(/ (+ (/ (* x y) (+ 1 x)) (/ (pow x 2) (+ 1 x))) y) |
(/.f64 (*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (+.f64 x y)) y) |
(/ (+ (/ (* x y) (+ 1 x)) (/ (pow x 2) (+ 1 x))) y) |
(/.f64 (*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (+.f64 x y)) y) |
(/ (+ (/ (* x y) (+ 1 x)) (/ (pow x 2) (+ 1 x))) y) |
(/.f64 (*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (+.f64 x y)) y) |
(/ x (+ 1 x)) |
(/.f64 x (+.f64 x #s(literal 1 binary64))) |
(+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x)))) |
(*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x)))) |
(*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x)))) |
(*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/ x (+ 1 x)) |
(/.f64 x (+.f64 x #s(literal 1 binary64))) |
(+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x)))) |
(*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x)))) |
(*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x)))) |
(*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
x |
(* x (+ 1 (/ x y))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(* x (+ 1 (/ x y))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(* x (+ 1 (/ x y))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(* (pow x 2) (+ (/ 1 x) (/ 1 y))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(* (pow x 2) (+ (/ 1 x) (/ 1 y))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(* (pow x 2) (+ (/ 1 x) (/ 1 y))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(* (pow x 2) (+ (/ 1 x) (/ 1 y))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(* (pow x 2) (+ (/ 1 x) (/ 1 y))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(* (pow x 2) (+ (/ 1 x) (/ 1 y))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (+ (* x y) (pow x 2)) y) |
(/.f64 (*.f64 x (+.f64 x y)) y) |
(/ (+ (* x y) (pow x 2)) y) |
(/.f64 (*.f64 x (+.f64 x y)) y) |
(/ (+ (* x y) (pow x 2)) y) |
(/.f64 (*.f64 x (+.f64 x y)) y) |
x |
(+ x (/ (pow x 2) y)) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(+ x (/ (pow x 2) y)) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(+ x (/ (pow x 2) y)) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
x |
(+ x (/ (pow x 2) y)) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(+ x (/ (pow x 2) y)) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(+ x (/ (pow x 2) y)) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
1 |
#s(literal 1 binary64) |
(+ 1 x) |
(+.f64 x #s(literal 1 binary64)) |
(+ 1 x) |
(+.f64 x #s(literal 1 binary64)) |
(+ 1 x) |
(+.f64 x #s(literal 1 binary64)) |
x |
(* x (+ 1 (/ 1 x))) |
(+.f64 x #s(literal 1 binary64)) |
(* x (+ 1 (/ 1 x))) |
(+.f64 x #s(literal 1 binary64)) |
(* x (+ 1 (/ 1 x))) |
(+.f64 x #s(literal 1 binary64)) |
x |
(* x (+ 1 (/ 1 x))) |
(+.f64 x #s(literal 1 binary64)) |
(* x (+ 1 (/ 1 x))) |
(+.f64 x #s(literal 1 binary64)) |
(* x (+ 1 (/ 1 x))) |
(+.f64 x #s(literal 1 binary64)) |
Compiled 24989 to 1738 computations (93% saved)
11 alts after pruning (11 fresh and 0 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1117 | 11 | 1128 |
| Fresh | 0 | 0 | 0 |
| Picked | 2 | 0 | 2 |
| Done | 0 | 0 | 0 |
| Total | 1119 | 11 | 1130 |
| Status | Accuracy | Program |
|---|---|---|
| 35.8% | (/.f64 (/.f64 (*.f64 x x) y) (+.f64 x #s(literal 1 binary64))) | |
| 52.1% | (/.f64 (/.f64 x y) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x))) | |
| 90.4% | (/.f64 (+.f64 (/.f64 x (/.f64 y x)) x) (+.f64 x #s(literal 1 binary64))) | |
| ▶ | 42.7% | (/.f64 (*.f64 x (/.f64 x y)) (+.f64 x #s(literal 1 binary64))) |
| ▶ | 50.2% | (/.f64 x (+.f64 x #s(literal 1 binary64))) |
| 40.5% | (/.f64 x y) | |
| ▶ | 99.8% | (*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 x #s(literal 1 binary64))) x) |
| 52.2% | (*.f64 (/.f64 x y) (/.f64 x (+.f64 x #s(literal 1 binary64)))) | |
| ▶ | 56.3% | (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) x) |
| 50.9% | (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) #s(literal 1 binary64)) | |
| ▶ | 39.6% | x |
Compiled 206 to 132 computations (35.9% saved)
| 1× | egg-herbie |
Found 13 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (+.f64 x #s(literal 1 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 x y) |
| ✓ | cost-diff | 0 | (*.f64 x (/.f64 x y)) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 x (/.f64 x y)) (+.f64 x #s(literal 1 binary64))) |
| ✓ | cost-diff | 0 | (/.f64 x y) |
| ✓ | cost-diff | 0 | (+.f64 (/.f64 x y) #s(literal 1 binary64)) |
| ✓ | cost-diff | 0 | (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) x) |
| ✓ | cost-diff | 0 | (+.f64 x #s(literal 1 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 x (+.f64 x #s(literal 1 binary64))) |
| ✓ | cost-diff | 0 | (/.f64 x y) |
| ✓ | cost-diff | 0 | (+.f64 (/.f64 x y) #s(literal 1 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 x #s(literal 1 binary64))) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 x #s(literal 1 binary64))) x) |
| 166× | *-lowering-*.f32 |
| 166× | *-lowering-*.f64 |
| 136× | times-frac |
| 92× | accelerator-lowering-fma.f32 |
| 92× | accelerator-lowering-fma.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 12 | 86 |
| 1 | 24 | 86 |
| 2 | 36 | 86 |
| 3 | 46 | 86 |
| 4 | 104 | 86 |
| 5 | 196 | 86 |
| 6 | 275 | 86 |
| 7 | 276 | 86 |
| 8 | 278 | 86 |
| 9 | 278 | 86 |
| 10 | 279 | 86 |
| 11 | 281 | 86 |
| 12 | 289 | 86 |
| 0 | 289 | 83 |
| 1× | iter limit |
| 1× | saturated |
| Inputs |
|---|
(* (/ (+ (/ x y) 1) (+ x 1)) x) |
(/ (+ (/ x y) 1) (+ x 1)) |
(+ (/ x y) 1) |
(/ x y) |
x |
y |
1 |
(+ x 1) |
x |
(/ x (+ x 1)) |
x |
(+ x 1) |
1 |
(* (+ (/ x y) 1) x) |
(+ (/ x y) 1) |
(/ x y) |
x |
y |
1 |
(/ (* x (/ x y)) (+ x 1)) |
(* x (/ x y)) |
x |
(/ x y) |
y |
(+ x 1) |
1 |
| Outputs |
|---|
(* (/ (+ (/ x y) 1) (+ x 1)) x) |
(*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(/ (+ (/ x y) 1) (+ x 1)) |
(/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 x #s(literal 1 binary64))) |
(+ (/ x y) 1) |
(+.f64 (/.f64 x y) #s(literal 1 binary64)) |
(/ x y) |
(/.f64 x y) |
x |
y |
1 |
#s(literal 1 binary64) |
(+ x 1) |
(+.f64 x #s(literal 1 binary64)) |
x |
(/ x (+ x 1)) |
(/.f64 x (+.f64 x #s(literal 1 binary64))) |
x |
(+ x 1) |
(+.f64 x #s(literal 1 binary64)) |
1 |
#s(literal 1 binary64) |
(* (+ (/ x y) 1) x) |
(*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) |
(+ (/ x y) 1) |
(+.f64 (/.f64 x y) #s(literal 1 binary64)) |
(/ x y) |
(/.f64 x y) |
x |
y |
1 |
#s(literal 1 binary64) |
(/ (* x (/ x y)) (+ x 1)) |
(/.f64 (*.f64 x (/.f64 x y)) (+.f64 x #s(literal 1 binary64))) |
(* x (/ x y)) |
(*.f64 x (/.f64 x y)) |
x |
(/ x y) |
(/.f64 x y) |
y |
(+ x 1) |
(+.f64 x #s(literal 1 binary64)) |
1 |
#s(literal 1 binary64) |
Found 13 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (/.f64 x y) |
| ✓ | accuracy | 100.0% | (+.f64 x #s(literal 1 binary64)) |
| ✓ | accuracy | 99.8% | (*.f64 x (/.f64 x y)) |
| ✓ | accuracy | 90.4% | (/.f64 (*.f64 x (/.f64 x y)) (+.f64 x #s(literal 1 binary64))) |
| ✓ | accuracy | 100.0% | (/.f64 x y) |
| ✓ | accuracy | 100.0% | (+.f64 (/.f64 x y) #s(literal 1 binary64)) |
| ✓ | accuracy | 99.9% | (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) x) |
| ✓ | accuracy | 100.0% | (+.f64 x #s(literal 1 binary64)) |
| ✓ | accuracy | 100.0% | (/.f64 x (+.f64 x #s(literal 1 binary64))) |
| ✓ | accuracy | 100.0% | (+.f64 (/.f64 x y) #s(literal 1 binary64)) |
| ✓ | accuracy | 100.0% | (+.f64 x #s(literal 1 binary64)) |
| ✓ | accuracy | 99.8% | (*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 x #s(literal 1 binary64))) x) |
| ✓ | accuracy | 85.9% | (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 x #s(literal 1 binary64))) |
| 76.0ms | 256× | 0 | valid |
Compiled 89 to 13 computations (85.4% saved)
ival-mult: 41.0ms (79.8% of total)ival-div: 7.0ms (13.6% of total)ival-add: 3.0ms (5.8% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| Inputs |
|---|
#<alt (* (/ (+ (/ x y) 1) (+ x 1)) x)> |
#<alt (/ (+ (/ x y) 1) (+ x 1))> |
#<alt (+ (/ x y) 1)> |
#<alt (/ x y)> |
#<alt (/ x (+ x 1))> |
#<alt (+ x 1)> |
#<alt (* (+ (/ x y) 1) x)> |
#<alt (/ (* x (/ x y)) (+ x 1))> |
#<alt (* x (/ x y))> |
| Outputs |
|---|
#<alt x> |
#<alt (* x (+ 1 (* x (- (/ 1 y) 1))))> |
#<alt (* x (+ 1 (* x (- (+ (* x (- 1 (/ 1 y))) (/ 1 y)) 1))))> |
#<alt (* x (+ 1 (* x (- (+ (* x (- (+ 1 (* x (- (/ 1 y) 1))) (/ 1 y))) (/ 1 y)) 1))))> |
#<alt (/ x y)> |
#<alt (* x (- (+ (/ 1 x) (/ 1 y)) (/ 1 (* x y))))> |
#<alt (* x (- (+ (/ 1 x) (+ (/ 1 y) (/ 1 (* (pow x 2) y)))) (+ (/ 1 (* x y)) (/ 1 (pow x 2)))))> |
#<alt (* x (- (+ (/ 1 x) (+ (/ 1 y) (+ (/ 1 (* (pow x 2) y)) (/ 1 (pow x 3))))) (+ (/ 1 (* x y)) (+ (/ 1 (* (pow x 3) y)) (/ 1 (pow x 2))))))> |
#<alt (/ x y)> |
#<alt (* -1 (* x (- (/ 1 (* x y)) (+ (/ 1 x) (/ 1 y)))))> |
#<alt (* -1 (* x (- (* -1 (/ (- (+ (* -1 (- (/ 1 y) 1)) (/ 1 (* x y))) (/ 1 x)) x)) (/ 1 y))))> |
#<alt (* -1 (* x (- (* -1 (/ (+ (* -1 (- (/ 1 y) 1)) (* -1 (/ (- (+ (* -1 (- (/ 1 y) 1)) (/ 1 (* x y))) (/ 1 x)) x))) x)) (/ 1 y))))> |
#<alt (/ (pow x 2) (* y (+ 1 x)))> |
#<alt (/ (+ (/ (* x y) (+ 1 x)) (/ (pow x 2) (+ 1 x))) y)> |
#<alt (/ (+ (/ (* x y) (+ 1 x)) (/ (pow x 2) (+ 1 x))) y)> |
#<alt (/ (+ (/ (* x y) (+ 1 x)) (/ (pow x 2) (+ 1 x))) y)> |
#<alt (/ x (+ 1 x))> |
#<alt (+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x))))> |
#<alt (+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x))))> |
#<alt (+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x))))> |
#<alt (/ x (+ 1 x))> |
#<alt (+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x))))> |
#<alt (+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x))))> |
#<alt (+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x))))> |
#<alt 1> |
#<alt (+ 1 (* x (- (/ 1 y) 1)))> |
#<alt (+ 1 (* x (- (+ (* x (- 1 (/ 1 y))) (/ 1 y)) 1)))> |
#<alt (+ 1 (* x (- (+ (* x (- (+ 1 (* x (- (/ 1 y) 1))) (/ 1 y))) (/ 1 y)) 1)))> |
#<alt (/ 1 y)> |
#<alt (- (+ (/ 1 x) (/ 1 y)) (/ 1 (* x y)))> |
#<alt (- (+ (/ 1 x) (+ (/ 1 y) (/ 1 (* (pow x 2) y)))) (+ (/ 1 (* x y)) (/ 1 (pow x 2))))> |
#<alt (- (+ (/ 1 x) (+ (/ 1 y) (+ (/ 1 (* (pow x 2) y)) (/ 1 (pow x 3))))) (+ (/ 1 (* x y)) (+ (/ 1 (* (pow x 3) y)) (/ 1 (pow x 2)))))> |
#<alt (/ 1 y)> |
#<alt (+ (* -1 (/ (- (/ 1 y) 1) x)) (/ 1 y))> |
#<alt (+ (* -1 (/ (- (+ (* -1 (/ (- (/ 1 y) 1) x)) (/ 1 y)) 1) x)) (/ 1 y))> |
#<alt (+ (* -1 (/ (- (+ (* -1 (/ (- (* -1 (/ (- (/ 1 y) 1) x)) (* -1 (- (/ 1 y) 1))) x)) (/ 1 y)) 1) x)) (/ 1 y))> |
#<alt (/ x (* y (+ 1 x)))> |
#<alt (/ (+ (/ x (+ 1 x)) (/ y (+ 1 x))) y)> |
#<alt (/ (+ (/ x (+ 1 x)) (/ y (+ 1 x))) y)> |
#<alt (/ (+ (/ x (+ 1 x)) (/ y (+ 1 x))) y)> |
#<alt (/ 1 (+ 1 x))> |
#<alt (+ (/ 1 (+ 1 x)) (/ x (* y (+ 1 x))))> |
#<alt (+ (/ 1 (+ 1 x)) (/ x (* y (+ 1 x))))> |
#<alt (+ (/ 1 (+ 1 x)) (/ x (* y (+ 1 x))))> |
#<alt (/ 1 (+ 1 x))> |
#<alt (+ (/ 1 (+ 1 x)) (/ x (* y (+ 1 x))))> |
#<alt (+ (/ 1 (+ 1 x)) (/ x (* y (+ 1 x))))> |
#<alt (+ (/ 1 (+ 1 x)) (/ x (* y (+ 1 x))))> |
#<alt 1> |
#<alt (+ 1 (/ x y))> |
#<alt (+ 1 (/ x y))> |
#<alt (+ 1 (/ x y))> |
#<alt (/ x y)> |
#<alt (* x (+ (/ 1 x) (/ 1 y)))> |
#<alt (* x (+ (/ 1 x) (/ 1 y)))> |
#<alt (* x (+ (/ 1 x) (/ 1 y)))> |
#<alt (/ x y)> |
#<alt (* x (+ (/ 1 x) (/ 1 y)))> |
#<alt (* x (+ (/ 1 x) (/ 1 y)))> |
#<alt (* x (+ (/ 1 x) (/ 1 y)))> |
#<alt (/ x y)> |
#<alt (/ (+ x y) y)> |
#<alt (/ (+ x y) y)> |
#<alt (/ (+ x y) y)> |
#<alt 1> |
#<alt (+ 1 (/ x y))> |
#<alt (+ 1 (/ x y))> |
#<alt (+ 1 (/ x y))> |
#<alt 1> |
#<alt (+ 1 (/ x y))> |
#<alt (+ 1 (/ x y))> |
#<alt (+ 1 (/ x y))> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt x> |
#<alt (* x (+ 1 (* -1 x)))> |
#<alt (* x (+ 1 (* x (- x 1))))> |
#<alt (* x (+ 1 (* x (- (* x (+ 1 (* -1 x))) 1))))> |
#<alt 1> |
#<alt (- 1 (/ 1 x))> |
#<alt (- (+ 1 (/ 1 (pow x 2))) (/ 1 x))> |
#<alt (- (+ 1 (/ 1 (pow x 2))) (+ (/ 1 x) (/ 1 (pow x 3))))> |
#<alt 1> |
#<alt (- 1 (/ 1 x))> |
#<alt (+ 1 (* -1 (/ (- 1 (/ 1 x)) x)))> |
#<alt (+ 1 (* -1 (/ (+ 1 (* -1 (/ (- 1 (/ 1 x)) x))) x)))> |
#<alt 1> |
#<alt (+ 1 x)> |
#<alt (+ 1 x)> |
#<alt (+ 1 x)> |
#<alt x> |
#<alt (* x (+ 1 (/ 1 x)))> |
#<alt (* x (+ 1 (/ 1 x)))> |
#<alt (* x (+ 1 (/ 1 x)))> |
#<alt x> |
#<alt (* x (+ 1 (/ 1 x)))> |
#<alt (* x (+ 1 (/ 1 x)))> |
#<alt (* x (+ 1 (/ 1 x)))> |
#<alt x> |
#<alt (* x (+ 1 (/ x y)))> |
#<alt (* x (+ 1 (/ x y)))> |
#<alt (* x (+ 1 (/ x y)))> |
#<alt (/ (pow x 2) y)> |
#<alt (* (pow x 2) (+ (/ 1 x) (/ 1 y)))> |
#<alt (* (pow x 2) (+ (/ 1 x) (/ 1 y)))> |
#<alt (* (pow x 2) (+ (/ 1 x) (/ 1 y)))> |
#<alt (/ (pow x 2) y)> |
#<alt (* (pow x 2) (+ (/ 1 x) (/ 1 y)))> |
#<alt (* (pow x 2) (+ (/ 1 x) (/ 1 y)))> |
#<alt (* (pow x 2) (+ (/ 1 x) (/ 1 y)))> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (+ (* x y) (pow x 2)) y)> |
#<alt (/ (+ (* x y) (pow x 2)) y)> |
#<alt (/ (+ (* x y) (pow x 2)) y)> |
#<alt x> |
#<alt (+ x (/ (pow x 2) y))> |
#<alt (+ x (/ (pow x 2) y))> |
#<alt (+ x (/ (pow x 2) y))> |
#<alt x> |
#<alt (+ x (/ (pow x 2) y))> |
#<alt (+ x (/ (pow x 2) y))> |
#<alt (+ x (/ (pow x 2) y))> |
#<alt (/ (pow x 2) y)> |
#<alt (* (pow x 2) (+ (* -1 (/ x y)) (/ 1 y)))> |
#<alt (* (pow x 2) (+ (* x (- (/ x y) (/ 1 y))) (/ 1 y)))> |
#<alt (* (pow x 2) (+ (* x (- (* x (+ (* -1 (/ x y)) (/ 1 y))) (/ 1 y))) (/ 1 y)))> |
#<alt (/ x y)> |
#<alt (* x (- (/ 1 y) (/ 1 (* x y))))> |
#<alt (* x (- (+ (/ 1 y) (/ 1 (* (pow x 2) y))) (/ 1 (* x y))))> |
#<alt (* x (- (+ (/ 1 y) (/ 1 (* (pow x 2) y))) (+ (/ 1 (* x y)) (/ 1 (* (pow x 3) y)))))> |
#<alt (/ x y)> |
#<alt (* -1 (* x (- (/ 1 (* x y)) (/ 1 y))))> |
#<alt (* -1 (* x (- (* -1 (/ (- (/ 1 (* x y)) (/ 1 y)) x)) (/ 1 y))))> |
#<alt (* -1 (* x (- (* -1 (/ (- (* -1 (/ (- (/ 1 (* x y)) (/ 1 y)) x)) (/ 1 y)) x)) (/ 1 y))))> |
#<alt (/ (pow x 2) (* y (+ 1 x)))> |
#<alt (/ (pow x 2) (* y (+ 1 x)))> |
#<alt (/ (pow x 2) (* y (+ 1 x)))> |
#<alt (/ (pow x 2) (* y (+ 1 x)))> |
#<alt (/ (pow x 2) (* y (+ 1 x)))> |
#<alt (/ (pow x 2) (* y (+ 1 x)))> |
#<alt (/ (pow x 2) (* y (+ 1 x)))> |
#<alt (/ (pow x 2) (* y (+ 1 x)))> |
#<alt (/ (pow x 2) (* y (+ 1 x)))> |
#<alt (/ (pow x 2) (* y (+ 1 x)))> |
#<alt (/ (pow x 2) (* y (+ 1 x)))> |
#<alt (/ (pow x 2) (* y (+ 1 x)))> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
48 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 1.0ms | x | @ | inf | (/ (* x (/ x y)) (+ x 1)) |
| 1.0ms | y | @ | 0 | (/ (* x (/ x y)) (+ x 1)) |
| 0.0ms | y | @ | inf | (/ (* x (/ x y)) (+ x 1)) |
| 0.0ms | x | @ | 0 | (* x (/ x y)) |
| 0.0ms | y | @ | 0 | (* x (/ x y)) |
| 1× | batch-egg-rewrite |
| 4718× | *-lowering-*.f32 |
| 4718× | *-lowering-*.f64 |
| 4466× | /-lowering-/.f32 |
| 4466× | /-lowering-/.f64 |
| 3344× | accelerator-lowering-fma.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 12 | 57 |
| 1 | 69 | 57 |
| 2 | 530 | 57 |
| 0 | 8728 | 54 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* (/ (+ (/ x y) 1) (+ x 1)) x) |
(/ (+ (/ x y) 1) (+ x 1)) |
(+ (/ x y) 1) |
(/ x y) |
(/ x (+ x 1)) |
(+ x 1) |
(* (+ (/ x y) 1) x) |
(/ (* x (/ x y)) (+ x 1)) |
(* x (/ x y)) |
| Outputs |
|---|
(+.f64 (*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x x)) (*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1 binary64) x))) |
(+.f64 (*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1 binary64) x)) (*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x x))) |
(+.f64 (*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) x) (*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) #s(literal -1 binary64))) |
(+.f64 (*.f64 (*.f64 x x) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (*.f64 (-.f64 #s(literal 1 binary64) x) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(+.f64 (*.f64 (-.f64 #s(literal 1 binary64) x) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 x x) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(+.f64 (*.f64 x (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 (*.f64 x x) #s(literal -1 binary64)))) (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 (*.f64 x x) #s(literal -1 binary64))))) |
(fma.f64 x (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 (*.f64 x x) #s(literal -1 binary64))))) |
(fma.f64 (*.f64 x x) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (-.f64 #s(literal 1 binary64) x) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(fma.f64 (-.f64 #s(literal 1 binary64) x) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(fma.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x x) (*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1 binary64) x))) |
(fma.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1 binary64) x) (*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) x (*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) #s(literal -1 binary64))) |
(neg.f64 (*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal -1 binary64) x)) x)) |
(neg.f64 (*.f64 x (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal -1 binary64) x)))) |
(neg.f64 (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 x (-.f64 #s(literal -1 binary64) x)))) |
(neg.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (-.f64 #s(literal -1 binary64) x))) |
(neg.f64 (/.f64 (*.f64 x (-.f64 #s(literal -1 binary64) (/.f64 x y))) (+.f64 x #s(literal 1 binary64)))) |
(/.f64 x (/.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 (/.f64 x y) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 x #s(literal 1 binary64)) (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal 1 binary64))) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64)))) #s(literal 1 binary64))) |
(/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) |
(/.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal 1 binary64)))) |
(/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 x #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (+.f64 x #s(literal 1 binary64)) (-.f64 #s(literal -1 binary64) (/.f64 x y)))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal 1 binary64))) (-.f64 #s(literal -1 binary64) x))) |
(/.f64 (-.f64 #s(literal -1 binary64) (/.f64 x y)) (/.f64 (-.f64 #s(literal -1 binary64) x) x)) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(/.f64 (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64)) (*.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal 1 binary64))) (/.f64 (-.f64 #s(literal -1 binary64) x) x))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64)))))) |
(/.f64 (*.f64 x (-.f64 #s(literal -1 binary64) (/.f64 x y))) (-.f64 #s(literal -1 binary64) x)) |
(/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)))) (*.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(/.f64 (*.f64 x (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64))) (*.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(/.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) |
(/.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y))) (-.f64 #s(literal 0 binary64) x)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))) (-.f64 #s(literal -1 binary64) x))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y))) #s(literal -1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))) (/.f64 (-.f64 #s(literal -1 binary64) x) x))) |
(/.f64 (*.f64 (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) x)) (*.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (-.f64 #s(literal -1 binary64) x))) |
(/.f64 (*.f64 (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64)) #s(literal -1 binary64)) (*.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal -1 binary64) x) x))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)))) x) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) (+.f64 x #s(literal 1 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)))) (-.f64 #s(literal 0 binary64) x)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) (-.f64 #s(literal -1 binary64) x))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) (/.f64 (-.f64 #s(literal -1 binary64) x) x))) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal -1 binary64) (/.f64 x y)) (+.f64 (/.f64 x y) #s(literal -1 binary64))) x) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)) (+.f64 x #s(literal 1 binary64)))) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal -1 binary64) (/.f64 x y)) (+.f64 (/.f64 x y) #s(literal -1 binary64))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal -1 binary64) (/.f64 x y)) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (-.f64 #s(literal 0 binary64) x)) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)) (-.f64 #s(literal -1 binary64) x))) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal -1 binary64) (/.f64 x y)) (+.f64 (/.f64 x y) #s(literal -1 binary64))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)) (/.f64 (-.f64 #s(literal -1 binary64) x) x))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 (*.f64 y y) x))) x) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)) (+.f64 x #s(literal 1 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 (*.f64 y y) x))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 (*.f64 y y) x))) (-.f64 #s(literal 0 binary64) x)) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)) (-.f64 #s(literal -1 binary64) x))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 (*.f64 y y) x))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)) (/.f64 (-.f64 #s(literal -1 binary64) x) x))) |
(/.f64 (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)))) #s(literal -1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))) (-.f64 #s(literal -1 binary64) x))) |
(/.f64 (*.f64 (*.f64 x (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64))) #s(literal -1 binary64)) (*.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (-.f64 #s(literal -1 binary64) x))) |
(/.f64 (*.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (-.f64 #s(literal 1 binary64) x) (*.f64 (-.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 1 binary64) x))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (-.f64 #s(literal 1 binary64) x) (-.f64 (-.f64 #s(literal 1 binary64) x) (*.f64 x x)))))) |
(/.f64 (*.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (+.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (+.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) x))) |
(/.f64 (*.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (*.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) (+.f64 x #s(literal 1 binary64)))) |
(/.f64 (*.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64))) (*.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (*.f64 x (-.f64 #s(literal -1 binary64) (/.f64 x y)))) (+.f64 x #s(literal 1 binary64))) |
(/.f64 (/.f64 x (/.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y))))) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) |
(/.f64 (/.f64 x (/.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64)))) (+.f64 (/.f64 x y) #s(literal -1 binary64))) |
(/.f64 (*.f64 x (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y))) (+.f64 x #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) |
(/.f64 (*.f64 x (/.f64 (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64)) (+.f64 x #s(literal 1 binary64)))) (+.f64 (/.f64 x y) #s(literal -1 binary64))) |
(/.f64 (*.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) #s(literal -1 binary64)) (-.f64 #s(literal -1 binary64) x)) |
(/.f64 (*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (-.f64 #s(literal 1 binary64) x) (*.f64 (-.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 1 binary64) x))))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (-.f64 #s(literal 1 binary64) x) (-.f64 (-.f64 #s(literal 1 binary64) x) (*.f64 x x))))) |
(/.f64 (*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (+.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) x))) (+.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) x)) |
(/.f64 (*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 x #s(literal 1 binary64))) |
(/.f64 (*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y))) (/.f64 x (+.f64 x #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) |
(/.f64 (*.f64 (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64)) (/.f64 x (+.f64 x #s(literal 1 binary64)))) (+.f64 (/.f64 x y) #s(literal -1 binary64))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)))) (/.f64 x (+.f64 x #s(literal 1 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal -1 binary64) (/.f64 x y)) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 x (+.f64 x #s(literal 1 binary64)))) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 (*.f64 y y) x))) (/.f64 x (+.f64 x #s(literal 1 binary64)))) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/.f64 (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y))) (+.f64 x #s(literal 1 binary64))) x) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) |
(/.f64 (*.f64 (/.f64 (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64)) (+.f64 x #s(literal 1 binary64))) x) (+.f64 (/.f64 x y) #s(literal -1 binary64))) |
(/.f64 (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) |
(/.f64 (*.f64 (*.f64 x (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) (+.f64 (/.f64 x y) #s(literal -1 binary64))) |
(/.f64 (*.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) |
(/.f64 (*.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 x #s(literal -1 binary64))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) |
(/.f64 (/.f64 (*.f64 x (-.f64 #s(literal -1 binary64) (/.f64 x y))) #s(literal -1 binary64)) (+.f64 x #s(literal 1 binary64))) |
(pow.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64)))) #s(literal -1 binary64)) |
(*.f64 x (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 x #s(literal 1 binary64)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 x #s(literal 1 binary64))) x) |
(*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) #s(literal 1 binary64)) |
(*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (+.f64 (/.f64 x y) #s(literal 1 binary64))) |
(*.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(*.f64 (-.f64 #s(literal -1 binary64) (/.f64 x y)) (/.f64 x (-.f64 #s(literal -1 binary64) x))) |
(*.f64 (-.f64 #s(literal -1 binary64) (/.f64 x y)) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) x)) x)) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) (/.f64 x (+.f64 x #s(literal 1 binary64))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64)))) |
(*.f64 (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 x (+.f64 x #s(literal 1 binary64))))) |
(*.f64 (+.f64 x #s(literal -1 binary64)) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 (*.f64 x x) #s(literal -1 binary64)))) |
(*.f64 (*.f64 x (-.f64 #s(literal -1 binary64) (/.f64 x y))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) x))) |
(*.f64 (/.f64 x (-.f64 #s(literal -1 binary64) x)) (-.f64 #s(literal -1 binary64) (/.f64 x y))) |
(*.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) |
(*.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))))) |
(*.f64 (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 x #s(literal -1 binary64)))) |
(*.f64 (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))) |
(*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))) |
(*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 x #s(literal -1 binary64))) |
(*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) |
(*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 x (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))))) |
(*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (*.f64 x (+.f64 x #s(literal -1 binary64)))) |
(*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (/.f64 x (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal -1 binary64) x))) |
(*.f64 (/.f64 x (/.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(*.f64 (/.f64 x (/.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y))))) (/.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64)))) (/.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 x y)) #s(literal -1 binary64)) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(*.f64 (/.f64 x #s(literal 1 binary64)) (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 x #s(literal 1 binary64)))) |
(*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (*.f64 x x))))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) |
(*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 (*.f64 x (-.f64 #s(literal 0 binary64) x)) #s(literal 1 binary64))) (-.f64 #s(literal 1 binary64) x)) |
(*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (-.f64 #s(literal 1 binary64) (*.f64 x x))) (-.f64 #s(literal 1 binary64) x)) |
(*.f64 (/.f64 (*.f64 x (-.f64 #s(literal -1 binary64) (/.f64 x y))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) |
(*.f64 (/.f64 (*.f64 x (-.f64 #s(literal -1 binary64) (/.f64 x y))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (-.f64 #s(literal 1 binary64) x)) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 x (*.f64 y (+.f64 x #s(literal 1 binary64))))) |
(+.f64 (/.f64 x (*.f64 y (+.f64 x #s(literal 1 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(+.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal -1 binary64))))) |
(+.f64 (*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x x)) (*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1 binary64) x))) |
(+.f64 (*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1 binary64) x)) (*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x x))) |
(+.f64 (*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal -1 binary64))) x) (*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal -1 binary64))) #s(literal -1 binary64))) |
(+.f64 (*.f64 (*.f64 x x) (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (*.f64 (-.f64 #s(literal 1 binary64) x) (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(+.f64 (*.f64 (-.f64 #s(literal 1 binary64) x) (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 x x) (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 (/.f64 x y) #s(literal 1 binary64)))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal -1 binary64) x))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) x)) (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal -1 binary64) x))) |
(-.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y x)) (*.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) y)) (+.f64 x #s(literal 1 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (+.f64 x #s(literal 1 binary64)))) |
(-.f64 (/.f64 (/.f64 x (/.f64 (*.f64 y y) x)) (*.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(fma.f64 x (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal -1 binary64))))) |
(fma.f64 x (/.f64 #s(literal 1 binary64) (*.f64 y (+.f64 x #s(literal 1 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (/.f64 x y) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 x (*.f64 y (+.f64 x #s(literal 1 binary64))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 x (*.f64 y (+.f64 x #s(literal 1 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal -1 binary64))))) |
(fma.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 x #s(literal 1 binary64))) (/.f64 x (+.f64 x #s(literal -1 binary64))) (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal -1 binary64))))) |
(fma.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 x #s(literal -1 binary64))) (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal -1 binary64))))) |
(fma.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal -1 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal -1 binary64) x) y)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (/.f64 #s(literal -1 binary64) y) (+.f64 x #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (*.f64 x x) (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (-.f64 #s(literal 1 binary64) x) (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(fma.f64 (-.f64 #s(literal 1 binary64) x) (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 x (*.f64 y (+.f64 x #s(literal 1 binary64))))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (/.f64 (/.f64 x y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 x y) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) #s(literal 1 binary64) (/.f64 x (*.f64 y (+.f64 x #s(literal 1 binary64))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 x (+.f64 x #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (+.f64 x #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (/.f64 x (*.f64 y (+.f64 x #s(literal 1 binary64))))) |
(fma.f64 (+.f64 x #s(literal -1 binary64)) (/.f64 x (*.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) y)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) x)) (/.f64 x (*.f64 y (+.f64 x #s(literal 1 binary64))))) |
(fma.f64 #s(literal -1 binary64) (/.f64 x (*.f64 (-.f64 #s(literal -1 binary64) x) y)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) y) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) x)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) x)) (/.f64 (-.f64 #s(literal 0 binary64) x) y) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (/.f64 x (*.f64 y (+.f64 x #s(literal 1 binary64))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))) #s(literal -1 binary64)) (/.f64 x (*.f64 y (+.f64 x #s(literal 1 binary64))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 (/.f64 x y) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 x #s(literal -1 binary64)) (/.f64 x (*.f64 y (+.f64 x #s(literal 1 binary64))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))) #s(literal -1 binary64)) (/.f64 x (*.f64 y (+.f64 x #s(literal 1 binary64))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (/.f64 (/.f64 x y) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (/.f64 (/.f64 x y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (/.f64 (/.f64 x y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (/.f64 x (*.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) y)) (+.f64 x #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (/.f64 x (*.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) y)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x x) (*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1 binary64) x))) |
(fma.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1 binary64) x) (*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x x))) |
(fma.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal -1 binary64))) x (*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal -1 binary64))) #s(literal -1 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 y (+.f64 x #s(literal 1 binary64)))) x (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))) (/.f64 x (*.f64 y (+.f64 x #s(literal 1 binary64))))) |
(fma.f64 (/.f64 #s(literal -1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (-.f64 #s(literal 1 binary64) x) (/.f64 x (*.f64 y (+.f64 x #s(literal 1 binary64))))) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (/.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 x (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (/.f64 x (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (/.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (/.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) y) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (-.f64 #s(literal 1 binary64) x) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (/.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (pow.f64 (+.f64 x #s(literal 1 binary64)) #s(literal -1/2 binary64)) (pow.f64 (+.f64 x #s(literal 1 binary64)) #s(literal -1/2 binary64)) (/.f64 x (*.f64 y (+.f64 x #s(literal 1 binary64))))) |
(fma.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 x (*.f64 y (+.f64 x #s(literal 1 binary64))))) |
(fma.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) #s(literal -1 binary64))) (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64)) (/.f64 x (*.f64 y (+.f64 x #s(literal 1 binary64))))) |
(fma.f64 (/.f64 (/.f64 x y) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (*.f64 x x))))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (/.f64 (/.f64 x y) (+.f64 (*.f64 x (-.f64 #s(literal 0 binary64) x)) #s(literal 1 binary64))) (-.f64 #s(literal 1 binary64) x) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (/.f64 (/.f64 x y) (-.f64 #s(literal 1 binary64) (*.f64 x x))) (-.f64 #s(literal 1 binary64) x) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) #s(literal -1 binary64))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal -1 binary64))))) |
(fma.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal -1 binary64))))) |
(fma.f64 (/.f64 (+.f64 x #s(literal -1 binary64)) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) #s(literal -1 binary64))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (/.f64 x (*.f64 y (+.f64 x #s(literal 1 binary64))))) |
(fma.f64 (/.f64 (+.f64 x #s(literal -1 binary64)) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 x (*.f64 y (+.f64 x #s(literal 1 binary64))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (*.f64 x x))))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))) (/.f64 x (*.f64 y (+.f64 x #s(literal 1 binary64))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (-.f64 #s(literal 0 binary64) x)) #s(literal 1 binary64))) (-.f64 #s(literal 1 binary64) x) (/.f64 x (*.f64 y (+.f64 x #s(literal 1 binary64))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x x))) (-.f64 #s(literal 1 binary64) x) (/.f64 x (*.f64 y (+.f64 x #s(literal 1 binary64))))) |
(neg.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal -1 binary64) x))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal -1 binary64) x)))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 (/.f64 x y) #s(literal 1 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 (/.f64 x y) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y))) (+.f64 x #s(literal 1 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64)) (+.f64 x #s(literal 1 binary64))))) |
(/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 x #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal -1 binary64) (/.f64 x y)) (-.f64 #s(literal -1 binary64) x)) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y))) (*.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y))) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) (-.f64 #s(literal -1 binary64) x))) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y))) (*.f64 (-.f64 #s(literal -1 binary64) x) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))))) |
(/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64)) (*.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(/.f64 (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)) (-.f64 #s(literal -1 binary64) x))) |
(/.f64 (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal -1 binary64) x) (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(/.f64 #s(literal -1 binary64) (/.f64 (+.f64 x #s(literal 1 binary64)) (-.f64 #s(literal -1 binary64) (/.f64 x y)))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal 1 binary64))) (-.f64 #s(literal -1 binary64) x))) |
(/.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)))) (*.f64 (+.f64 x #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)))) (*.f64 (-.f64 #s(literal -1 binary64) x) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)))) (neg.f64 (*.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))))) |
(/.f64 (*.f64 (-.f64 #s(literal -1 binary64) (/.f64 x y)) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (*.f64 (+.f64 x #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(/.f64 (*.f64 (-.f64 #s(literal -1 binary64) (/.f64 x y)) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (*.f64 (-.f64 #s(literal -1 binary64) x) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal -1 binary64) (/.f64 x y)) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (neg.f64 (*.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)) (/.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)) (*.f64 (/.f64 y x) (/.f64 (/.f64 (*.f64 y y) x) x))))) (*.f64 (*.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) (+.f64 (/.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)) (*.f64 (/.f64 y x) (/.f64 (/.f64 (*.f64 y y) x) x))) (-.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)))))) |
(/.f64 (+.f64 (/.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)) (*.f64 (/.f64 y x) (/.f64 (/.f64 (*.f64 y y) x) x))) #s(literal -1 binary64)) (*.f64 (*.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) (+.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)) #s(literal -1 binary64)))) |
(/.f64 (+.f64 (/.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)) (*.f64 (/.f64 y x) (/.f64 (/.f64 (*.f64 y y) x) x))) #s(literal -1 binary64)) (*.f64 (*.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (+.f64 (/.f64 (/.f64 x y) (*.f64 (/.f64 y x) (/.f64 (/.f64 (*.f64 y y) x) x))) (+.f64 #s(literal 1 binary64) (/.f64 x (/.f64 (*.f64 y y) x)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 (*.f64 y y) x))) (*.f64 (+.f64 x #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(/.f64 (+.f64 (/.f64 (/.f64 x y) (*.f64 (/.f64 y x) (/.f64 (/.f64 (*.f64 y y) x) x))) #s(literal -1 binary64)) (*.f64 (*.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 x (/.f64 (*.f64 y y) x))))) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y))) (+.f64 x #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) |
(/.f64 (/.f64 (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64)) (+.f64 x #s(literal 1 binary64))) (+.f64 (/.f64 x y) #s(literal -1 binary64))) |
(/.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) |
(/.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))) |
(/.f64 (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) |
(/.f64 (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 x #s(literal -1 binary64))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 (*.f64 y y) x)))) (*.f64 (+.f64 x #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y))) #s(literal -1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))) (-.f64 #s(literal -1 binary64) x))) |
(/.f64 (*.f64 (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64)) #s(literal -1 binary64)) (*.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (-.f64 #s(literal -1 binary64) x))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) (+.f64 x #s(literal 1 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))) (-.f64 #s(literal -1 binary64) x))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) (-.f64 #s(literal -1 binary64) x))) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal -1 binary64) (/.f64 x y)) (+.f64 (/.f64 x y) #s(literal -1 binary64))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)) (+.f64 x #s(literal 1 binary64)))) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal -1 binary64) (/.f64 x y)) (+.f64 (/.f64 x y) #s(literal -1 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (-.f64 #s(literal -1 binary64) x))) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal -1 binary64) (/.f64 x y)) (+.f64 (/.f64 x y) #s(literal -1 binary64))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)) (-.f64 #s(literal -1 binary64) x))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 (*.f64 y y) x))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)) (+.f64 x #s(literal 1 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 (*.f64 y y) x))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)) (-.f64 #s(literal -1 binary64) x))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y))))) (*.f64 (+.f64 x #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal -1 binary64) (/.f64 x y)) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (*.f64 (+.f64 x #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(/.f64 (*.f64 #s(literal -1 binary64) (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y))))) (*.f64 (-.f64 #s(literal -1 binary64) x) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 (-.f64 #s(literal -1 binary64) (/.f64 x y)) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (*.f64 (-.f64 #s(literal -1 binary64) x) (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 (*.f64 y y) x)))) (*.f64 (-.f64 #s(literal -1 binary64) x) (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(/.f64 (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (-.f64 #s(literal 1 binary64) x) (*.f64 (-.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 1 binary64) x))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (-.f64 #s(literal 1 binary64) x) (-.f64 (-.f64 #s(literal 1 binary64) x) (*.f64 x x)))))) |
(/.f64 (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (+.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (+.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) x))) |
(/.f64 (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (*.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) (+.f64 x #s(literal 1 binary64)))) |
(/.f64 (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64))) (*.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y))) (+.f64 x #s(literal 1 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64)) (+.f64 x #s(literal 1 binary64)))) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y))))) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64)))) (+.f64 (/.f64 x y) #s(literal -1 binary64))) |
(/.f64 (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 x y)) #s(literal -1 binary64)) (+.f64 x #s(literal 1 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal -1 binary64) (/.f64 x y)) #s(literal 1 binary64)) (-.f64 #s(literal -1 binary64) x)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) (/.f64 x y))) (-.f64 #s(literal -1 binary64) x)) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y))) (+.f64 x #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64)) (+.f64 x #s(literal 1 binary64)))) (+.f64 (/.f64 x y) #s(literal -1 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y))))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal -1 binary64) (/.f64 x y)) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 (*.f64 y y) x)))) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/.f64 (*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (-.f64 #s(literal 1 binary64) x) (*.f64 (-.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 1 binary64) x))))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (-.f64 #s(literal 1 binary64) x) (-.f64 (-.f64 #s(literal 1 binary64) x) (*.f64 x x))))) |
(/.f64 (*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (+.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) x))) (+.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) x)) |
(/.f64 (*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 x #s(literal 1 binary64))) |
(/.f64 (*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64))))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal -1 binary64) (/.f64 x y)) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 (*.f64 y y) x))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) x))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(/.f64 (*.f64 (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) x))) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) x))) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal -1 binary64) (/.f64 x y)) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) x))) (+.f64 (/.f64 x y) #s(literal -1 binary64))) |
(pow.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 (/.f64 x y) #s(literal 1 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 x #s(literal 1 binary64)))) |
(*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (*.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 x #s(literal 1 binary64))) #s(literal 1 binary64)) |
(*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 x #s(literal 1 binary64))) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(*.f64 (-.f64 #s(literal -1 binary64) (/.f64 x y)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) x))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) (+.f64 x #s(literal 1 binary64)))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (+.f64 (/.f64 x y) #s(literal 1 binary64))) |
(*.f64 (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (+.f64 x #s(literal 1 binary64)))) |
(*.f64 (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(*.f64 (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))))) |
(*.f64 (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(*.f64 (+.f64 x #s(literal -1 binary64)) (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal -1 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal -1 binary64) x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) x)) (-.f64 #s(literal -1 binary64) (/.f64 x y))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y))) (+.f64 x #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(*.f64 (/.f64 (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64)) (+.f64 x #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 x #s(literal -1 binary64)))) |
(*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))) |
(*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))))) |
(*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 x #s(literal -1 binary64))) |
(*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))) |
(*.f64 (pow.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(*.f64 (pow.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))) |
(*.f64 (/.f64 (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))))) |
(*.f64 (/.f64 (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64)) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))) |
(*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(*.f64 (pow.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 (/.f64 x y) #s(literal 1 binary64))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 (/.f64 x y) #s(literal 1 binary64))) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) (/.f64 x y))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) x))) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 (*.f64 x x) #s(literal -1 binary64)))) (+.f64 x #s(literal -1 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 x y)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) |
(*.f64 (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 x y)) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (-.f64 #s(literal 1 binary64) x)) |
(*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (*.f64 x x))))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) |
(*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 (*.f64 x (-.f64 #s(literal 0 binary64) x)) #s(literal 1 binary64))) (-.f64 #s(literal 1 binary64) x)) |
(*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 x x))) (-.f64 #s(literal 1 binary64) x)) |
(*.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y))) (+.f64 x #s(literal 1 binary64))) (+.f64 (/.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)) (*.f64 (/.f64 y x) (/.f64 (/.f64 (*.f64 y y) x) x))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)) (-.f64 #s(literal 1 binary64) (/.f64 x y)))))) (+.f64 (/.f64 (/.f64 x y) (*.f64 (/.f64 y x) (/.f64 (/.f64 (*.f64 y y) x) x))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)) (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)) (/.f64 x (/.f64 (*.f64 y y) x)))))) |
(*.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y))) (+.f64 x #s(literal 1 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))) (+.f64 (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64)) (/.f64 x y)))) (+.f64 (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64)) (/.f64 x y))) |
(*.f64 (/.f64 (/.f64 (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64)) (+.f64 x #s(literal 1 binary64))) (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64))) (+.f64 (/.f64 x y) #s(literal 1 binary64))) |
(*.f64 (/.f64 (/.f64 (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64)) (+.f64 x #s(literal 1 binary64))) (+.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)) #s(literal -1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 x y) (+.f64 (/.f64 x y) #s(literal 1 binary64))))) |
(+.f64 (/.f64 x y) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(+.f64 (/.f64 (/.f64 x (/.f64 y x)) (*.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) y)) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(-.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) x) y)) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) (/.f64 x y))) |
(-.f64 (/.f64 (/.f64 x (/.f64 y x)) (*.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) y)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x y))) (/.f64 (/.f64 x (/.f64 (*.f64 y y) x)) (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(fma.f64 x (/.f64 #s(literal 1 binary64) y) #s(literal 1 binary64)) |
(fma.f64 x (/.f64 (/.f64 x (*.f64 y y)) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(fma.f64 (/.f64 x y) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 (/.f64 x y) (/.f64 (/.f64 x y) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 x y) #s(literal 1 binary64)) |
(fma.f64 (/.f64 x (/.f64 y x)) (/.f64 (/.f64 #s(literal 1 binary64) y) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal -1 binary64) y) #s(literal 1 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal -1 binary64) y) #s(literal 1 binary64)) #s(literal 1 binary64)) |
(fma.f64 (/.f64 x (/.f64 (*.f64 y y) x)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(fma.f64 (*.f64 x x) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 y y)) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) y) x #s(literal 1 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64)) #s(literal 1 binary64)) |
(fma.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) x) y) #s(literal 1 binary64)) |
(fma.f64 (/.f64 #s(literal -1 binary64) y) (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64)) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) y) #s(literal 1 binary64)) |
(fma.f64 (pow.f64 (/.f64 y x) #s(literal -1/2 binary64)) (pow.f64 (/.f64 y x) #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(fma.f64 (/.f64 (/.f64 x (/.f64 (*.f64 y y) x)) (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64))) (+.f64 (/.f64 x y) #s(literal 1 binary64)) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(fma.f64 (/.f64 (/.f64 x (/.f64 (*.f64 y y) x)) (+.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)) #s(literal -1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 x y) (+.f64 (/.f64 x y) #s(literal 1 binary64)))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(neg.f64 (-.f64 #s(literal -1 binary64) (/.f64 x y))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal 1 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)) (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 (*.f64 y y) x))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y))) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))))) |
(/.f64 (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64)) (+.f64 (/.f64 x y) #s(literal -1 binary64))) |
(/.f64 (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64)) (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal 1 binary64))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(/.f64 (*.f64 (-.f64 #s(literal -1 binary64) (/.f64 x y)) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)) (/.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)) (*.f64 (/.f64 y x) (/.f64 (/.f64 (*.f64 y y) x) x))))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))) (+.f64 (/.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)) (*.f64 (/.f64 y x) (/.f64 (/.f64 (*.f64 y y) x) x))) (-.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)))))) |
(/.f64 (+.f64 (/.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)) (*.f64 (/.f64 y x) (/.f64 (/.f64 (*.f64 y y) x) x))) #s(literal -1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))) (+.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)) #s(literal -1 binary64)))) |
(/.f64 (+.f64 (/.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)) (*.f64 (/.f64 y x) (/.f64 (/.f64 (*.f64 y y) x) x))) #s(literal -1 binary64)) (*.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (+.f64 (/.f64 (/.f64 x y) (*.f64 (/.f64 y x) (/.f64 (/.f64 (*.f64 y y) x) x))) (+.f64 #s(literal 1 binary64) (/.f64 x (/.f64 (*.f64 y y) x)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 (*.f64 y y) x))) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/.f64 (+.f64 (/.f64 (/.f64 x y) (*.f64 (/.f64 y x) (/.f64 (/.f64 (*.f64 y y) x) x))) #s(literal -1 binary64)) (*.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 x (/.f64 (*.f64 y y) x))))) |
(/.f64 (-.f64 (*.f64 (/.f64 x (/.f64 (*.f64 y y) x)) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (*.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) #s(literal 1 binary64))) (*.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)) (/.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)) (*.f64 (/.f64 y x) (/.f64 (/.f64 (*.f64 y y) x) x))))) #s(literal 1 binary64)) (*.f64 (+.f64 (/.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)) (*.f64 (/.f64 y x) (/.f64 (/.f64 (*.f64 y y) x) x))) (-.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)))) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal -1 binary64) (/.f64 x y)) (+.f64 (/.f64 x y) #s(literal -1 binary64))) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 (*.f64 y y) x))) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/.f64 (*.f64 (+.f64 (/.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)) (*.f64 (/.f64 y x) (/.f64 (/.f64 (*.f64 y y) x) x))) #s(literal -1 binary64)) #s(literal 1 binary64)) (*.f64 (+.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)) #s(literal -1 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(/.f64 (*.f64 (+.f64 (/.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)) (*.f64 (/.f64 y x) (/.f64 (/.f64 (*.f64 y y) x) x))) #s(literal -1 binary64)) #s(literal 1 binary64)) (*.f64 (+.f64 (/.f64 (/.f64 x y) (*.f64 (/.f64 y x) (/.f64 (/.f64 (*.f64 y y) x) x))) (+.f64 #s(literal 1 binary64) (/.f64 x (/.f64 (*.f64 y y) x)))) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (+.f64 (/.f64 (/.f64 x y) (*.f64 (/.f64 y x) (/.f64 (/.f64 (*.f64 y y) x) x))) #s(literal -1 binary64)) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 x (/.f64 (*.f64 y y) x))) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y))))) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal -1 binary64) (/.f64 x y)) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (+.f64 (/.f64 x y) #s(literal -1 binary64))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal -1 binary64) (/.f64 x y)) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 (*.f64 y y) x)))) (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (/.f64 x (/.f64 y x)) (*.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) y)) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (/.f64 x (/.f64 y x)) (*.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) y)) (/.f64 (/.f64 x (/.f64 y x)) (*.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) y))) (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (*.f64 (/.f64 (/.f64 x (/.f64 y x)) (*.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) y)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 x (/.f64 y x)) (*.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) y)) (/.f64 (/.f64 x (/.f64 y x)) (*.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) y))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) (+.f64 (/.f64 (/.f64 x (/.f64 y x)) (*.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) y)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)) (/.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)) (*.f64 (/.f64 y x) (/.f64 (/.f64 (*.f64 y y) x) x))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) (+.f64 (/.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)) (*.f64 (/.f64 y x) (/.f64 (/.f64 (*.f64 y y) x) x))) (-.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y))))) |
(/.f64 (*.f64 (+.f64 (/.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)) (*.f64 (/.f64 y x) (/.f64 (/.f64 (*.f64 y y) x) x))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) (+.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)) #s(literal -1 binary64))) |
(/.f64 (*.f64 (+.f64 (/.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)) (*.f64 (/.f64 y x) (/.f64 (/.f64 (*.f64 y y) x) x))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (+.f64 (/.f64 (/.f64 x y) (*.f64 (/.f64 y x) (/.f64 (/.f64 (*.f64 y y) x) x))) (+.f64 #s(literal 1 binary64) (/.f64 x (/.f64 (*.f64 y y) x))))) |
(/.f64 (*.f64 (+.f64 (/.f64 (/.f64 x y) (*.f64 (/.f64 y x) (/.f64 (/.f64 (*.f64 y y) x) x))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (+.f64 #s(literal 1 binary64) (/.f64 x (/.f64 (*.f64 y y) x)))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal 1 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal 1 binary64))) |
(*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) #s(literal 1 binary64)) |
(*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (*.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) #s(literal 1 binary64))) |
(*.f64 (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(*.f64 (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))) #s(literal 1 binary64))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal -1 binary64) (/.f64 x y))) |
(*.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))))) |
(*.f64 (*.f64 (-.f64 #s(literal -1 binary64) (/.f64 x y)) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) (+.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)))) |
(*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 (*.f64 y y) x))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(*.f64 (/.f64 (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64)) (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64))) (+.f64 (/.f64 x y) #s(literal 1 binary64))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y))) (+.f64 (/.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)) (*.f64 (/.f64 y x) (/.f64 (/.f64 (*.f64 y y) x) x))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)) (-.f64 #s(literal 1 binary64) (/.f64 x y)))))) (+.f64 (/.f64 (/.f64 x y) (*.f64 (/.f64 y x) (/.f64 (/.f64 (*.f64 y y) x) x))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)) (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)) (/.f64 x (/.f64 (*.f64 y y) x)))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))) (+.f64 (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64)) (/.f64 x y)))) (+.f64 (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64)) (/.f64 x y))) |
(*.f64 (/.f64 (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64)) (+.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)) #s(literal -1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 x y) (+.f64 (/.f64 x y) #s(literal 1 binary64))))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 (*.f64 y y) x))) (-.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 x y) (+.f64 (/.f64 x y) #s(literal 1 binary64))))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 (*.f64 y y) x))) (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 (*.f64 y y) x)))) (+.f64 (/.f64 x y) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 y x)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal 0 binary64) x) y)) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) y)) (/.f64 (-.f64 #s(literal 0 binary64) x) y)) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) y)) |
(/.f64 x y) |
(/.f64 #s(literal 1 binary64) (/.f64 y x)) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y x))) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) y) |
(pow.f64 (/.f64 y x) #s(literal -1 binary64)) |
(*.f64 x (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (/.f64 x y) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 x y)) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal -1 binary64) y) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) x) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) x) y)) |
(*.f64 (/.f64 #s(literal -1 binary64) y) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (pow.f64 (/.f64 y x) #s(literal -1/2 binary64)) (pow.f64 (/.f64 y x) #s(literal -1/2 binary64))) |
(+.f64 (*.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x x)) (*.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1 binary64) x))) |
(+.f64 (*.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1 binary64) x)) (*.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x x))) |
(+.f64 (*.f64 (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) x) (*.f64 (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) #s(literal -1 binary64))) |
(+.f64 (*.f64 (*.f64 x x) (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (*.f64 (-.f64 #s(literal 1 binary64) x) (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(+.f64 (*.f64 (-.f64 #s(literal 1 binary64) x) (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 x x) (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(+.f64 (*.f64 x (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64)))) (*.f64 #s(literal -1 binary64) (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 x (-.f64 #s(literal -1 binary64) x))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) x)) (/.f64 x (-.f64 #s(literal -1 binary64) x))) |
(fma.f64 x (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) (*.f64 #s(literal -1 binary64) (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))))) |
(fma.f64 (*.f64 x x) (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (-.f64 #s(literal 1 binary64) x) (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(fma.f64 (-.f64 #s(literal 1 binary64) x) (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(fma.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x x) (*.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1 binary64) x))) |
(fma.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1 binary64) x) (*.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x x))) |
(fma.f64 (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) x (*.f64 (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 x (-.f64 #s(literal -1 binary64) x))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(/.f64 x (+.f64 x #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal -1 binary64) x)) |
(/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) x) x)) |
(/.f64 (*.f64 x (+.f64 x #s(literal -1 binary64))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) |
(/.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) |
(/.f64 (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))) |
(/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) |
(/.f64 (*.f64 x (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (-.f64 #s(literal 1 binary64) x) (*.f64 (-.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 1 binary64) x))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (-.f64 #s(literal 1 binary64) x) (-.f64 (-.f64 #s(literal 1 binary64) x) (*.f64 x x)))))) |
(/.f64 (*.f64 x (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (+.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (+.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) x))) |
(/.f64 (*.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) (*.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) (+.f64 x #s(literal 1 binary64)))) |
(/.f64 (*.f64 x (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64))) (*.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64)))))) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (+.f64 x #s(literal 1 binary64))) |
(/.f64 (*.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (-.f64 #s(literal 1 binary64) x) (*.f64 (-.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 1 binary64) x))))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (-.f64 #s(literal 1 binary64) x) (-.f64 (-.f64 #s(literal 1 binary64) x) (*.f64 x x))))) |
(/.f64 (*.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (+.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) x))) (+.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) x)) |
(/.f64 (*.f64 (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 x #s(literal 1 binary64))) |
(/.f64 (*.f64 (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64))))) |
(pow.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x) #s(literal -1 binary64)) |
(*.f64 x (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(*.f64 #s(literal 1 binary64) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) x))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) x) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64))) |
(*.f64 (+.f64 x #s(literal -1 binary64)) (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 x (-.f64 #s(literal -1 binary64) x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) x)) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))) |
(*.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))))) |
(*.f64 (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 x #s(literal -1 binary64))) |
(*.f64 (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 x (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (*.f64 x (+.f64 x #s(literal -1 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (/.f64 x (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (-.f64 #s(literal 1 binary64) x)) |
(*.f64 (/.f64 x #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(*.f64 (pow.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 x (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (*.f64 x x))))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) |
(*.f64 (/.f64 x (+.f64 (*.f64 x (-.f64 #s(literal 0 binary64) x)) #s(literal 1 binary64))) (-.f64 #s(literal 1 binary64) x)) |
(*.f64 (/.f64 x (-.f64 #s(literal 1 binary64) (*.f64 x x))) (-.f64 #s(literal 1 binary64) x)) |
(+.f64 x #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) x) |
(+.f64 (/.f64 (*.f64 x x) (+.f64 x #s(literal -1 binary64))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) x)) |
(-.f64 (/.f64 (*.f64 x x) (+.f64 x #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 x x) (+.f64 x #s(literal -1 binary64))) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))) #s(literal 1 binary64))) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) x)) (/.f64 (*.f64 x x) (-.f64 #s(literal 1 binary64) x))) |
(fma.f64 x #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 x (/.f64 x (+.f64 x #s(literal -1 binary64))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))) |
(fma.f64 #s(literal 1 binary64) x #s(literal 1 binary64)) |
(fma.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))) |
(fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64)) |
(fma.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 x #s(literal 1 binary64)) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))) |
(fma.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64)))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))) |
(neg.f64 (-.f64 #s(literal -1 binary64) x)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 1 binary64) (*.f64 x x)))) |
(/.f64 (+.f64 x #s(literal 1 binary64)) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal -1 binary64) x) #s(literal -1 binary64)) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) |
(/.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) (+.f64 x #s(literal -1 binary64))) |
(/.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) (neg.f64 (-.f64 #s(literal 1 binary64) x))) |
(/.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) (*.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) x))) |
(/.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (*.f64 x x)))) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))))) |
(/.f64 (+.f64 (*.f64 x (-.f64 #s(literal 0 binary64) x)) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) x)) |
(/.f64 (+.f64 (*.f64 x (-.f64 #s(literal 0 binary64) x)) #s(literal 1 binary64)) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) x))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) #s(literal -1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) #s(literal -1 binary64)) (*.f64 (+.f64 x #s(literal -1 binary64)) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 #s(literal 1 binary64) x)) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) x))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1 binary64)) (*.f64 (+.f64 x #s(literal -1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) (+.f64 x #s(literal -1 binary64))) (*.f64 (+.f64 x #s(literal -1 binary64)) #s(literal 1 binary64))) (*.f64 (+.f64 x #s(literal -1 binary64)) (+.f64 x #s(literal -1 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) #s(literal 1 binary64)) (+.f64 x #s(literal -1 binary64))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) #s(literal -1 binary64)) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) #s(literal -1 binary64)) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (+.f64 x #s(literal -1 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1 binary64)) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 x #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x))) (neg.f64 (-.f64 #s(literal 1 binary64) x))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (*.f64 x x))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (*.f64 x x))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 x (-.f64 #s(literal 0 binary64) x)) #s(literal 1 binary64))) (+.f64 x #s(literal -1 binary64))) |
(/.f64 (neg.f64 (+.f64 (*.f64 x (-.f64 #s(literal 0 binary64) x)) #s(literal 1 binary64))) (neg.f64 (-.f64 #s(literal 1 binary64) x))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 x x) (+.f64 x #s(literal -1 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 x x) (+.f64 x #s(literal -1 binary64))) (/.f64 (*.f64 x x) (+.f64 x #s(literal -1 binary64)))) (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))) (*.f64 (/.f64 (*.f64 x x) (+.f64 x #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x x) (+.f64 x #s(literal -1 binary64))) (/.f64 (*.f64 x x) (+.f64 x #s(literal -1 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))) (+.f64 (/.f64 (*.f64 x x) (+.f64 x #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) |
(/.f64 (*.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 x x))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) |
(*.f64 (+.f64 x #s(literal 1 binary64)) #s(literal 1 binary64)) |
(*.f64 (+.f64 x #s(literal 1 binary64)) (/.f64 (+.f64 x #s(literal -1 binary64)) (+.f64 x #s(literal -1 binary64)))) |
(*.f64 (+.f64 x #s(literal 1 binary64)) (*.f64 (+.f64 x #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))) #s(literal 1 binary64))) |
(*.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))) |
(*.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))) #s(literal 1 binary64))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal -1 binary64) x)) |
(*.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))))) |
(*.f64 (+.f64 (*.f64 x (-.f64 #s(literal 0 binary64) x)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 x #s(literal 1 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 #s(literal 1 binary64) (*.f64 x x))) (+.f64 x #s(literal 1 binary64))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (-.f64 #s(literal 1 binary64) x) (*.f64 (-.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 1 binary64) x))))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (-.f64 #s(literal 1 binary64) x) (-.f64 (-.f64 #s(literal 1 binary64) x) (*.f64 x x))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (+.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) x))) (+.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) x)) |
(*.f64 (/.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64))))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64))))) |
(+.f64 x (/.f64 x (/.f64 y x))) |
(+.f64 (/.f64 x (/.f64 y x)) x) |
(fma.f64 x (/.f64 x y) x) |
(fma.f64 x #s(literal 1 binary64) (/.f64 x (/.f64 y x))) |
(fma.f64 (/.f64 x y) x x) |
(fma.f64 (/.f64 x y) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x)) x) |
(fma.f64 #s(literal 1 binary64) x (/.f64 x (/.f64 y x))) |
(fma.f64 #s(literal 1 binary64) (/.f64 x (/.f64 y x)) x) |
(fma.f64 (/.f64 x (/.f64 y x)) #s(literal 1 binary64) x) |
(fma.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (-.f64 #s(literal 0 binary64) x) y) x) |
(fma.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) y) x) |
(fma.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 x x) x) |
(fma.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 x (/.f64 #s(literal 1 binary64) x)) x) |
(fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) x) (/.f64 x (/.f64 y x))) |
(fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 y x))) x) |
(fma.f64 (*.f64 x (-.f64 #s(literal 0 binary64) x)) (/.f64 #s(literal -1 binary64) y) x) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) y) (-.f64 #s(literal 0 binary64) x) x) |
(fma.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) x) y) x) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (/.f64 x y) x) |
(fma.f64 (/.f64 x #s(literal 1 binary64)) (/.f64 x y) x) |
(/.f64 x (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))) (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (*.f64 x (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64))))) |
(/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)))) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) |
(/.f64 (*.f64 x (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64))) (+.f64 (/.f64 x y) #s(literal -1 binary64))) |
(/.f64 (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 (*.f64 y y) x)))) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)))) x) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(/.f64 (*.f64 (*.f64 (-.f64 #s(literal -1 binary64) (/.f64 x y)) (+.f64 (/.f64 x y) #s(literal -1 binary64))) x) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 (*.f64 y y) x))) x) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/.f64 (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y))))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(/.f64 (neg.f64 (*.f64 x (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64)))) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (/.f64 x (/.f64 y x)) #s(literal 3 binary64))) (+.f64 (*.f64 x x) (-.f64 (*.f64 (/.f64 x (/.f64 y x)) (/.f64 x (/.f64 y x))) (*.f64 x (/.f64 x (/.f64 y x)))))) |
(/.f64 (+.f64 (pow.f64 (/.f64 x (/.f64 y x)) #s(literal 3 binary64)) (*.f64 x (*.f64 x x))) (+.f64 (*.f64 (/.f64 x (/.f64 y x)) (/.f64 x (/.f64 y x))) (-.f64 (*.f64 x x) (*.f64 (/.f64 x (/.f64 y x)) x)))) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 (/.f64 x (/.f64 y x)) (/.f64 x (/.f64 y x)))) (-.f64 x (/.f64 x (/.f64 y x)))) |
(/.f64 (-.f64 (*.f64 (/.f64 x (/.f64 y x)) (/.f64 x (/.f64 y x))) (*.f64 x x)) (-.f64 (/.f64 x (/.f64 y x)) x)) |
(/.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y))))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(/.f64 (*.f64 x (*.f64 (-.f64 #s(literal -1 binary64) (/.f64 x y)) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) |
(*.f64 #s(literal 1 binary64) (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64)))) |
(*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) x) |
(*.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) #s(literal 1 binary64)) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y))) (/.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) x)) |
(*.f64 (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64)) (/.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(*.f64 (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))) x)) |
(*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(*.f64 (*.f64 x (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(*.f64 (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)))) (+.f64 (/.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)) (*.f64 (/.f64 y x) (/.f64 (/.f64 (*.f64 y y) x) x))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)) (-.f64 #s(literal 1 binary64) (/.f64 x y)))))) (+.f64 (/.f64 (/.f64 x y) (*.f64 (/.f64 y x) (/.f64 (/.f64 (*.f64 y y) x) x))) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)) (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)) (/.f64 x (/.f64 (*.f64 y y) x)))))) |
(*.f64 (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))) (+.f64 (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64)) (/.f64 x y)))) (+.f64 (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64)) (/.f64 x y))) |
(*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64))) (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64))) (+.f64 (/.f64 x y) #s(literal 1 binary64))) |
(*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 x (/.f64 (*.f64 y y) x)) #s(literal -1 binary64))) (+.f64 (/.f64 x (*.f64 (/.f64 (/.f64 (*.f64 y y) x) x) y)) #s(literal -1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 x y) (+.f64 (/.f64 x y) #s(literal 1 binary64))))) |
(+.f64 (*.f64 (/.f64 x (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (/.f64 y x))) (*.f64 x x)) (*.f64 (/.f64 x (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (/.f64 y x))) (-.f64 #s(literal 1 binary64) x))) |
(+.f64 (*.f64 (/.f64 x (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (/.f64 y x))) (-.f64 #s(literal 1 binary64) x)) (*.f64 (/.f64 x (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (/.f64 y x))) (*.f64 x x))) |
(+.f64 (*.f64 (/.f64 (/.f64 x (/.f64 y x)) (+.f64 (*.f64 x x) #s(literal -1 binary64))) x) (*.f64 (/.f64 (/.f64 x (/.f64 y x)) (+.f64 (*.f64 x x) #s(literal -1 binary64))) #s(literal -1 binary64))) |
(+.f64 (*.f64 (*.f64 x x) (/.f64 x (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (/.f64 y x)))) (*.f64 (-.f64 #s(literal 1 binary64) x) (/.f64 x (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (/.f64 y x))))) |
(+.f64 (*.f64 (-.f64 #s(literal 1 binary64) x) (/.f64 x (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (/.f64 y x)))) (*.f64 (*.f64 x x) (/.f64 x (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (/.f64 y x))))) |
(+.f64 (*.f64 x (/.f64 (/.f64 x (/.f64 y x)) (+.f64 (*.f64 x x) #s(literal -1 binary64)))) (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (+.f64 (*.f64 x x) #s(literal -1 binary64))))) |
(exp.f64 (*.f64 (log.f64 (*.f64 y (/.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x) x))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (/.f64 x (/.f64 y x)) (-.f64 #s(literal -1 binary64) x))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) x)) (/.f64 (/.f64 x (/.f64 y x)) (-.f64 #s(literal -1 binary64) x))) |
(fma.f64 x (/.f64 (/.f64 x (/.f64 y x)) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (+.f64 (*.f64 x x) #s(literal -1 binary64))))) |
(fma.f64 (*.f64 x x) (/.f64 x (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (/.f64 y x))) (*.f64 (-.f64 #s(literal 1 binary64) x) (/.f64 x (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (/.f64 y x))))) |
(fma.f64 (-.f64 #s(literal 1 binary64) x) (/.f64 x (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (/.f64 y x))) (*.f64 (*.f64 x x) (/.f64 x (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (/.f64 y x))))) |
(fma.f64 (/.f64 x (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (/.f64 y x))) (*.f64 x x) (*.f64 (/.f64 x (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (/.f64 y x))) (-.f64 #s(literal 1 binary64) x))) |
(fma.f64 (/.f64 x (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (/.f64 y x))) (-.f64 #s(literal 1 binary64) x) (*.f64 (/.f64 x (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (/.f64 y x))) (*.f64 x x))) |
(fma.f64 (/.f64 (/.f64 x (/.f64 y x)) (+.f64 (*.f64 x x) #s(literal -1 binary64))) x (*.f64 (/.f64 (/.f64 x (/.f64 y x)) (+.f64 (*.f64 x x) #s(literal -1 binary64))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (/.f64 x (/.f64 y x)) (-.f64 #s(literal -1 binary64) x))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (-.f64 #s(literal -1 binary64) x)))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (*.f64 y (/.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x) x)))) |
(/.f64 x (*.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x) y)) |
(/.f64 x (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 y x)) (-.f64 #s(literal -1 binary64) x))) |
(/.f64 x (*.f64 y (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(/.f64 (/.f64 x y) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) |
(/.f64 #s(literal 1 binary64) (*.f64 y (/.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x) x))) |
(/.f64 #s(literal 1 binary64) (/.f64 y (/.f64 (*.f64 x x) (+.f64 x #s(literal 1 binary64))))) |
(/.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (/.f64 y x)) |
(/.f64 (/.f64 x (/.f64 y x)) (+.f64 x #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 y x) (-.f64 #s(literal -1 binary64) x))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 y x)) (+.f64 x #s(literal 1 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 y (/.f64 (-.f64 #s(literal -1 binary64) x) x))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (-.f64 #s(literal -1 binary64) x) (/.f64 y x))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 y x))) (-.f64 #s(literal -1 binary64) x)) |
(/.f64 (*.f64 x x) (*.f64 y (+.f64 x #s(literal 1 binary64)))) |
(/.f64 (*.f64 x x) (*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal -1 binary64) x))) |
(/.f64 (*.f64 x x) (*.f64 (-.f64 #s(literal -1 binary64) x) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 y (*.f64 x x))) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) x) (/.f64 x (/.f64 y x)))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 y x) (/.f64 (-.f64 #s(literal -1 binary64) x) x))) |
(/.f64 #s(literal -1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 y x)) (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 y (*.f64 x x)) (-.f64 #s(literal -1 binary64) x))) |
(/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) x)) (*.f64 (-.f64 #s(literal -1 binary64) x) y)) |
(/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) x)) (*.f64 y (-.f64 #s(literal -1 binary64) x))) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) y) (/.f64 (-.f64 #s(literal -1 binary64) x) x)) |
(/.f64 (/.f64 x (-.f64 #s(literal -1 binary64) x)) (-.f64 #s(literal 0 binary64) (/.f64 y x))) |
(/.f64 (/.f64 (*.f64 x x) (+.f64 x #s(literal 1 binary64))) y) |
(/.f64 (/.f64 x (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (/.f64 y x))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) |
(/.f64 (/.f64 (/.f64 x (/.f64 y x)) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))) |
(/.f64 (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))) (/.f64 y x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) |
(/.f64 (/.f64 (*.f64 x (+.f64 x #s(literal -1 binary64))) (/.f64 y x)) (+.f64 (*.f64 x x) #s(literal -1 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (-.f64 #s(literal -1 binary64) x) x))) |
(/.f64 (*.f64 (*.f64 x x) #s(literal -1 binary64)) (*.f64 y (-.f64 #s(literal -1 binary64) x))) |
(/.f64 (*.f64 (*.f64 x (-.f64 #s(literal 0 binary64) x)) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal -1 binary64) x))) |
(/.f64 (*.f64 (/.f64 x (/.f64 y x)) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (-.f64 #s(literal 1 binary64) x) (*.f64 (-.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 1 binary64) x))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (-.f64 #s(literal 1 binary64) x) (-.f64 (-.f64 #s(literal 1 binary64) x) (*.f64 x x)))))) |
(/.f64 (*.f64 (/.f64 x (/.f64 y x)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (+.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (+.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) x))) |
(/.f64 (*.f64 (/.f64 x (/.f64 y x)) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (*.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) (+.f64 x #s(literal 1 binary64)))) |
(/.f64 (*.f64 (/.f64 x (/.f64 y x)) (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64))) (*.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (/.f64 (*.f64 x x) (+.f64 x #s(literal 1 binary64)))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x x) (+.f64 x #s(literal 1 binary64)))) y) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (*.f64 x (-.f64 #s(literal 0 binary64) x))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 (/.f64 x (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (/.f64 y x))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (-.f64 #s(literal 1 binary64) x) (*.f64 (-.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 1 binary64) x))))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (-.f64 #s(literal 1 binary64) x) (-.f64 (-.f64 #s(literal 1 binary64) x) (*.f64 x x))))) |
(/.f64 (*.f64 (/.f64 x (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (/.f64 y x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (+.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) x))) (+.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) x)) |
(/.f64 (*.f64 (/.f64 (/.f64 x (/.f64 y x)) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 x #s(literal 1 binary64))) |
(/.f64 (*.f64 (/.f64 (/.f64 x (/.f64 y x)) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 x (+.f64 x #s(literal 1 binary64)))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 (*.f64 x (-.f64 #s(literal 0 binary64) x)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) x))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 (*.f64 x (-.f64 #s(literal 0 binary64) x)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) x))) y) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 y x))) #s(literal -1 binary64)) (+.f64 x #s(literal 1 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x) x)) y) |
(pow.f64 (*.f64 y (/.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x) x)) #s(literal -1 binary64)) |
(*.f64 x (/.f64 x (*.f64 y (+.f64 x #s(literal 1 binary64))))) |
(*.f64 (/.f64 x y) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(*.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x) y))) |
(*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (/.f64 x y)) |
(*.f64 (/.f64 x (/.f64 y x)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(*.f64 (/.f64 x (*.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x) y)) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (/.f64 x y) (-.f64 #s(literal -1 binary64) x))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 x (+.f64 x #s(literal 1 binary64))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 x y) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) x)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 y x))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) x))) |
(*.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) (*.f64 y (+.f64 x #s(literal 1 binary64))))) |
(*.f64 (*.f64 x x) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) y)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (/.f64 x (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (/.f64 y x)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 x (/.f64 y x))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 x x) (+.f64 x #s(literal 1 binary64)))) |
(*.f64 (+.f64 x #s(literal -1 binary64)) (/.f64 (/.f64 x (/.f64 y x)) (+.f64 (*.f64 x x) #s(literal -1 binary64)))) |
(*.f64 (/.f64 x (*.f64 y (+.f64 x #s(literal 1 binary64)))) x) |
(*.f64 #s(literal -1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (-.f64 #s(literal -1 binary64) x))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) y) (/.f64 x (-.f64 #s(literal -1 binary64) x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) x)) (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 y x)))) |
(*.f64 (/.f64 (*.f64 x x) (+.f64 x #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (/.f64 x (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (/.f64 y x))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))) |
(*.f64 (/.f64 x (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (/.f64 y x))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))))) |
(*.f64 (/.f64 (/.f64 x (/.f64 y x)) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 x #s(literal -1 binary64))) |
(*.f64 (/.f64 (/.f64 x (/.f64 y x)) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))) |
(*.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 (/.f64 x y) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))))) |
(*.f64 (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) (/.f64 (/.f64 x y) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))) (/.f64 y x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (/.f64 (*.f64 x (+.f64 x #s(literal -1 binary64))) (/.f64 y x))) |
(*.f64 (/.f64 (/.f64 x y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) |
(*.f64 (/.f64 (/.f64 x y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 x (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))))) |
(*.f64 (/.f64 x (*.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) y)) (*.f64 x (+.f64 x #s(literal -1 binary64)))) |
(*.f64 (/.f64 x (*.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) y)) (/.f64 x (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))) |
(*.f64 (pow.f64 (/.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x) x) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) y) (+.f64 x #s(literal 1 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (/.f64 x (*.f64 y (+.f64 x #s(literal 1 binary64))))) |
(*.f64 (/.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 x (-.f64 #s(literal -1 binary64) x))) |
(*.f64 (/.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) y) #s(literal -1 binary64)) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(*.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))))) |
(*.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))) |
(*.f64 (/.f64 (/.f64 x (/.f64 y x)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(*.f64 (pow.f64 (*.f64 y (/.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x) x)) #s(literal -1/2 binary64)) (pow.f64 (*.f64 y (/.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x) x)) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (/.f64 y x)))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (+.f64 (*.f64 x x) #s(literal -1 binary64)))) (+.f64 x #s(literal -1 binary64))) |
(*.f64 (*.f64 (/.f64 x (*.f64 y (+.f64 x #s(literal 1 binary64)))) #s(literal 1 binary64)) x) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 y x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 y x))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (-.f64 #s(literal 1 binary64) x)) |
(*.f64 (/.f64 (/.f64 x (/.f64 y x)) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (*.f64 x x))))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) |
(*.f64 (/.f64 (/.f64 x (/.f64 y x)) (+.f64 (*.f64 x (-.f64 #s(literal 0 binary64) x)) #s(literal 1 binary64))) (-.f64 #s(literal 1 binary64) x)) |
(*.f64 (/.f64 (/.f64 x (/.f64 y x)) (-.f64 #s(literal 1 binary64) (*.f64 x x))) (-.f64 #s(literal 1 binary64) x)) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 y x)))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 y x)))) |
(/.f64 x (/.f64 y x)) |
(/.f64 (/.f64 x y) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 #s(literal 1 binary64) (/.f64 y (*.f64 x x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 y (*.f64 x x)) #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) (/.f64 y x))) |
(/.f64 (*.f64 x x) y) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 y (*.f64 x x)))) |
(/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) x)) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 (*.f64 x x) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) x)) #s(literal -1 binary64)) y) |
(pow.f64 (/.f64 y (*.f64 x x)) #s(literal -1 binary64)) |
(*.f64 x (/.f64 x y)) |
(*.f64 (/.f64 x y) x) |
(*.f64 (/.f64 x y) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 #s(literal 1 binary64) (/.f64 x (/.f64 y x))) |
(*.f64 (/.f64 x (/.f64 y x)) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (-.f64 #s(literal 0 binary64) x) y)) |
(*.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 x x)) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 x (/.f64 #s(literal 1 binary64) x))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 y x)))) |
(*.f64 (*.f64 x (-.f64 #s(literal 0 binary64) x)) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) y) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) x) y)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (/.f64 x y)) |
(*.f64 (/.f64 x #s(literal 1 binary64)) (/.f64 x y)) |
| 1× | egg-herbie |
| 12312× | accelerator-lowering-fma.f32 |
| 12312× | accelerator-lowering-fma.f64 |
| 3688× | *-lowering-*.f32 |
| 3688× | *-lowering-*.f64 |
| 3124× | --lowering--.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 165 | 1591 |
| 1 | 479 | 1537 |
| 2 | 1279 | 1402 |
| 3 | 6001 | 1384 |
| 0 | 8098 | 1330 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
x |
(* x (+ 1 (* x (- (/ 1 y) 1)))) |
(* x (+ 1 (* x (- (+ (* x (- 1 (/ 1 y))) (/ 1 y)) 1)))) |
(* x (+ 1 (* x (- (+ (* x (- (+ 1 (* x (- (/ 1 y) 1))) (/ 1 y))) (/ 1 y)) 1)))) |
(/ x y) |
(* x (- (+ (/ 1 x) (/ 1 y)) (/ 1 (* x y)))) |
(* x (- (+ (/ 1 x) (+ (/ 1 y) (/ 1 (* (pow x 2) y)))) (+ (/ 1 (* x y)) (/ 1 (pow x 2))))) |
(* x (- (+ (/ 1 x) (+ (/ 1 y) (+ (/ 1 (* (pow x 2) y)) (/ 1 (pow x 3))))) (+ (/ 1 (* x y)) (+ (/ 1 (* (pow x 3) y)) (/ 1 (pow x 2)))))) |
(/ x y) |
(* -1 (* x (- (/ 1 (* x y)) (+ (/ 1 x) (/ 1 y))))) |
(* -1 (* x (- (* -1 (/ (- (+ (* -1 (- (/ 1 y) 1)) (/ 1 (* x y))) (/ 1 x)) x)) (/ 1 y)))) |
(* -1 (* x (- (* -1 (/ (+ (* -1 (- (/ 1 y) 1)) (* -1 (/ (- (+ (* -1 (- (/ 1 y) 1)) (/ 1 (* x y))) (/ 1 x)) x))) x)) (/ 1 y)))) |
(/ (pow x 2) (* y (+ 1 x))) |
(/ (+ (/ (* x y) (+ 1 x)) (/ (pow x 2) (+ 1 x))) y) |
(/ (+ (/ (* x y) (+ 1 x)) (/ (pow x 2) (+ 1 x))) y) |
(/ (+ (/ (* x y) (+ 1 x)) (/ (pow x 2) (+ 1 x))) y) |
(/ x (+ 1 x)) |
(+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x)))) |
(+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x)))) |
(+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x)))) |
(/ x (+ 1 x)) |
(+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x)))) |
(+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x)))) |
(+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x)))) |
1 |
(+ 1 (* x (- (/ 1 y) 1))) |
(+ 1 (* x (- (+ (* x (- 1 (/ 1 y))) (/ 1 y)) 1))) |
(+ 1 (* x (- (+ (* x (- (+ 1 (* x (- (/ 1 y) 1))) (/ 1 y))) (/ 1 y)) 1))) |
(/ 1 y) |
(- (+ (/ 1 x) (/ 1 y)) (/ 1 (* x y))) |
(- (+ (/ 1 x) (+ (/ 1 y) (/ 1 (* (pow x 2) y)))) (+ (/ 1 (* x y)) (/ 1 (pow x 2)))) |
(- (+ (/ 1 x) (+ (/ 1 y) (+ (/ 1 (* (pow x 2) y)) (/ 1 (pow x 3))))) (+ (/ 1 (* x y)) (+ (/ 1 (* (pow x 3) y)) (/ 1 (pow x 2))))) |
(/ 1 y) |
(+ (* -1 (/ (- (/ 1 y) 1) x)) (/ 1 y)) |
(+ (* -1 (/ (- (+ (* -1 (/ (- (/ 1 y) 1) x)) (/ 1 y)) 1) x)) (/ 1 y)) |
(+ (* -1 (/ (- (+ (* -1 (/ (- (* -1 (/ (- (/ 1 y) 1) x)) (* -1 (- (/ 1 y) 1))) x)) (/ 1 y)) 1) x)) (/ 1 y)) |
(/ x (* y (+ 1 x))) |
(/ (+ (/ x (+ 1 x)) (/ y (+ 1 x))) y) |
(/ (+ (/ x (+ 1 x)) (/ y (+ 1 x))) y) |
(/ (+ (/ x (+ 1 x)) (/ y (+ 1 x))) y) |
(/ 1 (+ 1 x)) |
(+ (/ 1 (+ 1 x)) (/ x (* y (+ 1 x)))) |
(+ (/ 1 (+ 1 x)) (/ x (* y (+ 1 x)))) |
(+ (/ 1 (+ 1 x)) (/ x (* y (+ 1 x)))) |
(/ 1 (+ 1 x)) |
(+ (/ 1 (+ 1 x)) (/ x (* y (+ 1 x)))) |
(+ (/ 1 (+ 1 x)) (/ x (* y (+ 1 x)))) |
(+ (/ 1 (+ 1 x)) (/ x (* y (+ 1 x)))) |
1 |
(+ 1 (/ x y)) |
(+ 1 (/ x y)) |
(+ 1 (/ x y)) |
(/ x y) |
(* x (+ (/ 1 x) (/ 1 y))) |
(* x (+ (/ 1 x) (/ 1 y))) |
(* x (+ (/ 1 x) (/ 1 y))) |
(/ x y) |
(* x (+ (/ 1 x) (/ 1 y))) |
(* x (+ (/ 1 x) (/ 1 y))) |
(* x (+ (/ 1 x) (/ 1 y))) |
(/ x y) |
(/ (+ x y) y) |
(/ (+ x y) y) |
(/ (+ x y) y) |
1 |
(+ 1 (/ x y)) |
(+ 1 (/ x y)) |
(+ 1 (/ x y)) |
1 |
(+ 1 (/ x y)) |
(+ 1 (/ x y)) |
(+ 1 (/ x y)) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
x |
(* x (+ 1 (* -1 x))) |
(* x (+ 1 (* x (- x 1)))) |
(* x (+ 1 (* x (- (* x (+ 1 (* -1 x))) 1)))) |
1 |
(- 1 (/ 1 x)) |
(- (+ 1 (/ 1 (pow x 2))) (/ 1 x)) |
(- (+ 1 (/ 1 (pow x 2))) (+ (/ 1 x) (/ 1 (pow x 3)))) |
1 |
(- 1 (/ 1 x)) |
(+ 1 (* -1 (/ (- 1 (/ 1 x)) x))) |
(+ 1 (* -1 (/ (+ 1 (* -1 (/ (- 1 (/ 1 x)) x))) x))) |
1 |
(+ 1 x) |
(+ 1 x) |
(+ 1 x) |
x |
(* x (+ 1 (/ 1 x))) |
(* x (+ 1 (/ 1 x))) |
(* x (+ 1 (/ 1 x))) |
x |
(* x (+ 1 (/ 1 x))) |
(* x (+ 1 (/ 1 x))) |
(* x (+ 1 (/ 1 x))) |
x |
(* x (+ 1 (/ x y))) |
(* x (+ 1 (/ x y))) |
(* x (+ 1 (/ x y))) |
(/ (pow x 2) y) |
(* (pow x 2) (+ (/ 1 x) (/ 1 y))) |
(* (pow x 2) (+ (/ 1 x) (/ 1 y))) |
(* (pow x 2) (+ (/ 1 x) (/ 1 y))) |
(/ (pow x 2) y) |
(* (pow x 2) (+ (/ 1 x) (/ 1 y))) |
(* (pow x 2) (+ (/ 1 x) (/ 1 y))) |
(* (pow x 2) (+ (/ 1 x) (/ 1 y))) |
(/ (pow x 2) y) |
(/ (+ (* x y) (pow x 2)) y) |
(/ (+ (* x y) (pow x 2)) y) |
(/ (+ (* x y) (pow x 2)) y) |
x |
(+ x (/ (pow x 2) y)) |
(+ x (/ (pow x 2) y)) |
(+ x (/ (pow x 2) y)) |
x |
(+ x (/ (pow x 2) y)) |
(+ x (/ (pow x 2) y)) |
(+ x (/ (pow x 2) y)) |
(/ (pow x 2) y) |
(* (pow x 2) (+ (* -1 (/ x y)) (/ 1 y))) |
(* (pow x 2) (+ (* x (- (/ x y) (/ 1 y))) (/ 1 y))) |
(* (pow x 2) (+ (* x (- (* x (+ (* -1 (/ x y)) (/ 1 y))) (/ 1 y))) (/ 1 y))) |
(/ x y) |
(* x (- (/ 1 y) (/ 1 (* x y)))) |
(* x (- (+ (/ 1 y) (/ 1 (* (pow x 2) y))) (/ 1 (* x y)))) |
(* x (- (+ (/ 1 y) (/ 1 (* (pow x 2) y))) (+ (/ 1 (* x y)) (/ 1 (* (pow x 3) y))))) |
(/ x y) |
(* -1 (* x (- (/ 1 (* x y)) (/ 1 y)))) |
(* -1 (* x (- (* -1 (/ (- (/ 1 (* x y)) (/ 1 y)) x)) (/ 1 y)))) |
(* -1 (* x (- (* -1 (/ (- (* -1 (/ (- (/ 1 (* x y)) (/ 1 y)) x)) (/ 1 y)) x)) (/ 1 y)))) |
(/ (pow x 2) (* y (+ 1 x))) |
(/ (pow x 2) (* y (+ 1 x))) |
(/ (pow x 2) (* y (+ 1 x))) |
(/ (pow x 2) (* y (+ 1 x))) |
(/ (pow x 2) (* y (+ 1 x))) |
(/ (pow x 2) (* y (+ 1 x))) |
(/ (pow x 2) (* y (+ 1 x))) |
(/ (pow x 2) (* y (+ 1 x))) |
(/ (pow x 2) (* y (+ 1 x))) |
(/ (pow x 2) (* y (+ 1 x))) |
(/ (pow x 2) (* y (+ 1 x))) |
(/ (pow x 2) (* y (+ 1 x))) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
| Outputs |
|---|
x |
(* x (+ 1 (* x (- (/ 1 y) 1)))) |
(*.f64 x (-.f64 (+.f64 #s(literal 1 binary64) (/.f64 x y)) x)) |
(* x (+ 1 (* x (- (+ (* x (- 1 (/ 1 y))) (/ 1 y)) 1)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) y)) (+.f64 x #s(literal -1 binary64)))))) |
(* x (+ 1 (* x (- (+ (* x (- (+ 1 (* x (- (/ 1 y) 1))) (/ 1 y))) (/ 1 y)) 1)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64)) (*.f64 x (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64)) (+.f64 x #s(literal -1 binary64)))))))) |
(/ x y) |
(/.f64 x y) |
(* x (- (+ (/ 1 x) (/ 1 y)) (/ 1 (* x y)))) |
(+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) y) (+.f64 x #s(literal -1 binary64)))) |
(* x (- (+ (/ 1 x) (+ (/ 1 y) (/ 1 (* (pow x 2) y)))) (+ (/ 1 (* x y)) (/ 1 (pow x 2))))) |
(*.f64 x (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) x))) x))) |
(* x (- (+ (/ 1 x) (+ (/ 1 y) (+ (/ 1 (* (pow x 2) y)) (/ 1 (pow x 3))))) (+ (/ 1 (* x y)) (+ (/ 1 (* (pow x 3) y)) (/ 1 (pow x 2)))))) |
(+.f64 (+.f64 (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) x) (+.f64 #s(literal 1 binary64) (/.f64 x y))) (/.f64 #s(literal 1 binary64) (*.f64 x x))) (+.f64 (+.f64 (/.f64 #s(literal -1 binary64) y) (*.f64 x (/.f64 #s(literal -1 binary64) (*.f64 y (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1 binary64) x))) |
(/ x y) |
(/.f64 x y) |
(* -1 (* x (- (/ 1 (* x y)) (+ (/ 1 x) (/ 1 y))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) y) (+.f64 x #s(literal -1 binary64)))) |
(* -1 (* x (- (* -1 (/ (- (+ (* -1 (- (/ 1 y) 1)) (/ 1 (* x y))) (/ 1 x)) x)) (/ 1 y)))) |
(*.f64 x (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) x))) x))) |
(* -1 (* x (- (* -1 (/ (+ (* -1 (- (/ 1 y) 1)) (* -1 (/ (- (+ (* -1 (- (/ 1 y) 1)) (/ 1 (* x y))) (/ 1 x)) x))) x)) (/ 1 y)))) |
(*.f64 x (+.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) x))) x) (/.f64 #s(literal -1 binary64) y))) x))) |
(/ (pow x 2) (* y (+ 1 x))) |
(/.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x))) y) |
(/ (+ (/ (* x y) (+ 1 x)) (/ (pow x 2) (+ 1 x))) y) |
(/.f64 (*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (+.f64 x y)) y) |
(/ (+ (/ (* x y) (+ 1 x)) (/ (pow x 2) (+ 1 x))) y) |
(/.f64 (*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (+.f64 x y)) y) |
(/ (+ (/ (* x y) (+ 1 x)) (/ (pow x 2) (+ 1 x))) y) |
(/.f64 (*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (+.f64 x y)) y) |
(/ x (+ 1 x)) |
(/.f64 x (+.f64 x #s(literal 1 binary64))) |
(+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x)))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 x y)) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x)))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 x y)) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x)))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 x y)) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(/ x (+ 1 x)) |
(/.f64 x (+.f64 x #s(literal 1 binary64))) |
(+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x)))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 x y)) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x)))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 x y)) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x)))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 x y)) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* x (- (/ 1 y) 1))) |
(-.f64 (+.f64 #s(literal 1 binary64) (/.f64 x y)) x) |
(+ 1 (* x (- (+ (* x (- 1 (/ 1 y))) (/ 1 y)) 1))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) y)) (+.f64 x #s(literal -1 binary64))))) |
(+ 1 (* x (- (+ (* x (- (+ 1 (* x (- (/ 1 y) 1))) (/ 1 y))) (/ 1 y)) 1))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64)) (*.f64 x (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64)) (+.f64 x #s(literal -1 binary64))))))) |
(/ 1 y) |
(/.f64 #s(literal 1 binary64) y) |
(- (+ (/ 1 x) (/ 1 y)) (/ 1 (* x y))) |
(+.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) y)) x)) |
(- (+ (/ 1 x) (+ (/ 1 y) (/ 1 (* (pow x 2) y)))) (+ (/ 1 (* x y)) (/ 1 (pow x 2)))) |
(-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) x))) x)) |
(- (+ (/ 1 x) (+ (/ 1 y) (+ (/ 1 (* (pow x 2) y)) (/ 1 (pow x 3))))) (+ (/ 1 (* x y)) (+ (/ 1 (* (pow x 3) y)) (/ 1 (pow x 2))))) |
(-.f64 (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x) (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (/.f64 #s(literal -1 binary64) y) x)) x)) x))) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64)) x)) |
(/ 1 y) |
(/.f64 #s(literal 1 binary64) y) |
(+ (* -1 (/ (- (/ 1 y) 1) x)) (/ 1 y)) |
(+.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) y)) x)) |
(+ (* -1 (/ (- (+ (* -1 (/ (- (/ 1 y) 1) x)) (/ 1 y)) 1) x)) (/ 1 y)) |
(-.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) x))) x)) |
(+ (* -1 (/ (- (+ (* -1 (/ (- (* -1 (/ (- (/ 1 y) 1) x)) (* -1 (- (/ 1 y) 1))) x)) (/ 1 y)) 1) x)) (/ 1 y)) |
(+.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) x))) x) (/.f64 #s(literal -1 binary64) y))) x)) |
(/ x (* y (+ 1 x))) |
(/.f64 x (*.f64 y (+.f64 x #s(literal 1 binary64)))) |
(/ (+ (/ x (+ 1 x)) (/ y (+ 1 x))) y) |
(/.f64 (+.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (/.f64 y (+.f64 x #s(literal 1 binary64)))) y) |
(/ (+ (/ x (+ 1 x)) (/ y (+ 1 x))) y) |
(/.f64 (+.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (/.f64 y (+.f64 x #s(literal 1 binary64)))) y) |
(/ (+ (/ x (+ 1 x)) (/ y (+ 1 x))) y) |
(/.f64 (+.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (/.f64 y (+.f64 x #s(literal 1 binary64)))) y) |
(/ 1 (+ 1 x)) |
(/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) |
(+ (/ 1 (+ 1 x)) (/ x (* y (+ 1 x)))) |
(+.f64 (/.f64 x (*.f64 y (+.f64 x #s(literal 1 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(+ (/ 1 (+ 1 x)) (/ x (* y (+ 1 x)))) |
(+.f64 (/.f64 x (*.f64 y (+.f64 x #s(literal 1 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(+ (/ 1 (+ 1 x)) (/ x (* y (+ 1 x)))) |
(+.f64 (/.f64 x (*.f64 y (+.f64 x #s(literal 1 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(/ 1 (+ 1 x)) |
(/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) |
(+ (/ 1 (+ 1 x)) (/ x (* y (+ 1 x)))) |
(+.f64 (/.f64 x (*.f64 y (+.f64 x #s(literal 1 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(+ (/ 1 (+ 1 x)) (/ x (* y (+ 1 x)))) |
(+.f64 (/.f64 x (*.f64 y (+.f64 x #s(literal 1 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(+ (/ 1 (+ 1 x)) (/ x (* y (+ 1 x)))) |
(+.f64 (/.f64 x (*.f64 y (+.f64 x #s(literal 1 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
1 |
#s(literal 1 binary64) |
(+ 1 (/ x y)) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(+ 1 (/ x y)) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(+ 1 (/ x y)) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(/ x y) |
(/.f64 x y) |
(* x (+ (/ 1 x) (/ 1 y))) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(* x (+ (/ 1 x) (/ 1 y))) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(* x (+ (/ 1 x) (/ 1 y))) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(/ x y) |
(/.f64 x y) |
(* x (+ (/ 1 x) (/ 1 y))) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(* x (+ (/ 1 x) (/ 1 y))) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(* x (+ (/ 1 x) (/ 1 y))) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(/ x y) |
(/.f64 x y) |
(/ (+ x y) y) |
(/.f64 (+.f64 x y) y) |
(/ (+ x y) y) |
(/.f64 (+.f64 x y) y) |
(/ (+ x y) y) |
(/.f64 (+.f64 x y) y) |
1 |
#s(literal 1 binary64) |
(+ 1 (/ x y)) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(+ 1 (/ x y)) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(+ 1 (/ x y)) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
1 |
#s(literal 1 binary64) |
(+ 1 (/ x y)) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(+ 1 (/ x y)) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(+ 1 (/ x y)) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
x |
(* x (+ 1 (* -1 x))) |
(*.f64 x (-.f64 #s(literal 1 binary64) x)) |
(* x (+ 1 (* x (- x 1)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))) |
(* x (+ 1 (* x (- (* x (+ 1 (* -1 x))) 1)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (-.f64 #s(literal 1 binary64) x)))))) |
1 |
#s(literal 1 binary64) |
(- 1 (/ 1 x)) |
(+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) x)) |
(- (+ 1 (/ 1 (pow x 2))) (/ 1 x)) |
(-.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) x)) x)) |
(- (+ 1 (/ 1 (pow x 2))) (+ (/ 1 x) (/ 1 (pow x 3)))) |
(+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) x)) x) x) (/.f64 #s(literal -1 binary64) x))) |
1 |
#s(literal 1 binary64) |
(- 1 (/ 1 x)) |
(+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) x)) |
(+ 1 (* -1 (/ (- 1 (/ 1 x)) x))) |
(-.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) x)) x)) |
(+ 1 (* -1 (/ (+ 1 (* -1 (/ (- 1 (/ 1 x)) x))) x))) |
(+.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64)) x)) x)) |
1 |
#s(literal 1 binary64) |
(+ 1 x) |
(+.f64 x #s(literal 1 binary64)) |
(+ 1 x) |
(+.f64 x #s(literal 1 binary64)) |
(+ 1 x) |
(+.f64 x #s(literal 1 binary64)) |
x |
(* x (+ 1 (/ 1 x))) |
(+.f64 x #s(literal 1 binary64)) |
(* x (+ 1 (/ 1 x))) |
(+.f64 x #s(literal 1 binary64)) |
(* x (+ 1 (/ 1 x))) |
(+.f64 x #s(literal 1 binary64)) |
x |
(* x (+ 1 (/ 1 x))) |
(+.f64 x #s(literal 1 binary64)) |
(* x (+ 1 (/ 1 x))) |
(+.f64 x #s(literal 1 binary64)) |
(* x (+ 1 (/ 1 x))) |
(+.f64 x #s(literal 1 binary64)) |
x |
(* x (+ 1 (/ x y))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(* x (+ 1 (/ x y))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(* x (+ 1 (/ x y))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(* (pow x 2) (+ (/ 1 x) (/ 1 y))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(* (pow x 2) (+ (/ 1 x) (/ 1 y))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(* (pow x 2) (+ (/ 1 x) (/ 1 y))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(* (pow x 2) (+ (/ 1 x) (/ 1 y))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(* (pow x 2) (+ (/ 1 x) (/ 1 y))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(* (pow x 2) (+ (/ 1 x) (/ 1 y))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (+ (* x y) (pow x 2)) y) |
(/.f64 (*.f64 x (+.f64 x y)) y) |
(/ (+ (* x y) (pow x 2)) y) |
(/.f64 (*.f64 x (+.f64 x y)) y) |
(/ (+ (* x y) (pow x 2)) y) |
(/.f64 (*.f64 x (+.f64 x y)) y) |
x |
(+ x (/ (pow x 2) y)) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(+ x (/ (pow x 2) y)) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(+ x (/ (pow x 2) y)) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
x |
(+ x (/ (pow x 2) y)) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(+ x (/ (pow x 2) y)) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(+ x (/ (pow x 2) y)) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(* (pow x 2) (+ (* -1 (/ x y)) (/ 1 y))) |
(*.f64 x (*.f64 (-.f64 #s(literal 1 binary64) x) (/.f64 x y))) |
(* (pow x 2) (+ (* x (- (/ x y) (/ 1 y))) (/ 1 y))) |
(*.f64 x (*.f64 x (+.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (/.f64 x y) (+.f64 x #s(literal -1 binary64)))))) |
(* (pow x 2) (+ (* x (- (* x (+ (* -1 (/ x y)) (/ 1 y))) (/ 1 y))) (/ 1 y))) |
(*.f64 x (*.f64 x (+.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 x (+.f64 (*.f64 (-.f64 #s(literal 1 binary64) x) (/.f64 x y)) (/.f64 #s(literal -1 binary64) y)))))) |
(/ x y) |
(/.f64 x y) |
(* x (- (/ 1 y) (/ 1 (* x y)))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (+.f64 x #s(literal -1 binary64))) |
(* x (- (+ (/ 1 y) (/ 1 (* (pow x 2) y))) (/ 1 (* x y)))) |
(+.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) x) (*.f64 (/.f64 #s(literal 1 binary64) y) (+.f64 x #s(literal -1 binary64)))) |
(* x (- (+ (/ 1 y) (/ 1 (* (pow x 2) y))) (+ (/ 1 (* x y)) (/ 1 (* (pow x 3) y))))) |
(+.f64 (/.f64 x y) (+.f64 (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (/.f64 #s(literal -1 binary64) y) x)) x) (/.f64 #s(literal -1 binary64) y))) |
(/ x y) |
(/.f64 x y) |
(* -1 (* x (- (/ 1 (* x y)) (/ 1 y)))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (+.f64 x #s(literal -1 binary64))) |
(* -1 (* x (- (* -1 (/ (- (/ 1 (* x y)) (/ 1 y)) x)) (/ 1 y)))) |
(+.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) x) (*.f64 (/.f64 #s(literal 1 binary64) y) (+.f64 x #s(literal -1 binary64)))) |
(* -1 (* x (- (* -1 (/ (- (* -1 (/ (- (/ 1 (* x y)) (/ 1 y)) x)) (/ 1 y)) x)) (/ 1 y)))) |
(+.f64 (/.f64 x y) (+.f64 (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (/.f64 #s(literal -1 binary64) y) x)) x) (/.f64 #s(literal -1 binary64) y))) |
(/ (pow x 2) (* y (+ 1 x))) |
(/.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x))) y) |
(/ (pow x 2) (* y (+ 1 x))) |
(/.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x))) y) |
(/ (pow x 2) (* y (+ 1 x))) |
(/.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x))) y) |
(/ (pow x 2) (* y (+ 1 x))) |
(/.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x))) y) |
(/ (pow x 2) (* y (+ 1 x))) |
(/.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x))) y) |
(/ (pow x 2) (* y (+ 1 x))) |
(/.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x))) y) |
(/ (pow x 2) (* y (+ 1 x))) |
(/.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x))) y) |
(/ (pow x 2) (* y (+ 1 x))) |
(/.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x))) y) |
(/ (pow x 2) (* y (+ 1 x))) |
(/.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x))) y) |
(/ (pow x 2) (* y (+ 1 x))) |
(/.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x))) y) |
(/ (pow x 2) (* y (+ 1 x))) |
(/.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x))) y) |
(/ (pow x 2) (* y (+ 1 x))) |
(/.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x))) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
Compiled 26099 to 2388 computations (90.9% saved)
13 alts after pruning (10 fresh and 3 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1319 | 7 | 1326 |
| Fresh | 3 | 3 | 6 |
| Picked | 2 | 3 | 5 |
| Done | 0 | 0 | 0 |
| Total | 1324 | 13 | 1337 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 90.4% | (/.f64 (+.f64 (/.f64 x (/.f64 y x)) x) (+.f64 x #s(literal 1 binary64))) |
| 39.1% | (/.f64 (*.f64 x x) (*.f64 y (+.f64 x #s(literal 1 binary64)))) | |
| 18.2% | (/.f64 (*.f64 x x) y) | |
| ✓ | 50.2% | (/.f64 x (+.f64 x #s(literal 1 binary64))) |
| 40.5% | (/.f64 x y) | |
| 56.3% | (+.f64 (/.f64 x (/.f64 y x)) x) | |
| ▶ | 20.9% | (*.f64 (/.f64 x y) x) |
| ▶ | 50.2% | (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) x) |
| 39.8% | (*.f64 (/.f64 #s(literal 1 binary64) y) (+.f64 x #s(literal -1 binary64))) | |
| ✓ | 56.3% | (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) x) |
| ▶ | 50.9% | (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) #s(literal 1 binary64)) |
| ✓ | 39.6% | x |
| ▶ | 13.1% | #s(literal 1 binary64) |
Compiled 183 to 119 computations (35% saved)
| 1× | egg-herbie |
Found 12 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (+.f64 x #s(literal 1 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) |
| ✓ | cost-diff | 128 | (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) x) |
| ✓ | cost-diff | 0 | (/.f64 x y) |
| ✓ | cost-diff | 0 | (+.f64 (/.f64 x y) #s(literal 1 binary64)) |
| ✓ | cost-diff | 128 | (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) #s(literal 1 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 x y) |
| ✓ | cost-diff | 0 | (*.f64 (/.f64 x y) x) |
| ✓ | cost-diff | 0 | (/.f64 y x) |
| ✓ | cost-diff | 0 | (/.f64 x (/.f64 y x)) |
| ✓ | cost-diff | 0 | (+.f64 (/.f64 x (/.f64 y x)) x) |
| ✓ | cost-diff | 0 | (/.f64 (+.f64 (/.f64 x (/.f64 y x)) x) (+.f64 x #s(literal 1 binary64))) |
| 5978× | *-lowering-*.f32 |
| 5978× | *-lowering-*.f64 |
| 4672× | accelerator-lowering-fma.f32 |
| 4672× | accelerator-lowering-fma.f64 |
| 2082× | associate-/r/ |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 14 | 76 |
| 1 | 26 | 74 |
| 2 | 38 | 74 |
| 3 | 60 | 74 |
| 4 | 95 | 74 |
| 5 | 125 | 74 |
| 6 | 170 | 74 |
| 7 | 254 | 74 |
| 8 | 314 | 74 |
| 9 | 390 | 74 |
| 10 | 550 | 74 |
| 11 | 724 | 74 |
| 12 | 1898 | 74 |
| 13 | 2671 | 74 |
| 14 | 3065 | 74 |
| 15 | 3242 | 74 |
| 16 | 3357 | 74 |
| 17 | 3474 | 74 |
| 18 | 3579 | 74 |
| 19 | 4079 | 74 |
| 20 | 5126 | 74 |
| 21 | 6349 | 74 |
| 22 | 7338 | 74 |
| 23 | 7750 | 74 |
| 24 | 7915 | 74 |
| 0 | 8063 | 72 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (+ (/ x (/ y x)) x) (+ x 1)) |
(+ (/ x (/ y x)) x) |
(/ x (/ y x)) |
x |
(/ y x) |
y |
(+ x 1) |
1 |
1 |
(* (/ x y) x) |
(/ x y) |
x |
y |
(* (+ (/ x y) 1) 1) |
(+ (/ x y) 1) |
(/ x y) |
x |
y |
1 |
(* (/ 1 (+ x 1)) x) |
(/ 1 (+ x 1)) |
1 |
(+ x 1) |
x |
| Outputs |
|---|
(/ (+ (/ x (/ y x)) x) (+ x 1)) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 x y)) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x))) |
(+ (/ x (/ y x)) x) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/ x (/ y x)) |
(/.f64 x (/.f64 y x)) |
x |
(/ y x) |
(/.f64 y x) |
y |
(+ x 1) |
(+.f64 x #s(literal 1 binary64)) |
1 |
#s(literal 1 binary64) |
1 |
#s(literal 1 binary64) |
(* (/ x y) x) |
(/.f64 x (/.f64 y x)) |
(/ x y) |
(/.f64 x y) |
x |
y |
(* (+ (/ x y) 1) 1) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(+ (/ x y) 1) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(/ x y) |
(/.f64 x y) |
x |
y |
1 |
#s(literal 1 binary64) |
(* (/ 1 (+ x 1)) x) |
(/.f64 x (+.f64 x #s(literal 1 binary64))) |
(/ 1 (+ x 1)) |
(/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) |
1 |
#s(literal 1 binary64) |
(+ x 1) |
(+.f64 x #s(literal 1 binary64)) |
x |
Found 12 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (+.f64 x #s(literal 1 binary64)) |
| ✓ | accuracy | 100.0% | (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) |
| ✓ | accuracy | 99.9% | (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) x) |
| ✓ | accuracy | 100.0% | (/.f64 x y) |
| ✓ | accuracy | 100.0% | (+.f64 (/.f64 x y) #s(literal 1 binary64)) |
| ✓ | accuracy | 100.0% | (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) #s(literal 1 binary64)) |
| ✓ | accuracy | 100.0% | (/.f64 x y) |
| ✓ | accuracy | 99.8% | (*.f64 (/.f64 x y) x) |
| ✓ | accuracy | 100.0% | (+.f64 x #s(literal 1 binary64)) |
| ✓ | accuracy | 100.0% | (+.f64 (/.f64 x (/.f64 y x)) x) |
| ✓ | accuracy | 99.7% | (/.f64 x (/.f64 y x)) |
| ✓ | accuracy | 90.4% | (/.f64 (+.f64 (/.f64 x (/.f64 y x)) x) (+.f64 x #s(literal 1 binary64))) |
| 49.0ms | 256× | 0 | valid |
Compiled 81 to 15 computations (81.5% saved)
ival-div: 12.0ms (53.6% of total)ival-mult: 6.0ms (26.8% of total)ival-add: 4.0ms (17.9% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| Inputs |
|---|
#<alt (/ (+ (/ x (/ y x)) x) (+ x 1))> |
#<alt (+ (/ x (/ y x)) x)> |
#<alt (/ x (/ y x))> |
#<alt (/ y x)> |
#<alt (* (/ x y) x)> |
#<alt (/ x y)> |
#<alt (* (+ (/ x y) 1) 1)> |
#<alt (+ (/ x y) 1)> |
#<alt (* (/ 1 (+ x 1)) x)> |
#<alt (/ 1 (+ x 1))> |
#<alt (+ x 1)> |
| Outputs |
|---|
#<alt x> |
#<alt (* x (+ 1 (* x (- (/ 1 y) 1))))> |
#<alt (* x (+ 1 (* x (- (+ (* x (- 1 (/ 1 y))) (/ 1 y)) 1))))> |
#<alt (* x (+ 1 (* x (- (+ (* x (- (+ 1 (* x (- (/ 1 y) 1))) (/ 1 y))) (/ 1 y)) 1))))> |
#<alt (/ x y)> |
#<alt (* x (- (+ (/ 1 x) (/ 1 y)) (/ 1 (* x y))))> |
#<alt (* x (- (+ (/ 1 x) (+ (/ 1 y) (/ 1 (* (pow x 2) y)))) (+ (/ 1 (* x y)) (/ 1 (pow x 2)))))> |
#<alt (* x (- (+ (/ 1 x) (+ (/ 1 y) (+ (/ 1 (* (pow x 2) y)) (/ 1 (pow x 3))))) (+ (/ 1 (* x y)) (+ (/ 1 (* (pow x 3) y)) (/ 1 (pow x 2))))))> |
#<alt (/ x y)> |
#<alt (* -1 (* x (- (* -1 (/ (- 1 (/ 1 y)) x)) (/ 1 y))))> |
#<alt (* -1 (* x (- (* -1 (/ (- (+ 1 (* -1 (/ (- 1 (/ 1 y)) x))) (/ 1 y)) x)) (/ 1 y))))> |
#<alt (* -1 (* x (- (* -1 (/ (- (+ 1 (* -1 (/ (- (* -1 (/ (- 1 (/ 1 y)) x)) (* -1 (- 1 (/ 1 y)))) x))) (/ 1 y)) x)) (/ 1 y))))> |
#<alt (/ (pow x 2) (* y (+ 1 x)))> |
#<alt (/ (+ (/ (* x y) (+ 1 x)) (/ (pow x 2) (+ 1 x))) y)> |
#<alt (/ (+ (/ (* x y) (+ 1 x)) (/ (pow x 2) (+ 1 x))) y)> |
#<alt (/ (+ (/ (* x y) (+ 1 x)) (/ (pow x 2) (+ 1 x))) y)> |
#<alt (/ x (+ 1 x))> |
#<alt (+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x))))> |
#<alt (+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x))))> |
#<alt (+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x))))> |
#<alt (/ x (+ 1 x))> |
#<alt (+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x))))> |
#<alt (+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x))))> |
#<alt (+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x))))> |
#<alt x> |
#<alt (* x (+ 1 (/ x y)))> |
#<alt (* x (+ 1 (/ x y)))> |
#<alt (* x (+ 1 (/ x y)))> |
#<alt (/ (pow x 2) y)> |
#<alt (* (pow x 2) (+ (/ 1 x) (/ 1 y)))> |
#<alt (* (pow x 2) (+ (/ 1 x) (/ 1 y)))> |
#<alt (* (pow x 2) (+ (/ 1 x) (/ 1 y)))> |
#<alt (/ (pow x 2) y)> |
#<alt (* (pow x 2) (+ (/ 1 x) (/ 1 y)))> |
#<alt (* (pow x 2) (+ (/ 1 x) (/ 1 y)))> |
#<alt (* (pow x 2) (+ (/ 1 x) (/ 1 y)))> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (+ (* x y) (pow x 2)) y)> |
#<alt (/ (+ (* x y) (pow x 2)) y)> |
#<alt (/ (+ (* x y) (pow x 2)) y)> |
#<alt x> |
#<alt (+ x (/ (pow x 2) y))> |
#<alt (+ x (/ (pow x 2) y))> |
#<alt (+ x (/ (pow x 2) y))> |
#<alt x> |
#<alt (+ x (/ (pow x 2) y))> |
#<alt (+ x (/ (pow x 2) y))> |
#<alt (+ x (/ (pow x 2) y))> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt 1> |
#<alt (+ 1 (/ x y))> |
#<alt (+ 1 (/ x y))> |
#<alt (+ 1 (/ x y))> |
#<alt (/ x y)> |
#<alt (* x (+ (/ 1 x) (/ 1 y)))> |
#<alt (* x (+ (/ 1 x) (/ 1 y)))> |
#<alt (* x (+ (/ 1 x) (/ 1 y)))> |
#<alt (/ x y)> |
#<alt (* x (+ (/ 1 x) (/ 1 y)))> |
#<alt (* x (+ (/ 1 x) (/ 1 y)))> |
#<alt (* x (+ (/ 1 x) (/ 1 y)))> |
#<alt (/ x y)> |
#<alt (/ (+ x y) y)> |
#<alt (/ (+ x y) y)> |
#<alt (/ (+ x y) y)> |
#<alt 1> |
#<alt (+ 1 (/ x y))> |
#<alt (+ 1 (/ x y))> |
#<alt (+ 1 (/ x y))> |
#<alt 1> |
#<alt (+ 1 (/ x y))> |
#<alt (+ 1 (/ x y))> |
#<alt (+ 1 (/ x y))> |
#<alt 1> |
#<alt (+ 1 (/ x y))> |
#<alt (+ 1 (/ x y))> |
#<alt (+ 1 (/ x y))> |
#<alt (/ x y)> |
#<alt (* x (+ (/ 1 x) (/ 1 y)))> |
#<alt (* x (+ (/ 1 x) (/ 1 y)))> |
#<alt (* x (+ (/ 1 x) (/ 1 y)))> |
#<alt (/ x y)> |
#<alt (* x (+ (/ 1 x) (/ 1 y)))> |
#<alt (* x (+ (/ 1 x) (/ 1 y)))> |
#<alt (* x (+ (/ 1 x) (/ 1 y)))> |
#<alt (/ x y)> |
#<alt (/ (+ x y) y)> |
#<alt (/ (+ x y) y)> |
#<alt (/ (+ x y) y)> |
#<alt 1> |
#<alt (+ 1 (/ x y))> |
#<alt (+ 1 (/ x y))> |
#<alt (+ 1 (/ x y))> |
#<alt 1> |
#<alt (+ 1 (/ x y))> |
#<alt (+ 1 (/ x y))> |
#<alt (+ 1 (/ x y))> |
#<alt x> |
#<alt (* x (+ 1 (* -1 x)))> |
#<alt (* x (+ 1 (* x (- x 1))))> |
#<alt (* x (+ 1 (* x (- (* x (+ 1 (* -1 x))) 1))))> |
#<alt 1> |
#<alt (- 1 (/ 1 x))> |
#<alt (- (+ 1 (/ 1 (pow x 2))) (/ 1 x))> |
#<alt (- (+ 1 (/ 1 (pow x 2))) (+ (/ 1 x) (/ 1 (pow x 3))))> |
#<alt 1> |
#<alt (- 1 (/ 1 x))> |
#<alt (+ 1 (* -1 (/ (- 1 (/ 1 x)) x)))> |
#<alt (+ 1 (* -1 (/ (+ 1 (* -1 (/ (- 1 (/ 1 x)) x))) x)))> |
#<alt 1> |
#<alt (+ 1 (* -1 x))> |
#<alt (+ 1 (* x (- x 1)))> |
#<alt (+ 1 (* x (- (* x (+ 1 (* -1 x))) 1)))> |
#<alt (/ 1 x)> |
#<alt (/ (- 1 (/ 1 x)) x)> |
#<alt (/ (- (+ 1 (/ 1 (pow x 2))) (/ 1 x)) x)> |
#<alt (/ (- (+ 1 (/ 1 (pow x 2))) (+ (/ 1 x) (/ 1 (pow x 3)))) x)> |
#<alt (/ 1 x)> |
#<alt (* -1 (/ (- (/ 1 x) 1) x))> |
#<alt (* -1 (/ (- (* -1 (/ (- (/ 1 x) 1) x)) 1) x))> |
#<alt (* -1 (/ (- (* -1 (/ (- (* -1 (/ (- (/ 1 x) 1) x)) 1) x)) 1) x))> |
#<alt 1> |
#<alt (+ 1 x)> |
#<alt (+ 1 x)> |
#<alt (+ 1 x)> |
#<alt x> |
#<alt (* x (+ 1 (/ 1 x)))> |
#<alt (* x (+ 1 (/ 1 x)))> |
#<alt (* x (+ 1 (/ 1 x)))> |
#<alt x> |
#<alt (* x (+ 1 (/ 1 x)))> |
#<alt (* x (+ 1 (/ 1 x)))> |
#<alt (* x (+ 1 (/ 1 x)))> |
57 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 0.0ms | y | @ | -inf | (/ y x) |
| 0.0ms | x | @ | 0 | (/ y x) |
| 0.0ms | y | @ | 0 | (/ y x) |
| 0.0ms | x | @ | -inf | (/ (+ (/ x (/ y x)) x) (+ x 1)) |
| 0.0ms | y | @ | inf | (/ y x) |
| 1× | batch-egg-rewrite |
| 6176× | accelerator-lowering-fma.f32 |
| 6176× | accelerator-lowering-fma.f64 |
| 4696× | *-lowering-*.f32 |
| 4696× | *-lowering-*.f64 |
| 3792× | /-lowering-/.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 14 | 59 |
| 1 | 85 | 57 |
| 2 | 699 | 57 |
| 0 | 8668 | 55 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (+ (/ x (/ y x)) x) (+ x 1)) |
(+ (/ x (/ y x)) x) |
(/ x (/ y x)) |
(/ y x) |
(* (/ x y) x) |
(/ x y) |
(* (+ (/ x y) 1) 1) |
(+ (/ x y) 1) |
(* (/ 1 (+ x 1)) x) |
(/ 1 (+ x 1)) |
(+ x 1) |
| Outputs |
|---|
(+.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 x (/.f64 y x)))) |
(+.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (*.f64 (/.f64 x (/.f64 y x)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))))) |
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 x (/.f64 y x))) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(+.f64 (*.f64 (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x x)) (*.f64 (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1 binary64) x))) |
(+.f64 (*.f64 (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1 binary64) x)) (*.f64 (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x x))) |
(+.f64 (*.f64 (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) x) (*.f64 (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) #s(literal -1 binary64))) |
(+.f64 (*.f64 (/.f64 x (/.f64 y x)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(+.f64 (*.f64 (*.f64 x x) (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (*.f64 (-.f64 #s(literal 1 binary64) x) (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(+.f64 (*.f64 (-.f64 #s(literal 1 binary64) x) (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 x x) (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(+.f64 (*.f64 x (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (+.f64 (*.f64 x x) #s(literal -1 binary64)))) (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (+.f64 (*.f64 x x) #s(literal -1 binary64))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (-.f64 #s(literal -1 binary64) x))) |
(-.f64 (/.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (*.f64 x x))) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (+.f64 x #s(literal 1 binary64))) (/.f64 (/.f64 (*.f64 x x) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (+.f64 x #s(literal 1 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) x)) (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (-.f64 #s(literal -1 binary64) x))) |
(-.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (*.f64 x x))) (*.f64 (+.f64 x #s(literal 1 binary64)) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))))) (/.f64 (*.f64 x x) (*.f64 (+.f64 x #s(literal 1 binary64)) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))))) |
(fma.f64 x (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 x (/.f64 y x)))) |
(fma.f64 x (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (*.f64 (/.f64 x (/.f64 y x)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))))) |
(fma.f64 x (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (+.f64 (*.f64 x x) #s(literal -1 binary64))))) |
(fma.f64 (/.f64 x (/.f64 y x)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 x (+.f64 x #s(literal 1 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 x (/.f64 y x)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 x (+.f64 x #s(literal 1 binary64))) (*.f64 (/.f64 x (/.f64 y x)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) x (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 x (/.f64 y x)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) x (*.f64 (/.f64 x (/.f64 y x)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 x (/.f64 y x)) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(fma.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 x (/.f64 y x)))) |
(fma.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) #s(literal 1 binary64) (*.f64 (/.f64 x (/.f64 y x)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))))) |
(fma.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal -1 binary64) (+.f64 x #s(literal 1 binary64))) x) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 x (/.f64 y x)))) |
(fma.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal -1 binary64) (+.f64 x #s(literal 1 binary64))) x) (*.f64 (/.f64 x (/.f64 y x)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal -1 binary64) (+.f64 x #s(literal 1 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 x (/.f64 y x)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal -1 binary64) (+.f64 x #s(literal 1 binary64))) (*.f64 (/.f64 x (/.f64 y x)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))))) |
(fma.f64 (*.f64 x x) (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (-.f64 #s(literal 1 binary64) x) (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(fma.f64 (-.f64 #s(literal 1 binary64) x) (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(fma.f64 (pow.f64 (+.f64 x #s(literal 1 binary64)) #s(literal -1/2 binary64)) (*.f64 (pow.f64 (+.f64 x #s(literal 1 binary64)) #s(literal -1/2 binary64)) x) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 x (/.f64 y x)))) |
(fma.f64 (pow.f64 (+.f64 x #s(literal 1 binary64)) #s(literal -1/2 binary64)) (*.f64 (pow.f64 (+.f64 x #s(literal 1 binary64)) #s(literal -1/2 binary64)) x) (*.f64 (/.f64 x (/.f64 y x)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))))) |
(fma.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) x) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 x (/.f64 y x)))) |
(fma.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) x) (*.f64 (/.f64 x (/.f64 y x)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))))) |
(fma.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) x))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 x (/.f64 y x)))) |
(fma.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) x))) (*.f64 (/.f64 x (/.f64 y x)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))))) |
(fma.f64 (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 x #s(literal -1 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 x (/.f64 y x)))) |
(fma.f64 (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 x #s(literal -1 binary64)) (*.f64 (/.f64 x (/.f64 y x)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))))) |
(fma.f64 (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 x (/.f64 y x)))) |
(fma.f64 (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))) (*.f64 (/.f64 x (/.f64 y x)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))))) |
(fma.f64 (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x x) (*.f64 (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1 binary64) x))) |
(fma.f64 (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1 binary64) x) (*.f64 (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) x (*.f64 (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) #s(literal -1 binary64))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 x (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) x))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 x (/.f64 y x)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 x (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) x))) (*.f64 (/.f64 x (/.f64 y x)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (-.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) x) x) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 x (/.f64 y x)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (-.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) x) x) (*.f64 (/.f64 x (/.f64 y x)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (/.f64 x (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 x (/.f64 y x)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (/.f64 x (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))) (*.f64 (/.f64 x (/.f64 y x)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (*.f64 (+.f64 x #s(literal -1 binary64)) x) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 x (/.f64 y x)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (*.f64 (+.f64 x #s(literal -1 binary64)) x) (*.f64 (/.f64 x (/.f64 y x)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))))) |
(fma.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (+.f64 x #s(literal 1 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 x (/.f64 y x)))) |
(fma.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (+.f64 x #s(literal 1 binary64))) (*.f64 (/.f64 x (/.f64 y x)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))))) |
(fma.f64 (*.f64 x (pow.f64 (+.f64 x #s(literal 1 binary64)) #s(literal -1/2 binary64))) (pow.f64 (+.f64 x #s(literal 1 binary64)) #s(literal -1/2 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 x (/.f64 y x)))) |
(fma.f64 (*.f64 x (pow.f64 (+.f64 x #s(literal 1 binary64)) #s(literal -1/2 binary64))) (pow.f64 (+.f64 x #s(literal 1 binary64)) #s(literal -1/2 binary64)) (*.f64 (/.f64 x (/.f64 y x)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (-.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) x) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 x (/.f64 y x)))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (-.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) x) (*.f64 (/.f64 x (/.f64 y x)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64)))) (+.f64 x #s(literal -1 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 x (/.f64 y x)))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64)))) (+.f64 x #s(literal -1 binary64)) (*.f64 (/.f64 x (/.f64 y x)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))))) |
(neg.f64 (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (-.f64 #s(literal -1 binary64) x))) |
(neg.f64 (*.f64 (/.f64 #s(literal -1 binary64) (+.f64 x #s(literal 1 binary64))) (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (-.f64 #s(literal -1 binary64) x)))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (+.f64 x #s(literal 1 binary64)) (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y)))))) |
(/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (+.f64 x #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 x #s(literal 1 binary64)) (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 x (+.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y))))) (+.f64 x #s(literal 1 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (*.f64 x (*.f64 x x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 x (+.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y))))) (-.f64 #s(literal -1 binary64) x)) (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (*.f64 x (*.f64 x x)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) (-.f64 #s(literal -1 binary64) x)) (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (*.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) #s(literal -1 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (+.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y))))) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (*.f64 x (*.f64 x x))) (+.f64 x #s(literal 1 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 (*.f64 x (-.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) x)) (+.f64 x #s(literal 1 binary64))))) |
(/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))))) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) x) (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y)))) (-.f64 #s(literal -1 binary64) x)) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (+.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y))))) (+.f64 x #s(literal 1 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (*.f64 x (*.f64 x x))) (*.f64 (+.f64 x #s(literal 1 binary64)) (*.f64 x (+.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y))))))) |
(/.f64 (*.f64 x (-.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) x)) (*.f64 (+.f64 x #s(literal 1 binary64)) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(/.f64 (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (*.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) #s(literal -1 binary64))) (*.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) (-.f64 #s(literal -1 binary64) x))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (+.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y))))) (-.f64 #s(literal -1 binary64) x))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (*.f64 x (*.f64 x x)))) (neg.f64 (*.f64 (+.f64 x #s(literal 1 binary64)) (*.f64 x (+.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y)))))))) |
(/.f64 (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))))) (*.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) (-.f64 #s(literal -1 binary64) x))) |
(/.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (*.f64 x (*.f64 x x))) (+.f64 x #s(literal 1 binary64))) (*.f64 x (+.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y)))))) |
(/.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (*.f64 x (*.f64 x x))) (+.f64 x #s(literal 1 binary64))) (+.f64 (*.f64 x x) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 y (*.f64 x x))))) |
(/.f64 (/.f64 (*.f64 x (-.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) x)) (+.f64 x #s(literal 1 binary64))) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (-.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) |
(/.f64 (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (+.f64 x #s(literal -1 binary64))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (*.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) #s(literal -1 binary64)))) (neg.f64 (*.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) (-.f64 #s(literal -1 binary64) x)))) |
(/.f64 (neg.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (*.f64 x (*.f64 x x))) (+.f64 x #s(literal 1 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y))))))) |
(/.f64 (neg.f64 (/.f64 (*.f64 x (-.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) x)) (+.f64 x #s(literal 1 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (*.f64 x (*.f64 x x))))) (neg.f64 (*.f64 (*.f64 x (+.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y))))) (-.f64 #s(literal -1 binary64) x)))) |
(/.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal -1 binary64) (+.f64 x #s(literal 1 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y))))))) |
(/.f64 (*.f64 (*.f64 x (-.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) x)) (/.f64 #s(literal -1 binary64) (+.f64 x #s(literal 1 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))))) (-.f64 #s(literal -1 binary64) x)) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (*.f64 x (*.f64 x x)))) (*.f64 x (+.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 x x) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 y (*.f64 x x))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (*.f64 x (-.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) x))) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (+.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y))))) (+.f64 x #s(literal 1 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (*.f64 x (*.f64 x x)))) (*.f64 (+.f64 x #s(literal 1 binary64)) (*.f64 x (+.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 x (-.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) x))) (*.f64 (+.f64 x #s(literal 1 binary64)) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 x (+.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y))))) (-.f64 #s(literal -1 binary64) x))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (*.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) #s(literal -1 binary64)))) (*.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) (-.f64 #s(literal -1 binary64) x))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (*.f64 x (*.f64 x x))) (+.f64 x #s(literal 1 binary64)))) (*.f64 x (+.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (-.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) x)) (+.f64 x #s(literal 1 binary64)))) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (*.f64 x (*.f64 x x))))) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))))) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (*.f64 x (-.f64 x (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y)))) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y)))) #s(literal 1 binary64)) (-.f64 #s(literal -1 binary64) x)) |
(/.f64 (*.f64 (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (-.f64 #s(literal 1 binary64) x) (*.f64 (-.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 1 binary64) x))))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (-.f64 #s(literal 1 binary64) x) (-.f64 (-.f64 #s(literal 1 binary64) x) (*.f64 x x))))) |
(/.f64 (*.f64 (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (-.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 1 binary64) x)))) (+.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) x)) |
(/.f64 (*.f64 (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 x #s(literal 1 binary64))) |
(/.f64 (*.f64 (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64))) (+.f64 (*.f64 x (+.f64 x #s(literal 1 binary64))) #s(literal 1 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y))))))) |
(/.f64 (*.f64 (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(/.f64 (*.f64 (*.f64 x (-.f64 x (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(/.f64 (*.f64 (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))))) (/.f64 #s(literal -1 binary64) (+.f64 x #s(literal 1 binary64)))) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(pow.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y)))) #s(literal -1 binary64)) |
(*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (+.f64 x #s(literal 1 binary64)))) |
(*.f64 (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (+.f64 x #s(literal 1 binary64))) #s(literal 1 binary64)) |
(*.f64 (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (+.f64 x #s(literal 1 binary64))) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 x y)) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (-.f64 #s(literal -1 binary64) x))) |
(*.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal -1 binary64) (+.f64 x #s(literal 1 binary64))) (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y)))) (/.f64 #s(literal -1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x #s(literal 1 binary64)) (*.f64 x (+.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y)))))))) |
(*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y))))) (+.f64 x #s(literal 1 binary64))))) |
(*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (*.f64 x (*.f64 x x))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y)))))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))))) |
(*.f64 (*.f64 x (-.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) x)) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 x #s(literal 1 binary64)) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))))) |
(*.f64 (*.f64 x (-.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) x)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))))) |
(*.f64 (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (*.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) (-.f64 #s(literal -1 binary64) x)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y))))) (-.f64 #s(literal -1 binary64) x)))) |
(*.f64 (pow.f64 (+.f64 x #s(literal 1 binary64)) #s(literal -1/2 binary64)) (*.f64 (pow.f64 (+.f64 x #s(literal 1 binary64)) #s(literal -1/2 binary64)) (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))))) |
(*.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (*.f64 x (*.f64 x x))) (+.f64 x #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y))))))) |
(*.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (*.f64 x (*.f64 x x))) (+.f64 x #s(literal 1 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y)))))) #s(literal 1 binary64))) |
(*.f64 (/.f64 (*.f64 x (-.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) x)) (+.f64 x #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(*.f64 (/.f64 (*.f64 x (-.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) x)) (+.f64 x #s(literal 1 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) #s(literal 1 binary64))) |
(*.f64 (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) x)) |
(*.f64 (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) x)))) |
(*.f64 (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 x #s(literal -1 binary64))) |
(*.f64 (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (-.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) x) (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (*.f64 (+.f64 x #s(literal -1 binary64)) (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))))) |
(*.f64 (pow.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (*.f64 x (*.f64 x x)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y))))))) |
(*.f64 (pow.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) (*.f64 x (-.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) x))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 x y)) (+.f64 x #s(literal 1 binary64))) x) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 x y)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 x (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) x)))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 x y)) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (/.f64 x (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))) |
(*.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (*.f64 x (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y)))))) (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) x)))) |
(*.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (*.f64 x (*.f64 x x))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y)))))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))) |
(*.f64 (/.f64 (*.f64 x (-.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) x)))) |
(*.f64 (/.f64 (*.f64 x (-.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) x)) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))) |
(*.f64 (/.f64 (*.f64 x (+.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y))))) (+.f64 x #s(literal 1 binary64))) (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (*.f64 x (+.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y))))))) |
(*.f64 (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(*.f64 (pow.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y)))) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y)))) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (pow.f64 (+.f64 x #s(literal 1 binary64)) #s(literal -1/2 binary64))) (pow.f64 (+.f64 x #s(literal 1 binary64)) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))))) (/.f64 #s(literal -1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (-.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) x)) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (+.f64 (*.f64 x x) #s(literal -1 binary64)))) (+.f64 x #s(literal -1 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 x y))) x) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y))))))) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (*.f64 x (-.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) x))) (/.f64 #s(literal 1 binary64) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(+.f64 x (/.f64 x (/.f64 y x))) |
(+.f64 (/.f64 x (/.f64 y x)) x) |
(+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (*.f64 x x))) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (neg.f64 (/.f64 (*.f64 x x) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))))) |
(-.f64 x (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 y x)))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))))) |
(-.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (*.f64 x x))) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (/.f64 (*.f64 x x) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(-.f64 (/.f64 (*.f64 x x) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y)))) (/.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (*.f64 x x))) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y))))) |
(fma.f64 x #s(literal 1 binary64) (/.f64 x (/.f64 y x))) |
(fma.f64 x (/.f64 x y) x) |
(fma.f64 (/.f64 x (/.f64 y x)) #s(literal 1 binary64) x) |
(fma.f64 #s(literal 1 binary64) x (/.f64 x (/.f64 y x))) |
(fma.f64 #s(literal 1 binary64) (/.f64 x (/.f64 y x)) x) |
(fma.f64 (/.f64 x y) x x) |
(fma.f64 (/.f64 x y) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64)) x) |
(fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) x) (/.f64 x (/.f64 y x))) |
(fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 y x))) x) |
(fma.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) (/.f64 x y)) x) |
(fma.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (*.f64 x x))) (/.f64 #s(literal 1 binary64) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (neg.f64 (/.f64 (*.f64 x x) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))))) |
(fma.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) y) x) |
(fma.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 x x) x) |
(fma.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) x) #s(literal -1 binary64)) x) |
(fma.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 x (/.f64 #s(literal 1 binary64) x)) x) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (/.f64 #s(literal -1 binary64) y) x) |
(fma.f64 (/.f64 #s(literal -1 binary64) y) (-.f64 #s(literal 0 binary64) (*.f64 x x)) x) |
(fma.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 x (/.f64 #s(literal -1 binary64) x)) x) |
(fma.f64 (-.f64 #s(literal 0 binary64) (/.f64 x y)) (-.f64 #s(literal 0 binary64) x) x) |
(fma.f64 (-.f64 #s(literal 0 binary64) (/.f64 x y)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) x)) x) |
(fma.f64 (/.f64 x #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 x y)) x) |
(fma.f64 (/.f64 x (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y) x) |
(fma.f64 (/.f64 x (/.f64 #s(literal -1 binary64) x)) (/.f64 #s(literal -1 binary64) y) x) |
(fma.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) x)) (-.f64 #s(literal 0 binary64) (/.f64 x y)) x) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 x y)) x) |
(fma.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) #s(literal 1 binary64)) (/.f64 x (/.f64 #s(literal 1 binary64) x)) x) |
(fma.f64 (/.f64 (/.f64 #s(literal -1 binary64) y) #s(literal 1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 1 binary64) x)) x) |
(fma.f64 (pow.f64 (/.f64 y (*.f64 x x)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 y (*.f64 x x)) #s(literal -1/2 binary64)) x) |
(fma.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 x y)) #s(literal -1 binary64)) x x) |
(neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))))) |
(/.f64 x (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x x) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 y (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (*.f64 x (*.f64 x x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y))) (*.f64 x (-.f64 x (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (*.f64 x (*.f64 x x))) (*.f64 x (+.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (*.f64 x (*.f64 x x))) (+.f64 (*.f64 x x) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 y (*.f64 x x))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (*.f64 x (*.f64 x x))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y)))))))) |
(/.f64 (*.f64 x (-.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) x)) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (*.f64 x (*.f64 x x)))) (neg.f64 (+.f64 (*.f64 x x) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 y (*.f64 x x)))))) |
(/.f64 (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))))) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(/.f64 (*.f64 x (-.f64 x (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y))) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (*.f64 x x))) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (*.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) (*.f64 x x))) (*.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (*.f64 x (*.f64 x x))))) (*.f64 x (+.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (*.f64 x (*.f64 x x))))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y)))))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))))) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (*.f64 x (-.f64 x (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y)))) (neg.f64 (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (*.f64 x x))) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 x x) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (*.f64 x x))) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (/.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (*.f64 x x))) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))))) (+.f64 (*.f64 (/.f64 (*.f64 x x) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (/.f64 (*.f64 x x) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))))) (*.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (*.f64 x x))) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (/.f64 (*.f64 x x) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (*.f64 x x))) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (/.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (*.f64 x x))) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))))) (*.f64 (/.f64 (*.f64 x x) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (/.f64 (*.f64 x x) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))))) (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (*.f64 x x))) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (/.f64 (*.f64 x x) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) x) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) x) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) y))) |
(/.f64 (*.f64 (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)) x) (+.f64 (/.f64 x y) #s(literal -1 binary64))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y))))) x) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) (-.f64 #s(literal 1 binary64) (/.f64 x y))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64))) x) (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 x y)) #s(literal 1 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 y (/.f64 x y)))) x) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/.f64 (*.f64 (+.f64 (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x (/.f64 x (/.f64 y x))))) (/.f64 y (/.f64 x y))) (/.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x (/.f64 x (/.f64 y x))))) (/.f64 y (/.f64 x y))) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y))))))) (+.f64 (/.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x (/.f64 x (/.f64 y x))))) (/.f64 y (/.f64 x y))) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 x (*.f64 x x)) (-.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 x (*.f64 x (*.f64 x (/.f64 x (/.f64 y x))))) (/.f64 y (/.f64 x y))))))) |
(/.f64 (*.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (*.f64 x (*.f64 x x))) (-.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x (/.f64 x (/.f64 y x))))) (/.f64 y (/.f64 x y))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y))))))) (-.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x (/.f64 x (/.f64 y x))))) (/.f64 y (/.f64 x y))) (*.f64 x (*.f64 x x)))) |
(/.f64 (*.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (*.f64 x (*.f64 x x))) (-.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x (/.f64 x (/.f64 y x))))) (/.f64 y (/.f64 x y))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))))) (+.f64 (/.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x (/.f64 x (/.f64 y x))))) (/.f64 y (/.f64 x y))) (/.f64 y (*.f64 x x))) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (*.f64 x x))))))) |
(/.f64 (*.f64 (*.f64 (*.f64 (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal 1 binary64)) (*.f64 x x)) (*.f64 x (-.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) x))) (/.f64 #s(literal 1 binary64) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))))) (*.f64 (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal 1 binary64)) (*.f64 x x))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (*.f64 x (*.f64 x x)))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y))))))) |
(/.f64 (*.f64 (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(/.f64 (*.f64 (*.f64 x (-.f64 x (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y))) #s(literal 1 binary64)) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y)))) #s(literal -1 binary64)) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) #s(literal 1 binary64)) |
(*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (*.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))))) |
(*.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 x y)) x) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))))) |
(*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 1 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y))))))) |
(*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 y (*.f64 x x)))))) |
(*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (*.f64 x (*.f64 x x))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y)))))) #s(literal 1 binary64))) |
(*.f64 (*.f64 x (+.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y))))) (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (/.f64 #s(literal 1 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y)))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) (-.f64 #s(literal 1 binary64) (/.f64 x y)))) x)) |
(*.f64 (*.f64 x (-.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) x)) (/.f64 #s(literal 1 binary64) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(*.f64 (*.f64 x (-.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) x)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) #s(literal 1 binary64))) |
(*.f64 (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))) x)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y)))))))) |
(*.f64 (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))))) |
(*.f64 (*.f64 x (-.f64 x (/.f64 (*.f64 x (/.f64 x (/.f64 y x))) y))) (/.f64 #s(literal 1 binary64) (*.f64 x (-.f64 #s(literal 1 binary64) (/.f64 x y))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 y (*.f64 x x))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 y x)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y x))) (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 y x)))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 y x)))) |
(/.f64 x (/.f64 y x)) |
(/.f64 (/.f64 x (/.f64 y x)) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 y (*.f64 x x))) |
(/.f64 (/.f64 x y) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 #s(literal -1 binary64) (/.f64 y (-.f64 #s(literal 0 binary64) (*.f64 x x)))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) (/.f64 y x))) |
(/.f64 (*.f64 x x) y) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 x y)) (/.f64 #s(literal -1 binary64) x)) |
(/.f64 (*.f64 (*.f64 x x) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) y)) |
(pow.f64 (/.f64 y (*.f64 x x)) #s(literal -1 binary64)) |
(*.f64 x (/.f64 x y)) |
(*.f64 (/.f64 x (/.f64 y x)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 x (/.f64 y x))) |
(*.f64 (/.f64 x y) x) |
(*.f64 (/.f64 x y) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 y x)))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) (/.f64 x y))) |
(*.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 x x)) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) x) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 x (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (/.f64 #s(literal -1 binary64) y) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(*.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 x (/.f64 #s(literal -1 binary64) x))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 x y)) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 x y)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) x))) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 x y))) |
(*.f64 (/.f64 x (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (/.f64 x (/.f64 #s(literal -1 binary64) x)) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) x)) (-.f64 #s(literal 0 binary64) (/.f64 x y))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 x y))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) #s(literal 1 binary64)) (/.f64 x (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 (/.f64 #s(literal -1 binary64) y) #s(literal 1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (pow.f64 (/.f64 y (*.f64 x x)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 y (*.f64 x x)) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 x y)) #s(literal -1 binary64)) x) |
(exp.f64 (*.f64 (log.f64 (/.f64 x y)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y x))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) x)) (-.f64 #s(literal 0 binary64) (/.f64 y x))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 y x))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 y x)) #s(literal 1 binary64))) |
(/.f64 y x) |
(/.f64 (/.f64 y x) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 x y)) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x y))) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 y x)) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal 1 binary64) y)) |
(/.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal -1 binary64) y)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (*.f64 y #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) x)) |
(pow.f64 (/.f64 y x) #s(literal 1 binary64)) |
(pow.f64 (/.f64 x y) #s(literal -1 binary64)) |
(*.f64 y (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (/.f64 y x) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 y x)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y x))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal -1 binary64) x)) |
(*.f64 (/.f64 #s(literal 1 binary64) x) y) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (pow.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) x) (-.f64 #s(literal 0 binary64) y)) |
(*.f64 (/.f64 #s(literal -1 binary64) x) (pow.f64 (/.f64 #s(literal -1 binary64) y) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) y) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) x)) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y)) (/.f64 #s(literal -1 binary64) x)) |
(*.f64 (pow.f64 (/.f64 x y) #s(literal -1/2 binary64)) (pow.f64 (/.f64 x y) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal -1 binary64) x) #s(literal -1 binary64)) y) |
(exp.f64 (*.f64 (log.f64 (/.f64 y (*.f64 x x))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 y x)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y x))) (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 y x)))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 y x)))) |
(/.f64 x (/.f64 y x)) |
(/.f64 (/.f64 x (/.f64 y x)) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 y (*.f64 x x))) |
(/.f64 (/.f64 x y) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 #s(literal -1 binary64) (/.f64 y (-.f64 #s(literal 0 binary64) (*.f64 x x)))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) (/.f64 y x))) |
(/.f64 (*.f64 x x) y) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 x y)) (/.f64 #s(literal -1 binary64) x)) |
(/.f64 (*.f64 (*.f64 x x) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) y)) |
(pow.f64 (/.f64 y (*.f64 x x)) #s(literal -1 binary64)) |
(*.f64 x (/.f64 x y)) |
(*.f64 (/.f64 x (/.f64 y x)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 x (/.f64 y x))) |
(*.f64 (/.f64 x y) x) |
(*.f64 (/.f64 x y) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 y x)))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) (/.f64 x y))) |
(*.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 x x)) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) x) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 x (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (/.f64 #s(literal -1 binary64) y) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(*.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 x (/.f64 #s(literal -1 binary64) x))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 x y)) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 x y)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) x))) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 x y))) |
(*.f64 (/.f64 x (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (/.f64 x (/.f64 #s(literal -1 binary64) x)) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) x)) (-.f64 #s(literal 0 binary64) (/.f64 x y))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 x y))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) #s(literal 1 binary64)) (/.f64 x (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 (/.f64 #s(literal -1 binary64) y) #s(literal 1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (pow.f64 (/.f64 y (*.f64 x x)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 y (*.f64 x x)) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 x y)) #s(literal -1 binary64)) x) |
(exp.f64 (*.f64 (log.f64 (/.f64 y x)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x y))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) (/.f64 x y))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 x y))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (/.f64 x y)) #s(literal 1 binary64))) |
(/.f64 x y) |
(/.f64 #s(literal 1 binary64) (/.f64 y x)) |
(/.f64 (/.f64 x y) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y x))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 #s(literal -1 binary64) x)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 x y)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 y x) #s(literal -1 binary64)) |
(pow.f64 (/.f64 x y) #s(literal 1 binary64)) |
(*.f64 x (/.f64 #s(literal 1 binary64) y)) |
(*.f64 #s(literal 1 binary64) (/.f64 x y)) |
(*.f64 (/.f64 x y) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x y))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal -1 binary64) y) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) x) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) y) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (/.f64 #s(literal -1 binary64) y) (pow.f64 (/.f64 #s(literal -1 binary64) x) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) x) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (pow.f64 (/.f64 y x) #s(literal -1/2 binary64)) (pow.f64 (/.f64 y x) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal -1 binary64) y) #s(literal -1 binary64)) x) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(+.f64 (/.f64 x y) #s(literal 1 binary64)) |
(+.f64 (/.f64 (/.f64 x (/.f64 y (/.f64 x y))) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x y))) |
(-.f64 (/.f64 (/.f64 x (/.f64 y (/.f64 x y))) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x y))) (/.f64 (/.f64 x (/.f64 y (/.f64 x y))) (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(fma.f64 x (/.f64 #s(literal 1 binary64) y) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (/.f64 x y) #s(literal 1 binary64)) |
(fma.f64 (/.f64 x y) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x y)) #s(literal 1 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal -1 binary64) y) #s(literal 1 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal -1 binary64) y) #s(literal 1 binary64)) #s(literal 1 binary64)) |
(fma.f64 (/.f64 x (/.f64 y (/.f64 x y))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) y) x #s(literal 1 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64)) #s(literal 1 binary64)) |
(fma.f64 (/.f64 #s(literal -1 binary64) y) (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64)) |
(fma.f64 (/.f64 #s(literal -1 binary64) y) (pow.f64 (/.f64 #s(literal -1 binary64) x) #s(literal -1 binary64)) #s(literal 1 binary64)) |
(fma.f64 (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) y) #s(literal 1 binary64)) |
(fma.f64 (pow.f64 (/.f64 #s(literal -1 binary64) x) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) y) #s(literal 1 binary64)) |
(fma.f64 (pow.f64 (/.f64 y x) #s(literal -1/2 binary64)) (pow.f64 (/.f64 y x) #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(fma.f64 (*.f64 (/.f64 #s(literal -1 binary64) y) #s(literal -1 binary64)) x #s(literal 1 binary64)) |
(neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) (-.f64 #s(literal 1 binary64) (/.f64 x y)))))) |
(neg.f64 (/.f64 (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)) (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 x y)) #s(literal 1 binary64)))) |
(neg.f64 (/.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y))))) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) (-.f64 #s(literal 1 binary64) (/.f64 x y))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64))) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.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 #s(literal 1 binary64) (/.f64 x y))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) y)) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)) (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 y (/.f64 x y)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 x y))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) y))) |
(/.f64 (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)) (+.f64 (/.f64 x y) #s(literal -1 binary64))) |
(/.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y))))) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) (-.f64 #s(literal 1 binary64) (/.f64 x y))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y))))) (neg.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) y)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64))) (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 x y)) #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 y (/.f64 x y)))) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/.f64 (-.f64 (*.f64 (/.f64 x (/.f64 y (/.f64 x y))) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (*.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) #s(literal 1 binary64))) (*.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 y (/.f64 x y))))) (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) (-.f64 #s(literal 1 binary64) (/.f64 x y)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)))) (neg.f64 (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 x y)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (/.f64 x (/.f64 y (/.f64 x y))) (+.f64 (/.f64 x y) #s(literal -1 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (/.f64 x (/.f64 y (/.f64 x y))) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 (/.f64 x (/.f64 y (/.f64 x y))) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (*.f64 (/.f64 (/.f64 x (/.f64 y (/.f64 x y))) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 x (/.f64 y (/.f64 x y))) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 (/.f64 x (/.f64 y (/.f64 x y))) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) (+.f64 (/.f64 (/.f64 x (/.f64 y (/.f64 x y))) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))))) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) (-.f64 #s(literal 1 binary64) (/.f64 x y))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)))) (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 x y)) #s(literal 1 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 y (/.f64 x y))))) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y))))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) (-.f64 #s(literal 1 binary64) (/.f64 x y))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64))) #s(literal 1 binary64)) (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 x y)) #s(literal 1 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 y (/.f64 x y)))) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/.f64 (*.f64 (+.f64 (*.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y))) (/.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x (/.f64 x (/.f64 y x))))) (/.f64 y (/.f64 x y))) (*.f64 y (*.f64 y y)))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) (-.f64 #s(literal 1 binary64) (/.f64 x y))))) (+.f64 (/.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x (/.f64 x (/.f64 y x))))) (/.f64 y (/.f64 x y))) (*.f64 y (*.f64 y y))) (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))))) |
(/.f64 (*.f64 (+.f64 (/.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x (/.f64 x (/.f64 y x))))) (/.f64 y (/.f64 x y))) (*.f64 y (*.f64 y y))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) (-.f64 #s(literal 1 binary64) (/.f64 x y))))) (+.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y))) #s(literal -1 binary64))) |
(/.f64 (*.f64 (+.f64 (/.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x (/.f64 x (/.f64 y x))))) (/.f64 y (/.f64 x y))) (*.f64 y (*.f64 y y))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y))) (/.f64 y x)) (+.f64 #s(literal 1 binary64) (/.f64 x (/.f64 y (/.f64 x y)))))) |
(/.f64 (*.f64 (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y))) (/.f64 y x)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal 1 binary64))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 x y))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 x y)) #s(literal 1 binary64)) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 x y)) (*.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) (-.f64 #s(literal 1 binary64) (/.f64 x y))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) y)))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) (-.f64 #s(literal 1 binary64) (/.f64 x y)))) #s(literal 1 binary64))) |
(*.f64 (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(*.f64 (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))) #s(literal 1 binary64))) |
(*.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) (-.f64 #s(literal 1 binary64) (/.f64 x y)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 x y)) #s(literal 1 binary64)))) |
(*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 y (/.f64 x y)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(+.f64 (/.f64 x y) #s(literal 1 binary64)) |
(+.f64 (/.f64 (/.f64 x (/.f64 y (/.f64 x y))) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x y))) |
(-.f64 (/.f64 (/.f64 x (/.f64 y (/.f64 x y))) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x y))) (/.f64 (/.f64 x (/.f64 y (/.f64 x y))) (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(fma.f64 x (/.f64 #s(literal 1 binary64) y) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (/.f64 x y) #s(literal 1 binary64)) |
(fma.f64 (/.f64 x y) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 x y)) #s(literal 1 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal -1 binary64) y) #s(literal 1 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal -1 binary64) y) #s(literal 1 binary64)) #s(literal 1 binary64)) |
(fma.f64 (/.f64 x (/.f64 y (/.f64 x y))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) y) x #s(literal 1 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64)) #s(literal 1 binary64)) |
(fma.f64 (/.f64 #s(literal -1 binary64) y) (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64)) |
(fma.f64 (/.f64 #s(literal -1 binary64) y) (pow.f64 (/.f64 #s(literal -1 binary64) x) #s(literal -1 binary64)) #s(literal 1 binary64)) |
(fma.f64 (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) y) #s(literal 1 binary64)) |
(fma.f64 (pow.f64 (/.f64 #s(literal -1 binary64) x) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) y) #s(literal 1 binary64)) |
(fma.f64 (pow.f64 (/.f64 y x) #s(literal -1/2 binary64)) (pow.f64 (/.f64 y x) #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(fma.f64 (*.f64 (/.f64 #s(literal -1 binary64) y) #s(literal -1 binary64)) x #s(literal 1 binary64)) |
(neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) (-.f64 #s(literal 1 binary64) (/.f64 x y)))))) |
(neg.f64 (/.f64 (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)) (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 x y)) #s(literal 1 binary64)))) |
(neg.f64 (/.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y))))) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) (-.f64 #s(literal 1 binary64) (/.f64 x y))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64))) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.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 #s(literal 1 binary64) (/.f64 x y))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) y)) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)) (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 y (/.f64 x y)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 x y))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) y))) |
(/.f64 (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)) (+.f64 (/.f64 x y) #s(literal -1 binary64))) |
(/.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y))))) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) (-.f64 #s(literal 1 binary64) (/.f64 x y))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y))))) (neg.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) y)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64))) (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 x y)) #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 y (/.f64 x y)))) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/.f64 (-.f64 (*.f64 (/.f64 x (/.f64 y (/.f64 x y))) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (*.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) #s(literal 1 binary64))) (*.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 y (/.f64 x y))))) (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) (-.f64 #s(literal 1 binary64) (/.f64 x y)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)))) (neg.f64 (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 x y)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (/.f64 x (/.f64 y (/.f64 x y))) (+.f64 (/.f64 x y) #s(literal -1 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (/.f64 x (/.f64 y (/.f64 x y))) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 (/.f64 x (/.f64 y (/.f64 x y))) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (*.f64 (/.f64 (/.f64 x (/.f64 y (/.f64 x y))) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 x (/.f64 y (/.f64 x y))) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 (/.f64 x (/.f64 y (/.f64 x y))) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) (+.f64 (/.f64 (/.f64 x (/.f64 y (/.f64 x y))) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))))) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) (-.f64 #s(literal 1 binary64) (/.f64 x y))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)))) (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 x y)) #s(literal 1 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 y (/.f64 x y))))) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y))))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) (-.f64 #s(literal 1 binary64) (/.f64 x y))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64))) #s(literal 1 binary64)) (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 x y)) #s(literal 1 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 y (/.f64 x y)))) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/.f64 (*.f64 (+.f64 (*.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y))) (/.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x (/.f64 x (/.f64 y x))))) (/.f64 y (/.f64 x y))) (*.f64 y (*.f64 y y)))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) (-.f64 #s(literal 1 binary64) (/.f64 x y))))) (+.f64 (/.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x (/.f64 x (/.f64 y x))))) (/.f64 y (/.f64 x y))) (*.f64 y (*.f64 y y))) (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))))) |
(/.f64 (*.f64 (+.f64 (/.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x (/.f64 x (/.f64 y x))))) (/.f64 y (/.f64 x y))) (*.f64 y (*.f64 y y))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) (-.f64 #s(literal 1 binary64) (/.f64 x y))))) (+.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y))) #s(literal -1 binary64))) |
(/.f64 (*.f64 (+.f64 (/.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x (/.f64 x (/.f64 y x))))) (/.f64 y (/.f64 x y))) (*.f64 y (*.f64 y y))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y))) (/.f64 y x)) (+.f64 #s(literal 1 binary64) (/.f64 x (/.f64 y (/.f64 x y)))))) |
(/.f64 (*.f64 (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y))) (/.f64 y x)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal 1 binary64))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 x y))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 x y)) #s(literal 1 binary64)) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 x y)) (*.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) (-.f64 #s(literal 1 binary64) (/.f64 x y))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) y)))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) (-.f64 #s(literal 1 binary64) (/.f64 x y)))) #s(literal 1 binary64))) |
(*.f64 (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(*.f64 (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))) #s(literal 1 binary64))) |
(*.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (/.f64 x y))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) (-.f64 #s(literal 1 binary64) (/.f64 x y)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 x (/.f64 y (/.f64 x y))) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 x y)) #s(literal 1 binary64)))) |
(*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x (/.f64 y (/.f64 x y)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(+.f64 (*.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x x)) (*.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1 binary64) x))) |
(+.f64 (*.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1 binary64) x)) (*.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x x))) |
(+.f64 (*.f64 (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) x) (*.f64 (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) #s(literal -1 binary64))) |
(+.f64 (*.f64 (*.f64 x x) (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (*.f64 (-.f64 #s(literal 1 binary64) x) (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(+.f64 (*.f64 (-.f64 #s(literal 1 binary64) x) (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 x x) (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(+.f64 (*.f64 x (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64)))) (*.f64 #s(literal -1 binary64) (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) x)) (/.f64 x (-.f64 #s(literal -1 binary64) x))) |
(fma.f64 x (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) (*.f64 #s(literal -1 binary64) (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))))) |
(fma.f64 (*.f64 x x) (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (-.f64 #s(literal 1 binary64) x) (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(fma.f64 (-.f64 #s(literal 1 binary64) x) (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(fma.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x x) (*.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1 binary64) x))) |
(fma.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1 binary64) x) (*.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x x))) |
(fma.f64 (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) x (*.f64 (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 x (-.f64 #s(literal -1 binary64) x))) |
(neg.f64 (*.f64 (/.f64 #s(literal -1 binary64) (+.f64 x #s(literal 1 binary64))) x)) |
(neg.f64 (*.f64 x (/.f64 #s(literal -1 binary64) (+.f64 x #s(literal 1 binary64))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 x #s(literal 1 binary64)))) |
(/.f64 x (+.f64 x #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 x #s(literal 1 binary64)) x)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal -1 binary64) x)) |
(/.f64 (*.f64 x (+.f64 x #s(literal -1 binary64))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) |
(/.f64 (*.f64 x (-.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) |
(/.f64 (*.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (-.f64 #s(literal 1 binary64) x) (*.f64 (-.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 1 binary64) x))))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (-.f64 #s(literal 1 binary64) x) (-.f64 (-.f64 #s(literal 1 binary64) x) (*.f64 x x))))) |
(/.f64 (*.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (-.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 1 binary64) x)))) (+.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) x)) |
(/.f64 (*.f64 (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 x #s(literal 1 binary64))) |
(/.f64 (*.f64 (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64))) (+.f64 (*.f64 x (+.f64 x #s(literal 1 binary64))) #s(literal 1 binary64))) |
(pow.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) x) #s(literal -1 binary64)) |
(*.f64 x (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(*.f64 #s(literal 1 binary64) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) x) |
(*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal -1 binary64) (+.f64 x #s(literal 1 binary64))) x)) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal -1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(*.f64 (pow.f64 (+.f64 x #s(literal 1 binary64)) #s(literal -1/2 binary64)) (*.f64 (pow.f64 (+.f64 x #s(literal 1 binary64)) #s(literal -1/2 binary64)) x)) |
(*.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) x)) |
(*.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) x)))) |
(*.f64 (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 x #s(literal -1 binary64))) |
(*.f64 (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 x (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) x)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (-.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) x) x)) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (/.f64 x (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (*.f64 (+.f64 x #s(literal -1 binary64)) x)) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(*.f64 (*.f64 x (pow.f64 (+.f64 x #s(literal 1 binary64)) #s(literal -1/2 binary64))) (pow.f64 (+.f64 x #s(literal 1 binary64)) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (-.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) x)) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64)))) (+.f64 x #s(literal -1 binary64))) |
(+.f64 (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))))) |
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x x)) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1 binary64) x))) |
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1 binary64) x)) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x x))) |
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))) x) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))) #s(literal -1 binary64))) |
(+.f64 (*.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (*.f64 (-.f64 #s(literal 1 binary64) x) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(+.f64 (*.f64 (-.f64 #s(literal 1 binary64) x) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(exp.f64 (*.f64 (log1p.f64 x) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(-.f64 (/.f64 x (+.f64 (*.f64 x x) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64)))) |
(-.f64 (/.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) |
(fma.f64 x (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 x (+.f64 x #s(literal -1 binary64))) (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))))) |
(fma.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))) (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))))) |
(fma.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (-.f64 #s(literal 1 binary64) x) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(fma.f64 (-.f64 #s(literal 1 binary64) x) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x x) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1 binary64) x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1 binary64) x) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))) x (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(neg.f64 (*.f64 (/.f64 #s(literal -1 binary64) (+.f64 x #s(literal 1 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal -1 binary64) x)) |
(/.f64 (-.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) x) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) |
(/.f64 (+.f64 x #s(literal -1 binary64)) (+.f64 (*.f64 x x) #s(literal -1 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) x)) (+.f64 #s(literal -1 binary64) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64)) (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) #s(literal 1 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (-.f64 #s(literal 1 binary64) x) (*.f64 (-.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 1 binary64) x))))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (-.f64 #s(literal 1 binary64) x) (-.f64 (-.f64 #s(literal 1 binary64) x) (*.f64 x x))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (-.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 1 binary64) x)))) (+.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) x)) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 x #s(literal 1 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64))) (+.f64 (*.f64 x (+.f64 x #s(literal 1 binary64))) #s(literal 1 binary64))) |
(pow.f64 (+.f64 x #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (+.f64 x #s(literal 1 binary64)) #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 x #s(literal 1 binary64))) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 (log1p.f64 x)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(*.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal -1 binary64) (+.f64 x #s(literal 1 binary64))) #s(literal 1 binary64))) |
(*.f64 (-.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) x) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) |
(*.f64 (+.f64 x #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64)))) |
(*.f64 (pow.f64 (+.f64 x #s(literal 1 binary64)) #s(literal -1/2 binary64)) (pow.f64 (+.f64 x #s(literal 1 binary64)) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 (+.f64 x #s(literal 1 binary64)) #s(literal -1/2 binary64)) (*.f64 (pow.f64 (+.f64 x #s(literal 1 binary64)) #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) x)) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) x)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (-.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) x) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 x #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (*.f64 (+.f64 x #s(literal -1 binary64)) #s(literal 1 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (pow.f64 (+.f64 x #s(literal 1 binary64)) #s(literal -1/2 binary64))) (pow.f64 (+.f64 x #s(literal 1 binary64)) #s(literal -1/2 binary64))) |
(+.f64 x #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) x) |
(+.f64 (/.f64 (*.f64 x x) (+.f64 x #s(literal -1 binary64))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))) |
(exp.f64 (neg.f64 (*.f64 (log1p.f64 x) #s(literal -1 binary64)))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal -1 binary64) x)) |
(-.f64 (/.f64 (*.f64 x x) (+.f64 x #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))) |
(-.f64 (/.f64 (/.f64 (*.f64 x x) (+.f64 x #s(literal -1 binary64))) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))) #s(literal 1 binary64))) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) x)) (/.f64 (*.f64 x x) (-.f64 #s(literal 1 binary64) x))) |
(fma.f64 x #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) x #s(literal 1 binary64)) |
(fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64)) |
(fma.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))) |
(neg.f64 (-.f64 #s(literal -1 binary64) x)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 1 binary64) (*.f64 x x)))) |
(/.f64 (+.f64 x #s(literal 1 binary64)) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(/.f64 (-.f64 #s(literal -1 binary64) x) #s(literal -1 binary64)) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (-.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) x)) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) x)))) |
(/.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) (+.f64 x #s(literal -1 binary64))) |
(/.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) (neg.f64 (+.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64)))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))) (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) x))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) #s(literal 1 binary64)) (+.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 #s(literal 1 binary64) x)) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) (+.f64 x #s(literal -1 binary64))) (*.f64 (+.f64 x #s(literal -1 binary64)) #s(literal 1 binary64))) (*.f64 (+.f64 x #s(literal -1 binary64)) (+.f64 x #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x))) (neg.f64 (-.f64 #s(literal 1 binary64) x))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))))) (-.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) x)) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))))) (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) x)))) |
(/.f64 (neg.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) #s(literal 1 binary64))) (+.f64 x #s(literal -1 binary64))) |
(/.f64 (neg.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) #s(literal 1 binary64))) (neg.f64 (+.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 x x) (+.f64 x #s(literal -1 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 x x) (+.f64 x #s(literal -1 binary64))) (/.f64 (*.f64 x x) (+.f64 x #s(literal -1 binary64)))) (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))) (*.f64 (/.f64 (*.f64 x x) (+.f64 x #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x x) (+.f64 x #s(literal -1 binary64))) (/.f64 (*.f64 x x) (+.f64 x #s(literal -1 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))) (+.f64 (/.f64 (*.f64 x x) (+.f64 x #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) #s(literal 1 binary64)) (-.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) x)) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) #s(literal 1 binary64)) (+.f64 x #s(literal -1 binary64))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) x))) |
(/.f64 (*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) #s(literal 1 binary64)) #s(literal 1 binary64)) (+.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) x)) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) x))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) x))) (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) |
(/.f64 (*.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))) (+.f64 (*.f64 x x) #s(literal 1 binary64))) |
(pow.f64 (+.f64 x #s(literal 1 binary64)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) |
(*.f64 (+.f64 x #s(literal 1 binary64)) #s(literal 1 binary64)) |
(*.f64 (+.f64 x #s(literal 1 binary64)) (/.f64 (+.f64 x #s(literal -1 binary64)) (+.f64 x #s(literal -1 binary64)))) |
(*.f64 (+.f64 x #s(literal 1 binary64)) (*.f64 (+.f64 x #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal -1 binary64) x)) |
(*.f64 (-.f64 #s(literal -1 binary64) x) #s(literal -1 binary64)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) x))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) x)) #s(literal 1 binary64))) |
(*.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))) |
(*.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))) #s(literal 1 binary64))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (-.f64 (+.f64 (*.f64 x x) #s(literal 1 binary64)) x)))) |
(*.f64 (+.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64)))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) x))) |
| 1× | egg-herbie |
| 12752× | accelerator-lowering-fma.f32 |
| 12752× | accelerator-lowering-fma.f64 |
| 4014× | *-lowering-*.f32 |
| 4014× | *-lowering-*.f64 |
| 2448× | +-lowering-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 130 | 1358 |
| 1 | 378 | 1318 |
| 2 | 957 | 1238 |
| 3 | 4513 | 1230 |
| 0 | 8434 | 1198 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
x |
(* x (+ 1 (* x (- (/ 1 y) 1)))) |
(* x (+ 1 (* x (- (+ (* x (- 1 (/ 1 y))) (/ 1 y)) 1)))) |
(* x (+ 1 (* x (- (+ (* x (- (+ 1 (* x (- (/ 1 y) 1))) (/ 1 y))) (/ 1 y)) 1)))) |
(/ x y) |
(* x (- (+ (/ 1 x) (/ 1 y)) (/ 1 (* x y)))) |
(* x (- (+ (/ 1 x) (+ (/ 1 y) (/ 1 (* (pow x 2) y)))) (+ (/ 1 (* x y)) (/ 1 (pow x 2))))) |
(* x (- (+ (/ 1 x) (+ (/ 1 y) (+ (/ 1 (* (pow x 2) y)) (/ 1 (pow x 3))))) (+ (/ 1 (* x y)) (+ (/ 1 (* (pow x 3) y)) (/ 1 (pow x 2)))))) |
(/ x y) |
(* -1 (* x (- (* -1 (/ (- 1 (/ 1 y)) x)) (/ 1 y)))) |
(* -1 (* x (- (* -1 (/ (- (+ 1 (* -1 (/ (- 1 (/ 1 y)) x))) (/ 1 y)) x)) (/ 1 y)))) |
(* -1 (* x (- (* -1 (/ (- (+ 1 (* -1 (/ (- (* -1 (/ (- 1 (/ 1 y)) x)) (* -1 (- 1 (/ 1 y)))) x))) (/ 1 y)) x)) (/ 1 y)))) |
(/ (pow x 2) (* y (+ 1 x))) |
(/ (+ (/ (* x y) (+ 1 x)) (/ (pow x 2) (+ 1 x))) y) |
(/ (+ (/ (* x y) (+ 1 x)) (/ (pow x 2) (+ 1 x))) y) |
(/ (+ (/ (* x y) (+ 1 x)) (/ (pow x 2) (+ 1 x))) y) |
(/ x (+ 1 x)) |
(+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x)))) |
(+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x)))) |
(+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x)))) |
(/ x (+ 1 x)) |
(+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x)))) |
(+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x)))) |
(+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x)))) |
x |
(* x (+ 1 (/ x y))) |
(* x (+ 1 (/ x y))) |
(* x (+ 1 (/ x y))) |
(/ (pow x 2) y) |
(* (pow x 2) (+ (/ 1 x) (/ 1 y))) |
(* (pow x 2) (+ (/ 1 x) (/ 1 y))) |
(* (pow x 2) (+ (/ 1 x) (/ 1 y))) |
(/ (pow x 2) y) |
(* (pow x 2) (+ (/ 1 x) (/ 1 y))) |
(* (pow x 2) (+ (/ 1 x) (/ 1 y))) |
(* (pow x 2) (+ (/ 1 x) (/ 1 y))) |
(/ (pow x 2) y) |
(/ (+ (* x y) (pow x 2)) y) |
(/ (+ (* x y) (pow x 2)) y) |
(/ (+ (* x y) (pow x 2)) y) |
x |
(+ x (/ (pow x 2) y)) |
(+ x (/ (pow x 2) y)) |
(+ x (/ (pow x 2) y)) |
x |
(+ x (/ (pow x 2) y)) |
(+ x (/ (pow x 2) y)) |
(+ x (/ (pow x 2) y)) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
1 |
(+ 1 (/ x y)) |
(+ 1 (/ x y)) |
(+ 1 (/ x y)) |
(/ x y) |
(* x (+ (/ 1 x) (/ 1 y))) |
(* x (+ (/ 1 x) (/ 1 y))) |
(* x (+ (/ 1 x) (/ 1 y))) |
(/ x y) |
(* x (+ (/ 1 x) (/ 1 y))) |
(* x (+ (/ 1 x) (/ 1 y))) |
(* x (+ (/ 1 x) (/ 1 y))) |
(/ x y) |
(/ (+ x y) y) |
(/ (+ x y) y) |
(/ (+ x y) y) |
1 |
(+ 1 (/ x y)) |
(+ 1 (/ x y)) |
(+ 1 (/ x y)) |
1 |
(+ 1 (/ x y)) |
(+ 1 (/ x y)) |
(+ 1 (/ x y)) |
1 |
(+ 1 (/ x y)) |
(+ 1 (/ x y)) |
(+ 1 (/ x y)) |
(/ x y) |
(* x (+ (/ 1 x) (/ 1 y))) |
(* x (+ (/ 1 x) (/ 1 y))) |
(* x (+ (/ 1 x) (/ 1 y))) |
(/ x y) |
(* x (+ (/ 1 x) (/ 1 y))) |
(* x (+ (/ 1 x) (/ 1 y))) |
(* x (+ (/ 1 x) (/ 1 y))) |
(/ x y) |
(/ (+ x y) y) |
(/ (+ x y) y) |
(/ (+ x y) y) |
1 |
(+ 1 (/ x y)) |
(+ 1 (/ x y)) |
(+ 1 (/ x y)) |
1 |
(+ 1 (/ x y)) |
(+ 1 (/ x y)) |
(+ 1 (/ x y)) |
x |
(* x (+ 1 (* -1 x))) |
(* x (+ 1 (* x (- x 1)))) |
(* x (+ 1 (* x (- (* x (+ 1 (* -1 x))) 1)))) |
1 |
(- 1 (/ 1 x)) |
(- (+ 1 (/ 1 (pow x 2))) (/ 1 x)) |
(- (+ 1 (/ 1 (pow x 2))) (+ (/ 1 x) (/ 1 (pow x 3)))) |
1 |
(- 1 (/ 1 x)) |
(+ 1 (* -1 (/ (- 1 (/ 1 x)) x))) |
(+ 1 (* -1 (/ (+ 1 (* -1 (/ (- 1 (/ 1 x)) x))) x))) |
1 |
(+ 1 (* -1 x)) |
(+ 1 (* x (- x 1))) |
(+ 1 (* x (- (* x (+ 1 (* -1 x))) 1))) |
(/ 1 x) |
(/ (- 1 (/ 1 x)) x) |
(/ (- (+ 1 (/ 1 (pow x 2))) (/ 1 x)) x) |
(/ (- (+ 1 (/ 1 (pow x 2))) (+ (/ 1 x) (/ 1 (pow x 3)))) x) |
(/ 1 x) |
(* -1 (/ (- (/ 1 x) 1) x)) |
(* -1 (/ (- (* -1 (/ (- (/ 1 x) 1) x)) 1) x)) |
(* -1 (/ (- (* -1 (/ (- (* -1 (/ (- (/ 1 x) 1) x)) 1) x)) 1) x)) |
1 |
(+ 1 x) |
(+ 1 x) |
(+ 1 x) |
x |
(* x (+ 1 (/ 1 x))) |
(* x (+ 1 (/ 1 x))) |
(* x (+ 1 (/ 1 x))) |
x |
(* x (+ 1 (/ 1 x))) |
(* x (+ 1 (/ 1 x))) |
(* x (+ 1 (/ 1 x))) |
| Outputs |
|---|
x |
(* x (+ 1 (* x (- (/ 1 y) 1)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (-.f64 (/.f64 x y) x))) |
(* x (+ 1 (* x (- (+ (* x (- 1 (/ 1 y))) (/ 1 y)) 1)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) y)) (+.f64 x #s(literal -1 binary64)))))) |
(* x (+ 1 (* x (- (+ (* x (- (+ 1 (* x (- (/ 1 y) 1))) (/ 1 y))) (/ 1 y)) 1)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 (*.f64 (-.f64 (/.f64 x y) x) (+.f64 x #s(literal -1 binary64))) (+.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64)))))) |
(/ x y) |
(/.f64 x y) |
(* x (- (+ (/ 1 x) (/ 1 y)) (/ 1 (* x y)))) |
(+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) y) (+.f64 x #s(literal -1 binary64)))) |
(* x (- (+ (/ 1 x) (+ (/ 1 y) (/ 1 (* (pow x 2) y)))) (+ (/ 1 (* x y)) (/ 1 (pow x 2))))) |
(+.f64 (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) x) (+.f64 #s(literal 1 binary64) (/.f64 x y))) (+.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 #s(literal -1 binary64) x))) |
(* x (- (+ (/ 1 x) (+ (/ 1 y) (+ (/ 1 (* (pow x 2) y)) (/ 1 (pow x 3))))) (+ (/ 1 (* x y)) (+ (/ 1 (* (pow x 3) y)) (/ 1 (pow x 2)))))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 (/.f64 #s(literal 1 binary64) y) (+.f64 (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) x) x) (+.f64 (/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) y)) x) (*.f64 x x)) (+.f64 (/.f64 (/.f64 #s(literal -1 binary64) y) x) (/.f64 #s(literal -1 binary64) (*.f64 x x)))))))) |
(/ x y) |
(/.f64 x y) |
(* -1 (* x (- (* -1 (/ (- 1 (/ 1 y)) x)) (/ 1 y)))) |
(+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) y) (+.f64 x #s(literal -1 binary64)))) |
(* -1 (* x (- (* -1 (/ (- (+ 1 (* -1 (/ (- 1 (/ 1 y)) x))) (/ 1 y)) x)) (/ 1 y)))) |
(*.f64 x (+.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) y)) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) x)) x)))) |
(* -1 (* x (- (* -1 (/ (- (+ 1 (* -1 (/ (- (* -1 (/ (- 1 (/ 1 y)) x)) (* -1 (- 1 (/ 1 y)))) x))) (/ 1 y)) x)) (/ 1 y)))) |
(*.f64 x (+.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) y)) (*.f64 (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64)) x) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) x)))) x))) |
(/ (pow x 2) (* y (+ 1 x))) |
(/.f64 (/.f64 x y) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x))) |
(/ (+ (/ (* x y) (+ 1 x)) (/ (pow x 2) (+ 1 x))) y) |
(/.f64 (*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (+.f64 x y)) y) |
(/ (+ (/ (* x y) (+ 1 x)) (/ (pow x 2) (+ 1 x))) y) |
(/.f64 (*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (+.f64 x y)) y) |
(/ (+ (/ (* x y) (+ 1 x)) (/ (pow x 2) (+ 1 x))) y) |
(/.f64 (*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (+.f64 x y)) y) |
(/ x (+ 1 x)) |
(/.f64 x (+.f64 x #s(literal 1 binary64))) |
(+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x)))) |
(*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x)))) |
(*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x)))) |
(*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/ x (+ 1 x)) |
(/.f64 x (+.f64 x #s(literal 1 binary64))) |
(+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x)))) |
(*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x)))) |
(*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(+ (/ x (+ 1 x)) (/ (pow x 2) (* y (+ 1 x)))) |
(*.f64 (/.f64 x (+.f64 x #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
x |
(* x (+ 1 (/ x y))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(* x (+ 1 (/ x y))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(* x (+ 1 (/ x y))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(* (pow x 2) (+ (/ 1 x) (/ 1 y))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(* (pow x 2) (+ (/ 1 x) (/ 1 y))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(* (pow x 2) (+ (/ 1 x) (/ 1 y))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(* (pow x 2) (+ (/ 1 x) (/ 1 y))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(* (pow x 2) (+ (/ 1 x) (/ 1 y))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(* (pow x 2) (+ (/ 1 x) (/ 1 y))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (+ (* x y) (pow x 2)) y) |
(/.f64 (*.f64 x (+.f64 x y)) y) |
(/ (+ (* x y) (pow x 2)) y) |
(/.f64 (*.f64 x (+.f64 x y)) y) |
(/ (+ (* x y) (pow x 2)) y) |
(/.f64 (*.f64 x (+.f64 x y)) y) |
x |
(+ x (/ (pow x 2) y)) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(+ x (/ (pow x 2) y)) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(+ x (/ (pow x 2) y)) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
x |
(+ x (/ (pow x 2) y)) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(+ x (/ (pow x 2) y)) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(+ x (/ (pow x 2) y)) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
1 |
#s(literal 1 binary64) |
(+ 1 (/ x y)) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(+ 1 (/ x y)) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(+ 1 (/ x y)) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(/ x y) |
(/.f64 x y) |
(* x (+ (/ 1 x) (/ 1 y))) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(* x (+ (/ 1 x) (/ 1 y))) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(* x (+ (/ 1 x) (/ 1 y))) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(/ x y) |
(/.f64 x y) |
(* x (+ (/ 1 x) (/ 1 y))) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(* x (+ (/ 1 x) (/ 1 y))) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(* x (+ (/ 1 x) (/ 1 y))) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(/ x y) |
(/.f64 x y) |
(/ (+ x y) y) |
(/.f64 (+.f64 x y) y) |
(/ (+ x y) y) |
(/.f64 (+.f64 x y) y) |
(/ (+ x y) y) |
(/.f64 (+.f64 x y) y) |
1 |
#s(literal 1 binary64) |
(+ 1 (/ x y)) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(+ 1 (/ x y)) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(+ 1 (/ x y)) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
1 |
#s(literal 1 binary64) |
(+ 1 (/ x y)) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(+ 1 (/ x y)) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(+ 1 (/ x y)) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
1 |
#s(literal 1 binary64) |
(+ 1 (/ x y)) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(+ 1 (/ x y)) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(+ 1 (/ x y)) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(/ x y) |
(/.f64 x y) |
(* x (+ (/ 1 x) (/ 1 y))) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(* x (+ (/ 1 x) (/ 1 y))) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(* x (+ (/ 1 x) (/ 1 y))) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(/ x y) |
(/.f64 x y) |
(* x (+ (/ 1 x) (/ 1 y))) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(* x (+ (/ 1 x) (/ 1 y))) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(* x (+ (/ 1 x) (/ 1 y))) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(/ x y) |
(/.f64 x y) |
(/ (+ x y) y) |
(/.f64 (+.f64 x y) y) |
(/ (+ x y) y) |
(/.f64 (+.f64 x y) y) |
(/ (+ x y) y) |
(/.f64 (+.f64 x y) y) |
1 |
#s(literal 1 binary64) |
(+ 1 (/ x y)) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(+ 1 (/ x y)) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(+ 1 (/ x y)) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
1 |
#s(literal 1 binary64) |
(+ 1 (/ x y)) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(+ 1 (/ x y)) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(+ 1 (/ x y)) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
x |
(* x (+ 1 (* -1 x))) |
(*.f64 x (-.f64 #s(literal 1 binary64) x)) |
(* x (+ 1 (* x (- x 1)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))) |
(* x (+ 1 (* x (- (* x (+ 1 (* -1 x))) 1)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (-.f64 #s(literal 1 binary64) x)))))) |
1 |
#s(literal 1 binary64) |
(- 1 (/ 1 x)) |
(+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) x)) |
(- (+ 1 (/ 1 (pow x 2))) (/ 1 x)) |
(+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64)) x)) |
(- (+ 1 (/ 1 (pow x 2))) (+ (/ 1 x) (/ 1 (pow x 3)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal -1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x)) |
1 |
#s(literal 1 binary64) |
(- 1 (/ 1 x)) |
(+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) x)) |
(+ 1 (* -1 (/ (- 1 (/ 1 x)) x))) |
(+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64)) x)) |
(+ 1 (* -1 (/ (+ 1 (* -1 (/ (- 1 (/ 1 x)) x))) x))) |
(+.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal -1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x)) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1 x)) |
(-.f64 #s(literal 1 binary64) x) |
(+ 1 (* x (- x 1))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) |
(+ 1 (* x (- (* x (+ 1 (* -1 x))) 1))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (-.f64 #s(literal 1 binary64) x))))) |
(/ 1 x) |
(/.f64 #s(literal 1 binary64) x) |
(/ (- 1 (/ 1 x)) x) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) x)) x) |
(/ (- (+ 1 (/ 1 (pow x 2))) (/ 1 x)) x) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64)) x)) x) |
(/ (- (+ 1 (/ 1 (pow x 2))) (+ (/ 1 x) (/ 1 (pow x 3)))) x) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal -1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x)) x) |
(/ 1 x) |
(/.f64 #s(literal 1 binary64) x) |
(* -1 (/ (- (/ 1 x) 1) x)) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) x)) x) |
(* -1 (/ (- (* -1 (/ (- (/ 1 x) 1) x)) 1) x)) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64)) x)) x) |
(* -1 (/ (- (* -1 (/ (- (* -1 (/ (- (/ 1 x) 1) x)) 1) x)) 1) x)) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal -1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x)) x) |
1 |
#s(literal 1 binary64) |
(+ 1 x) |
(+.f64 x #s(literal 1 binary64)) |
(+ 1 x) |
(+.f64 x #s(literal 1 binary64)) |
(+ 1 x) |
(+.f64 x #s(literal 1 binary64)) |
x |
(* x (+ 1 (/ 1 x))) |
(+.f64 x #s(literal 1 binary64)) |
(* x (+ 1 (/ 1 x))) |
(+.f64 x #s(literal 1 binary64)) |
(* x (+ 1 (/ 1 x))) |
(+.f64 x #s(literal 1 binary64)) |
x |
(* x (+ 1 (/ 1 x))) |
(+.f64 x #s(literal 1 binary64)) |
(* x (+ 1 (/ 1 x))) |
(+.f64 x #s(literal 1 binary64)) |
(* x (+ 1 (/ 1 x))) |
(+.f64 x #s(literal 1 binary64)) |
Compiled 18623 to 1781 computations (90.4% saved)
13 alts after pruning (6 fresh and 7 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1037 | 2 | 1039 |
| Fresh | 1 | 4 | 5 |
| Picked | 1 | 4 | 5 |
| Done | 0 | 3 | 3 |
| Total | 1039 | 13 | 1052 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 90.4% | (/.f64 (+.f64 (/.f64 x (/.f64 y x)) x) (+.f64 x #s(literal 1 binary64))) |
| 39.1% | (/.f64 (*.f64 x x) (*.f64 y (+.f64 x #s(literal 1 binary64)))) | |
| ▶ | 20.8% | (/.f64 x (/.f64 y x)) |
| ✓ | 50.2% | (/.f64 x (+.f64 x #s(literal 1 binary64))) |
| ▶ | 40.5% | (/.f64 x y) |
| ▶ | 56.3% | (+.f64 (/.f64 x (/.f64 y x)) x) |
| ▶ | 50.9% | (+.f64 (/.f64 x y) #s(literal 1 binary64)) |
| ✓ | 20.9% | (*.f64 (/.f64 x y) x) |
| ✓ | 50.2% | (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) x) |
| ▶ | 39.8% | (*.f64 (/.f64 #s(literal 1 binary64) y) (+.f64 x #s(literal -1 binary64))) |
| ✓ | 56.3% | (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) x) |
| ✓ | 39.6% | x |
| ✓ | 13.1% | #s(literal 1 binary64) |
Compiled 147 to 96 computations (34.7% saved)
| 1× | egg-herbie |
Found 11 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (+.f64 x #s(literal -1 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1 binary64) y) |
| ✓ | cost-diff | 128 | (*.f64 (/.f64 #s(literal 1 binary64) y) (+.f64 x #s(literal -1 binary64))) |
| ✓ | cost-diff | 0 | (/.f64 y x) |
| ✓ | cost-diff | 0 | (/.f64 x (/.f64 y x)) |
| ✓ | cost-diff | 0 | (/.f64 x y) |
| ✓ | cost-diff | 0 | (+.f64 (/.f64 x y) #s(literal 1 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 x y) |
| ✓ | cost-diff | 0 | (/.f64 y x) |
| ✓ | cost-diff | 0 | (/.f64 x (/.f64 y x)) |
| ✓ | cost-diff | 0 | (+.f64 (/.f64 x (/.f64 y x)) x) |
| 618× | times-frac |
| 528× | accelerator-lowering-fma.f32 |
| 528× | accelerator-lowering-fma.f64 |
| 368× | *-lowering-*.f32 |
| 368× | *-lowering-*.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 12 | 60 |
| 1 | 27 | 58 |
| 2 | 51 | 58 |
| 3 | 79 | 58 |
| 4 | 103 | 58 |
| 5 | 139 | 58 |
| 6 | 197 | 58 |
| 7 | 299 | 58 |
| 8 | 470 | 58 |
| 9 | 768 | 58 |
| 10 | 1338 | 58 |
| 11 | 1574 | 58 |
| 12 | 1731 | 58 |
| 13 | 1775 | 58 |
| 14 | 1777 | 58 |
| 15 | 1777 | 58 |
| 0 | 1777 | 57 |
| 1× | iter limit |
| 1× | saturated |
| Inputs |
|---|
(+ (/ x (/ y x)) x) |
(/ x (/ y x)) |
x |
(/ y x) |
y |
(/ x y) |
x |
y |
(+ (/ x y) 1) |
(/ x y) |
x |
y |
1 |
(/ x (/ y x)) |
x |
(/ y x) |
y |
(* (/ 1 y) (+ x -1)) |
(/ 1 y) |
1 |
y |
(+ x -1) |
x |
-1 |
| Outputs |
|---|
(+ (/ x (/ y x)) x) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/ x (/ y x)) |
(/.f64 x (/.f64 y x)) |
x |
(/ y x) |
(/.f64 y x) |
y |
(/ x y) |
(/.f64 x y) |
x |
y |
(+ (/ x y) 1) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(/ x y) |
(/.f64 x y) |
x |
y |
1 |
#s(literal 1 binary64) |
(/ x (/ y x)) |
(/.f64 x (/.f64 y x)) |
x |
(/ y x) |
(/.f64 y x) |
y |
(* (/ 1 y) (+ x -1)) |
(/.f64 (+.f64 x #s(literal -1 binary64)) y) |
(/ 1 y) |
(/.f64 #s(literal 1 binary64) y) |
1 |
#s(literal 1 binary64) |
y |
(+ x -1) |
(+.f64 x #s(literal -1 binary64)) |
x |
-1 |
#s(literal -1 binary64) |
Found 11 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (/.f64 #s(literal 1 binary64) y) |
| ✓ | accuracy | 100.0% | (+.f64 x #s(literal -1 binary64)) |
| ✓ | accuracy | 99.8% | (*.f64 (/.f64 #s(literal 1 binary64) y) (+.f64 x #s(literal -1 binary64))) |
| ✓ | accuracy | 100.0% | (/.f64 y x) |
| ✓ | accuracy | 99.7% | (/.f64 x (/.f64 y x)) |
| ✓ | accuracy | 100.0% | (/.f64 x y) |
| ✓ | accuracy | 100.0% | (+.f64 (/.f64 x y) #s(literal 1 binary64)) |
| ✓ | accuracy | 100.0% | (/.f64 x y) |
| ✓ | accuracy | 100.0% | (/.f64 y x) |
| ✓ | accuracy | 100.0% | (+.f64 (/.f64 x (/.f64 y x)) x) |
| ✓ | accuracy | 99.7% | (/.f64 x (/.f64 y x)) |
| 63.0ms | 256× | 0 | valid |
Compiled 63 to 13 computations (79.4% saved)
ival-div: 8.0ms (56% of total)ival-add: 4.0ms (28% of total)ival-mult: 2.0ms (14% of total)const: 1.0ms (7% of total)backward-pass: 0.0ms (0% of total)| Inputs |
|---|
#<alt (+ (/ x (/ y x)) x)> |
#<alt (/ x (/ y x))> |
#<alt (/ y x)> |
#<alt (/ x y)> |
#<alt (+ (/ x y) 1)> |
#<alt (* (/ 1 y) (+ x -1))> |
#<alt (/ 1 y)> |
#<alt (+ x -1)> |
| Outputs |
|---|
#<alt x> |
#<alt (* x (+ 1 (/ x y)))> |
#<alt (* x (+ 1 (/ x y)))> |
#<alt (* x (+ 1 (/ x y)))> |
#<alt (/ (pow x 2) y)> |
#<alt (* (pow x 2) (+ (/ 1 x) (/ 1 y)))> |
#<alt (* (pow x 2) (+ (/ 1 x) (/ 1 y)))> |
#<alt (* (pow x 2) (+ (/ 1 x) (/ 1 y)))> |
#<alt (/ (pow x 2) y)> |
#<alt (* (pow x 2) (+ (/ 1 x) (/ 1 y)))> |
#<alt (* (pow x 2) (+ (/ 1 x) (/ 1 y)))> |
#<alt (* (pow x 2) (+ (/ 1 x) (/ 1 y)))> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (+ (* x y) (pow x 2)) y)> |
#<alt (/ (+ (* x y) (pow x 2)) y)> |
#<alt (/ (+ (* x y) (pow x 2)) y)> |
#<alt x> |
#<alt (+ x (/ (pow x 2) y))> |
#<alt (+ x (/ (pow x 2) y))> |
#<alt (+ x (/ (pow x 2) y))> |
#<alt x> |
#<alt (+ x (/ (pow x 2) y))> |
#<alt (+ x (/ (pow x 2) y))> |
#<alt (+ x (/ (pow x 2) y))> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ (pow x 2) y)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ y x)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt (/ x y)> |
#<alt 1> |
#<alt (+ 1 (/ x y))> |
#<alt (+ 1 (/ x y))> |
#<alt (+ 1 (/ x y))> |
#<alt (/ x y)> |
#<alt (* x (+ (/ 1 x) (/ 1 y)))> |
#<alt (* x (+ (/ 1 x) (/ 1 y)))> |
#<alt (* x (+ (/ 1 x) (/ 1 y)))> |
#<alt (/ x y)> |
#<alt (* x (+ (/ 1 x) (/ 1 y)))> |
#<alt (* x (+ (/ 1 x) (/ 1 y)))> |
#<alt (* x (+ (/ 1 x) (/ 1 y)))> |
#<alt (/ x y)> |
#<alt (/ (+ x y) y)> |
#<alt (/ (+ x y) y)> |
#<alt (/ (+ x y) y)> |
#<alt 1> |
#<alt (+ 1 (/ x y))> |
#<alt (+ 1 (/ x y))> |
#<alt (+ 1 (/ x y))> |
#<alt 1> |
#<alt (+ 1 (/ x y))> |
#<alt (+ 1 (/ x y))> |
#<alt (+ 1 (/ x y))> |
#<alt (/ (- x 1) y)> |
#<alt (/ (- x 1) y)> |
#<alt (/ (- x 1) y)> |
#<alt (/ (- x 1) y)> |
#<alt (/ (- x 1) y)> |
#<alt (/ (- x 1) y)> |
#<alt (/ (- x 1) y)> |
#<alt (/ (- x 1) y)> |
#<alt (/ (- x 1) y)> |
#<alt (/ (- x 1) y)> |
#<alt (/ (- x 1) y)> |
#<alt (/ (- x 1) y)> |
#<alt (/ -1 y)> |
#<alt (- (/ x y) (/ 1 y))> |
#<alt (- (/ x y) (/ 1 y))> |
#<alt (- (/ x y) (/ 1 y))> |
#<alt (/ x y)> |
#<alt (* x (- (/ 1 y) (/ 1 (* x y))))> |
#<alt (* x (- (/ 1 y) (/ 1 (* x y))))> |
#<alt (* x (- (/ 1 y) (/ 1 (* x y))))> |
#<alt (/ x y)> |
#<alt (* -1 (* x (- (/ 1 (* x y)) (/ 1 y))))> |
#<alt (* -1 (* x (- (/ 1 (* x y)) (/ 1 y))))> |
#<alt (* -1 (* x (- (/ 1 (* x y)) (/ 1 y))))> |
#<alt (/ 1 y)> |
#<alt (/ 1 y)> |
#<alt (/ 1 y)> |
#<alt (/ 1 y)> |
#<alt (/ 1 y)> |
#<alt (/ 1 y)> |
#<alt (/ 1 y)> |
#<alt (/ 1 y)> |
#<alt (/ 1 y)> |
#<alt (/ 1 y)> |
#<alt (/ 1 y)> |
#<alt (/ 1 y)> |
#<alt -1> |
#<alt (- x 1)> |
#<alt (- x 1)> |
#<alt (- x 1)> |
#<alt x> |
#<alt (* x (- 1 (/ 1 x)))> |
#<alt (* x (- 1 (/ 1 x)))> |
#<alt (* x (- 1 (/ 1 x)))> |
#<alt x> |
#<alt (* -1 (* x (- (/ 1 x) 1)))> |
#<alt (* -1 (* x (- (/ 1 x) 1)))> |
#<alt (* -1 (* x (- (/ 1 x) 1)))> |
42 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 0.0ms | y | @ | 0 | (* (/ 1 y) (+ x -1)) |
| 0.0ms | x | @ | -inf | (* (/ 1 y) (+ x -1)) |
| 0.0ms | y | @ | inf | (* (/ 1 y) (+ x -1)) |
| 0.0ms | y | @ | -inf | (* (/ 1 y) (+ x -1)) |
| 0.0ms | y | @ | -inf | (/ 1 y) |
| 1× | batch-egg-rewrite |
| 7526× | accelerator-lowering-fma.f32 |
| 7526× | accelerator-lowering-fma.f64 |
| 4242× | *-lowering-*.f32 |
| 4242× | *-lowering-*.f64 |
| 3540× | /-lowering-/.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 12 | 36 |
| 1 | 81 | 34 |
| 2 | 664 | 34 |
| 0 | 8516 | 33 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ (/ x (/ y x)) x) |
(/ x (/ y x)) |
(/ y x) |
(/ x y) |
(+ (/ x y) 1) |
(* (/ 1 y) (+ x -1)) |
(/ 1 y) |
(+ x -1) |
| Outputs |
|---|
(+.f64 x (/.f64 x (/.f64 y x))) |
(+.f64 (/.f64 x (/.f64 y x)) x) |
(+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (*.f64 x x))) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (neg.f64 (/.f64 (*.f64 x x) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))))) |
(-.f64 x (/.f64 x (-.f64 #s(literal 0 binary64) (/.f64 y x)))) |
(-.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (*.f64 x x))) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (/.f64 (*.f64 x x) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(-.f64 (/.f64 (*.f64 x x) (-.f64 x (/.f64 x (/.f64 y x)))) (/.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (*.f64 x x))) (-.f64 x (/.f64 x (/.f64 y x))))) |
(fma.f64 x (/.f64 x y) x) |
(fma.f64 x #s(literal 1 binary64) (/.f64 x (/.f64 y x))) |
(fma.f64 x (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (neg.f64 (/.f64 (*.f64 x x) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))))) |
(fma.f64 (/.f64 x (/.f64 y x)) #s(literal 1 binary64) x) |
(fma.f64 (/.f64 x (/.f64 y x)) (/.f64 (/.f64 x (/.f64 y x)) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (neg.f64 (/.f64 (*.f64 x x) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))))) |
(fma.f64 (/.f64 x y) x x) |
(fma.f64 (/.f64 x y) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64)) x) |
(fma.f64 (/.f64 x y) (/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) x)) x) |
(fma.f64 (/.f64 x y) (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (neg.f64 (/.f64 (*.f64 x x) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))))) |
(fma.f64 #s(literal 1 binary64) x (/.f64 x (/.f64 y x))) |
(fma.f64 #s(literal 1 binary64) (/.f64 x (/.f64 y x)) x) |
(fma.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 x x) x) |
(fma.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal -1 binary64)) x) |
(fma.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 x (/.f64 #s(literal 1 binary64) x)) x) |
(fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) x) (/.f64 x (/.f64 y x))) |
(fma.f64 #s(literal -1 binary64) (/.f64 x (-.f64 #s(literal 0 binary64) (/.f64 y x))) x) |
(fma.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64) (/.f64 x (/.f64 y x))) |
(fma.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (-.f64 #s(literal 0 binary64) x) y) x) |
(fma.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (*.f64 x x))) (/.f64 #s(literal 1 binary64) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (neg.f64 (/.f64 (*.f64 x x) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))))) |
(fma.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) y) x) |
(fma.f64 (*.f64 x x) (/.f64 (*.f64 x (/.f64 (/.f64 x y) y)) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (neg.f64 (/.f64 (*.f64 x x) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))))) |
(fma.f64 (/.f64 x (/.f64 y (*.f64 x x))) (/.f64 (/.f64 x y) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (neg.f64 (/.f64 (*.f64 x x) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))))) |
(fma.f64 (*.f64 x (/.f64 (/.f64 x y) y)) (/.f64 (*.f64 x x) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (neg.f64 (/.f64 (*.f64 x x) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))))) |
(fma.f64 (/.f64 #s(literal -1 binary64) y) (*.f64 x (-.f64 #s(literal 0 binary64) x)) x) |
(fma.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 x (/.f64 #s(literal -1 binary64) x)) x) |
(fma.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 1 binary64) x)) x) |
(fma.f64 (*.f64 x (-.f64 #s(literal 0 binary64) x)) (/.f64 #s(literal -1 binary64) y) x) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) y) (-.f64 #s(literal 0 binary64) x) x) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) y) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) x)) x) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) y) (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) x)) x) |
(fma.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) (/.f64 x (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (neg.f64 (/.f64 (*.f64 x x) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))))) |
(fma.f64 (/.f64 x (-.f64 #s(literal 0 binary64) (/.f64 y x))) #s(literal -1 binary64) x) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) x) y) x) |
(fma.f64 (/.f64 x (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y) x) |
(fma.f64 (/.f64 x (/.f64 #s(literal -1 binary64) x)) (/.f64 #s(literal -1 binary64) y) x) |
(fma.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) x)) (/.f64 (-.f64 #s(literal 0 binary64) x) y) x) |
(fma.f64 (/.f64 (/.f64 x y) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) x) x) |
(fma.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) x) y) x) |
(fma.f64 (pow.f64 (/.f64 y (*.f64 x x)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 y (*.f64 x x)) #s(literal -1/2 binary64)) x) |
(fma.f64 (*.f64 x (pow.f64 y #s(literal -1/2 binary64))) (*.f64 x (pow.f64 y #s(literal -1/2 binary64))) x) |
(fma.f64 (*.f64 (*.f64 x x) (pow.f64 y #s(literal -1/2 binary64))) (pow.f64 y #s(literal -1/2 binary64)) x) |
(fma.f64 (/.f64 (*.f64 x x) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) y) x) |
(fma.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (*.f64 x x))) (*.f64 x (-.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) x))) (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (neg.f64 (/.f64 (*.f64 x x) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))))) |
(fma.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (*.f64 x x))) (-.f64 (/.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x)))) (*.f64 x (*.f64 x x)))) (+.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (*.f64 x x))) (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (*.f64 x x))) (neg.f64 (/.f64 (*.f64 x x) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))))) |
(neg.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y)) (*.f64 x (*.f64 x x))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x x) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 y (*.f64 x x))))))) |
(neg.f64 (/.f64 (*.f64 x (-.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) x)) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y)) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 x x) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 y (*.f64 x x)))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (-.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) x))) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(/.f64 x (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 x (/.f64 x (/.f64 y x))) (*.f64 x (-.f64 x (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y)) (*.f64 x (*.f64 x x))) (+.f64 (*.f64 x x) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 y (*.f64 x x))))) |
(/.f64 (*.f64 x (-.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) x)) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y)) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x x) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 y (*.f64 x x)))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (-.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) x))) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) (*.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y) (*.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y) (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y)))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (*.f64 (+.f64 (*.f64 x x) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 y (*.f64 x x)))) (+.f64 (/.f64 (/.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x)))) (*.f64 (/.f64 y (*.f64 x x)) (/.f64 (/.f64 y (*.f64 x x)) (/.f64 x (/.f64 y x))))) (*.f64 (*.f64 x (*.f64 x x)) (-.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x))))))))) |
(/.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y)) (*.f64 x (*.f64 x x))) (-.f64 (/.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x)))) (*.f64 x (*.f64 x x)))) (*.f64 (+.f64 (*.f64 x x) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 y (*.f64 x x)))) (-.f64 (/.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x)))) (*.f64 x (*.f64 x x))))) |
(/.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y)) (*.f64 x (*.f64 x x))) (-.f64 (/.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x)))) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) (+.f64 (/.f64 (/.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x)))) (/.f64 y (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (/.f64 (/.f64 x y) y))) (*.f64 x x)))))) |
(/.f64 (*.f64 x (-.f64 x (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y))) (-.f64 x (/.f64 x (/.f64 y x)))) |
(/.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (/.f64 (/.f64 x y) y))) (*.f64 x x)) (*.f64 x (-.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) x))) (*.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (/.f64 (/.f64 x y) y))) (*.f64 x x)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (*.f64 x x))) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (*.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) (*.f64 x x))) (*.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y)) (*.f64 x (*.f64 x x))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x x) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 y (*.f64 x x))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (-.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) x)))) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (*.f64 x (-.f64 x (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y)))) (neg.f64 (-.f64 x (/.f64 x (/.f64 y x))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (*.f64 x x))) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 x x) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (*.f64 x x))) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (/.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (*.f64 x x))) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))))) (+.f64 (*.f64 (/.f64 (*.f64 x x) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (/.f64 (*.f64 x x) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))))) (*.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (*.f64 x x))) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (/.f64 (*.f64 x x) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (*.f64 x x))) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (/.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (*.f64 x x))) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))))) (*.f64 (/.f64 (*.f64 x x) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (/.f64 (*.f64 x x) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))))) (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (*.f64 x x))) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (/.f64 (*.f64 x x) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))))) |
(/.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y)) (*.f64 x (*.f64 x x))) #s(literal 1 binary64)) (+.f64 (*.f64 x x) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 y (*.f64 x x))))) |
(/.f64 (*.f64 (*.f64 x (-.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) x)) #s(literal 1 binary64)) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y)) x) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (/.f64 (/.f64 x y) y))) x) (+.f64 (/.f64 x y) #s(literal -1 binary64))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y))) x) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal -1 binary64) (*.f64 x (/.f64 (/.f64 x y) y)))) x) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (/.f64 (/.f64 x y) y))) x) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) (*.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y) (*.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y) (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y)))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 y (*.f64 x x)))))) (+.f64 (/.f64 (/.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x)))) (*.f64 (/.f64 y (*.f64 x x)) (/.f64 (/.f64 y (*.f64 x x)) (/.f64 x (/.f64 y x))))) (*.f64 (*.f64 x (*.f64 x x)) (-.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x)))))))) |
(/.f64 (*.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y)) (*.f64 x (*.f64 x x))) (-.f64 (/.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x)))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 y (*.f64 x x)))))) (-.f64 (/.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x)))) (*.f64 x (*.f64 x x)))) |
(/.f64 (*.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y)) (*.f64 x (*.f64 x x))) (-.f64 (/.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x)))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))))) (+.f64 (/.f64 (/.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x)))) (/.f64 y (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (/.f64 (/.f64 x y) y))) (*.f64 x x))))) |
(/.f64 (*.f64 (*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (/.f64 (/.f64 x y) y))) (*.f64 x x)) (*.f64 x (-.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) x))) (/.f64 #s(literal 1 binary64) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (/.f64 (/.f64 x y) y))) (*.f64 x x))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64)))) #s(literal -1 binary64)) |
(*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) |
(*.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (*.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))))) |
(*.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(*.f64 #s(literal 1 binary64) (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64)))) |
(*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) x) |
(*.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y)) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 y (*.f64 x x)))))) |
(*.f64 (+.f64 (*.f64 x x) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 y (*.f64 x x)))) (*.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 y (*.f64 x x))))))) |
(*.f64 (+.f64 (*.f64 x x) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 y (*.f64 x x)))) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 (*.f64 x x) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 y (*.f64 x x)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y)) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) x)) |
(*.f64 (*.f64 x (-.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) x)) (/.f64 #s(literal 1 binary64) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (/.f64 (/.f64 x y) y))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))) x)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y)) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x x) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 y (*.f64 x x))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (-.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) x))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 y (*.f64 x x))))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y)) (*.f64 x (*.f64 x x)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (*.f64 x (-.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) x))) |
(*.f64 (*.f64 x (-.f64 x (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y))) (/.f64 #s(literal 1 binary64) (-.f64 x (/.f64 x (/.f64 y x))))) |
(*.f64 (/.f64 (*.f64 x (-.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) x)) (*.f64 x (-.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) x))) (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64)))) |
(*.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y)) (*.f64 x (*.f64 x x))) (+.f64 (/.f64 (/.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x)))) (*.f64 (/.f64 y (*.f64 x x)) (/.f64 (/.f64 y (*.f64 x x)) (/.f64 x (/.f64 y x))))) (*.f64 (*.f64 x (-.f64 x (/.f64 x (/.f64 y x)))) (*.f64 x (*.f64 (-.f64 x (/.f64 x (/.f64 y x))) (*.f64 x (-.f64 x (/.f64 x (/.f64 y x))))))))) (+.f64 (/.f64 (/.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x)))) (/.f64 y (*.f64 x x))) (*.f64 (*.f64 x (-.f64 x (/.f64 x (/.f64 y x)))) (-.f64 (*.f64 x (-.f64 x (/.f64 x (/.f64 y x)))) (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (*.f64 x x))))))) |
(*.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y)) (*.f64 x (*.f64 x x))) (*.f64 (+.f64 (*.f64 x x) (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 y (*.f64 x x)))) (*.f64 x (-.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) (-.f64 x (/.f64 x (/.f64 y x))))))) (*.f64 x (-.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) (-.f64 x (/.f64 x (/.f64 y x)))))) |
(*.f64 (/.f64 (*.f64 x (-.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) x)) (-.f64 (/.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 y (*.f64 y y)) (*.f64 x (*.f64 x x)))) (*.f64 x (*.f64 x x)))) (+.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (*.f64 x x))) (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (*.f64 x x)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 y (*.f64 x x))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 x (-.f64 #s(literal 0 binary64) (/.f64 y x)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y x))) (/.f64 x (-.f64 #s(literal 0 binary64) (/.f64 y x)))) |
(neg.f64 (/.f64 x (-.f64 #s(literal 0 binary64) (/.f64 y x)))) |
(/.f64 x (/.f64 y x)) |
(/.f64 (/.f64 x (/.f64 y x)) #s(literal 1 binary64)) |
(/.f64 (/.f64 x y) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 #s(literal 1 binary64) (/.f64 y (*.f64 x x))) |
(/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y (*.f64 x x)))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 0 binary64) (/.f64 y x)))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) (/.f64 y x))) |
(/.f64 (*.f64 x x) y) |
(/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) x)) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) y) (/.f64 #s(literal -1 binary64) x)) |
(/.f64 (/.f64 x (/.f64 #s(literal 1 binary64) x)) y) |
(/.f64 (/.f64 x (/.f64 #s(literal -1 binary64) x)) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 x (-.f64 #s(literal 0 binary64) x))) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (*.f64 (*.f64 x (-.f64 #s(literal 0 binary64) x)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) x)) #s(literal -1 binary64)) y) |
(pow.f64 (/.f64 y (*.f64 x x)) #s(literal -1 binary64)) |
(*.f64 x (/.f64 x y)) |
(*.f64 (/.f64 x (/.f64 y x)) #s(literal 1 binary64)) |
(*.f64 (/.f64 x y) x) |
(*.f64 (/.f64 x y) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64))) |
(*.f64 (/.f64 x y) (/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) x))) |
(*.f64 #s(literal 1 binary64) (/.f64 x (/.f64 y x))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (*.f64 x x)) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 x (/.f64 #s(literal 1 binary64) x))) |
(*.f64 #s(literal -1 binary64) (/.f64 x (-.f64 #s(literal 0 binary64) (/.f64 y x)))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (-.f64 #s(literal 0 binary64) x) y)) |
(*.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (/.f64 #s(literal -1 binary64) y) (*.f64 x (-.f64 #s(literal 0 binary64) x))) |
(*.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 x (/.f64 #s(literal -1 binary64) x))) |
(*.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (*.f64 x (-.f64 #s(literal 0 binary64) x)) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) y) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) y) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) x))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) y) (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 x (-.f64 #s(literal 0 binary64) (/.f64 y x))) #s(literal -1 binary64)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) x) y)) |
(*.f64 (/.f64 x (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (/.f64 x (/.f64 #s(literal -1 binary64) x)) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) x)) (/.f64 (-.f64 #s(literal 0 binary64) x) y)) |
(*.f64 (/.f64 (/.f64 x y) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 (-.f64 #s(literal 0 binary64) x) y)) |
(*.f64 (pow.f64 (/.f64 y (*.f64 x x)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 y (*.f64 x x)) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 x (pow.f64 y #s(literal -1/2 binary64))) (*.f64 x (pow.f64 y #s(literal -1/2 binary64)))) |
(*.f64 (*.f64 (*.f64 x x) (pow.f64 y #s(literal -1/2 binary64))) (pow.f64 y #s(literal -1/2 binary64))) |
(*.f64 (/.f64 (*.f64 x x) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) y)) |
(exp.f64 (*.f64 (log.f64 (/.f64 x y)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y x))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) x)) (-.f64 #s(literal 0 binary64) (/.f64 y x))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 y x))) |
(/.f64 y x) |
(/.f64 (/.f64 y x) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 x y)) |
(/.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) x) y)) |
(/.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 y x)) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal 1 binary64) y)) |
(/.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal -1 binary64) y)) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) y)) |
(/.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (pow.f64 y #s(literal -1/2 binary64))) (pow.f64 y #s(literal -1/2 binary64))) |
(pow.f64 (/.f64 y x) #s(literal 1 binary64)) |
(pow.f64 (/.f64 x y) #s(literal -1 binary64)) |
(*.f64 y (/.f64 #s(literal 1 binary64) x)) |
(*.f64 y (/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1 binary64))) |
(*.f64 (/.f64 y x) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 y x)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y x))) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal -1 binary64) x)) |
(*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 (/.f64 #s(literal -1 binary64) x) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) y) |
(*.f64 (/.f64 #s(literal -1 binary64) x) (-.f64 #s(literal 0 binary64) y)) |
(*.f64 (/.f64 #s(literal -1 binary64) x) (pow.f64 (/.f64 #s(literal -1 binary64) y) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) y) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) x)) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y)) (/.f64 #s(literal -1 binary64) x)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1 binary64)) y) |
(*.f64 (/.f64 #s(literal 1 binary64) (pow.f64 y #s(literal -1/2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) x) (pow.f64 y #s(literal -1/2 binary64)))) |
(*.f64 (pow.f64 (/.f64 x y) #s(literal -1/2 binary64)) (pow.f64 (/.f64 x y) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal -1 binary64) x) #s(literal -1 binary64)) y) |
(exp.f64 (*.f64 (log.f64 (/.f64 y x)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal 0 binary64) x) y)) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) y)) (/.f64 (-.f64 #s(literal 0 binary64) x) y)) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) y)) |
(/.f64 x y) |
(/.f64 (/.f64 x y) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 y x)) |
(/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 y x))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 #s(literal -1 binary64) x)) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) y) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) x)) (-.f64 #s(literal 0 binary64) y)) |
(pow.f64 (/.f64 y x) #s(literal -1 binary64)) |
(pow.f64 (/.f64 x y) #s(literal 1 binary64)) |
(*.f64 x (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (/.f64 x y) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 x y)) |
(*.f64 (/.f64 #s(literal 1 binary64) y) x) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) x) y)) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (/.f64 #s(literal -1 binary64) y) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (/.f64 #s(literal -1 binary64) y) (pow.f64 (/.f64 #s(literal -1 binary64) x) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64))) |
(*.f64 (pow.f64 y #s(literal -1/2 binary64)) (/.f64 (pow.f64 y #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (pow.f64 y #s(literal -1/2 binary64)) (*.f64 (pow.f64 y #s(literal -1/2 binary64)) x)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) y) #s(literal -1 binary64)) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) x) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (/.f64 (pow.f64 y #s(literal -1/2 binary64)) #s(literal 1 binary64)) (/.f64 (pow.f64 y #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (pow.f64 (/.f64 y x) #s(literal -1/2 binary64)) (pow.f64 (/.f64 y x) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 x (pow.f64 y #s(literal -1/2 binary64))) (pow.f64 y #s(literal -1/2 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) x)) |
(+.f64 (/.f64 x y) #s(literal 1 binary64)) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(+.f64 (/.f64 (/.f64 x (/.f64 y x)) (*.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) y)) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(-.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) x) y)) |
(-.f64 (/.f64 (/.f64 x (/.f64 y x)) (*.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) y)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x y))) (/.f64 (*.f64 x (/.f64 (/.f64 x y) y)) (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(fma.f64 x (/.f64 #s(literal 1 binary64) y) #s(literal 1 binary64)) |
(fma.f64 x (/.f64 (/.f64 (/.f64 x y) y) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(fma.f64 (/.f64 x (/.f64 y x)) (/.f64 (/.f64 #s(literal 1 binary64) y) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(fma.f64 (/.f64 x y) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 (/.f64 x y) (/.f64 (/.f64 x y) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 x y) #s(literal 1 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) y) x #s(literal 1 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64)) #s(literal 1 binary64)) |
(fma.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) x) y) #s(literal 1 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal -1 binary64) y) #s(literal 1 binary64)) |
(fma.f64 (*.f64 x x) (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) y) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(fma.f64 (*.f64 x (/.f64 (/.f64 x y) y)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(fma.f64 (/.f64 #s(literal -1 binary64) y) (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64)) |
(fma.f64 (/.f64 #s(literal -1 binary64) y) (pow.f64 (/.f64 #s(literal -1 binary64) x) #s(literal -1 binary64)) #s(literal 1 binary64)) |
(fma.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64)) #s(literal 1 binary64)) |
(fma.f64 (pow.f64 y #s(literal -1/2 binary64)) (/.f64 (pow.f64 y #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) |
(fma.f64 (pow.f64 y #s(literal -1/2 binary64)) (*.f64 (pow.f64 y #s(literal -1/2 binary64)) x) #s(literal 1 binary64)) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) y) #s(literal -1 binary64) #s(literal 1 binary64)) |
(fma.f64 (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) y) #s(literal 1 binary64)) |
(fma.f64 (pow.f64 (/.f64 #s(literal -1 binary64) x) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) y) #s(literal 1 binary64)) |
(fma.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) y) #s(literal 1 binary64)) |
(fma.f64 (/.f64 (pow.f64 y #s(literal -1/2 binary64)) #s(literal 1 binary64)) (/.f64 (pow.f64 y #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) |
(fma.f64 (pow.f64 (/.f64 y x) #s(literal -1/2 binary64)) (pow.f64 (/.f64 y x) #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(fma.f64 (*.f64 x (pow.f64 y #s(literal -1/2 binary64))) (pow.f64 y #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(fma.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64)) |
(fma.f64 (/.f64 (*.f64 x (/.f64 (/.f64 x y) y)) (+.f64 #s(literal -1 binary64) (*.f64 x (/.f64 (/.f64 x y) y)))) (+.f64 (/.f64 x y) #s(literal 1 binary64)) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(fma.f64 (/.f64 (*.f64 x (/.f64 (/.f64 x y) y)) (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y) #s(literal -1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 x y) (+.f64 (/.f64 x y) #s(literal 1 binary64)))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y)) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))))) |
(neg.f64 (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (/.f64 (/.f64 x y) y))) (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(neg.f64 (/.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y))) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal -1 binary64) (*.f64 x (/.f64 (/.f64 x y) y)))) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal 1 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)) (-.f64 #s(literal 1 binary64) (*.f64 x (/.f64 (/.f64 x y) y))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal 1 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y)) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (/.f64 (/.f64 x y) y))) (+.f64 (/.f64 x y) #s(literal -1 binary64))) |
(/.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal -1 binary64) (*.f64 x (/.f64 (/.f64 x y) y)))) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y) (*.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y) (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y)))) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))) (+.f64 (*.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y) (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y)) (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y) (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y)) #s(literal -1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))) (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y) #s(literal -1 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y) (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y)) #s(literal -1 binary64)) (*.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (*.f64 x x))) (*.f64 y y)) (+.f64 #s(literal 1 binary64) (*.f64 x (/.f64 (/.f64 x y) y)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (/.f64 (/.f64 x y) y))) (-.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/.f64 (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (*.f64 x x))) (*.f64 y y)) #s(literal -1 binary64)) (*.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (/.f64 (/.f64 x y) y))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (/.f64 (/.f64 x y) y)) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (*.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) #s(literal 1 binary64))) (*.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y)))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal -1 binary64) (*.f64 x (/.f64 (/.f64 x y) y))))) (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (/.f64 (/.f64 x y) y)))) (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (/.f64 x (/.f64 y x)) (*.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) y)) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (/.f64 x (/.f64 y x)) (*.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) y)) (/.f64 (/.f64 x (/.f64 y x)) (*.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) y))) (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (*.f64 (/.f64 (/.f64 x (/.f64 y x)) (*.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) y)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 x (/.f64 y x)) (*.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) y)) (/.f64 (/.f64 x (/.f64 y x)) (*.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) y))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) (+.f64 (/.f64 (/.f64 x (/.f64 y x)) (*.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) y)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (/.f64 (/.f64 x y) y))) #s(literal 1 binary64)) (+.f64 (/.f64 x y) #s(literal -1 binary64))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y) (*.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y) (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) (+.f64 (*.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y) (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y)) (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y) (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y) #s(literal -1 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y) (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (*.f64 x x))) (*.f64 y y)) (+.f64 #s(literal 1 binary64) (*.f64 x (/.f64 (/.f64 x y) y))))) |
(/.f64 (*.f64 (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (*.f64 x x))) (*.f64 y y)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 x (/.f64 (/.f64 x y) y)))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal 1 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal 1 binary64))) |
(*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) #s(literal 1 binary64)) |
(*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (*.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))))) |
(*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (/.f64 (/.f64 x y) y))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64)))) |
(*.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal -1 binary64) (*.f64 x (/.f64 (/.f64 x y) y)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 x y) #s(literal -1 binary64))) (+.f64 #s(literal -1 binary64) (*.f64 x (/.f64 (/.f64 x y) y)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x)))) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (/.f64 (/.f64 x y) y))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 x y)))) |
(*.f64 (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (/.f64 (/.f64 x y) y))) (+.f64 #s(literal -1 binary64) (*.f64 x (/.f64 (/.f64 x y) y)))) (+.f64 (/.f64 x y) #s(literal 1 binary64))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y)) (+.f64 (*.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y) (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y)) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)) (-.f64 #s(literal 1 binary64) (/.f64 x y)))))) (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y x)) (/.f64 y (*.f64 x x))) (*.f64 y y)) (*.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)) (-.f64 (-.f64 #s(literal 1 binary64) (/.f64 x y)) (*.f64 x (/.f64 (/.f64 x y) y)))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y)) (*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x y) #s(literal -1 binary64)) (/.f64 y x))) (+.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (/.f64 (/.f64 x y) y))) (/.f64 x y)))) (+.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (/.f64 (/.f64 x y) y))) (/.f64 x y))) |
(*.f64 (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (/.f64 (/.f64 x y) y))) (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y) #s(literal -1 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 x y) (+.f64 (/.f64 x y) #s(literal 1 binary64))))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (/.f64 (/.f64 x y) y))) (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 x y) (+.f64 (/.f64 x y) #s(literal 1 binary64))))) |
(*.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (/.f64 (/.f64 x y) y))) (-.f64 #s(literal 1 binary64) (*.f64 x (/.f64 (/.f64 x y) y)))) (+.f64 (/.f64 x y) #s(literal 1 binary64))) |
(+.f64 (/.f64 x y) (/.f64 #s(literal -1 binary64) y)) |
(+.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 x y)) |
(-.f64 (/.f64 x y) (/.f64 #s(literal 1 binary64) y)) |
(-.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 (-.f64 #s(literal 0 binary64) x) y)) |
(-.f64 (/.f64 (/.f64 (*.f64 x x) (+.f64 x #s(literal 1 binary64))) y) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) y)) |
(-.f64 (/.f64 (*.f64 x (/.f64 (/.f64 x y) y)) (/.f64 (+.f64 x #s(literal 1 binary64)) y)) (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) y) (/.f64 (+.f64 x #s(literal 1 binary64)) y))) |
(fma.f64 x (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal -1 binary64) y)) |
(fma.f64 (/.f64 x y) #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) y)) |
(fma.f64 #s(literal 1 binary64) (/.f64 x y) (/.f64 #s(literal -1 binary64) y)) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) y) (/.f64 x y)) |
(fma.f64 (/.f64 #s(literal 1 binary64) y) x (/.f64 #s(literal -1 binary64) y)) |
(fma.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64) (/.f64 x y)) |
(fma.f64 (/.f64 #s(literal 1 binary64) y) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) y)) |
(fma.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) y) (/.f64 x y)) |
(fma.f64 #s(literal -1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) x) y) (/.f64 #s(literal -1 binary64) y)) |
(fma.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal -1 binary64) y) (/.f64 #s(literal -1 binary64) y)) |
(fma.f64 (/.f64 #s(literal -1 binary64) y) #s(literal 1 binary64) (/.f64 x y)) |
(fma.f64 (/.f64 #s(literal -1 binary64) y) (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal -1 binary64) y)) |
(fma.f64 (/.f64 #s(literal -1 binary64) y) (pow.f64 (/.f64 #s(literal -1 binary64) x) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) y)) |
(fma.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64)) (/.f64 #s(literal -1 binary64) y)) |
(fma.f64 (pow.f64 y #s(literal -1/2 binary64)) (/.f64 (pow.f64 y #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal -1 binary64) y)) |
(fma.f64 (pow.f64 y #s(literal -1/2 binary64)) (neg.f64 (pow.f64 y #s(literal -1/2 binary64))) (/.f64 x y)) |
(fma.f64 (pow.f64 y #s(literal -1/2 binary64)) (*.f64 (pow.f64 y #s(literal -1/2 binary64)) x) (/.f64 #s(literal -1 binary64) y)) |
(fma.f64 (pow.f64 y #s(literal -1/2 binary64)) (*.f64 (pow.f64 y #s(literal -1/2 binary64)) #s(literal -1 binary64)) (/.f64 x y)) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) y) #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) y)) |
(fma.f64 (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal -1 binary64) y)) |
(fma.f64 (pow.f64 (/.f64 #s(literal -1 binary64) x) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) y) (/.f64 #s(literal -1 binary64) y)) |
(fma.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) y) (/.f64 #s(literal -1 binary64) y)) |
(fma.f64 (/.f64 (pow.f64 y #s(literal -1/2 binary64)) #s(literal 1 binary64)) (/.f64 (pow.f64 y #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal -1 binary64) y)) |
(fma.f64 (pow.f64 (/.f64 y x) #s(literal -1/2 binary64)) (pow.f64 (/.f64 y x) #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) y)) |
(fma.f64 (*.f64 x (pow.f64 y #s(literal -1/2 binary64))) (pow.f64 y #s(literal -1/2 binary64)) (/.f64 #s(literal -1 binary64) y)) |
(fma.f64 (neg.f64 (pow.f64 y #s(literal -1/2 binary64))) (pow.f64 y #s(literal -1/2 binary64)) (/.f64 x y)) |
(fma.f64 (*.f64 #s(literal -1 binary64) (pow.f64 y #s(literal -1/2 binary64))) (pow.f64 y #s(literal -1/2 binary64)) (/.f64 x y)) |
(fma.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal -1 binary64) y)) |
(neg.f64 (*.f64 (/.f64 #s(literal -1 binary64) y) (+.f64 x #s(literal -1 binary64)))) |
(neg.f64 (*.f64 (+.f64 x #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) y))) |
(neg.f64 (+.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) y) (/.f64 #s(literal 1 binary64) y))) |
(neg.f64 (+.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (-.f64 #s(literal 0 binary64) x) y))) |
(neg.f64 (/.f64 (+.f64 x #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) y))) |
(neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) y)) |
(/.f64 #s(literal 1 binary64) (/.f64 y (+.f64 x #s(literal -1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 y (+.f64 x #s(literal 1 binary64))) (+.f64 #s(literal -1 binary64) (*.f64 x x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64))))) (+.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) x)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (neg.f64 (*.f64 y (+.f64 x #s(literal 1 binary64)))) (+.f64 (*.f64 x (-.f64 #s(literal 0 binary64) x)) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x (/.f64 (/.f64 x y) y)) (*.f64 (/.f64 #s(literal -1 binary64) y) (-.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 x y)))) (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y) (/.f64 #s(literal -1 binary64) (*.f64 y (*.f64 y y)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) y) (*.f64 (/.f64 (+.f64 x #s(literal -1 binary64)) y) (/.f64 (+.f64 x #s(literal 1 binary64)) y)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64)))) (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x))) y))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 x #s(literal 1 binary64)) (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x x)) y))) |
(/.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 y (+.f64 x #s(literal -1 binary64))))) |
(/.f64 (+.f64 x #s(literal -1 binary64)) y) |
(/.f64 (/.f64 (+.f64 x #s(literal -1 binary64)) y) #s(literal 1 binary64)) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x))) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64)))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x x)) (*.f64 y (+.f64 x #s(literal 1 binary64)))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) x)))) (*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64)))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) x)))) (*.f64 y (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64))))))) |
(/.f64 (+.f64 (*.f64 x (-.f64 #s(literal 0 binary64) x)) #s(literal 1 binary64)) (neg.f64 (*.f64 y (+.f64 x #s(literal 1 binary64))))) |
(/.f64 (+.f64 (*.f64 x (-.f64 #s(literal 0 binary64) x)) #s(literal 1 binary64)) (*.f64 y (+.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)))) |
(/.f64 (-.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 0 binary64) y)) |
(/.f64 (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y) (/.f64 #s(literal -1 binary64) (*.f64 y (*.f64 y y)))) (+.f64 (*.f64 x (/.f64 (/.f64 x y) y)) (*.f64 (/.f64 #s(literal -1 binary64) y) (-.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 x y))))) |
(/.f64 (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y) (/.f64 #s(literal -1 binary64) (*.f64 y (*.f64 y y)))) (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) y) (-.f64 (*.f64 x (/.f64 (/.f64 x y) y)) (/.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) y) y)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 y (-.f64 #s(literal -1 binary64) x))) |
(/.f64 (*.f64 (/.f64 (+.f64 x #s(literal -1 binary64)) y) (/.f64 (+.f64 x #s(literal 1 binary64)) y)) (/.f64 (+.f64 x #s(literal 1 binary64)) y)) |
(/.f64 (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x))) y) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64))))) |
(/.f64 (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x x)) y) (+.f64 x #s(literal 1 binary64))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y)) (/.f64 y x)) (/.f64 y (/.f64 (-.f64 #s(literal 0 binary64) x) y))) |
(/.f64 (+.f64 y (-.f64 #s(literal 0 binary64) (/.f64 y x))) (/.f64 y (/.f64 x y))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) y) (-.f64 #s(literal 0 binary64) y)) (/.f64 #s(literal 1 binary64) x)) (-.f64 #s(literal 0 binary64) (/.f64 y x))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) y) y) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64))) (/.f64 y x)) |
(/.f64 (+.f64 y (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 y x)) #s(literal 1 binary64))) (/.f64 y (/.f64 x y))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 y x)) #s(literal -1 binary64))) (/.f64 y (/.f64 (-.f64 #s(literal 0 binary64) x) y))) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) y) y) (*.f64 y (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (+.f64 (*.f64 x (-.f64 #s(literal 0 binary64) y)) y) (*.f64 y (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (+.f64 (*.f64 x y) (-.f64 #s(literal 0 binary64) y)) (*.f64 y y)) |
(/.f64 (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) y)) (-.f64 #s(literal 0 binary64) y)) (*.f64 y y)) |
(/.f64 (+.f64 (/.f64 y x) (-.f64 #s(literal 0 binary64) y)) (/.f64 y (/.f64 (-.f64 #s(literal 0 binary64) x) y))) |
(/.f64 (+.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 (-.f64 #s(literal 0 binary64) y) (/.f64 #s(literal 1 binary64) y))) (-.f64 #s(literal 0 binary64) (/.f64 y x))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) y)) (*.f64 (-.f64 #s(literal 0 binary64) y) (-.f64 #s(literal 0 binary64) x))) (*.f64 y y)) |
(/.f64 (+.f64 y (*.f64 (-.f64 #s(literal 0 binary64) y) x)) (*.f64 y (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) y) (*.f64 y x)) (*.f64 y y)) |
(/.f64 (+.f64 (-.f64 #s(literal 0 binary64) (/.f64 y x)) y) (/.f64 y (/.f64 x y))) |
(/.f64 (+.f64 (/.f64 #s(literal -1 binary64) x) (*.f64 y (/.f64 #s(literal 1 binary64) y))) (/.f64 y x)) |
(/.f64 (+.f64 y (*.f64 y (-.f64 #s(literal 0 binary64) x))) (*.f64 y (-.f64 #s(literal 0 binary64) y))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) x))))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 x (-.f64 #s(literal 0 binary64) x)) #s(literal 1 binary64))) (neg.f64 (neg.f64 (*.f64 y (+.f64 x #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y) (/.f64 #s(literal -1 binary64) (*.f64 y (*.f64 y y))))) (neg.f64 (+.f64 (*.f64 x (/.f64 (/.f64 x y) y)) (*.f64 (/.f64 #s(literal -1 binary64) y) (-.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 x y)))))) |
(/.f64 (neg.f64 (*.f64 (/.f64 (+.f64 x #s(literal -1 binary64)) y) (/.f64 (+.f64 x #s(literal 1 binary64)) y))) (neg.f64 (/.f64 (+.f64 x #s(literal 1 binary64)) y))) |
(/.f64 (neg.f64 (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x))) y)) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x x)) y)) (+.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64))) |
(/.f64 (-.f64 (/.f64 (/.f64 #s(literal 1 binary64) y) y) (*.f64 x (/.f64 (/.f64 x y) y))) (-.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 x y))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) x))))) (*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (-.f64 #s(literal 0 binary64) x)) #s(literal 1 binary64))) (neg.f64 (*.f64 y (+.f64 x #s(literal 1 binary64))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y) (/.f64 #s(literal -1 binary64) (*.f64 y (*.f64 y y))))) (+.f64 (*.f64 x (/.f64 (/.f64 x y) y)) (*.f64 (/.f64 #s(literal -1 binary64) y) (-.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 x y))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (/.f64 (+.f64 x #s(literal -1 binary64)) y) (/.f64 (+.f64 x #s(literal 1 binary64)) y))) (/.f64 (+.f64 x #s(literal 1 binary64)) y)) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) y) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) x))))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64)))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) y) (+.f64 (*.f64 x (-.f64 #s(literal 0 binary64) x)) #s(literal 1 binary64))) (+.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) y) (-.f64 #s(literal 1 binary64) (*.f64 x x))) (-.f64 #s(literal -1 binary64) x)) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) x)))) (/.f64 #s(literal 1 binary64) y)) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 x (-.f64 #s(literal 0 binary64) x)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) y)) (+.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) y)) (-.f64 #s(literal -1 binary64) x)) |
(/.f64 (/.f64 (-.f64 #s(literal 1 binary64) x) #s(literal -1 binary64)) y) |
(pow.f64 (/.f64 y (+.f64 x #s(literal -1 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 x #s(literal -1 binary64)) y)) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (+.f64 x #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (/.f64 (+.f64 x #s(literal -1 binary64)) #s(literal 1 binary64))) |
(*.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal -1 binary64) y) (+.f64 x #s(literal -1 binary64)))) |
(*.f64 #s(literal -1 binary64) (/.f64 (+.f64 x #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) y))) |
(*.f64 #s(literal -1 binary64) (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x))) (*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64))))))) |
(*.f64 #s(literal -1 binary64) (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x x)) (neg.f64 (*.f64 y (+.f64 x #s(literal 1 binary64)))))) |
(*.f64 (+.f64 x #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (/.f64 (+.f64 x #s(literal -1 binary64)) y) #s(literal 1 binary64)) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 1 binary64) (*.f64 y (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64))))))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64))))) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64))))) y)) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x))) (/.f64 #s(literal -1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64))))))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x))) (/.f64 (/.f64 #s(literal 1 binary64) y) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64)))))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x x)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) y)) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 y (+.f64 x #s(literal 1 binary64))))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x x)) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) y))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x x)) (/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 y (+.f64 x #s(literal 1 binary64)))))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x x)) (/.f64 (/.f64 #s(literal 1 binary64) y) (+.f64 x #s(literal 1 binary64)))) |
(*.f64 (/.f64 #s(literal -1 binary64) y) (-.f64 #s(literal 1 binary64) x)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) x)))) (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) y) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64))))))) |
(*.f64 (+.f64 (*.f64 x (-.f64 #s(literal 0 binary64) x)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (neg.f64 (*.f64 y (+.f64 x #s(literal 1 binary64)))))) |
(*.f64 (-.f64 #s(literal 1 binary64) x) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (+.f64 (/.f64 (/.f64 (/.f64 x (/.f64 y (*.f64 x x))) y) y) (/.f64 #s(literal -1 binary64) (*.f64 y (*.f64 y y)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (/.f64 (/.f64 x y) y)) (*.f64 (/.f64 #s(literal -1 binary64) y) (-.f64 (/.f64 #s(literal -1 binary64) y) (/.f64 x y)))))) |
(*.f64 (*.f64 (/.f64 (+.f64 x #s(literal -1 binary64)) y) (/.f64 (+.f64 x #s(literal 1 binary64)) y)) (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 x #s(literal 1 binary64)) y))) |
(*.f64 (pow.f64 y #s(literal -1/2 binary64)) (*.f64 (pow.f64 y #s(literal -1/2 binary64)) (+.f64 x #s(literal -1 binary64)))) |
(*.f64 (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x))) y) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64)))))) |
(*.f64 (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x))) y) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64))))) #s(literal 1 binary64))) |
(*.f64 (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x x)) y) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(*.f64 (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x x)) y) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) #s(literal 1 binary64))) |
(*.f64 (/.f64 (+.f64 x #s(literal -1 binary64)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (/.f64 (+.f64 x #s(literal -1 binary64)) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (/.f64 (+.f64 x #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) y)) #s(literal -1 binary64)) |
(*.f64 (*.f64 (+.f64 x #s(literal -1 binary64)) (pow.f64 y #s(literal -1/2 binary64))) (pow.f64 y #s(literal -1/2 binary64))) |
(*.f64 (/.f64 (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x))) y) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (+.f64 x #s(literal 1 binary64)) (*.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 x #s(literal 1 binary64)))))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 x #s(literal 1 binary64)) (-.f64 (+.f64 x #s(literal 1 binary64)) (*.f64 x x))))) |
(*.f64 (/.f64 (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x))) y) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64)))) (-.f64 (+.f64 #s(literal -1 binary64) (*.f64 x x)) x))) (-.f64 (+.f64 #s(literal -1 binary64) (*.f64 x x)) x)) |
(*.f64 (/.f64 (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x x)) y) (+.f64 #s(literal -1 binary64) (*.f64 x x))) (+.f64 x #s(literal -1 binary64))) |
(*.f64 (/.f64 (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x x)) y) (+.f64 (*.f64 x (*.f64 x x)) #s(literal 1 binary64))) (+.f64 (*.f64 x x) (-.f64 #s(literal 1 binary64) x))) |
(exp.f64 (*.f64 #s(literal -1 binary64) (log.f64 y))) |
(-.f64 #s(literal 0 binary64) (/.f64 #s(literal -1 binary64) y)) |
(neg.f64 (/.f64 #s(literal -1 binary64) y)) |
(/.f64 #s(literal 1 binary64) y) |
(/.f64 (/.f64 #s(literal 1 binary64) y) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) y)) |
(pow.f64 y #s(literal -1 binary64)) |
(pow.f64 (*.f64 y y) #s(literal -1/2 binary64)) |
(pow.f64 (pow.f64 y #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 y)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) y)) |
(*.f64 (/.f64 #s(literal 1 binary64) y) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) y)) |
(*.f64 (/.f64 #s(literal -1 binary64) y) #s(literal -1 binary64)) |
(*.f64 (pow.f64 y #s(literal -1/2 binary64)) (pow.f64 y #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 y #s(literal -1/2 binary64)) (*.f64 (pow.f64 y #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (pow.f64 y #s(literal -1/2 binary64))) (pow.f64 y #s(literal -1/2 binary64))) |
(+.f64 x #s(literal -1 binary64)) |
(+.f64 #s(literal -1 binary64) x) |
(+.f64 (/.f64 (*.f64 x x) (+.f64 x #s(literal 1 binary64))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))))) |
(-.f64 x #s(literal 1 binary64)) |
(-.f64 (/.f64 (*.f64 x x) (+.f64 x #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) x)) (/.f64 (*.f64 x x) (-.f64 #s(literal -1 binary64) x))) |
(fma.f64 x #s(literal 1 binary64) #s(literal -1 binary64)) |
(fma.f64 x (/.f64 x (+.f64 x #s(literal 1 binary64))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))))) |
(fma.f64 #s(literal 1 binary64) x #s(literal -1 binary64)) |
(fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64) #s(literal -1 binary64)) |
(fma.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))))) |
(fma.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal -1 binary64) (*.f64 x x))) (+.f64 x #s(literal -1 binary64)) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))))) |
(fma.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 x (*.f64 x x)) #s(literal 1 binary64))) (+.f64 (*.f64 x x) (-.f64 #s(literal 1 binary64) x)) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))))) |
(neg.f64 (-.f64 #s(literal 1 binary64) x)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) x) (-.f64 #s(literal 1 binary64) (*.f64 x x)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x x)) (+.f64 x #s(literal 1 binary64))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) x)))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64)))))) |
(/.f64 (+.f64 (*.f64 x (-.f64 #s(literal 0 binary64) x)) #s(literal 1 binary64)) (+.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64)))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) x))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) #s(literal -1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64)))) (+.f64 (*.f64 x (*.f64 x x)) #s(literal 1 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) #s(literal -1 binary64)) (*.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 #s(literal -1 binary64) x)) |
(/.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1 binary64)) (*.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) |
(/.f64 (-.f64 (*.f64 x (*.f64 x (+.f64 x #s(literal 1 binary64)))) (*.f64 (+.f64 x #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 x #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) x))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 x (-.f64 #s(literal 0 binary64) x)) #s(literal 1 binary64))) (neg.f64 (+.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x))) (neg.f64 (-.f64 #s(literal -1 binary64) x))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 x x) (+.f64 x #s(literal 1 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 x x) (+.f64 x #s(literal 1 binary64))) (/.f64 (*.f64 x x) (+.f64 x #s(literal 1 binary64)))) (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) (*.f64 (/.f64 (*.f64 x x) (+.f64 x #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))))))) |
(/.f64 (-.f64 (*.f64 x (*.f64 x x)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x x) (+.f64 x #s(literal 1 binary64))) (/.f64 (*.f64 x x) (+.f64 x #s(literal 1 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))))) (+.f64 (/.f64 (*.f64 x x) (+.f64 x #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) x))))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (-.f64 #s(literal 0 binary64) x)) #s(literal 1 binary64))) (+.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x x))) (-.f64 #s(literal -1 binary64) x)) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) x)))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 x (-.f64 #s(literal 0 binary64) x)) #s(literal 1 binary64)) #s(literal 1 binary64)) (+.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1 binary64)) (-.f64 #s(literal -1 binary64) x)) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64)))))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) x)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64)))))) (+.f64 (*.f64 x (*.f64 x x)) #s(literal 1 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) |
(/.f64 (*.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 x x))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))) |
(*.f64 (+.f64 x #s(literal -1 binary64)) #s(literal 1 binary64)) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64)))))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64))))) #s(literal 1 binary64))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64)))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x x)) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) #s(literal 1 binary64))) |
(*.f64 (+.f64 x #s(literal 1 binary64)) (*.f64 (+.f64 x #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))))) |
(*.f64 (+.f64 x #s(literal 1 binary64)) (/.f64 (+.f64 x #s(literal -1 binary64)) (+.f64 x #s(literal 1 binary64)))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) x)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64))))))) |
(*.f64 (+.f64 (*.f64 x (-.f64 #s(literal 0 binary64) x)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) (+.f64 #s(literal -1 binary64) (*.f64 x x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64))))) (+.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x)))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) x))) |
(*.f64 (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x x)) (+.f64 #s(literal -1 binary64) (*.f64 x x))) (+.f64 x #s(literal -1 binary64))) |
(*.f64 (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (+.f64 x #s(literal 1 binary64)) (*.f64 (+.f64 x #s(literal 1 binary64)) (+.f64 x #s(literal 1 binary64)))))) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 x #s(literal 1 binary64)) (-.f64 (+.f64 x #s(literal 1 binary64)) (*.f64 x x))))) |
(*.f64 (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal 1 binary64)))) (-.f64 (+.f64 #s(literal -1 binary64) (*.f64 x x)) x))) (-.f64 (+.f64 #s(literal -1 binary64) (*.f64 x x)) x)) |
(*.f64 (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x x)) (+.f64 (*.f64 x (*.f64 x x)) #s(literal 1 binary64))) (+.f64 (*.f64 x x) (-.f64 #s(literal 1 binary64) x))) |
| 1× | egg-herbie |
| 10216× | accelerator-lowering-fma.f32 |
| 10216× | accelerator-lowering-fma.f64 |
| 3862× | *-lowering-*.f32 |
| 3862× | *-lowering-*.f64 |
| 2298× | --lowering--.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 37 | 696 |
| 1 | 89 | 690 |
| 2 | 189 | 690 |
| 3 | 644 | 690 |
| 4 | 2725 | 690 |
| 5 | 6330 | 690 |
| 0 | 8174 | 675 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
x |
(* x (+ 1 (/ x y))) |
(* x (+ 1 (/ x y))) |
(* x (+ 1 (/ x y))) |
(/ (pow x 2) y) |
(* (pow x 2) (+ (/ 1 x) (/ 1 y))) |
(* (pow x 2) (+ (/ 1 x) (/ 1 y))) |
(* (pow x 2) (+ (/ 1 x) (/ 1 y))) |
(/ (pow x 2) y) |
(* (pow x 2) (+ (/ 1 x) (/ 1 y))) |
(* (pow x 2) (+ (/ 1 x) (/ 1 y))) |
(* (pow x 2) (+ (/ 1 x) (/ 1 y))) |
(/ (pow x 2) y) |
(/ (+ (* x y) (pow x 2)) y) |
(/ (+ (* x y) (pow x 2)) y) |
(/ (+ (* x y) (pow x 2)) y) |
x |
(+ x (/ (pow x 2) y)) |
(+ x (/ (pow x 2) y)) |
(+ x (/ (pow x 2) y)) |
x |
(+ x (/ (pow x 2) y)) |
(+ x (/ (pow x 2) y)) |
(+ x (/ (pow x 2) y)) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ (pow x 2) y) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ y x) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
(/ x y) |
1 |
(+ 1 (/ x y)) |
(+ 1 (/ x y)) |
(+ 1 (/ x y)) |
(/ x y) |
(* x (+ (/ 1 x) (/ 1 y))) |
(* x (+ (/ 1 x) (/ 1 y))) |
(* x (+ (/ 1 x) (/ 1 y))) |
(/ x y) |
(* x (+ (/ 1 x) (/ 1 y))) |
(* x (+ (/ 1 x) (/ 1 y))) |
(* x (+ (/ 1 x) (/ 1 y))) |
(/ x y) |
(/ (+ x y) y) |
(/ (+ x y) y) |
(/ (+ x y) y) |
1 |
(+ 1 (/ x y)) |
(+ 1 (/ x y)) |
(+ 1 (/ x y)) |
1 |
(+ 1 (/ x y)) |
(+ 1 (/ x y)) |
(+ 1 (/ x y)) |
(/ (- x 1) y) |
(/ (- x 1) y) |
(/ (- x 1) y) |
(/ (- x 1) y) |
(/ (- x 1) y) |
(/ (- x 1) y) |
(/ (- x 1) y) |
(/ (- x 1) y) |
(/ (- x 1) y) |
(/ (- x 1) y) |
(/ (- x 1) y) |
(/ (- x 1) y) |
(/ -1 y) |
(- (/ x y) (/ 1 y)) |
(- (/ x y) (/ 1 y)) |
(- (/ x y) (/ 1 y)) |
(/ x y) |
(* x (- (/ 1 y) (/ 1 (* x y)))) |
(* x (- (/ 1 y) (/ 1 (* x y)))) |
(* x (- (/ 1 y) (/ 1 (* x y)))) |
(/ x y) |
(* -1 (* x (- (/ 1 (* x y)) (/ 1 y)))) |
(* -1 (* x (- (/ 1 (* x y)) (/ 1 y)))) |
(* -1 (* x (- (/ 1 (* x y)) (/ 1 y)))) |
(/ 1 y) |
(/ 1 y) |
(/ 1 y) |
(/ 1 y) |
(/ 1 y) |
(/ 1 y) |
(/ 1 y) |
(/ 1 y) |
(/ 1 y) |
(/ 1 y) |
(/ 1 y) |
(/ 1 y) |
-1 |
(- x 1) |
(- x 1) |
(- x 1) |
x |
(* x (- 1 (/ 1 x))) |
(* x (- 1 (/ 1 x))) |
(* x (- 1 (/ 1 x))) |
x |
(* -1 (* x (- (/ 1 x) 1))) |
(* -1 (* x (- (/ 1 x) 1))) |
(* -1 (* x (- (/ 1 x) 1))) |
| Outputs |
|---|
x |
(* x (+ 1 (/ x y))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(* x (+ 1 (/ x y))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(* x (+ 1 (/ x y))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(* (pow x 2) (+ (/ 1 x) (/ 1 y))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(* (pow x 2) (+ (/ 1 x) (/ 1 y))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(* (pow x 2) (+ (/ 1 x) (/ 1 y))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(* (pow x 2) (+ (/ 1 x) (/ 1 y))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(* (pow x 2) (+ (/ 1 x) (/ 1 y))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(* (pow x 2) (+ (/ 1 x) (/ 1 y))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (+ (* x y) (pow x 2)) y) |
(/.f64 (*.f64 x (+.f64 x y)) y) |
(/ (+ (* x y) (pow x 2)) y) |
(/.f64 (*.f64 x (+.f64 x y)) y) |
(/ (+ (* x y) (pow x 2)) y) |
(/.f64 (*.f64 x (+.f64 x y)) y) |
x |
(+ x (/ (pow x 2) y)) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(+ x (/ (pow x 2) y)) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(+ x (/ (pow x 2) y)) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
x |
(+ x (/ (pow x 2) y)) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(+ x (/ (pow x 2) y)) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(+ x (/ (pow x 2) y)) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 x y))) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ (pow x 2) y) |
(/.f64 (*.f64 x x) y) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ y x) |
(/.f64 y x) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
(/ x y) |
(/.f64 x y) |
1 |
#s(literal 1 binary64) |
(+ 1 (/ x y)) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(+ 1 (/ x y)) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(+ 1 (/ x y)) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(/ x y) |
(/.f64 x y) |
(* x (+ (/ 1 x) (/ 1 y))) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(* x (+ (/ 1 x) (/ 1 y))) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(* x (+ (/ 1 x) (/ 1 y))) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(/ x y) |
(/.f64 x y) |
(* x (+ (/ 1 x) (/ 1 y))) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(* x (+ (/ 1 x) (/ 1 y))) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(* x (+ (/ 1 x) (/ 1 y))) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(/ x y) |
(/.f64 x y) |
(/ (+ x y) y) |
(/.f64 (+.f64 x y) y) |
(/ (+ x y) y) |
(/.f64 (+.f64 x y) y) |
(/ (+ x y) y) |
(/.f64 (+.f64 x y) y) |
1 |
#s(literal 1 binary64) |
(+ 1 (/ x y)) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(+ 1 (/ x y)) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(+ 1 (/ x y)) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
1 |
#s(literal 1 binary64) |
(+ 1 (/ x y)) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(+ 1 (/ x y)) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(+ 1 (/ x y)) |
(+.f64 #s(literal 1 binary64) (/.f64 x y)) |
(/ (- x 1) y) |
(/.f64 (+.f64 x #s(literal -1 binary64)) y) |
(/ (- x 1) y) |
(/.f64 (+.f64 x #s(literal -1 binary64)) y) |
(/ (- x 1) y) |
(/.f64 (+.f64 x #s(literal -1 binary64)) y) |
(/ (- x 1) y) |
(/.f64 (+.f64 x #s(literal -1 binary64)) y) |
(/ (- x 1) y) |
(/.f64 (+.f64 x #s(literal -1 binary64)) y) |
(/ (- x 1) y) |
(/.f64 (+.f64 x #s(literal -1 binary64)) y) |
(/ (- x 1) y) |
(/.f64 (+.f64 x #s(literal -1 binary64)) y) |
(/ (- x 1) y) |
(/.f64 (+.f64 x #s(literal -1 binary64)) y) |
(/ (- x 1) y) |
(/.f64 (+.f64 x #s(literal -1 binary64)) y) |
(/ (- x 1) y) |
(/.f64 (+.f64 x #s(literal -1 binary64)) y) |
(/ (- x 1) y) |
(/.f64 (+.f64 x #s(literal -1 binary64)) y) |
(/ (- x 1) y) |
(/.f64 (+.f64 x #s(literal -1 binary64)) y) |
(/ -1 y) |
(/.f64 #s(literal -1 binary64) y) |
(- (/ x y) (/ 1 y)) |
(/.f64 (+.f64 x #s(literal -1 binary64)) y) |
(- (/ x y) (/ 1 y)) |
(/.f64 (+.f64 x #s(literal -1 binary64)) y) |
(- (/ x y) (/ 1 y)) |
(/.f64 (+.f64 x #s(literal -1 binary64)) y) |
(/ x y) |
(/.f64 x y) |
(* x (- (/ 1 y) (/ 1 (* x y)))) |
(/.f64 (+.f64 x #s(literal -1 binary64)) y) |
(* x (- (/ 1 y) (/ 1 (* x y)))) |
(/.f64 (+.f64 x #s(literal -1 binary64)) y) |
(* x (- (/ 1 y) (/ 1 (* x y)))) |
(/.f64 (+.f64 x #s(literal -1 binary64)) y) |
(/ x y) |
(/.f64 x y) |
(* -1 (* x (- (/ 1 (* x y)) (/ 1 y)))) |
(/.f64 (+.f64 x #s(literal -1 binary64)) y) |
(* -1 (* x (- (/ 1 (* x y)) (/ 1 y)))) |
(/.f64 (+.f64 x #s(literal -1 binary64)) y) |
(* -1 (* x (- (/ 1 (* x y)) (/ 1 y)))) |
(/.f64 (+.f64 x #s(literal -1 binary64)) y) |
(/ 1 y) |
(/.f64 #s(literal 1 binary64) y) |
(/ 1 y) |
(/.f64 #s(literal 1 binary64) y) |
(/ 1 y) |
(/.f64 #s(literal 1 binary64) y) |
(/ 1 y) |
(/.f64 #s(literal 1 binary64) y) |
(/ 1 y) |
(/.f64 #s(literal 1 binary64) y) |
(/ 1 y) |
(/.f64 #s(literal 1 binary64) y) |
(/ 1 y) |
(/.f64 #s(literal 1 binary64) y) |
(/ 1 y) |
(/.f64 #s(literal 1 binary64) y) |
(/ 1 y) |
(/.f64 #s(literal 1 binary64) y) |
(/ 1 y) |
(/.f64 #s(literal 1 binary64) y) |
(/ 1 y) |
(/.f64 #s(literal 1 binary64) y) |
(/ 1 y) |
(/.f64 #s(literal 1 binary64) y) |
-1 |
#s(literal -1 binary64) |
(- x 1) |
(+.f64 x #s(literal -1 binary64)) |
(- x 1) |
(+.f64 x #s(literal -1 binary64)) |
(- x 1) |
(+.f64 x #s(literal -1 binary64)) |
x |
(* x (- 1 (/ 1 x))) |
(+.f64 x #s(literal -1 binary64)) |
(* x (- 1 (/ 1 x))) |
(+.f64 x #s(literal -1 binary64)) |
(* x (- 1 (/ 1 x))) |
(+.f64 x #s(literal -1 binary64)) |
x |
(* -1 (* x (- (/ 1 x) 1))) |
(+.f64 x #s(literal -1 binary64)) |
(* -1 (* x (- (/ 1 x) 1))) |
(+.f64 x #s(literal -1 binary64)) |
(* -1 (* x (- (/ 1 x) 1))) |
(+.f64 x #s(literal -1 binary64)) |
Compiled 12337 to 1254 computations (89.8% saved)
13 alts after pruning (2 fresh and 11 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 886 | 1 | 887 |
| Fresh | 0 | 1 | 1 |
| Picked | 1 | 4 | 5 |
| Done | 0 | 7 | 7 |
| Total | 887 | 13 | 900 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 90.4% | (/.f64 (+.f64 (/.f64 x (/.f64 y x)) x) (+.f64 x #s(literal 1 binary64))) |
| 39.9% | (/.f64 (+.f64 x #s(literal -1 binary64)) y) | |
| 39.1% | (/.f64 (*.f64 x x) (*.f64 y (+.f64 x #s(literal 1 binary64)))) | |
| ✓ | 20.8% | (/.f64 x (/.f64 y x)) |
| ✓ | 50.2% | (/.f64 x (+.f64 x #s(literal 1 binary64))) |
| ✓ | 40.5% | (/.f64 x y) |
| ✓ | 56.3% | (+.f64 (/.f64 x (/.f64 y x)) x) |
| ✓ | 50.9% | (+.f64 (/.f64 x y) #s(literal 1 binary64)) |
| ✓ | 20.9% | (*.f64 (/.f64 x y) x) |
| ✓ | 50.2% | (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) x) |
| ✓ | 56.3% | (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) x) |
| ✓ | 39.6% | x |
| ✓ | 13.1% | #s(literal 1 binary64) |
Compiled 258 to 100 computations (61.2% saved)
| Inputs |
|---|
#s(literal 1 binary64) |
x |
(/.f64 x y) |
(*.f64 (/.f64 x y) x) |
(+.f64 (/.f64 x y) #s(literal 1 binary64)) |
(/.f64 x (+.f64 x #s(literal 1 binary64))) |
(/.f64 x (/.f64 y x)) |
(/.f64 (*.f64 x x) y) |
(/.f64 (+.f64 x #s(literal -1 binary64)) y) |
(*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) #s(literal 1 binary64)) |
(*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) x) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (+.f64 x #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) x) |
(+.f64 (/.f64 x (/.f64 y x)) x) |
(*.f64 (/.f64 x y) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(/.f64 (*.f64 x x) (*.f64 y (+.f64 x #s(literal 1 binary64)))) |
(/.f64 (*.f64 x (/.f64 x y)) (+.f64 x #s(literal 1 binary64))) |
(/.f64 (/.f64 x y) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x))) |
(/.f64 (/.f64 (*.f64 x x) y) (+.f64 x #s(literal 1 binary64))) |
(*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(*.f64 (/.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (+.f64 x #s(literal 1 binary64))) x) |
(/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 x #s(literal 1 binary64))) |
(/.f64 (+.f64 (/.f64 x (/.f64 y x)) x) (+.f64 x #s(literal 1 binary64))) |
| Outputs |
|---|
(*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
3 calls:
| 8.0ms | (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 x #s(literal 1 binary64))) |
| 8.0ms | x |
| 7.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.9% | 1 | x |
| 99.9% | 1 | y |
| 99.9% | 1 | (/.f64 (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64))) (+.f64 x #s(literal 1 binary64))) |
Compiled 19 to 12 computations (36.8% saved)
| Inputs |
|---|
#s(literal 1 binary64) |
x |
(/.f64 x y) |
(*.f64 (/.f64 x y) x) |
(+.f64 (/.f64 x y) #s(literal 1 binary64)) |
(/.f64 x (+.f64 x #s(literal 1 binary64))) |
(/.f64 x (/.f64 y x)) |
(/.f64 (*.f64 x x) y) |
(/.f64 (+.f64 x #s(literal -1 binary64)) y) |
(*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) #s(literal 1 binary64)) |
(*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) x) |
(*.f64 (/.f64 #s(literal 1 binary64) y) (+.f64 x #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal 1 binary64))) x) |
(+.f64 (/.f64 x (/.f64 y x)) x) |
(*.f64 (/.f64 x y) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(/.f64 (*.f64 x x) (*.f64 y (+.f64 x #s(literal 1 binary64)))) |
(/.f64 (*.f64 x (/.f64 x y)) (+.f64 x #s(literal 1 binary64))) |
(/.f64 (/.f64 x y) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x))) |
(/.f64 (/.f64 (*.f64 x x) y) (+.f64 x #s(literal 1 binary64))) |
| Outputs |
|---|
(+.f64 (/.f64 x y) #s(literal 1 binary64)) |
(*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) x) |
(+.f64 (/.f64 x y) #s(literal 1 binary64)) |
2 calls:
| 7.0ms | y |
| 6.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 98.3% | 3 | x |
| 77.4% | 3 | y |
Compiled 6 to 4 computations (33.3% saved)
| Inputs |
|---|
#s(literal 1 binary64) |
x |
(/.f64 x y) |
(*.f64 (/.f64 x y) x) |
(+.f64 (/.f64 x y) #s(literal 1 binary64)) |
(/.f64 x (+.f64 x #s(literal 1 binary64))) |
(/.f64 x (/.f64 y x)) |
(/.f64 (*.f64 x x) y) |
(/.f64 (+.f64 x #s(literal -1 binary64)) y) |
(*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) #s(literal 1 binary64)) |
| Outputs |
|---|
(+.f64 (/.f64 x y) #s(literal 1 binary64)) |
(/.f64 x (+.f64 x #s(literal 1 binary64))) |
(+.f64 (/.f64 x y) #s(literal 1 binary64)) |
1 calls:
| 4.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 88.0% | 3 | x |
Compiled 3 to 2 computations (33.3% saved)
| Inputs |
|---|
#s(literal 1 binary64) |
x |
(/.f64 x y) |
(*.f64 (/.f64 x y) x) |
(+.f64 (/.f64 x y) #s(literal 1 binary64)) |
| Outputs |
|---|
(+.f64 (/.f64 x y) #s(literal 1 binary64)) |
x |
(+.f64 (/.f64 x y) #s(literal 1 binary64)) |
1 calls:
| 2.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 86.9% | 3 | x |
Compiled 3 to 2 computations (33.3% saved)
| Inputs |
|---|
#s(literal 1 binary64) |
x |
(/.f64 x y) |
(*.f64 (/.f64 x y) x) |
| Outputs |
|---|
(/.f64 x y) |
x |
(/.f64 x y) |
2 calls:
| 2.0ms | x |
| 2.0ms | y |
| Accuracy | Segments | Branch |
|---|---|---|
| 60.1% | 6 | y |
| 75.9% | 3 | x |
Compiled 6 to 4 computations (33.3% saved)
| Inputs |
|---|
#s(literal 1 binary64) |
x |
| Outputs |
|---|
#s(literal 1 binary64) |
x |
#s(literal 1 binary64) |
2 calls:
| 2.0ms | y |
| 2.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 41.6% | 2 | y |
| 49.1% | 3 | x |
Compiled 6 to 4 computations (33.3% saved)
Total -0.0b remaining (-0%)
Threshold costs -0b (-0%)
| Inputs |
|---|
#s(literal 1 binary64) |
| Outputs |
|---|
#s(literal 1 binary64) |
2 calls:
| 3.0ms | y |
| 1.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 13.1% | 1 | y |
| 13.1% | 1 | x |
Compiled 6 to 4 computations (33.3% saved)
| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 60.0ms | 3.7415586815816075e-7 | 2717487237.3548584 |
| 15.0ms | -1383.132151783814 | -0.00015850632712730898 |
| 19.0ms | 304× | 0 | valid |
Compiled 360 to 259 computations (28.1% saved)
ival-div: 5.0ms (45.7% of total)ival-add: 3.0ms (27.4% of total)ival-mult: 2.0ms (18.3% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 40.0ms | 4391491073983428.5 | 635907368737150800.0 |
| 13.0ms | -1383.132151783814 | -0.00015850632712730898 |
| 45.0ms | 256× | 0 | valid |
Compiled 274 to 204 computations (25.5% saved)
ival-div: 34.0ms (87.8% of total)ival-add: 3.0ms (7.7% of total)ival-mult: 2.0ms (5.2% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 18.0ms | 3.7415586815816075e-7 | 2717487237.3548584 |
| 15.0ms | -1383.132151783814 | -0.00015850632712730898 |
| 21.0ms | 304× | 0 | valid |
Compiled 246 to 183 computations (25.6% saved)
ival-div: 5.0ms (46.4% of total)ival-add: 3.0ms (27.9% of total)ival-mult: 2.0ms (18.6% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 13.0ms | 635907368737150800.0 | 1850276216186410800.0 |
| 13.0ms | -1383.132151783814 | -0.00015850632712730898 |
| 19.0ms | 224× | 0 | valid |
Compiled 158 to 110 computations (30.4% saved)
ival-div: 9.0ms (70.5% of total)ival-add: 2.0ms (15.7% of total)ival-mult: 2.0ms (15.7% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 17.0ms | 3.7415586815816075e-7 | 2717487237.3548584 |
| 15.0ms | -1383.132151783814 | -0.00015850632712730898 |
| 22.0ms | 304× | 0 | valid |
Compiled 170 to 145 computations (14.7% saved)
ival-div: 5.0ms (46.6% of total)ival-add: 3.0ms (28% of total)ival-mult: 2.0ms (18.6% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1× | egg-herbie |
| 10× | if-if-or-not_binary32 |
| 4× | *-commutative_binary64 |
| 4× | +-commutative_binary64 |
| 2× | 1-exp_binary64 |
| 2× | 1-exp_binary32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 32 | 91 |
| 1 | 54 | 91 |
| 1× | saturated |
| Inputs |
|---|
(*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(if (<=.f64 x #s(literal -1 binary64)) (+.f64 (/.f64 x y) #s(literal 1 binary64)) (if (<=.f64 x #s(literal 1 binary64)) (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) x) (+.f64 (/.f64 x y) #s(literal 1 binary64)))) |
(if (<=.f64 x #s(literal -1300 binary64)) (+.f64 (/.f64 x y) #s(literal 1 binary64)) (if (<=.f64 x #s(literal 4500000000000000 binary64)) (/.f64 x (+.f64 x #s(literal 1 binary64))) (+.f64 (/.f64 x y) #s(literal 1 binary64)))) |
(if (<=.f64 x #s(literal -1 binary64)) (+.f64 (/.f64 x y) #s(literal 1 binary64)) (if (<=.f64 x #s(literal 1224979098644775/18014398509481984 binary64)) x (+.f64 (/.f64 x y) #s(literal 1 binary64)))) |
(if (<=.f64 x #s(literal -1 binary64)) (/.f64 x y) (if (<=.f64 x #s(literal 650000000000000000 binary64)) x (/.f64 x y))) |
(if (<=.f64 x #s(literal -1 binary64)) #s(literal 1 binary64) (if (<=.f64 x #s(literal 4165829655317709/2251799813685248 binary64)) x #s(literal 1 binary64))) |
#s(literal 1 binary64) |
| Outputs |
|---|
(*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(if (<=.f64 x #s(literal -1 binary64)) (+.f64 (/.f64 x y) #s(literal 1 binary64)) (if (<=.f64 x #s(literal 1 binary64)) (*.f64 (+.f64 (/.f64 x y) #s(literal 1 binary64)) x) (+.f64 (/.f64 x y) #s(literal 1 binary64)))) |
(if (or (<=.f64 x #s(literal -1 binary64)) (not (<=.f64 x #s(literal 1 binary64)))) (+.f64 (/.f64 x y) #s(literal 1 binary64)) (*.f64 x (+.f64 (/.f64 x y) #s(literal 1 binary64)))) |
(if (<=.f64 x #s(literal -1300 binary64)) (+.f64 (/.f64 x y) #s(literal 1 binary64)) (if (<=.f64 x #s(literal 4500000000000000 binary64)) (/.f64 x (+.f64 x #s(literal 1 binary64))) (+.f64 (/.f64 x y) #s(literal 1 binary64)))) |
(if (or (<=.f64 x #s(literal -1300 binary64)) (not (<=.f64 x #s(literal 4500000000000000 binary64)))) (+.f64 (/.f64 x y) #s(literal 1 binary64)) (/.f64 x (+.f64 x #s(literal 1 binary64)))) |
(if (<=.f64 x #s(literal -1 binary64)) (+.f64 (/.f64 x y) #s(literal 1 binary64)) (if (<=.f64 x #s(literal 1224979098644775/18014398509481984 binary64)) x (+.f64 (/.f64 x y) #s(literal 1 binary64)))) |
(if (or (<=.f64 x #s(literal -1 binary64)) (not (<=.f64 x #s(literal 1224979098644775/18014398509481984 binary64)))) (+.f64 (/.f64 x y) #s(literal 1 binary64)) x) |
(if (<=.f64 x #s(literal -1 binary64)) (/.f64 x y) (if (<=.f64 x #s(literal 650000000000000000 binary64)) x (/.f64 x y))) |
(if (or (<=.f64 x #s(literal -1 binary64)) (not (<=.f64 x #s(literal 650000000000000000 binary64)))) (/.f64 x y) x) |
(if (<=.f64 x #s(literal -1 binary64)) #s(literal 1 binary64) (if (<=.f64 x #s(literal 4165829655317709/2251799813685248 binary64)) x #s(literal 1 binary64))) |
#s(literal 1 binary64) |
| 15670× | accelerator-lowering-fma.f32 |
| 15670× | accelerator-lowering-fma.f64 |
| 12312× | accelerator-lowering-fma.f32 |
| 12312× | accelerator-lowering-fma.f64 |
| 6176× | accelerator-lowering-fma.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 165 | 1591 |
| 1 | 479 | 1537 |
| 2 | 1279 | 1402 |
| 3 | 6001 | 1384 |
| 0 | 8098 | 1330 |
| 0 | 14 | 59 |
| 1 | 85 | 57 |
| 2 | 699 | 57 |
| 0 | 8668 | 55 |
| 0 | 112 | 1234 |
| 1 | 317 | 1196 |
| 2 | 802 | 1036 |
| 3 | 3931 | 1002 |
| 0 | 8679 | 969 |
| 0 | 8 | 11 |
| 1 | 21 | 11 |
| 2 | 30 | 11 |
| 3 | 58 | 11 |
| 4 | 95 | 11 |
| 5 | 152 | 11 |
| 6 | 229 | 11 |
| 7 | 257 | 11 |
| 8 | 263 | 11 |
| 9 | 277 | 11 |
| 10 | 279 | 11 |
| 11 | 279 | 11 |
| 12 | 280 | 11 |
| 13 | 282 | 11 |
| 14 | 290 | 11 |
| 0 | 290 | 10 |
| 1× | fuel |
| 1× | iter limit |
| 1× | saturated |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
Compiled 347 to 201 computations (42.1% saved)
Compiled 242 to 106 computations (56.2% saved)
Loading profile data...