
Time bar (total: 11.2s)
| 1× | search |
| Probability | Valid | Unknown | Precondition | Infinite | Domain | Can't | Iter |
|---|---|---|---|---|---|---|---|
| 0% | 0% | 48.6% | 51.4% | 0% | 0% | 0% | 0 |
| 0% | 0% | 48.6% | 51.4% | 0% | 0% | 0% | 1 |
| 0% | 0% | 48.6% | 51.4% | 0% | 0% | 0% | 2 |
| 0% | 0% | 48.6% | 51.4% | 0% | 0% | 0% | 3 |
| 0% | 0% | 48.6% | 51.4% | 0% | 0% | 0% | 4 |
| 31.3% | 15.2% | 33.4% | 51.4% | 0% | 0% | 0% | 5 |
| 34.4% | 16.7% | 31.9% | 51.4% | 0% | 0% | 0% | 6 |
| 51.6% | 25.1% | 23.6% | 51.4% | 0% | 0% | 0% | 7 |
| 53.1% | 25.8% | 22.8% | 51.4% | 0% | 0% | 0% | 8 |
| 62.5% | 30.4% | 18.2% | 51.4% | 0% | 0% | 0% | 9 |
| 63.7% | 31% | 17.7% | 51.4% | 0% | 0% | 0% | 10 |
| 68.6% | 33.3% | 15.3% | 51.4% | 0% | 0% | 0% | 11 |
| 69.2% | 33.7% | 15% | 51.4% | 0% | 0% | 0% | 12 |
Compiled 28 to 20 computations (28.6% saved)
...c/correct-round.rkt:119:19: 121.0ms (29% of total)ival-mult: 109.0ms (26.2% of total)ival-<: 52.0ms (12.5% of total)ival-sqrt: 48.0ms (11.5% of total)ival-add: 34.0ms (8.2% of total)ival-fabs: 23.0ms (5.5% of total)ival-div: 21.0ms (5% of total)ival-and: 4.0ms (1% of total)const: 4.0ms (1% of total)backward-pass: 1.0ms (0.2% of total)| 1.1s | 6173× | 0 | valid |
| 820.0ms | 1230× | 2 | valid |
| 169.0ms | 635× | 1 | valid |
| 101.0ms | 218× | 3 | valid |
ival-add: 430.0ms (24.1% of total)ival-mult: 418.0ms (23.5% of total)...c/correct-round.rkt:119:19: 337.0ms (18.9% of total)ival-sqrt: 226.0ms (12.7% of total)ival-div: 111.0ms (6.2% of total)ival-fabs: 95.0ms (5.3% of total)ival-<: 75.0ms (4.2% of total)backward-pass: 63.0ms (3.5% of total)const: 16.0ms (0.9% of total)ival-and: 11.0ms (0.6% of total)| 2× | egg-herbie |
| 2100× | fnmadd-define |
| 1558× | fma-define |
| 1450× | fnmsub-define |
| 1444× | fmsub-define |
| 1054× | sum3-define |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 42 | 96 |
| 1 | 109 | 86 |
| 2 | 226 | 80 |
| 3 | 513 | 80 |
| 4 | 1096 | 80 |
| 5 | 2091 | 80 |
| 6 | 3454 | 80 |
| 7 | 4627 | 80 |
| 8 | 5340 | 80 |
| 9 | 5908 | 80 |
| 10 | 6193 | 80 |
| 11 | 6346 | 80 |
| 12 | 6404 | 80 |
| 13 | 6408 | 80 |
| 0 | 14 | 15 |
| 1 | 31 | 14 |
| 2 | 42 | 13 |
| 3 | 47 | 13 |
| 4 | 49 | 13 |
| 5 | 50 | 13 |
| 0 | 50 | 13 |
| 1× | iter limit |
| 1× | saturated |
| 1× | saturated |
| Inputs |
|---|
(sqrt (* 1/2 (+ 1 (/ x (sqrt (+ (* (* 4 p) p) (* x x))))))) |
| Outputs |
|---|
(sqrt (* 1/2 (+ 1 (/ x (sqrt (+ (* (* 4 p) p) (* x x))))))) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))) |
| Inputs |
|---|
(sqrt (* 1/2 (+ 1 (/ x (sqrt (+ (* (* 4 p) p) (* x x))))))) |
(sqrt (* 1/2 (+ 1 (/ x (sqrt (+ (* (* 4 (neg p)) (neg p)) (* x x))))))) |
(sqrt (* 1/2 (+ 1 (/ (neg x) (sqrt (+ (* (* 4 p) p) (* (neg x) (neg x)))))))) |
(neg (sqrt (* 1/2 (+ 1 (/ x (sqrt (+ (* (* 4 (neg p)) (neg p)) (* x x)))))))) |
(neg (sqrt (* 1/2 (+ 1 (/ (neg x) (sqrt (+ (* (* 4 p) p) (* (neg x) (neg x))))))))) |
(sqrt (* 1/2 (+ 1 (/ p (sqrt (+ (* (* 4 x) x) (* p p))))))) |
| Outputs |
|---|
(sqrt (* 1/2 (+ 1 (/ x (sqrt (+ (* (* 4 p) p) (* x x))))))) |
(sqrt (fnmsub (* x -1/2) (rsqrt (fma 4 (square p) (square x))) -1/2)) |
(sqrt (* 1/2 (+ 1 (/ x (sqrt (+ (* (* 4 (neg p)) (neg p)) (* x x))))))) |
(sqrt (fnmsub (* x -1/2) (rsqrt (fma 4 (square p) (square x))) -1/2)) |
(sqrt (* 1/2 (+ 1 (/ (neg x) (sqrt (+ (* (* 4 p) p) (* (neg x) (neg x)))))))) |
(sqrt (fnmsub (* 1/2 x) (rsqrt (fma 4 (square p) (square x))) -1/2)) |
(neg (sqrt (* 1/2 (+ 1 (/ x (sqrt (+ (* (* 4 (neg p)) (neg p)) (* x x)))))))) |
(neg (sqrt (fnmsub (* x -1/2) (rsqrt (fma 4 (square p) (square x))) -1/2))) |
(neg (sqrt (* 1/2 (+ 1 (/ (neg x) (sqrt (+ (* (* 4 p) p) (* (neg x) (neg x))))))))) |
(neg (sqrt (fnmsub (* 1/2 x) (rsqrt (fma 4 (square p) (square x))) -1/2))) |
(sqrt (* 1/2 (+ 1 (/ p (sqrt (+ (* (* 4 x) x) (* p p))))))) |
(sqrt (fnmsub (* p -1/2) (rsqrt (fma 4 (square x) (square p))) -1/2)) |
(abs p)
| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 58 | 0 | - | 0 | - | (sqrt.f64 (+.f64 (*.f64 (*.f64 #s(literal 4 binary64) p) p) (*.f64 x x))) |
| 42 | 1 | (6.656565009088857e-248 -2.8791449818250865e-86) | 0 | - | (+.f64 #s(literal 1 binary64) (/.f64 x (sqrt.f64 (+.f64 (*.f64 (*.f64 #s(literal 4 binary64) p) p) (*.f64 x x))))) |
| 19 | 0 | - | 1 | (6.656565009088857e-248 -2.8791449818250865e-86) | (sqrt.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 #s(literal 1 binary64) (/.f64 x (sqrt.f64 (+.f64 (*.f64 (*.f64 #s(literal 4 binary64) p) p) (*.f64 x x))))))) |
| 0 | 0 | - | 0 | - | x |
| 0 | 0 | - | 0 | - | #s(literal 1/2 binary64) |
| 0 | 0 | - | 0 | - | (*.f64 #s(literal 4 binary64) p) |
| 0 | 0 | - | 0 | - | (*.f64 (*.f64 #s(literal 4 binary64) p) p) |
| 0 | 0 | - | 0 | - | (+.f64 (*.f64 (*.f64 #s(literal 4 binary64) p) p) (*.f64 x x)) |
| 0 | 0 | - | 0 | - | p |
| 0 | 0 | - | 0 | - | (*.f64 x x) |
| 0 | 0 | - | 0 | - | #s(literal 4 binary64) |
| 0 | 0 | - | 0 | - | (/.f64 x (sqrt.f64 (+.f64 (*.f64 (*.f64 #s(literal 4 binary64) p) p) (*.f64 x x)))) |
| 0 | 0 | - | 0 | - | #s(literal 1 binary64) |
| 0 | 0 | - | 0 | - | (*.f64 #s(literal 1/2 binary64) (+.f64 #s(literal 1 binary64) (/.f64 x (sqrt.f64 (+.f64 (*.f64 (*.f64 #s(literal 4 binary64) p) p) (*.f64 x x)))))) |
| 57.0ms | 384× | 0 | valid |
| 36.0ms | 80× | 2 | valid |
| 31.0ms | 40× | 1 | valid |
| 5.0ms | 8× | 3 | valid |
Compiled 213 to 44 computations (79.3% saved)
ival-mult: 41.0ms (49.7% of total)ival-sqrt: 17.0ms (20.6% of total)ival-add: 11.0ms (13.3% of total)ival-div: 6.0ms (7.3% of total)backward-pass: 6.0ms (7.3% of total)const: 2.0ms (2.4% of total)Compiled 19 to 13 computations (31.6% saved)
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 77.8% | (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))) |
Compiled 19 to 13 computations (31.6% saved)
| 1× | egg-herbie |
Found 4 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (*.f64 #s(literal 1/2 binary64) x) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))) |
| ✓ | cost-diff | 0 | (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))) |
| ✓ | cost-diff | 0 | (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))) |
| 32× | *-lowering-*.f32 |
| 32× | *-lowering-*.f64 |
| 18× | fma-lowering-fma.f32 |
| 18× | fma-define |
| 18× | fma-lowering-fma.f64 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 13 | 66 |
| 1 | 24 | 64 |
| 2 | 34 | 64 |
| 3 | 41 | 64 |
| 4 | 46 | 64 |
| 5 | 48 | 64 |
| 0 | 48 | 64 |
| 1× | iter limit |
| 1× | saturated |
| Inputs |
|---|
(sqrt (+ 1/2 (/ (* 1/2 x) (sqrt (+ (* 4 (* p p)) (* x x)))))) |
(+ 1/2 (/ (* 1/2 x) (sqrt (+ (* 4 (* p p)) (* x x))))) |
1/2 |
(/ (* 1/2 x) (sqrt (+ (* 4 (* p p)) (* x x)))) |
(* 1/2 x) |
x |
(sqrt (+ (* 4 (* p p)) (* x x))) |
(+ (* 4 (* p p)) (* x x)) |
(* 4 (* p p)) |
4 |
(* p p) |
p |
(* x x) |
| Outputs |
|---|
(sqrt (+ 1/2 (/ (* 1/2 x) (sqrt (+ (* 4 (* p p)) (* x x)))))) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))) |
(+ 1/2 (/ (* 1/2 x) (sqrt (+ (* 4 (* p p)) (* x x))))) |
(+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))) |
1/2 |
#s(literal 1/2 binary64) |
(/ (* 1/2 x) (sqrt (+ (* 4 (* p p)) (* x x)))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
x |
(sqrt (+ (* 4 (* p p)) (* x x))) |
(sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) |
(+ (* 4 (* p p)) (* x x)) |
(+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)) |
(* 4 (* p p)) |
(*.f64 #s(literal 4 binary64) (*.f64 p p)) |
4 |
#s(literal 4 binary64) |
(* p p) |
(*.f64 p p) |
p |
(* x x) |
(*.f64 x x) |
Found 4 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (*.f64 #s(literal 4 binary64) (*.f64 p p)) |
| ✓ | accuracy | 93.4% | (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))) |
| ✓ | accuracy | 84.7% | (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))) |
| ✓ | accuracy | 79.1% | (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) |
| 25.0ms | 191× | 0 | valid |
| 19.0ms | 40× | 2 | valid |
| 5.0ms | 21× | 1 | valid |
| 2.0ms | 4× | 3 | valid |
Compiled 87 to 14 computations (83.9% saved)
ival-mult: 11.0ms (36.7% of total)ival-sqrt: 7.0ms (23.3% of total)ival-add: 5.0ms (16.7% of total)ival-div: 3.0ms (10% of total)backward-pass: 3.0ms (10% of total)const: 1.0ms (3.3% of total)| Inputs |
|---|
#<alt (sqrt (+ 1/2 (/ (* 1/2 x) (sqrt (+ (* 4 (* p p)) (* x x))))))> |
#<alt (+ 1/2 (/ (* 1/2 x) (sqrt (+ (* 4 (* p p)) (* x x)))))> |
#<alt (/ (* 1/2 x) (sqrt (+ (* 4 (* p p)) (* x x))))> |
#<alt (* 1/2 x)> |
#<alt (sqrt (+ (* 4 (* p p)) (* x x)))> |
#<alt (* 4 (* p p))> |
| Outputs |
|---|
#<alt (sqrt 1/2)> |
#<alt (+ (sqrt 1/2) (* 1/8 (/ x (* p (sqrt 1/2)))))> |
#<alt (+ (sqrt 1/2) (* x (+ (* -1/128 (/ x (* (pow p 2) (pow (sqrt 1/2) 3)))) (* 1/8 (/ 1 (* p (sqrt 1/2)))))))> |
#<alt (+ (sqrt 1/2) (* x (+ (* x (- (* 1/2 (/ (* x (- (* 1/512 (/ 1 (* (pow p 3) (pow (sqrt 1/2) 4)))) (* 1/32 (/ 1 (pow p 3))))) (sqrt 1/2))) (* 1/128 (/ 1 (* (pow p 2) (pow (sqrt 1/2) 3)))))) (* 1/8 (/ 1 (* p (sqrt 1/2)))))))> |
#<alt 1> |
#<alt (+ 1 (* -1/2 (/ (pow p 2) (pow x 2))))> |
#<alt (+ 1 (+ (* -1/2 (/ (pow p 2) (pow x 2))) (* 1/2 (/ (- (* -1/4 (+ (* -16 (pow p 4)) (* 4 (pow p 4)))) (* 1/4 (pow p 4))) (pow x 4)))))> |
#<alt (+ 1 (+ (* -1/2 (/ (pow p 2) (pow x 2))) (+ (* 1/2 (/ (- (* -1/4 (+ (* -16 (pow p 4)) (* 4 (pow p 4)))) (* 1/4 (pow p 4))) (pow x 4))) (* 1/2 (/ (- (* -1/4 (+ (* 2 (* (pow p 2) (+ (* -16 (pow p 4)) (* 4 (pow p 4))))) (* 64 (pow p 6)))) (* -1/2 (* (pow p 2) (- (* -1/4 (+ (* -16 (pow p 4)) (* 4 (pow p 4)))) (* 1/4 (pow p 4)))))) (pow x 6))))))> |
#<alt (* -1 (/ p x))> |
#<alt (* -1 (/ (+ p (* 1/8 (/ (+ (* -16 (pow p 4)) (* 4 (pow p 4))) (* p (pow x 2))))) x))> |
#<alt (* -1 (/ (+ p (+ (* 1/8 (/ (+ (* -16 (pow p 4)) (* 4 (pow p 4))) (* p (pow x 2)))) (* 1/2 (/ (- (* 1/4 (+ (* 2 (* (pow p 2) (+ (* -16 (pow p 4)) (* 4 (pow p 4))))) (* 64 (pow p 6)))) (* 1/64 (/ (pow (+ (* -16 (pow p 4)) (* 4 (pow p 4))) 2) (pow p 2)))) (* p (pow x 4)))))) x))> |
#<alt (* -1 (/ (+ p (+ (* 1/8 (/ (+ (* -16 (pow p 4)) (* 4 (pow p 4))) (* p (pow x 2)))) (+ (* 1/2 (/ (- (* 1/4 (+ (* -256 (pow p 8)) (+ (* 1/4 (pow (+ (* -16 (pow p 4)) (* 4 (pow p 4))) 2)) (* 2 (* (pow p 2) (+ (* 2 (* (pow p 2) (+ (* -16 (pow p 4)) (* 4 (pow p 4))))) (* 64 (pow p 6)))))))) (* 1/8 (/ (* (+ (* -16 (pow p 4)) (* 4 (pow p 4))) (- (* 1/4 (+ (* 2 (* (pow p 2) (+ (* -16 (pow p 4)) (* 4 (pow p 4))))) (* 64 (pow p 6)))) (* 1/64 (/ (pow (+ (* -16 (pow p 4)) (* 4 (pow p 4))) 2) (pow p 2))))) (pow p 2)))) (* p (pow x 6)))) (* 1/2 (/ (- (* 1/4 (+ (* 2 (* (pow p 2) (+ (* -16 (pow p 4)) (* 4 (pow p 4))))) (* 64 (pow p 6)))) (* 1/64 (/ (pow (+ (* -16 (pow p 4)) (* 4 (pow p 4))) 2) (pow p 2)))) (* p (pow x 4))))))) x))> |
#<alt 1> |
#<alt (+ 1 (* -1/2 (/ (pow p 2) (pow x 2))))> |
#<alt (+ 1 (* (pow p 2) (- (* 11/8 (/ (pow p 2) (pow x 4))) (* 1/2 (/ 1 (pow x 2))))))> |
#<alt (+ 1 (* (pow p 2) (- (* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) (* 1/2 (/ 1 (pow x 2))))))> |
#<alt (sqrt 1/2)> |
#<alt (+ (sqrt 1/2) (* 1/8 (/ x (* p (sqrt 1/2)))))> |
#<alt (+ (sqrt 1/2) (+ (* -1/128 (/ (pow x 2) (* (pow p 2) (pow (sqrt 1/2) 3)))) (* 1/8 (/ x (* p (sqrt 1/2))))))> |
#<alt (+ (sqrt 1/2) (+ (* -1/128 (/ (pow x 2) (* (pow p 2) (pow (sqrt 1/2) 3)))) (+ (* 1/8 (/ x (* p (sqrt 1/2)))) (* 1/2 (/ (- (* -1/32 (pow x 3)) (* -1/512 (/ (pow x 3) (pow (sqrt 1/2) 4)))) (* (pow p 3) (sqrt 1/2)))))))> |
#<alt (sqrt 1/2)> |
#<alt (+ (sqrt 1/2) (* -1/8 (/ x (* p (sqrt 1/2)))))> |
#<alt (+ (sqrt 1/2) (* -1 (/ (+ (* 1/128 (/ (pow x 2) (* p (pow (sqrt 1/2) 3)))) (* 1/8 (/ x (sqrt 1/2)))) p)))> |
#<alt (+ (sqrt 1/2) (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (- (* -1/32 (pow x 3)) (* -1/512 (/ (pow x 3) (pow (sqrt 1/2) 4)))) (* p (sqrt 1/2)))) (* -1/128 (/ (pow x 2) (pow (sqrt 1/2) 3)))) p)) (* 1/8 (/ x (sqrt 1/2)))) p)))> |
#<alt 1/2> |
#<alt (+ 1/2 (* 1/4 (/ x p)))> |
#<alt (+ 1/2 (* x (+ (* -1/32 (/ (pow x 2) (pow p 3))) (* 1/4 (/ 1 p)))))> |
#<alt (+ 1/2 (* x (+ (* (pow x 2) (- (* 3/512 (/ (pow x 2) (pow p 5))) (* 1/32 (/ 1 (pow p 3))))) (* 1/4 (/ 1 p)))))> |
#<alt 1> |
#<alt (+ 1 (* -1 (/ (pow p 2) (pow x 2))))> |
#<alt (+ 1 (+ (* -1 (/ (pow p 2) (pow x 2))) (* -1/4 (/ (+ (* -16 (pow p 4)) (* 4 (pow p 4))) (pow x 4)))))> |
#<alt (+ 1 (+ (* -1 (/ (pow p 2) (pow x 2))) (+ (* -1/4 (/ (+ (* -16 (pow p 4)) (* 4 (pow p 4))) (pow x 4))) (* -1/4 (/ (+ (* 2 (* (pow p 2) (+ (* -16 (pow p 4)) (* 4 (pow p 4))))) (* 64 (pow p 6))) (pow x 6))))))> |
#<alt (/ (pow p 2) (pow x 2))> |
#<alt (/ (+ (* 1/4 (/ (+ (* -16 (pow p 4)) (* 4 (pow p 4))) (pow x 2))) (pow p 2)) (pow x 2))> |
#<alt (/ (+ (* 1/4 (/ (+ (* -16 (pow p 4)) (* 4 (pow p 4))) (pow x 2))) (+ (* 1/4 (/ (+ (* 2 (* (pow p 2) (+ (* -16 (pow p 4)) (* 4 (pow p 4))))) (* 64 (pow p 6))) (pow x 4))) (pow p 2))) (pow x 2))> |
#<alt (/ (+ (* 1/4 (/ (+ (* -256 (pow p 8)) (+ (* 1/4 (pow (+ (* -16 (pow p 4)) (* 4 (pow p 4))) 2)) (* 2 (* (pow p 2) (+ (* 2 (* (pow p 2) (+ (* -16 (pow p 4)) (* 4 (pow p 4))))) (* 64 (pow p 6))))))) (pow x 6))) (+ (* 1/4 (/ (+ (* -16 (pow p 4)) (* 4 (pow p 4))) (pow x 2))) (+ (* 1/4 (/ (+ (* 2 (* (pow p 2) (+ (* -16 (pow p 4)) (* 4 (pow p 4))))) (* 64 (pow p 6))) (pow x 4))) (pow p 2)))) (pow x 2))> |
#<alt 1> |
#<alt (+ 1 (* -1 (/ (pow p 2) (pow x 2))))> |
#<alt (+ 1 (* (pow p 2) (- (* 3 (/ (pow p 2) (pow x 4))) (/ 1 (pow x 2)))))> |
#<alt (+ 1 (* (pow p 2) (- (* (pow p 2) (+ (* -10 (/ (pow p 2) (pow x 6))) (* 3 (/ 1 (pow x 4))))) (/ 1 (pow x 2)))))> |
#<alt 1/2> |
#<alt (+ 1/2 (* 1/4 (/ x p)))> |
#<alt (+ 1/2 (+ (* -1/32 (/ (pow x 3) (pow p 3))) (* 1/4 (/ x p))))> |
#<alt (+ 1/2 (+ (* -1/2 (/ (* x (+ (* -1/64 (pow x 4)) (* 1/256 (pow x 4)))) (pow p 5))) (+ (* -1/32 (/ (pow x 3) (pow p 3))) (* 1/4 (/ x p)))))> |
#<alt 1/2> |
#<alt (+ 1/2 (* -1/4 (/ x p)))> |
#<alt (+ 1/2 (* -1 (/ (+ (* -1/32 (/ (pow x 3) (pow p 2))) (* 1/4 x)) p)))> |
#<alt (+ 1/2 (* -1 (/ (+ (* -1/2 (/ (* x (+ (* -1/64 (pow x 4)) (* 1/256 (pow x 4)))) (pow p 4))) (+ (* -1/32 (/ (pow x 3) (pow p 2))) (* 1/4 x))) p)))> |
#<alt (* 1/4 (/ x p))> |
#<alt (* x (+ (* -1/32 (/ (pow x 2) (pow p 3))) (* 1/4 (/ 1 p))))> |
#<alt (* x (+ (* (pow x 2) (- (* 3/512 (/ (pow x 2) (pow p 5))) (* 1/32 (/ 1 (pow p 3))))) (* 1/4 (/ 1 p))))> |
#<alt (* x (+ (* (pow x 2) (- (* (pow x 2) (+ (* -5/4096 (/ (pow x 2) (pow p 7))) (* 3/512 (/ 1 (pow p 5))))) (* 1/32 (/ 1 (pow p 3))))) (* 1/4 (/ 1 p))))> |
#<alt 1/2> |
#<alt (+ 1/2 (* -1 (/ (pow p 2) (pow x 2))))> |
#<alt (+ 1/2 (+ (* -1 (/ (pow p 2) (pow x 2))) (* -1/4 (/ (+ (* -16 (pow p 4)) (* 4 (pow p 4))) (pow x 4)))))> |
#<alt (+ 1/2 (+ (* -1 (/ (pow p 2) (pow x 2))) (+ (* -1/4 (/ (+ (* -16 (pow p 4)) (* 4 (pow p 4))) (pow x 4))) (* -1/4 (/ (+ (* 2 (* (pow p 2) (+ (* -16 (pow p 4)) (* 4 (pow p 4))))) (* 64 (pow p 6))) (pow x 6))))))> |
#<alt -1/2> |
#<alt (- (/ (pow p 2) (pow x 2)) 1/2)> |
#<alt (- (+ (* 1/4 (/ (+ (* -16 (pow p 4)) (* 4 (pow p 4))) (pow x 4))) (/ (pow p 2) (pow x 2))) 1/2)> |
#<alt (- (+ (* 1/4 (/ (+ (* -16 (pow p 4)) (* 4 (pow p 4))) (pow x 4))) (+ (* 1/4 (/ (+ (* 2 (* (pow p 2) (+ (* -16 (pow p 4)) (* 4 (pow p 4))))) (* 64 (pow p 6))) (pow x 6))) (/ (pow p 2) (pow x 2)))) 1/2)> |
#<alt 1/2> |
#<alt (+ 1/2 (* -1 (/ (pow p 2) (pow x 2))))> |
#<alt (+ 1/2 (* (pow p 2) (- (* 3 (/ (pow p 2) (pow x 4))) (/ 1 (pow x 2)))))> |
#<alt (+ 1/2 (* (pow p 2) (- (* (pow p 2) (+ (* -10 (/ (pow p 2) (pow x 6))) (* 3 (/ 1 (pow x 4))))) (/ 1 (pow x 2)))))> |
#<alt (* 1/4 (/ x p))> |
#<alt (/ (+ (* -1/32 (/ (pow x 3) (pow p 2))) (* 1/4 x)) p)> |
#<alt (/ (+ (* -1/2 (/ (* x (+ (* -1/64 (pow x 4)) (* 1/256 (pow x 4)))) (pow p 4))) (+ (* -1/32 (/ (pow x 3) (pow p 2))) (* 1/4 x))) p)> |
#<alt (/ (+ (* -1/2 (/ (* x (+ (* -1/64 (pow x 4)) (* 1/256 (pow x 4)))) (pow p 4))) (+ (* -1/2 (/ (* x (+ (* 1/256 (pow x 6)) (* 1/8 (* (pow x 2) (+ (* -1/64 (pow x 4)) (* 1/256 (pow x 4))))))) (pow p 6))) (+ (* -1/32 (/ (pow x 3) (pow p 2))) (* 1/4 x)))) p)> |
#<alt (* -1/4 (/ x p))> |
#<alt (* -1 (/ (+ (* -1/32 (/ (pow x 3) (pow p 2))) (* 1/4 x)) p))> |
#<alt (* -1 (/ (+ (* -1/2 (/ (* x (+ (* -1/64 (pow x 4)) (* 1/256 (pow x 4)))) (pow p 4))) (+ (* -1/32 (/ (pow x 3) (pow p 2))) (* 1/4 x))) p))> |
#<alt (* -1 (/ (+ (* -1/2 (/ (* x (+ (* -1/64 (pow x 4)) (* 1/256 (pow x 4)))) (pow p 4))) (+ (* -1/2 (/ (* x (+ (* 1/256 (pow x 6)) (* 1/8 (* (pow x 2) (+ (* -1/64 (pow x 4)) (* 1/256 (pow x 4))))))) (pow p 6))) (+ (* -1/32 (/ (pow x 3) (pow p 2))) (* 1/4 x)))) p))> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt x> |
#<alt (+ x (* 2 (/ (pow p 2) x)))> |
#<alt (+ x (* (pow p 2) (+ (* -2 (/ (pow p 2) (pow x 3))) (* 2 (/ 1 x)))))> |
#<alt (+ x (* (pow p 2) (+ (* (pow p 2) (- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3))))) (* 2 (/ 1 x)))))> |
#<alt (* 2 p)> |
#<alt (* p (+ 2 (* 1/4 (/ (pow x 2) (pow p 2)))))> |
#<alt (* p (+ 2 (+ (* -1/64 (/ (pow x 4) (pow p 4))) (* 1/4 (/ (pow x 2) (pow p 2))))))> |
#<alt (* p (+ 2 (+ (* -1/64 (/ (pow x 4) (pow p 4))) (+ (* 1/512 (/ (pow x 6) (pow p 6))) (* 1/4 (/ (pow x 2) (pow p 2)))))))> |
#<alt (* -2 p)> |
#<alt (* -1 (* p (+ 2 (* 1/4 (/ (pow x 2) (pow p 2))))))> |
#<alt (* -1 (* p (+ 2 (+ (* -1/64 (/ (pow x 4) (pow p 4))) (* 1/4 (/ (pow x 2) (pow p 2)))))))> |
#<alt (* -1 (* p (+ 2 (+ (* -1/64 (/ (pow x 4) (pow p 4))) (+ (* 1/512 (/ (pow x 6) (pow p 6))) (* 1/4 (/ (pow x 2) (pow p 2))))))))> |
#<alt (* 2 p)> |
#<alt (+ (* 1/4 (/ (pow x 2) p)) (* 2 p))> |
#<alt (+ (* 2 p) (* (pow x 2) (+ (* -1/64 (/ (pow x 2) (pow p 3))) (* 1/4 (/ 1 p)))))> |
#<alt (+ (* 2 p) (* (pow x 2) (+ (* (pow x 2) (- (* 1/512 (/ (pow x 2) (pow p 5))) (* 1/64 (/ 1 (pow p 3))))) (* 1/4 (/ 1 p)))))> |
#<alt x> |
#<alt (* x (+ 1 (* 2 (/ (pow p 2) (pow x 2)))))> |
#<alt (* x (+ 1 (+ (* -2 (/ (pow p 4) (pow x 4))) (* 2 (/ (pow p 2) (pow x 2))))))> |
#<alt (* x (+ 1 (+ (* -2 (/ (pow p 4) (pow x 4))) (+ (* 2 (/ (pow p 2) (pow x 2))) (* 4 (/ (pow p 6) (pow x 6)))))))> |
#<alt (* -1 x)> |
#<alt (* -1 (* x (+ 1 (* 2 (/ (pow p 2) (pow x 2))))))> |
#<alt (* -1 (* x (+ 1 (+ (* -2 (/ (pow p 4) (pow x 4))) (* 2 (/ (pow p 2) (pow x 2)))))))> |
#<alt (* -1 (* x (+ 1 (+ (* -2 (/ (pow p 4) (pow x 4))) (+ (* 2 (/ (pow p 2) (pow x 2))) (* 4 (/ (pow p 6) (pow x 6))))))))> |
#<alt (* 4 (pow p 2))> |
#<alt (* 4 (pow p 2))> |
#<alt (* 4 (pow p 2))> |
#<alt (* 4 (pow p 2))> |
#<alt (* 4 (pow p 2))> |
#<alt (* 4 (pow p 2))> |
#<alt (* 4 (pow p 2))> |
#<alt (* 4 (pow p 2))> |
#<alt (* 4 (pow p 2))> |
#<alt (* 4 (pow p 2))> |
#<alt (* 4 (pow p 2))> |
#<alt (* 4 (pow p 2))> |
30 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 2.0ms | x | @ | -inf | (sqrt (+ 1/2 (/ (* 1/2 x) (sqrt (+ (* 4 (* p p)) (* x x)))))) |
| 2.0ms | x | @ | -inf | (/ (* 1/2 x) (sqrt (+ (* 4 (* p p)) (* x x)))) |
| 1.0ms | x | @ | inf | (sqrt (+ 1/2 (/ (* 1/2 x) (sqrt (+ (* 4 (* p p)) (* x x)))))) |
| 1.0ms | p | @ | 0 | (sqrt (+ 1/2 (/ (* 1/2 x) (sqrt (+ (* 4 (* p p)) (* x x)))))) |
| 1.0ms | p | @ | inf | (/ (* 1/2 x) (sqrt (+ (* 4 (* p p)) (* x x)))) |
| 1× | batch-egg-rewrite |
| 4058× | *-lowering-*.f32 |
| 4058× | *-lowering-*.f64 |
| 2612× | /-lowering-/.f32 |
| 2612× | /-lowering-/.f64 |
| 1718× | sum5-define |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 13 | 52 |
| 1 | 64 | 50 |
| 2 | 528 | 50 |
| 3 | 7676 | 50 |
| 0 | 8682 | 50 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(sqrt (+ 1/2 (/ (* 1/2 x) (sqrt (+ (* 4 (* p p)) (* x x)))))) |
(+ 1/2 (/ (* 1/2 x) (sqrt (+ (* 4 (* p p)) (* x x))))) |
(/ (* 1/2 x) (sqrt (+ (* 4 (* p p)) (* x x)))) |
(* 1/2 x) |
(sqrt (+ (* 4 (* p p)) (* x x))) |
(* 4 (* p p)) |
| Outputs |
|---|
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))))) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/4 binary64) (-.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 x (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))))) (sqrt.f64 (+.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) #s(literal 3/2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))) (sqrt.f64 (+.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 x (*.f64 #s(literal -1/4 binary64) x)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))))) |
(/.f64 (sqrt.f64 (+.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) #s(literal 3/2 binary64)))) (sqrt.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/4 binary64) (-.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 x (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))))))) |
(/.f64 (sqrt.f64 (+.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 x (*.f64 #s(literal -1/4 binary64) x)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))) (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))))) |
(/.f64 (sqrt.f64 (+.f64 (neg.f64 (pow.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) #s(literal 3/2 binary64))) #s(literal -1/8 binary64))) (sqrt.f64 (+.f64 (neg.f64 (*.f64 #s(literal 1/4 binary64) (-.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 x (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))))) #s(literal -1/4 binary64)))) |
(/.f64 (sqrt.f64 (+.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))) (sqrt.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))))) |
(/.f64 (sqrt.f64 (+.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) #s(literal -1/4 binary64))) (sqrt.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))) #s(literal -1/2 binary64)))) |
(/.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) #s(literal 3/2 binary64))))) (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/4 binary64) (-.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 x (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))))))) |
(/.f64 (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 x (*.f64 #s(literal -1/4 binary64) x)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))) (neg.f64 (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))))) |
(pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))) #s(literal 1/2 binary64)) |
(pow.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))) (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))) #s(literal 1/4 binary64)) |
(pow.f64 (exp.f64 (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))))) #s(literal 1/2 binary64)) |
(*.f64 (sqrt.f64 (+.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) #s(literal 3/2 binary64)))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/4 binary64) (-.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 x (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) #s(literal 3/2 binary64)))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/4 binary64) (-.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 x (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))))))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) #s(literal 3/2 binary64)))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/4 binary64) (-.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 x (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))))))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 x (*.f64 #s(literal -1/4 binary64) x)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 x (*.f64 #s(literal -1/4 binary64) x)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))))) |
(*.f64 (sqrt.f64 (+.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 x (*.f64 #s(literal -1/4 binary64) x)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))))) |
(*.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))) #s(literal 1/4 binary64)) (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))) #s(literal 1/4 binary64))) |
(+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))) #s(literal 1/2 binary64)) |
(+.f64 (/.f64 #s(literal 1/4 binary64) (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))) (neg.f64 (/.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))))) |
(-.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))) |
(-.f64 (/.f64 #s(literal 1/4 binary64) (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))) (/.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))) #s(literal -1/2 binary64))) (/.f64 #s(literal 1/4 binary64) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))) #s(literal -1/2 binary64)))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 x (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))) #s(literal 1/2 binary64)) |
(fma.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))) #s(literal 1/2 binary64)) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) x) (pow.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)) #s(literal -1/2 binary64)) #s(literal 1/2 binary64)) |
(fma.f64 (*.f64 x #s(literal -1/2 binary64)) (neg.f64 (pow.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)) #s(literal -1/2 binary64))) #s(literal 1/2 binary64)) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))) #s(literal 1/2 binary64)) |
(fma.f64 (pow.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/2 binary64) x) #s(literal 1/2 binary64)) |
(fma.f64 (/.f64 x (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) |
(neg.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) #s(literal 3/2 binary64))) (+.f64 (neg.f64 (*.f64 #s(literal 1/4 binary64) (-.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 x (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))))) #s(literal -1/4 binary64)))) |
(neg.f64 (/.f64 (+.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 x (*.f64 #s(literal -1/4 binary64) x)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))))) |
(neg.f64 (/.f64 (+.f64 (neg.f64 (pow.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) #s(literal 3/2 binary64))) #s(literal -1/8 binary64)) (+.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/4 binary64) (-.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 x (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))))))) |
(neg.f64 (/.f64 (+.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))) (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))))) |
(/.f64 (+.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) #s(literal 3/2 binary64))) (+.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/4 binary64) (-.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 x (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))) #s(literal -1/2 binary64)) (+.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) #s(literal -1/4 binary64)))) |
(/.f64 (+.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 x (*.f64 #s(literal -1/4 binary64) x)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))) (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))))) |
(/.f64 (+.f64 (neg.f64 (pow.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) #s(literal 3/2 binary64))) #s(literal -1/8 binary64)) (+.f64 (neg.f64 (*.f64 #s(literal 1/4 binary64) (-.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 x (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))))) #s(literal -1/4 binary64))) |
(/.f64 (+.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))) |
(/.f64 (+.f64 #s(literal 1/512 binary64) (*.f64 (pow.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) #s(literal 3/2 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (*.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))))) (*.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/4 binary64) (-.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 x (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))))) (+.f64 #s(literal 1/64 binary64) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (*.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))) (*.f64 #s(literal -1/8 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) #s(literal 3/2 binary64))))))) |
(/.f64 (-.f64 #s(literal 1/64 binary64) (*.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (*.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))))) (*.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/4 binary64) (-.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 x (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))))) (-.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) #s(literal 3/2 binary64))))) |
(/.f64 (-.f64 #s(literal 1/64 binary64) (*.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (*.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))))) (*.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))) (+.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (+.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) #s(literal -1/4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))) #s(literal -1/2 binary64))) |
(/.f64 (-.f64 #s(literal 1/16 binary64) (*.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))) (*.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))) (+.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))) (*.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))) (*.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))) (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1/512 binary64) (*.f64 (pow.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) #s(literal 3/2 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (*.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1/64 binary64) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (*.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))) (*.f64 #s(literal -1/8 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) #s(literal 3/2 binary64))))) (+.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/4 binary64) (-.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 x (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/64 binary64) (*.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (*.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) #s(literal 3/2 binary64))) (+.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/4 binary64) (-.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 x (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/64 binary64) (*.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (*.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (+.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))) (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/16 binary64) (*.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))) (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))))) |
(/.f64 (neg.f64 (+.f64 (neg.f64 (pow.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) #s(literal 3/2 binary64))) #s(literal -1/8 binary64))) (neg.f64 (+.f64 (neg.f64 (*.f64 #s(literal 1/4 binary64) (-.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 x (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))))) #s(literal -1/4 binary64)))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))) (neg.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) #s(literal -1/4 binary64))) (neg.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))) #s(literal -1/2 binary64)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 1/4 binary64) (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))) #s(literal 3 binary64)) (pow.f64 (/.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 #s(literal 1/4 binary64) (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))) (/.f64 #s(literal 1/4 binary64) (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))))) (+.f64 (*.f64 (/.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))) (/.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))))) (*.f64 (/.f64 #s(literal 1/4 binary64) (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))) (/.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1/4 binary64) (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))) (/.f64 #s(literal 1/4 binary64) (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))))) (*.f64 (/.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))) (/.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))))) (+.f64 (/.f64 #s(literal 1/4 binary64) (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))) (/.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) #s(literal 3/2 binary64))) #s(literal 1 binary64)) (+.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/4 binary64) (-.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 x (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 x (*.f64 #s(literal -1/4 binary64) x)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))) #s(literal 1 binary64)) (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1/512 binary64) (*.f64 (pow.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) #s(literal 3/2 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (*.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/4 binary64) (-.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 x (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))))))) (+.f64 #s(literal 1/64 binary64) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (*.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))) (*.f64 #s(literal -1/8 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) #s(literal 3/2 binary64)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/64 binary64) (*.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (*.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/4 binary64) (-.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 x (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))))))) (-.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) #s(literal 3/2 binary64)))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/64 binary64) (*.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (*.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))))) (+.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (+.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/16 binary64) (*.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))))) (+.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) #s(literal 3/2 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/4 binary64) (-.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 x (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))))))) |
(*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))) |
(*.f64 (+.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 x (*.f64 #s(literal -1/4 binary64) x)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))))) |
(*.f64 (+.f64 (neg.f64 (pow.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) #s(literal 3/2 binary64))) #s(literal -1/8 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (neg.f64 (*.f64 #s(literal 1/4 binary64) (-.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 x (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))))) #s(literal -1/4 binary64)))) |
(*.f64 (+.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/4 binary64) (-.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 x (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))))) (+.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) #s(literal 3/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))) (+.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 x (*.f64 #s(literal -1/4 binary64) x)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) #s(literal -1/4 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))) #s(literal -1/2 binary64)))) |
(*.f64 (+.f64 (/.f64 x (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))) #s(literal 1 binary64)) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 (+.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 x (*.f64 #s(literal -1/4 binary64) x)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))) (+.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 x (*.f64 #s(literal -1/4 binary64) x)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))) (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) #s(literal 3/2 binary64))) (+.f64 #s(literal 1/64 binary64) (pow.f64 (*.f64 #s(literal 1/4 binary64) (-.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 x (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))) #s(literal 3 binary64)))) (+.f64 #s(literal 1/16 binary64) (*.f64 (*.f64 #s(literal 1/4 binary64) (-.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 x (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))) (-.f64 (*.f64 #s(literal 1/4 binary64) (-.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 x (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))) #s(literal 1/4 binary64))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) #s(literal 3/2 binary64))) (-.f64 #s(literal 1/16 binary64) (pow.f64 (*.f64 #s(literal 1/4 binary64) (-.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 x (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))) #s(literal 2 binary64)))) (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/4 binary64) (-.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 x (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 x (*.f64 #s(literal -1/4 binary64) x)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))) (-.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) #s(literal 3/2 binary64)))) (+.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/4 binary64) (+.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 x (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (*.f64 #s(literal 1/2 binary64) x))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))) (/.f64 (*.f64 x #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))) |
(neg.f64 (/.f64 (*.f64 x #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))) |
(neg.f64 (*.f64 (/.f64 (*.f64 x #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1/2 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) x)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))) |
(/.f64 (*.f64 x #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (*.f64 #s(literal 1/2 binary64) x))) |
(/.f64 (pow.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)) #s(literal -1/2 binary64)) (/.f64 #s(literal 2 binary64) x)) |
(/.f64 #s(literal -1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (*.f64 x #s(literal -1/2 binary64)))) |
(/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) x) (pow.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)) #s(literal 1/4 binary64))) (pow.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)) #s(literal 1/4 binary64))) |
(/.f64 (/.f64 (*.f64 x #s(literal -1/2 binary64)) #s(literal -1 binary64)) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))) |
(pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (*.f64 #s(literal 1/2 binary64) x)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 x (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))) |
(*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 x (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))) #s(literal 1 binary64))) |
(*.f64 x (/.f64 #s(literal 1/2 binary64) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))) |
(*.f64 x (*.f64 (/.f64 #s(literal 1/2 binary64) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))) #s(literal 1 binary64))) |
(*.f64 x (*.f64 #s(literal -1/2 binary64) (neg.f64 (pow.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)) #s(literal -1/2 binary64))))) |
(*.f64 (*.f64 #s(literal 1/2 binary64) x) (pow.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))) #s(literal 1 binary64)) |
(*.f64 (*.f64 x #s(literal -1/2 binary64)) (neg.f64 (pow.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)) #s(literal -1/2 binary64)))) |
(*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 (neg.f64 (pow.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)) #s(literal -1/2 binary64))) #s(literal 1 binary64))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))) |
(*.f64 (pow.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)) #s(literal -1/2 binary64)) (*.f64 #s(literal 1/2 binary64) x)) |
(*.f64 (pow.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 #s(literal 2 binary64) x) #s(literal -1 binary64))) |
(*.f64 (/.f64 x (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))) #s(literal 1/2 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 #s(literal 1/2 binary64) (neg.f64 (pow.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)) #s(literal -1/2 binary64))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))) |
(*.f64 #s(literal -1 binary64) (/.f64 (*.f64 x #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (-.f64 #s(literal 0 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 x (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))) |
(*.f64 #s(literal -1/2 binary64) (*.f64 x (neg.f64 (pow.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)) #s(literal -1/2 binary64))))) |
(*.f64 (neg.f64 (pow.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)) #s(literal -1/2 binary64))) (*.f64 x #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))) x) |
(*.f64 (*.f64 #s(literal 1 binary64) x) (/.f64 #s(literal 1/2 binary64) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 #s(literal -1/2 binary64) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))) |
(*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) x) (pow.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)) #s(literal 1/4 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)) #s(literal 1/4 binary64))) (/.f64 x (pow.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 x (pow.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)) #s(literal 1/4 binary64))) (/.f64 #s(literal 1/2 binary64) (pow.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)) #s(literal 1/4 binary64)))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) (/.f64 #s(literal 1/2 binary64) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))) |
(*.f64 (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (*.f64 #s(literal 1/2 binary64) x)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (*.f64 #s(literal 1/2 binary64) x)) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 p p) (*.f64 p (*.f64 p (*.f64 p p))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))))) (sqrt.f64 (+.f64 (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal 16 binary64)))) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) (*.f64 (*.f64 p p) #s(literal -4 binary64))))))) |
(*.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (-.f64 (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal 16 binary64)))) (*.f64 x (*.f64 x (*.f64 x x)))))) (sqrt.f64 (-.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))) |
(-.f64 #s(literal 0 binary64) (*.f64 x #s(literal -1/2 binary64))) |
(neg.f64 (*.f64 x #s(literal -1/2 binary64))) |
(*.f64 #s(literal 1/2 binary64) x) |
(*.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal 1 binary64))) |
(*.f64 #s(literal 1/2 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) x))) |
(*.f64 x #s(literal 1/2 binary64)) |
(*.f64 (*.f64 #s(literal 1/2 binary64) x) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) x)) |
(*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1/2 binary64)) |
(*.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) |
(*.f64 #s(literal -1/2 binary64) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (*.f64 #s(literal 1 binary64) x) #s(literal 1/2 binary64)) |
(*.f64 (neg.f64 (-.f64 #s(literal 0 binary64) x)) #s(literal 1/2 binary64)) |
(exp.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))) |
(sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))) #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (pow.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)) #s(literal -1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal 16 binary64)))) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) (*.f64 (*.f64 p p) #s(literal -4 binary64)))))) (sqrt.f64 (+.f64 (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 p p) (*.f64 p (*.f64 p (*.f64 p p))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (-.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (sqrt.f64 (-.f64 (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal 16 binary64)))) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 p p) (*.f64 p (*.f64 p (*.f64 p p))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))))) (sqrt.f64 (+.f64 (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal 16 binary64)))) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) (*.f64 (*.f64 p p) #s(literal -4 binary64))))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 p p) (*.f64 p (*.f64 p (*.f64 p p))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 #s(literal 1 binary64) (sqrt.f64 (+.f64 (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal 16 binary64)))) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) (*.f64 (*.f64 p p) #s(literal -4 binary64)))))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal 16 binary64)))) (*.f64 x (*.f64 x (*.f64 x x))))) (sqrt.f64 (-.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal 16 binary64)))) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 #s(literal 1 binary64) (sqrt.f64 (-.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 p p) (*.f64 p (*.f64 p (*.f64 p p))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))))) (sqrt.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal 16 binary64)))) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) (*.f64 (*.f64 p p) #s(literal -4 binary64)))))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal 16 binary64)))) (*.f64 x (*.f64 x (*.f64 x x)))))) (sqrt.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 #s(literal -16 binary64) (*.f64 p (*.f64 p (*.f64 p p)))))) (sqrt.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 p p) #s(literal -4 binary64))))) |
(/.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 p p) (*.f64 p (*.f64 p (*.f64 p p))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))))) (neg.f64 (sqrt.f64 (+.f64 (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal 16 binary64)))) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) (*.f64 (*.f64 p p) #s(literal -4 binary64)))))))) |
(/.f64 (neg.f64 (sqrt.f64 (-.f64 (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal 16 binary64)))) (*.f64 x (*.f64 x (*.f64 x x)))))) (neg.f64 (sqrt.f64 (-.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))) |
(pow.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)) #s(literal 1/2 binary64)) |
(pow.f64 (pow.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) #s(literal 1/4 binary64)) |
(pow.f64 (exp.f64 (log.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))) #s(literal 1/2 binary64)) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 p p) (*.f64 p (*.f64 p (*.f64 p p))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal 16 binary64)))) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) (*.f64 (*.f64 p p) #s(literal -4 binary64)))))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 p p) (*.f64 p (*.f64 p (*.f64 p p))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal 16 binary64)))) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) (*.f64 (*.f64 p p) #s(literal -4 binary64)))))))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 #s(literal 64 binary64) (*.f64 (*.f64 p p) (*.f64 p (*.f64 p (*.f64 p p))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (+.f64 (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal 16 binary64)))) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) (*.f64 (*.f64 p p) #s(literal -4 binary64)))))))) |
(*.f64 (sqrt.f64 (-.f64 (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal 16 binary64)))) (*.f64 x (*.f64 x (*.f64 x x))))) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (-.f64 (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal 16 binary64)))) (*.f64 x (*.f64 x (*.f64 x x))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))) |
(*.f64 (sqrt.f64 (-.f64 (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal 16 binary64)))) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (-.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))))) |
(*.f64 (pow.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)) #s(literal 1/4 binary64)) (pow.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)) #s(literal 1/4 binary64))) |
(*.f64 (pow.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)) #s(literal 1/4 binary64)) (/.f64 (pow.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)) #s(literal 1/4 binary64)) #s(literal 1 binary64))) |
(*.f64 #s(literal 4 binary64) (*.f64 p p)) |
(*.f64 p (*.f64 #s(literal 4 binary64) p)) |
(*.f64 (*.f64 p p) #s(literal 4 binary64)) |
(*.f64 (*.f64 #s(literal 4 binary64) p) p) |
| 1× | egg-herbie |
| 6082× | *-lowering-*.f32 |
| 6082× | *-lowering-*.f64 |
| 3762× | +-lowering-+.f64 |
| 3762× | +-lowering-+.f32 |
| 1706× | /-lowering-/.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 381 | 2053 |
| 1 | 1209 | 1828 |
| 2 | 4341 | 1780 |
| 0 | 8565 | 1780 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(sqrt 1/2) |
(+ (sqrt 1/2) (* 1/8 (/ x (* p (sqrt 1/2))))) |
(+ (sqrt 1/2) (* x (+ (* -1/128 (/ x (* (pow p 2) (pow (sqrt 1/2) 3)))) (* 1/8 (/ 1 (* p (sqrt 1/2))))))) |
(+ (sqrt 1/2) (* x (+ (* x (- (* 1/2 (/ (* x (- (* 1/512 (/ 1 (* (pow p 3) (pow (sqrt 1/2) 4)))) (* 1/32 (/ 1 (pow p 3))))) (sqrt 1/2))) (* 1/128 (/ 1 (* (pow p 2) (pow (sqrt 1/2) 3)))))) (* 1/8 (/ 1 (* p (sqrt 1/2))))))) |
1 |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
(+ 1 (+ (* -1/2 (/ (pow p 2) (pow x 2))) (* 1/2 (/ (- (* -1/4 (+ (* -16 (pow p 4)) (* 4 (pow p 4)))) (* 1/4 (pow p 4))) (pow x 4))))) |
(+ 1 (+ (* -1/2 (/ (pow p 2) (pow x 2))) (+ (* 1/2 (/ (- (* -1/4 (+ (* -16 (pow p 4)) (* 4 (pow p 4)))) (* 1/4 (pow p 4))) (pow x 4))) (* 1/2 (/ (- (* -1/4 (+ (* 2 (* (pow p 2) (+ (* -16 (pow p 4)) (* 4 (pow p 4))))) (* 64 (pow p 6)))) (* -1/2 (* (pow p 2) (- (* -1/4 (+ (* -16 (pow p 4)) (* 4 (pow p 4)))) (* 1/4 (pow p 4)))))) (pow x 6)))))) |
(* -1 (/ p x)) |
(* -1 (/ (+ p (* 1/8 (/ (+ (* -16 (pow p 4)) (* 4 (pow p 4))) (* p (pow x 2))))) x)) |
(* -1 (/ (+ p (+ (* 1/8 (/ (+ (* -16 (pow p 4)) (* 4 (pow p 4))) (* p (pow x 2)))) (* 1/2 (/ (- (* 1/4 (+ (* 2 (* (pow p 2) (+ (* -16 (pow p 4)) (* 4 (pow p 4))))) (* 64 (pow p 6)))) (* 1/64 (/ (pow (+ (* -16 (pow p 4)) (* 4 (pow p 4))) 2) (pow p 2)))) (* p (pow x 4)))))) x)) |
(* -1 (/ (+ p (+ (* 1/8 (/ (+ (* -16 (pow p 4)) (* 4 (pow p 4))) (* p (pow x 2)))) (+ (* 1/2 (/ (- (* 1/4 (+ (* -256 (pow p 8)) (+ (* 1/4 (pow (+ (* -16 (pow p 4)) (* 4 (pow p 4))) 2)) (* 2 (* (pow p 2) (+ (* 2 (* (pow p 2) (+ (* -16 (pow p 4)) (* 4 (pow p 4))))) (* 64 (pow p 6)))))))) (* 1/8 (/ (* (+ (* -16 (pow p 4)) (* 4 (pow p 4))) (- (* 1/4 (+ (* 2 (* (pow p 2) (+ (* -16 (pow p 4)) (* 4 (pow p 4))))) (* 64 (pow p 6)))) (* 1/64 (/ (pow (+ (* -16 (pow p 4)) (* 4 (pow p 4))) 2) (pow p 2))))) (pow p 2)))) (* p (pow x 6)))) (* 1/2 (/ (- (* 1/4 (+ (* 2 (* (pow p 2) (+ (* -16 (pow p 4)) (* 4 (pow p 4))))) (* 64 (pow p 6)))) (* 1/64 (/ (pow (+ (* -16 (pow p 4)) (* 4 (pow p 4))) 2) (pow p 2)))) (* p (pow x 4))))))) x)) |
1 |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
(+ 1 (* (pow p 2) (- (* 11/8 (/ (pow p 2) (pow x 4))) (* 1/2 (/ 1 (pow x 2)))))) |
(+ 1 (* (pow p 2) (- (* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) (* 1/2 (/ 1 (pow x 2)))))) |
(sqrt 1/2) |
(+ (sqrt 1/2) (* 1/8 (/ x (* p (sqrt 1/2))))) |
(+ (sqrt 1/2) (+ (* -1/128 (/ (pow x 2) (* (pow p 2) (pow (sqrt 1/2) 3)))) (* 1/8 (/ x (* p (sqrt 1/2)))))) |
(+ (sqrt 1/2) (+ (* -1/128 (/ (pow x 2) (* (pow p 2) (pow (sqrt 1/2) 3)))) (+ (* 1/8 (/ x (* p (sqrt 1/2)))) (* 1/2 (/ (- (* -1/32 (pow x 3)) (* -1/512 (/ (pow x 3) (pow (sqrt 1/2) 4)))) (* (pow p 3) (sqrt 1/2))))))) |
(sqrt 1/2) |
(+ (sqrt 1/2) (* -1/8 (/ x (* p (sqrt 1/2))))) |
(+ (sqrt 1/2) (* -1 (/ (+ (* 1/128 (/ (pow x 2) (* p (pow (sqrt 1/2) 3)))) (* 1/8 (/ x (sqrt 1/2)))) p))) |
(+ (sqrt 1/2) (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (- (* -1/32 (pow x 3)) (* -1/512 (/ (pow x 3) (pow (sqrt 1/2) 4)))) (* p (sqrt 1/2)))) (* -1/128 (/ (pow x 2) (pow (sqrt 1/2) 3)))) p)) (* 1/8 (/ x (sqrt 1/2)))) p))) |
1/2 |
(+ 1/2 (* 1/4 (/ x p))) |
(+ 1/2 (* x (+ (* -1/32 (/ (pow x 2) (pow p 3))) (* 1/4 (/ 1 p))))) |
(+ 1/2 (* x (+ (* (pow x 2) (- (* 3/512 (/ (pow x 2) (pow p 5))) (* 1/32 (/ 1 (pow p 3))))) (* 1/4 (/ 1 p))))) |
1 |
(+ 1 (* -1 (/ (pow p 2) (pow x 2)))) |
(+ 1 (+ (* -1 (/ (pow p 2) (pow x 2))) (* -1/4 (/ (+ (* -16 (pow p 4)) (* 4 (pow p 4))) (pow x 4))))) |
(+ 1 (+ (* -1 (/ (pow p 2) (pow x 2))) (+ (* -1/4 (/ (+ (* -16 (pow p 4)) (* 4 (pow p 4))) (pow x 4))) (* -1/4 (/ (+ (* 2 (* (pow p 2) (+ (* -16 (pow p 4)) (* 4 (pow p 4))))) (* 64 (pow p 6))) (pow x 6)))))) |
(/ (pow p 2) (pow x 2)) |
(/ (+ (* 1/4 (/ (+ (* -16 (pow p 4)) (* 4 (pow p 4))) (pow x 2))) (pow p 2)) (pow x 2)) |
(/ (+ (* 1/4 (/ (+ (* -16 (pow p 4)) (* 4 (pow p 4))) (pow x 2))) (+ (* 1/4 (/ (+ (* 2 (* (pow p 2) (+ (* -16 (pow p 4)) (* 4 (pow p 4))))) (* 64 (pow p 6))) (pow x 4))) (pow p 2))) (pow x 2)) |
(/ (+ (* 1/4 (/ (+ (* -256 (pow p 8)) (+ (* 1/4 (pow (+ (* -16 (pow p 4)) (* 4 (pow p 4))) 2)) (* 2 (* (pow p 2) (+ (* 2 (* (pow p 2) (+ (* -16 (pow p 4)) (* 4 (pow p 4))))) (* 64 (pow p 6))))))) (pow x 6))) (+ (* 1/4 (/ (+ (* -16 (pow p 4)) (* 4 (pow p 4))) (pow x 2))) (+ (* 1/4 (/ (+ (* 2 (* (pow p 2) (+ (* -16 (pow p 4)) (* 4 (pow p 4))))) (* 64 (pow p 6))) (pow x 4))) (pow p 2)))) (pow x 2)) |
1 |
(+ 1 (* -1 (/ (pow p 2) (pow x 2)))) |
(+ 1 (* (pow p 2) (- (* 3 (/ (pow p 2) (pow x 4))) (/ 1 (pow x 2))))) |
(+ 1 (* (pow p 2) (- (* (pow p 2) (+ (* -10 (/ (pow p 2) (pow x 6))) (* 3 (/ 1 (pow x 4))))) (/ 1 (pow x 2))))) |
1/2 |
(+ 1/2 (* 1/4 (/ x p))) |
(+ 1/2 (+ (* -1/32 (/ (pow x 3) (pow p 3))) (* 1/4 (/ x p)))) |
(+ 1/2 (+ (* -1/2 (/ (* x (+ (* -1/64 (pow x 4)) (* 1/256 (pow x 4)))) (pow p 5))) (+ (* -1/32 (/ (pow x 3) (pow p 3))) (* 1/4 (/ x p))))) |
1/2 |
(+ 1/2 (* -1/4 (/ x p))) |
(+ 1/2 (* -1 (/ (+ (* -1/32 (/ (pow x 3) (pow p 2))) (* 1/4 x)) p))) |
(+ 1/2 (* -1 (/ (+ (* -1/2 (/ (* x (+ (* -1/64 (pow x 4)) (* 1/256 (pow x 4)))) (pow p 4))) (+ (* -1/32 (/ (pow x 3) (pow p 2))) (* 1/4 x))) p))) |
(* 1/4 (/ x p)) |
(* x (+ (* -1/32 (/ (pow x 2) (pow p 3))) (* 1/4 (/ 1 p)))) |
(* x (+ (* (pow x 2) (- (* 3/512 (/ (pow x 2) (pow p 5))) (* 1/32 (/ 1 (pow p 3))))) (* 1/4 (/ 1 p)))) |
(* x (+ (* (pow x 2) (- (* (pow x 2) (+ (* -5/4096 (/ (pow x 2) (pow p 7))) (* 3/512 (/ 1 (pow p 5))))) (* 1/32 (/ 1 (pow p 3))))) (* 1/4 (/ 1 p)))) |
1/2 |
(+ 1/2 (* -1 (/ (pow p 2) (pow x 2)))) |
(+ 1/2 (+ (* -1 (/ (pow p 2) (pow x 2))) (* -1/4 (/ (+ (* -16 (pow p 4)) (* 4 (pow p 4))) (pow x 4))))) |
(+ 1/2 (+ (* -1 (/ (pow p 2) (pow x 2))) (+ (* -1/4 (/ (+ (* -16 (pow p 4)) (* 4 (pow p 4))) (pow x 4))) (* -1/4 (/ (+ (* 2 (* (pow p 2) (+ (* -16 (pow p 4)) (* 4 (pow p 4))))) (* 64 (pow p 6))) (pow x 6)))))) |
-1/2 |
(- (/ (pow p 2) (pow x 2)) 1/2) |
(- (+ (* 1/4 (/ (+ (* -16 (pow p 4)) (* 4 (pow p 4))) (pow x 4))) (/ (pow p 2) (pow x 2))) 1/2) |
(- (+ (* 1/4 (/ (+ (* -16 (pow p 4)) (* 4 (pow p 4))) (pow x 4))) (+ (* 1/4 (/ (+ (* 2 (* (pow p 2) (+ (* -16 (pow p 4)) (* 4 (pow p 4))))) (* 64 (pow p 6))) (pow x 6))) (/ (pow p 2) (pow x 2)))) 1/2) |
1/2 |
(+ 1/2 (* -1 (/ (pow p 2) (pow x 2)))) |
(+ 1/2 (* (pow p 2) (- (* 3 (/ (pow p 2) (pow x 4))) (/ 1 (pow x 2))))) |
(+ 1/2 (* (pow p 2) (- (* (pow p 2) (+ (* -10 (/ (pow p 2) (pow x 6))) (* 3 (/ 1 (pow x 4))))) (/ 1 (pow x 2))))) |
(* 1/4 (/ x p)) |
(/ (+ (* -1/32 (/ (pow x 3) (pow p 2))) (* 1/4 x)) p) |
(/ (+ (* -1/2 (/ (* x (+ (* -1/64 (pow x 4)) (* 1/256 (pow x 4)))) (pow p 4))) (+ (* -1/32 (/ (pow x 3) (pow p 2))) (* 1/4 x))) p) |
(/ (+ (* -1/2 (/ (* x (+ (* -1/64 (pow x 4)) (* 1/256 (pow x 4)))) (pow p 4))) (+ (* -1/2 (/ (* x (+ (* 1/256 (pow x 6)) (* 1/8 (* (pow x 2) (+ (* -1/64 (pow x 4)) (* 1/256 (pow x 4))))))) (pow p 6))) (+ (* -1/32 (/ (pow x 3) (pow p 2))) (* 1/4 x)))) p) |
(* -1/4 (/ x p)) |
(* -1 (/ (+ (* -1/32 (/ (pow x 3) (pow p 2))) (* 1/4 x)) p)) |
(* -1 (/ (+ (* -1/2 (/ (* x (+ (* -1/64 (pow x 4)) (* 1/256 (pow x 4)))) (pow p 4))) (+ (* -1/32 (/ (pow x 3) (pow p 2))) (* 1/4 x))) p)) |
(* -1 (/ (+ (* -1/2 (/ (* x (+ (* -1/64 (pow x 4)) (* 1/256 (pow x 4)))) (pow p 4))) (+ (* -1/2 (/ (* x (+ (* 1/256 (pow x 6)) (* 1/8 (* (pow x 2) (+ (* -1/64 (pow x 4)) (* 1/256 (pow x 4))))))) (pow p 6))) (+ (* -1/32 (/ (pow x 3) (pow p 2))) (* 1/4 x)))) p)) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
x |
(+ x (* 2 (/ (pow p 2) x))) |
(+ x (* (pow p 2) (+ (* -2 (/ (pow p 2) (pow x 3))) (* 2 (/ 1 x))))) |
(+ x (* (pow p 2) (+ (* (pow p 2) (- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3))))) (* 2 (/ 1 x))))) |
(* 2 p) |
(* p (+ 2 (* 1/4 (/ (pow x 2) (pow p 2))))) |
(* p (+ 2 (+ (* -1/64 (/ (pow x 4) (pow p 4))) (* 1/4 (/ (pow x 2) (pow p 2)))))) |
(* p (+ 2 (+ (* -1/64 (/ (pow x 4) (pow p 4))) (+ (* 1/512 (/ (pow x 6) (pow p 6))) (* 1/4 (/ (pow x 2) (pow p 2))))))) |
(* -2 p) |
(* -1 (* p (+ 2 (* 1/4 (/ (pow x 2) (pow p 2)))))) |
(* -1 (* p (+ 2 (+ (* -1/64 (/ (pow x 4) (pow p 4))) (* 1/4 (/ (pow x 2) (pow p 2))))))) |
(* -1 (* p (+ 2 (+ (* -1/64 (/ (pow x 4) (pow p 4))) (+ (* 1/512 (/ (pow x 6) (pow p 6))) (* 1/4 (/ (pow x 2) (pow p 2)))))))) |
(* 2 p) |
(+ (* 1/4 (/ (pow x 2) p)) (* 2 p)) |
(+ (* 2 p) (* (pow x 2) (+ (* -1/64 (/ (pow x 2) (pow p 3))) (* 1/4 (/ 1 p))))) |
(+ (* 2 p) (* (pow x 2) (+ (* (pow x 2) (- (* 1/512 (/ (pow x 2) (pow p 5))) (* 1/64 (/ 1 (pow p 3))))) (* 1/4 (/ 1 p))))) |
x |
(* x (+ 1 (* 2 (/ (pow p 2) (pow x 2))))) |
(* x (+ 1 (+ (* -2 (/ (pow p 4) (pow x 4))) (* 2 (/ (pow p 2) (pow x 2)))))) |
(* x (+ 1 (+ (* -2 (/ (pow p 4) (pow x 4))) (+ (* 2 (/ (pow p 2) (pow x 2))) (* 4 (/ (pow p 6) (pow x 6))))))) |
(* -1 x) |
(* -1 (* x (+ 1 (* 2 (/ (pow p 2) (pow x 2)))))) |
(* -1 (* x (+ 1 (+ (* -2 (/ (pow p 4) (pow x 4))) (* 2 (/ (pow p 2) (pow x 2))))))) |
(* -1 (* x (+ 1 (+ (* -2 (/ (pow p 4) (pow x 4))) (+ (* 2 (/ (pow p 2) (pow x 2))) (* 4 (/ (pow p 6) (pow x 6)))))))) |
(* 4 (pow p 2)) |
(* 4 (pow p 2)) |
(* 4 (pow p 2)) |
(* 4 (pow p 2)) |
(* 4 (pow p 2)) |
(* 4 (pow p 2)) |
(* 4 (pow p 2)) |
(* 4 (pow p 2)) |
(* 4 (pow p 2)) |
(* 4 (pow p 2)) |
(* 4 (pow p 2)) |
(* 4 (pow p 2)) |
| Outputs |
|---|
(sqrt 1/2) |
(sqrt.f64 #s(literal 1/2 binary64)) |
(+ (sqrt 1/2) (* 1/8 (/ x (* p (sqrt 1/2))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 (*.f64 #s(literal 1/8 binary64) x) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) p))) |
(+ (sqrt 1/2) (* x (+ (* -1/128 (/ x (* (pow p 2) (pow (sqrt 1/2) 3)))) (* 1/8 (/ 1 (* p (sqrt 1/2))))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 x (+.f64 (/.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -1/64 binary64)) (*.f64 p p)) (/.f64 #s(literal 1/8 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) p))))) |
(+ (sqrt 1/2) (* x (+ (* x (- (* 1/2 (/ (* x (- (* 1/512 (/ 1 (* (pow p 3) (pow (sqrt 1/2) 4)))) (* 1/32 (/ 1 (pow p 3))))) (sqrt 1/2))) (* 1/128 (/ 1 (* (pow p 2) (pow (sqrt 1/2) 3)))))) (* 1/8 (/ 1 (* p (sqrt 1/2))))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 x (+.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) p)) (*.f64 x (-.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (+.f64 (/.f64 (/.f64 #s(literal 1/512 binary64) (*.f64 p (*.f64 p p))) (pow.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 4 binary64))) (/.f64 #s(literal -1/32 binary64) (*.f64 p (*.f64 p p)))) (/.f64 x (sqrt.f64 #s(literal 1/2 binary64))))) (/.f64 #s(literal 1/128 binary64) (*.f64 p (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) p))))))))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x))) |
(+ 1 (+ (* -1/2 (/ (pow p 2) (pow x 2))) (* 1/2 (/ (- (* -1/4 (+ (* -16 (pow p 4)) (* 4 (pow p 4)))) (* 1/4 (pow p 4))) (pow x 4))))) |
(+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x))) (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal 3 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 p p) (*.f64 p p))))) (*.f64 (*.f64 x x) (*.f64 x x)))) |
(+ 1 (+ (* -1/2 (/ (pow p 2) (pow x 2))) (+ (* 1/2 (/ (- (* -1/4 (+ (* -16 (pow p 4)) (* 4 (pow p 4)))) (* 1/4 (pow p 4))) (pow x 4))) (* 1/2 (/ (- (* -1/4 (+ (* 2 (* (pow p 2) (+ (* -16 (pow p 4)) (* 4 (pow p 4))))) (* 64 (pow p 6)))) (* -1/2 (* (pow p 2) (- (* -1/4 (+ (* -16 (pow p 4)) (* 4 (pow p 4)))) (* 1/4 (pow p 4)))))) (pow x 6)))))) |
(+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x)) (+.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal 3 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 p p) (*.f64 p p)))) (*.f64 (*.f64 x x) (*.f64 x x))) (/.f64 (+.f64 (+.f64 (*.f64 #s(literal -16 binary64) (pow.f64 p #s(literal 6 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (*.f64 p p)) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal 3 binary64)))) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal 3 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 p p) (*.f64 p p))))))) (pow.f64 x #s(literal 6 binary64))))) #s(literal 1 binary64))) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* -1 (/ (+ p (* 1/8 (/ (+ (* -16 (pow p 4)) (* 4 (pow p 4))) (* p (pow x 2))))) x)) |
(/.f64 (+.f64 p (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -12 binary64))) (*.f64 x (*.f64 x p)))) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (/ (+ p (+ (* 1/8 (/ (+ (* -16 (pow p 4)) (* 4 (pow p 4))) (* p (pow x 2)))) (* 1/2 (/ (- (* 1/4 (+ (* 2 (* (pow p 2) (+ (* -16 (pow p 4)) (* 4 (pow p 4))))) (* 64 (pow p 6)))) (* 1/64 (/ (pow (+ (* -16 (pow p 4)) (* 4 (pow p 4))) 2) (pow p 2)))) (* p (pow x 4)))))) x)) |
(/.f64 (+.f64 (+.f64 p (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -12 binary64))) (*.f64 x (*.f64 x p)))) (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 p p) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -12 binary64)))) (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal 16 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (*.f64 (*.f64 p p) (*.f64 p p))) #s(literal 144 binary64)) #s(literal -1/64 binary64)) (*.f64 p p)))) (*.f64 p (*.f64 (*.f64 x x) (*.f64 x x))))) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (/ (+ p (+ (* 1/8 (/ (+ (* -16 (pow p 4)) (* 4 (pow p 4))) (* p (pow x 2)))) (+ (* 1/2 (/ (- (* 1/4 (+ (* -256 (pow p 8)) (+ (* 1/4 (pow (+ (* -16 (pow p 4)) (* 4 (pow p 4))) 2)) (* 2 (* (pow p 2) (+ (* 2 (* (pow p 2) (+ (* -16 (pow p 4)) (* 4 (pow p 4))))) (* 64 (pow p 6)))))))) (* 1/8 (/ (* (+ (* -16 (pow p 4)) (* 4 (pow p 4))) (- (* 1/4 (+ (* 2 (* (pow p 2) (+ (* -16 (pow p 4)) (* 4 (pow p 4))))) (* 64 (pow p 6)))) (* 1/64 (/ (pow (+ (* -16 (pow p 4)) (* 4 (pow p 4))) 2) (pow p 2))))) (pow p 2)))) (* p (pow x 6)))) (* 1/2 (/ (- (* 1/4 (+ (* 2 (* (pow p 2) (+ (* -16 (pow p 4)) (* 4 (pow p 4))))) (* 64 (pow p 6)))) (* 1/64 (/ (pow (+ (* -16 (pow p 4)) (* 4 (pow p 4))) 2) (pow p 2)))) (* p (pow x 4))))))) x)) |
(/.f64 (+.f64 (+.f64 p (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -12 binary64))) (*.f64 x (*.f64 x p)))) (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (+.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 p p) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -12 binary64)))) (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal 16 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (*.f64 (*.f64 p p) (*.f64 p p))) #s(literal 144 binary64)) #s(literal -1/64 binary64)) (*.f64 p p))) (*.f64 p (*.f64 (*.f64 x x) (*.f64 x x)))) (/.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (+.f64 (*.f64 (+.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -12 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 64 binary64) (pow.f64 p #s(literal 6 binary64)))) (*.f64 #s(literal 2 binary64) (*.f64 p p))) (+.f64 (*.f64 #s(literal -256 binary64) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (*.f64 (*.f64 p p) (*.f64 p p)))) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (*.f64 (*.f64 p p) (*.f64 p p))) #s(literal 144 binary64)))))) (*.f64 (/.f64 #s(literal -1/8 binary64) p) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -12 binary64)) (+.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 p p) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -12 binary64)))) (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal 16 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (*.f64 (*.f64 p p) (*.f64 p p))) #s(literal 144 binary64)) #s(literal -1/64 binary64)) (*.f64 p p)))) p))) (*.f64 p (pow.f64 x #s(literal 6 binary64))))))) (-.f64 #s(literal 0 binary64) x)) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x))) |
(+ 1 (* (pow p 2) (- (* 11/8 (/ (pow p 2) (pow x 4))) (* 1/2 (/ 1 (pow x 2)))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(+ 1 (* (pow p 2) (- (* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) (* 1/2 (/ 1 (pow x 2)))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) (/.f64 #s(literal 11/8 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(sqrt 1/2) |
(sqrt.f64 #s(literal 1/2 binary64)) |
(+ (sqrt 1/2) (* 1/8 (/ x (* p (sqrt 1/2))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 (*.f64 #s(literal 1/8 binary64) x) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) p))) |
(+ (sqrt 1/2) (+ (* -1/128 (/ (pow x 2) (* (pow p 2) (pow (sqrt 1/2) 3)))) (* 1/8 (/ x (* p (sqrt 1/2)))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 x (+.f64 (/.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -1/64 binary64)) (*.f64 p p)) (/.f64 #s(literal 1/8 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) p))))) |
(+ (sqrt 1/2) (+ (* -1/128 (/ (pow x 2) (* (pow p 2) (pow (sqrt 1/2) 3)))) (+ (* 1/8 (/ x (* p (sqrt 1/2)))) (* 1/2 (/ (- (* -1/32 (pow x 3)) (* -1/512 (/ (pow x 3) (pow (sqrt 1/2) 4)))) (* (pow p 3) (sqrt 1/2))))))) |
(+.f64 (*.f64 x (+.f64 (/.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -1/64 binary64)) (*.f64 p p)) (/.f64 #s(literal 1/8 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) p)))) (+.f64 (/.f64 (*.f64 (/.f64 #s(literal 1/2 binary64) p) (/.f64 (+.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/32 binary64))) (/.f64 (*.f64 #s(literal 1/512 binary64) (*.f64 x (*.f64 x x))) (pow.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 4 binary64)))) (*.f64 p p))) (sqrt.f64 #s(literal 1/2 binary64))) (sqrt.f64 #s(literal 1/2 binary64)))) |
(sqrt 1/2) |
(sqrt.f64 #s(literal 1/2 binary64)) |
(+ (sqrt 1/2) (* -1/8 (/ x (* p (sqrt 1/2))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 (/.f64 x (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) p)) #s(literal -1/8 binary64))) |
(+ (sqrt 1/2) (* -1 (/ (+ (* 1/128 (/ (pow x 2) (* p (pow (sqrt 1/2) 3)))) (* 1/8 (/ x (sqrt 1/2)))) p))) |
(-.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 (+.f64 (*.f64 #s(literal 1/64 binary64) (/.f64 (/.f64 (*.f64 x x) p) (sqrt.f64 #s(literal 1/2 binary64)))) (/.f64 (*.f64 #s(literal 1/8 binary64) x) (sqrt.f64 #s(literal 1/2 binary64)))) p)) |
(+ (sqrt 1/2) (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (- (* -1/32 (pow x 3)) (* -1/512 (/ (pow x 3) (pow (sqrt 1/2) 4)))) (* p (sqrt 1/2)))) (* -1/128 (/ (pow x 2) (pow (sqrt 1/2) 3)))) p)) (* 1/8 (/ x (sqrt 1/2)))) p))) |
(-.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/8 binary64) x) (sqrt.f64 #s(literal 1/2 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/32 binary64))) (/.f64 (*.f64 #s(literal 1/512 binary64) (*.f64 x (*.f64 x x))) (pow.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 4 binary64))))) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) p)) (*.f64 #s(literal -1/64 binary64) (/.f64 (*.f64 x x) (sqrt.f64 #s(literal 1/2 binary64))))) p)) p)) |
1/2 |
#s(literal 1/2 binary64) |
(+ 1/2 (* 1/4 (/ x p))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 #s(literal 1/4 binary64) p))) |
(+ 1/2 (* x (+ (* -1/32 (/ (pow x 2) (pow p 3))) (* 1/4 (/ 1 p))))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal -1/32 binary64)) (*.f64 p (*.f64 p p))) (/.f64 #s(literal 1/4 binary64) p)))) |
(+ 1/2 (* x (+ (* (pow x 2) (- (* 3/512 (/ (pow x 2) (pow p 5))) (* 1/32 (/ 1 (pow p 3))))) (* 1/4 (/ 1 p))))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 x (+.f64 (/.f64 #s(literal 1/4 binary64) p) (*.f64 (*.f64 x x) (+.f64 (/.f64 #s(literal -1/32 binary64) (*.f64 p (*.f64 p p))) (/.f64 (*.f64 (*.f64 x x) #s(literal 3/512 binary64)) (pow.f64 p #s(literal 5 binary64)))))))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1 (/ (pow p 2) (pow x 2)))) |
(-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (*.f64 x x))) |
(+ 1 (+ (* -1 (/ (pow p 2) (pow x 2))) (* -1/4 (/ (+ (* -16 (pow p 4)) (* 4 (pow p 4))) (pow x 4))))) |
(+.f64 #s(literal 1 binary64) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal 3 binary64)) (*.f64 (*.f64 x x) (*.f64 x x))) (/.f64 (*.f64 p p) (*.f64 x x)))) |
(+ 1 (+ (* -1 (/ (pow p 2) (pow x 2))) (+ (* -1/4 (/ (+ (* -16 (pow p 4)) (* 4 (pow p 4))) (pow x 4))) (* -1/4 (/ (+ (* 2 (* (pow p 2) (+ (* -16 (pow p 4)) (* 4 (pow p 4))))) (* 64 (pow p 6))) (pow x 6)))))) |
(+.f64 (+.f64 #s(literal 1 binary64) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal 3 binary64)) (*.f64 (*.f64 x x) (*.f64 x x))) (/.f64 (*.f64 p p) (*.f64 x x)))) (/.f64 (+.f64 (*.f64 #s(literal -16 binary64) (pow.f64 p #s(literal 6 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (*.f64 p p)) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal 3 binary64)))) (pow.f64 x #s(literal 6 binary64)))) |
(/ (pow p 2) (pow x 2)) |
(/.f64 (*.f64 p p) (*.f64 x x)) |
(/ (+ (* 1/4 (/ (+ (* -16 (pow p 4)) (* 4 (pow p 4))) (pow x 2))) (pow p 2)) (pow x 2)) |
(/.f64 (+.f64 (*.f64 p p) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal 1/4 binary64)) #s(literal -12 binary64)) (*.f64 x x))) (*.f64 x x)) |
(/ (+ (* 1/4 (/ (+ (* -16 (pow p 4)) (* 4 (pow p 4))) (pow x 2))) (+ (* 1/4 (/ (+ (* 2 (* (pow p 2) (+ (* -16 (pow p 4)) (* 4 (pow p 4))))) (* 64 (pow p 6))) (pow x 4))) (pow p 2))) (pow x 2)) |
(/.f64 (+.f64 (*.f64 p p) (*.f64 #s(literal 1/4 binary64) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -12 binary64)) (*.f64 x x)) (/.f64 (+.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -12 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 64 binary64) (pow.f64 p #s(literal 6 binary64)))) (*.f64 (*.f64 x x) (*.f64 x x)))))) (*.f64 x x)) |
(/ (+ (* 1/4 (/ (+ (* -256 (pow p 8)) (+ (* 1/4 (pow (+ (* -16 (pow p 4)) (* 4 (pow p 4))) 2)) (* 2 (* (pow p 2) (+ (* 2 (* (pow p 2) (+ (* -16 (pow p 4)) (* 4 (pow p 4))))) (* 64 (pow p 6))))))) (pow x 6))) (+ (* 1/4 (/ (+ (* -16 (pow p 4)) (* 4 (pow p 4))) (pow x 2))) (+ (* 1/4 (/ (+ (* 2 (* (pow p 2) (+ (* -16 (pow p 4)) (* 4 (pow p 4))))) (* 64 (pow p 6))) (pow x 4))) (pow p 2)))) (pow x 2)) |
(/.f64 (+.f64 (+.f64 (*.f64 p p) (/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 p p) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -12 binary64)))) (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal 16 binary64))) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 #s(literal 1/4 binary64) (+.f64 (/.f64 (+.f64 (*.f64 (+.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -12 binary64)) #s(literal 2 binary64))) (*.f64 #s(literal 64 binary64) (pow.f64 p #s(literal 6 binary64)))) (*.f64 #s(literal 2 binary64) (*.f64 p p))) (+.f64 (*.f64 #s(literal -256 binary64) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (*.f64 (*.f64 p p) (*.f64 p p)))) (*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (*.f64 (*.f64 p p) (*.f64 p p))) #s(literal 144 binary64))))) (pow.f64 x #s(literal 6 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -12 binary64)) (*.f64 x x))))) (*.f64 x x)) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1 (/ (pow p 2) (pow x 2)))) |
(-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (*.f64 x x))) |
(+ 1 (* (pow p 2) (- (* 3 (/ (pow p 2) (pow x 4))) (/ 1 (pow x 2))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal -1 binary64) (*.f64 x x)) (/.f64 (*.f64 (*.f64 p p) #s(literal 3 binary64)) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(+ 1 (* (pow p 2) (- (* (pow p 2) (+ (* -10 (/ (pow p 2) (pow x 6))) (* 3 (/ 1 (pow x 4))))) (/ 1 (pow x 2))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -10 binary64)) (pow.f64 x #s(literal 6 binary64))) (/.f64 #s(literal 3 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 #s(literal -1 binary64) (*.f64 x x))))) |
1/2 |
#s(literal 1/2 binary64) |
(+ 1/2 (* 1/4 (/ x p))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 #s(literal 1/4 binary64) p))) |
(+ 1/2 (+ (* -1/32 (/ (pow x 3) (pow p 3))) (* 1/4 (/ x p)))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal -1/32 binary64)) (*.f64 p (*.f64 p p))) (/.f64 #s(literal 1/4 binary64) p)))) |
(+ 1/2 (+ (* -1/2 (/ (* x (+ (* -1/64 (pow x 4)) (* 1/256 (pow x 4)))) (pow p 5))) (+ (* -1/32 (/ (pow x 3) (pow p 3))) (* 1/4 (/ x p))))) |
(+.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x (+.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal -1/32 binary64)) (*.f64 p (*.f64 p p))) (/.f64 #s(literal 1/4 binary64) p))) (*.f64 (*.f64 #s(literal -1/2 binary64) x) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (/.f64 #s(literal -3/256 binary64) (pow.f64 p #s(literal 5 binary64))))))) |
1/2 |
#s(literal 1/2 binary64) |
(+ 1/2 (* -1/4 (/ x p))) |
(+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal -1/4 binary64)) p)) |
(+ 1/2 (* -1 (/ (+ (* -1/32 (/ (pow x 3) (pow p 2))) (* 1/4 x)) p))) |
(-.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/32 binary64))) (*.f64 p p)) (*.f64 x #s(literal 1/4 binary64))) p)) |
(+ 1/2 (* -1 (/ (+ (* -1/2 (/ (* x (+ (* -1/64 (pow x 4)) (* 1/256 (pow x 4)))) (pow p 4))) (+ (* -1/32 (/ (pow x 3) (pow p 2))) (* 1/4 x))) p))) |
(-.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (/.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/32 binary64))) (*.f64 p p)) (*.f64 x #s(literal 1/4 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -3/256 binary64)))) (*.f64 (*.f64 p p) (*.f64 p p)))) p)) |
(* 1/4 (/ x p)) |
(*.f64 x (/.f64 #s(literal 1/4 binary64) p)) |
(* x (+ (* -1/32 (/ (pow x 2) (pow p 3))) (* 1/4 (/ 1 p)))) |
(*.f64 x (+.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal -1/32 binary64)) (*.f64 p (*.f64 p p))) (/.f64 #s(literal 1/4 binary64) p))) |
(* x (+ (* (pow x 2) (- (* 3/512 (/ (pow x 2) (pow p 5))) (* 1/32 (/ 1 (pow p 3))))) (* 1/4 (/ 1 p)))) |
(*.f64 x (+.f64 (/.f64 #s(literal 1/4 binary64) p) (*.f64 (*.f64 x x) (+.f64 (/.f64 #s(literal -1/32 binary64) (*.f64 p (*.f64 p p))) (/.f64 (*.f64 (*.f64 x x) #s(literal 3/512 binary64)) (pow.f64 p #s(literal 5 binary64))))))) |
(* x (+ (* (pow x 2) (- (* (pow x 2) (+ (* -5/4096 (/ (pow x 2) (pow p 7))) (* 3/512 (/ 1 (pow p 5))))) (* 1/32 (/ 1 (pow p 3))))) (* 1/4 (/ 1 p)))) |
(*.f64 x (+.f64 (/.f64 #s(literal 1/4 binary64) p) (*.f64 x (*.f64 x (+.f64 (*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal -5/4096 binary64)) (pow.f64 p #s(literal 7 binary64))) (/.f64 #s(literal 3/512 binary64) (pow.f64 p #s(literal 5 binary64))))) (/.f64 #s(literal -1/32 binary64) (*.f64 p (*.f64 p p)))))))) |
1/2 |
#s(literal 1/2 binary64) |
(+ 1/2 (* -1 (/ (pow p 2) (pow x 2)))) |
(-.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 p p) (*.f64 x x))) |
(+ 1/2 (+ (* -1 (/ (pow p 2) (pow x 2))) (* -1/4 (/ (+ (* -16 (pow p 4)) (* 4 (pow p 4))) (pow x 4))))) |
(+.f64 #s(literal 1/2 binary64) (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal 3 binary64)) (*.f64 (*.f64 x x) (*.f64 x x))) (/.f64 (*.f64 p p) (*.f64 x x)))) |
(+ 1/2 (+ (* -1 (/ (pow p 2) (pow x 2))) (+ (* -1/4 (/ (+ (* -16 (pow p 4)) (* 4 (pow p 4))) (pow x 4))) (* -1/4 (/ (+ (* 2 (* (pow p 2) (+ (* -16 (pow p 4)) (* 4 (pow p 4))))) (* 64 (pow p 6))) (pow x 6)))))) |
(+.f64 #s(literal 1/2 binary64) (+.f64 (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal 3 binary64)) (*.f64 (*.f64 x x) (*.f64 x x))) (/.f64 (*.f64 p p) (*.f64 x x))) (/.f64 (+.f64 (*.f64 #s(literal -16 binary64) (pow.f64 p #s(literal 6 binary64))) (*.f64 (*.f64 #s(literal 2 binary64) (*.f64 p p)) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal 3 binary64)))) (pow.f64 x #s(literal 6 binary64))))) |
-1/2 |
#s(literal -1/2 binary64) |
(- (/ (pow p 2) (pow x 2)) 1/2) |
(+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) (*.f64 x x))) |
(- (+ (* 1/4 (/ (+ (* -16 (pow p 4)) (* 4 (pow p 4))) (pow x 4))) (/ (pow p 2) (pow x 2))) 1/2) |
(+.f64 (/.f64 (*.f64 p p) (*.f64 x x)) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal 1/4 binary64)) #s(literal -12 binary64)) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal -1/2 binary64))) |
(- (+ (* 1/4 (/ (+ (* -16 (pow p 4)) (* 4 (pow p 4))) (pow x 4))) (+ (* 1/4 (/ (+ (* 2 (* (pow p 2) (+ (* -16 (pow p 4)) (* 4 (pow p 4))))) (* 64 (pow p 6))) (pow x 6))) (/ (pow p 2) (pow x 2)))) 1/2) |
(+.f64 #s(literal -1/2 binary64) (+.f64 (+.f64 (/.f64 (*.f64 p p) (*.f64 x x)) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal 1/4 binary64)) #s(literal -12 binary64)) (*.f64 (*.f64 x x) (*.f64 x x)))) (/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 p p) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -12 binary64)))) (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal 16 binary64))) (pow.f64 x #s(literal 6 binary64))))) |
1/2 |
#s(literal 1/2 binary64) |
(+ 1/2 (* -1 (/ (pow p 2) (pow x 2)))) |
(-.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 p p) (*.f64 x x))) |
(+ 1/2 (* (pow p 2) (- (* 3 (/ (pow p 2) (pow x 4))) (/ 1 (pow x 2))))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal -1 binary64) (*.f64 x x)) (/.f64 (*.f64 (*.f64 p p) #s(literal 3 binary64)) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(+ 1/2 (* (pow p 2) (- (* (pow p 2) (+ (* -10 (/ (pow p 2) (pow x 6))) (* 3 (/ 1 (pow x 4))))) (/ 1 (pow x 2))))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -10 binary64)) (pow.f64 x #s(literal 6 binary64))) (/.f64 #s(literal 3 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 #s(literal -1 binary64) (*.f64 x x))))) |
(* 1/4 (/ x p)) |
(*.f64 x (/.f64 #s(literal 1/4 binary64) p)) |
(/ (+ (* -1/32 (/ (pow x 3) (pow p 2))) (* 1/4 x)) p) |
(/.f64 (+.f64 (/.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/32 binary64))) (*.f64 p p)) (*.f64 x #s(literal 1/4 binary64))) p) |
(/ (+ (* -1/2 (/ (* x (+ (* -1/64 (pow x 4)) (* 1/256 (pow x 4)))) (pow p 4))) (+ (* -1/32 (/ (pow x 3) (pow p 2))) (* 1/4 x))) p) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/32 binary64))) (*.f64 p p)) (*.f64 x #s(literal 1/4 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -3/256 binary64)))) (*.f64 (*.f64 p p) (*.f64 p p)))) p) |
(/ (+ (* -1/2 (/ (* x (+ (* -1/64 (pow x 4)) (* 1/256 (pow x 4)))) (pow p 4))) (+ (* -1/2 (/ (* x (+ (* 1/256 (pow x 6)) (* 1/8 (* (pow x 2) (+ (* -1/64 (pow x 4)) (* 1/256 (pow x 4))))))) (pow p 6))) (+ (* -1/32 (/ (pow x 3) (pow p 2))) (* 1/4 x)))) p) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/32 binary64))) (*.f64 p p)) (*.f64 x #s(literal 1/4 binary64))) (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 (*.f64 x (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -3/256 binary64))) (*.f64 (*.f64 p p) (*.f64 p p))) (/.f64 (+.f64 (*.f64 #s(literal 1/256 binary64) (pow.f64 x #s(literal 7 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -3/256 binary64))) (*.f64 #s(literal 1/8 binary64) x))) (pow.f64 p #s(literal 6 binary64)))))) p) |
(* -1/4 (/ x p)) |
(/.f64 (*.f64 x #s(literal -1/4 binary64)) p) |
(* -1 (/ (+ (* -1/32 (/ (pow x 3) (pow p 2))) (* 1/4 x)) p)) |
(/.f64 (+.f64 (/.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/32 binary64))) (*.f64 p p)) (*.f64 x #s(literal 1/4 binary64))) (-.f64 #s(literal 0 binary64) p)) |
(* -1 (/ (+ (* -1/2 (/ (* x (+ (* -1/64 (pow x 4)) (* 1/256 (pow x 4)))) (pow p 4))) (+ (* -1/32 (/ (pow x 3) (pow p 2))) (* 1/4 x))) p)) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/32 binary64))) (*.f64 p p)) (*.f64 x #s(literal 1/4 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -3/256 binary64)))) (*.f64 (*.f64 p p) (*.f64 p p)))) (-.f64 #s(literal 0 binary64) p)) |
(* -1 (/ (+ (* -1/2 (/ (* x (+ (* -1/64 (pow x 4)) (* 1/256 (pow x 4)))) (pow p 4))) (+ (* -1/2 (/ (* x (+ (* 1/256 (pow x 6)) (* 1/8 (* (pow x 2) (+ (* -1/64 (pow x 4)) (* 1/256 (pow x 4))))))) (pow p 6))) (+ (* -1/32 (/ (pow x 3) (pow p 2))) (* 1/4 x)))) p)) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/32 binary64))) (*.f64 p p)) (*.f64 x #s(literal 1/4 binary64))) (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 (*.f64 x (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -3/256 binary64))) (*.f64 (*.f64 p p) (*.f64 p p))) (/.f64 (+.f64 (*.f64 #s(literal 1/256 binary64) (pow.f64 x #s(literal 7 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -3/256 binary64))) (*.f64 #s(literal 1/8 binary64) x))) (pow.f64 p #s(literal 6 binary64)))))) (-.f64 #s(literal 0 binary64) p)) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
x |
(+ x (* 2 (/ (pow p 2) x))) |
(+.f64 x (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 p p)) x)) |
(+ x (* (pow p 2) (+ (* -2 (/ (pow p 2) (pow x 3))) (* 2 (/ 1 x))))) |
(+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))) |
(+ x (* (pow p 2) (+ (* (pow p 2) (- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3))))) (* 2 (/ 1 x))))) |
(+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) x)) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))) |
(* 2 p) |
(*.f64 p #s(literal 2 binary64)) |
(* p (+ 2 (* 1/4 (/ (pow x 2) (pow p 2))))) |
(*.f64 p (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 x (*.f64 x (/.f64 #s(literal 1/4 binary64) p))) p))) |
(* p (+ 2 (+ (* -1/64 (/ (pow x 4) (pow p 4))) (* 1/4 (/ (pow x 2) (pow p 2)))))) |
(*.f64 p (+.f64 #s(literal 2 binary64) (+.f64 (/.f64 (*.f64 x (*.f64 x (/.f64 #s(literal 1/4 binary64) p))) p) (/.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/64 binary64)) (*.f64 (*.f64 p p) (*.f64 p p)))))) |
(* p (+ 2 (+ (* -1/64 (/ (pow x 4) (pow p 4))) (+ (* 1/512 (/ (pow x 6) (pow p 6))) (* 1/4 (/ (pow x 2) (pow p 2))))))) |
(*.f64 p (+.f64 (+.f64 #s(literal 2 binary64) (+.f64 (/.f64 (*.f64 x (*.f64 x (/.f64 #s(literal 1/4 binary64) p))) p) (/.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/64 binary64)) (*.f64 (*.f64 p p) (*.f64 p p))))) (/.f64 (*.f64 #s(literal 1/512 binary64) (pow.f64 x #s(literal 6 binary64))) (pow.f64 p #s(literal 6 binary64))))) |
(* -2 p) |
(*.f64 p #s(literal -2 binary64)) |
(* -1 (* p (+ 2 (* 1/4 (/ (pow x 2) (pow p 2)))))) |
(*.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 x (*.f64 x (/.f64 #s(literal 1/4 binary64) p))) p)) (-.f64 #s(literal 0 binary64) p)) |
(* -1 (* p (+ 2 (+ (* -1/64 (/ (pow x 4) (pow p 4))) (* 1/4 (/ (pow x 2) (pow p 2))))))) |
(*.f64 (+.f64 #s(literal 2 binary64) (+.f64 (/.f64 (*.f64 x (*.f64 x (/.f64 #s(literal 1/4 binary64) p))) p) (/.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/64 binary64)) (*.f64 (*.f64 p p) (*.f64 p p))))) (-.f64 #s(literal 0 binary64) p)) |
(* -1 (* p (+ 2 (+ (* -1/64 (/ (pow x 4) (pow p 4))) (+ (* 1/512 (/ (pow x 6) (pow p 6))) (* 1/4 (/ (pow x 2) (pow p 2)))))))) |
(*.f64 (+.f64 (+.f64 #s(literal 2 binary64) (+.f64 (/.f64 (*.f64 x (*.f64 x (/.f64 #s(literal 1/4 binary64) p))) p) (/.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/64 binary64)) (*.f64 (*.f64 p p) (*.f64 p p))))) (/.f64 (*.f64 #s(literal 1/512 binary64) (pow.f64 x #s(literal 6 binary64))) (pow.f64 p #s(literal 6 binary64)))) (-.f64 #s(literal 0 binary64) p)) |
(* 2 p) |
(*.f64 p #s(literal 2 binary64)) |
(+ (* 1/4 (/ (pow x 2) p)) (* 2 p)) |
(+.f64 (*.f64 p #s(literal 2 binary64)) (*.f64 x (*.f64 x (/.f64 #s(literal 1/4 binary64) p)))) |
(+ (* 2 p) (* (pow x 2) (+ (* -1/64 (/ (pow x 2) (pow p 3))) (* 1/4 (/ 1 p))))) |
(+.f64 (*.f64 p #s(literal 2 binary64)) (*.f64 (*.f64 x x) (+.f64 (/.f64 #s(literal 1/4 binary64) p) (/.f64 (*.f64 (*.f64 x x) #s(literal -1/64 binary64)) (*.f64 p (*.f64 p p)))))) |
(+ (* 2 p) (* (pow x 2) (+ (* (pow x 2) (- (* 1/512 (/ (pow x 2) (pow p 5))) (* 1/64 (/ 1 (pow p 3))))) (* 1/4 (/ 1 p))))) |
(+.f64 (*.f64 p #s(literal 2 binary64)) (*.f64 (*.f64 x x) (+.f64 (/.f64 #s(literal 1/4 binary64) p) (*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 #s(literal 1/512 binary64) (*.f64 x x)) (pow.f64 p #s(literal 5 binary64))) (/.f64 #s(literal -1/64 binary64) (*.f64 p (*.f64 p p)))))))) |
x |
(* x (+ 1 (* 2 (/ (pow p 2) (pow x 2))))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 p p)) x) x))) |
(* x (+ 1 (+ (* -2 (/ (pow p 4) (pow x 4))) (* 2 (/ (pow p 2) (pow x 2)))))) |
(*.f64 x (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 p p)) x) x) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -2 binary64)) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(* x (+ 1 (+ (* -2 (/ (pow p 4) (pow x 4))) (+ (* 2 (/ (pow p 2) (pow x 2))) (* 4 (/ (pow p 6) (pow x 6))))))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -2 binary64)) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 p p)) x) x) (/.f64 (*.f64 #s(literal 4 binary64) (pow.f64 p #s(literal 6 binary64))) (pow.f64 x #s(literal 6 binary64))))))) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 (* x (+ 1 (* 2 (/ (pow p 2) (pow x 2)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 p p)) x) x)) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (* x (+ 1 (+ (* -2 (/ (pow p 4) (pow x 4))) (* 2 (/ (pow p 2) (pow x 2))))))) |
(*.f64 (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 p p)) x) x) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -2 binary64)) (*.f64 (*.f64 x x) (*.f64 x x))))) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (* x (+ 1 (+ (* -2 (/ (pow p 4) (pow x 4))) (+ (* 2 (/ (pow p 2) (pow x 2))) (* 4 (/ (pow p 6) (pow x 6)))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -2 binary64)) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 p p)) x) x) (/.f64 (*.f64 #s(literal 4 binary64) (pow.f64 p #s(literal 6 binary64))) (pow.f64 x #s(literal 6 binary64)))))) (-.f64 #s(literal 0 binary64) x)) |
(* 4 (pow p 2)) |
(*.f64 (*.f64 p p) #s(literal 4 binary64)) |
(* 4 (pow p 2)) |
(*.f64 (*.f64 p p) #s(literal 4 binary64)) |
(* 4 (pow p 2)) |
(*.f64 (*.f64 p p) #s(literal 4 binary64)) |
(* 4 (pow p 2)) |
(*.f64 (*.f64 p p) #s(literal 4 binary64)) |
(* 4 (pow p 2)) |
(*.f64 (*.f64 p p) #s(literal 4 binary64)) |
(* 4 (pow p 2)) |
(*.f64 (*.f64 p p) #s(literal 4 binary64)) |
(* 4 (pow p 2)) |
(*.f64 (*.f64 p p) #s(literal 4 binary64)) |
(* 4 (pow p 2)) |
(*.f64 (*.f64 p p) #s(literal 4 binary64)) |
(* 4 (pow p 2)) |
(*.f64 (*.f64 p p) #s(literal 4 binary64)) |
(* 4 (pow p 2)) |
(*.f64 (*.f64 p p) #s(literal 4 binary64)) |
(* 4 (pow p 2)) |
(*.f64 (*.f64 p p) #s(literal 4 binary64)) |
(* 4 (pow p 2)) |
(*.f64 (*.f64 p p) #s(literal 4 binary64)) |
Compiled 9951 to 1186 computations (88.1% saved)
14 alts after pruning (13 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 285 | 13 | 298 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 0 | 0 |
| Total | 285 | 14 | 299 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 18.1% | (/.f64 (+.f64 p (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -12 binary64))) (*.f64 x (*.f64 x p)))) (-.f64 #s(literal 0 binary64) x)) |
| 27.4% | (-.f64 #s(literal 0 binary64) (/.f64 p x)) | |
| 29.3% | (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x))) | |
| 26.6% | (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 (*.f64 x x) (*.f64 x x)))))) | |
| ▶ | 23.8% | (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) (/.f64 #s(literal 11/8 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
| 50.9% | (sqrt.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) #s(literal -1/4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))) #s(literal -1/2 binary64)))) | |
| 53.8% | (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 (*.f64 p #s(literal 2 binary64)) (*.f64 (*.f64 x x) (+.f64 (/.f64 #s(literal 1/4 binary64) p) (/.f64 (*.f64 (*.f64 x x) #s(literal -1/64 binary64)) (*.f64 p (*.f64 p p))))))))) | |
| 53.7% | (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 (*.f64 p #s(literal 2 binary64)) (*.f64 x (*.f64 x (/.f64 #s(literal 1/4 binary64) p))))))) | |
| ▶ | 67.6% | (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))))) |
| 55.0% | (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) x)) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))) | |
| ✓ | 77.8% | (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))) |
| ▶ | 48.3% | (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 #s(literal 1/4 binary64) p)))) |
| 52.8% | (sqrt.f64 #s(literal 1/2 binary64)) | |
| ▶ | 38.2% | #s(literal 1 binary64) |
Compiled 601 to 363 computations (39.6% saved)
| 1× | egg-herbie |
Found 16 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (+.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) (/.f64 #s(literal 11/8 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) |
| ✓ | cost-diff | 0 | (*.f64 p p) |
| ✓ | cost-diff | 0 | (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) (/.f64 #s(literal 11/8 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) |
| ✓ | cost-diff | 0 | (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) (/.f64 #s(literal 11/8 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1/4 binary64) p) |
| ✓ | cost-diff | 0 | (*.f64 x (/.f64 #s(literal 1/4 binary64) p)) |
| ✓ | cost-diff | 0 | (+.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 #s(literal 1/4 binary64) p))) |
| ✓ | cost-diff | 0 | (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 #s(literal 1/4 binary64) p)))) |
| ✓ | cost-diff | 128 | (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -12 binary64))) |
| ✓ | cost-diff | 384 | (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -12 binary64))) (*.f64 x (*.f64 x p))) |
| ✓ | cost-diff | 384 | (+.f64 p (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -12 binary64))) (*.f64 x (*.f64 x p)))) |
| ✓ | cost-diff | 512 | (/.f64 (+.f64 p (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -12 binary64))) (*.f64 x (*.f64 x p)))) (-.f64 #s(literal 0 binary64) x)) |
| ✓ | cost-diff | 128 | (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))) |
| ✓ | cost-diff | 128 | (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))) |
| ✓ | cost-diff | 128 | (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))) |
| ✓ | cost-diff | 128 | (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))))) |
| 6236× | *-lowering-*.f32 |
| 6236× | *-lowering-*.f64 |
| 1976× | fma-lowering-fma.f32 |
| 1976× | fma-lowering-fma.f64 |
| 1874× | fma-define |
Useful iterations: 5 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 51 | 384 |
| 1 | 145 | 356 |
| 2 | 507 | 356 |
| 3 | 1830 | 350 |
| 4 | 4426 | 337 |
| 5 | 6048 | 336 |
| 0 | 8524 | 336 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(sqrt (+ 1/2 (/ (* 1/2 x) (+ x (* (* p p) (+ (/ (* (* p p) -2) (* x (* x x))) (/ 2 x))))))) |
(+ 1/2 (/ (* 1/2 x) (+ x (* (* p p) (+ (/ (* (* p p) -2) (* x (* x x))) (/ 2 x)))))) |
1/2 |
(/ (* 1/2 x) (+ x (* (* p p) (+ (/ (* (* p p) -2) (* x (* x x))) (/ 2 x))))) |
(* 1/2 x) |
x |
(+ x (* (* p p) (+ (/ (* (* p p) -2) (* x (* x x))) (/ 2 x)))) |
(* (* p p) (+ (/ (* (* p p) -2) (* x (* x x))) (/ 2 x))) |
(* p p) |
p |
(+ (/ (* (* p p) -2) (* x (* x x))) (/ 2 x)) |
(/ (* (* p p) -2) (* x (* x x))) |
(* (* p p) -2) |
-2 |
(* x (* x x)) |
(* x x) |
(/ 2 x) |
2 |
1 |
(/ (+ p (/ (* 1/8 (* (* (* p p) (* p p)) -12)) (* x (* x p)))) (- 0 x)) |
(+ p (/ (* 1/8 (* (* (* p p) (* p p)) -12)) (* x (* x p)))) |
p |
(/ (* 1/8 (* (* (* p p) (* p p)) -12)) (* x (* x p))) |
(* 1/8 (* (* (* p p) (* p p)) -12)) |
1/8 |
(* (* (* p p) (* p p)) -12) |
(* (* p p) (* p p)) |
(* p p) |
-12 |
(* x (* x p)) |
x |
(* x p) |
(- 0 x) |
0 |
(sqrt (+ 1/2 (* x (/ 1/4 p)))) |
(+ 1/2 (* x (/ 1/4 p))) |
1/2 |
(* x (/ 1/4 p)) |
x |
(/ 1/4 p) |
1/4 |
p |
(+ 1 (* (* p p) (+ (* (* p p) (+ (/ (* (* p p) -69/16) (pow x 6)) (/ 11/8 (* (* x x) (* x x))))) (/ -1/2 (* x x))))) |
1 |
(* (* p p) (+ (* (* p p) (+ (/ (* (* p p) -69/16) (pow x 6)) (/ 11/8 (* (* x x) (* x x))))) (/ -1/2 (* x x)))) |
(* p p) |
p |
(+ (* (* p p) (+ (/ (* (* p p) -69/16) (pow x 6)) (/ 11/8 (* (* x x) (* x x))))) (/ -1/2 (* x x))) |
(* (* p p) (+ (/ (* (* p p) -69/16) (pow x 6)) (/ 11/8 (* (* x x) (* x x))))) |
(+ (/ (* (* p p) -69/16) (pow x 6)) (/ 11/8 (* (* x x) (* x x)))) |
(/ (* (* p p) -69/16) (pow x 6)) |
(* (* p p) -69/16) |
-69/16 |
(pow x 6) |
x |
6 |
(/ 11/8 (* (* x x) (* x x))) |
11/8 |
(* (* x x) (* x x)) |
(* x x) |
(/ -1/2 (* x x)) |
-1/2 |
| Outputs |
|---|
(sqrt (+ 1/2 (/ (* 1/2 x) (+ x (* (* p p) (+ (/ (* (* p p) -2) (* x (* x x))) (/ 2 x))))))) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 x (*.f64 (/.f64 (*.f64 p p) x) (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (*.f64 x x)))))))) |
(+ 1/2 (/ (* 1/2 x) (+ x (* (* p p) (+ (/ (* (* p p) -2) (* x (* x x))) (/ 2 x)))))) |
(+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 x (*.f64 (/.f64 (*.f64 p p) x) (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (*.f64 x x))))))) |
1/2 |
#s(literal 1/2 binary64) |
(/ (* 1/2 x) (+ x (* (* p p) (+ (/ (* (* p p) -2) (* x (* x x))) (/ 2 x))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 x (*.f64 (/.f64 (*.f64 p p) x) (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (*.f64 x x)))))) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
x |
(+ x (* (* p p) (+ (/ (* (* p p) -2) (* x (* x x))) (/ 2 x)))) |
(+.f64 x (*.f64 (/.f64 (*.f64 p p) x) (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (*.f64 x x))))) |
(* (* p p) (+ (/ (* (* p p) -2) (* x (* x x))) (/ 2 x))) |
(*.f64 (/.f64 (*.f64 p p) x) (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (*.f64 x x)))) |
(* p p) |
(*.f64 p p) |
p |
(+ (/ (* (* p p) -2) (* x (* x x))) (/ 2 x)) |
(+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)) |
(/ (* (* p p) -2) (* x (* x x))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (*.f64 x (*.f64 x x))) |
(* (* p p) -2) |
(*.f64 (*.f64 p p) #s(literal -2 binary64)) |
-2 |
#s(literal -2 binary64) |
(* x (* x x)) |
(*.f64 x (*.f64 x x)) |
(* x x) |
(*.f64 x x) |
(/ 2 x) |
(/.f64 #s(literal 2 binary64) x) |
2 |
#s(literal 2 binary64) |
1 |
#s(literal 1 binary64) |
(/ (+ p (/ (* 1/8 (* (* (* p p) (* p p)) -12)) (* x (* x p)))) (- 0 x)) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 p p) #s(literal 3/2 binary64)) (/.f64 p x)) x) p) x) |
(+ p (/ (* 1/8 (* (* (* p p) (* p p)) -12)) (* x (* x p)))) |
(+.f64 p (/.f64 (/.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal -3/2 binary64))) x) x)) |
p |
(/ (* 1/8 (* (* (* p p) (* p p)) -12)) (* x (* x p))) |
(/.f64 (/.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal -3/2 binary64))) x) x) |
(* 1/8 (* (* (* p p) (* p p)) -12)) |
(*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal -3/2 binary64)))) |
1/8 |
#s(literal 1/8 binary64) |
(* (* (* p p) (* p p)) -12) |
(*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal -12 binary64)))) |
(* (* p p) (* p p)) |
(*.f64 p (*.f64 p (*.f64 p p))) |
(* p p) |
(*.f64 p p) |
-12 |
#s(literal -12 binary64) |
(* x (* x p)) |
(*.f64 x (*.f64 x p)) |
x |
(* x p) |
(*.f64 x p) |
(- 0 x) |
(-.f64 #s(literal 0 binary64) x) |
0 |
#s(literal 0 binary64) |
(sqrt (+ 1/2 (* x (/ 1/4 p)))) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal 1/4 binary64)) p))) |
(+ 1/2 (* x (/ 1/4 p))) |
(+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal 1/4 binary64)) p)) |
1/2 |
#s(literal 1/2 binary64) |
(* x (/ 1/4 p)) |
(/.f64 (*.f64 x #s(literal 1/4 binary64)) p) |
x |
(/ 1/4 p) |
(/.f64 #s(literal 1/4 binary64) p) |
1/4 |
#s(literal 1/4 binary64) |
p |
(+ 1 (* (* p p) (+ (* (* p p) (+ (/ (* (* p p) -69/16) (pow x 6)) (/ 11/8 (* (* x x) (* x x))))) (/ -1/2 (* x x))))) |
(+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x x))) x))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) #s(literal 1 binary64)) |
1 |
#s(literal 1 binary64) |
(* (* p p) (+ (* (* p p) (+ (/ (* (* p p) -69/16) (pow x 6)) (/ 11/8 (* (* x x) (* x x))))) (/ -1/2 (* x x)))) |
(*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x x))) x))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) |
(* p p) |
(*.f64 p p) |
p |
(+ (* (* p p) (+ (/ (* (* p p) -69/16) (pow x 6)) (/ 11/8 (* (* x x) (* x x))))) (/ -1/2 (* x x))) |
(+.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x x))) x))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) |
(* (* p p) (+ (/ (* (* p p) -69/16) (pow x 6)) (/ 11/8 (* (* x x) (* x x))))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x x))) x))) |
(+ (/ (* (* p p) -69/16) (pow x 6)) (/ 11/8 (* (* x x) (* x x)))) |
(+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x x))) x)) |
(/ (* (* p p) -69/16) (pow x 6)) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) |
(* (* p p) -69/16) |
(*.f64 (*.f64 p p) #s(literal -69/16 binary64)) |
-69/16 |
#s(literal -69/16 binary64) |
(pow x 6) |
(pow.f64 x #s(literal 6 binary64)) |
x |
6 |
#s(literal 6 binary64) |
(/ 11/8 (* (* x x) (* x x))) |
(/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x x))) x) |
11/8 |
#s(literal 11/8 binary64) |
(* (* x x) (* x x)) |
(*.f64 x (*.f64 x (*.f64 x x))) |
(* x x) |
(*.f64 x x) |
(/ -1/2 (* x x)) |
(/.f64 #s(literal -1/2 binary64) (*.f64 x x)) |
-1/2 |
#s(literal -1/2 binary64) |
Found 16 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 94.9% | (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) (/.f64 #s(literal 11/8 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) |
| ✓ | accuracy | 89.9% | (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) (/.f64 #s(literal 11/8 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) |
| ✓ | accuracy | 85.0% | (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) (/.f64 #s(literal 11/8 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) |
| ✓ | accuracy | 83.9% | (/.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) |
| ✓ | accuracy | 100.0% | (/.f64 #s(literal 1/4 binary64) p) |
| ✓ | accuracy | 100.0% | (+.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 #s(literal 1/4 binary64) p))) |
| ✓ | accuracy | 99.7% | (*.f64 x (/.f64 #s(literal 1/4 binary64) p)) |
| ✓ | accuracy | 98.1% | (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 #s(literal 1/4 binary64) p)))) |
| ✓ | accuracy | 99.8% | (*.f64 (*.f64 p p) (*.f64 p p)) |
| ✓ | accuracy | 99.7% | (*.f64 x (*.f64 x p)) |
| ✓ | accuracy | 97.8% | (/.f64 (+.f64 p (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -12 binary64))) (*.f64 x (*.f64 x p)))) (-.f64 #s(literal 0 binary64) x)) |
| ✓ | accuracy | 77.2% | (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -12 binary64))) (*.f64 x (*.f64 x p))) |
| ✓ | accuracy | 99.8% | (*.f64 x (*.f64 x x)) |
| ✓ | accuracy | 98.9% | (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))) |
| ✓ | accuracy | 98.6% | (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))) |
| ✓ | accuracy | 84.3% | (/.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (*.f64 x (*.f64 x x))) |
| 89.0ms | 191× | 0 | valid |
| 29.0ms | 65× | 0 | invalid |
Compiled 499 to 52 computations (89.6% saved)
ival-mult: 28.0ms (40.3% of total)ival-div: 16.0ms (23% of total)ival-add: 12.0ms (17.3% of total)ival-pow: 6.0ms (8.6% of total)ival-sqrt: 4.0ms (5.8% of total)ival-sub: 2.0ms (2.9% of total)const: 2.0ms (2.9% of total)backward-pass: 0.0ms (0% of total)| Inputs |
|---|
#<alt (sqrt (+ 1/2 (/ (* 1/2 x) (+ x (* (* p p) (+ (/ (* (* p p) -2) (* x (* x x))) (/ 2 x)))))))> |
#<alt (+ 1/2 (/ (* 1/2 x) (+ x (* (* p p) (+ (/ (* (* p p) -2) (* x (* x x))) (/ 2 x))))))> |
#<alt (/ (* 1/2 x) (+ x (* (* p p) (+ (/ (* (* p p) -2) (* x (* x x))) (/ 2 x)))))> |
#<alt (+ x (* (* p p) (+ (/ (* (* p p) -2) (* x (* x x))) (/ 2 x))))> |
#<alt (/ (+ p (/ (* 1/8 (* (* (* p p) (* p p)) -12)) (* x (* x p)))) (- 0 x))> |
#<alt (+ p (/ (* 1/8 (* (* (* p p) (* p p)) -12)) (* x (* x p))))> |
#<alt (/ (* 1/8 (* (* (* p p) (* p p)) -12)) (* x (* x p)))> |
#<alt (* 1/8 (* (* (* p p) (* p p)) -12))> |
#<alt (sqrt (+ 1/2 (* x (/ 1/4 p))))> |
#<alt (+ 1/2 (* x (/ 1/4 p)))> |
#<alt (* x (/ 1/4 p))> |
#<alt (/ 1/4 p)> |
#<alt (+ 1 (* (* p p) (+ (* (* p p) (+ (/ (* (* p p) -69/16) (pow x 6)) (/ 11/8 (* (* x x) (* x x))))) (/ -1/2 (* x x)))))> |
#<alt (* (* p p) (+ (* (* p p) (+ (/ (* (* p p) -69/16) (pow x 6)) (/ 11/8 (* (* x x) (* x x))))) (/ -1/2 (* x x))))> |
#<alt (* p p)> |
#<alt (+ (* (* p p) (+ (/ (* (* p p) -69/16) (pow x 6)) (/ 11/8 (* (* x x) (* x x))))) (/ -1/2 (* x x)))> |
#<alt (/ (* (* p p) -2) (* x (* x x)))> |
#<alt (* (* p p) (+ (/ (* (* p p) -2) (* x (* x x))) (/ 2 x)))> |
#<alt (* x (* x x))> |
#<alt (* x (* x p))> |
#<alt (* (* p p) (* p p))> |
#<alt (/ (* (* p p) -69/16) (pow x 6))> |
#<alt (+ (/ (* (* p p) -69/16) (pow x 6)) (/ 11/8 (* (* x x) (* x x))))> |
#<alt (* (* p p) (+ (/ (* (* p p) -69/16) (pow x 6)) (/ 11/8 (* (* x x) (* x x)))))> |
| Outputs |
|---|
#<alt (sqrt 1/2)> |
#<alt (+ (sqrt 1/2) (* -1/8 (/ (pow x 4) (* (pow p 4) (sqrt 1/2)))))> |
#<alt (+ (sqrt 1/2) (* (pow x 4) (- (* -1/8 (/ (pow x 2) (* (pow p 6) (sqrt 1/2)))) (* 1/8 (/ 1 (* (pow p 4) (sqrt 1/2)))))))> |
#<alt (+ (sqrt 1/2) (* (pow x 4) (- (* (pow x 2) (- (* -1/2 (/ (* (pow x 2) (+ (* 1/64 (/ 1 (* (pow p 8) (pow (sqrt 1/2) 2)))) (* 3/8 (/ 1 (pow p 8))))) (sqrt 1/2))) (* 1/8 (/ 1 (* (pow p 6) (sqrt 1/2)))))) (* 1/8 (/ 1 (* (pow p 4) (sqrt 1/2)))))))> |
#<alt 1> |
#<alt (+ 1 (* -1/2 (/ (pow p 2) (pow x 2))))> |
#<alt (+ 1 (+ (* -1/2 (/ (pow p 2) (pow x 2))) (* 1/2 (/ (- (* -1/2 (+ (* -4 (pow p 4)) (* -2 (pow p 4)))) (* 1/4 (pow p 4))) (pow x 4)))))> |
#<alt (+ 1 (+ (* -1/2 (/ (pow p 2) (pow x 2))) (+ (* 1/2 (/ (- (* -1/2 (+ (* -4 (pow p 4)) (* -2 (pow p 4)))) (* 1/4 (pow p 4))) (pow x 4))) (* 1/2 (/ (- (* -1/2 (+ (* -2 (* (pow p 2) (+ (* -4 (pow p 4)) (* -2 (pow p 4))))) (* 4 (pow p 6)))) (* -1/2 (* (pow p 2) (- (* -1/2 (+ (* -4 (pow p 4)) (* -2 (pow p 4)))) (* 1/4 (pow p 4)))))) (pow x 6))))))> |
#<alt 1> |
#<alt (+ 1 (* -1/2 (/ (pow p 2) (pow x 2))))> |
#<alt (+ 1 (+ (* -1/2 (/ (+ (* -1/2 (+ (* 2 (pow p 4)) (* 4 (pow p 4)))) (* 1/4 (pow p 4))) (pow x 4))) (* -1/2 (/ (pow p 2) (pow x 2)))))> |
#<alt (+ 1 (+ (* -1/2 (/ (+ (* -1/2 (+ (* -4 (pow p 6)) (* -2 (* (pow p 2) (+ (* 2 (pow p 4)) (* 4 (pow p 4))))))) (* 1/2 (* (pow p 2) (+ (* -1/2 (+ (* 2 (pow p 4)) (* 4 (pow p 4)))) (* 1/4 (pow p 4)))))) (pow x 6))) (+ (* -1/2 (/ (+ (* -1/2 (+ (* 2 (pow p 4)) (* 4 (pow p 4)))) (* 1/4 (pow p 4))) (pow x 4))) (* -1/2 (/ (pow p 2) (pow x 2))))))> |
#<alt 1> |
#<alt (+ 1 (* -1/2 (/ (pow p 2) (pow x 2))))> |
#<alt (+ 1 (* (pow p 2) (- (* 11/8 (/ (pow p 2) (pow x 4))) (* 1/2 (/ 1 (pow x 2))))))> |
#<alt (+ 1 (* (pow p 2) (- (* (pow p 2) (+ (* -53/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) (* 1/2 (/ 1 (pow x 2))))))> |
#<alt (sqrt 1/2)> |
#<alt (+ (sqrt 1/2) (* -1/8 (/ (pow x 4) (* (pow p 4) (sqrt 1/2)))))> |
#<alt (+ (sqrt 1/2) (+ (* -1/8 (/ (pow x 4) (* (pow p 4) (sqrt 1/2)))) (* -1/8 (/ (pow x 6) (* (pow p 6) (sqrt 1/2))))))> |
#<alt (+ (sqrt 1/2) (+ (* -1/8 (/ (pow x 4) (* (pow p 4) (sqrt 1/2)))) (+ (* -1/8 (/ (pow x 6) (* (pow p 6) (sqrt 1/2)))) (* 1/2 (/ (- (* -1/2 (+ (* 1/4 (pow x 8)) (* 1/2 (pow x 8)))) (* 1/64 (/ (pow x 8) (pow (sqrt 1/2) 2)))) (* (pow p 8) (sqrt 1/2)))))))> |
#<alt (sqrt 1/2)> |
#<alt (+ (sqrt 1/2) (* -1/8 (/ (pow x 4) (* (pow p 4) (sqrt 1/2)))))> |
#<alt (+ (sqrt 1/2) (+ (* -1/8 (/ (pow x 4) (* (pow p 4) (sqrt 1/2)))) (* -1/8 (/ (pow x 6) (* (pow p 6) (sqrt 1/2))))))> |
#<alt (+ (sqrt 1/2) (+ (* -1/8 (/ (pow x 4) (* (pow p 4) (sqrt 1/2)))) (+ (* -1/8 (/ (pow x 6) (* (pow p 6) (sqrt 1/2)))) (* 1/2 (/ (- (* -1/2 (+ (* 1/4 (pow x 8)) (* 1/2 (pow x 8)))) (* 1/64 (/ (pow x 8) (pow (sqrt 1/2) 2)))) (* (pow p 8) (sqrt 1/2)))))))> |
#<alt 1/2> |
#<alt (+ 1/2 (* -1/4 (/ (pow x 4) (pow p 4))))> |
#<alt (+ 1/2 (* (pow x 4) (- (* -1/4 (/ (pow x 2) (pow p 6))) (* 1/4 (/ 1 (pow p 4))))))> |
#<alt (+ 1/2 (* (pow x 4) (- (* (pow x 2) (- (* -3/8 (/ (pow x 2) (pow p 8))) (* 1/4 (/ 1 (pow p 6))))) (* 1/4 (/ 1 (pow p 4))))))> |
#<alt 1> |
#<alt (+ 1 (* -1 (/ (pow p 2) (pow x 2))))> |
#<alt (+ 1 (+ (* -1 (/ (pow p 2) (pow x 2))) (* -1/2 (/ (+ (* -4 (pow p 4)) (* -2 (pow p 4))) (pow x 4)))))> |
#<alt (+ 1 (+ (* -1 (/ (pow p 2) (pow x 2))) (+ (* -1/2 (/ (+ (* -4 (pow p 4)) (* -2 (pow p 4))) (pow x 4))) (* -1/2 (/ (+ (* -2 (* (pow p 2) (+ (* -4 (pow p 4)) (* -2 (pow p 4))))) (* 4 (pow p 6))) (pow x 6))))))> |
#<alt 1> |
#<alt (+ 1 (* -1 (/ (pow p 2) (pow x 2))))> |
#<alt (- (+ 1 (* 1/2 (/ (+ (* 2 (pow p 4)) (* 4 (pow p 4))) (pow x 4)))) (/ (pow p 2) (pow x 2)))> |
#<alt (- (+ 1 (* 1/2 (/ (+ (* -4 (pow p 6)) (* -2 (* (pow p 2) (+ (* 2 (pow p 4)) (* 4 (pow p 4)))))) (pow x 6)))) (+ (* -1/2 (/ (+ (* 2 (pow p 4)) (* 4 (pow p 4))) (pow x 4))) (/ (pow p 2) (pow x 2))))> |
#<alt 1> |
#<alt (+ 1 (* -1 (/ (pow p 2) (pow x 2))))> |
#<alt (+ 1 (* (pow p 2) (- (* 3 (/ (pow p 2) (pow x 4))) (/ 1 (pow x 2)))))> |
#<alt (+ 1 (* (pow p 2) (- (* (pow p 2) (+ (* -8 (/ (pow p 2) (pow x 6))) (* 3 (/ 1 (pow x 4))))) (/ 1 (pow x 2)))))> |
#<alt 1/2> |
#<alt (+ 1/2 (* -1/4 (/ (pow x 4) (pow p 4))))> |
#<alt (+ 1/2 (+ (* -1/4 (/ (pow x 4) (pow p 4))) (* -1/4 (/ (pow x 6) (pow p 6)))))> |
#<alt (+ 1/2 (+ (* -1/2 (/ (+ (* 1/4 (pow x 8)) (* 1/2 (pow x 8))) (pow p 8))) (+ (* -1/4 (/ (pow x 4) (pow p 4))) (* -1/4 (/ (pow x 6) (pow p 6))))))> |
#<alt 1/2> |
#<alt (+ 1/2 (* -1/4 (/ (pow x 4) (pow p 4))))> |
#<alt (+ 1/2 (+ (* -1/4 (/ (pow x 4) (pow p 4))) (* -1/4 (/ (pow x 6) (pow p 6)))))> |
#<alt (+ 1/2 (+ (* -1/2 (/ (+ (* 1/4 (pow x 8)) (* 1/2 (pow x 8))) (pow p 8))) (+ (* -1/4 (/ (pow x 4) (pow p 4))) (* -1/4 (/ (pow x 6) (pow p 6))))))> |
#<alt (* -1/4 (/ (pow x 4) (pow p 4)))> |
#<alt (* (pow x 4) (- (* -1/4 (/ (pow x 2) (pow p 6))) (* 1/4 (/ 1 (pow p 4)))))> |
#<alt (* (pow x 4) (- (* (pow x 2) (- (* -3/8 (/ (pow x 2) (pow p 8))) (* 1/4 (/ 1 (pow p 6))))) (* 1/4 (/ 1 (pow p 4)))))> |
#<alt (* (pow x 4) (- (* (pow x 2) (- (* (pow x 2) (- (* -1/2 (/ (pow x 2) (pow p 10))) (* 3/8 (/ 1 (pow p 8))))) (* 1/4 (/ 1 (pow p 6))))) (* 1/4 (/ 1 (pow p 4)))))> |
#<alt 1/2> |
#<alt (+ 1/2 (* -1 (/ (pow p 2) (pow x 2))))> |
#<alt (- (+ 1/2 (* -1 (/ (+ (* -2 (pow p 4)) (* -1 (pow p 4))) (pow x 4)))) (/ (pow p 2) (pow x 2)))> |
#<alt (- (+ 1/2 (* -1 (/ (+ (* -2 (* (pow p 2) (+ (* -2 (pow p 4)) (* -1 (pow p 4))))) (* 2 (pow p 6))) (pow x 6)))) (+ (* -2 (/ (pow p 4) (pow x 4))) (+ (* -1 (/ (pow p 4) (pow x 4))) (/ (pow p 2) (pow x 2)))))> |
#<alt 1/2> |
#<alt (+ 1/2 (* -1 (/ (pow p 2) (pow x 2))))> |
#<alt (- (+ 1/2 (* -1 (/ (+ (* -2 (pow p 4)) (* -1 (pow p 4))) (pow x 4)))) (/ (pow p 2) (pow x 2)))> |
#<alt (- (+ 1/2 (* -1 (/ (+ (* -2 (* (pow p 2) (+ (* -2 (pow p 4)) (* -1 (pow p 4))))) (* 2 (pow p 6))) (pow x 6)))) (+ (* -2 (/ (pow p 4) (pow x 4))) (+ (* -1 (/ (pow p 4) (pow x 4))) (/ (pow p 2) (pow x 2)))))> |
#<alt 1/2> |
#<alt (+ 1/2 (* -1 (/ (pow p 2) (pow x 2))))> |
#<alt (+ 1/2 (* (pow p 2) (- (* 3 (/ (pow p 2) (pow x 4))) (/ 1 (pow x 2)))))> |
#<alt (+ 1/2 (* (pow p 2) (- (* (pow p 2) (+ (* -8 (/ (pow p 2) (pow x 6))) (* 3 (/ 1 (pow x 4))))) (/ 1 (pow x 2)))))> |
#<alt (* -1/4 (/ (pow x 4) (pow p 4)))> |
#<alt (/ (+ (* -1/4 (/ (pow x 6) (pow p 2))) (* -1/4 (pow x 4))) (pow p 4))> |
#<alt (/ (+ (* -1/2 (/ (+ (* 1/4 (pow x 8)) (* 1/2 (pow x 8))) (pow p 4))) (+ (* -1/4 (/ (pow x 6) (pow p 2))) (* -1/4 (pow x 4)))) (pow p 4))> |
#<alt (/ (+ (* -1/2 (/ (+ (* 1/4 (pow x 8)) (* 1/2 (pow x 8))) (pow p 4))) (+ (* -1/2 (/ (+ (* 1/4 (pow x 10)) (* (pow x 2) (+ (* 1/4 (pow x 8)) (* 1/2 (pow x 8))))) (pow p 6))) (+ (* -1/4 (/ (pow x 6) (pow p 2))) (* -1/4 (pow x 4))))) (pow p 4))> |
#<alt (* -1/4 (/ (pow x 4) (pow p 4)))> |
#<alt (/ (+ (* -1/4 (/ (pow x 6) (pow p 2))) (* -1/4 (pow x 4))) (pow p 4))> |
#<alt (/ (+ (* -1/2 (/ (+ (* 1/4 (pow x 8)) (* 1/2 (pow x 8))) (pow p 4))) (+ (* -1/4 (/ (pow x 6) (pow p 2))) (* -1/4 (pow x 4)))) (pow p 4))> |
#<alt (/ (+ (* -1/2 (/ (+ (* 1/4 (pow x 8)) (* 1/2 (pow x 8))) (pow p 4))) (+ (* -1/2 (/ (+ (* 1/4 (pow x 10)) (* (pow x 2) (+ (* 1/4 (pow x 8)) (* 1/2 (pow x 8))))) (pow p 6))) (+ (* -1/4 (/ (pow x 6) (pow p 2))) (* -1/4 (pow x 4))))) (pow p 4))> |
#<alt (* -2 (/ (pow p 4) (pow x 3)))> |
#<alt (/ (+ (* -2 (pow p 4)) (* 2 (* (pow p 2) (pow x 2)))) (pow x 3))> |
#<alt (/ (+ (* -2 (pow p 4)) (* (pow x 2) (+ (* 2 (pow p 2)) (pow x 2)))) (pow x 3))> |
#<alt (/ (+ (* -2 (pow p 4)) (* (pow x 2) (+ (* 2 (pow p 2)) (pow x 2)))) (pow x 3))> |
#<alt x> |
#<alt (* x (+ 1 (* 2 (/ (pow p 2) (pow x 2)))))> |
#<alt (* x (+ 1 (+ (* -2 (/ (pow p 4) (pow x 4))) (* 2 (/ (pow p 2) (pow x 2))))))> |
#<alt (* x (+ 1 (+ (* -2 (/ (pow p 4) (pow x 4))) (* 2 (/ (pow p 2) (pow x 2))))))> |
#<alt x> |
#<alt (* -1 (* x (- (* -2 (/ (pow p 2) (pow x 2))) 1)))> |
#<alt (* -1 (* x (- (+ (* -2 (/ (pow p 2) (pow x 2))) (* 2 (/ (pow p 4) (pow x 4)))) 1)))> |
#<alt (* -1 (* x (- (+ (* -2 (/ (pow p 2) (pow x 2))) (* 2 (/ (pow p 4) (pow x 4)))) 1)))> |
#<alt x> |
#<alt (+ x (* 2 (/ (pow p 2) x)))> |
#<alt (+ x (* (pow p 2) (+ (* -2 (/ (pow p 2) (pow x 3))) (* 2 (/ 1 x)))))> |
#<alt (+ x (* (pow p 2) (+ (* -2 (/ (pow p 2) (pow x 3))) (* 2 (/ 1 x)))))> |
#<alt (* -2 (/ (pow p 4) (pow x 3)))> |
#<alt (* (pow p 4) (- (* 2 (/ 1 (* (pow p 2) x))) (* 2 (/ 1 (pow x 3)))))> |
#<alt (* (pow p 4) (- (+ (/ 2 (* (pow p 2) x)) (/ x (pow p 4))) (* 2 (/ 1 (pow x 3)))))> |
#<alt (* (pow p 4) (- (+ (/ 2 (* (pow p 2) x)) (/ x (pow p 4))) (* 2 (/ 1 (pow x 3)))))> |
#<alt (* -2 (/ (pow p 4) (pow x 3)))> |
#<alt (* (pow p 4) (- (* 2 (/ 1 (* (pow p 2) x))) (* 2 (/ 1 (pow x 3)))))> |
#<alt (* (pow p 4) (- (+ (/ 2 (* (pow p 2) x)) (/ x (pow p 4))) (* 2 (/ 1 (pow x 3)))))> |
#<alt (* (pow p 4) (- (+ (/ 2 (* (pow p 2) x)) (/ x (pow p 4))) (* 2 (/ 1 (pow x 3)))))> |
#<alt (* -1 (/ p x))> |
#<alt (* p (- (* 3/2 (/ (pow p 2) (pow x 3))) (/ 1 x)))> |
#<alt (* p (- (* 3/2 (/ (pow p 2) (pow x 3))) (/ 1 x)))> |
#<alt (* p (- (* 3/2 (/ (pow p 2) (pow x 3))) (/ 1 x)))> |
#<alt (* 3/2 (/ (pow p 3) (pow x 3)))> |
#<alt (* (pow p 3) (- (* 3/2 (/ 1 (pow x 3))) (/ 1 (* (pow p 2) x))))> |
#<alt (* (pow p 3) (- (* 3/2 (/ 1 (pow x 3))) (/ 1 (* (pow p 2) x))))> |
#<alt (* (pow p 3) (- (* 3/2 (/ 1 (pow x 3))) (/ 1 (* (pow p 2) x))))> |
#<alt (* 3/2 (/ (pow p 3) (pow x 3)))> |
#<alt (* -1 (* (pow p 3) (- (/ 1 (* (pow p 2) x)) (* 3/2 (/ 1 (pow x 3))))))> |
#<alt (* -1 (* (pow p 3) (- (/ 1 (* (pow p 2) x)) (* 3/2 (/ 1 (pow x 3))))))> |
#<alt (* -1 (* (pow p 3) (- (/ 1 (* (pow p 2) x)) (* 3/2 (/ 1 (pow x 3))))))> |
#<alt (* 3/2 (/ (pow p 3) (pow x 3)))> |
#<alt (/ (+ (* -1 (* p (pow x 2))) (* 3/2 (pow p 3))) (pow x 3))> |
#<alt (/ (+ (* -1 (* p (pow x 2))) (* 3/2 (pow p 3))) (pow x 3))> |
#<alt (/ (+ (* -1 (* p (pow x 2))) (* 3/2 (pow p 3))) (pow x 3))> |
#<alt (* -1 (/ p x))> |
#<alt (/ (+ (* -1 p) (* 3/2 (/ (pow p 3) (pow x 2)))) x)> |
#<alt (/ (+ (* -1 p) (* 3/2 (/ (pow p 3) (pow x 2)))) x)> |
#<alt (/ (+ (* -1 p) (* 3/2 (/ (pow p 3) (pow x 2)))) x)> |
#<alt (* -1 (/ p x))> |
#<alt (* -1 (/ (+ p (* -3/2 (/ (pow p 3) (pow x 2)))) x))> |
#<alt (* -1 (/ (+ p (* -3/2 (/ (pow p 3) (pow x 2)))) x))> |
#<alt (* -1 (/ (+ p (* -3/2 (/ (pow p 3) (pow x 2)))) x))> |
#<alt p> |
#<alt (* p (+ 1 (* -3/2 (/ (pow p 2) (pow x 2)))))> |
#<alt (* p (+ 1 (* -3/2 (/ (pow p 2) (pow x 2)))))> |
#<alt (* p (+ 1 (* -3/2 (/ (pow p 2) (pow x 2)))))> |
#<alt (* -3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (* (pow p 3) (- (/ 1 (pow p 2)) (* 3/2 (/ 1 (pow x 2)))))> |
#<alt (* (pow p 3) (- (/ 1 (pow p 2)) (* 3/2 (/ 1 (pow x 2)))))> |
#<alt (* (pow p 3) (- (/ 1 (pow p 2)) (* 3/2 (/ 1 (pow x 2)))))> |
#<alt (* -3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (* -1 (* (pow p 3) (- (* 3/2 (/ 1 (pow x 2))) (/ 1 (pow p 2)))))> |
#<alt (* -1 (* (pow p 3) (- (* 3/2 (/ 1 (pow x 2))) (/ 1 (pow p 2)))))> |
#<alt (* -1 (* (pow p 3) (- (* 3/2 (/ 1 (pow x 2))) (/ 1 (pow p 2)))))> |
#<alt (* -3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (/ (+ (* -3/2 (pow p 3)) (* p (pow x 2))) (pow x 2))> |
#<alt (/ (+ (* -3/2 (pow p 3)) (* p (pow x 2))) (pow x 2))> |
#<alt (/ (+ (* -3/2 (pow p 3)) (* p (pow x 2))) (pow x 2))> |
#<alt p> |
#<alt (+ p (* -3/2 (/ (pow p 3) (pow x 2))))> |
#<alt (+ p (* -3/2 (/ (pow p 3) (pow x 2))))> |
#<alt (+ p (* -3/2 (/ (pow p 3) (pow x 2))))> |
#<alt p> |
#<alt (+ p (* -3/2 (/ (pow p 3) (pow x 2))))> |
#<alt (+ p (* -3/2 (/ (pow p 3) (pow x 2))))> |
#<alt (+ p (* -3/2 (/ (pow p 3) (pow x 2))))> |
#<alt (* -3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (* -3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (* -3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (* -3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (* -3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (* -3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (* -3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (* -3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (* -3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (* -3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (* -3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (* -3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (* -3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (* -3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (* -3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (* -3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (* -3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (* -3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (* -3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (* -3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (* -3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (* -3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (* -3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (* -3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (* -3/2 (pow p 4))> |
#<alt (* -3/2 (pow p 4))> |
#<alt (* -3/2 (pow p 4))> |
#<alt (* -3/2 (pow p 4))> |
#<alt (* -3/2 (pow p 4))> |
#<alt (* -3/2 (pow p 4))> |
#<alt (* -3/2 (pow p 4))> |
#<alt (* -3/2 (pow p 4))> |
#<alt (* -3/2 (pow p 4))> |
#<alt (* -3/2 (pow p 4))> |
#<alt (* -3/2 (pow p 4))> |
#<alt (* -3/2 (pow p 4))> |
#<alt (sqrt 1/2)> |
#<alt (+ (sqrt 1/2) (* 1/8 (/ x (* p (sqrt 1/2)))))> |
#<alt (+ (sqrt 1/2) (* x (+ (* -1/128 (/ x (* (pow p 2) (pow (sqrt 1/2) 3)))) (* 1/8 (/ 1 (* p (sqrt 1/2)))))))> |
#<alt (+ (sqrt 1/2) (* x (+ (* x (- (* 1/1024 (/ x (* (pow p 3) (pow (sqrt 1/2) 5)))) (* 1/128 (/ 1 (* (pow p 2) (pow (sqrt 1/2) 3)))))) (* 1/8 (/ 1 (* p (sqrt 1/2)))))))> |
#<alt (* 1/2 (sqrt (/ x p)))> |
#<alt (* x (+ (* 1/2 (sqrt (/ 1 (* p x)))) (* 1/2 (sqrt (/ p (pow x 3))))))> |
#<alt (* x (+ (* -1/4 (sqrt (/ (pow p 3) (pow x 5)))) (+ (* 1/2 (sqrt (/ 1 (* p x)))) (* 1/2 (sqrt (/ p (pow x 3)))))))> |
#<alt (* x (+ (* -1/4 (sqrt (/ (pow p 3) (pow x 5)))) (+ (* 1/4 (sqrt (/ (pow p 5) (pow x 7)))) (+ (* 1/2 (sqrt (/ 1 (* p x)))) (* 1/2 (sqrt (/ p (pow x 3))))))))> |
#<alt (* -1 (* (sqrt (/ x p)) (* (sqrt -1) (sqrt -1/4))))> |
#<alt (* -1 (* x (+ (* 1/4 (* (sqrt (/ p (pow x 3))) (/ (sqrt -1) (sqrt -1/4)))) (* (sqrt (/ 1 (* p x))) (* (sqrt -1) (sqrt -1/4))))))> |
#<alt (* -1 (* x (+ (* -1/32 (* (sqrt (/ (pow p 3) (pow x 5))) (/ (sqrt -1) (pow (sqrt -1/4) 3)))) (+ (* 1/4 (* (sqrt (/ p (pow x 3))) (/ (sqrt -1) (sqrt -1/4)))) (* (sqrt (/ 1 (* p x))) (* (sqrt -1) (sqrt -1/4)))))))> |
#<alt (* -1 (* x (+ (* -1/32 (* (sqrt (/ (pow p 3) (pow x 5))) (/ (sqrt -1) (pow (sqrt -1/4) 3)))) (+ (* 1/128 (* (sqrt (/ (pow p 5) (pow x 7))) (/ (sqrt -1) (pow (sqrt -1/4) 5)))) (+ (* 1/4 (* (sqrt (/ p (pow x 3))) (/ (sqrt -1) (sqrt -1/4)))) (* (sqrt (/ 1 (* p x))) (* (sqrt -1) (sqrt -1/4))))))))> |
#<alt (* 1/2 (sqrt (/ x p)))> |
#<alt (/ (+ (* 1/2 (sqrt (* p x))) (* 1/2 (sqrt (/ (pow p 3) x)))) p)> |
#<alt (/ (+ (* 1/2 (sqrt (* p x))) (* (pow p 2) (+ (* -1/4 (sqrt (/ p (pow x 3)))) (* 1/2 (sqrt (/ 1 (* p x))))))) p)> |
#<alt (/ (+ (* 1/2 (sqrt (* p x))) (* (pow p 2) (+ (* 1/2 (sqrt (/ 1 (* p x)))) (* (pow p 2) (+ (* -1/4 (sqrt (/ 1 (* (pow p 3) (pow x 3))))) (* 1/4 (sqrt (/ 1 (* p (pow x 5)))))))))) p)> |
#<alt (sqrt 1/2)> |
#<alt (+ (sqrt 1/2) (* 1/8 (/ x (* p (sqrt 1/2)))))> |
#<alt (+ (sqrt 1/2) (+ (* -1/128 (/ (pow x 2) (* (pow p 2) (pow (sqrt 1/2) 3)))) (* 1/8 (/ x (* p (sqrt 1/2))))))> |
#<alt (+ (sqrt 1/2) (+ (* -1/128 (/ (pow x 2) (* (pow p 2) (pow (sqrt 1/2) 3)))) (+ (* 1/1024 (/ (pow x 3) (* (pow p 3) (pow (sqrt 1/2) 5)))) (* 1/8 (/ x (* p (sqrt 1/2)))))))> |
#<alt (sqrt 1/2)> |
#<alt (+ (sqrt 1/2) (* 1/8 (/ x (* p (sqrt 1/2)))))> |
#<alt (+ (sqrt 1/2) (* -1 (/ (+ (* -1/8 (/ x (sqrt 1/2))) (* 1/128 (/ (pow x 2) (* p (pow (sqrt 1/2) 3))))) p)))> |
#<alt (+ (sqrt 1/2) (* -1 (/ (+ (* -1 (/ (+ (* -1/128 (/ (pow x 2) (pow (sqrt 1/2) 3))) (* 1/1024 (/ (pow x 3) (* p (pow (sqrt 1/2) 5))))) p)) (* -1/8 (/ x (sqrt 1/2)))) p)))> |
#<alt 1/2> |
#<alt (+ 1/2 (* 1/4 (/ x p)))> |
#<alt (+ 1/2 (* 1/4 (/ x p)))> |
#<alt (+ 1/2 (* 1/4 (/ x p)))> |
#<alt (* 1/4 (/ x p))> |
#<alt (* x (+ (* 1/4 (/ 1 p)) (* 1/2 (/ 1 x))))> |
#<alt (* x (+ (* 1/4 (/ 1 p)) (* 1/2 (/ 1 x))))> |
#<alt (* x (+ (* 1/4 (/ 1 p)) (* 1/2 (/ 1 x))))> |
#<alt (* 1/4 (/ x p))> |
#<alt (* x (+ (* 1/4 (/ 1 p)) (* 1/2 (/ 1 x))))> |
#<alt (* x (+ (* 1/4 (/ 1 p)) (* 1/2 (/ 1 x))))> |
#<alt (* x (+ (* 1/4 (/ 1 p)) (* 1/2 (/ 1 x))))> |
#<alt (* 1/4 (/ x p))> |
#<alt (/ (+ (* 1/4 x) (* 1/2 p)) p)> |
#<alt (/ (+ (* 1/4 x) (* 1/2 p)) p)> |
#<alt (/ (+ (* 1/4 x) (* 1/2 p)) p)> |
#<alt 1/2> |
#<alt (+ 1/2 (* 1/4 (/ x p)))> |
#<alt (+ 1/2 (* 1/4 (/ x p)))> |
#<alt (+ 1/2 (* 1/4 (/ x p)))> |
#<alt 1/2> |
#<alt (+ 1/2 (* 1/4 (/ x p)))> |
#<alt (+ 1/2 (* 1/4 (/ x p)))> |
#<alt (+ 1/2 (* 1/4 (/ x p)))> |
#<alt (* 1/4 (/ x p))> |
#<alt (* 1/4 (/ x p))> |
#<alt (* 1/4 (/ x p))> |
#<alt (* 1/4 (/ x p))> |
#<alt (* 1/4 (/ x p))> |
#<alt (* 1/4 (/ x p))> |
#<alt (* 1/4 (/ x p))> |
#<alt (* 1/4 (/ x p))> |
#<alt (* 1/4 (/ x p))> |
#<alt (* 1/4 (/ x p))> |
#<alt (* 1/4 (/ x p))> |
#<alt (* 1/4 (/ x p))> |
#<alt (* 1/4 (/ x p))> |
#<alt (* 1/4 (/ x p))> |
#<alt (* 1/4 (/ x p))> |
#<alt (* 1/4 (/ x p))> |
#<alt (* 1/4 (/ x p))> |
#<alt (* 1/4 (/ x p))> |
#<alt (* 1/4 (/ x p))> |
#<alt (* 1/4 (/ x p))> |
#<alt (* 1/4 (/ x p))> |
#<alt (* 1/4 (/ x p))> |
#<alt (* 1/4 (/ x p))> |
#<alt (* 1/4 (/ x p))> |
#<alt (/ 1/4 p)> |
#<alt (/ 1/4 p)> |
#<alt (/ 1/4 p)> |
#<alt (/ 1/4 p)> |
#<alt (/ 1/4 p)> |
#<alt (/ 1/4 p)> |
#<alt (/ 1/4 p)> |
#<alt (/ 1/4 p)> |
#<alt (/ 1/4 p)> |
#<alt (/ 1/4 p)> |
#<alt (/ 1/4 p)> |
#<alt (/ 1/4 p)> |
#<alt 1> |
#<alt (+ 1 (* -1/2 (/ (pow p 2) (pow x 2))))> |
#<alt (+ 1 (* (pow p 2) (- (* 11/8 (/ (pow p 2) (pow x 4))) (* 1/2 (/ 1 (pow x 2))))))> |
#<alt (+ 1 (* (pow p 2) (- (* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) (* 1/2 (/ 1 (pow x 2))))))> |
#<alt (* -69/16 (/ (pow p 6) (pow x 6)))> |
#<alt (* (pow p 6) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6)))))> |
#<alt (* (pow p 6) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (* 69/16 (/ 1 (pow x 6))) (/ 1/2 (* (pow p 4) (pow x 2))))))> |
#<alt (* (pow p 6) (- (+ (/ 1 (pow p 6)) (/ 11/8 (* (pow p 2) (pow x 4)))) (+ (* 69/16 (/ 1 (pow x 6))) (* 1/2 (/ 1 (* (pow p 4) (pow x 2)))))))> |
#<alt (* -69/16 (/ (pow p 6) (pow x 6)))> |
#<alt (* (pow p 6) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6)))))> |
#<alt (* (pow p 6) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (* 69/16 (/ 1 (pow x 6))) (/ 1/2 (* (pow p 4) (pow x 2))))))> |
#<alt (* (pow p 6) (- (+ (/ 1 (pow p 6)) (/ 11/8 (* (pow p 2) (pow x 4)))) (+ (* 69/16 (/ 1 (pow x 6))) (* 1/2 (/ 1 (* (pow p 4) (pow x 2)))))))> |
#<alt (* -69/16 (/ (pow p 6) (pow x 6)))> |
#<alt (/ (+ (* -69/16 (pow p 6)) (* 11/8 (* (pow p 4) (pow x 2)))) (pow x 6))> |
#<alt (/ (+ (* -69/16 (pow p 6)) (* (pow x 2) (+ (* -1/2 (* (pow p 2) (pow x 2))) (* 11/8 (pow p 4))))) (pow x 6))> |
#<alt (/ (+ (* -69/16 (pow p 6)) (* (pow x 2) (+ (* 11/8 (pow p 4)) (* (pow x 2) (+ (* -1/2 (pow p 2)) (pow x 2)))))) (pow x 6))> |
#<alt 1> |
#<alt (+ 1 (* -1/2 (/ (pow p 2) (pow x 2))))> |
#<alt (+ 1 (+ (* -1/2 (/ (pow p 2) (pow x 2))) (* 11/8 (/ (pow p 4) (pow x 4)))))> |
#<alt (+ 1 (+ (* -69/16 (/ (pow p 6) (pow x 6))) (+ (* -1/2 (/ (pow p 2) (pow x 2))) (* 11/8 (/ (pow p 4) (pow x 4))))))> |
#<alt 1> |
#<alt (+ 1 (* -1/2 (/ (pow p 2) (pow x 2))))> |
#<alt (+ 1 (+ (* -1/2 (/ (pow p 2) (pow x 2))) (* 11/8 (/ (pow p 4) (pow x 4)))))> |
#<alt (+ 1 (+ (* -69/16 (/ (pow p 6) (pow x 6))) (+ (* -1/2 (/ (pow p 2) (pow x 2))) (* 11/8 (/ (pow p 4) (pow x 4))))))> |
#<alt (* -1/2 (/ (pow p 2) (pow x 2)))> |
#<alt (* (pow p 2) (- (* 11/8 (/ (pow p 2) (pow x 4))) (* 1/2 (/ 1 (pow x 2)))))> |
#<alt (* (pow p 2) (- (* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) (* 1/2 (/ 1 (pow x 2)))))> |
#<alt (* (pow p 2) (- (* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) (* 1/2 (/ 1 (pow x 2)))))> |
#<alt (* -69/16 (/ (pow p 6) (pow x 6)))> |
#<alt (* (pow p 6) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6)))))> |
#<alt (* (pow p 6) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (/ 1/2 (* (pow p 4) (pow x 2))) (* 69/16 (/ 1 (pow x 6))))))> |
#<alt (* (pow p 6) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (/ 1/2 (* (pow p 4) (pow x 2))) (* 69/16 (/ 1 (pow x 6))))))> |
#<alt (* -69/16 (/ (pow p 6) (pow x 6)))> |
#<alt (* (pow p 6) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6)))))> |
#<alt (* (pow p 6) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (/ 1/2 (* (pow p 4) (pow x 2))) (* 69/16 (/ 1 (pow x 6))))))> |
#<alt (* (pow p 6) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (/ 1/2 (* (pow p 4) (pow x 2))) (* 69/16 (/ 1 (pow x 6))))))> |
#<alt (* -69/16 (/ (pow p 6) (pow x 6)))> |
#<alt (/ (+ (* -69/16 (pow p 6)) (* 11/8 (* (pow p 4) (pow x 2)))) (pow x 6))> |
#<alt (/ (+ (* -69/16 (pow p 6)) (* (pow x 2) (+ (* -1/2 (* (pow p 2) (pow x 2))) (* 11/8 (pow p 4))))) (pow x 6))> |
#<alt (/ (+ (* -69/16 (pow p 6)) (* (pow x 2) (+ (* -1/2 (* (pow p 2) (pow x 2))) (* 11/8 (pow p 4))))) (pow x 6))> |
#<alt (* -1/2 (/ (pow p 2) (pow x 2)))> |
#<alt (/ (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2)))) (pow x 2))> |
#<alt (/ (+ (* -69/16 (/ (pow p 6) (pow x 4))) (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2))))) (pow x 2))> |
#<alt (/ (+ (* -69/16 (/ (pow p 6) (pow x 4))) (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2))))) (pow x 2))> |
#<alt (* -1/2 (/ (pow p 2) (pow x 2)))> |
#<alt (/ (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2)))) (pow x 2))> |
#<alt (/ (+ (* -69/16 (/ (pow p 6) (pow x 4))) (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2))))) (pow x 2))> |
#<alt (/ (+ (* -69/16 (/ (pow p 6) (pow x 4))) (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2))))) (pow x 2))> |
#<alt (pow p 2)> |
#<alt (pow p 2)> |
#<alt (pow p 2)> |
#<alt (pow p 2)> |
#<alt (pow p 2)> |
#<alt (pow p 2)> |
#<alt (pow p 2)> |
#<alt (pow p 2)> |
#<alt (pow p 2)> |
#<alt (pow p 2)> |
#<alt (pow p 2)> |
#<alt (pow p 2)> |
#<alt (/ -1/2 (pow x 2))> |
#<alt (- (* 11/8 (/ (pow p 2) (pow x 4))) (* 1/2 (/ 1 (pow x 2))))> |
#<alt (- (* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) (* 1/2 (/ 1 (pow x 2))))> |
#<alt (- (* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) (* 1/2 (/ 1 (pow x 2))))> |
#<alt (* -69/16 (/ (pow p 4) (pow x 6)))> |
#<alt (* (pow p 4) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6)))))> |
#<alt (* (pow p 4) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (* 69/16 (/ 1 (pow x 6))) (/ 1/2 (* (pow p 4) (pow x 2))))))> |
#<alt (* (pow p 4) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (* 69/16 (/ 1 (pow x 6))) (/ 1/2 (* (pow p 4) (pow x 2))))))> |
#<alt (* -69/16 (/ (pow p 4) (pow x 6)))> |
#<alt (* (pow p 4) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6)))))> |
#<alt (* (pow p 4) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (* 69/16 (/ 1 (pow x 6))) (/ 1/2 (* (pow p 4) (pow x 2))))))> |
#<alt (* (pow p 4) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (* 69/16 (/ 1 (pow x 6))) (/ 1/2 (* (pow p 4) (pow x 2))))))> |
#<alt (* -69/16 (/ (pow p 4) (pow x 6)))> |
#<alt (/ (+ (* -69/16 (pow p 4)) (* 11/8 (* (pow p 2) (pow x 2)))) (pow x 6))> |
#<alt (/ (+ (* -69/16 (pow p 4)) (* (pow x 2) (+ (* -1/2 (pow x 2)) (* 11/8 (pow p 2))))) (pow x 6))> |
#<alt (/ (+ (* -69/16 (pow p 4)) (* (pow x 2) (+ (* -1/2 (pow x 2)) (* 11/8 (pow p 2))))) (pow x 6))> |
#<alt (/ -1/2 (pow x 2))> |
#<alt (/ (- (* 11/8 (/ (pow p 2) (pow x 2))) 1/2) (pow x 2))> |
#<alt (/ (- (+ (* -69/16 (/ (pow p 4) (pow x 4))) (* 11/8 (/ (pow p 2) (pow x 2)))) 1/2) (pow x 2))> |
#<alt (/ (- (+ (* -69/16 (/ (pow p 4) (pow x 4))) (* 11/8 (/ (pow p 2) (pow x 2)))) 1/2) (pow x 2))> |
#<alt (/ -1/2 (pow x 2))> |
#<alt (/ (- (* 11/8 (/ (pow p 2) (pow x 2))) 1/2) (pow x 2))> |
#<alt (/ (- (+ (* -69/16 (/ (pow p 4) (pow x 4))) (* 11/8 (/ (pow p 2) (pow x 2)))) 1/2) (pow x 2))> |
#<alt (/ (- (+ (* -69/16 (/ (pow p 4) (pow x 4))) (* 11/8 (/ (pow p 2) (pow x 2)))) 1/2) (pow x 2))> |
#<alt (* -2 (/ (pow p 2) (pow x 3)))> |
#<alt (* -2 (/ (pow p 2) (pow x 3)))> |
#<alt (* -2 (/ (pow p 2) (pow x 3)))> |
#<alt (* -2 (/ (pow p 2) (pow x 3)))> |
#<alt (* -2 (/ (pow p 2) (pow x 3)))> |
#<alt (* -2 (/ (pow p 2) (pow x 3)))> |
#<alt (* -2 (/ (pow p 2) (pow x 3)))> |
#<alt (* -2 (/ (pow p 2) (pow x 3)))> |
#<alt (* -2 (/ (pow p 2) (pow x 3)))> |
#<alt (* -2 (/ (pow p 2) (pow x 3)))> |
#<alt (* -2 (/ (pow p 2) (pow x 3)))> |
#<alt (* -2 (/ (pow p 2) (pow x 3)))> |
#<alt (* -2 (/ (pow p 2) (pow x 3)))> |
#<alt (* -2 (/ (pow p 2) (pow x 3)))> |
#<alt (* -2 (/ (pow p 2) (pow x 3)))> |
#<alt (* -2 (/ (pow p 2) (pow x 3)))> |
#<alt (* -2 (/ (pow p 2) (pow x 3)))> |
#<alt (* -2 (/ (pow p 2) (pow x 3)))> |
#<alt (* -2 (/ (pow p 2) (pow x 3)))> |
#<alt (* -2 (/ (pow p 2) (pow x 3)))> |
#<alt (* -2 (/ (pow p 2) (pow x 3)))> |
#<alt (* -2 (/ (pow p 2) (pow x 3)))> |
#<alt (* -2 (/ (pow p 2) (pow x 3)))> |
#<alt (* -2 (/ (pow p 2) (pow x 3)))> |
#<alt (* 2 (/ (pow p 2) x))> |
#<alt (* (pow p 2) (+ (* -2 (/ (pow p 2) (pow x 3))) (* 2 (/ 1 x))))> |
#<alt (* (pow p 2) (+ (* -2 (/ (pow p 2) (pow x 3))) (* 2 (/ 1 x))))> |
#<alt (* (pow p 2) (+ (* -2 (/ (pow p 2) (pow x 3))) (* 2 (/ 1 x))))> |
#<alt (* -2 (/ (pow p 4) (pow x 3)))> |
#<alt (* (pow p 4) (- (* 2 (/ 1 (* (pow p 2) x))) (* 2 (/ 1 (pow x 3)))))> |
#<alt (* (pow p 4) (- (* 2 (/ 1 (* (pow p 2) x))) (* 2 (/ 1 (pow x 3)))))> |
#<alt (* (pow p 4) (- (* 2 (/ 1 (* (pow p 2) x))) (* 2 (/ 1 (pow x 3)))))> |
#<alt (* -2 (/ (pow p 4) (pow x 3)))> |
#<alt (* (pow p 4) (- (* 2 (/ 1 (* (pow p 2) x))) (* 2 (/ 1 (pow x 3)))))> |
#<alt (* (pow p 4) (- (* 2 (/ 1 (* (pow p 2) x))) (* 2 (/ 1 (pow x 3)))))> |
#<alt (* (pow p 4) (- (* 2 (/ 1 (* (pow p 2) x))) (* 2 (/ 1 (pow x 3)))))> |
#<alt (* -2 (/ (pow p 4) (pow x 3)))> |
#<alt (/ (+ (* -2 (pow p 4)) (* 2 (* (pow p 2) (pow x 2)))) (pow x 3))> |
#<alt (/ (+ (* -2 (pow p 4)) (* 2 (* (pow p 2) (pow x 2)))) (pow x 3))> |
#<alt (/ (+ (* -2 (pow p 4)) (* 2 (* (pow p 2) (pow x 2)))) (pow x 3))> |
#<alt (* 2 (/ (pow p 2) x))> |
#<alt (/ (+ (* -2 (/ (pow p 4) (pow x 2))) (* 2 (pow p 2))) x)> |
#<alt (/ (+ (* -2 (/ (pow p 4) (pow x 2))) (* 2 (pow p 2))) x)> |
#<alt (/ (+ (* -2 (/ (pow p 4) (pow x 2))) (* 2 (pow p 2))) x)> |
#<alt (* 2 (/ (pow p 2) x))> |
#<alt (* -1 (/ (+ (* -2 (pow p 2)) (* 2 (/ (pow p 4) (pow x 2)))) x))> |
#<alt (* -1 (/ (+ (* -2 (pow p 2)) (* 2 (/ (pow p 4) (pow x 2)))) x))> |
#<alt (* -1 (/ (+ (* -2 (pow p 2)) (* 2 (/ (pow p 4) (pow x 2)))) x))> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (* p (pow x 2))> |
#<alt (* p (pow x 2))> |
#<alt (* p (pow x 2))> |
#<alt (* p (pow x 2))> |
#<alt (* p (pow x 2))> |
#<alt (* p (pow x 2))> |
#<alt (* p (pow x 2))> |
#<alt (* p (pow x 2))> |
#<alt (* p (pow x 2))> |
#<alt (* p (pow x 2))> |
#<alt (* p (pow x 2))> |
#<alt (* p (pow x 2))> |
#<alt (* p (pow x 2))> |
#<alt (* p (pow x 2))> |
#<alt (* p (pow x 2))> |
#<alt (* p (pow x 2))> |
#<alt (* p (pow x 2))> |
#<alt (* p (pow x 2))> |
#<alt (* p (pow x 2))> |
#<alt (* p (pow x 2))> |
#<alt (* p (pow x 2))> |
#<alt (* p (pow x 2))> |
#<alt (* p (pow x 2))> |
#<alt (* p (pow x 2))> |
#<alt (pow p 4)> |
#<alt (pow p 4)> |
#<alt (pow p 4)> |
#<alt (pow p 4)> |
#<alt (pow p 4)> |
#<alt (pow p 4)> |
#<alt (pow p 4)> |
#<alt (pow p 4)> |
#<alt (pow p 4)> |
#<alt (pow p 4)> |
#<alt (pow p 4)> |
#<alt (pow p 4)> |
#<alt (* -69/16 (/ (pow p 2) (pow x 6)))> |
#<alt (* -69/16 (/ (pow p 2) (pow x 6)))> |
#<alt (* -69/16 (/ (pow p 2) (pow x 6)))> |
#<alt (* -69/16 (/ (pow p 2) (pow x 6)))> |
#<alt (* -69/16 (/ (pow p 2) (pow x 6)))> |
#<alt (* -69/16 (/ (pow p 2) (pow x 6)))> |
#<alt (* -69/16 (/ (pow p 2) (pow x 6)))> |
#<alt (* -69/16 (/ (pow p 2) (pow x 6)))> |
#<alt (* -69/16 (/ (pow p 2) (pow x 6)))> |
#<alt (* -69/16 (/ (pow p 2) (pow x 6)))> |
#<alt (* -69/16 (/ (pow p 2) (pow x 6)))> |
#<alt (* -69/16 (/ (pow p 2) (pow x 6)))> |
#<alt (* -69/16 (/ (pow p 2) (pow x 6)))> |
#<alt (* -69/16 (/ (pow p 2) (pow x 6)))> |
#<alt (* -69/16 (/ (pow p 2) (pow x 6)))> |
#<alt (* -69/16 (/ (pow p 2) (pow x 6)))> |
#<alt (* -69/16 (/ (pow p 2) (pow x 6)))> |
#<alt (* -69/16 (/ (pow p 2) (pow x 6)))> |
#<alt (* -69/16 (/ (pow p 2) (pow x 6)))> |
#<alt (* -69/16 (/ (pow p 2) (pow x 6)))> |
#<alt (* -69/16 (/ (pow p 2) (pow x 6)))> |
#<alt (* -69/16 (/ (pow p 2) (pow x 6)))> |
#<alt (* -69/16 (/ (pow p 2) (pow x 6)))> |
#<alt (* -69/16 (/ (pow p 2) (pow x 6)))> |
#<alt (/ 11/8 (pow x 4))> |
#<alt (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))> |
#<alt (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))> |
#<alt (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))> |
#<alt (* -69/16 (/ (pow p 2) (pow x 6)))> |
#<alt (* (pow p 2) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6)))))> |
#<alt (* (pow p 2) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6)))))> |
#<alt (* (pow p 2) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6)))))> |
#<alt (* -69/16 (/ (pow p 2) (pow x 6)))> |
#<alt (* (pow p 2) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6)))))> |
#<alt (* (pow p 2) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6)))))> |
#<alt (* (pow p 2) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6)))))> |
#<alt (* -69/16 (/ (pow p 2) (pow x 6)))> |
#<alt (/ (+ (* -69/16 (pow p 2)) (* 11/8 (pow x 2))) (pow x 6))> |
#<alt (/ (+ (* -69/16 (pow p 2)) (* 11/8 (pow x 2))) (pow x 6))> |
#<alt (/ (+ (* -69/16 (pow p 2)) (* 11/8 (pow x 2))) (pow x 6))> |
#<alt (/ 11/8 (pow x 4))> |
#<alt (/ (+ 11/8 (* -69/16 (/ (pow p 2) (pow x 2)))) (pow x 4))> |
#<alt (/ (+ 11/8 (* -69/16 (/ (pow p 2) (pow x 2)))) (pow x 4))> |
#<alt (/ (+ 11/8 (* -69/16 (/ (pow p 2) (pow x 2)))) (pow x 4))> |
#<alt (/ 11/8 (pow x 4))> |
#<alt (/ (+ 11/8 (* -69/16 (/ (pow p 2) (pow x 2)))) (pow x 4))> |
#<alt (/ (+ 11/8 (* -69/16 (/ (pow p 2) (pow x 2)))) (pow x 4))> |
#<alt (/ (+ 11/8 (* -69/16 (/ (pow p 2) (pow x 2)))) (pow x 4))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 4)))> |
#<alt (* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4)))))> |
#<alt (* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4)))))> |
#<alt (* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4)))))> |
#<alt (* -69/16 (/ (pow p 4) (pow x 6)))> |
#<alt (* (pow p 4) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6)))))> |
#<alt (* (pow p 4) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6)))))> |
#<alt (* (pow p 4) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6)))))> |
#<alt (* -69/16 (/ (pow p 4) (pow x 6)))> |
#<alt (* (pow p 4) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6)))))> |
#<alt (* (pow p 4) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6)))))> |
#<alt (* (pow p 4) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6)))))> |
#<alt (* -69/16 (/ (pow p 4) (pow x 6)))> |
#<alt (/ (+ (* -69/16 (pow p 4)) (* 11/8 (* (pow p 2) (pow x 2)))) (pow x 6))> |
#<alt (/ (+ (* -69/16 (pow p 4)) (* 11/8 (* (pow p 2) (pow x 2)))) (pow x 6))> |
#<alt (/ (+ (* -69/16 (pow p 4)) (* 11/8 (* (pow p 2) (pow x 2)))) (pow x 6))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 4)))> |
#<alt (/ (+ (* -69/16 (/ (pow p 4) (pow x 2))) (* 11/8 (pow p 2))) (pow x 4))> |
#<alt (/ (+ (* -69/16 (/ (pow p 4) (pow x 2))) (* 11/8 (pow p 2))) (pow x 4))> |
#<alt (/ (+ (* -69/16 (/ (pow p 4) (pow x 2))) (* 11/8 (pow p 2))) (pow x 4))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 4)))> |
#<alt (/ (+ (* -69/16 (/ (pow p 4) (pow x 2))) (* 11/8 (pow p 2))) (pow x 4))> |
#<alt (/ (+ (* -69/16 (/ (pow p 4) (pow x 2))) (* 11/8 (pow p 2))) (pow x 4))> |
#<alt (/ (+ (* -69/16 (/ (pow p 4) (pow x 2))) (* 11/8 (pow p 2))) (pow x 4))> |
129 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 5.0ms | x | @ | inf | (* (* p p) (+ (/ (* (* p p) -2) (* x (* x x))) (/ 2 x))) |
| 5.0ms | p | @ | -inf | (/ 1/4 p) |
| 3.0ms | x | @ | 0 | (sqrt (+ 1/2 (/ (* 1/2 x) (+ x (* (* p p) (+ (/ (* (* p p) -2) (* x (* x x))) (/ 2 x))))))) |
| 3.0ms | x | @ | -inf | (sqrt (+ 1/2 (* x (/ 1/4 p)))) |
| 3.0ms | p | @ | inf | (sqrt (+ 1/2 (/ (* 1/2 x) (+ x (* (* p p) (+ (/ (* (* p p) -2) (* x (* x x))) (/ 2 x))))))) |
| 1× | batch-egg-rewrite |
| 4488× | *-lowering-*.f32 |
| 4488× | *-lowering-*.f64 |
| 2548× | fma-lowering-fma.f32 |
| 2548× | fma-lowering-fma.f64 |
| 1980× | /-lowering-/.f32 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 51 | 303 |
| 1 | 332 | 276 |
| 2 | 3828 | 276 |
| 0 | 8689 | 276 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(sqrt (+ 1/2 (/ (* 1/2 x) (+ x (* (* p p) (+ (/ (* (* p p) -2) (* x (* x x))) (/ 2 x))))))) |
(+ 1/2 (/ (* 1/2 x) (+ x (* (* p p) (+ (/ (* (* p p) -2) (* x (* x x))) (/ 2 x)))))) |
(/ (* 1/2 x) (+ x (* (* p p) (+ (/ (* (* p p) -2) (* x (* x x))) (/ 2 x))))) |
(+ x (* (* p p) (+ (/ (* (* p p) -2) (* x (* x x))) (/ 2 x)))) |
(/ (+ p (/ (* 1/8 (* (* (* p p) (* p p)) -12)) (* x (* x p)))) (- 0 x)) |
(+ p (/ (* 1/8 (* (* (* p p) (* p p)) -12)) (* x (* x p)))) |
(/ (* 1/8 (* (* (* p p) (* p p)) -12)) (* x (* x p))) |
(* 1/8 (* (* (* p p) (* p p)) -12)) |
(sqrt (+ 1/2 (* x (/ 1/4 p)))) |
(+ 1/2 (* x (/ 1/4 p))) |
(* x (/ 1/4 p)) |
(/ 1/4 p) |
(+ 1 (* (* p p) (+ (* (* p p) (+ (/ (* (* p p) -69/16) (pow x 6)) (/ 11/8 (* (* x x) (* x x))))) (/ -1/2 (* x x))))) |
(* (* p p) (+ (* (* p p) (+ (/ (* (* p p) -69/16) (pow x 6)) (/ 11/8 (* (* x x) (* x x))))) (/ -1/2 (* x x)))) |
(* p p) |
(+ (* (* p p) (+ (/ (* (* p p) -69/16) (pow x 6)) (/ 11/8 (* (* x x) (* x x))))) (/ -1/2 (* x x))) |
(/ (* (* p p) -2) (* x (* x x))) |
(* (* p p) (+ (/ (* (* p p) -2) (* x (* x x))) (/ 2 x))) |
(* x (* x x)) |
(* x (* x p)) |
(* (* p p) (* p p)) |
(/ (* (* p p) -69/16) (pow x 6)) |
(+ (/ (* (* p p) -69/16) (pow x 6)) (/ 11/8 (* (* x x) (* x x)))) |
(* (* p p) (+ (/ (* (* p p) -69/16) (pow x 6)) (/ 11/8 (* (* x x) (* x x))))) |
| Outputs |
|---|
(exp.f64 (*.f64 (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))))) #s(literal 1/2 binary64))) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))))) |
(/.f64 (sqrt.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))) (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))) (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))))))) (sqrt.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))) #s(literal 1/2 binary64)))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))) (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))))) (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))))) |
(pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))) #s(literal 1/2 binary64)) |
(*.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))) #s(literal 1/4 binary64)) (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))) #s(literal 1/4 binary64))) |
(*.f64 (pow.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))) (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))) (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))))) #s(literal 1/2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))) #s(literal 1/2 binary64))))) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))) (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))))) #s(literal 1/2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))))) #s(literal 1/2 binary64))) |
(+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))) |
(+.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))) #s(literal 1/2 binary64)) |
(-.f64 (/.f64 #s(literal 1/4 binary64) (-.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))))) (/.f64 (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))) (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))) (-.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))) #s(literal 1/2 binary64)) |
(fma.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))) #s(literal 1/2 binary64)) |
(fma.f64 x (/.f64 #s(literal 1/2 binary64) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))) #s(literal 1/2 binary64)) |
(fma.f64 #s(literal 1 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))) #s(literal 1/2 binary64)) |
(fma.f64 (*.f64 x #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))) #s(literal 1/2 binary64)) |
(fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))) #s(literal 1/2 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))) (/.f64 x #s(literal 2 binary64)) #s(literal 1/2 binary64)) |
(fma.f64 (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) |
(fma.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))) (*.f64 (*.f64 p p) (*.f64 (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))))) (+.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))) x))) #s(literal 1/2 binary64)) |
(fma.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (-.f64 (*.f64 x x) (*.f64 (*.f64 p p) (*.f64 (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))))) (-.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))) #s(literal 1/2 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))) #s(literal 1/2 binary64)))) (+.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))) (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))) (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))) (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))) (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))))))) |
(/.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))) (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))) (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))))) (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))) #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))) (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))) (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))))) (+.f64 (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))) (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))) (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))))))) |
(/.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))) (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))))) (-.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))) (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))) (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))))))) (neg.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))) #s(literal 1/2 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))) (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))))) (neg.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))) (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))) #s(literal 1/4 binary64)) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))) #s(literal 1/2 binary64))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))) #s(literal 1/2 binary64)))) (+.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))) (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))) (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))) (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))) (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))) (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))) (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))) #s(literal 1/2 binary64)))))) |
(*.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))) (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))) (/.f64 x #s(literal 2 binary64)))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))))) |
(neg.f64 (/.f64 (*.f64 x #s(literal -1/2 binary64)) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))) (/.f64 x #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))) (/.f64 x #s(literal 2 binary64))) #s(literal 1 binary64))) |
(/.f64 (*.f64 x #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))) |
(/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))) (/.f64 x #s(literal 2 binary64))))) |
(/.f64 (*.f64 (/.f64 x #s(literal 2 binary64)) #s(literal 1 binary64)) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))) |
(/.f64 (neg.f64 (*.f64 x #s(literal -1/2 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))))) |
(pow.f64 (/.f64 (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))) (/.f64 x #s(literal 2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))) (/.f64 x #s(literal 2 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))))) |
(*.f64 x (/.f64 #s(literal 1/2 binary64) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))) |
(*.f64 (*.f64 x #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))))) |
(*.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))) (/.f64 x #s(literal 2 binary64))) |
(*.f64 (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))) (*.f64 (*.f64 p p) (*.f64 (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))))) (+.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))) x)))) |
(*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (-.f64 (*.f64 x x) (*.f64 (*.f64 p p) (*.f64 (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))))) (-.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))) |
(+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))) |
(+.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))) x) |
(+.f64 (*.f64 (*.f64 p p) (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x)))) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 2 binary64)) x) x)) |
(+.f64 (+.f64 x (*.f64 (*.f64 p p) (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))))) (/.f64 (*.f64 (*.f64 p p) #s(literal 2 binary64)) x)) |
(-.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))) (-.f64 #s(literal 0 binary64) x)) |
(-.f64 (/.f64 (*.f64 x x) (-.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))) (/.f64 (*.f64 (*.f64 p p) (*.f64 (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))) (-.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))) |
(fma.f64 p (*.f64 p (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))) x) |
(fma.f64 p (*.f64 p (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x)))) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 2 binary64)) x) x)) |
(fma.f64 (*.f64 p p) (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 2 binary64)) x) x)) |
(fma.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)) x) |
(fma.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x) (*.f64 p p)) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 2 binary64)) x) x)) |
(fma.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 2 binary64)) x) x)) |
(fma.f64 (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)) (*.f64 p p) x) |
(fma.f64 (*.f64 p (*.f64 p (*.f64 p p))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 2 binary64)) x) x)) |
(fma.f64 (/.f64 (*.f64 p p) x) (*.f64 (/.f64 #s(literal -2 binary64) (*.f64 x x)) (*.f64 p p)) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 2 binary64)) x) x)) |
(fma.f64 (*.f64 p (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))) p x) |
(fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) x) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))) |
(fma.f64 (*.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) p) p (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 2 binary64)) x) x)) |
(fma.f64 (*.f64 (*.f64 p p) (*.f64 p (*.f64 p #s(literal -2 binary64)))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 2 binary64)) x) x)) |
(fma.f64 (*.f64 (*.f64 p p) (/.f64 (*.f64 p p) x)) (/.f64 #s(literal -2 binary64) (*.f64 x x)) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 2 binary64)) x) x)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))) x))) (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))) (*.f64 (*.f64 p p) (*.f64 (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))) (-.f64 (*.f64 x x) (*.f64 (*.f64 p p) (*.f64 (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))) (*.f64 (*.f64 p p) (*.f64 (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))))) (+.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))) x)))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))) (*.f64 (*.f64 p p) (*.f64 (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))))) (+.f64 (*.f64 (*.f64 p p) (*.f64 (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))) (-.f64 (*.f64 x x) (*.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))))) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 (*.f64 p p) (*.f64 (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))) (-.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))) (*.f64 (*.f64 p p) (*.f64 (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))))) (neg.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))) x))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x x) (*.f64 (*.f64 p p) (*.f64 (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))))) (neg.f64 (-.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 p p) (*.f64 (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))) (*.f64 x x)) (-.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))) x)) |
(pow.f64 (/.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))) x))) (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))) (*.f64 (*.f64 p p) (*.f64 (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))) (-.f64 (*.f64 x x) (*.f64 (*.f64 p p) (*.f64 (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))) (*.f64 (*.f64 p p) (*.f64 (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))) x))))) |
(*.f64 (-.f64 (*.f64 x x) (*.f64 (*.f64 p p) (*.f64 (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))) (/.f64 #s(literal 1 binary64) (-.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 x (-.f64 #s(literal 0 binary64) (+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x)))) x)) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))))) (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x)))) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 #s(literal 1 binary64) (/.f64 x (-.f64 #s(literal 0 binary64) (+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (-.f64 #s(literal 0 binary64) (+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x)))))) #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))))) x) |
(/.f64 (+.f64 (*.f64 p (*.f64 p p)) (*.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) (/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) (/.f64 (*.f64 p (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)))))) (*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (*.f64 p p) (*.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) (-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) p))))) |
(/.f64 (-.f64 (*.f64 p p) (/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) (/.f64 (*.f64 p (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 x (-.f64 #s(literal 0 binary64) (+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x)))))))) |
(/.f64 (*.f64 (+.f64 (*.f64 p (*.f64 p p)) (*.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) (/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) (/.f64 (*.f64 p (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)))))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 p p) (*.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) (-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) p))) (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (*.f64 (-.f64 (*.f64 p p) (/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) (/.f64 (*.f64 p (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64))))) #s(literal 1 binary64)) (*.f64 (-.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x)))) (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x)))))) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (*.f64 (+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x)))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (*.f64 (+.f64 (*.f64 p (*.f64 p p)) (*.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) (/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) (/.f64 (*.f64 p (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)))))) (/.f64 #s(literal -1 binary64) x)) (+.f64 (*.f64 p p) (*.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) (-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) p)))) |
(/.f64 (*.f64 (-.f64 (*.f64 p p) (/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) (/.f64 (*.f64 p (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64))))) (/.f64 #s(literal -1 binary64) x)) (-.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))))) |
(pow.f64 (/.f64 x (-.f64 #s(literal 0 binary64) (+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 x (-.f64 #s(literal 0 binary64) (+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x)))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 (+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x)))) (/.f64 #s(literal -1 binary64) x)) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x)))) (-.f64 #s(literal 0 binary64) x))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))))) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (/.f64 #s(literal -1 binary64) x) (+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))))) |
(*.f64 (/.f64 #s(literal -1 binary64) x) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x)))) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))) (*.f64 x x)) |
(*.f64 (/.f64 (+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x)))) (-.f64 #s(literal 0 binary64) (*.f64 x x))) x) |
(*.f64 (pow.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (*.f64 p (*.f64 p p)) (*.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) (/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) (/.f64 (*.f64 p (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64))))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 p p) (*.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) (-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) p))))) |
(*.f64 (pow.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 (*.f64 p p) (/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) (/.f64 (*.f64 p (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x)))))) |
(+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x)))) |
(+.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) p) |
(-.f64 (/.f64 (*.f64 p p) (-.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))))) (/.f64 (/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) (/.f64 (*.f64 p (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)))) (-.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x)))))) |
(fma.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal -12 binary64)))) (*.f64 p (*.f64 x x))) p) |
(fma.f64 (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal -12 binary64)))) (*.f64 #s(literal 1/8 binary64) (/.f64 #s(literal 1 binary64) (*.f64 p (*.f64 x x)))) p) |
(fma.f64 (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal -12 binary64)))) (/.f64 #s(literal 1/8 binary64) (*.f64 p (*.f64 x x))) p) |
(fma.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 p (*.f64 x x))) p) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) p) |
(fma.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal -12 binary64)))) #s(literal -1/8 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 p (*.f64 x x)))) p) |
(fma.f64 (/.f64 #s(literal 1/8 binary64) x) (/.f64 (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal -12 binary64)))) (*.f64 x p)) p) |
(fma.f64 (/.f64 (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal -12 binary64)))) (*.f64 x p)) (/.f64 #s(literal 1/8 binary64) x) p) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 p (*.f64 x x))) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) p) |
(fma.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 p (*.f64 p (*.f64 p p)))) (*.f64 #s(literal -12 binary64) (/.f64 #s(literal 1 binary64) (*.f64 p (*.f64 x x)))) p) |
(fma.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 p (*.f64 p (*.f64 p p)))) (/.f64 #s(literal -12 binary64) (*.f64 p (*.f64 x x))) p) |
(fma.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) x) (/.f64 #s(literal 1 binary64) (*.f64 x p)) p) |
(fma.f64 (/.f64 (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal -12 binary64)))) (*.f64 p (*.f64 x x))) #s(literal 1/8 binary64) p) |
(fma.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal -12 binary64)))) p) p) |
(fma.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x p)) (/.f64 (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal -12 binary64)))) x) p) |
(fma.f64 (/.f64 (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal -12 binary64)))) x) (/.f64 #s(literal 1/8 binary64) (*.f64 x p)) p) |
(fma.f64 (/.f64 (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal -12 binary64)))) (*.f64 x x)) (/.f64 #s(literal 1/8 binary64) p) p) |
(fma.f64 (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 p (*.f64 p (*.f64 p p)))) x) (/.f64 #s(literal -12 binary64) (*.f64 x p)) p) |
(fma.f64 (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 p (*.f64 p (*.f64 p p)))) (*.f64 x x)) (/.f64 #s(literal -12 binary64) p) p) |
(fma.f64 (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 p (*.f64 p (*.f64 p p)))) (*.f64 x p)) (/.f64 #s(literal -12 binary64) x) p) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 p p) (*.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) (-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) p))) (+.f64 (*.f64 p (*.f64 p p)) (*.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) (/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) (/.f64 (*.f64 p (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x)))) (-.f64 (*.f64 p p) (/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) (/.f64 (*.f64 p (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64))))))) |
(/.f64 (+.f64 (*.f64 p (*.f64 p p)) (*.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) (/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) (/.f64 (*.f64 p (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)))))) (+.f64 (*.f64 p p) (*.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) (-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) p)))) |
(/.f64 (+.f64 (*.f64 p (*.f64 p p)) (*.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) (/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) (/.f64 (*.f64 p (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)))))) (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) (/.f64 (*.f64 p (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)))) (-.f64 (*.f64 p p) (/.f64 p (/.f64 (*.f64 p (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64))))))) |
(/.f64 (-.f64 (*.f64 p p) (/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) (/.f64 (*.f64 p (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64))))) (-.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 p (*.f64 p p)) (*.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) (/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) (/.f64 (*.f64 p (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64))))))) (neg.f64 (+.f64 (*.f64 p p) (*.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) (-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) p))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 p p) (/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) (/.f64 (*.f64 p (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)))))) (neg.f64 (-.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x)))))) |
(/.f64 (-.f64 (/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) (/.f64 (*.f64 p (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)))) (*.f64 p p)) (-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) p)) |
(pow.f64 (/.f64 (+.f64 (*.f64 p p) (*.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) (-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) p))) (+.f64 (*.f64 p (*.f64 p p)) (*.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) (/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) (/.f64 (*.f64 p (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x)))) (-.f64 (*.f64 p p) (/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) (/.f64 (*.f64 p (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 p (*.f64 p p)) (*.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) (/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) (/.f64 (*.f64 p (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 p p) (*.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) (-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) p))))) |
(*.f64 (-.f64 (*.f64 p p) (/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) (/.f64 (*.f64 p (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64))))) (/.f64 #s(literal 1 binary64) (-.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x)))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 p (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 p (*.f64 x x))))) |
(neg.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal -12 binary64)))) #s(literal -1/8 binary64)) (*.f64 p (*.f64 x x)))) |
(/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 p (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 p (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 x p) (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) x))) |
(/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal -12 binary64)))) #s(literal -1/8 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 p (*.f64 x x)))) |
(/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) x) (*.f64 x p)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 p (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64))))) |
(/.f64 (*.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) #s(literal 1 binary64)) (*.f64 p (*.f64 x x))) |
(/.f64 (neg.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal -12 binary64)))) #s(literal -1/8 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 p (*.f64 x x))))) |
(/.f64 (neg.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) x)) (neg.f64 (*.f64 x p))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/8 binary64) x) (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal -12 binary64))))) (*.f64 x p)) |
(/.f64 (*.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal -12 binary64)))) (*.f64 x p))) x) |
(/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 x x)) p) |
(/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 x p)) x) |
(/.f64 (/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) x) x) p) |
(/.f64 (/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) x) p) x) |
(pow.f64 (/.f64 (*.f64 p (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 p (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 x p) (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) x)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal -12 binary64)))) (*.f64 p (*.f64 x x)))) |
(*.f64 (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal -12 binary64)))) (*.f64 #s(literal 1/8 binary64) (/.f64 #s(literal 1 binary64) (*.f64 p (*.f64 x x))))) |
(*.f64 (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal -12 binary64)))) (/.f64 #s(literal 1/8 binary64) (*.f64 p (*.f64 x x)))) |
(*.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 p (*.f64 x x)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x)))) |
(*.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal -12 binary64)))) #s(literal -1/8 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 p (*.f64 x x))))) |
(*.f64 (/.f64 #s(literal 1/8 binary64) x) (/.f64 (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal -12 binary64)))) (*.f64 x p))) |
(*.f64 (/.f64 (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal -12 binary64)))) (*.f64 x p)) (/.f64 #s(literal 1/8 binary64) x)) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (pow.f64 (/.f64 (*.f64 x p) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (pow.f64 (/.f64 p (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 p (*.f64 x x))) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 p (*.f64 x x))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64))) #s(literal -1 binary64))) |
(*.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 p (*.f64 p (*.f64 p p)))) (*.f64 #s(literal -12 binary64) (/.f64 #s(literal 1 binary64) (*.f64 p (*.f64 x x))))) |
(*.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 p (*.f64 p (*.f64 p p)))) (/.f64 #s(literal -12 binary64) (*.f64 p (*.f64 x x)))) |
(*.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) x) (/.f64 #s(literal 1 binary64) (*.f64 x p))) |
(*.f64 (/.f64 (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal -12 binary64)))) (*.f64 p (*.f64 x x))) #s(literal 1/8 binary64)) |
(*.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal -12 binary64)))) p)) |
(*.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x p)) (/.f64 (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal -12 binary64)))) x)) |
(*.f64 (/.f64 (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal -12 binary64)))) x) (/.f64 #s(literal 1/8 binary64) (*.f64 x p))) |
(*.f64 (/.f64 (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal -12 binary64)))) (*.f64 x x)) (/.f64 #s(literal 1/8 binary64) p)) |
(*.f64 (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 p (*.f64 p (*.f64 p p)))) x) (/.f64 #s(literal -12 binary64) (*.f64 x p))) |
(*.f64 (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 p (*.f64 p (*.f64 p p)))) (*.f64 x x)) (/.f64 #s(literal -12 binary64) p)) |
(*.f64 (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 p (*.f64 p (*.f64 p p)))) (*.f64 x p)) (/.f64 #s(literal -12 binary64) x)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x p)) (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) x)) |
(*.f64 (pow.f64 (/.f64 x (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal -12 binary64))))) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 x p) #s(literal 1/8 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 x p) #s(literal 1/8 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 x (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal -12 binary64))))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 x (*.f64 #s(literal 1/8 binary64) (*.f64 p (*.f64 p (*.f64 p p))))) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 x p) #s(literal -12 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 x x) #s(literal 1/8 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 p (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal -12 binary64))))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 x x) (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal -12 binary64))))) #s(literal -1 binary64)) (pow.f64 (/.f64 p #s(literal 1/8 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 x x) (*.f64 #s(literal 1/8 binary64) (*.f64 p (*.f64 p (*.f64 p p))))) #s(literal -1 binary64)) (pow.f64 (/.f64 p #s(literal -12 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 x p) (*.f64 #s(literal 1/8 binary64) (*.f64 p (*.f64 p (*.f64 p p))))) #s(literal -1 binary64)) (pow.f64 (/.f64 x #s(literal -12 binary64)) #s(literal -1 binary64))) |
(*.f64 (*.f64 p p) (*.f64 (*.f64 (*.f64 p p) #s(literal -12 binary64)) #s(literal 1/8 binary64))) |
(*.f64 #s(literal 1/8 binary64) (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal -12 binary64))))) |
(*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) |
(*.f64 #s(literal -12 binary64) (*.f64 #s(literal 1/8 binary64) (*.f64 p (*.f64 p (*.f64 p p))))) |
(*.f64 (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal -12 binary64)))) #s(literal 1/8 binary64)) |
(*.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 p (*.f64 p (*.f64 p p)))) #s(literal -12 binary64)) |
(*.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 p p)) (*.f64 (*.f64 p p) #s(literal -12 binary64))) |
(*.f64 #s(literal -3/2 binary64) (*.f64 p (*.f64 p (*.f64 p p)))) |
(exp.f64 (*.f64 (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x (/.f64 p #s(literal 1/4 binary64))))) #s(literal 1/2 binary64))) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x (/.f64 p #s(literal 1/4 binary64))))) |
(/.f64 (sqrt.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/64 binary64)) (*.f64 p (*.f64 p p))))) (sqrt.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (/.f64 p #s(literal 1/4 binary64))) (-.f64 (/.f64 x (/.f64 p #s(literal 1/4 binary64))) #s(literal 1/2 binary64)))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (/.f64 p #s(literal 1/4 binary64))) (/.f64 x (/.f64 p #s(literal 1/4 binary64)))))) (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x (/.f64 p #s(literal 1/4 binary64)))))) |
(pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x (/.f64 p #s(literal 1/4 binary64)))) #s(literal 1/2 binary64)) |
(*.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x (/.f64 p #s(literal 1/4 binary64)))) #s(literal 1/4 binary64)) (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x (/.f64 p #s(literal 1/4 binary64)))) #s(literal 1/4 binary64))) |
(*.f64 (pow.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/64 binary64)) (*.f64 p (*.f64 p p)))) #s(literal 1/2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (/.f64 p #s(literal 1/4 binary64))) (-.f64 (/.f64 x (/.f64 p #s(literal 1/4 binary64))) #s(literal 1/2 binary64))))) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (/.f64 p #s(literal 1/4 binary64))) (/.f64 x (/.f64 p #s(literal 1/4 binary64))))) #s(literal 1/2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/2 binary64) (/.f64 x (/.f64 p #s(literal 1/4 binary64))))) #s(literal 1/2 binary64))) |
(+.f64 #s(literal 1/2 binary64) (/.f64 x (/.f64 p #s(literal 1/4 binary64)))) |
(+.f64 (/.f64 x (/.f64 p #s(literal 1/4 binary64))) #s(literal 1/2 binary64)) |
(-.f64 (/.f64 #s(literal 1/4 binary64) (-.f64 #s(literal 1/2 binary64) (/.f64 x (/.f64 p #s(literal 1/4 binary64))))) (/.f64 (*.f64 (/.f64 x (/.f64 p #s(literal 1/4 binary64))) (/.f64 x (/.f64 p #s(literal 1/4 binary64)))) (-.f64 #s(literal 1/2 binary64) (/.f64 x (/.f64 p #s(literal 1/4 binary64)))))) |
(fma.f64 x (/.f64 #s(literal 1/4 binary64) p) #s(literal 1/2 binary64)) |
(fma.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 #s(literal 1 binary64) p) x) #s(literal 1/2 binary64)) |
(fma.f64 (/.f64 #s(literal 1/4 binary64) p) x #s(literal 1/2 binary64)) |
(fma.f64 (*.f64 x #s(literal 1/4 binary64)) (/.f64 #s(literal 1 binary64) p) #s(literal 1/2 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (/.f64 p #s(literal 1/4 binary64))) (-.f64 (/.f64 x (/.f64 p #s(literal 1/4 binary64))) #s(literal 1/2 binary64)))) (+.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/64 binary64)) (*.f64 p (*.f64 p p)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x (/.f64 p #s(literal 1/4 binary64)))) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (/.f64 p #s(literal 1/4 binary64))) (/.f64 x (/.f64 p #s(literal 1/4 binary64))))))) |
(/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/64 binary64)) (*.f64 p (*.f64 p p)))) (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (/.f64 p #s(literal 1/4 binary64))) (-.f64 (/.f64 x (/.f64 p #s(literal 1/4 binary64))) #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/64 binary64)) (*.f64 p (*.f64 p p)))) (+.f64 (*.f64 (/.f64 x (/.f64 p #s(literal 1/4 binary64))) (/.f64 x (/.f64 p #s(literal 1/4 binary64)))) (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/2 binary64) (/.f64 x (/.f64 p #s(literal 1/4 binary64))))))) |
(/.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (/.f64 p #s(literal 1/4 binary64))) (/.f64 x (/.f64 p #s(literal 1/4 binary64))))) (-.f64 #s(literal 1/2 binary64) (/.f64 x (/.f64 p #s(literal 1/4 binary64))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/64 binary64)) (*.f64 p (*.f64 p p))))) (neg.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (/.f64 p #s(literal 1/4 binary64))) (-.f64 (/.f64 x (/.f64 p #s(literal 1/4 binary64))) #s(literal 1/2 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (/.f64 p #s(literal 1/4 binary64))) (/.f64 x (/.f64 p #s(literal 1/4 binary64)))))) (neg.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x (/.f64 p #s(literal 1/4 binary64)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 x (/.f64 p #s(literal 1/4 binary64))) (/.f64 x (/.f64 p #s(literal 1/4 binary64)))) #s(literal 1/4 binary64)) (-.f64 (/.f64 x (/.f64 p #s(literal 1/4 binary64))) #s(literal 1/2 binary64))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (/.f64 p #s(literal 1/4 binary64))) (-.f64 (/.f64 x (/.f64 p #s(literal 1/4 binary64))) #s(literal 1/2 binary64)))) (+.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/64 binary64)) (*.f64 p (*.f64 p p))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 x (/.f64 p #s(literal 1/4 binary64)))) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (/.f64 p #s(literal 1/4 binary64))) (/.f64 x (/.f64 p #s(literal 1/4 binary64)))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/64 binary64)) (*.f64 p (*.f64 p p)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (/.f64 p #s(literal 1/4 binary64))) (-.f64 (/.f64 x (/.f64 p #s(literal 1/4 binary64))) #s(literal 1/2 binary64)))))) |
(*.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (/.f64 p #s(literal 1/4 binary64))) (/.f64 x (/.f64 p #s(literal 1/4 binary64))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/2 binary64) (/.f64 x (/.f64 p #s(literal 1/4 binary64)))))) |
(/.f64 x (/.f64 p #s(literal 1/4 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 p (*.f64 x #s(literal 1/4 binary64)))) |
(/.f64 (*.f64 x #s(literal 1/4 binary64)) p) |
(/.f64 (*.f64 #s(literal 1 binary64) x) (/.f64 p #s(literal 1/4 binary64))) |
(/.f64 (*.f64 x #s(literal 1 binary64)) (/.f64 p #s(literal 1/4 binary64))) |
(/.f64 (neg.f64 (*.f64 x #s(literal 1/4 binary64))) (-.f64 #s(literal 0 binary64) p)) |
(/.f64 (*.f64 x #s(literal -1/4 binary64)) (-.f64 #s(literal 0 binary64) p)) |
(/.f64 (*.f64 #s(literal -1/4 binary64) x) (-.f64 #s(literal 0 binary64) p)) |
(pow.f64 (/.f64 p (*.f64 x #s(literal 1/4 binary64))) #s(literal -1 binary64)) |
(*.f64 x (/.f64 #s(literal 1/4 binary64) p)) |
(*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 #s(literal 1 binary64) p) x)) |
(*.f64 (/.f64 #s(literal 1/4 binary64) p) x) |
(*.f64 (*.f64 x #s(literal 1/4 binary64)) (/.f64 #s(literal 1 binary64) p)) |
(exp.f64 (*.f64 (log.f64 (/.f64 p #s(literal 1/4 binary64))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -1/4 binary64) p)) |
(/.f64 #s(literal 1/4 binary64) p) |
(/.f64 #s(literal 1/4 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) p))) |
(/.f64 #s(literal 1 binary64) (/.f64 p #s(literal 1/4 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 p #s(literal 1/4 binary64)) #s(literal 1 binary64))) |
(/.f64 #s(literal -1/4 binary64) (-.f64 #s(literal 0 binary64) p)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 p #s(literal 1/4 binary64)))) |
(pow.f64 (/.f64 p #s(literal 1/4 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 p #s(literal 1/4 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1 binary64) p)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/4 binary64) p)) |
(*.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) p))) |
(*.f64 (/.f64 #s(literal 1 binary64) p) #s(literal 1/4 binary64)) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) #s(literal 1 binary64)) |
(+.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) #s(literal 1 binary64))) |
(+.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))))) (/.f64 (*.f64 (*.f64 p p) (*.f64 (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))))) |
(fma.f64 p (*.f64 p (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) #s(literal 1 binary64)) |
(fma.f64 p (*.f64 p (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) #s(literal 1 binary64))) |
(fma.f64 p (*.f64 (*.f64 p (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 p p)) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 p p) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) #s(literal 1 binary64)) |
(fma.f64 (*.f64 p (*.f64 p (*.f64 p p))) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) #s(literal 1 binary64))) |
(fma.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) #s(literal 1 binary64)) |
(fma.f64 (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 p (*.f64 p (*.f64 p p))) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 p p) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) #s(literal 1 binary64))) |
(fma.f64 (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) (*.f64 p p) #s(literal 1 binary64)) |
(fma.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 (*.f64 p (*.f64 p p)) (*.f64 p (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 p (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) p #s(literal 1 binary64)) |
(fma.f64 (*.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) p) p (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 #s(literal 1 binary64) p) (*.f64 p (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) #s(literal 1 binary64)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 p p)) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) #s(literal 1 binary64)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (*.f64 p p) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (-.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (*.f64 (*.f64 p p) (*.f64 (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (*.f64 (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (*.f64 (*.f64 p p) (*.f64 (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (-.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) #s(literal 1 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (*.f64 (*.f64 p p) (*.f64 (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))))))) (+.f64 (*.f64 (*.f64 p p) (*.f64 (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (*.f64 (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (*.f64 (*.f64 p p) (*.f64 (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (-.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (*.f64 (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))))))) (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 p p) (*.f64 (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))))) #s(literal 1 binary64)) (-.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) #s(literal 1 binary64))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (-.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (*.f64 (*.f64 p p) (*.f64 (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (*.f64 (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (*.f64 (*.f64 p p) (*.f64 (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (-.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) #s(literal 1 binary64)))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (*.f64 (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))))) |
(+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(+.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64)))) |
(+.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))))) |
(+.f64 (*.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) #s(literal 1 binary64)) (*.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) #s(literal 1 binary64))) |
(fma.f64 p (*.f64 p (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64)))) |
(fma.f64 p (*.f64 p (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(fma.f64 p (*.f64 (*.f64 p (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 p p)) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64)))) |
(fma.f64 (*.f64 p p) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64)))) |
(fma.f64 (*.f64 p p) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(fma.f64 (*.f64 p (*.f64 p (*.f64 p p))) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64)))) |
(fma.f64 #s(literal 1 binary64) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))))) |
(fma.f64 (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 p (*.f64 p (*.f64 p p))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64)))) |
(fma.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 p p) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64)))) |
(fma.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 p p)) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(fma.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 p p) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(fma.f64 (*.f64 p (*.f64 p p)) (*.f64 p (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64)))) |
(fma.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) p) p (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64)))) |
(fma.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) p) p (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(fma.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (*.f64 (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))) (*.f64 (*.f64 p (*.f64 p p)) (*.f64 p (*.f64 p p)))) (*.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 p (*.f64 p p)) (*.f64 p (*.f64 p p))))) (+.f64 (*.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) (-.f64 (*.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64)))) (*.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) (*.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))))) (-.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (*.f64 (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))) (/.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))))) (+.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (*.f64 (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) (*.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (-.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))))) |
(/.f64 (*.f64 (*.f64 p p) (-.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (*.f64 (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) (/.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (-.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (*.f64 (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))) (/.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 p p)) (+.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (*.f64 (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) (*.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (-.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (*.f64 (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) (/.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 p p)) (-.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) |
(*.f64 p (*.f64 p (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) |
(*.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(*.f64 (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) (*.f64 p p)) |
(*.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) #s(literal 1 binary64)) |
(*.f64 (*.f64 p (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) p) |
(*.f64 (*.f64 #s(literal 1 binary64) p) (*.f64 p (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 p p)) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) |
(*.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (*.f64 p p)) |
(exp.f64 (*.f64 (log.f64 p) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 2 binary64) (log.f64 p)) #s(literal 1 binary64))) |
(pow.f64 p #s(literal 2 binary64)) |
(pow.f64 (*.f64 p p) #s(literal 1 binary64)) |
(*.f64 p p) |
(*.f64 (pow.f64 p #s(literal 1 binary64)) (pow.f64 p #s(literal 1 binary64))) |
(*.f64 (pow.f64 (pow.f64 p #s(literal 1 binary64)) #s(literal 1 binary64)) (pow.f64 (pow.f64 p #s(literal 1 binary64)) #s(literal 1 binary64))) |
(+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) |
(+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(+.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x))))) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) |
(+.f64 (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))))) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) |
(-.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
(-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (*.f64 (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) (-.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (/.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (-.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x x))) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(fma.f64 p (*.f64 p (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) |
(fma.f64 p (*.f64 p (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x))))) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) |
(fma.f64 (*.f64 p p) (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) |
(fma.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) |
(fma.f64 (*.f64 p (*.f64 p (*.f64 p p))) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x))) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(fma.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x) (*.f64 x (*.f64 x x))) (*.f64 p p)) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) |
(fma.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) |
(fma.f64 (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 p p) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal -1/2 binary64) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(fma.f64 (*.f64 p (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) p (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal -1/2 binary64) x) (/.f64 #s(literal 1 binary64) x) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) p) p (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) |
(fma.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) #s(literal -69/16 binary64))) (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x) (*.f64 x (*.f64 x x))) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (*.f64 (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) (*.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (-.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))))) (+.f64 (*.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (*.f64 (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))) (/.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) (-.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (*.f64 (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) (/.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (*.f64 (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))) (/.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))))) (+.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (*.f64 (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) (*.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (-.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (*.f64 (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))) (/.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))))) (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (-.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (*.f64 (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) (*.f64 (*.f64 p p) (*.f64 (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (*.f64 (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) (/.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (*.f64 (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))) (/.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))))) (neg.f64 (+.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (*.f64 (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) (*.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (-.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (*.f64 (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) (/.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (neg.f64 (-.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(/.f64 (-.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (*.f64 (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))) (-.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (*.f64 (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) (*.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (-.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))))) (+.f64 (*.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (*.f64 (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))) (/.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) (-.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (*.f64 (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) (/.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (*.f64 (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))) (/.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (*.f64 (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) (*.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (-.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (*.f64 (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) (/.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 p (*.f64 p #s(literal -2 binary64))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))))) |
(neg.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 2 binary64)) (*.f64 x (*.f64 x x)))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (*.f64 x x)) (*.f64 p (*.f64 p #s(literal -2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 p (*.f64 p #s(literal -2 binary64)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 x x) (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) x))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 2 binary64)) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))) |
(/.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) x) (*.f64 x x)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 p (*.f64 p #s(literal -2 binary64)))))) |
(/.f64 (*.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) #s(literal 1 binary64)) (*.f64 x (*.f64 x x))) |
(/.f64 (neg.f64 (*.f64 (*.f64 p p) #s(literal 2 binary64))) (neg.f64 (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))))) |
(/.f64 (neg.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) x)) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal -2 binary64)) (*.f64 x x)) |
(/.f64 (*.f64 (*.f64 p p) (/.f64 #s(literal -2 binary64) (*.f64 x x))) x) |
(/.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x x)) x) |
(/.f64 (/.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) x) x) x) |
(pow.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 p (*.f64 p #s(literal -2 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 p (*.f64 p #s(literal -2 binary64)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 x x) (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) x)) #s(literal -1 binary64)) |
(*.f64 p (*.f64 p (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))) |
(*.f64 p (*.f64 (*.f64 p #s(literal -2 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x))) |
(*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) (*.f64 x (*.f64 x x)))) |
(*.f64 (*.f64 p p) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))) |
(*.f64 #s(literal -2 binary64) (/.f64 (*.f64 p p) (*.f64 x (*.f64 x x)))) |
(*.f64 #s(literal -2 binary64) (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x))) |
(*.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x)))) |
(*.f64 (*.f64 (*.f64 p p) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))))) |
(*.f64 (/.f64 (*.f64 p p) x) (/.f64 #s(literal -2 binary64) (*.f64 x x))) |
(*.f64 (/.f64 #s(literal -2 binary64) (*.f64 x x)) (/.f64 (*.f64 p p) x)) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (pow.f64 (/.f64 (*.f64 x x) (*.f64 p (*.f64 p #s(literal -2 binary64)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) x)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x) (*.f64 p (*.f64 p #s(literal -2 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 p (*.f64 p #s(literal -2 binary64)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(*.f64 (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))) (*.f64 p p)) |
(*.f64 (/.f64 (*.f64 p p) (*.f64 x x)) (/.f64 #s(literal -2 binary64) x)) |
(*.f64 (/.f64 p x) (/.f64 (*.f64 p #s(literal -2 binary64)) (*.f64 x x))) |
(*.f64 (/.f64 p (*.f64 x x)) (/.f64 (*.f64 p #s(literal -2 binary64)) x)) |
(*.f64 (/.f64 #s(literal -2 binary64) x) (/.f64 (*.f64 p p) (*.f64 x x))) |
(*.f64 (pow.f64 (/.f64 x p) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 x x) (*.f64 p #s(literal -2 binary64))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 x #s(literal -2 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 x x) (*.f64 p p)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 x x) (*.f64 p p)) #s(literal -1 binary64)) (pow.f64 (/.f64 x #s(literal -2 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 x x) p) #s(literal -1 binary64)) (pow.f64 (/.f64 x (*.f64 p #s(literal -2 binary64))) #s(literal -1 binary64))) |
(+.f64 (*.f64 (*.f64 p p) (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 (*.f64 p p) #s(literal 2 binary64)) x)) |
(+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 2 binary64)) x) (*.f64 (*.f64 p p) (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))))) |
(fma.f64 p (*.f64 p (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 (*.f64 p p) #s(literal 2 binary64)) x)) |
(fma.f64 p (*.f64 p (/.f64 #s(literal 2 binary64) x)) (*.f64 (*.f64 p p) (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))))) |
(fma.f64 (*.f64 p p) (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 (*.f64 p p) #s(literal 2 binary64)) x)) |
(fma.f64 (*.f64 p p) (/.f64 #s(literal 2 binary64) x) (*.f64 (*.f64 p p) (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))))) |
(fma.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x) (*.f64 p p)) (/.f64 (*.f64 (*.f64 p p) #s(literal 2 binary64)) x)) |
(fma.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (*.f64 p p) (/.f64 (*.f64 (*.f64 p p) #s(literal 2 binary64)) x)) |
(fma.f64 #s(literal 2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 p p)) (*.f64 (*.f64 p p) (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))))) |
(fma.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p p) (*.f64 (*.f64 p p) (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))))) |
(fma.f64 (*.f64 p (*.f64 p (*.f64 p p))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 (*.f64 p p) #s(literal 2 binary64)) x)) |
(fma.f64 (*.f64 (*.f64 p p) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) x) (*.f64 (*.f64 p p) (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))))) |
(fma.f64 (/.f64 (*.f64 p p) x) (*.f64 (/.f64 #s(literal -2 binary64) (*.f64 x x)) (*.f64 p p)) (/.f64 (*.f64 (*.f64 p p) #s(literal 2 binary64)) x)) |
(fma.f64 (*.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) p) p (/.f64 (*.f64 (*.f64 p p) #s(literal 2 binary64)) x)) |
(fma.f64 (*.f64 (/.f64 #s(literal 2 binary64) x) p) p (*.f64 (*.f64 p p) (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))))) |
(fma.f64 (*.f64 (*.f64 p p) (*.f64 p (*.f64 p #s(literal -2 binary64)))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x) (/.f64 (*.f64 (*.f64 p p) #s(literal 2 binary64)) x)) |
(fma.f64 (*.f64 (*.f64 p p) (/.f64 (*.f64 p p) x)) (/.f64 #s(literal -2 binary64) (*.f64 x x)) (/.f64 (*.f64 (*.f64 p p) #s(literal 2 binary64)) x)) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 p (*.f64 p p)) (*.f64 p (*.f64 p p))) #s(literal -8 binary64)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 (*.f64 p (*.f64 p p)) (*.f64 p (*.f64 p p)))) (*.f64 (/.f64 #s(literal 8 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 p (*.f64 p p)) (*.f64 p (*.f64 p p))))) (+.f64 (*.f64 (*.f64 (*.f64 p p) (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))))) (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 2 binary64)) x) (/.f64 (*.f64 (*.f64 p p) #s(literal 2 binary64)) x)) (*.f64 (*.f64 (*.f64 p p) (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 (*.f64 p p) #s(literal 2 binary64)) x))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 p p) (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))))) (*.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 2 binary64)) x) (/.f64 (*.f64 (*.f64 p p) #s(literal 2 binary64)) x))) (-.f64 (*.f64 (*.f64 p p) (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 (*.f64 p p) #s(literal 2 binary64)) x))) |
(/.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 x (*.f64 p (*.f64 p #s(literal -2 binary64)))) (*.f64 x (*.f64 (*.f64 x x) #s(literal 2 binary64))))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 p (*.f64 p p)) (*.f64 p (*.f64 p p))) #s(literal -8 binary64)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal 8 binary64) (*.f64 x (*.f64 x x))))) (+.f64 (/.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 x (*.f64 x x)) (*.f64 p (*.f64 p #s(literal -2 binary64))))) (*.f64 (/.f64 #s(literal 2 binary64) x) (-.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))))))) |
(/.f64 (*.f64 (*.f64 p p) (-.f64 (/.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 x (*.f64 x x)) (*.f64 p (*.f64 p #s(literal -2 binary64))))) (/.f64 #s(literal 4 binary64) (*.f64 x x)))) (-.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))) |
(/.f64 (*.f64 (+.f64 (*.f64 x (*.f64 p (*.f64 p #s(literal -2 binary64)))) (*.f64 x (*.f64 (*.f64 x x) #s(literal 2 binary64)))) (*.f64 p p)) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 p (*.f64 p p)) (*.f64 p (*.f64 p p))) #s(literal -8 binary64)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal 8 binary64) (*.f64 x (*.f64 x x)))) (*.f64 p p)) (+.f64 (/.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 x (*.f64 x x)) (*.f64 p (*.f64 p #s(literal -2 binary64))))) (*.f64 (/.f64 #s(literal 2 binary64) x) (-.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))))))) |
(/.f64 (*.f64 (-.f64 (/.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 x (*.f64 x x)) (*.f64 p (*.f64 p #s(literal -2 binary64))))) (/.f64 #s(literal 4 binary64) (*.f64 x x))) (*.f64 p p)) (-.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))) |
(*.f64 p (*.f64 p (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))) |
(*.f64 (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)) (*.f64 p p)) |
(*.f64 (*.f64 p (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))) p) |
(exp.f64 (*.f64 (log.f64 x) #s(literal 3 binary64))) |
(pow.f64 x #s(literal 3 binary64)) |
(*.f64 x (*.f64 x x)) |
(*.f64 (*.f64 x x) x) |
(*.f64 #s(literal -1 binary64) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))) |
(*.f64 (pow.f64 x #s(literal 3/2 binary64)) (pow.f64 x #s(literal 3/2 binary64))) |
(*.f64 x (*.f64 x p)) |
(*.f64 p (*.f64 x x)) |
(*.f64 (*.f64 x x) p) |
(*.f64 (*.f64 x p) x) |
(exp.f64 (*.f64 (*.f64 #s(literal 2 binary64) (log.f64 p)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 p) #s(literal 4 binary64))) |
(pow.f64 p #s(literal 4 binary64)) |
(pow.f64 (*.f64 p p) #s(literal 2 binary64)) |
(*.f64 p (*.f64 p (*.f64 p p))) |
(*.f64 (*.f64 p p) (*.f64 p p)) |
(*.f64 (*.f64 p (*.f64 p p)) p) |
(*.f64 (pow.f64 (pow.f64 p #s(literal 1 binary64)) #s(literal 2 binary64)) (pow.f64 (pow.f64 p #s(literal 1 binary64)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal -69/16 binary64)))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))))) |
(neg.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 69/16 binary64)) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal -69/16 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal -69/16 binary64))) #s(literal 1 binary64))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 69/16 binary64)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal -69/16 binary64))))) |
(/.f64 (*.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) #s(literal 1 binary64)) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 p p) #s(literal 69/16 binary64))) (neg.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))))) |
(/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x))) |
(pow.f64 (/.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal -69/16 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal -69/16 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 p (*.f64 p (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x))))) |
(*.f64 p (*.f64 (*.f64 p #s(literal -69/16 binary64)) (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x) (*.f64 x (*.f64 x x))))) |
(*.f64 p (/.f64 (*.f64 p #s(literal -69/16 binary64)) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) |
(*.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x))))) |
(*.f64 #s(literal -69/16 binary64) (*.f64 (*.f64 p p) (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x) (*.f64 x (*.f64 x x))))) |
(*.f64 #s(literal -69/16 binary64) (/.f64 (*.f64 p p) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(*.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x) (*.f64 x (*.f64 x x)))) |
(*.f64 (*.f64 (*.f64 p p) #s(literal 69/16 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))))) |
(*.f64 (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 p p) #s(literal -69/16 binary64))) |
(*.f64 (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x) (*.f64 x (*.f64 x x))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) #s(literal -69/16 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x) (pow.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 p p) #s(literal -69/16 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x))) (*.f64 p p)) |
(*.f64 (/.f64 p (*.f64 x (*.f64 x x))) (/.f64 (*.f64 p #s(literal -69/16 binary64)) (*.f64 x (*.f64 x x)))) |
(*.f64 (/.f64 (*.f64 p p) (*.f64 x (*.f64 x x))) (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x)))) |
(*.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 p p) (*.f64 x (*.f64 x x)))) |
(*.f64 (pow.f64 (/.f64 (*.f64 x (*.f64 x x)) p) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 p #s(literal -69/16 binary64))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 p p)) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 x (*.f64 x x)) #s(literal -69/16 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 x (*.f64 x x)) #s(literal -69/16 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 p p)) #s(literal -1 binary64))) |
(+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(+.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x))))) |
(-.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(-.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))))) |
(-.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 (*.f64 p p) #s(literal 69/16 binary64)) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal -69/16 binary64)))) (-.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 (/.f64 #s(literal 121/64 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(fma.f64 p (*.f64 p (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(fma.f64 p (*.f64 (*.f64 p #s(literal -69/16 binary64)) (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(fma.f64 p (/.f64 (*.f64 p #s(literal -69/16 binary64)) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(fma.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(fma.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x))))) |
(fma.f64 #s(literal -69/16 binary64) (*.f64 (*.f64 p p) (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(fma.f64 #s(literal -69/16 binary64) (/.f64 (*.f64 p p) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(fma.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(fma.f64 #s(literal 11/8 binary64) (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x) x) (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x))))) |
(fma.f64 #s(literal -11/8 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x))))) |
(fma.f64 (*.f64 (*.f64 p p) #s(literal 69/16 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(fma.f64 (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x) x) #s(literal 11/8 binary64) (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x))))) |
(fma.f64 (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(fma.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x))))) |
(fma.f64 (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x))) (*.f64 p p) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(fma.f64 (/.f64 p (*.f64 x (*.f64 x x))) (/.f64 (*.f64 p #s(literal -69/16 binary64)) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(fma.f64 (/.f64 (*.f64 p p) (*.f64 x (*.f64 x x))) (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(fma.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 p p) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal -69/16 binary64)))) (*.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (-.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x))))))) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 p (*.f64 p p)) (*.f64 p (*.f64 p p))) #s(literal -328509/4096 binary64)) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))))))) (/.f64 #s(literal 1331/512 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal -69/16 binary64)))) (/.f64 #s(literal 121/64 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 p (*.f64 p p)) (*.f64 p (*.f64 p p))) #s(literal -328509/4096 binary64)) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))))))) (/.f64 #s(literal 1331/512 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))))))) (+.f64 (/.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal -69/16 binary64)))) (*.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (-.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 p (*.f64 p p)) (*.f64 p (*.f64 p p))) #s(literal -328509/4096 binary64)) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))))))) (/.f64 #s(literal 1331/512 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))))))) (+.f64 (/.f64 #s(literal 121/64 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal -69/16 binary64)))) (/.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal 11/8 binary64)))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal -69/16 binary64)))) (/.f64 #s(literal 121/64 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))))) (-.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal 11/8 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal -69/16 binary64))) #s(literal 1 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal -69/16 binary64))) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal 11/8 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (/.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal -69/16 binary64))) #s(literal 11/8 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal -69/16 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (/.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal -69/16 binary64))) #s(literal -11/8 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal -69/16 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (/.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal -69/16 binary64))) (/.f64 #s(literal 11/8 binary64) (*.f64 x x)))) (*.f64 (/.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal -69/16 binary64))) (*.f64 x x))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal 11/8 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 1 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal 11/8 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -11/8 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (*.f64 x x)) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x x)))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 x x))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 p p) #s(literal 69/16 binary64)) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal 11/8 binary64))) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))) #s(literal 1 binary64))) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal 11/8 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 p p) #s(literal 69/16 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))) #s(literal 11/8 binary64))) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))) (*.f64 x (*.f64 x (*.f64 x x))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 p p) #s(literal 69/16 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))) #s(literal -11/8 binary64))) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 p p) #s(literal 69/16 binary64)) (*.f64 x x)) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x x)))) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))) (*.f64 x x))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal -69/16 binary64)))) (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal 11/8 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal 11/8 binary64)) (/.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal -69/16 binary64))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal 11/8 binary64)) (*.f64 (*.f64 p p) #s(literal -69/16 binary64)))) (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal 11/8 binary64)) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))))) (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal 11/8 binary64)) (*.f64 (*.f64 p p) #s(literal 69/16 binary64)))) (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal 11/8 binary64)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 11/8 binary64) (/.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal -69/16 binary64)))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal 1 binary64))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal -69/16 binary64))))) |
(/.f64 (+.f64 (*.f64 #s(literal 11/8 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (*.f64 p p) #s(literal 69/16 binary64)))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))))) |
(/.f64 (+.f64 (*.f64 #s(literal -11/8 binary64) (/.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal -69/16 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal -69/16 binary64))))) |
(/.f64 (+.f64 (*.f64 #s(literal -11/8 binary64) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal -69/16 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(/.f64 (+.f64 (*.f64 #s(literal -11/8 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal 69/16 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x x)) (/.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal -69/16 binary64)))) (*.f64 (*.f64 x x) #s(literal 1 binary64))) (*.f64 (*.f64 x x) (/.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal -69/16 binary64))))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 p p) #s(literal -69/16 binary64)))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 p p) #s(literal 69/16 binary64)))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64))))) (neg.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 p (*.f64 p p)) (*.f64 p (*.f64 p p))) #s(literal -328509/4096 binary64)) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))))))) (/.f64 #s(literal 1331/512 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))))))) (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal -69/16 binary64)))) (*.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (-.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x))))))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal -69/16 binary64)))) (/.f64 #s(literal 121/64 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x))))))) (neg.f64 (-.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(/.f64 (-.f64 (/.f64 #s(literal 121/64 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal -69/16 binary64))))) (-.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(pow.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal -69/16 binary64)))) (*.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (-.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x))))))) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 p (*.f64 p p)) (*.f64 p (*.f64 p p))) #s(literal -328509/4096 binary64)) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))))))) (/.f64 #s(literal 1331/512 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal -69/16 binary64)))) (/.f64 #s(literal 121/64 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x))))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 p (*.f64 p p)) (*.f64 p (*.f64 p p))) #s(literal -328509/4096 binary64)) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))))))) (/.f64 #s(literal 1331/512 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))))))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal -69/16 binary64)))) (*.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (-.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x))))))))) |
(*.f64 (-.f64 (/.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal -69/16 binary64)))) (/.f64 #s(literal 121/64 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(+.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x))))) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) |
(+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))))) |
(fma.f64 p (*.f64 p (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x))))) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) |
(fma.f64 p (*.f64 p (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))))) |
(fma.f64 (*.f64 p p) (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) |
(fma.f64 (*.f64 p p) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))))) |
(fma.f64 (*.f64 p (*.f64 p (*.f64 p p))) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) |
(fma.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x) (*.f64 x (*.f64 x x))) (*.f64 p p)) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) |
(fma.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (*.f64 p p) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) |
(fma.f64 #s(literal 11/8 binary64) (*.f64 (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x) x) (*.f64 p p)) (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))))) |
(fma.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 p p) (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) p) p (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) |
(fma.f64 (*.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) p) p (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))))) |
(fma.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) #s(literal -69/16 binary64))) (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) |
(fma.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (/.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) x) x) (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 p (*.f64 p p)) (*.f64 p (*.f64 p p))) #s(literal -328509/4096 binary64)) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))))))) (*.f64 (*.f64 p (*.f64 p p)) (*.f64 p (*.f64 p p)))) (*.f64 (/.f64 #s(literal 1331/512 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))))) (*.f64 (*.f64 p (*.f64 p p)) (*.f64 p (*.f64 p p))))) (+.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))))) (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x))))) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))))) (*.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))))) (-.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x))))) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(/.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64))))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(/.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 p (*.f64 p p)) (*.f64 p (*.f64 p p))) #s(literal -328509/4096 binary64)) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))))))) (/.f64 #s(literal 1331/512 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))))))) (+.f64 (/.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal -69/16 binary64)))) (*.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (-.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))))))) |
(/.f64 (*.f64 (*.f64 p p) (-.f64 (/.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal -69/16 binary64)))) (/.f64 #s(literal 121/64 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x))))))) (-.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) (*.f64 p p)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 p (*.f64 p p)) (*.f64 p (*.f64 p p))) #s(literal -328509/4096 binary64)) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))))))) (/.f64 #s(literal 1331/512 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))))))) (*.f64 p p)) (+.f64 (/.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal -69/16 binary64)))) (*.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (-.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))))))) |
(/.f64 (*.f64 (-.f64 (/.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal -69/16 binary64)))) (/.f64 #s(literal 121/64 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 p p)) (-.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(*.f64 p (*.f64 p (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(*.f64 (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 p p)) |
(*.f64 (*.f64 p (+.f64 (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) p) |
| 1× | egg-herbie |
| 6012× | *-lowering-*.f32 |
| 6012× | *-lowering-*.f64 |
| 2144× | +-lowering-+.f64 |
| 2144× | +-lowering-+.f32 |
| 1878× | /-lowering-/.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 598 | 6685 |
| 1 | 1814 | 5970 |
| 2 | 5992 | 5870 |
| 0 | 8256 | 5870 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(sqrt 1/2) |
(+ (sqrt 1/2) (* -1/8 (/ (pow x 4) (* (pow p 4) (sqrt 1/2))))) |
(+ (sqrt 1/2) (* (pow x 4) (- (* -1/8 (/ (pow x 2) (* (pow p 6) (sqrt 1/2)))) (* 1/8 (/ 1 (* (pow p 4) (sqrt 1/2))))))) |
(+ (sqrt 1/2) (* (pow x 4) (- (* (pow x 2) (- (* -1/2 (/ (* (pow x 2) (+ (* 1/64 (/ 1 (* (pow p 8) (pow (sqrt 1/2) 2)))) (* 3/8 (/ 1 (pow p 8))))) (sqrt 1/2))) (* 1/8 (/ 1 (* (pow p 6) (sqrt 1/2)))))) (* 1/8 (/ 1 (* (pow p 4) (sqrt 1/2))))))) |
1 |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
(+ 1 (+ (* -1/2 (/ (pow p 2) (pow x 2))) (* 1/2 (/ (- (* -1/2 (+ (* -4 (pow p 4)) (* -2 (pow p 4)))) (* 1/4 (pow p 4))) (pow x 4))))) |
(+ 1 (+ (* -1/2 (/ (pow p 2) (pow x 2))) (+ (* 1/2 (/ (- (* -1/2 (+ (* -4 (pow p 4)) (* -2 (pow p 4)))) (* 1/4 (pow p 4))) (pow x 4))) (* 1/2 (/ (- (* -1/2 (+ (* -2 (* (pow p 2) (+ (* -4 (pow p 4)) (* -2 (pow p 4))))) (* 4 (pow p 6)))) (* -1/2 (* (pow p 2) (- (* -1/2 (+ (* -4 (pow p 4)) (* -2 (pow p 4)))) (* 1/4 (pow p 4)))))) (pow x 6)))))) |
1 |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
(+ 1 (+ (* -1/2 (/ (+ (* -1/2 (+ (* 2 (pow p 4)) (* 4 (pow p 4)))) (* 1/4 (pow p 4))) (pow x 4))) (* -1/2 (/ (pow p 2) (pow x 2))))) |
(+ 1 (+ (* -1/2 (/ (+ (* -1/2 (+ (* -4 (pow p 6)) (* -2 (* (pow p 2) (+ (* 2 (pow p 4)) (* 4 (pow p 4))))))) (* 1/2 (* (pow p 2) (+ (* -1/2 (+ (* 2 (pow p 4)) (* 4 (pow p 4)))) (* 1/4 (pow p 4)))))) (pow x 6))) (+ (* -1/2 (/ (+ (* -1/2 (+ (* 2 (pow p 4)) (* 4 (pow p 4)))) (* 1/4 (pow p 4))) (pow x 4))) (* -1/2 (/ (pow p 2) (pow x 2)))))) |
1 |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
(+ 1 (* (pow p 2) (- (* 11/8 (/ (pow p 2) (pow x 4))) (* 1/2 (/ 1 (pow x 2)))))) |
(+ 1 (* (pow p 2) (- (* (pow p 2) (+ (* -53/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) (* 1/2 (/ 1 (pow x 2)))))) |
(sqrt 1/2) |
(+ (sqrt 1/2) (* -1/8 (/ (pow x 4) (* (pow p 4) (sqrt 1/2))))) |
(+ (sqrt 1/2) (+ (* -1/8 (/ (pow x 4) (* (pow p 4) (sqrt 1/2)))) (* -1/8 (/ (pow x 6) (* (pow p 6) (sqrt 1/2)))))) |
(+ (sqrt 1/2) (+ (* -1/8 (/ (pow x 4) (* (pow p 4) (sqrt 1/2)))) (+ (* -1/8 (/ (pow x 6) (* (pow p 6) (sqrt 1/2)))) (* 1/2 (/ (- (* -1/2 (+ (* 1/4 (pow x 8)) (* 1/2 (pow x 8)))) (* 1/64 (/ (pow x 8) (pow (sqrt 1/2) 2)))) (* (pow p 8) (sqrt 1/2))))))) |
(sqrt 1/2) |
(+ (sqrt 1/2) (* -1/8 (/ (pow x 4) (* (pow p 4) (sqrt 1/2))))) |
(+ (sqrt 1/2) (+ (* -1/8 (/ (pow x 4) (* (pow p 4) (sqrt 1/2)))) (* -1/8 (/ (pow x 6) (* (pow p 6) (sqrt 1/2)))))) |
(+ (sqrt 1/2) (+ (* -1/8 (/ (pow x 4) (* (pow p 4) (sqrt 1/2)))) (+ (* -1/8 (/ (pow x 6) (* (pow p 6) (sqrt 1/2)))) (* 1/2 (/ (- (* -1/2 (+ (* 1/4 (pow x 8)) (* 1/2 (pow x 8)))) (* 1/64 (/ (pow x 8) (pow (sqrt 1/2) 2)))) (* (pow p 8) (sqrt 1/2))))))) |
1/2 |
(+ 1/2 (* -1/4 (/ (pow x 4) (pow p 4)))) |
(+ 1/2 (* (pow x 4) (- (* -1/4 (/ (pow x 2) (pow p 6))) (* 1/4 (/ 1 (pow p 4)))))) |
(+ 1/2 (* (pow x 4) (- (* (pow x 2) (- (* -3/8 (/ (pow x 2) (pow p 8))) (* 1/4 (/ 1 (pow p 6))))) (* 1/4 (/ 1 (pow p 4)))))) |
1 |
(+ 1 (* -1 (/ (pow p 2) (pow x 2)))) |
(+ 1 (+ (* -1 (/ (pow p 2) (pow x 2))) (* -1/2 (/ (+ (* -4 (pow p 4)) (* -2 (pow p 4))) (pow x 4))))) |
(+ 1 (+ (* -1 (/ (pow p 2) (pow x 2))) (+ (* -1/2 (/ (+ (* -4 (pow p 4)) (* -2 (pow p 4))) (pow x 4))) (* -1/2 (/ (+ (* -2 (* (pow p 2) (+ (* -4 (pow p 4)) (* -2 (pow p 4))))) (* 4 (pow p 6))) (pow x 6)))))) |
1 |
(+ 1 (* -1 (/ (pow p 2) (pow x 2)))) |
(- (+ 1 (* 1/2 (/ (+ (* 2 (pow p 4)) (* 4 (pow p 4))) (pow x 4)))) (/ (pow p 2) (pow x 2))) |
(- (+ 1 (* 1/2 (/ (+ (* -4 (pow p 6)) (* -2 (* (pow p 2) (+ (* 2 (pow p 4)) (* 4 (pow p 4)))))) (pow x 6)))) (+ (* -1/2 (/ (+ (* 2 (pow p 4)) (* 4 (pow p 4))) (pow x 4))) (/ (pow p 2) (pow x 2)))) |
1 |
(+ 1 (* -1 (/ (pow p 2) (pow x 2)))) |
(+ 1 (* (pow p 2) (- (* 3 (/ (pow p 2) (pow x 4))) (/ 1 (pow x 2))))) |
(+ 1 (* (pow p 2) (- (* (pow p 2) (+ (* -8 (/ (pow p 2) (pow x 6))) (* 3 (/ 1 (pow x 4))))) (/ 1 (pow x 2))))) |
1/2 |
(+ 1/2 (* -1/4 (/ (pow x 4) (pow p 4)))) |
(+ 1/2 (+ (* -1/4 (/ (pow x 4) (pow p 4))) (* -1/4 (/ (pow x 6) (pow p 6))))) |
(+ 1/2 (+ (* -1/2 (/ (+ (* 1/4 (pow x 8)) (* 1/2 (pow x 8))) (pow p 8))) (+ (* -1/4 (/ (pow x 4) (pow p 4))) (* -1/4 (/ (pow x 6) (pow p 6)))))) |
1/2 |
(+ 1/2 (* -1/4 (/ (pow x 4) (pow p 4)))) |
(+ 1/2 (+ (* -1/4 (/ (pow x 4) (pow p 4))) (* -1/4 (/ (pow x 6) (pow p 6))))) |
(+ 1/2 (+ (* -1/2 (/ (+ (* 1/4 (pow x 8)) (* 1/2 (pow x 8))) (pow p 8))) (+ (* -1/4 (/ (pow x 4) (pow p 4))) (* -1/4 (/ (pow x 6) (pow p 6)))))) |
(* -1/4 (/ (pow x 4) (pow p 4))) |
(* (pow x 4) (- (* -1/4 (/ (pow x 2) (pow p 6))) (* 1/4 (/ 1 (pow p 4))))) |
(* (pow x 4) (- (* (pow x 2) (- (* -3/8 (/ (pow x 2) (pow p 8))) (* 1/4 (/ 1 (pow p 6))))) (* 1/4 (/ 1 (pow p 4))))) |
(* (pow x 4) (- (* (pow x 2) (- (* (pow x 2) (- (* -1/2 (/ (pow x 2) (pow p 10))) (* 3/8 (/ 1 (pow p 8))))) (* 1/4 (/ 1 (pow p 6))))) (* 1/4 (/ 1 (pow p 4))))) |
1/2 |
(+ 1/2 (* -1 (/ (pow p 2) (pow x 2)))) |
(- (+ 1/2 (* -1 (/ (+ (* -2 (pow p 4)) (* -1 (pow p 4))) (pow x 4)))) (/ (pow p 2) (pow x 2))) |
(- (+ 1/2 (* -1 (/ (+ (* -2 (* (pow p 2) (+ (* -2 (pow p 4)) (* -1 (pow p 4))))) (* 2 (pow p 6))) (pow x 6)))) (+ (* -2 (/ (pow p 4) (pow x 4))) (+ (* -1 (/ (pow p 4) (pow x 4))) (/ (pow p 2) (pow x 2))))) |
1/2 |
(+ 1/2 (* -1 (/ (pow p 2) (pow x 2)))) |
(- (+ 1/2 (* -1 (/ (+ (* -2 (pow p 4)) (* -1 (pow p 4))) (pow x 4)))) (/ (pow p 2) (pow x 2))) |
(- (+ 1/2 (* -1 (/ (+ (* -2 (* (pow p 2) (+ (* -2 (pow p 4)) (* -1 (pow p 4))))) (* 2 (pow p 6))) (pow x 6)))) (+ (* -2 (/ (pow p 4) (pow x 4))) (+ (* -1 (/ (pow p 4) (pow x 4))) (/ (pow p 2) (pow x 2))))) |
1/2 |
(+ 1/2 (* -1 (/ (pow p 2) (pow x 2)))) |
(+ 1/2 (* (pow p 2) (- (* 3 (/ (pow p 2) (pow x 4))) (/ 1 (pow x 2))))) |
(+ 1/2 (* (pow p 2) (- (* (pow p 2) (+ (* -8 (/ (pow p 2) (pow x 6))) (* 3 (/ 1 (pow x 4))))) (/ 1 (pow x 2))))) |
(* -1/4 (/ (pow x 4) (pow p 4))) |
(/ (+ (* -1/4 (/ (pow x 6) (pow p 2))) (* -1/4 (pow x 4))) (pow p 4)) |
(/ (+ (* -1/2 (/ (+ (* 1/4 (pow x 8)) (* 1/2 (pow x 8))) (pow p 4))) (+ (* -1/4 (/ (pow x 6) (pow p 2))) (* -1/4 (pow x 4)))) (pow p 4)) |
(/ (+ (* -1/2 (/ (+ (* 1/4 (pow x 8)) (* 1/2 (pow x 8))) (pow p 4))) (+ (* -1/2 (/ (+ (* 1/4 (pow x 10)) (* (pow x 2) (+ (* 1/4 (pow x 8)) (* 1/2 (pow x 8))))) (pow p 6))) (+ (* -1/4 (/ (pow x 6) (pow p 2))) (* -1/4 (pow x 4))))) (pow p 4)) |
(* -1/4 (/ (pow x 4) (pow p 4))) |
(/ (+ (* -1/4 (/ (pow x 6) (pow p 2))) (* -1/4 (pow x 4))) (pow p 4)) |
(/ (+ (* -1/2 (/ (+ (* 1/4 (pow x 8)) (* 1/2 (pow x 8))) (pow p 4))) (+ (* -1/4 (/ (pow x 6) (pow p 2))) (* -1/4 (pow x 4)))) (pow p 4)) |
(/ (+ (* -1/2 (/ (+ (* 1/4 (pow x 8)) (* 1/2 (pow x 8))) (pow p 4))) (+ (* -1/2 (/ (+ (* 1/4 (pow x 10)) (* (pow x 2) (+ (* 1/4 (pow x 8)) (* 1/2 (pow x 8))))) (pow p 6))) (+ (* -1/4 (/ (pow x 6) (pow p 2))) (* -1/4 (pow x 4))))) (pow p 4)) |
(* -2 (/ (pow p 4) (pow x 3))) |
(/ (+ (* -2 (pow p 4)) (* 2 (* (pow p 2) (pow x 2)))) (pow x 3)) |
(/ (+ (* -2 (pow p 4)) (* (pow x 2) (+ (* 2 (pow p 2)) (pow x 2)))) (pow x 3)) |
(/ (+ (* -2 (pow p 4)) (* (pow x 2) (+ (* 2 (pow p 2)) (pow x 2)))) (pow x 3)) |
x |
(* x (+ 1 (* 2 (/ (pow p 2) (pow x 2))))) |
(* x (+ 1 (+ (* -2 (/ (pow p 4) (pow x 4))) (* 2 (/ (pow p 2) (pow x 2)))))) |
(* x (+ 1 (+ (* -2 (/ (pow p 4) (pow x 4))) (* 2 (/ (pow p 2) (pow x 2)))))) |
x |
(* -1 (* x (- (* -2 (/ (pow p 2) (pow x 2))) 1))) |
(* -1 (* x (- (+ (* -2 (/ (pow p 2) (pow x 2))) (* 2 (/ (pow p 4) (pow x 4)))) 1))) |
(* -1 (* x (- (+ (* -2 (/ (pow p 2) (pow x 2))) (* 2 (/ (pow p 4) (pow x 4)))) 1))) |
x |
(+ x (* 2 (/ (pow p 2) x))) |
(+ x (* (pow p 2) (+ (* -2 (/ (pow p 2) (pow x 3))) (* 2 (/ 1 x))))) |
(+ x (* (pow p 2) (+ (* -2 (/ (pow p 2) (pow x 3))) (* 2 (/ 1 x))))) |
(* -2 (/ (pow p 4) (pow x 3))) |
(* (pow p 4) (- (* 2 (/ 1 (* (pow p 2) x))) (* 2 (/ 1 (pow x 3))))) |
(* (pow p 4) (- (+ (/ 2 (* (pow p 2) x)) (/ x (pow p 4))) (* 2 (/ 1 (pow x 3))))) |
(* (pow p 4) (- (+ (/ 2 (* (pow p 2) x)) (/ x (pow p 4))) (* 2 (/ 1 (pow x 3))))) |
(* -2 (/ (pow p 4) (pow x 3))) |
(* (pow p 4) (- (* 2 (/ 1 (* (pow p 2) x))) (* 2 (/ 1 (pow x 3))))) |
(* (pow p 4) (- (+ (/ 2 (* (pow p 2) x)) (/ x (pow p 4))) (* 2 (/ 1 (pow x 3))))) |
(* (pow p 4) (- (+ (/ 2 (* (pow p 2) x)) (/ x (pow p 4))) (* 2 (/ 1 (pow x 3))))) |
(* -1 (/ p x)) |
(* p (- (* 3/2 (/ (pow p 2) (pow x 3))) (/ 1 x))) |
(* p (- (* 3/2 (/ (pow p 2) (pow x 3))) (/ 1 x))) |
(* p (- (* 3/2 (/ (pow p 2) (pow x 3))) (/ 1 x))) |
(* 3/2 (/ (pow p 3) (pow x 3))) |
(* (pow p 3) (- (* 3/2 (/ 1 (pow x 3))) (/ 1 (* (pow p 2) x)))) |
(* (pow p 3) (- (* 3/2 (/ 1 (pow x 3))) (/ 1 (* (pow p 2) x)))) |
(* (pow p 3) (- (* 3/2 (/ 1 (pow x 3))) (/ 1 (* (pow p 2) x)))) |
(* 3/2 (/ (pow p 3) (pow x 3))) |
(* -1 (* (pow p 3) (- (/ 1 (* (pow p 2) x)) (* 3/2 (/ 1 (pow x 3)))))) |
(* -1 (* (pow p 3) (- (/ 1 (* (pow p 2) x)) (* 3/2 (/ 1 (pow x 3)))))) |
(* -1 (* (pow p 3) (- (/ 1 (* (pow p 2) x)) (* 3/2 (/ 1 (pow x 3)))))) |
(* 3/2 (/ (pow p 3) (pow x 3))) |
(/ (+ (* -1 (* p (pow x 2))) (* 3/2 (pow p 3))) (pow x 3)) |
(/ (+ (* -1 (* p (pow x 2))) (* 3/2 (pow p 3))) (pow x 3)) |
(/ (+ (* -1 (* p (pow x 2))) (* 3/2 (pow p 3))) (pow x 3)) |
(* -1 (/ p x)) |
(/ (+ (* -1 p) (* 3/2 (/ (pow p 3) (pow x 2)))) x) |
(/ (+ (* -1 p) (* 3/2 (/ (pow p 3) (pow x 2)))) x) |
(/ (+ (* -1 p) (* 3/2 (/ (pow p 3) (pow x 2)))) x) |
(* -1 (/ p x)) |
(* -1 (/ (+ p (* -3/2 (/ (pow p 3) (pow x 2)))) x)) |
(* -1 (/ (+ p (* -3/2 (/ (pow p 3) (pow x 2)))) x)) |
(* -1 (/ (+ p (* -3/2 (/ (pow p 3) (pow x 2)))) x)) |
p |
(* p (+ 1 (* -3/2 (/ (pow p 2) (pow x 2))))) |
(* p (+ 1 (* -3/2 (/ (pow p 2) (pow x 2))))) |
(* p (+ 1 (* -3/2 (/ (pow p 2) (pow x 2))))) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(* (pow p 3) (- (/ 1 (pow p 2)) (* 3/2 (/ 1 (pow x 2))))) |
(* (pow p 3) (- (/ 1 (pow p 2)) (* 3/2 (/ 1 (pow x 2))))) |
(* (pow p 3) (- (/ 1 (pow p 2)) (* 3/2 (/ 1 (pow x 2))))) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(* -1 (* (pow p 3) (- (* 3/2 (/ 1 (pow x 2))) (/ 1 (pow p 2))))) |
(* -1 (* (pow p 3) (- (* 3/2 (/ 1 (pow x 2))) (/ 1 (pow p 2))))) |
(* -1 (* (pow p 3) (- (* 3/2 (/ 1 (pow x 2))) (/ 1 (pow p 2))))) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(/ (+ (* -3/2 (pow p 3)) (* p (pow x 2))) (pow x 2)) |
(/ (+ (* -3/2 (pow p 3)) (* p (pow x 2))) (pow x 2)) |
(/ (+ (* -3/2 (pow p 3)) (* p (pow x 2))) (pow x 2)) |
p |
(+ p (* -3/2 (/ (pow p 3) (pow x 2)))) |
(+ p (* -3/2 (/ (pow p 3) (pow x 2)))) |
(+ p (* -3/2 (/ (pow p 3) (pow x 2)))) |
p |
(+ p (* -3/2 (/ (pow p 3) (pow x 2)))) |
(+ p (* -3/2 (/ (pow p 3) (pow x 2)))) |
(+ p (* -3/2 (/ (pow p 3) (pow x 2)))) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(* -3/2 (pow p 4)) |
(* -3/2 (pow p 4)) |
(* -3/2 (pow p 4)) |
(* -3/2 (pow p 4)) |
(* -3/2 (pow p 4)) |
(* -3/2 (pow p 4)) |
(* -3/2 (pow p 4)) |
(* -3/2 (pow p 4)) |
(* -3/2 (pow p 4)) |
(* -3/2 (pow p 4)) |
(* -3/2 (pow p 4)) |
(* -3/2 (pow p 4)) |
(sqrt 1/2) |
(+ (sqrt 1/2) (* 1/8 (/ x (* p (sqrt 1/2))))) |
(+ (sqrt 1/2) (* x (+ (* -1/128 (/ x (* (pow p 2) (pow (sqrt 1/2) 3)))) (* 1/8 (/ 1 (* p (sqrt 1/2))))))) |
(+ (sqrt 1/2) (* x (+ (* x (- (* 1/1024 (/ x (* (pow p 3) (pow (sqrt 1/2) 5)))) (* 1/128 (/ 1 (* (pow p 2) (pow (sqrt 1/2) 3)))))) (* 1/8 (/ 1 (* p (sqrt 1/2))))))) |
(* 1/2 (sqrt (/ x p))) |
(* x (+ (* 1/2 (sqrt (/ 1 (* p x)))) (* 1/2 (sqrt (/ p (pow x 3)))))) |
(* x (+ (* -1/4 (sqrt (/ (pow p 3) (pow x 5)))) (+ (* 1/2 (sqrt (/ 1 (* p x)))) (* 1/2 (sqrt (/ p (pow x 3))))))) |
(* x (+ (* -1/4 (sqrt (/ (pow p 3) (pow x 5)))) (+ (* 1/4 (sqrt (/ (pow p 5) (pow x 7)))) (+ (* 1/2 (sqrt (/ 1 (* p x)))) (* 1/2 (sqrt (/ p (pow x 3)))))))) |
(* -1 (* (sqrt (/ x p)) (* (sqrt -1) (sqrt -1/4)))) |
(* -1 (* x (+ (* 1/4 (* (sqrt (/ p (pow x 3))) (/ (sqrt -1) (sqrt -1/4)))) (* (sqrt (/ 1 (* p x))) (* (sqrt -1) (sqrt -1/4)))))) |
(* -1 (* x (+ (* -1/32 (* (sqrt (/ (pow p 3) (pow x 5))) (/ (sqrt -1) (pow (sqrt -1/4) 3)))) (+ (* 1/4 (* (sqrt (/ p (pow x 3))) (/ (sqrt -1) (sqrt -1/4)))) (* (sqrt (/ 1 (* p x))) (* (sqrt -1) (sqrt -1/4))))))) |
(* -1 (* x (+ (* -1/32 (* (sqrt (/ (pow p 3) (pow x 5))) (/ (sqrt -1) (pow (sqrt -1/4) 3)))) (+ (* 1/128 (* (sqrt (/ (pow p 5) (pow x 7))) (/ (sqrt -1) (pow (sqrt -1/4) 5)))) (+ (* 1/4 (* (sqrt (/ p (pow x 3))) (/ (sqrt -1) (sqrt -1/4)))) (* (sqrt (/ 1 (* p x))) (* (sqrt -1) (sqrt -1/4)))))))) |
(* 1/2 (sqrt (/ x p))) |
(/ (+ (* 1/2 (sqrt (* p x))) (* 1/2 (sqrt (/ (pow p 3) x)))) p) |
(/ (+ (* 1/2 (sqrt (* p x))) (* (pow p 2) (+ (* -1/4 (sqrt (/ p (pow x 3)))) (* 1/2 (sqrt (/ 1 (* p x))))))) p) |
(/ (+ (* 1/2 (sqrt (* p x))) (* (pow p 2) (+ (* 1/2 (sqrt (/ 1 (* p x)))) (* (pow p 2) (+ (* -1/4 (sqrt (/ 1 (* (pow p 3) (pow x 3))))) (* 1/4 (sqrt (/ 1 (* p (pow x 5)))))))))) p) |
(sqrt 1/2) |
(+ (sqrt 1/2) (* 1/8 (/ x (* p (sqrt 1/2))))) |
(+ (sqrt 1/2) (+ (* -1/128 (/ (pow x 2) (* (pow p 2) (pow (sqrt 1/2) 3)))) (* 1/8 (/ x (* p (sqrt 1/2)))))) |
(+ (sqrt 1/2) (+ (* -1/128 (/ (pow x 2) (* (pow p 2) (pow (sqrt 1/2) 3)))) (+ (* 1/1024 (/ (pow x 3) (* (pow p 3) (pow (sqrt 1/2) 5)))) (* 1/8 (/ x (* p (sqrt 1/2))))))) |
(sqrt 1/2) |
(+ (sqrt 1/2) (* 1/8 (/ x (* p (sqrt 1/2))))) |
(+ (sqrt 1/2) (* -1 (/ (+ (* -1/8 (/ x (sqrt 1/2))) (* 1/128 (/ (pow x 2) (* p (pow (sqrt 1/2) 3))))) p))) |
(+ (sqrt 1/2) (* -1 (/ (+ (* -1 (/ (+ (* -1/128 (/ (pow x 2) (pow (sqrt 1/2) 3))) (* 1/1024 (/ (pow x 3) (* p (pow (sqrt 1/2) 5))))) p)) (* -1/8 (/ x (sqrt 1/2)))) p))) |
1/2 |
(+ 1/2 (* 1/4 (/ x p))) |
(+ 1/2 (* 1/4 (/ x p))) |
(+ 1/2 (* 1/4 (/ x p))) |
(* 1/4 (/ x p)) |
(* x (+ (* 1/4 (/ 1 p)) (* 1/2 (/ 1 x)))) |
(* x (+ (* 1/4 (/ 1 p)) (* 1/2 (/ 1 x)))) |
(* x (+ (* 1/4 (/ 1 p)) (* 1/2 (/ 1 x)))) |
(* 1/4 (/ x p)) |
(* x (+ (* 1/4 (/ 1 p)) (* 1/2 (/ 1 x)))) |
(* x (+ (* 1/4 (/ 1 p)) (* 1/2 (/ 1 x)))) |
(* x (+ (* 1/4 (/ 1 p)) (* 1/2 (/ 1 x)))) |
(* 1/4 (/ x p)) |
(/ (+ (* 1/4 x) (* 1/2 p)) p) |
(/ (+ (* 1/4 x) (* 1/2 p)) p) |
(/ (+ (* 1/4 x) (* 1/2 p)) p) |
1/2 |
(+ 1/2 (* 1/4 (/ x p))) |
(+ 1/2 (* 1/4 (/ x p))) |
(+ 1/2 (* 1/4 (/ x p))) |
1/2 |
(+ 1/2 (* 1/4 (/ x p))) |
(+ 1/2 (* 1/4 (/ x p))) |
(+ 1/2 (* 1/4 (/ x p))) |
(* 1/4 (/ x p)) |
(* 1/4 (/ x p)) |
(* 1/4 (/ x p)) |
(* 1/4 (/ x p)) |
(* 1/4 (/ x p)) |
(* 1/4 (/ x p)) |
(* 1/4 (/ x p)) |
(* 1/4 (/ x p)) |
(* 1/4 (/ x p)) |
(* 1/4 (/ x p)) |
(* 1/4 (/ x p)) |
(* 1/4 (/ x p)) |
(* 1/4 (/ x p)) |
(* 1/4 (/ x p)) |
(* 1/4 (/ x p)) |
(* 1/4 (/ x p)) |
(* 1/4 (/ x p)) |
(* 1/4 (/ x p)) |
(* 1/4 (/ x p)) |
(* 1/4 (/ x p)) |
(* 1/4 (/ x p)) |
(* 1/4 (/ x p)) |
(* 1/4 (/ x p)) |
(* 1/4 (/ x p)) |
(/ 1/4 p) |
(/ 1/4 p) |
(/ 1/4 p) |
(/ 1/4 p) |
(/ 1/4 p) |
(/ 1/4 p) |
(/ 1/4 p) |
(/ 1/4 p) |
(/ 1/4 p) |
(/ 1/4 p) |
(/ 1/4 p) |
(/ 1/4 p) |
1 |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
(+ 1 (* (pow p 2) (- (* 11/8 (/ (pow p 2) (pow x 4))) (* 1/2 (/ 1 (pow x 2)))))) |
(+ 1 (* (pow p 2) (- (* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) (* 1/2 (/ 1 (pow x 2)))))) |
(* -69/16 (/ (pow p 6) (pow x 6))) |
(* (pow p 6) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(* (pow p 6) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (* 69/16 (/ 1 (pow x 6))) (/ 1/2 (* (pow p 4) (pow x 2)))))) |
(* (pow p 6) (- (+ (/ 1 (pow p 6)) (/ 11/8 (* (pow p 2) (pow x 4)))) (+ (* 69/16 (/ 1 (pow x 6))) (* 1/2 (/ 1 (* (pow p 4) (pow x 2))))))) |
(* -69/16 (/ (pow p 6) (pow x 6))) |
(* (pow p 6) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(* (pow p 6) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (* 69/16 (/ 1 (pow x 6))) (/ 1/2 (* (pow p 4) (pow x 2)))))) |
(* (pow p 6) (- (+ (/ 1 (pow p 6)) (/ 11/8 (* (pow p 2) (pow x 4)))) (+ (* 69/16 (/ 1 (pow x 6))) (* 1/2 (/ 1 (* (pow p 4) (pow x 2))))))) |
(* -69/16 (/ (pow p 6) (pow x 6))) |
(/ (+ (* -69/16 (pow p 6)) (* 11/8 (* (pow p 4) (pow x 2)))) (pow x 6)) |
(/ (+ (* -69/16 (pow p 6)) (* (pow x 2) (+ (* -1/2 (* (pow p 2) (pow x 2))) (* 11/8 (pow p 4))))) (pow x 6)) |
(/ (+ (* -69/16 (pow p 6)) (* (pow x 2) (+ (* 11/8 (pow p 4)) (* (pow x 2) (+ (* -1/2 (pow p 2)) (pow x 2)))))) (pow x 6)) |
1 |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
(+ 1 (+ (* -1/2 (/ (pow p 2) (pow x 2))) (* 11/8 (/ (pow p 4) (pow x 4))))) |
(+ 1 (+ (* -69/16 (/ (pow p 6) (pow x 6))) (+ (* -1/2 (/ (pow p 2) (pow x 2))) (* 11/8 (/ (pow p 4) (pow x 4)))))) |
1 |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
(+ 1 (+ (* -1/2 (/ (pow p 2) (pow x 2))) (* 11/8 (/ (pow p 4) (pow x 4))))) |
(+ 1 (+ (* -69/16 (/ (pow p 6) (pow x 6))) (+ (* -1/2 (/ (pow p 2) (pow x 2))) (* 11/8 (/ (pow p 4) (pow x 4)))))) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(* (pow p 2) (- (* 11/8 (/ (pow p 2) (pow x 4))) (* 1/2 (/ 1 (pow x 2))))) |
(* (pow p 2) (- (* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) (* 1/2 (/ 1 (pow x 2))))) |
(* (pow p 2) (- (* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) (* 1/2 (/ 1 (pow x 2))))) |
(* -69/16 (/ (pow p 6) (pow x 6))) |
(* (pow p 6) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(* (pow p 6) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (/ 1/2 (* (pow p 4) (pow x 2))) (* 69/16 (/ 1 (pow x 6)))))) |
(* (pow p 6) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (/ 1/2 (* (pow p 4) (pow x 2))) (* 69/16 (/ 1 (pow x 6)))))) |
(* -69/16 (/ (pow p 6) (pow x 6))) |
(* (pow p 6) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(* (pow p 6) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (/ 1/2 (* (pow p 4) (pow x 2))) (* 69/16 (/ 1 (pow x 6)))))) |
(* (pow p 6) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (/ 1/2 (* (pow p 4) (pow x 2))) (* 69/16 (/ 1 (pow x 6)))))) |
(* -69/16 (/ (pow p 6) (pow x 6))) |
(/ (+ (* -69/16 (pow p 6)) (* 11/8 (* (pow p 4) (pow x 2)))) (pow x 6)) |
(/ (+ (* -69/16 (pow p 6)) (* (pow x 2) (+ (* -1/2 (* (pow p 2) (pow x 2))) (* 11/8 (pow p 4))))) (pow x 6)) |
(/ (+ (* -69/16 (pow p 6)) (* (pow x 2) (+ (* -1/2 (* (pow p 2) (pow x 2))) (* 11/8 (pow p 4))))) (pow x 6)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/ (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2)))) (pow x 2)) |
(/ (+ (* -69/16 (/ (pow p 6) (pow x 4))) (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2))))) (pow x 2)) |
(/ (+ (* -69/16 (/ (pow p 6) (pow x 4))) (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2))))) (pow x 2)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/ (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2)))) (pow x 2)) |
(/ (+ (* -69/16 (/ (pow p 6) (pow x 4))) (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2))))) (pow x 2)) |
(/ (+ (* -69/16 (/ (pow p 6) (pow x 4))) (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2))))) (pow x 2)) |
(pow p 2) |
(pow p 2) |
(pow p 2) |
(pow p 2) |
(pow p 2) |
(pow p 2) |
(pow p 2) |
(pow p 2) |
(pow p 2) |
(pow p 2) |
(pow p 2) |
(pow p 2) |
(/ -1/2 (pow x 2)) |
(- (* 11/8 (/ (pow p 2) (pow x 4))) (* 1/2 (/ 1 (pow x 2)))) |
(- (* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) (* 1/2 (/ 1 (pow x 2)))) |
(- (* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) (* 1/2 (/ 1 (pow x 2)))) |
(* -69/16 (/ (pow p 4) (pow x 6))) |
(* (pow p 4) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(* (pow p 4) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (* 69/16 (/ 1 (pow x 6))) (/ 1/2 (* (pow p 4) (pow x 2)))))) |
(* (pow p 4) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (* 69/16 (/ 1 (pow x 6))) (/ 1/2 (* (pow p 4) (pow x 2)))))) |
(* -69/16 (/ (pow p 4) (pow x 6))) |
(* (pow p 4) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(* (pow p 4) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (* 69/16 (/ 1 (pow x 6))) (/ 1/2 (* (pow p 4) (pow x 2)))))) |
(* (pow p 4) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (* 69/16 (/ 1 (pow x 6))) (/ 1/2 (* (pow p 4) (pow x 2)))))) |
(* -69/16 (/ (pow p 4) (pow x 6))) |
(/ (+ (* -69/16 (pow p 4)) (* 11/8 (* (pow p 2) (pow x 2)))) (pow x 6)) |
(/ (+ (* -69/16 (pow p 4)) (* (pow x 2) (+ (* -1/2 (pow x 2)) (* 11/8 (pow p 2))))) (pow x 6)) |
(/ (+ (* -69/16 (pow p 4)) (* (pow x 2) (+ (* -1/2 (pow x 2)) (* 11/8 (pow p 2))))) (pow x 6)) |
(/ -1/2 (pow x 2)) |
(/ (- (* 11/8 (/ (pow p 2) (pow x 2))) 1/2) (pow x 2)) |
(/ (- (+ (* -69/16 (/ (pow p 4) (pow x 4))) (* 11/8 (/ (pow p 2) (pow x 2)))) 1/2) (pow x 2)) |
(/ (- (+ (* -69/16 (/ (pow p 4) (pow x 4))) (* 11/8 (/ (pow p 2) (pow x 2)))) 1/2) (pow x 2)) |
(/ -1/2 (pow x 2)) |
(/ (- (* 11/8 (/ (pow p 2) (pow x 2))) 1/2) (pow x 2)) |
(/ (- (+ (* -69/16 (/ (pow p 4) (pow x 4))) (* 11/8 (/ (pow p 2) (pow x 2)))) 1/2) (pow x 2)) |
(/ (- (+ (* -69/16 (/ (pow p 4) (pow x 4))) (* 11/8 (/ (pow p 2) (pow x 2)))) 1/2) (pow x 2)) |
(* -2 (/ (pow p 2) (pow x 3))) |
(* -2 (/ (pow p 2) (pow x 3))) |
(* -2 (/ (pow p 2) (pow x 3))) |
(* -2 (/ (pow p 2) (pow x 3))) |
(* -2 (/ (pow p 2) (pow x 3))) |
(* -2 (/ (pow p 2) (pow x 3))) |
(* -2 (/ (pow p 2) (pow x 3))) |
(* -2 (/ (pow p 2) (pow x 3))) |
(* -2 (/ (pow p 2) (pow x 3))) |
(* -2 (/ (pow p 2) (pow x 3))) |
(* -2 (/ (pow p 2) (pow x 3))) |
(* -2 (/ (pow p 2) (pow x 3))) |
(* -2 (/ (pow p 2) (pow x 3))) |
(* -2 (/ (pow p 2) (pow x 3))) |
(* -2 (/ (pow p 2) (pow x 3))) |
(* -2 (/ (pow p 2) (pow x 3))) |
(* -2 (/ (pow p 2) (pow x 3))) |
(* -2 (/ (pow p 2) (pow x 3))) |
(* -2 (/ (pow p 2) (pow x 3))) |
(* -2 (/ (pow p 2) (pow x 3))) |
(* -2 (/ (pow p 2) (pow x 3))) |
(* -2 (/ (pow p 2) (pow x 3))) |
(* -2 (/ (pow p 2) (pow x 3))) |
(* -2 (/ (pow p 2) (pow x 3))) |
(* 2 (/ (pow p 2) x)) |
(* (pow p 2) (+ (* -2 (/ (pow p 2) (pow x 3))) (* 2 (/ 1 x)))) |
(* (pow p 2) (+ (* -2 (/ (pow p 2) (pow x 3))) (* 2 (/ 1 x)))) |
(* (pow p 2) (+ (* -2 (/ (pow p 2) (pow x 3))) (* 2 (/ 1 x)))) |
(* -2 (/ (pow p 4) (pow x 3))) |
(* (pow p 4) (- (* 2 (/ 1 (* (pow p 2) x))) (* 2 (/ 1 (pow x 3))))) |
(* (pow p 4) (- (* 2 (/ 1 (* (pow p 2) x))) (* 2 (/ 1 (pow x 3))))) |
(* (pow p 4) (- (* 2 (/ 1 (* (pow p 2) x))) (* 2 (/ 1 (pow x 3))))) |
(* -2 (/ (pow p 4) (pow x 3))) |
(* (pow p 4) (- (* 2 (/ 1 (* (pow p 2) x))) (* 2 (/ 1 (pow x 3))))) |
(* (pow p 4) (- (* 2 (/ 1 (* (pow p 2) x))) (* 2 (/ 1 (pow x 3))))) |
(* (pow p 4) (- (* 2 (/ 1 (* (pow p 2) x))) (* 2 (/ 1 (pow x 3))))) |
(* -2 (/ (pow p 4) (pow x 3))) |
(/ (+ (* -2 (pow p 4)) (* 2 (* (pow p 2) (pow x 2)))) (pow x 3)) |
(/ (+ (* -2 (pow p 4)) (* 2 (* (pow p 2) (pow x 2)))) (pow x 3)) |
(/ (+ (* -2 (pow p 4)) (* 2 (* (pow p 2) (pow x 2)))) (pow x 3)) |
(* 2 (/ (pow p 2) x)) |
(/ (+ (* -2 (/ (pow p 4) (pow x 2))) (* 2 (pow p 2))) x) |
(/ (+ (* -2 (/ (pow p 4) (pow x 2))) (* 2 (pow p 2))) x) |
(/ (+ (* -2 (/ (pow p 4) (pow x 2))) (* 2 (pow p 2))) x) |
(* 2 (/ (pow p 2) x)) |
(* -1 (/ (+ (* -2 (pow p 2)) (* 2 (/ (pow p 4) (pow x 2)))) x)) |
(* -1 (/ (+ (* -2 (pow p 2)) (* 2 (/ (pow p 4) (pow x 2)))) x)) |
(* -1 (/ (+ (* -2 (pow p 2)) (* 2 (/ (pow p 4) (pow x 2)))) x)) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(* p (pow x 2)) |
(* p (pow x 2)) |
(* p (pow x 2)) |
(* p (pow x 2)) |
(* p (pow x 2)) |
(* p (pow x 2)) |
(* p (pow x 2)) |
(* p (pow x 2)) |
(* p (pow x 2)) |
(* p (pow x 2)) |
(* p (pow x 2)) |
(* p (pow x 2)) |
(* p (pow x 2)) |
(* p (pow x 2)) |
(* p (pow x 2)) |
(* p (pow x 2)) |
(* p (pow x 2)) |
(* p (pow x 2)) |
(* p (pow x 2)) |
(* p (pow x 2)) |
(* p (pow x 2)) |
(* p (pow x 2)) |
(* p (pow x 2)) |
(* p (pow x 2)) |
(pow p 4) |
(pow p 4) |
(pow p 4) |
(pow p 4) |
(pow p 4) |
(pow p 4) |
(pow p 4) |
(pow p 4) |
(pow p 4) |
(pow p 4) |
(pow p 4) |
(pow p 4) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(/ 11/8 (pow x 4)) |
(+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4)))) |
(+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4)))) |
(+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4)))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(* (pow p 2) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(* (pow p 2) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(* (pow p 2) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(* (pow p 2) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(* (pow p 2) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(* (pow p 2) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(/ (+ (* -69/16 (pow p 2)) (* 11/8 (pow x 2))) (pow x 6)) |
(/ (+ (* -69/16 (pow p 2)) (* 11/8 (pow x 2))) (pow x 6)) |
(/ (+ (* -69/16 (pow p 2)) (* 11/8 (pow x 2))) (pow x 6)) |
(/ 11/8 (pow x 4)) |
(/ (+ 11/8 (* -69/16 (/ (pow p 2) (pow x 2)))) (pow x 4)) |
(/ (+ 11/8 (* -69/16 (/ (pow p 2) (pow x 2)))) (pow x 4)) |
(/ (+ 11/8 (* -69/16 (/ (pow p 2) (pow x 2)))) (pow x 4)) |
(/ 11/8 (pow x 4)) |
(/ (+ 11/8 (* -69/16 (/ (pow p 2) (pow x 2)))) (pow x 4)) |
(/ (+ 11/8 (* -69/16 (/ (pow p 2) (pow x 2)))) (pow x 4)) |
(/ (+ 11/8 (* -69/16 (/ (pow p 2) (pow x 2)))) (pow x 4)) |
(* 11/8 (/ (pow p 2) (pow x 4))) |
(* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) |
(* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) |
(* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) |
(* -69/16 (/ (pow p 4) (pow x 6))) |
(* (pow p 4) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(* (pow p 4) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(* (pow p 4) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(* -69/16 (/ (pow p 4) (pow x 6))) |
(* (pow p 4) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(* (pow p 4) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(* (pow p 4) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(* -69/16 (/ (pow p 4) (pow x 6))) |
(/ (+ (* -69/16 (pow p 4)) (* 11/8 (* (pow p 2) (pow x 2)))) (pow x 6)) |
(/ (+ (* -69/16 (pow p 4)) (* 11/8 (* (pow p 2) (pow x 2)))) (pow x 6)) |
(/ (+ (* -69/16 (pow p 4)) (* 11/8 (* (pow p 2) (pow x 2)))) (pow x 6)) |
(* 11/8 (/ (pow p 2) (pow x 4))) |
(/ (+ (* -69/16 (/ (pow p 4) (pow x 2))) (* 11/8 (pow p 2))) (pow x 4)) |
(/ (+ (* -69/16 (/ (pow p 4) (pow x 2))) (* 11/8 (pow p 2))) (pow x 4)) |
(/ (+ (* -69/16 (/ (pow p 4) (pow x 2))) (* 11/8 (pow p 2))) (pow x 4)) |
(* 11/8 (/ (pow p 2) (pow x 4))) |
(/ (+ (* -69/16 (/ (pow p 4) (pow x 2))) (* 11/8 (pow p 2))) (pow x 4)) |
(/ (+ (* -69/16 (/ (pow p 4) (pow x 2))) (* 11/8 (pow p 2))) (pow x 4)) |
(/ (+ (* -69/16 (/ (pow p 4) (pow x 2))) (* 11/8 (pow p 2))) (pow x 4)) |
| Outputs |
|---|
(sqrt 1/2) |
(sqrt.f64 #s(literal 1/2 binary64)) |
(+ (sqrt 1/2) (* -1/8 (/ (pow x 4) (* (pow p 4) (sqrt 1/2))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (pow.f64 p #s(literal 4 binary64))))) |
(+ (sqrt 1/2) (* (pow x 4) (- (* -1/8 (/ (pow x 2) (* (pow p 6) (sqrt 1/2)))) (* 1/8 (/ 1 (* (pow p 4) (sqrt 1/2))))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 (/.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x x)) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (pow.f64 p #s(literal 6 binary64)))) (/.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (pow.f64 p #s(literal 4 binary64))))))) |
(+ (sqrt 1/2) (* (pow x 4) (- (* (pow x 2) (- (* -1/2 (/ (* (pow x 2) (+ (* 1/64 (/ 1 (* (pow p 8) (pow (sqrt 1/2) 2)))) (* 3/8 (/ 1 (pow p 8))))) (sqrt 1/2))) (* 1/8 (/ 1 (* (pow p 6) (sqrt 1/2)))))) (* 1/8 (/ 1 (* (pow p 4) (sqrt 1/2))))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 (*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal -1/2 binary64)) (+.f64 (/.f64 #s(literal 1/32 binary64) (pow.f64 p #s(literal 8 binary64))) (/.f64 #s(literal 3/8 binary64) (pow.f64 p #s(literal 8 binary64))))) (sqrt.f64 #s(literal 1/2 binary64))) (/.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (pow.f64 p #s(literal 6 binary64)))))) (/.f64 #s(literal -1/8 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (pow.f64 p #s(literal 4 binary64))))))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 p p)) (*.f64 x x))) |
(+ 1 (+ (* -1/2 (/ (pow p 2) (pow x 2))) (* 1/2 (/ (- (* -1/2 (+ (* -4 (pow p 4)) (* -2 (pow p 4)))) (* 1/4 (pow p 4))) (pow x 4))))) |
(+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 3 binary64)) (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -1/4 binary64)))) (*.f64 x (*.f64 x (*.f64 x x))))) |
(+ 1 (+ (* -1/2 (/ (pow p 2) (pow x 2))) (+ (* 1/2 (/ (- (* -1/2 (+ (* -4 (pow p 4)) (* -2 (pow p 4)))) (* 1/4 (pow p 4))) (pow x 4))) (* 1/2 (/ (- (* -1/2 (+ (* -2 (* (pow p 2) (+ (* -4 (pow p 4)) (* -2 (pow p 4))))) (* 4 (pow p 6)))) (* -1/2 (* (pow p 2) (- (* -1/2 (+ (* -4 (pow p 4)) (* -2 (pow p 4)))) (* 1/4 (pow p 4)))))) (pow x 6)))))) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 p p)) (*.f64 x x)) (+.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 3 binary64)) (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -1/4 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 p (*.f64 p (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -6 binary64))))) (+.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -2 binary64)) (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 p p)) (+.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 3 binary64)) (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -1/4 binary64)))))) (pow.f64 x #s(literal 6 binary64))))) #s(literal 1 binary64))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 p p)) (*.f64 x x))) |
(+ 1 (+ (* -1/2 (/ (+ (* -1/2 (+ (* 2 (pow p 4)) (* 4 (pow p 4)))) (* 1/4 (pow p 4))) (pow x 4))) (* -1/2 (/ (pow p 2) (pow x 2))))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 (/.f64 (*.f64 p p) x) x) (/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 1/4 binary64)) (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -3 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(+ 1 (+ (* -1/2 (/ (+ (* -1/2 (+ (* -4 (pow p 6)) (* -2 (* (pow p 2) (+ (* 2 (pow p 4)) (* 4 (pow p 4))))))) (* 1/2 (* (pow p 2) (+ (* -1/2 (+ (* 2 (pow p 4)) (* 4 (pow p 4)))) (* 1/4 (pow p 4)))))) (pow x 6))) (+ (* -1/2 (/ (+ (* -1/2 (+ (* 2 (pow p 4)) (* 4 (pow p 4)))) (* 1/4 (pow p 4))) (pow x 4))) (* -1/2 (/ (pow p 2) (pow x 2)))))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (+.f64 (+.f64 (/.f64 (/.f64 (*.f64 p p) x) x) (/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 1/4 binary64)) (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -3 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 (+.f64 (+.f64 (*.f64 #s(literal 2 binary64) (pow.f64 p #s(literal 6 binary64))) (*.f64 #s(literal 1 binary64) (*.f64 p (*.f64 p (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 6 binary64)))))) (*.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 1/4 binary64)) (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -3 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 p p)))) (pow.f64 x #s(literal 6 binary64)))))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 p p)) (*.f64 x x))) |
(+ 1 (* (pow p 2) (- (* 11/8 (/ (pow p 2) (pow x 4))) (* 1/2 (/ 1 (pow x 2)))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal 11/8 binary64))) (*.f64 x x)))) |
(+ 1 (* (pow p 2) (- (* (pow p 2) (+ (* -53/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) (* 1/2 (/ 1 (pow x 2)))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (*.f64 (/.f64 (*.f64 p p) (pow.f64 x #s(literal 6 binary64))) (*.f64 (*.f64 p p) #s(literal -53/16 binary64))) (/.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal 11/8 binary64))) (*.f64 x x))))) |
(sqrt 1/2) |
(sqrt.f64 #s(literal 1/2 binary64)) |
(+ (sqrt 1/2) (* -1/8 (/ (pow x 4) (* (pow p 4) (sqrt 1/2))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (pow.f64 p #s(literal 4 binary64))))) |
(+ (sqrt 1/2) (+ (* -1/8 (/ (pow x 4) (* (pow p 4) (sqrt 1/2)))) (* -1/8 (/ (pow x 6) (* (pow p 6) (sqrt 1/2)))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 #s(literal -1/8 binary64) (+.f64 (/.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (pow.f64 p #s(literal 4 binary64))) (sqrt.f64 #s(literal 1/2 binary64))) (/.f64 (pow.f64 x #s(literal 6 binary64)) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (pow.f64 p #s(literal 6 binary64))))))) |
(+ (sqrt 1/2) (+ (* -1/8 (/ (pow x 4) (* (pow p 4) (sqrt 1/2)))) (+ (* -1/8 (/ (pow x 6) (* (pow p 6) (sqrt 1/2)))) (* 1/2 (/ (- (* -1/2 (+ (* 1/4 (pow x 8)) (* 1/2 (pow x 8)))) (* 1/64 (/ (pow x 8) (pow (sqrt 1/2) 2)))) (* (pow p 8) (sqrt 1/2))))))) |
(+.f64 (*.f64 #s(literal -1/8 binary64) (+.f64 (/.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (pow.f64 p #s(literal 4 binary64))) (sqrt.f64 #s(literal 1/2 binary64))) (/.f64 (pow.f64 x #s(literal 6 binary64)) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (pow.f64 p #s(literal 6 binary64)))))) (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 (pow.f64 x #s(literal 8 binary64)) #s(literal -3/8 binary64)) (/.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 x #s(literal 8 binary64))) #s(literal -1/2 binary64))) (pow.f64 p #s(literal 8 binary64))) (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 1/2 binary64)))) (sqrt.f64 #s(literal 1/2 binary64)))) |
(sqrt 1/2) |
(sqrt.f64 #s(literal 1/2 binary64)) |
(+ (sqrt 1/2) (* -1/8 (/ (pow x 4) (* (pow p 4) (sqrt 1/2))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (pow.f64 p #s(literal 4 binary64))))) |
(+ (sqrt 1/2) (+ (* -1/8 (/ (pow x 4) (* (pow p 4) (sqrt 1/2)))) (* -1/8 (/ (pow x 6) (* (pow p 6) (sqrt 1/2)))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 #s(literal -1/8 binary64) (+.f64 (/.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (pow.f64 p #s(literal 4 binary64))) (sqrt.f64 #s(literal 1/2 binary64))) (/.f64 (pow.f64 x #s(literal 6 binary64)) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (pow.f64 p #s(literal 6 binary64))))))) |
(+ (sqrt 1/2) (+ (* -1/8 (/ (pow x 4) (* (pow p 4) (sqrt 1/2)))) (+ (* -1/8 (/ (pow x 6) (* (pow p 6) (sqrt 1/2)))) (* 1/2 (/ (- (* -1/2 (+ (* 1/4 (pow x 8)) (* 1/2 (pow x 8)))) (* 1/64 (/ (pow x 8) (pow (sqrt 1/2) 2)))) (* (pow p 8) (sqrt 1/2))))))) |
(+.f64 (*.f64 #s(literal -1/8 binary64) (+.f64 (/.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (pow.f64 p #s(literal 4 binary64))) (sqrt.f64 #s(literal 1/2 binary64))) (/.f64 (pow.f64 x #s(literal 6 binary64)) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (pow.f64 p #s(literal 6 binary64)))))) (+.f64 (*.f64 (/.f64 (+.f64 (*.f64 (pow.f64 x #s(literal 8 binary64)) #s(literal -3/8 binary64)) (/.f64 (*.f64 #s(literal 1/64 binary64) (pow.f64 x #s(literal 8 binary64))) #s(literal -1/2 binary64))) (pow.f64 p #s(literal 8 binary64))) (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 1/2 binary64)))) (sqrt.f64 #s(literal 1/2 binary64)))) |
1/2 |
#s(literal 1/2 binary64) |
(+ 1/2 (* -1/4 (/ (pow x 4) (pow p 4)))) |
(+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/4 binary64)) (pow.f64 p #s(literal 4 binary64)))) |
(+ 1/2 (* (pow x 4) (- (* -1/4 (/ (pow x 2) (pow p 6))) (* 1/4 (/ 1 (pow p 4)))))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal -1/4 binary64)) (pow.f64 p #s(literal 6 binary64))) (/.f64 #s(literal -1/4 binary64) (pow.f64 p #s(literal 4 binary64)))))) |
(+ 1/2 (* (pow x 4) (- (* (pow x 2) (- (* -3/8 (/ (pow x 2) (pow p 8))) (* 1/4 (/ 1 (pow p 6))))) (* 1/4 (/ 1 (pow p 4)))))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 (*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal -3/8 binary64)) (pow.f64 p #s(literal 8 binary64))) (/.f64 #s(literal -1/4 binary64) (pow.f64 p #s(literal 6 binary64))))) (/.f64 #s(literal -1/4 binary64) (pow.f64 p #s(literal 4 binary64)))))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1 (/ (pow p 2) (pow x 2)))) |
(-.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 p p) x) x)) |
(+ 1 (+ (* -1 (/ (pow p 2) (pow x 2))) (* -1/2 (/ (+ (* -4 (pow p 4)) (* -2 (pow p 4))) (pow x 4))))) |
(+.f64 (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 p p) x) x)) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 3 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) |
(+ 1 (+ (* -1 (/ (pow p 2) (pow x 2))) (+ (* -1/2 (/ (+ (* -4 (pow p 4)) (* -2 (pow p 4))) (pow x 4))) (* -1/2 (/ (+ (* -2 (* (pow p 2) (+ (* -4 (pow p 4)) (* -2 (pow p 4))))) (* 4 (pow p 6))) (pow x 6)))))) |
(+.f64 (+.f64 (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 p p) x) x)) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 3 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 p (*.f64 p (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -6 binary64))))) (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -2 binary64))) (pow.f64 x #s(literal 6 binary64)))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1 (/ (pow p 2) (pow x 2)))) |
(-.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 p p) x) x)) |
(- (+ 1 (* 1/2 (/ (+ (* 2 (pow p 4)) (* 4 (pow p 4))) (pow x 4)))) (/ (pow p 2) (pow x 2))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 6 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 p p) x) x))) |
(- (+ 1 (* 1/2 (/ (+ (* -4 (pow p 6)) (* -2 (* (pow p 2) (+ (* 2 (pow p 4)) (* 4 (pow p 4)))))) (pow x 6)))) (+ (* -1/2 (/ (+ (* 2 (pow p 4)) (* 4 (pow p 4))) (pow x 4))) (/ (pow p 2) (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -4 binary64)) (*.f64 (*.f64 p p) (*.f64 #s(literal -2 binary64) (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 6 binary64)))))) (pow.f64 x #s(literal 6 binary64))) (+.f64 (/.f64 (/.f64 (*.f64 p p) x) x) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -3 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1 (/ (pow p 2) (pow x 2)))) |
(-.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 p p) x) x)) |
(+ 1 (* (pow p 2) (- (* 3 (/ (pow p 2) (pow x 4))) (/ 1 (pow x 2))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal -1 binary64) (*.f64 x x)) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) (/.f64 #s(literal 3 binary64) (*.f64 x x)))))) |
(+ 1 (* (pow p 2) (- (* (pow p 2) (+ (* -8 (/ (pow p 2) (pow x 6))) (* 3 (/ 1 (pow x 4))))) (/ 1 (pow x 2))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -8 binary64)) (pow.f64 x #s(literal 6 binary64))) (/.f64 #s(literal 3 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1 binary64) (*.f64 x x))))) |
1/2 |
#s(literal 1/2 binary64) |
(+ 1/2 (* -1/4 (/ (pow x 4) (pow p 4)))) |
(+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/4 binary64)) (pow.f64 p #s(literal 4 binary64)))) |
(+ 1/2 (+ (* -1/4 (/ (pow x 4) (pow p 4))) (* -1/4 (/ (pow x 6) (pow p 6))))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/4 binary64) (+.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (pow.f64 p #s(literal 4 binary64))) (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 p #s(literal 6 binary64)))))) |
(+ 1/2 (+ (* -1/2 (/ (+ (* 1/4 (pow x 8)) (* 1/2 (pow x 8))) (pow p 8))) (+ (* -1/4 (/ (pow x 4) (pow p 4))) (* -1/4 (/ (pow x 6) (pow p 6)))))) |
(+.f64 (*.f64 #s(literal -1/4 binary64) (+.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (pow.f64 p #s(literal 4 binary64))) (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 p #s(literal 6 binary64))))) (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal 8 binary64)) #s(literal -3/8 binary64)) (pow.f64 p #s(literal 8 binary64))))) |
1/2 |
#s(literal 1/2 binary64) |
(+ 1/2 (* -1/4 (/ (pow x 4) (pow p 4)))) |
(+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/4 binary64)) (pow.f64 p #s(literal 4 binary64)))) |
(+ 1/2 (+ (* -1/4 (/ (pow x 4) (pow p 4))) (* -1/4 (/ (pow x 6) (pow p 6))))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/4 binary64) (+.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (pow.f64 p #s(literal 4 binary64))) (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 p #s(literal 6 binary64)))))) |
(+ 1/2 (+ (* -1/2 (/ (+ (* 1/4 (pow x 8)) (* 1/2 (pow x 8))) (pow p 8))) (+ (* -1/4 (/ (pow x 4) (pow p 4))) (* -1/4 (/ (pow x 6) (pow p 6)))))) |
(+.f64 (*.f64 #s(literal -1/4 binary64) (+.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (pow.f64 p #s(literal 4 binary64))) (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 p #s(literal 6 binary64))))) (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal 8 binary64)) #s(literal -3/8 binary64)) (pow.f64 p #s(literal 8 binary64))))) |
(* -1/4 (/ (pow x 4) (pow p 4))) |
(/.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/4 binary64)) (pow.f64 p #s(literal 4 binary64))) |
(* (pow x 4) (- (* -1/4 (/ (pow x 2) (pow p 6))) (* 1/4 (/ 1 (pow p 4))))) |
(*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal -1/4 binary64)) (pow.f64 p #s(literal 6 binary64))) (/.f64 #s(literal -1/4 binary64) (pow.f64 p #s(literal 4 binary64))))) |
(* (pow x 4) (- (* (pow x 2) (- (* -3/8 (/ (pow x 2) (pow p 8))) (* 1/4 (/ 1 (pow p 6))))) (* 1/4 (/ 1 (pow p 4))))) |
(*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 (*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal -3/8 binary64)) (pow.f64 p #s(literal 8 binary64))) (/.f64 #s(literal -1/4 binary64) (pow.f64 p #s(literal 6 binary64))))) (/.f64 #s(literal -1/4 binary64) (pow.f64 p #s(literal 4 binary64))))) |
(* (pow x 4) (- (* (pow x 2) (- (* (pow x 2) (- (* -1/2 (/ (pow x 2) (pow p 10))) (* 3/8 (/ 1 (pow p 8))))) (* 1/4 (/ 1 (pow p 6))))) (* 1/4 (/ 1 (pow p 4))))) |
(*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 (*.f64 (*.f64 x x) (+.f64 (*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal -1/2 binary64)) (pow.f64 p #s(literal 10 binary64))) (/.f64 #s(literal -3/8 binary64) (pow.f64 p #s(literal 8 binary64))))) (/.f64 #s(literal -1/4 binary64) (pow.f64 p #s(literal 6 binary64))))) (/.f64 #s(literal -1/4 binary64) (pow.f64 p #s(literal 4 binary64))))) |
1/2 |
#s(literal 1/2 binary64) |
(+ 1/2 (* -1 (/ (pow p 2) (pow x 2)))) |
(-.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 (*.f64 p p) x) x)) |
(- (+ 1/2 (* -1 (/ (+ (* -2 (pow p 4)) (* -1 (pow p 4))) (pow x 4)))) (/ (pow p 2) (pow x 2))) |
(-.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -3 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 (/.f64 (*.f64 p p) x) x)) |
(- (+ 1/2 (* -1 (/ (+ (* -2 (* (pow p 2) (+ (* -2 (pow p 4)) (* -1 (pow p 4))))) (* 2 (pow p 6))) (pow x 6)))) (+ (* -2 (/ (pow p 4) (pow x 4))) (+ (* -1 (/ (pow p 4) (pow x 4))) (/ (pow p 2) (pow x 2))))) |
(-.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 #s(literal 2 binary64) (pow.f64 p #s(literal 6 binary64))) (*.f64 #s(literal 1 binary64) (*.f64 p (*.f64 p (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 6 binary64)))))) (pow.f64 x #s(literal 6 binary64)))) (+.f64 (/.f64 (/.f64 (*.f64 p p) x) x) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -3 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))))) |
1/2 |
#s(literal 1/2 binary64) |
(+ 1/2 (* -1 (/ (pow p 2) (pow x 2)))) |
(-.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 (*.f64 p p) x) x)) |
(- (+ 1/2 (* -1 (/ (+ (* -2 (pow p 4)) (* -1 (pow p 4))) (pow x 4)))) (/ (pow p 2) (pow x 2))) |
(-.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -3 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 (/.f64 (*.f64 p p) x) x)) |
(- (+ 1/2 (* -1 (/ (+ (* -2 (* (pow p 2) (+ (* -2 (pow p 4)) (* -1 (pow p 4))))) (* 2 (pow p 6))) (pow x 6)))) (+ (* -2 (/ (pow p 4) (pow x 4))) (+ (* -1 (/ (pow p 4) (pow x 4))) (/ (pow p 2) (pow x 2))))) |
(-.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 #s(literal 2 binary64) (pow.f64 p #s(literal 6 binary64))) (*.f64 #s(literal 1 binary64) (*.f64 p (*.f64 p (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 6 binary64)))))) (pow.f64 x #s(literal 6 binary64)))) (+.f64 (/.f64 (/.f64 (*.f64 p p) x) x) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -3 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))))) |
1/2 |
#s(literal 1/2 binary64) |
(+ 1/2 (* -1 (/ (pow p 2) (pow x 2)))) |
(-.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 (*.f64 p p) x) x)) |
(+ 1/2 (* (pow p 2) (- (* 3 (/ (pow p 2) (pow x 4))) (/ 1 (pow x 2))))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal -1 binary64) (*.f64 x x)) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) (/.f64 #s(literal 3 binary64) (*.f64 x x)))))) |
(+ 1/2 (* (pow p 2) (- (* (pow p 2) (+ (* -8 (/ (pow p 2) (pow x 6))) (* 3 (/ 1 (pow x 4))))) (/ 1 (pow x 2))))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -8 binary64)) (pow.f64 x #s(literal 6 binary64))) (/.f64 #s(literal 3 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1 binary64) (*.f64 x x))))) |
(* -1/4 (/ (pow x 4) (pow p 4))) |
(/.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/4 binary64)) (pow.f64 p #s(literal 4 binary64))) |
(/ (+ (* -1/4 (/ (pow x 6) (pow p 2))) (* -1/4 (pow x 4))) (pow p 4)) |
(/.f64 (*.f64 #s(literal -1/4 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 (/.f64 (pow.f64 x #s(literal 6 binary64)) p) p))) (pow.f64 p #s(literal 4 binary64))) |
(/ (+ (* -1/2 (/ (+ (* 1/4 (pow x 8)) (* 1/2 (pow x 8))) (pow p 4))) (+ (* -1/4 (/ (pow x 6) (pow p 2))) (* -1/4 (pow x 4)))) (pow p 4)) |
(/.f64 (+.f64 (*.f64 #s(literal -1/4 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 (/.f64 (pow.f64 x #s(literal 6 binary64)) p) p))) (/.f64 (*.f64 (pow.f64 x #s(literal 8 binary64)) #s(literal -3/8 binary64)) (pow.f64 p #s(literal 4 binary64)))) (pow.f64 p #s(literal 4 binary64))) |
(/ (+ (* -1/2 (/ (+ (* 1/4 (pow x 8)) (* 1/2 (pow x 8))) (pow p 4))) (+ (* -1/2 (/ (+ (* 1/4 (pow x 10)) (* (pow x 2) (+ (* 1/4 (pow x 8)) (* 1/2 (pow x 8))))) (pow p 6))) (+ (* -1/4 (/ (pow x 6) (pow p 2))) (* -1/4 (pow x 4))))) (pow p 4)) |
(/.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/4 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 (/.f64 (pow.f64 x #s(literal 6 binary64)) p) p))) (/.f64 (*.f64 (pow.f64 x #s(literal 8 binary64)) #s(literal -3/8 binary64)) (pow.f64 p #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 x #s(literal 10 binary64))) (*.f64 x (*.f64 x (*.f64 (pow.f64 x #s(literal 8 binary64)) #s(literal 3/4 binary64)))))) (pow.f64 p #s(literal 6 binary64)))) (pow.f64 p #s(literal 4 binary64))) |
(* -1/4 (/ (pow x 4) (pow p 4))) |
(/.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/4 binary64)) (pow.f64 p #s(literal 4 binary64))) |
(/ (+ (* -1/4 (/ (pow x 6) (pow p 2))) (* -1/4 (pow x 4))) (pow p 4)) |
(/.f64 (*.f64 #s(literal -1/4 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 (/.f64 (pow.f64 x #s(literal 6 binary64)) p) p))) (pow.f64 p #s(literal 4 binary64))) |
(/ (+ (* -1/2 (/ (+ (* 1/4 (pow x 8)) (* 1/2 (pow x 8))) (pow p 4))) (+ (* -1/4 (/ (pow x 6) (pow p 2))) (* -1/4 (pow x 4)))) (pow p 4)) |
(/.f64 (+.f64 (*.f64 #s(literal -1/4 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 (/.f64 (pow.f64 x #s(literal 6 binary64)) p) p))) (/.f64 (*.f64 (pow.f64 x #s(literal 8 binary64)) #s(literal -3/8 binary64)) (pow.f64 p #s(literal 4 binary64)))) (pow.f64 p #s(literal 4 binary64))) |
(/ (+ (* -1/2 (/ (+ (* 1/4 (pow x 8)) (* 1/2 (pow x 8))) (pow p 4))) (+ (* -1/2 (/ (+ (* 1/4 (pow x 10)) (* (pow x 2) (+ (* 1/4 (pow x 8)) (* 1/2 (pow x 8))))) (pow p 6))) (+ (* -1/4 (/ (pow x 6) (pow p 2))) (* -1/4 (pow x 4))))) (pow p 4)) |
(/.f64 (+.f64 (+.f64 (*.f64 #s(literal -1/4 binary64) (+.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 (/.f64 (pow.f64 x #s(literal 6 binary64)) p) p))) (/.f64 (*.f64 (pow.f64 x #s(literal 8 binary64)) #s(literal -3/8 binary64)) (pow.f64 p #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 x #s(literal 10 binary64))) (*.f64 x (*.f64 x (*.f64 (pow.f64 x #s(literal 8 binary64)) #s(literal 3/4 binary64)))))) (pow.f64 p #s(literal 6 binary64)))) (pow.f64 p #s(literal 4 binary64))) |
(* -2 (/ (pow p 4) (pow x 3))) |
(/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -2 binary64)) (*.f64 x (*.f64 x x))) |
(/ (+ (* -2 (pow p 4)) (* 2 (* (pow p 2) (pow x 2)))) (pow x 3)) |
(/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -2 binary64)) (*.f64 x (*.f64 x (*.f64 #s(literal 2 binary64) (*.f64 p p))))) (*.f64 x (*.f64 x x))) |
(/ (+ (* -2 (pow p 4)) (* (pow x 2) (+ (* 2 (pow p 2)) (pow x 2)))) (pow x 3)) |
(/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -2 binary64)) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) (*.f64 #s(literal 2 binary64) (*.f64 p p))))) (*.f64 x (*.f64 x x))) |
(/ (+ (* -2 (pow p 4)) (* (pow x 2) (+ (* 2 (pow p 2)) (pow x 2)))) (pow x 3)) |
(/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -2 binary64)) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) (*.f64 #s(literal 2 binary64) (*.f64 p p))))) (*.f64 x (*.f64 x x))) |
x |
(* x (+ 1 (* 2 (/ (pow p 2) (pow x 2))))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 (*.f64 p p) x) x)))) |
(* x (+ 1 (+ (* -2 (/ (pow p 4) (pow x 4))) (* 2 (/ (pow p 2) (pow x 2)))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -2 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 (*.f64 p p) x) x))))) |
(* x (+ 1 (+ (* -2 (/ (pow p 4) (pow x 4))) (* 2 (/ (pow p 2) (pow x 2)))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -2 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (/.f64 (/.f64 (*.f64 p p) x) x))))) |
x |
(* -1 (* x (- (* -2 (/ (pow p 2) (pow x 2))) 1))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -2 binary64))))) |
(* -1 (* x (- (+ (* -2 (/ (pow p 2) (pow x 2))) (* 2 (/ (pow p 4) (pow x 4)))) 1))) |
(*.f64 (+.f64 (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 2 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (+.f64 #s(literal -1 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -2 binary64)))) (neg.f64 x)) |
(* -1 (* x (- (+ (* -2 (/ (pow p 2) (pow x 2))) (* 2 (/ (pow p 4) (pow x 4)))) 1))) |
(*.f64 (+.f64 (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 2 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (+.f64 #s(literal -1 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -2 binary64)))) (neg.f64 x)) |
x |
(+ x (* 2 (/ (pow p 2) x))) |
(+.f64 x (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 p p)) x)) |
(+ x (* (pow p 2) (+ (* -2 (/ (pow p 2) (pow x 3))) (* 2 (/ 1 x))))) |
(+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -2 binary64)) x) (/.f64 #s(literal 2 binary64) x))))) |
(+ x (* (pow p 2) (+ (* -2 (/ (pow p 2) (pow x 3))) (* 2 (/ 1 x))))) |
(+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -2 binary64)) x) (/.f64 #s(literal 2 binary64) x))))) |
(* -2 (/ (pow p 4) (pow x 3))) |
(/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -2 binary64)) (*.f64 x (*.f64 x x))) |
(* (pow p 4) (- (* 2 (/ 1 (* (pow p 2) x))) (* 2 (/ 1 (pow x 3))))) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 x (*.f64 p p))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))) |
(* (pow p 4) (- (+ (/ 2 (* (pow p 2) x)) (/ x (pow p 4))) (* 2 (/ 1 (pow x 3))))) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 x (*.f64 p p))) (+.f64 (/.f64 x (pow.f64 p #s(literal 4 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))) |
(* (pow p 4) (- (+ (/ 2 (* (pow p 2) x)) (/ x (pow p 4))) (* 2 (/ 1 (pow x 3))))) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 x (*.f64 p p))) (+.f64 (/.f64 x (pow.f64 p #s(literal 4 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))) |
(* -2 (/ (pow p 4) (pow x 3))) |
(/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -2 binary64)) (*.f64 x (*.f64 x x))) |
(* (pow p 4) (- (* 2 (/ 1 (* (pow p 2) x))) (* 2 (/ 1 (pow x 3))))) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 x (*.f64 p p))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))) |
(* (pow p 4) (- (+ (/ 2 (* (pow p 2) x)) (/ x (pow p 4))) (* 2 (/ 1 (pow x 3))))) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 x (*.f64 p p))) (+.f64 (/.f64 x (pow.f64 p #s(literal 4 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))) |
(* (pow p 4) (- (+ (/ 2 (* (pow p 2) x)) (/ x (pow p 4))) (* 2 (/ 1 (pow x 3))))) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 x (*.f64 p p))) (+.f64 (/.f64 x (pow.f64 p #s(literal 4 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* p (- (* 3/2 (/ (pow p 2) (pow x 3))) (/ 1 x))) |
(*.f64 p (+.f64 (*.f64 (/.f64 (/.f64 (/.f64 (*.f64 p p) x) x) x) #s(literal 3/2 binary64)) (/.f64 #s(literal -1 binary64) x))) |
(* p (- (* 3/2 (/ (pow p 2) (pow x 3))) (/ 1 x))) |
(*.f64 p (+.f64 (*.f64 (/.f64 (/.f64 (/.f64 (*.f64 p p) x) x) x) #s(literal 3/2 binary64)) (/.f64 #s(literal -1 binary64) x))) |
(* p (- (* 3/2 (/ (pow p 2) (pow x 3))) (/ 1 x))) |
(*.f64 p (+.f64 (*.f64 (/.f64 (/.f64 (/.f64 (*.f64 p p) x) x) x) #s(literal 3/2 binary64)) (/.f64 #s(literal -1 binary64) x))) |
(* 3/2 (/ (pow p 3) (pow x 3))) |
(/.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) (*.f64 x (*.f64 x x))) |
(* (pow p 3) (- (* 3/2 (/ 1 (pow x 3))) (/ 1 (* (pow p 2) x)))) |
(*.f64 (*.f64 p (*.f64 p p)) (+.f64 (/.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x x)) x) (/.f64 #s(literal -1 binary64) (*.f64 x (*.f64 p p))))) |
(* (pow p 3) (- (* 3/2 (/ 1 (pow x 3))) (/ 1 (* (pow p 2) x)))) |
(*.f64 (*.f64 p (*.f64 p p)) (+.f64 (/.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x x)) x) (/.f64 #s(literal -1 binary64) (*.f64 x (*.f64 p p))))) |
(* (pow p 3) (- (* 3/2 (/ 1 (pow x 3))) (/ 1 (* (pow p 2) x)))) |
(*.f64 (*.f64 p (*.f64 p p)) (+.f64 (/.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x x)) x) (/.f64 #s(literal -1 binary64) (*.f64 x (*.f64 p p))))) |
(* 3/2 (/ (pow p 3) (pow x 3))) |
(/.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) (*.f64 x (*.f64 x x))) |
(* -1 (* (pow p 3) (- (/ 1 (* (pow p 2) x)) (* 3/2 (/ 1 (pow x 3)))))) |
(*.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 p p))) (/.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x x)) x)) (neg.f64 (*.f64 p (*.f64 p p)))) |
(* -1 (* (pow p 3) (- (/ 1 (* (pow p 2) x)) (* 3/2 (/ 1 (pow x 3)))))) |
(*.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 p p))) (/.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x x)) x)) (neg.f64 (*.f64 p (*.f64 p p)))) |
(* -1 (* (pow p 3) (- (/ 1 (* (pow p 2) x)) (* 3/2 (/ 1 (pow x 3)))))) |
(*.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 p p))) (/.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x x)) x)) (neg.f64 (*.f64 p (*.f64 p p)))) |
(* 3/2 (/ (pow p 3) (pow x 3))) |
(/.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) (*.f64 x (*.f64 x x))) |
(/ (+ (* -1 (* p (pow x 2))) (* 3/2 (pow p 3))) (pow x 3)) |
(/.f64 (-.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) (*.f64 x (*.f64 x p))) (*.f64 x (*.f64 x x))) |
(/ (+ (* -1 (* p (pow x 2))) (* 3/2 (pow p 3))) (pow x 3)) |
(/.f64 (-.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) (*.f64 x (*.f64 x p))) (*.f64 x (*.f64 x x))) |
(/ (+ (* -1 (* p (pow x 2))) (* 3/2 (pow p 3))) (pow x 3)) |
(/.f64 (-.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) (*.f64 x (*.f64 x p))) (*.f64 x (*.f64 x x))) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(/ (+ (* -1 p) (* 3/2 (/ (pow p 3) (pow x 2)))) x) |
(/.f64 (-.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 (/.f64 (*.f64 p (*.f64 p p)) x) x)) p) x) |
(/ (+ (* -1 p) (* 3/2 (/ (pow p 3) (pow x 2)))) x) |
(/.f64 (-.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 (/.f64 (*.f64 p (*.f64 p p)) x) x)) p) x) |
(/ (+ (* -1 p) (* 3/2 (/ (pow p 3) (pow x 2)))) x) |
(/.f64 (-.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 (/.f64 (*.f64 p (*.f64 p p)) x) x)) p) x) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* -1 (/ (+ p (* -3/2 (/ (pow p 3) (pow x 2)))) x)) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal -3/2 binary64)) x)) x) (/.f64 p #s(literal -1 binary64))) |
(* -1 (/ (+ p (* -3/2 (/ (pow p 3) (pow x 2)))) x)) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal -3/2 binary64)) x)) x) (/.f64 p #s(literal -1 binary64))) |
(* -1 (/ (+ p (* -3/2 (/ (pow p 3) (pow x 2)))) x)) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal -3/2 binary64)) x)) x) (/.f64 p #s(literal -1 binary64))) |
p |
(* p (+ 1 (* -3/2 (/ (pow p 2) (pow x 2))))) |
(*.f64 p (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal -3/2 binary64)) x))) |
(* p (+ 1 (* -3/2 (/ (pow p 2) (pow x 2))))) |
(*.f64 p (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal -3/2 binary64)) x))) |
(* p (+ 1 (* -3/2 (/ (pow p 2) (pow x 2))))) |
(*.f64 p (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal -3/2 binary64)) x))) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) p)) |
(* (pow p 3) (- (/ 1 (pow p 2)) (* 3/2 (/ 1 (pow x 2))))) |
(*.f64 (*.f64 p (*.f64 p p)) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 p p)) (/.f64 #s(literal -3/2 binary64) (*.f64 x x)))) |
(* (pow p 3) (- (/ 1 (pow p 2)) (* 3/2 (/ 1 (pow x 2))))) |
(*.f64 (*.f64 p (*.f64 p p)) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 p p)) (/.f64 #s(literal -3/2 binary64) (*.f64 x x)))) |
(* (pow p 3) (- (/ 1 (pow p 2)) (* 3/2 (/ 1 (pow x 2))))) |
(*.f64 (*.f64 p (*.f64 p p)) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 p p)) (/.f64 #s(literal -3/2 binary64) (*.f64 x x)))) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) p)) |
(* -1 (* (pow p 3) (- (* 3/2 (/ 1 (pow x 2))) (/ 1 (pow p 2))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 p (*.f64 p p)) (+.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x x)) (/.f64 #s(literal -1 binary64) (*.f64 p p))))) |
(* -1 (* (pow p 3) (- (* 3/2 (/ 1 (pow x 2))) (/ 1 (pow p 2))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 p (*.f64 p p)) (+.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x x)) (/.f64 #s(literal -1 binary64) (*.f64 p p))))) |
(* -1 (* (pow p 3) (- (* 3/2 (/ 1 (pow x 2))) (/ 1 (pow p 2))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 p (*.f64 p p)) (+.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x x)) (/.f64 #s(literal -1 binary64) (*.f64 p p))))) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) p)) |
(/ (+ (* -3/2 (pow p 3)) (* p (pow x 2))) (pow x 2)) |
(/.f64 (+.f64 (*.f64 x (*.f64 x p)) (*.f64 p (*.f64 (*.f64 p p) #s(literal -3/2 binary64)))) (*.f64 x x)) |
(/ (+ (* -3/2 (pow p 3)) (* p (pow x 2))) (pow x 2)) |
(/.f64 (+.f64 (*.f64 x (*.f64 x p)) (*.f64 p (*.f64 (*.f64 p p) #s(literal -3/2 binary64)))) (*.f64 x x)) |
(/ (+ (* -3/2 (pow p 3)) (* p (pow x 2))) (pow x 2)) |
(/.f64 (+.f64 (*.f64 x (*.f64 x p)) (*.f64 p (*.f64 (*.f64 p p) #s(literal -3/2 binary64)))) (*.f64 x x)) |
p |
(+ p (* -3/2 (/ (pow p 3) (pow x 2)))) |
(*.f64 p (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal -3/2 binary64)) x))) |
(+ p (* -3/2 (/ (pow p 3) (pow x 2)))) |
(*.f64 p (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal -3/2 binary64)) x))) |
(+ p (* -3/2 (/ (pow p 3) (pow x 2)))) |
(*.f64 p (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal -3/2 binary64)) x))) |
p |
(+ p (* -3/2 (/ (pow p 3) (pow x 2)))) |
(*.f64 p (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal -3/2 binary64)) x))) |
(+ p (* -3/2 (/ (pow p 3) (pow x 2)))) |
(*.f64 p (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal -3/2 binary64)) x))) |
(+ p (* -3/2 (/ (pow p 3) (pow x 2)))) |
(*.f64 p (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal -3/2 binary64)) x))) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) p)) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) p)) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) p)) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) p)) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) p)) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) p)) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) p)) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) p)) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) p)) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) p)) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) p)) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) p)) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) p)) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) p)) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) p)) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) p)) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) p)) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) p)) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) p)) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) p)) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) p)) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) p)) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) p)) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(*.f64 #s(literal -3/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) p)) |
(* -3/2 (pow p 4)) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -3/2 binary64)) |
(* -3/2 (pow p 4)) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -3/2 binary64)) |
(* -3/2 (pow p 4)) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -3/2 binary64)) |
(* -3/2 (pow p 4)) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -3/2 binary64)) |
(* -3/2 (pow p 4)) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -3/2 binary64)) |
(* -3/2 (pow p 4)) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -3/2 binary64)) |
(* -3/2 (pow p 4)) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -3/2 binary64)) |
(* -3/2 (pow p 4)) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -3/2 binary64)) |
(* -3/2 (pow p 4)) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -3/2 binary64)) |
(* -3/2 (pow p 4)) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -3/2 binary64)) |
(* -3/2 (pow p 4)) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -3/2 binary64)) |
(* -3/2 (pow p 4)) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -3/2 binary64)) |
(sqrt 1/2) |
(sqrt.f64 #s(literal 1/2 binary64)) |
(+ (sqrt 1/2) (* 1/8 (/ x (* p (sqrt 1/2))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 (*.f64 x #s(literal 1/8 binary64)) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) p))) |
(+ (sqrt 1/2) (* x (+ (* -1/128 (/ x (* (pow p 2) (pow (sqrt 1/2) 3)))) (* 1/8 (/ 1 (* p (sqrt 1/2))))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 x (+.f64 (/.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -1/64 binary64)) (*.f64 p p)) (/.f64 #s(literal 1/8 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) p))))) |
(+ (sqrt 1/2) (* x (+ (* x (- (* 1/1024 (/ x (* (pow p 3) (pow (sqrt 1/2) 5)))) (* 1/128 (/ 1 (* (pow p 2) (pow (sqrt 1/2) 3)))))) (* 1/8 (/ 1 (* p (sqrt 1/2))))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 x (+.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) p)) (*.f64 x (+.f64 (/.f64 (*.f64 x #s(literal 1/1024 binary64)) (*.f64 (*.f64 p (*.f64 p p)) (pow.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 5 binary64)))) (/.f64 #s(literal -1/128 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 p p))))))))) |
(* 1/2 (sqrt (/ x p))) |
(*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 x p))) |
(* x (+ (* 1/2 (sqrt (/ 1 (* p x)))) (* 1/2 (sqrt (/ p (pow x 3)))))) |
(*.f64 (*.f64 x #s(literal 1/2 binary64)) (+.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) p)) (sqrt.f64 (/.f64 (/.f64 p x) (*.f64 x x))))) |
(* x (+ (* -1/4 (sqrt (/ (pow p 3) (pow x 5)))) (+ (* 1/2 (sqrt (/ 1 (* p x)))) (* 1/2 (sqrt (/ p (pow x 3))))))) |
(*.f64 x (+.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) p)) (sqrt.f64 (/.f64 (/.f64 p x) (*.f64 x x))))) (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (/.f64 (*.f64 p (*.f64 p p)) (pow.f64 x #s(literal 5 binary64))))))) |
(* x (+ (* -1/4 (sqrt (/ (pow p 3) (pow x 5)))) (+ (* 1/4 (sqrt (/ (pow p 5) (pow x 7)))) (+ (* 1/2 (sqrt (/ 1 (* p x)))) (* 1/2 (sqrt (/ p (pow x 3)))))))) |
(*.f64 x (+.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) p)) (sqrt.f64 (/.f64 (/.f64 p x) (*.f64 x x))))) (+.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (/.f64 (*.f64 p (*.f64 p p)) (pow.f64 x #s(literal 5 binary64))))) (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 (pow.f64 p #s(literal 5 binary64)) (pow.f64 x #s(literal 7 binary64)))))))) |
(* -1 (* (sqrt (/ x p)) (* (sqrt -1) (sqrt -1/4)))) |
(*.f64 (*.f64 (sqrt.f64 (/.f64 x p)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 (sqrt.f64 #s(literal -1/4 binary64)) #s(literal -1 binary64))) |
(* -1 (* x (+ (* 1/4 (* (sqrt (/ p (pow x 3))) (/ (sqrt -1) (sqrt -1/4)))) (* (sqrt (/ 1 (* p x))) (* (sqrt -1) (sqrt -1/4)))))) |
(*.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 p x) (*.f64 x x))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1/4 binary64))))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) p)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1/4 binary64))))) (neg.f64 x)) |
(* -1 (* x (+ (* -1/32 (* (sqrt (/ (pow p 3) (pow x 5))) (/ (sqrt -1) (pow (sqrt -1/4) 3)))) (+ (* 1/4 (* (sqrt (/ p (pow x 3))) (/ (sqrt -1) (sqrt -1/4)))) (* (sqrt (/ 1 (* p x))) (* (sqrt -1) (sqrt -1/4))))))) |
(*.f64 (+.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 p x) (*.f64 x x))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1/4 binary64))))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) p)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1/4 binary64))))) (*.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 p (*.f64 p p)) (pow.f64 x #s(literal 5 binary64)))) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -1/4 binary64))))) (neg.f64 x)) |
(* -1 (* x (+ (* -1/32 (* (sqrt (/ (pow p 3) (pow x 5))) (/ (sqrt -1) (pow (sqrt -1/4) 3)))) (+ (* 1/128 (* (sqrt (/ (pow p 5) (pow x 7))) (/ (sqrt -1) (pow (sqrt -1/4) 5)))) (+ (* 1/4 (* (sqrt (/ p (pow x 3))) (/ (sqrt -1) (sqrt -1/4)))) (* (sqrt (/ 1 (* p x))) (* (sqrt -1) (sqrt -1/4)))))))) |
(*.f64 (+.f64 (*.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 (sqrt.f64 (/.f64 (*.f64 p (*.f64 p p)) (pow.f64 x #s(literal 5 binary64)))) (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -1/4 binary64)))) (+.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (sqrt.f64 (/.f64 (/.f64 p x) (*.f64 x x))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1/4 binary64))))) (*.f64 (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) p)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1/4 binary64))))) (*.f64 (sqrt.f64 (/.f64 (pow.f64 p #s(literal 5 binary64)) (pow.f64 x #s(literal 7 binary64)))) (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 (sqrt.f64 #s(literal -1/4 binary64)) #s(literal 5 binary64))) #s(literal 1/128 binary64))))) (neg.f64 x)) |
(* 1/2 (sqrt (/ x p))) |
(*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 x p))) |
(/ (+ (* 1/2 (sqrt (* p x))) (* 1/2 (sqrt (/ (pow p 3) x)))) p) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (sqrt.f64 (*.f64 x p)) (sqrt.f64 (/.f64 (*.f64 p (*.f64 p p)) x)))) p) |
(/ (+ (* 1/2 (sqrt (* p x))) (* (pow p 2) (+ (* -1/4 (sqrt (/ p (pow x 3)))) (* 1/2 (sqrt (/ 1 (* p x))))))) p) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (*.f64 x p))) (*.f64 (*.f64 p p) (+.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) p))) (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (/.f64 (/.f64 p x) (*.f64 x x))))))) p) |
(/ (+ (* 1/2 (sqrt (* p x))) (* (pow p 2) (+ (* 1/2 (sqrt (/ 1 (* p x)))) (* (pow p 2) (+ (* -1/4 (sqrt (/ 1 (* (pow p 3) (pow x 3))))) (* 1/4 (sqrt (/ 1 (* p (pow x 5)))))))))) p) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (*.f64 x p))) (*.f64 (*.f64 p p) (+.f64 (*.f64 #s(literal 1/2 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) p))) (*.f64 (*.f64 p p) (+.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 p (*.f64 p p))) (*.f64 x (*.f64 x x))))) (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 p (pow.f64 x #s(literal 5 binary64))))))))))) p) |
(sqrt 1/2) |
(sqrt.f64 #s(literal 1/2 binary64)) |
(+ (sqrt 1/2) (* 1/8 (/ x (* p (sqrt 1/2))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 (*.f64 x #s(literal 1/8 binary64)) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) p))) |
(+ (sqrt 1/2) (+ (* -1/128 (/ (pow x 2) (* (pow p 2) (pow (sqrt 1/2) 3)))) (* 1/8 (/ x (* p (sqrt 1/2)))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 x (+.f64 (/.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -1/64 binary64)) (*.f64 p p)) (/.f64 #s(literal 1/8 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) p))))) |
(+ (sqrt 1/2) (+ (* -1/128 (/ (pow x 2) (* (pow p 2) (pow (sqrt 1/2) 3)))) (+ (* 1/1024 (/ (pow x 3) (* (pow p 3) (pow (sqrt 1/2) 5)))) (* 1/8 (/ x (* p (sqrt 1/2))))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (*.f64 x (+.f64 (/.f64 (*.f64 (/.f64 x (sqrt.f64 #s(literal 1/2 binary64))) #s(literal -1/64 binary64)) (*.f64 p p)) (/.f64 #s(literal 1/8 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) p)))) (/.f64 (*.f64 (*.f64 #s(literal 1/1024 binary64) (*.f64 x x)) x) (*.f64 (*.f64 p (*.f64 p p)) (pow.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 5 binary64)))))) |
(sqrt 1/2) |
(sqrt.f64 #s(literal 1/2 binary64)) |
(+ (sqrt 1/2) (* 1/8 (/ x (* p (sqrt 1/2))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 (*.f64 x #s(literal 1/8 binary64)) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) p))) |
(+ (sqrt 1/2) (* -1 (/ (+ (* -1/8 (/ x (sqrt 1/2))) (* 1/128 (/ (pow x 2) (* p (pow (sqrt 1/2) 3))))) p))) |
(-.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/8 binary64) x) (sqrt.f64 #s(literal 1/2 binary64))) (*.f64 #s(literal 1/64 binary64) (/.f64 (/.f64 (*.f64 x x) p) (sqrt.f64 #s(literal 1/2 binary64))))) p)) |
(+ (sqrt 1/2) (* -1 (/ (+ (* -1 (/ (+ (* -1/128 (/ (pow x 2) (pow (sqrt 1/2) 3))) (* 1/1024 (/ (pow x 3) (* p (pow (sqrt 1/2) 5))))) p)) (* -1/8 (/ x (sqrt 1/2)))) p))) |
(-.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal -1/8 binary64) x) (sqrt.f64 #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 #s(literal -1/64 binary64) (/.f64 (*.f64 x x) (sqrt.f64 #s(literal 1/2 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal 1/1024 binary64) (*.f64 x x)) x) (*.f64 p (pow.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 5 binary64))))) p)) p)) |
1/2 |
#s(literal 1/2 binary64) |
(+ 1/2 (* 1/4 (/ x p))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 #s(literal 1/4 binary64) p))) |
(+ 1/2 (* 1/4 (/ x p))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 #s(literal 1/4 binary64) p))) |
(+ 1/2 (* 1/4 (/ x p))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 #s(literal 1/4 binary64) p))) |
(* 1/4 (/ x p)) |
(*.f64 x (/.f64 #s(literal 1/4 binary64) p)) |
(* x (+ (* 1/4 (/ 1 p)) (* 1/2 (/ 1 x)))) |
(*.f64 x (+.f64 (/.f64 #s(literal 1/4 binary64) p) (/.f64 #s(literal 1/2 binary64) x))) |
(* x (+ (* 1/4 (/ 1 p)) (* 1/2 (/ 1 x)))) |
(*.f64 x (+.f64 (/.f64 #s(literal 1/4 binary64) p) (/.f64 #s(literal 1/2 binary64) x))) |
(* x (+ (* 1/4 (/ 1 p)) (* 1/2 (/ 1 x)))) |
(*.f64 x (+.f64 (/.f64 #s(literal 1/4 binary64) p) (/.f64 #s(literal 1/2 binary64) x))) |
(* 1/4 (/ x p)) |
(*.f64 x (/.f64 #s(literal 1/4 binary64) p)) |
(* x (+ (* 1/4 (/ 1 p)) (* 1/2 (/ 1 x)))) |
(*.f64 x (+.f64 (/.f64 #s(literal 1/4 binary64) p) (/.f64 #s(literal 1/2 binary64) x))) |
(* x (+ (* 1/4 (/ 1 p)) (* 1/2 (/ 1 x)))) |
(*.f64 x (+.f64 (/.f64 #s(literal 1/4 binary64) p) (/.f64 #s(literal 1/2 binary64) x))) |
(* x (+ (* 1/4 (/ 1 p)) (* 1/2 (/ 1 x)))) |
(*.f64 x (+.f64 (/.f64 #s(literal 1/4 binary64) p) (/.f64 #s(literal 1/2 binary64) x))) |
(* 1/4 (/ x p)) |
(*.f64 x (/.f64 #s(literal 1/4 binary64) p)) |
(/ (+ (* 1/4 x) (* 1/2 p)) p) |
(/.f64 (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) p)) p) |
(/ (+ (* 1/4 x) (* 1/2 p)) p) |
(/.f64 (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) p)) p) |
(/ (+ (* 1/4 x) (* 1/2 p)) p) |
(/.f64 (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) p)) p) |
1/2 |
#s(literal 1/2 binary64) |
(+ 1/2 (* 1/4 (/ x p))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 #s(literal 1/4 binary64) p))) |
(+ 1/2 (* 1/4 (/ x p))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 #s(literal 1/4 binary64) p))) |
(+ 1/2 (* 1/4 (/ x p))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 #s(literal 1/4 binary64) p))) |
1/2 |
#s(literal 1/2 binary64) |
(+ 1/2 (* 1/4 (/ x p))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 #s(literal 1/4 binary64) p))) |
(+ 1/2 (* 1/4 (/ x p))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 #s(literal 1/4 binary64) p))) |
(+ 1/2 (* 1/4 (/ x p))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 #s(literal 1/4 binary64) p))) |
(* 1/4 (/ x p)) |
(*.f64 x (/.f64 #s(literal 1/4 binary64) p)) |
(* 1/4 (/ x p)) |
(*.f64 x (/.f64 #s(literal 1/4 binary64) p)) |
(* 1/4 (/ x p)) |
(*.f64 x (/.f64 #s(literal 1/4 binary64) p)) |
(* 1/4 (/ x p)) |
(*.f64 x (/.f64 #s(literal 1/4 binary64) p)) |
(* 1/4 (/ x p)) |
(*.f64 x (/.f64 #s(literal 1/4 binary64) p)) |
(* 1/4 (/ x p)) |
(*.f64 x (/.f64 #s(literal 1/4 binary64) p)) |
(* 1/4 (/ x p)) |
(*.f64 x (/.f64 #s(literal 1/4 binary64) p)) |
(* 1/4 (/ x p)) |
(*.f64 x (/.f64 #s(literal 1/4 binary64) p)) |
(* 1/4 (/ x p)) |
(*.f64 x (/.f64 #s(literal 1/4 binary64) p)) |
(* 1/4 (/ x p)) |
(*.f64 x (/.f64 #s(literal 1/4 binary64) p)) |
(* 1/4 (/ x p)) |
(*.f64 x (/.f64 #s(literal 1/4 binary64) p)) |
(* 1/4 (/ x p)) |
(*.f64 x (/.f64 #s(literal 1/4 binary64) p)) |
(* 1/4 (/ x p)) |
(*.f64 x (/.f64 #s(literal 1/4 binary64) p)) |
(* 1/4 (/ x p)) |
(*.f64 x (/.f64 #s(literal 1/4 binary64) p)) |
(* 1/4 (/ x p)) |
(*.f64 x (/.f64 #s(literal 1/4 binary64) p)) |
(* 1/4 (/ x p)) |
(*.f64 x (/.f64 #s(literal 1/4 binary64) p)) |
(* 1/4 (/ x p)) |
(*.f64 x (/.f64 #s(literal 1/4 binary64) p)) |
(* 1/4 (/ x p)) |
(*.f64 x (/.f64 #s(literal 1/4 binary64) p)) |
(* 1/4 (/ x p)) |
(*.f64 x (/.f64 #s(literal 1/4 binary64) p)) |
(* 1/4 (/ x p)) |
(*.f64 x (/.f64 #s(literal 1/4 binary64) p)) |
(* 1/4 (/ x p)) |
(*.f64 x (/.f64 #s(literal 1/4 binary64) p)) |
(* 1/4 (/ x p)) |
(*.f64 x (/.f64 #s(literal 1/4 binary64) p)) |
(* 1/4 (/ x p)) |
(*.f64 x (/.f64 #s(literal 1/4 binary64) p)) |
(* 1/4 (/ x p)) |
(*.f64 x (/.f64 #s(literal 1/4 binary64) p)) |
(/ 1/4 p) |
(/.f64 #s(literal 1/4 binary64) p) |
(/ 1/4 p) |
(/.f64 #s(literal 1/4 binary64) p) |
(/ 1/4 p) |
(/.f64 #s(literal 1/4 binary64) p) |
(/ 1/4 p) |
(/.f64 #s(literal 1/4 binary64) p) |
(/ 1/4 p) |
(/.f64 #s(literal 1/4 binary64) p) |
(/ 1/4 p) |
(/.f64 #s(literal 1/4 binary64) p) |
(/ 1/4 p) |
(/.f64 #s(literal 1/4 binary64) p) |
(/ 1/4 p) |
(/.f64 #s(literal 1/4 binary64) p) |
(/ 1/4 p) |
(/.f64 #s(literal 1/4 binary64) p) |
(/ 1/4 p) |
(/.f64 #s(literal 1/4 binary64) p) |
(/ 1/4 p) |
(/.f64 #s(literal 1/4 binary64) p) |
(/ 1/4 p) |
(/.f64 #s(literal 1/4 binary64) p) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 p p)) (*.f64 x x))) |
(+ 1 (* (pow p 2) (- (* 11/8 (/ (pow p 2) (pow x 4))) (* 1/2 (/ 1 (pow x 2)))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal 11/8 binary64))) (*.f64 x x)))) |
(+ 1 (* (pow p 2) (- (* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) (* 1/2 (/ 1 (pow x 2)))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (*.f64 p (*.f64 p #s(literal -69/16 binary64))) (pow.f64 x #s(literal 6 binary64)))) (/.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal 11/8 binary64))) (*.f64 x x))))) |
(* -69/16 (/ (pow p 6) (pow x 6))) |
(/.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) |
(* (pow p 6) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(*.f64 (pow.f64 p #s(literal 6 binary64)) (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 p p)) (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64))))) |
(* (pow p 6) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (* 69/16 (/ 1 (pow x 6))) (/ 1/2 (* (pow p 4) (pow x 2)))))) |
(*.f64 (pow.f64 p #s(literal 6 binary64)) (-.f64 (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 p p)) (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64)))) (/.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) (pow.f64 p #s(literal 4 binary64))))) |
(* (pow p 6) (- (+ (/ 1 (pow p 6)) (/ 11/8 (* (pow p 2) (pow x 4)))) (+ (* 69/16 (/ 1 (pow x 6))) (* 1/2 (/ 1 (* (pow p 4) (pow x 2))))))) |
(*.f64 (pow.f64 p #s(literal 6 binary64)) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (pow.f64 p #s(literal 6 binary64))) (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 p p))) (+.f64 (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64))) (/.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) (pow.f64 p #s(literal 4 binary64)))))) |
(* -69/16 (/ (pow p 6) (pow x 6))) |
(/.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) |
(* (pow p 6) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(*.f64 (pow.f64 p #s(literal 6 binary64)) (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 p p)) (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64))))) |
(* (pow p 6) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (* 69/16 (/ 1 (pow x 6))) (/ 1/2 (* (pow p 4) (pow x 2)))))) |
(*.f64 (pow.f64 p #s(literal 6 binary64)) (-.f64 (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 p p)) (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64)))) (/.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) (pow.f64 p #s(literal 4 binary64))))) |
(* (pow p 6) (- (+ (/ 1 (pow p 6)) (/ 11/8 (* (pow p 2) (pow x 4)))) (+ (* 69/16 (/ 1 (pow x 6))) (* 1/2 (/ 1 (* (pow p 4) (pow x 2))))))) |
(*.f64 (pow.f64 p #s(literal 6 binary64)) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (pow.f64 p #s(literal 6 binary64))) (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 p p))) (+.f64 (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64))) (/.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) (pow.f64 p #s(literal 4 binary64)))))) |
(* -69/16 (/ (pow p 6) (pow x 6))) |
(/.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) |
(/ (+ (* -69/16 (pow p 6)) (* 11/8 (* (pow p 4) (pow x 2)))) (pow x 6)) |
(/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -69/16 binary64)) (*.f64 x (*.f64 x (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 11/8 binary64))))) (pow.f64 x #s(literal 6 binary64))) |
(/ (+ (* -69/16 (pow p 6)) (* (pow x 2) (+ (* -1/2 (* (pow p 2) (pow x 2))) (* 11/8 (pow p 4))))) (pow x 6)) |
(/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -69/16 binary64)) (*.f64 (*.f64 x x) (+.f64 (*.f64 x (*.f64 x (*.f64 #s(literal -1/2 binary64) (*.f64 p p)))) (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 11/8 binary64))))) (pow.f64 x #s(literal 6 binary64))) |
(/ (+ (* -69/16 (pow p 6)) (* (pow x 2) (+ (* 11/8 (pow p 4)) (* (pow x 2) (+ (* -1/2 (pow p 2)) (pow x 2)))))) (pow x 6)) |
(/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -69/16 binary64)) (*.f64 (*.f64 x x) (+.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 11/8 binary64)) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) (*.f64 #s(literal -1/2 binary64) (*.f64 p p))))))) (pow.f64 x #s(literal 6 binary64))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 p p)) (*.f64 x x))) |
(+ 1 (+ (* -1/2 (/ (pow p 2) (pow x 2))) (* 11/8 (/ (pow p 4) (pow x 4))))) |
(+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 11/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) |
(+ 1 (+ (* -69/16 (/ (pow p 6) (pow x 6))) (+ (* -1/2 (/ (pow p 2) (pow x 2))) (* 11/8 (/ (pow p 4) (pow x 4)))))) |
(+.f64 (/.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 11/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 p p)) (*.f64 x x))) |
(+ 1 (+ (* -1/2 (/ (pow p 2) (pow x 2))) (* 11/8 (/ (pow p 4) (pow x 4))))) |
(+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 11/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) |
(+ 1 (+ (* -69/16 (/ (pow p 6) (pow x 6))) (+ (* -1/2 (/ (pow p 2) (pow x 2))) (* 11/8 (/ (pow p 4) (pow x 4)))))) |
(+.f64 (/.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 11/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 p p)) (*.f64 x x)) |
(* (pow p 2) (- (* 11/8 (/ (pow p 2) (pow x 4))) (* 1/2 (/ 1 (pow x 2))))) |
(*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal 11/8 binary64))) (*.f64 x x))) |
(* (pow p 2) (- (* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) (* 1/2 (/ 1 (pow x 2))))) |
(*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (*.f64 p (*.f64 p #s(literal -69/16 binary64))) (pow.f64 x #s(literal 6 binary64)))) (/.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal 11/8 binary64))) (*.f64 x x)))) |
(* (pow p 2) (- (* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) (* 1/2 (/ 1 (pow x 2))))) |
(*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (*.f64 p (*.f64 p #s(literal -69/16 binary64))) (pow.f64 x #s(literal 6 binary64)))) (/.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal 11/8 binary64))) (*.f64 x x)))) |
(* -69/16 (/ (pow p 6) (pow x 6))) |
(/.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) |
(* (pow p 6) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(*.f64 (pow.f64 p #s(literal 6 binary64)) (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 p p)) (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64))))) |
(* (pow p 6) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (/ 1/2 (* (pow p 4) (pow x 2))) (* 69/16 (/ 1 (pow x 6)))))) |
(*.f64 (pow.f64 p #s(literal 6 binary64)) (-.f64 (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 p p)) (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64)))) (/.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) (pow.f64 p #s(literal 4 binary64))))) |
(* (pow p 6) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (/ 1/2 (* (pow p 4) (pow x 2))) (* 69/16 (/ 1 (pow x 6)))))) |
(*.f64 (pow.f64 p #s(literal 6 binary64)) (-.f64 (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 p p)) (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64)))) (/.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) (pow.f64 p #s(literal 4 binary64))))) |
(* -69/16 (/ (pow p 6) (pow x 6))) |
(/.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) |
(* (pow p 6) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(*.f64 (pow.f64 p #s(literal 6 binary64)) (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 p p)) (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64))))) |
(* (pow p 6) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (/ 1/2 (* (pow p 4) (pow x 2))) (* 69/16 (/ 1 (pow x 6)))))) |
(*.f64 (pow.f64 p #s(literal 6 binary64)) (-.f64 (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 p p)) (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64)))) (/.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) (pow.f64 p #s(literal 4 binary64))))) |
(* (pow p 6) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (/ 1/2 (* (pow p 4) (pow x 2))) (* 69/16 (/ 1 (pow x 6)))))) |
(*.f64 (pow.f64 p #s(literal 6 binary64)) (-.f64 (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 p p)) (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64)))) (/.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) (pow.f64 p #s(literal 4 binary64))))) |
(* -69/16 (/ (pow p 6) (pow x 6))) |
(/.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) |
(/ (+ (* -69/16 (pow p 6)) (* 11/8 (* (pow p 4) (pow x 2)))) (pow x 6)) |
(/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -69/16 binary64)) (*.f64 x (*.f64 x (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 11/8 binary64))))) (pow.f64 x #s(literal 6 binary64))) |
(/ (+ (* -69/16 (pow p 6)) (* (pow x 2) (+ (* -1/2 (* (pow p 2) (pow x 2))) (* 11/8 (pow p 4))))) (pow x 6)) |
(/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -69/16 binary64)) (*.f64 (*.f64 x x) (+.f64 (*.f64 x (*.f64 x (*.f64 #s(literal -1/2 binary64) (*.f64 p p)))) (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 11/8 binary64))))) (pow.f64 x #s(literal 6 binary64))) |
(/ (+ (* -69/16 (pow p 6)) (* (pow x 2) (+ (* -1/2 (* (pow p 2) (pow x 2))) (* 11/8 (pow p 4))))) (pow x 6)) |
(/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -69/16 binary64)) (*.f64 (*.f64 x x) (+.f64 (*.f64 x (*.f64 x (*.f64 #s(literal -1/2 binary64) (*.f64 p p)))) (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 11/8 binary64))))) (pow.f64 x #s(literal 6 binary64))) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 p p)) (*.f64 x x)) |
(/ (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2)))) (pow x 2)) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 p p)) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 11/8 binary64)) (*.f64 x x))) (*.f64 x x)) |
(/ (+ (* -69/16 (/ (pow p 6) (pow x 4))) (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2))))) (pow x 2)) |
(/.f64 (+.f64 (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 11/8 binary64)) (*.f64 x x)) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 p p)) (/.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -69/16 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 x x)) |
(/ (+ (* -69/16 (/ (pow p 6) (pow x 4))) (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2))))) (pow x 2)) |
(/.f64 (+.f64 (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 11/8 binary64)) (*.f64 x x)) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 p p)) (/.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -69/16 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 x x)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 p p)) (*.f64 x x)) |
(/ (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2)))) (pow x 2)) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 p p)) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 11/8 binary64)) (*.f64 x x))) (*.f64 x x)) |
(/ (+ (* -69/16 (/ (pow p 6) (pow x 4))) (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2))))) (pow x 2)) |
(/.f64 (+.f64 (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 11/8 binary64)) (*.f64 x x)) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 p p)) (/.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -69/16 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 x x)) |
(/ (+ (* -69/16 (/ (pow p 6) (pow x 4))) (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2))))) (pow x 2)) |
(/.f64 (+.f64 (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 11/8 binary64)) (*.f64 x x)) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 p p)) (/.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -69/16 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 x x)) |
(pow p 2) |
(*.f64 p p) |
(pow p 2) |
(*.f64 p p) |
(pow p 2) |
(*.f64 p p) |
(pow p 2) |
(*.f64 p p) |
(pow p 2) |
(*.f64 p p) |
(pow p 2) |
(*.f64 p p) |
(pow p 2) |
(*.f64 p p) |
(pow p 2) |
(*.f64 p p) |
(pow p 2) |
(*.f64 p p) |
(pow p 2) |
(*.f64 p p) |
(pow p 2) |
(*.f64 p p) |
(pow p 2) |
(*.f64 p p) |
(/ -1/2 (pow x 2)) |
(/.f64 #s(literal -1/2 binary64) (*.f64 x x)) |
(- (* 11/8 (/ (pow p 2) (pow x 4))) (* 1/2 (/ 1 (pow x 2)))) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal 11/8 binary64))) (*.f64 x x)) |
(- (* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) (* 1/2 (/ 1 (pow x 2)))) |
(+.f64 (*.f64 (*.f64 p p) (/.f64 (*.f64 p (*.f64 p #s(literal -69/16 binary64))) (pow.f64 x #s(literal 6 binary64)))) (/.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal 11/8 binary64))) (*.f64 x x))) |
(- (* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) (* 1/2 (/ 1 (pow x 2)))) |
(+.f64 (*.f64 (*.f64 p p) (/.f64 (*.f64 p (*.f64 p #s(literal -69/16 binary64))) (pow.f64 x #s(literal 6 binary64)))) (/.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal 11/8 binary64))) (*.f64 x x))) |
(* -69/16 (/ (pow p 4) (pow x 6))) |
(/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) |
(* (pow p 4) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 p p)) (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64))))) |
(* (pow p 4) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (* 69/16 (/ 1 (pow x 6))) (/ 1/2 (* (pow p 4) (pow x 2)))))) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) (-.f64 (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 p p)) (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64)))) (/.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) (pow.f64 p #s(literal 4 binary64))))) |
(* (pow p 4) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (* 69/16 (/ 1 (pow x 6))) (/ 1/2 (* (pow p 4) (pow x 2)))))) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) (-.f64 (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 p p)) (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64)))) (/.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) (pow.f64 p #s(literal 4 binary64))))) |
(* -69/16 (/ (pow p 4) (pow x 6))) |
(/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) |
(* (pow p 4) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 p p)) (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64))))) |
(* (pow p 4) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (* 69/16 (/ 1 (pow x 6))) (/ 1/2 (* (pow p 4) (pow x 2)))))) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) (-.f64 (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 p p)) (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64)))) (/.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) (pow.f64 p #s(literal 4 binary64))))) |
(* (pow p 4) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (* 69/16 (/ 1 (pow x 6))) (/ 1/2 (* (pow p 4) (pow x 2)))))) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) (-.f64 (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 p p)) (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64)))) (/.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) (pow.f64 p #s(literal 4 binary64))))) |
(* -69/16 (/ (pow p 4) (pow x 6))) |
(/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) |
(/ (+ (* -69/16 (pow p 4)) (* 11/8 (* (pow p 2) (pow x 2)))) (pow x 6)) |
(/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -69/16 binary64)) (*.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 p p))))) (pow.f64 x #s(literal 6 binary64))) |
(/ (+ (* -69/16 (pow p 4)) (* (pow x 2) (+ (* -1/2 (pow x 2)) (* 11/8 (pow p 2))))) (pow x 6)) |
(/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -69/16 binary64)) (*.f64 (*.f64 x x) (+.f64 (*.f64 (*.f64 x x) #s(literal -1/2 binary64)) (*.f64 (*.f64 p p) #s(literal 11/8 binary64))))) (pow.f64 x #s(literal 6 binary64))) |
(/ (+ (* -69/16 (pow p 4)) (* (pow x 2) (+ (* -1/2 (pow x 2)) (* 11/8 (pow p 2))))) (pow x 6)) |
(/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -69/16 binary64)) (*.f64 (*.f64 x x) (+.f64 (*.f64 (*.f64 x x) #s(literal -1/2 binary64)) (*.f64 (*.f64 p p) #s(literal 11/8 binary64))))) (pow.f64 x #s(literal 6 binary64))) |
(/ -1/2 (pow x 2)) |
(/.f64 #s(literal -1/2 binary64) (*.f64 x x)) |
(/ (- (* 11/8 (/ (pow p 2) (pow x 2))) 1/2) (pow x 2)) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal 11/8 binary64))) (*.f64 x x)) |
(/ (- (+ (* -69/16 (/ (pow p 4) (pow x 4))) (* 11/8 (/ (pow p 2) (pow x 2)))) 1/2) (pow x 2)) |
(/.f64 (+.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal 11/8 binary64))) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -69/16 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 x x)) |
(/ (- (+ (* -69/16 (/ (pow p 4) (pow x 4))) (* 11/8 (/ (pow p 2) (pow x 2)))) 1/2) (pow x 2)) |
(/.f64 (+.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal 11/8 binary64))) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -69/16 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 x x)) |
(/ -1/2 (pow x 2)) |
(/.f64 #s(literal -1/2 binary64) (*.f64 x x)) |
(/ (- (* 11/8 (/ (pow p 2) (pow x 2))) 1/2) (pow x 2)) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal 11/8 binary64))) (*.f64 x x)) |
(/ (- (+ (* -69/16 (/ (pow p 4) (pow x 4))) (* 11/8 (/ (pow p 2) (pow x 2)))) 1/2) (pow x 2)) |
(/.f64 (+.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal 11/8 binary64))) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -69/16 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 x x)) |
(/ (- (+ (* -69/16 (/ (pow p 4) (pow x 4))) (* 11/8 (/ (pow p 2) (pow x 2)))) 1/2) (pow x 2)) |
(/.f64 (+.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal 11/8 binary64))) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -69/16 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 x x)) |
(* -2 (/ (pow p 2) (pow x 3))) |
(/.f64 (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -2 binary64)) x) |
(* -2 (/ (pow p 2) (pow x 3))) |
(/.f64 (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -2 binary64)) x) |
(* -2 (/ (pow p 2) (pow x 3))) |
(/.f64 (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -2 binary64)) x) |
(* -2 (/ (pow p 2) (pow x 3))) |
(/.f64 (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -2 binary64)) x) |
(* -2 (/ (pow p 2) (pow x 3))) |
(/.f64 (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -2 binary64)) x) |
(* -2 (/ (pow p 2) (pow x 3))) |
(/.f64 (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -2 binary64)) x) |
(* -2 (/ (pow p 2) (pow x 3))) |
(/.f64 (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -2 binary64)) x) |
(* -2 (/ (pow p 2) (pow x 3))) |
(/.f64 (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -2 binary64)) x) |
(* -2 (/ (pow p 2) (pow x 3))) |
(/.f64 (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -2 binary64)) x) |
(* -2 (/ (pow p 2) (pow x 3))) |
(/.f64 (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -2 binary64)) x) |
(* -2 (/ (pow p 2) (pow x 3))) |
(/.f64 (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -2 binary64)) x) |
(* -2 (/ (pow p 2) (pow x 3))) |
(/.f64 (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -2 binary64)) x) |
(* -2 (/ (pow p 2) (pow x 3))) |
(/.f64 (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -2 binary64)) x) |
(* -2 (/ (pow p 2) (pow x 3))) |
(/.f64 (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -2 binary64)) x) |
(* -2 (/ (pow p 2) (pow x 3))) |
(/.f64 (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -2 binary64)) x) |
(* -2 (/ (pow p 2) (pow x 3))) |
(/.f64 (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -2 binary64)) x) |
(* -2 (/ (pow p 2) (pow x 3))) |
(/.f64 (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -2 binary64)) x) |
(* -2 (/ (pow p 2) (pow x 3))) |
(/.f64 (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -2 binary64)) x) |
(* -2 (/ (pow p 2) (pow x 3))) |
(/.f64 (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -2 binary64)) x) |
(* -2 (/ (pow p 2) (pow x 3))) |
(/.f64 (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -2 binary64)) x) |
(* -2 (/ (pow p 2) (pow x 3))) |
(/.f64 (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -2 binary64)) x) |
(* -2 (/ (pow p 2) (pow x 3))) |
(/.f64 (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -2 binary64)) x) |
(* -2 (/ (pow p 2) (pow x 3))) |
(/.f64 (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -2 binary64)) x) |
(* -2 (/ (pow p 2) (pow x 3))) |
(/.f64 (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -2 binary64)) x) |
(* 2 (/ (pow p 2) x)) |
(/.f64 (*.f64 #s(literal 2 binary64) (*.f64 p p)) x) |
(* (pow p 2) (+ (* -2 (/ (pow p 2) (pow x 3))) (* 2 (/ 1 x)))) |
(*.f64 p (*.f64 p (+.f64 (/.f64 (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -2 binary64)) x) (/.f64 #s(literal 2 binary64) x)))) |
(* (pow p 2) (+ (* -2 (/ (pow p 2) (pow x 3))) (* 2 (/ 1 x)))) |
(*.f64 p (*.f64 p (+.f64 (/.f64 (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -2 binary64)) x) (/.f64 #s(literal 2 binary64) x)))) |
(* (pow p 2) (+ (* -2 (/ (pow p 2) (pow x 3))) (* 2 (/ 1 x)))) |
(*.f64 p (*.f64 p (+.f64 (/.f64 (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -2 binary64)) x) (/.f64 #s(literal 2 binary64) x)))) |
(* -2 (/ (pow p 4) (pow x 3))) |
(/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -2 binary64)) (*.f64 x (*.f64 x x))) |
(* (pow p 4) (- (* 2 (/ 1 (* (pow p 2) x))) (* 2 (/ 1 (pow x 3))))) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 x (*.f64 p p))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))) |
(* (pow p 4) (- (* 2 (/ 1 (* (pow p 2) x))) (* 2 (/ 1 (pow x 3))))) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 x (*.f64 p p))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))) |
(* (pow p 4) (- (* 2 (/ 1 (* (pow p 2) x))) (* 2 (/ 1 (pow x 3))))) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 x (*.f64 p p))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))) |
(* -2 (/ (pow p 4) (pow x 3))) |
(/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -2 binary64)) (*.f64 x (*.f64 x x))) |
(* (pow p 4) (- (* 2 (/ 1 (* (pow p 2) x))) (* 2 (/ 1 (pow x 3))))) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 x (*.f64 p p))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))) |
(* (pow p 4) (- (* 2 (/ 1 (* (pow p 2) x))) (* 2 (/ 1 (pow x 3))))) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 x (*.f64 p p))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))) |
(* (pow p 4) (- (* 2 (/ 1 (* (pow p 2) x))) (* 2 (/ 1 (pow x 3))))) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 x (*.f64 p p))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))) |
(* -2 (/ (pow p 4) (pow x 3))) |
(/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -2 binary64)) (*.f64 x (*.f64 x x))) |
(/ (+ (* -2 (pow p 4)) (* 2 (* (pow p 2) (pow x 2)))) (pow x 3)) |
(/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -2 binary64)) (*.f64 x (*.f64 x (*.f64 #s(literal 2 binary64) (*.f64 p p))))) (*.f64 x (*.f64 x x))) |
(/ (+ (* -2 (pow p 4)) (* 2 (* (pow p 2) (pow x 2)))) (pow x 3)) |
(/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -2 binary64)) (*.f64 x (*.f64 x (*.f64 #s(literal 2 binary64) (*.f64 p p))))) (*.f64 x (*.f64 x x))) |
(/ (+ (* -2 (pow p 4)) (* 2 (* (pow p 2) (pow x 2)))) (pow x 3)) |
(/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -2 binary64)) (*.f64 x (*.f64 x (*.f64 #s(literal 2 binary64) (*.f64 p p))))) (*.f64 x (*.f64 x x))) |
(* 2 (/ (pow p 2) x)) |
(/.f64 (*.f64 #s(literal 2 binary64) (*.f64 p p)) x) |
(/ (+ (* -2 (/ (pow p 4) (pow x 2))) (* 2 (pow p 2))) x) |
(/.f64 (+.f64 (*.f64 #s(literal 2 binary64) (*.f64 p p)) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -2 binary64)) (*.f64 x x))) x) |
(/ (+ (* -2 (/ (pow p 4) (pow x 2))) (* 2 (pow p 2))) x) |
(/.f64 (+.f64 (*.f64 #s(literal 2 binary64) (*.f64 p p)) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -2 binary64)) (*.f64 x x))) x) |
(/ (+ (* -2 (/ (pow p 4) (pow x 2))) (* 2 (pow p 2))) x) |
(/.f64 (+.f64 (*.f64 #s(literal 2 binary64) (*.f64 p p)) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -2 binary64)) (*.f64 x x))) x) |
(* 2 (/ (pow p 2) x)) |
(/.f64 (*.f64 #s(literal 2 binary64) (*.f64 p p)) x) |
(* -1 (/ (+ (* -2 (pow p 2)) (* 2 (/ (pow p 4) (pow x 2)))) x)) |
(/.f64 (+.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 2 binary64)) (*.f64 x x))) (neg.f64 x)) |
(* -1 (/ (+ (* -2 (pow p 2)) (* 2 (/ (pow p 4) (pow x 2)))) x)) |
(/.f64 (+.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 2 binary64)) (*.f64 x x))) (neg.f64 x)) |
(* -1 (/ (+ (* -2 (pow p 2)) (* 2 (/ (pow p 4) (pow x 2)))) x)) |
(/.f64 (+.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 2 binary64)) (*.f64 x x))) (neg.f64 x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(* p (pow x 2)) |
(*.f64 x (*.f64 x p)) |
(* p (pow x 2)) |
(*.f64 x (*.f64 x p)) |
(* p (pow x 2)) |
(*.f64 x (*.f64 x p)) |
(* p (pow x 2)) |
(*.f64 x (*.f64 x p)) |
(* p (pow x 2)) |
(*.f64 x (*.f64 x p)) |
(* p (pow x 2)) |
(*.f64 x (*.f64 x p)) |
(* p (pow x 2)) |
(*.f64 x (*.f64 x p)) |
(* p (pow x 2)) |
(*.f64 x (*.f64 x p)) |
(* p (pow x 2)) |
(*.f64 x (*.f64 x p)) |
(* p (pow x 2)) |
(*.f64 x (*.f64 x p)) |
(* p (pow x 2)) |
(*.f64 x (*.f64 x p)) |
(* p (pow x 2)) |
(*.f64 x (*.f64 x p)) |
(* p (pow x 2)) |
(*.f64 x (*.f64 x p)) |
(* p (pow x 2)) |
(*.f64 x (*.f64 x p)) |
(* p (pow x 2)) |
(*.f64 x (*.f64 x p)) |
(* p (pow x 2)) |
(*.f64 x (*.f64 x p)) |
(* p (pow x 2)) |
(*.f64 x (*.f64 x p)) |
(* p (pow x 2)) |
(*.f64 x (*.f64 x p)) |
(* p (pow x 2)) |
(*.f64 x (*.f64 x p)) |
(* p (pow x 2)) |
(*.f64 x (*.f64 x p)) |
(* p (pow x 2)) |
(*.f64 x (*.f64 x p)) |
(* p (pow x 2)) |
(*.f64 x (*.f64 x p)) |
(* p (pow x 2)) |
(*.f64 x (*.f64 x p)) |
(* p (pow x 2)) |
(*.f64 x (*.f64 x p)) |
(pow p 4) |
(pow.f64 p #s(literal 4 binary64)) |
(pow p 4) |
(pow.f64 p #s(literal 4 binary64)) |
(pow p 4) |
(pow.f64 p #s(literal 4 binary64)) |
(pow p 4) |
(pow.f64 p #s(literal 4 binary64)) |
(pow p 4) |
(pow.f64 p #s(literal 4 binary64)) |
(pow p 4) |
(pow.f64 p #s(literal 4 binary64)) |
(pow p 4) |
(pow.f64 p #s(literal 4 binary64)) |
(pow p 4) |
(pow.f64 p #s(literal 4 binary64)) |
(pow p 4) |
(pow.f64 p #s(literal 4 binary64)) |
(pow p 4) |
(pow.f64 p #s(literal 4 binary64)) |
(pow p 4) |
(pow.f64 p #s(literal 4 binary64)) |
(pow p 4) |
(pow.f64 p #s(literal 4 binary64)) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -69/16 binary64))) (pow.f64 x #s(literal 6 binary64))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -69/16 binary64))) (pow.f64 x #s(literal 6 binary64))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -69/16 binary64))) (pow.f64 x #s(literal 6 binary64))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -69/16 binary64))) (pow.f64 x #s(literal 6 binary64))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -69/16 binary64))) (pow.f64 x #s(literal 6 binary64))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -69/16 binary64))) (pow.f64 x #s(literal 6 binary64))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -69/16 binary64))) (pow.f64 x #s(literal 6 binary64))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -69/16 binary64))) (pow.f64 x #s(literal 6 binary64))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -69/16 binary64))) (pow.f64 x #s(literal 6 binary64))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -69/16 binary64))) (pow.f64 x #s(literal 6 binary64))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -69/16 binary64))) (pow.f64 x #s(literal 6 binary64))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -69/16 binary64))) (pow.f64 x #s(literal 6 binary64))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -69/16 binary64))) (pow.f64 x #s(literal 6 binary64))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -69/16 binary64))) (pow.f64 x #s(literal 6 binary64))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -69/16 binary64))) (pow.f64 x #s(literal 6 binary64))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -69/16 binary64))) (pow.f64 x #s(literal 6 binary64))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -69/16 binary64))) (pow.f64 x #s(literal 6 binary64))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -69/16 binary64))) (pow.f64 x #s(literal 6 binary64))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -69/16 binary64))) (pow.f64 x #s(literal 6 binary64))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -69/16 binary64))) (pow.f64 x #s(literal 6 binary64))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -69/16 binary64))) (pow.f64 x #s(literal 6 binary64))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -69/16 binary64))) (pow.f64 x #s(literal 6 binary64))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -69/16 binary64))) (pow.f64 x #s(literal 6 binary64))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -69/16 binary64))) (pow.f64 x #s(literal 6 binary64))) |
(/ 11/8 (pow x 4)) |
(/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) |
(+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4)))) |
(+.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 p (*.f64 p #s(literal -69/16 binary64))) (pow.f64 x #s(literal 6 binary64)))) |
(+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4)))) |
(+.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 p (*.f64 p #s(literal -69/16 binary64))) (pow.f64 x #s(literal 6 binary64)))) |
(+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4)))) |
(+.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 p (*.f64 p #s(literal -69/16 binary64))) (pow.f64 x #s(literal 6 binary64)))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -69/16 binary64))) (pow.f64 x #s(literal 6 binary64))) |
(* (pow p 2) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(*.f64 (*.f64 p p) (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 p p)) (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64))))) |
(* (pow p 2) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(*.f64 (*.f64 p p) (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 p p)) (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64))))) |
(* (pow p 2) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(*.f64 (*.f64 p p) (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 p p)) (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64))))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -69/16 binary64))) (pow.f64 x #s(literal 6 binary64))) |
(* (pow p 2) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(*.f64 (*.f64 p p) (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 p p)) (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64))))) |
(* (pow p 2) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(*.f64 (*.f64 p p) (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 p p)) (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64))))) |
(* (pow p 2) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(*.f64 (*.f64 p p) (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 p p)) (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64))))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -69/16 binary64))) (pow.f64 x #s(literal 6 binary64))) |
(/ (+ (* -69/16 (pow p 2)) (* 11/8 (pow x 2))) (pow x 6)) |
(/.f64 (+.f64 (*.f64 p (*.f64 p #s(literal -69/16 binary64))) (*.f64 x (*.f64 x #s(literal 11/8 binary64)))) (pow.f64 x #s(literal 6 binary64))) |
(/ (+ (* -69/16 (pow p 2)) (* 11/8 (pow x 2))) (pow x 6)) |
(/.f64 (+.f64 (*.f64 p (*.f64 p #s(literal -69/16 binary64))) (*.f64 x (*.f64 x #s(literal 11/8 binary64)))) (pow.f64 x #s(literal 6 binary64))) |
(/ (+ (* -69/16 (pow p 2)) (* 11/8 (pow x 2))) (pow x 6)) |
(/.f64 (+.f64 (*.f64 p (*.f64 p #s(literal -69/16 binary64))) (*.f64 x (*.f64 x #s(literal 11/8 binary64)))) (pow.f64 x #s(literal 6 binary64))) |
(/ 11/8 (pow x 4)) |
(/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ (+ 11/8 (* -69/16 (/ (pow p 2) (pow x 2)))) (pow x 4)) |
(/.f64 (+.f64 #s(literal 11/8 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -69/16 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ (+ 11/8 (* -69/16 (/ (pow p 2) (pow x 2)))) (pow x 4)) |
(/.f64 (+.f64 #s(literal 11/8 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -69/16 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ (+ 11/8 (* -69/16 (/ (pow p 2) (pow x 2)))) (pow x 4)) |
(/.f64 (+.f64 #s(literal 11/8 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -69/16 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ 11/8 (pow x 4)) |
(/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ (+ 11/8 (* -69/16 (/ (pow p 2) (pow x 2)))) (pow x 4)) |
(/.f64 (+.f64 #s(literal 11/8 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -69/16 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ (+ 11/8 (* -69/16 (/ (pow p 2) (pow x 2)))) (pow x 4)) |
(/.f64 (+.f64 #s(literal 11/8 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -69/16 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ (+ 11/8 (* -69/16 (/ (pow p 2) (pow x 2)))) (pow x 4)) |
(/.f64 (+.f64 #s(literal 11/8 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -69/16 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(* 11/8 (/ (pow p 2) (pow x 4))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) |
(* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 p (*.f64 p #s(literal -69/16 binary64))) (pow.f64 x #s(literal 6 binary64))))) |
(* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 p (*.f64 p #s(literal -69/16 binary64))) (pow.f64 x #s(literal 6 binary64))))) |
(* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 p (*.f64 p #s(literal -69/16 binary64))) (pow.f64 x #s(literal 6 binary64))))) |
(* -69/16 (/ (pow p 4) (pow x 6))) |
(/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) |
(* (pow p 4) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 p p)) (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64))))) |
(* (pow p 4) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 p p)) (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64))))) |
(* (pow p 4) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 p p)) (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64))))) |
(* -69/16 (/ (pow p 4) (pow x 6))) |
(/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) |
(* (pow p 4) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 p p)) (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64))))) |
(* (pow p 4) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 p p)) (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64))))) |
(* (pow p 4) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 p p)) (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64))))) |
(* -69/16 (/ (pow p 4) (pow x 6))) |
(/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) |
(/ (+ (* -69/16 (pow p 4)) (* 11/8 (* (pow p 2) (pow x 2)))) (pow x 6)) |
(/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -69/16 binary64)) (*.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 p p))))) (pow.f64 x #s(literal 6 binary64))) |
(/ (+ (* -69/16 (pow p 4)) (* 11/8 (* (pow p 2) (pow x 2)))) (pow x 6)) |
(/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -69/16 binary64)) (*.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 p p))))) (pow.f64 x #s(literal 6 binary64))) |
(/ (+ (* -69/16 (pow p 4)) (* 11/8 (* (pow p 2) (pow x 2)))) (pow x 6)) |
(/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -69/16 binary64)) (*.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 p p))))) (pow.f64 x #s(literal 6 binary64))) |
(* 11/8 (/ (pow p 2) (pow x 4))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ (+ (* -69/16 (/ (pow p 4) (pow x 2))) (* 11/8 (pow p 2))) (pow x 4)) |
(/.f64 (+.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -69/16 binary64)) (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ (+ (* -69/16 (/ (pow p 4) (pow x 2))) (* 11/8 (pow p 2))) (pow x 4)) |
(/.f64 (+.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -69/16 binary64)) (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ (+ (* -69/16 (/ (pow p 4) (pow x 2))) (* 11/8 (pow p 2))) (pow x 4)) |
(/.f64 (+.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -69/16 binary64)) (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(* 11/8 (/ (pow p 2) (pow x 4))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ (+ (* -69/16 (/ (pow p 4) (pow x 2))) (* 11/8 (pow p 2))) (pow x 4)) |
(/.f64 (+.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -69/16 binary64)) (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ (+ (* -69/16 (/ (pow p 4) (pow x 2))) (* 11/8 (pow p 2))) (pow x 4)) |
(/.f64 (+.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -69/16 binary64)) (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ (+ (* -69/16 (/ (pow p 4) (pow x 2))) (* 11/8 (pow p 2))) (pow x 4)) |
(/.f64 (+.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -69/16 binary64)) (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) |
Compiled 45263 to 3654 computations (91.9% saved)
13 alts after pruning (10 fresh and 3 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1216 | 4 | 1220 |
| Fresh | 2 | 6 | 8 |
| Picked | 3 | 2 | 5 |
| Done | 0 | 1 | 1 |
| Total | 1221 | 13 | 1234 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 26.2% | (/.f64 (-.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 (/.f64 (*.f64 p (*.f64 p p)) x) x)) p) x) |
| ▶ | 27.4% | (/.f64 p (-.f64 #s(literal 0 binary64) x)) |
| 29.3% | (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x))) | |
| 30.7% | (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal 11/8 binary64))) (*.f64 x x)))) | |
| ▶ | 25.4% | (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal 11/8 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -69/16 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
| 50.9% | (sqrt.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) #s(literal -1/4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))) #s(literal -1/2 binary64)))) | |
| 53.8% | (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 (*.f64 p #s(literal 2 binary64)) (*.f64 (*.f64 x x) (+.f64 (/.f64 #s(literal 1/4 binary64) p) (/.f64 (*.f64 (*.f64 x x) #s(literal -1/64 binary64)) (*.f64 p (*.f64 p p))))))))) | |
| ▶ | 53.7% | (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 (*.f64 p #s(literal 2 binary64)) (*.f64 x (*.f64 x (/.f64 #s(literal 1/4 binary64) p))))))) |
| ▶ | 55.0% | (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) x)) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))) |
| ✓ | 77.8% | (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))) |
| ✓ | 48.3% | (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 #s(literal 1/4 binary64) p)))) |
| 52.8% | (sqrt.f64 #s(literal 1/2 binary64)) | |
| ✓ | 38.2% | #s(literal 1 binary64) |
Compiled 504 to 306 computations (39.3% saved)
| 1× | egg-herbie |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (*.f64 #s(literal 1/2 binary64) x) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 (*.f64 p #s(literal 2 binary64)) (*.f64 x (*.f64 x (/.f64 #s(literal 1/4 binary64) p))))) |
| ✓ | cost-diff | 0 | (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 (*.f64 p #s(literal 2 binary64)) (*.f64 x (*.f64 x (/.f64 #s(literal 1/4 binary64) p)))))) |
| ✓ | cost-diff | 0 | (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 (*.f64 p #s(literal 2 binary64)) (*.f64 x (*.f64 x (/.f64 #s(literal 1/4 binary64) p))))))) |
| ✓ | cost-diff | 0 | (+.f64 (*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal 11/8 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -69/16 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) |
| ✓ | cost-diff | 0 | (*.f64 p p) |
| ✓ | cost-diff | 256 | (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal 11/8 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -69/16 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) |
| ✓ | cost-diff | 256 | (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal 11/8 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -69/16 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
| ✓ | cost-diff | 0 | (/.f64 (/.f64 (*.f64 p (*.f64 p p)) x) x) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal 3/2 binary64) (/.f64 (/.f64 (*.f64 p (*.f64 p p)) x) x)) |
| ✓ | cost-diff | 0 | (-.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 (/.f64 (*.f64 p (*.f64 p p)) x) x)) p) |
| ✓ | cost-diff | 0 | (/.f64 (-.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 (/.f64 (*.f64 p (*.f64 p p)) x) x)) p) x) |
| ✓ | cost-diff | 0 | (-.f64 #s(literal 0 binary64) x) |
| ✓ | cost-diff | 0 | (/.f64 p (-.f64 #s(literal 0 binary64) x)) |
| ✓ | cost-diff | 384 | (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) x)) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))) |
| ✓ | cost-diff | 384 | (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) x)) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))) |
| ✓ | cost-diff | 384 | (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) x)) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))) |
| ✓ | cost-diff | 384 | (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) x)) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))) |
| 4138× | *-lowering-*.f32 |
| 4138× | *-lowering-*.f64 |
| 2340× | /-lowering-/.f32 |
| 2340× | /-lowering-/.f64 |
| 1724× | +-lowering-+.f64 |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 59 | 560 |
| 1 | 163 | 529 |
| 2 | 516 | 498 |
| 3 | 1709 | 492 |
| 4 | 4195 | 492 |
| 5 | 6016 | 492 |
| 0 | 8256 | 492 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(sqrt (+ 1/2 (/ (* 1/2 x) (+ x (* p (* p (+ (/ 2 x) (* (* p p) (+ (/ (* (* p p) 4) (* (* (* x x) (* x x)) x)) (/ -2 (* x (* x x)))))))))))) |
(+ 1/2 (/ (* 1/2 x) (+ x (* p (* p (+ (/ 2 x) (* (* p p) (+ (/ (* (* p p) 4) (* (* (* x x) (* x x)) x)) (/ -2 (* x (* x x))))))))))) |
1/2 |
(/ (* 1/2 x) (+ x (* p (* p (+ (/ 2 x) (* (* p p) (+ (/ (* (* p p) 4) (* (* (* x x) (* x x)) x)) (/ -2 (* x (* x x)))))))))) |
(* 1/2 x) |
x |
(+ x (* p (* p (+ (/ 2 x) (* (* p p) (+ (/ (* (* p p) 4) (* (* (* x x) (* x x)) x)) (/ -2 (* x (* x x))))))))) |
(* p (* p (+ (/ 2 x) (* (* p p) (+ (/ (* (* p p) 4) (* (* (* x x) (* x x)) x)) (/ -2 (* x (* x x)))))))) |
p |
(* p (+ (/ 2 x) (* (* p p) (+ (/ (* (* p p) 4) (* (* (* x x) (* x x)) x)) (/ -2 (* x (* x x))))))) |
(+ (/ 2 x) (* (* p p) (+ (/ (* (* p p) 4) (* (* (* x x) (* x x)) x)) (/ -2 (* x (* x x)))))) |
(/ 2 x) |
2 |
(* (* p p) (+ (/ (* (* p p) 4) (* (* (* x x) (* x x)) x)) (/ -2 (* x (* x x))))) |
(* p p) |
(+ (/ (* (* p p) 4) (* (* (* x x) (* x x)) x)) (/ -2 (* x (* x x)))) |
(/ (* (* p p) 4) (* (* (* x x) (* x x)) x)) |
(* (* p p) 4) |
4 |
(* (* (* x x) (* x x)) x) |
(* (* x x) (* x x)) |
(* x x) |
(/ -2 (* x (* x x))) |
-2 |
(* x (* x x)) |
(/ p (- 0 x)) |
p |
(- 0 x) |
0 |
x |
(/ (- (* 3/2 (/ (/ (* p (* p p)) x) x)) p) x) |
(- (* 3/2 (/ (/ (* p (* p p)) x) x)) p) |
(* 3/2 (/ (/ (* p (* p p)) x) x)) |
3/2 |
(/ (/ (* p (* p p)) x) x) |
(/ (* p (* p p)) x) |
(* p (* p p)) |
p |
(* p p) |
x |
(+ 1 (* (* p p) (+ (* (* p p) (/ (+ 11/8 (* (/ (/ (* p p) x) x) -69/16)) (* x (* x (* x x))))) (/ -1/2 (* x x))))) |
1 |
(* (* p p) (+ (* (* p p) (/ (+ 11/8 (* (/ (/ (* p p) x) x) -69/16)) (* x (* x (* x x))))) (/ -1/2 (* x x)))) |
(* p p) |
p |
(+ (* (* p p) (/ (+ 11/8 (* (/ (/ (* p p) x) x) -69/16)) (* x (* x (* x x))))) (/ -1/2 (* x x))) |
(* (* p p) (/ (+ 11/8 (* (/ (/ (* p p) x) x) -69/16)) (* x (* x (* x x))))) |
(/ (+ 11/8 (* (/ (/ (* p p) x) x) -69/16)) (* x (* x (* x x)))) |
(+ 11/8 (* (/ (/ (* p p) x) x) -69/16)) |
11/8 |
(* (/ (/ (* p p) x) x) -69/16) |
(/ (/ (* p p) x) x) |
(/ (* p p) x) |
x |
-69/16 |
(* x (* x (* x x))) |
(* x (* x x)) |
(* x x) |
(/ -1/2 (* x x)) |
-1/2 |
(sqrt (+ 1/2 (/ (* 1/2 x) (+ (* p 2) (* x (* x (/ 1/4 p))))))) |
(+ 1/2 (/ (* 1/2 x) (+ (* p 2) (* x (* x (/ 1/4 p)))))) |
1/2 |
(/ (* 1/2 x) (+ (* p 2) (* x (* x (/ 1/4 p))))) |
(* 1/2 x) |
x |
(+ (* p 2) (* x (* x (/ 1/4 p)))) |
(* p 2) |
p |
2 |
(* x (* x (/ 1/4 p))) |
(* x (/ 1/4 p)) |
(/ 1/4 p) |
1/4 |
| Outputs |
|---|
(sqrt (+ 1/2 (/ (* 1/2 x) (+ x (* p (* p (+ (/ 2 x) (* (* p p) (+ (/ (* (* p p) 4) (* (* (* x x) (* x x)) x)) (/ -2 (* x (* x x)))))))))))) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))))))))) |
(+ 1/2 (/ (* 1/2 x) (+ x (* p (* p (+ (/ 2 x) (* (* p p) (+ (/ (* (* p p) 4) (* (* (* x x) (* x x)) x)) (/ -2 (* x (* x x))))))))))) |
(+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))))))))) |
1/2 |
#s(literal 1/2 binary64) |
(/ (* 1/2 x) (+ x (* p (* p (+ (/ 2 x) (* (* p p) (+ (/ (* (* p p) 4) (* (* (* x x) (* x x)) x)) (/ -2 (* x (* x x)))))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))))))) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
x |
(+ x (* p (* p (+ (/ 2 x) (* (* p p) (+ (/ (* (* p p) 4) (* (* (* x x) (* x x)) x)) (/ -2 (* x (* x x))))))))) |
(+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))))))) |
(* p (* p (+ (/ 2 x) (* (* p p) (+ (/ (* (* p p) 4) (* (* (* x x) (* x x)) x)) (/ -2 (* x (* x x)))))))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))))) |
p |
(* p (+ (/ 2 x) (* (* p p) (+ (/ (* (* p p) 4) (* (* (* x x) (* x x)) x)) (/ -2 (* x (* x x))))))) |
(*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))))) |
(+ (/ 2 x) (* (* p p) (+ (/ (* (* p p) 4) (* (* (* x x) (* x x)) x)) (/ -2 (* x (* x x)))))) |
(+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))))) |
(/ 2 x) |
(/.f64 #s(literal 2 binary64) x) |
2 |
#s(literal 2 binary64) |
(* (* p p) (+ (/ (* (* p p) 4) (* (* (* x x) (* x x)) x)) (/ -2 (* x (* x x))))) |
(*.f64 (/.f64 (/.f64 (*.f64 p p) x) (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) |
(* p p) |
(*.f64 p p) |
(+ (/ (* (* p p) 4) (* (* (* x x) (* x x)) x)) (/ -2 (* x (* x x)))) |
(+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))) |
(/ (* (* p p) 4) (* (* (* x x) (* x x)) x)) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) |
(* (* p p) 4) |
(*.f64 (*.f64 p p) #s(literal 4 binary64)) |
4 |
#s(literal 4 binary64) |
(* (* (* x x) (* x x)) x) |
(*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))) |
(* (* x x) (* x x)) |
(*.f64 x (*.f64 x (*.f64 x x))) |
(* x x) |
(*.f64 x x) |
(/ -2 (* x (* x x))) |
(/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))) |
-2 |
#s(literal -2 binary64) |
(* x (* x x)) |
(*.f64 x (*.f64 x x)) |
(/ p (- 0 x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
p |
(- 0 x) |
(-.f64 #s(literal 0 binary64) x) |
0 |
#s(literal 0 binary64) |
x |
(/ (- (* 3/2 (/ (/ (* p (* p p)) x) x)) p) x) |
(/.f64 (*.f64 p (+.f64 #s(literal -1 binary64) (/.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 (*.f64 p p) x)) x))) x) |
(- (* 3/2 (/ (/ (* p (* p p)) x) x)) p) |
(*.f64 p (+.f64 #s(literal -1 binary64) (/.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 (*.f64 p p) x)) x))) |
(* 3/2 (/ (/ (* p (* p p)) x) x)) |
(/.f64 (*.f64 p (*.f64 #s(literal 3/2 binary64) (/.f64 (*.f64 p p) x))) x) |
3/2 |
#s(literal 3/2 binary64) |
(/ (/ (* p (* p p)) x) x) |
(/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) |
(/ (* p (* p p)) x) |
(/.f64 (*.f64 p (*.f64 p p)) x) |
(* p (* p p)) |
(*.f64 p (*.f64 p p)) |
p |
(* p p) |
(*.f64 p p) |
x |
(+ 1 (* (* p p) (+ (* (* p p) (/ (+ 11/8 (* (/ (/ (* p p) x) x) -69/16)) (* x (* x (* x x))))) (/ -1/2 (* x x))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 p p) (*.f64 x x)) (+.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (*.f64 p p) (*.f64 x x)) (+.f64 #s(literal 11/8 binary64) (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) x) x)))))) |
1 |
#s(literal 1 binary64) |
(* (* p p) (+ (* (* p p) (/ (+ 11/8 (* (/ (/ (* p p) x) x) -69/16)) (* x (* x (* x x))))) (/ -1/2 (* x x)))) |
(*.f64 (/.f64 (*.f64 p p) (*.f64 x x)) (+.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (*.f64 p p) (*.f64 x x)) (+.f64 #s(literal 11/8 binary64) (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) x) x))))) |
(* p p) |
(*.f64 p p) |
p |
(+ (* (* p p) (/ (+ 11/8 (* (/ (/ (* p p) x) x) -69/16)) (* x (* x (* x x))))) (/ -1/2 (* x x))) |
(+.f64 (*.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) x) x)) (/.f64 (*.f64 p p) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) |
(* (* p p) (/ (+ 11/8 (* (/ (/ (* p p) x) x) -69/16)) (* x (* x (* x x))))) |
(*.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) x) x)) (/.f64 (*.f64 p p) (*.f64 x (*.f64 x (*.f64 x x))))) |
(/ (+ 11/8 (* (/ (/ (* p p) x) x) -69/16)) (* x (* x (* x x)))) |
(/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) x) x)) (*.f64 x (*.f64 x (*.f64 x x)))) |
(+ 11/8 (* (/ (/ (* p p) x) x) -69/16)) |
(+.f64 #s(literal 11/8 binary64) (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) x) x)) |
11/8 |
#s(literal 11/8 binary64) |
(* (/ (/ (* p p) x) x) -69/16) |
(/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) x) x) |
(/ (/ (* p p) x) x) |
(/.f64 (*.f64 p p) (*.f64 x x)) |
(/ (* p p) x) |
(/.f64 (*.f64 p p) x) |
x |
-69/16 |
#s(literal -69/16 binary64) |
(* x (* x (* x x))) |
(*.f64 x (*.f64 x (*.f64 x x))) |
(* x (* x x)) |
(*.f64 x (*.f64 x x)) |
(* x x) |
(*.f64 x x) |
(/ -1/2 (* x x)) |
(/.f64 #s(literal -1/2 binary64) (*.f64 x x)) |
-1/2 |
#s(literal -1/2 binary64) |
(sqrt (+ 1/2 (/ (* 1/2 x) (+ (* p 2) (* x (* x (/ 1/4 p))))))) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) |
(+ 1/2 (/ (* 1/2 x) (+ (* p 2) (* x (* x (/ 1/4 p)))))) |
(+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) |
1/2 |
#s(literal 1/2 binary64) |
(/ (* 1/2 x) (+ (* p 2) (* x (* x (/ 1/4 p))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
x |
(+ (* p 2) (* x (* x (/ 1/4 p)))) |
(+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) |
(* p 2) |
(*.f64 p #s(literal 2 binary64)) |
p |
2 |
#s(literal 2 binary64) |
(* x (* x (/ 1/4 p))) |
(/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) |
(* x (/ 1/4 p)) |
(/.f64 (*.f64 x #s(literal 1/4 binary64)) p) |
(/ 1/4 p) |
(/.f64 #s(literal 1/4 binary64) p) |
1/4 |
#s(literal 1/4 binary64) |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 (*.f64 p #s(literal 2 binary64)) (*.f64 x (*.f64 x (/.f64 #s(literal 1/4 binary64) p))))))) |
| ✓ | accuracy | 99.7% | (*.f64 x (*.f64 x (/.f64 #s(literal 1/4 binary64) p))) |
| ✓ | accuracy | 99.7% | (*.f64 x (/.f64 #s(literal 1/4 binary64) p)) |
| ✓ | accuracy | 96.2% | (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 (*.f64 p #s(literal 2 binary64)) (*.f64 x (*.f64 x (/.f64 #s(literal 1/4 binary64) p))))) |
| ✓ | accuracy | 93.3% | (/.f64 (+.f64 #s(literal 11/8 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -69/16 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))) |
| ✓ | accuracy | 92.4% | (/.f64 (/.f64 (*.f64 p p) x) x) |
| ✓ | accuracy | 89.8% | (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal 11/8 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -69/16 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) |
| ✓ | accuracy | 81.9% | (*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal 11/8 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -69/16 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))) |
| ✓ | accuracy | 99.9% | (*.f64 p (*.f64 p p)) |
| ✓ | accuracy | 97.8% | (/.f64 (-.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 (/.f64 (*.f64 p (*.f64 p p)) x) x)) p) x) |
| ✓ | accuracy | 97.6% | (/.f64 (/.f64 (*.f64 p (*.f64 p p)) x) x) |
| ✓ | accuracy | 96.0% | (/.f64 (*.f64 p (*.f64 p p)) x) |
| ✓ | accuracy | 100.0% | (/.f64 p (-.f64 #s(literal 0 binary64) x)) |
| ✓ | accuracy | 100.0% | (-.f64 #s(literal 0 binary64) x) |
| ✓ | accuracy | 98.3% | (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) x)) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))) |
| ✓ | accuracy | 90.4% | (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) x)) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))) |
| ✓ | accuracy | 81.3% | (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) x)) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))) |
| ✓ | accuracy | 75.6% | (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) x)) |
| 161.0ms | 256× | 0 | valid |
Compiled 747 to 60 computations (92% saved)
ival-mult: 38.0ms (39.6% of total)ival-div: 35.0ms (36.5% of total)ival-add: 11.0ms (11.5% of total)ival-sqrt: 7.0ms (7.3% of total)ival-sub: 3.0ms (3.1% of total)const: 2.0ms (2.1% of total)backward-pass: 0.0ms (0% of total)| Inputs |
|---|
#<alt (sqrt (+ 1/2 (/ (* 1/2 x) (+ x (* p (* p (+ (/ 2 x) (* (* p p) (+ (/ (* (* p p) 4) (* (* (* x x) (* x x)) x)) (/ -2 (* x (* x x))))))))))))> |
#<alt (+ 1/2 (/ (* 1/2 x) (+ x (* p (* p (+ (/ 2 x) (* (* p p) (+ (/ (* (* p p) 4) (* (* (* x x) (* x x)) x)) (/ -2 (* x (* x x)))))))))))> |
#<alt (/ (* 1/2 x) (+ x (* p (* p (+ (/ 2 x) (* (* p p) (+ (/ (* (* p p) 4) (* (* (* x x) (* x x)) x)) (/ -2 (* x (* x x))))))))))> |
#<alt (+ x (* p (* p (+ (/ 2 x) (* (* p p) (+ (/ (* (* p p) 4) (* (* (* x x) (* x x)) x)) (/ -2 (* x (* x x)))))))))> |
#<alt (/ p (- 0 x))> |
#<alt (- 0 x)> |
#<alt (/ (- (* 3/2 (/ (/ (* p (* p p)) x) x)) p) x)> |
#<alt (- (* 3/2 (/ (/ (* p (* p p)) x) x)) p)> |
#<alt (* 3/2 (/ (/ (* p (* p p)) x) x))> |
#<alt (/ (/ (* p (* p p)) x) x)> |
#<alt (+ 1 (* (* p p) (+ (* (* p p) (/ (+ 11/8 (* (/ (/ (* p p) x) x) -69/16)) (* x (* x (* x x))))) (/ -1/2 (* x x)))))> |
#<alt (* (* p p) (+ (* (* p p) (/ (+ 11/8 (* (/ (/ (* p p) x) x) -69/16)) (* x (* x (* x x))))) (/ -1/2 (* x x))))> |
#<alt (* p p)> |
#<alt (+ (* (* p p) (/ (+ 11/8 (* (/ (/ (* p p) x) x) -69/16)) (* x (* x (* x x))))) (/ -1/2 (* x x)))> |
#<alt (sqrt (+ 1/2 (/ (* 1/2 x) (+ (* p 2) (* x (* x (/ 1/4 p)))))))> |
#<alt (+ 1/2 (/ (* 1/2 x) (+ (* p 2) (* x (* x (/ 1/4 p))))))> |
#<alt (/ (* 1/2 x) (+ (* p 2) (* x (* x (/ 1/4 p)))))> |
#<alt (* 1/2 x)> |
#<alt (/ (* (* p p) 4) (* (* (* x x) (* x x)) x))> |
#<alt (* (* p p) (+ (/ (* (* p p) 4) (* (* (* x x) (* x x)) x)) (/ -2 (* x (* x x)))))> |
#<alt (+ (/ (* (* p p) 4) (* (* (* x x) (* x x)) x)) (/ -2 (* x (* x x))))> |
#<alt (/ (* p (* p p)) x)> |
#<alt (* p (* p p))> |
#<alt (* (* p p) (/ (+ 11/8 (* (/ (/ (* p p) x) x) -69/16)) (* x (* x (* x x)))))> |
#<alt (/ (/ (* p p) x) x)> |
#<alt (/ (+ 11/8 (* (/ (/ (* p p) x) x) -69/16)) (* x (* x (* x x))))> |
#<alt (* x (/ 1/4 p))> |
#<alt (* x (* x (/ 1/4 p)))> |
| Outputs |
|---|
#<alt (sqrt 1/2)> |
#<alt (+ (sqrt 1/2) (* 1/16 (/ (pow x 6) (* (pow p 6) (sqrt 1/2)))))> |
#<alt (+ (sqrt 1/2) (* (pow x 6) (+ (* 1/32 (/ (pow x 2) (* (pow p 8) (sqrt 1/2)))) (* 1/16 (/ 1 (* (pow p 6) (sqrt 1/2)))))))> |
#<alt (+ (sqrt 1/2) (* (pow x 6) (+ (* (pow x 2) (+ (* -1/64 (/ (pow x 2) (* (pow p 10) (sqrt 1/2)))) (* 1/32 (/ 1 (* (pow p 8) (sqrt 1/2)))))) (* 1/16 (/ 1 (* (pow p 6) (sqrt 1/2)))))))> |
#<alt 1> |
#<alt (+ 1 (* -1/2 (/ (pow p 2) (pow x 2))))> |
#<alt (+ 1 (+ (* -1/2 (/ (pow p 2) (pow x 2))) (* 1/2 (/ (- (* -1/2 (+ (* -4 (pow p 4)) (* -2 (pow p 4)))) (* 1/4 (pow p 4))) (pow x 4)))))> |
#<alt (+ 1 (+ (* -1/2 (/ (pow p 2) (pow x 2))) (+ (* 1/2 (/ (- (* -1/2 (+ (* -4 (pow p 4)) (* -2 (pow p 4)))) (* 1/4 (pow p 4))) (pow x 4))) (* 1/2 (/ (- (* -1/2 (+ (* -2 (* (pow p 2) (+ (* -4 (pow p 4)) (* -2 (pow p 4))))) (* 8 (pow p 6)))) (* -1/2 (* (pow p 2) (- (* -1/2 (+ (* -4 (pow p 4)) (* -2 (pow p 4)))) (* 1/4 (pow p 4)))))) (pow x 6))))))> |
#<alt 1> |
#<alt (+ 1 (* -1/2 (/ (pow p 2) (pow x 2))))> |
#<alt (+ 1 (+ (* -1/2 (/ (+ (* -1/2 (+ (* 2 (pow p 4)) (* 4 (pow p 4)))) (* 1/4 (pow p 4))) (pow x 4))) (* -1/2 (/ (pow p 2) (pow x 2)))))> |
#<alt (+ 1 (+ (* -1/2 (/ (+ (* -1/2 (+ (* -8 (pow p 6)) (* -2 (* (pow p 2) (+ (* 2 (pow p 4)) (* 4 (pow p 4))))))) (* 1/2 (* (pow p 2) (+ (* -1/2 (+ (* 2 (pow p 4)) (* 4 (pow p 4)))) (* 1/4 (pow p 4)))))) (pow x 6))) (+ (* -1/2 (/ (+ (* -1/2 (+ (* 2 (pow p 4)) (* 4 (pow p 4)))) (* 1/4 (pow p 4))) (pow x 4))) (* -1/2 (/ (pow p 2) (pow x 2))))))> |
#<alt 1> |
#<alt (+ 1 (* -1/2 (/ (pow p 2) (pow x 2))))> |
#<alt (+ 1 (* (pow p 2) (- (* 11/8 (/ (pow p 2) (pow x 4))) (* 1/2 (/ 1 (pow x 2))))))> |
#<alt (+ 1 (* (pow p 2) (- (* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) (* 1/2 (/ 1 (pow x 2))))))> |
#<alt (sqrt 1/2)> |
#<alt (+ (sqrt 1/2) (* 1/16 (/ (pow x 6) (* (pow p 6) (sqrt 1/2)))))> |
#<alt (+ (sqrt 1/2) (+ (* 1/32 (/ (pow x 8) (* (pow p 8) (sqrt 1/2)))) (* 1/16 (/ (pow x 6) (* (pow p 6) (sqrt 1/2))))))> |
#<alt (+ (sqrt 1/2) (+ (* -1/4 (/ (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10))) (* (pow p 10) (sqrt 1/2)))) (+ (* 1/32 (/ (pow x 8) (* (pow p 8) (sqrt 1/2)))) (* 1/16 (/ (pow x 6) (* (pow p 6) (sqrt 1/2)))))))> |
#<alt (sqrt 1/2)> |
#<alt (+ (sqrt 1/2) (* 1/16 (/ (pow x 6) (* (pow p 6) (sqrt 1/2)))))> |
#<alt (+ (sqrt 1/2) (+ (* 1/32 (/ (pow x 8) (* (pow p 8) (sqrt 1/2)))) (* 1/16 (/ (pow x 6) (* (pow p 6) (sqrt 1/2))))))> |
#<alt (+ (sqrt 1/2) (+ (* -1/4 (/ (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10))) (* (pow p 10) (sqrt 1/2)))) (+ (* 1/32 (/ (pow x 8) (* (pow p 8) (sqrt 1/2)))) (* 1/16 (/ (pow x 6) (* (pow p 6) (sqrt 1/2)))))))> |
#<alt 1/2> |
#<alt (+ 1/2 (* 1/8 (/ (pow x 6) (pow p 6))))> |
#<alt (+ 1/2 (* (pow x 6) (+ (* 1/16 (/ (pow x 2) (pow p 8))) (* 1/8 (/ 1 (pow p 6))))))> |
#<alt (+ 1/2 (* (pow x 6) (+ (* (pow x 2) (+ (* -1/32 (/ (pow x 2) (pow p 10))) (* 1/16 (/ 1 (pow p 8))))) (* 1/8 (/ 1 (pow p 6))))))> |
#<alt 1> |
#<alt (+ 1 (* -1 (/ (pow p 2) (pow x 2))))> |
#<alt (+ 1 (+ (* -1 (/ (pow p 2) (pow x 2))) (* -1/2 (/ (+ (* -4 (pow p 4)) (* -2 (pow p 4))) (pow x 4)))))> |
#<alt (+ 1 (+ (* -1 (/ (pow p 2) (pow x 2))) (+ (* -1/2 (/ (+ (* -4 (pow p 4)) (* -2 (pow p 4))) (pow x 4))) (* -1/2 (/ (+ (* -2 (* (pow p 2) (+ (* -4 (pow p 4)) (* -2 (pow p 4))))) (* 8 (pow p 6))) (pow x 6))))))> |
#<alt 1> |
#<alt (+ 1 (* -1 (/ (pow p 2) (pow x 2))))> |
#<alt (- (+ 1 (* 1/2 (/ (+ (* 2 (pow p 4)) (* 4 (pow p 4))) (pow x 4)))) (/ (pow p 2) (pow x 2)))> |
#<alt (- (+ 1 (* 1/2 (/ (+ (* -8 (pow p 6)) (* -2 (* (pow p 2) (+ (* 2 (pow p 4)) (* 4 (pow p 4)))))) (pow x 6)))) (+ (* -1/2 (/ (+ (* 2 (pow p 4)) (* 4 (pow p 4))) (pow x 4))) (/ (pow p 2) (pow x 2))))> |
#<alt 1> |
#<alt (+ 1 (* -1 (/ (pow p 2) (pow x 2))))> |
#<alt (+ 1 (* (pow p 2) (- (* 3 (/ (pow p 2) (pow x 4))) (/ 1 (pow x 2)))))> |
#<alt (+ 1 (* (pow p 2) (- (* (pow p 2) (+ (* -10 (/ (pow p 2) (pow x 6))) (* 3 (/ 1 (pow x 4))))) (/ 1 (pow x 2)))))> |
#<alt 1/2> |
#<alt (+ 1/2 (* 1/8 (/ (pow x 6) (pow p 6))))> |
#<alt (+ 1/2 (+ (* 1/16 (/ (pow x 8) (pow p 8))) (* 1/8 (/ (pow x 6) (pow p 6)))))> |
#<alt (+ 1/2 (+ (* -1/2 (/ (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10))) (pow p 10))) (+ (* 1/16 (/ (pow x 8) (pow p 8))) (* 1/8 (/ (pow x 6) (pow p 6))))))> |
#<alt 1/2> |
#<alt (+ 1/2 (* 1/8 (/ (pow x 6) (pow p 6))))> |
#<alt (+ 1/2 (+ (* 1/16 (/ (pow x 8) (pow p 8))) (* 1/8 (/ (pow x 6) (pow p 6)))))> |
#<alt (+ 1/2 (+ (* -1/2 (/ (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10))) (pow p 10))) (+ (* 1/16 (/ (pow x 8) (pow p 8))) (* 1/8 (/ (pow x 6) (pow p 6))))))> |
#<alt (* 1/8 (/ (pow x 6) (pow p 6)))> |
#<alt (* (pow x 6) (+ (* 1/16 (/ (pow x 2) (pow p 8))) (* 1/8 (/ 1 (pow p 6)))))> |
#<alt (* (pow x 6) (+ (* (pow x 2) (+ (* -1/32 (/ (pow x 2) (pow p 10))) (* 1/16 (/ 1 (pow p 8))))) (* 1/8 (/ 1 (pow p 6)))))> |
#<alt (* (pow x 6) (+ (* (pow x 2) (+ (* (pow x 2) (- (* -5/64 (/ (pow x 2) (pow p 12))) (* 1/32 (/ 1 (pow p 10))))) (* 1/16 (/ 1 (pow p 8))))) (* 1/8 (/ 1 (pow p 6)))))> |
#<alt 1/2> |
#<alt (+ 1/2 (* -1 (/ (pow p 2) (pow x 2))))> |
#<alt (- (+ 1/2 (* -1 (/ (+ (* -2 (pow p 4)) (* -1 (pow p 4))) (pow x 4)))) (/ (pow p 2) (pow x 2)))> |
#<alt (- (+ 1/2 (* -1 (/ (+ (* -2 (* (pow p 2) (+ (* -2 (pow p 4)) (* -1 (pow p 4))))) (* 4 (pow p 6))) (pow x 6)))) (+ (* -2 (/ (pow p 4) (pow x 4))) (+ (* -1 (/ (pow p 4) (pow x 4))) (/ (pow p 2) (pow x 2)))))> |
#<alt 1/2> |
#<alt (+ 1/2 (* -1 (/ (pow p 2) (pow x 2))))> |
#<alt (- (+ 1/2 (* -1 (/ (+ (* -2 (pow p 4)) (* -1 (pow p 4))) (pow x 4)))) (/ (pow p 2) (pow x 2)))> |
#<alt (- (+ 1/2 (* -1 (/ (+ (* -2 (* (pow p 2) (+ (* -2 (pow p 4)) (* -1 (pow p 4))))) (* 4 (pow p 6))) (pow x 6)))) (+ (* -2 (/ (pow p 4) (pow x 4))) (+ (* -1 (/ (pow p 4) (pow x 4))) (/ (pow p 2) (pow x 2)))))> |
#<alt 1/2> |
#<alt (+ 1/2 (* -1 (/ (pow p 2) (pow x 2))))> |
#<alt (+ 1/2 (* (pow p 2) (- (* 3 (/ (pow p 2) (pow x 4))) (/ 1 (pow x 2)))))> |
#<alt (+ 1/2 (* (pow p 2) (- (* (pow p 2) (+ (* -10 (/ (pow p 2) (pow x 6))) (* 3 (/ 1 (pow x 4))))) (/ 1 (pow x 2)))))> |
#<alt (* 1/8 (/ (pow x 6) (pow p 6)))> |
#<alt (/ (+ (* 1/16 (/ (pow x 8) (pow p 2))) (* 1/8 (pow x 6))) (pow p 6))> |
#<alt (/ (+ (* -1/2 (/ (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10))) (pow p 4))) (+ (* 1/16 (/ (pow x 8) (pow p 2))) (* 1/8 (pow x 6)))) (pow p 6))> |
#<alt (/ (+ (* -1/2 (/ (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10))) (pow p 4))) (+ (* -1/2 (/ (+ (* 1/8 (pow x 12)) (* 1/2 (* (pow x 2) (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10)))))) (pow p 6))) (+ (* 1/16 (/ (pow x 8) (pow p 2))) (* 1/8 (pow x 6))))) (pow p 6))> |
#<alt (* 1/8 (/ (pow x 6) (pow p 6)))> |
#<alt (/ (+ (* 1/16 (/ (pow x 8) (pow p 2))) (* 1/8 (pow x 6))) (pow p 6))> |
#<alt (/ (+ (* -1/2 (/ (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10))) (pow p 4))) (+ (* 1/16 (/ (pow x 8) (pow p 2))) (* 1/8 (pow x 6)))) (pow p 6))> |
#<alt (/ (+ (* -1/2 (/ (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10))) (pow p 4))) (+ (* -1/2 (/ (+ (* 1/8 (pow x 12)) (* 1/2 (* (pow x 2) (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10)))))) (pow p 6))) (+ (* 1/16 (/ (pow x 8) (pow p 2))) (* 1/8 (pow x 6))))) (pow p 6))> |
#<alt (* 4 (/ (pow p 6) (pow x 5)))> |
#<alt (/ (+ (* -2 (* (pow p 4) (pow x 2))) (* 4 (pow p 6))) (pow x 5))> |
#<alt (/ (+ (* 4 (pow p 6)) (* (pow x 2) (+ (* -2 (pow p 4)) (* 2 (* (pow p 2) (pow x 2)))))) (pow x 5))> |
#<alt (/ (+ (* 4 (pow p 6)) (* (pow x 2) (+ (* -2 (pow p 4)) (* (pow x 2) (+ (* 2 (pow p 2)) (pow x 2)))))) (pow x 5))> |
#<alt x> |
#<alt (* x (+ 1 (* 2 (/ (pow p 2) (pow x 2)))))> |
#<alt (* x (+ 1 (+ (* -2 (/ (pow p 4) (pow x 4))) (* 2 (/ (pow p 2) (pow x 2))))))> |
#<alt (* x (+ 1 (+ (* -2 (/ (pow p 4) (pow x 4))) (+ (* 2 (/ (pow p 2) (pow x 2))) (* 4 (/ (pow p 6) (pow x 6)))))))> |
#<alt x> |
#<alt (* -1 (* x (- (* -2 (/ (pow p 2) (pow x 2))) 1)))> |
#<alt (* -1 (* x (- (+ (* -2 (/ (pow p 2) (pow x 2))) (* 2 (/ (pow p 4) (pow x 4)))) 1)))> |
#<alt (* -1 (* x (- (+ (* -4 (/ (pow p 6) (pow x 6))) (+ (* -2 (/ (pow p 2) (pow x 2))) (* 2 (/ (pow p 4) (pow x 4))))) 1)))> |
#<alt x> |
#<alt (+ x (* 2 (/ (pow p 2) x)))> |
#<alt (+ x (* (pow p 2) (+ (* -2 (/ (pow p 2) (pow x 3))) (* 2 (/ 1 x)))))> |
#<alt (+ x (* (pow p 2) (+ (* (pow p 2) (- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3))))) (* 2 (/ 1 x)))))> |
#<alt (* 4 (/ (pow p 6) (pow x 5)))> |
#<alt (* (pow p 6) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3))))))> |
#<alt (* (pow p 6) (- (+ (* 4 (/ 1 (pow x 5))) (/ 2 (* (pow p 4) x))) (/ 2 (* (pow p 2) (pow x 3)))))> |
#<alt (* (pow p 6) (- (+ (* 2 (/ 1 (* (pow p 4) x))) (+ (* 4 (/ 1 (pow x 5))) (/ x (pow p 6)))) (/ 2 (* (pow p 2) (pow x 3)))))> |
#<alt (* 4 (/ (pow p 6) (pow x 5)))> |
#<alt (* (pow p 6) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3))))))> |
#<alt (* (pow p 6) (- (+ (* 4 (/ 1 (pow x 5))) (/ 2 (* (pow p 4) x))) (/ 2 (* (pow p 2) (pow x 3)))))> |
#<alt (* (pow p 6) (- (+ (* 2 (/ 1 (* (pow p 4) x))) (+ (* 4 (/ 1 (pow x 5))) (/ x (pow p 6)))) (/ 2 (* (pow p 2) (pow x 3)))))> |
#<alt (* -1 (/ p x))> |
#<alt (* -1 (/ p x))> |
#<alt (* -1 (/ p x))> |
#<alt (* -1 (/ p x))> |
#<alt (* -1 (/ p x))> |
#<alt (* -1 (/ p x))> |
#<alt (* -1 (/ p x))> |
#<alt (* -1 (/ p x))> |
#<alt (* -1 (/ p x))> |
#<alt (* -1 (/ p x))> |
#<alt (* -1 (/ p x))> |
#<alt (* -1 (/ p x))> |
#<alt (* -1 (/ p x))> |
#<alt (* -1 (/ p x))> |
#<alt (* -1 (/ p x))> |
#<alt (* -1 (/ p x))> |
#<alt (* -1 (/ p x))> |
#<alt (* -1 (/ p x))> |
#<alt (* -1 (/ p x))> |
#<alt (* -1 (/ p x))> |
#<alt (* -1 (/ p x))> |
#<alt (* -1 (/ p x))> |
#<alt (* -1 (/ p x))> |
#<alt (* -1 (/ p x))> |
#<alt (* -1 x)> |
#<alt (* -1 x)> |
#<alt (* -1 x)> |
#<alt (* -1 x)> |
#<alt (* -1 x)> |
#<alt (* -1 x)> |
#<alt (* -1 x)> |
#<alt (* -1 x)> |
#<alt (* -1 x)> |
#<alt (* -1 x)> |
#<alt (* -1 x)> |
#<alt (* -1 x)> |
#<alt (* -1 (/ p x))> |
#<alt (* p (- (* 3/2 (/ (pow p 2) (pow x 3))) (/ 1 x)))> |
#<alt (* p (- (* 3/2 (/ (pow p 2) (pow x 3))) (/ 1 x)))> |
#<alt (* p (- (* 3/2 (/ (pow p 2) (pow x 3))) (/ 1 x)))> |
#<alt (* 3/2 (/ (pow p 3) (pow x 3)))> |
#<alt (* (pow p 3) (- (* 3/2 (/ 1 (pow x 3))) (/ 1 (* (pow p 2) x))))> |
#<alt (* (pow p 3) (- (* 3/2 (/ 1 (pow x 3))) (/ 1 (* (pow p 2) x))))> |
#<alt (* (pow p 3) (- (* 3/2 (/ 1 (pow x 3))) (/ 1 (* (pow p 2) x))))> |
#<alt (* 3/2 (/ (pow p 3) (pow x 3)))> |
#<alt (* -1 (* (pow p 3) (- (/ 1 (* (pow p 2) x)) (* 3/2 (/ 1 (pow x 3))))))> |
#<alt (* -1 (* (pow p 3) (- (/ 1 (* (pow p 2) x)) (* 3/2 (/ 1 (pow x 3))))))> |
#<alt (* -1 (* (pow p 3) (- (/ 1 (* (pow p 2) x)) (* 3/2 (/ 1 (pow x 3))))))> |
#<alt (* 3/2 (/ (pow p 3) (pow x 3)))> |
#<alt (/ (+ (* -1 (* p (pow x 2))) (* 3/2 (pow p 3))) (pow x 3))> |
#<alt (/ (+ (* -1 (* p (pow x 2))) (* 3/2 (pow p 3))) (pow x 3))> |
#<alt (/ (+ (* -1 (* p (pow x 2))) (* 3/2 (pow p 3))) (pow x 3))> |
#<alt (* -1 (/ p x))> |
#<alt (/ (+ (* -1 p) (* 3/2 (/ (pow p 3) (pow x 2)))) x)> |
#<alt (/ (+ (* -1 p) (* 3/2 (/ (pow p 3) (pow x 2)))) x)> |
#<alt (/ (+ (* -1 p) (* 3/2 (/ (pow p 3) (pow x 2)))) x)> |
#<alt (* -1 (/ p x))> |
#<alt (* -1 (/ (+ p (* -3/2 (/ (pow p 3) (pow x 2)))) x))> |
#<alt (* -1 (/ (+ p (* -3/2 (/ (pow p 3) (pow x 2)))) x))> |
#<alt (* -1 (/ (+ p (* -3/2 (/ (pow p 3) (pow x 2)))) x))> |
#<alt (* -1 p)> |
#<alt (* p (- (* 3/2 (/ (pow p 2) (pow x 2))) 1))> |
#<alt (* p (- (* 3/2 (/ (pow p 2) (pow x 2))) 1))> |
#<alt (* p (- (* 3/2 (/ (pow p 2) (pow x 2))) 1))> |
#<alt (* 3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (* (pow p 3) (- (* 3/2 (/ 1 (pow x 2))) (/ 1 (pow p 2))))> |
#<alt (* (pow p 3) (- (* 3/2 (/ 1 (pow x 2))) (/ 1 (pow p 2))))> |
#<alt (* (pow p 3) (- (* 3/2 (/ 1 (pow x 2))) (/ 1 (pow p 2))))> |
#<alt (* 3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (* -1 (* (pow p 3) (- (/ 1 (pow p 2)) (* 3/2 (/ 1 (pow x 2))))))> |
#<alt (* -1 (* (pow p 3) (- (/ 1 (pow p 2)) (* 3/2 (/ 1 (pow x 2))))))> |
#<alt (* -1 (* (pow p 3) (- (/ 1 (pow p 2)) (* 3/2 (/ 1 (pow x 2))))))> |
#<alt (* 3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (/ (+ (* -1 (* p (pow x 2))) (* 3/2 (pow p 3))) (pow x 2))> |
#<alt (/ (+ (* -1 (* p (pow x 2))) (* 3/2 (pow p 3))) (pow x 2))> |
#<alt (/ (+ (* -1 (* p (pow x 2))) (* 3/2 (pow p 3))) (pow x 2))> |
#<alt (* -1 p)> |
#<alt (- (* 3/2 (/ (pow p 3) (pow x 2))) p)> |
#<alt (- (* 3/2 (/ (pow p 3) (pow x 2))) p)> |
#<alt (- (* 3/2 (/ (pow p 3) (pow x 2))) p)> |
#<alt (* -1 p)> |
#<alt (- (* 3/2 (/ (pow p 3) (pow x 2))) p)> |
#<alt (- (* 3/2 (/ (pow p 3) (pow x 2))) p)> |
#<alt (- (* 3/2 (/ (pow p 3) (pow x 2))) p)> |
#<alt (* 3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (* 3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (* 3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (* 3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (* 3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (* 3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (* 3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (* 3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (* 3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (* 3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (* 3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (* 3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (* 3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (* 3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (* 3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (* 3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (* 3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (* 3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (* 3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (* 3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (* 3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (* 3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (* 3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (* 3/2 (/ (pow p 3) (pow x 2)))> |
#<alt (/ (pow p 3) (pow x 2))> |
#<alt (/ (pow p 3) (pow x 2))> |
#<alt (/ (pow p 3) (pow x 2))> |
#<alt (/ (pow p 3) (pow x 2))> |
#<alt (/ (pow p 3) (pow x 2))> |
#<alt (/ (pow p 3) (pow x 2))> |
#<alt (/ (pow p 3) (pow x 2))> |
#<alt (/ (pow p 3) (pow x 2))> |
#<alt (/ (pow p 3) (pow x 2))> |
#<alt (/ (pow p 3) (pow x 2))> |
#<alt (/ (pow p 3) (pow x 2))> |
#<alt (/ (pow p 3) (pow x 2))> |
#<alt (/ (pow p 3) (pow x 2))> |
#<alt (/ (pow p 3) (pow x 2))> |
#<alt (/ (pow p 3) (pow x 2))> |
#<alt (/ (pow p 3) (pow x 2))> |
#<alt (/ (pow p 3) (pow x 2))> |
#<alt (/ (pow p 3) (pow x 2))> |
#<alt (/ (pow p 3) (pow x 2))> |
#<alt (/ (pow p 3) (pow x 2))> |
#<alt (/ (pow p 3) (pow x 2))> |
#<alt (/ (pow p 3) (pow x 2))> |
#<alt (/ (pow p 3) (pow x 2))> |
#<alt (/ (pow p 3) (pow x 2))> |
#<alt 1> |
#<alt (+ 1 (* -1/2 (/ (pow p 2) (pow x 2))))> |
#<alt (+ 1 (* (pow p 2) (- (* 11/8 (/ (pow p 2) (pow x 4))) (* 1/2 (/ 1 (pow x 2))))))> |
#<alt (+ 1 (* (pow p 2) (- (* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) (* 1/2 (/ 1 (pow x 2))))))> |
#<alt (* -69/16 (/ (pow p 6) (pow x 6)))> |
#<alt (* (pow p 6) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6)))))> |
#<alt (* (pow p 6) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (* 69/16 (/ 1 (pow x 6))) (/ 1/2 (* (pow p 4) (pow x 2))))))> |
#<alt (* (pow p 6) (- (+ (/ 1 (pow p 6)) (/ 11/8 (* (pow p 2) (pow x 4)))) (+ (* 69/16 (/ 1 (pow x 6))) (* 1/2 (/ 1 (* (pow p 4) (pow x 2)))))))> |
#<alt (* -69/16 (/ (pow p 6) (pow x 6)))> |
#<alt (* (pow p 6) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6)))))> |
#<alt (* (pow p 6) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (* 69/16 (/ 1 (pow x 6))) (/ 1/2 (* (pow p 4) (pow x 2))))))> |
#<alt (* (pow p 6) (- (+ (/ 1 (pow p 6)) (/ 11/8 (* (pow p 2) (pow x 4)))) (+ (* 69/16 (/ 1 (pow x 6))) (* 1/2 (/ 1 (* (pow p 4) (pow x 2)))))))> |
#<alt (* -69/16 (/ (pow p 6) (pow x 6)))> |
#<alt (/ (+ (* -69/16 (pow p 6)) (* 11/8 (* (pow p 4) (pow x 2)))) (pow x 6))> |
#<alt (/ (+ (* -69/16 (pow p 6)) (* (pow x 2) (+ (* -1/2 (* (pow p 2) (pow x 2))) (* 11/8 (pow p 4))))) (pow x 6))> |
#<alt (/ (+ (* -69/16 (pow p 6)) (* (pow x 2) (+ (* 11/8 (pow p 4)) (* (pow x 2) (+ (* -1/2 (pow p 2)) (pow x 2)))))) (pow x 6))> |
#<alt 1> |
#<alt (+ 1 (* -1/2 (/ (pow p 2) (pow x 2))))> |
#<alt (+ 1 (+ (* -1/2 (/ (pow p 2) (pow x 2))) (* 11/8 (/ (pow p 4) (pow x 4)))))> |
#<alt (+ 1 (+ (* -69/16 (/ (pow p 6) (pow x 6))) (+ (* -1/2 (/ (pow p 2) (pow x 2))) (* 11/8 (/ (pow p 4) (pow x 4))))))> |
#<alt 1> |
#<alt (+ 1 (* -1/2 (/ (pow p 2) (pow x 2))))> |
#<alt (+ 1 (+ (* -1/2 (/ (pow p 2) (pow x 2))) (* 11/8 (/ (pow p 4) (pow x 4)))))> |
#<alt (+ 1 (+ (* -69/16 (/ (pow p 6) (pow x 6))) (+ (* -1/2 (/ (pow p 2) (pow x 2))) (* 11/8 (/ (pow p 4) (pow x 4))))))> |
#<alt (* -1/2 (/ (pow p 2) (pow x 2)))> |
#<alt (* (pow p 2) (- (* 11/8 (/ (pow p 2) (pow x 4))) (* 1/2 (/ 1 (pow x 2)))))> |
#<alt (* (pow p 2) (- (* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) (* 1/2 (/ 1 (pow x 2)))))> |
#<alt (* (pow p 2) (- (* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) (* 1/2 (/ 1 (pow x 2)))))> |
#<alt (* -69/16 (/ (pow p 6) (pow x 6)))> |
#<alt (* (pow p 6) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6)))))> |
#<alt (* (pow p 6) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (/ 1/2 (* (pow p 4) (pow x 2))) (* 69/16 (/ 1 (pow x 6))))))> |
#<alt (* (pow p 6) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (/ 1/2 (* (pow p 4) (pow x 2))) (* 69/16 (/ 1 (pow x 6))))))> |
#<alt (* -69/16 (/ (pow p 6) (pow x 6)))> |
#<alt (* (pow p 6) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6)))))> |
#<alt (* (pow p 6) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (/ 1/2 (* (pow p 4) (pow x 2))) (* 69/16 (/ 1 (pow x 6))))))> |
#<alt (* (pow p 6) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (/ 1/2 (* (pow p 4) (pow x 2))) (* 69/16 (/ 1 (pow x 6))))))> |
#<alt (* -69/16 (/ (pow p 6) (pow x 6)))> |
#<alt (/ (+ (* -69/16 (pow p 6)) (* 11/8 (* (pow p 4) (pow x 2)))) (pow x 6))> |
#<alt (/ (+ (* -69/16 (pow p 6)) (* (pow x 2) (+ (* -1/2 (* (pow p 2) (pow x 2))) (* 11/8 (pow p 4))))) (pow x 6))> |
#<alt (/ (+ (* -69/16 (pow p 6)) (* (pow x 2) (+ (* -1/2 (* (pow p 2) (pow x 2))) (* 11/8 (pow p 4))))) (pow x 6))> |
#<alt (* -1/2 (/ (pow p 2) (pow x 2)))> |
#<alt (/ (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2)))) (pow x 2))> |
#<alt (/ (+ (* -69/16 (/ (pow p 6) (pow x 4))) (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2))))) (pow x 2))> |
#<alt (/ (+ (* -69/16 (/ (pow p 6) (pow x 4))) (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2))))) (pow x 2))> |
#<alt (* -1/2 (/ (pow p 2) (pow x 2)))> |
#<alt (/ (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2)))) (pow x 2))> |
#<alt (/ (+ (* -69/16 (/ (pow p 6) (pow x 4))) (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2))))) (pow x 2))> |
#<alt (/ (+ (* -69/16 (/ (pow p 6) (pow x 4))) (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2))))) (pow x 2))> |
#<alt (pow p 2)> |
#<alt (pow p 2)> |
#<alt (pow p 2)> |
#<alt (pow p 2)> |
#<alt (pow p 2)> |
#<alt (pow p 2)> |
#<alt (pow p 2)> |
#<alt (pow p 2)> |
#<alt (pow p 2)> |
#<alt (pow p 2)> |
#<alt (pow p 2)> |
#<alt (pow p 2)> |
#<alt (/ -1/2 (pow x 2))> |
#<alt (- (* 11/8 (/ (pow p 2) (pow x 4))) (* 1/2 (/ 1 (pow x 2))))> |
#<alt (- (* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) (* 1/2 (/ 1 (pow x 2))))> |
#<alt (- (* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) (* 1/2 (/ 1 (pow x 2))))> |
#<alt (* -69/16 (/ (pow p 4) (pow x 6)))> |
#<alt (* (pow p 4) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6)))))> |
#<alt (* (pow p 4) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (* 69/16 (/ 1 (pow x 6))) (/ 1/2 (* (pow p 4) (pow x 2))))))> |
#<alt (* (pow p 4) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (* 69/16 (/ 1 (pow x 6))) (/ 1/2 (* (pow p 4) (pow x 2))))))> |
#<alt (* -69/16 (/ (pow p 4) (pow x 6)))> |
#<alt (* (pow p 4) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6)))))> |
#<alt (* (pow p 4) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (* 69/16 (/ 1 (pow x 6))) (/ 1/2 (* (pow p 4) (pow x 2))))))> |
#<alt (* (pow p 4) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (* 69/16 (/ 1 (pow x 6))) (/ 1/2 (* (pow p 4) (pow x 2))))))> |
#<alt (* -69/16 (/ (pow p 4) (pow x 6)))> |
#<alt (/ (+ (* -69/16 (pow p 4)) (* 11/8 (* (pow p 2) (pow x 2)))) (pow x 6))> |
#<alt (/ (+ (* -69/16 (pow p 4)) (* (pow x 2) (+ (* -1/2 (pow x 2)) (* 11/8 (pow p 2))))) (pow x 6))> |
#<alt (/ (+ (* -69/16 (pow p 4)) (* (pow x 2) (+ (* -1/2 (pow x 2)) (* 11/8 (pow p 2))))) (pow x 6))> |
#<alt (/ -1/2 (pow x 2))> |
#<alt (/ (- (* 11/8 (/ (pow p 2) (pow x 2))) 1/2) (pow x 2))> |
#<alt (/ (- (+ (* -69/16 (/ (pow p 4) (pow x 4))) (* 11/8 (/ (pow p 2) (pow x 2)))) 1/2) (pow x 2))> |
#<alt (/ (- (+ (* -69/16 (/ (pow p 4) (pow x 4))) (* 11/8 (/ (pow p 2) (pow x 2)))) 1/2) (pow x 2))> |
#<alt (/ -1/2 (pow x 2))> |
#<alt (/ (- (* 11/8 (/ (pow p 2) (pow x 2))) 1/2) (pow x 2))> |
#<alt (/ (- (+ (* -69/16 (/ (pow p 4) (pow x 4))) (* 11/8 (/ (pow p 2) (pow x 2)))) 1/2) (pow x 2))> |
#<alt (/ (- (+ (* -69/16 (/ (pow p 4) (pow x 4))) (* 11/8 (/ (pow p 2) (pow x 2)))) 1/2) (pow x 2))> |
#<alt (sqrt 1/2)> |
#<alt (+ (sqrt 1/2) (* 1/8 (/ x (* p (sqrt 1/2)))))> |
#<alt (+ (sqrt 1/2) (* x (+ (* -1/128 (/ x (* (pow p 2) (pow (sqrt 1/2) 3)))) (* 1/8 (/ 1 (* p (sqrt 1/2)))))))> |
#<alt (+ (sqrt 1/2) (* x (+ (* x (- (* 1/2 (/ (* x (- (* 1/512 (/ 1 (* (pow p 3) (pow (sqrt 1/2) 4)))) (* 1/32 (/ 1 (pow p 3))))) (sqrt 1/2))) (* 1/128 (/ 1 (* (pow p 2) (pow (sqrt 1/2) 3)))))) (* 1/8 (/ 1 (* p (sqrt 1/2)))))))> |
#<alt (sqrt 1/2)> |
#<alt (+ (sqrt 1/2) (/ p (* x (sqrt 1/2))))> |
#<alt (+ (sqrt 1/2) (+ (* -1/2 (/ (pow p 2) (* (pow x 2) (pow (sqrt 1/2) 3)))) (/ p (* x (sqrt 1/2)))))> |
#<alt (+ (sqrt 1/2) (+ (* -1/2 (/ (pow p 2) (* (pow x 2) (pow (sqrt 1/2) 3)))) (+ (* 1/2 (/ (- (* -16 (pow p 3)) (* -1 (/ (pow p 3) (pow (sqrt 1/2) 4)))) (* (pow x 3) (sqrt 1/2)))) (/ p (* x (sqrt 1/2))))))> |
#<alt (sqrt 1/2)> |
#<alt (+ (sqrt 1/2) (/ p (* x (sqrt 1/2))))> |
#<alt (+ (sqrt 1/2) (* -1 (/ (+ (* -1 (/ p (sqrt 1/2))) (* 1/2 (/ (pow p 2) (* x (pow (sqrt 1/2) 3))))) x)))> |
#<alt (+ (sqrt 1/2) (* -1 (/ (+ (* -1 (/ p (sqrt 1/2))) (* -1 (/ (+ (* -1/2 (/ (pow p 2) (pow (sqrt 1/2) 3))) (* 1/2 (/ (+ (* -16 (pow p 3)) (/ (pow p 3) (pow (sqrt 1/2) 4))) (* x (sqrt 1/2))))) x))) x)))> |
#<alt (sqrt 1/2)> |
#<alt (+ (sqrt 1/2) (/ p (* x (sqrt 1/2))))> |
#<alt (+ (sqrt 1/2) (* p (+ (* -1/2 (/ p (* (pow x 2) (pow (sqrt 1/2) 3)))) (/ 1 (* x (sqrt 1/2))))))> |
#<alt (+ (sqrt 1/2) (* p (+ (* p (- (* 1/2 (/ (* p (- (/ 1 (* (pow x 3) (pow (sqrt 1/2) 4))) (* 16 (/ 1 (pow x 3))))) (sqrt 1/2))) (* 1/2 (/ 1 (* (pow x 2) (pow (sqrt 1/2) 3)))))) (/ 1 (* x (sqrt 1/2))))))> |
#<alt (sqrt 1/2)> |
#<alt (+ (sqrt 1/2) (* 1/8 (/ x (* p (sqrt 1/2)))))> |
#<alt (+ (sqrt 1/2) (+ (* -1/128 (/ (pow x 2) (* (pow p 2) (pow (sqrt 1/2) 3)))) (* 1/8 (/ x (* p (sqrt 1/2))))))> |
#<alt (+ (sqrt 1/2) (+ (* -1/128 (/ (pow x 2) (* (pow p 2) (pow (sqrt 1/2) 3)))) (+ (* 1/8 (/ x (* p (sqrt 1/2)))) (* 1/2 (/ (- (* -1/32 (pow x 3)) (* -1/512 (/ (pow x 3) (pow (sqrt 1/2) 4)))) (* (pow p 3) (sqrt 1/2)))))))> |
#<alt (sqrt 1/2)> |
#<alt (+ (sqrt 1/2) (* 1/8 (/ x (* p (sqrt 1/2)))))> |
#<alt (+ (sqrt 1/2) (* -1 (/ (+ (* -1/8 (/ x (sqrt 1/2))) (* 1/128 (/ (pow x 2) (* p (pow (sqrt 1/2) 3))))) p)))> |
#<alt (+ (sqrt 1/2) (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (- (* 1/32 (pow x 3)) (* 1/512 (/ (pow x 3) (pow (sqrt 1/2) 4)))) (* p (sqrt 1/2)))) (* -1/128 (/ (pow x 2) (pow (sqrt 1/2) 3)))) p)) (* -1/8 (/ x (sqrt 1/2)))) p)))> |
#<alt 1/2> |
#<alt (+ 1/2 (* 1/4 (/ x p)))> |
#<alt (+ 1/2 (* x (+ (* -1/32 (/ (pow x 2) (pow p 3))) (* 1/4 (/ 1 p)))))> |
#<alt (+ 1/2 (* x (+ (* (pow x 2) (- (* 1/256 (/ (pow x 2) (pow p 5))) (* 1/32 (/ 1 (pow p 3))))) (* 1/4 (/ 1 p)))))> |
#<alt 1/2> |
#<alt (+ 1/2 (* 2 (/ p x)))> |
#<alt (+ 1/2 (+ (* -16 (/ (pow p 3) (pow x 3))) (* 2 (/ p x))))> |
#<alt (+ 1/2 (+ (* -16 (/ (pow p 3) (pow x 3))) (+ (* 2 (/ p x)) (* 128 (/ (pow p 5) (pow x 5))))))> |
#<alt 1/2> |
#<alt (+ 1/2 (* 2 (/ p x)))> |
#<alt (+ 1/2 (* -1 (/ (- (* 16 (/ (pow p 3) (pow x 2))) (* 2 p)) x)))> |
#<alt (+ 1/2 (* -1 (/ (- (* -128 (/ (pow p 5) (pow x 4))) (+ (* -16 (/ (pow p 3) (pow x 2))) (* 2 p))) x)))> |
#<alt 1/2> |
#<alt (+ 1/2 (* 2 (/ p x)))> |
#<alt (+ 1/2 (* p (+ (* -16 (/ (pow p 2) (pow x 3))) (* 2 (/ 1 x)))))> |
#<alt (+ 1/2 (* p (+ (* (pow p 2) (- (* 128 (/ (pow p 2) (pow x 5))) (* 16 (/ 1 (pow x 3))))) (* 2 (/ 1 x)))))> |
#<alt 1/2> |
#<alt (+ 1/2 (* 1/4 (/ x p)))> |
#<alt (+ 1/2 (+ (* -1/32 (/ (pow x 3) (pow p 3))) (* 1/4 (/ x p))))> |
#<alt (+ 1/2 (+ (* -1/32 (/ (pow x 3) (pow p 3))) (+ (* 1/256 (/ (pow x 5) (pow p 5))) (* 1/4 (/ x p)))))> |
#<alt 1/2> |
#<alt (+ 1/2 (* 1/4 (/ x p)))> |
#<alt (+ 1/2 (* -1 (/ (+ (* -1/4 x) (* 1/32 (/ (pow x 3) (pow p 2)))) p)))> |
#<alt (+ 1/2 (* -1 (/ (+ (* -1/4 x) (+ (* -1/256 (/ (pow x 5) (pow p 4))) (* 1/32 (/ (pow x 3) (pow p 2))))) p)))> |
#<alt (* 1/4 (/ x p))> |
#<alt (* x (+ (* -1/32 (/ (pow x 2) (pow p 3))) (* 1/4 (/ 1 p))))> |
#<alt (* x (+ (* (pow x 2) (- (* 1/256 (/ (pow x 2) (pow p 5))) (* 1/32 (/ 1 (pow p 3))))) (* 1/4 (/ 1 p))))> |
#<alt (* x (+ (* (pow x 2) (- (* (pow x 2) (+ (* -1/2048 (/ (pow x 2) (pow p 7))) (* 1/256 (/ 1 (pow p 5))))) (* 1/32 (/ 1 (pow p 3))))) (* 1/4 (/ 1 p))))> |
#<alt (* 2 (/ p x))> |
#<alt (/ (+ (* -16 (/ (pow p 3) (pow x 2))) (* 2 p)) x)> |
#<alt (/ (- (+ (* 2 p) (* 128 (/ (pow p 5) (pow x 4)))) (* 16 (/ (pow p 3) (pow x 2)))) x)> |
#<alt (/ (- (+ (* -1024 (/ (pow p 7) (pow x 6))) (* 2 p)) (+ (* -128 (/ (pow p 5) (pow x 4))) (* 16 (/ (pow p 3) (pow x 2))))) x)> |
#<alt (* 2 (/ p x))> |
#<alt (* -1 (/ (+ (* -2 p) (* 16 (/ (pow p 3) (pow x 2)))) x))> |
#<alt (* -1 (/ (- (+ (* -128 (/ (pow p 5) (pow x 4))) (* -2 p)) (* -16 (/ (pow p 3) (pow x 2)))) x))> |
#<alt (* -1 (/ (- (+ (* -2 p) (* 1024 (/ (pow p 7) (pow x 6)))) (+ (* -16 (/ (pow p 3) (pow x 2))) (* 128 (/ (pow p 5) (pow x 4))))) x))> |
#<alt (* 2 (/ p x))> |
#<alt (* p (+ (* -16 (/ (pow p 2) (pow x 3))) (* 2 (/ 1 x))))> |
#<alt (* p (+ (* (pow p 2) (- (* 128 (/ (pow p 2) (pow x 5))) (* 16 (/ 1 (pow x 3))))) (* 2 (/ 1 x))))> |
#<alt (* p (+ (* (pow p 2) (- (* (pow p 2) (+ (* -1024 (/ (pow p 2) (pow x 7))) (* 128 (/ 1 (pow x 5))))) (* 16 (/ 1 (pow x 3))))) (* 2 (/ 1 x))))> |
#<alt (* 1/4 (/ x p))> |
#<alt (/ (+ (* -1/32 (/ (pow x 3) (pow p 2))) (* 1/4 x)) p)> |
#<alt (/ (+ (* -1/32 (/ (pow x 3) (pow p 2))) (+ (* 1/256 (/ (pow x 5) (pow p 4))) (* 1/4 x))) p)> |
#<alt (/ (+ (* -1/32 (/ (pow x 3) (pow p 2))) (+ (* -1/2048 (/ (pow x 7) (pow p 6))) (+ (* 1/256 (/ (pow x 5) (pow p 4))) (* 1/4 x)))) p)> |
#<alt (* 1/4 (/ x p))> |
#<alt (* -1 (/ (+ (* -1/4 x) (* 1/32 (/ (pow x 3) (pow p 2)))) p))> |
#<alt (* -1 (/ (+ (* -1/4 x) (+ (* -1/256 (/ (pow x 5) (pow p 4))) (* 1/32 (/ (pow x 3) (pow p 2))))) p))> |
#<alt (* -1 (/ (+ (* -1/4 x) (+ (* -1/256 (/ (pow x 5) (pow p 4))) (+ (* 1/2048 (/ (pow x 7) (pow p 6))) (* 1/32 (/ (pow x 3) (pow p 2)))))) p))> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 1/2 x)> |
#<alt (* 4 (/ (pow p 2) (pow x 5)))> |
#<alt (* 4 (/ (pow p 2) (pow x 5)))> |
#<alt (* 4 (/ (pow p 2) (pow x 5)))> |
#<alt (* 4 (/ (pow p 2) (pow x 5)))> |
#<alt (* 4 (/ (pow p 2) (pow x 5)))> |
#<alt (* 4 (/ (pow p 2) (pow x 5)))> |
#<alt (* 4 (/ (pow p 2) (pow x 5)))> |
#<alt (* 4 (/ (pow p 2) (pow x 5)))> |
#<alt (* 4 (/ (pow p 2) (pow x 5)))> |
#<alt (* 4 (/ (pow p 2) (pow x 5)))> |
#<alt (* 4 (/ (pow p 2) (pow x 5)))> |
#<alt (* 4 (/ (pow p 2) (pow x 5)))> |
#<alt (* 4 (/ (pow p 2) (pow x 5)))> |
#<alt (* 4 (/ (pow p 2) (pow x 5)))> |
#<alt (* 4 (/ (pow p 2) (pow x 5)))> |
#<alt (* 4 (/ (pow p 2) (pow x 5)))> |
#<alt (* 4 (/ (pow p 2) (pow x 5)))> |
#<alt (* 4 (/ (pow p 2) (pow x 5)))> |
#<alt (* 4 (/ (pow p 2) (pow x 5)))> |
#<alt (* 4 (/ (pow p 2) (pow x 5)))> |
#<alt (* 4 (/ (pow p 2) (pow x 5)))> |
#<alt (* 4 (/ (pow p 2) (pow x 5)))> |
#<alt (* 4 (/ (pow p 2) (pow x 5)))> |
#<alt (* 4 (/ (pow p 2) (pow x 5)))> |
#<alt (* -2 (/ (pow p 2) (pow x 3)))> |
#<alt (* (pow p 2) (- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3)))))> |
#<alt (* (pow p 2) (- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3)))))> |
#<alt (* (pow p 2) (- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3)))))> |
#<alt (* 4 (/ (pow p 4) (pow x 5)))> |
#<alt (* (pow p 4) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3))))))> |
#<alt (* (pow p 4) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3))))))> |
#<alt (* (pow p 4) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3))))))> |
#<alt (* 4 (/ (pow p 4) (pow x 5)))> |
#<alt (* (pow p 4) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3))))))> |
#<alt (* (pow p 4) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3))))))> |
#<alt (* (pow p 4) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3))))))> |
#<alt (* 4 (/ (pow p 4) (pow x 5)))> |
#<alt (/ (+ (* -2 (* (pow p 2) (pow x 2))) (* 4 (pow p 4))) (pow x 5))> |
#<alt (/ (+ (* -2 (* (pow p 2) (pow x 2))) (* 4 (pow p 4))) (pow x 5))> |
#<alt (/ (+ (* -2 (* (pow p 2) (pow x 2))) (* 4 (pow p 4))) (pow x 5))> |
#<alt (* -2 (/ (pow p 2) (pow x 3)))> |
#<alt (/ (+ (* -2 (pow p 2)) (* 4 (/ (pow p 4) (pow x 2)))) (pow x 3))> |
#<alt (/ (+ (* -2 (pow p 2)) (* 4 (/ (pow p 4) (pow x 2)))) (pow x 3))> |
#<alt (/ (+ (* -2 (pow p 2)) (* 4 (/ (pow p 4) (pow x 2)))) (pow x 3))> |
#<alt (* -2 (/ (pow p 2) (pow x 3)))> |
#<alt (* -1 (/ (+ (* -4 (/ (pow p 4) (pow x 2))) (* 2 (pow p 2))) (pow x 3)))> |
#<alt (* -1 (/ (+ (* -4 (/ (pow p 4) (pow x 2))) (* 2 (pow p 2))) (pow x 3)))> |
#<alt (* -1 (/ (+ (* -4 (/ (pow p 4) (pow x 2))) (* 2 (pow p 2))) (pow x 3)))> |
#<alt (/ -2 (pow x 3))> |
#<alt (- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3))))> |
#<alt (- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3))))> |
#<alt (- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3))))> |
#<alt (* 4 (/ (pow p 2) (pow x 5)))> |
#<alt (* (pow p 2) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3))))))> |
#<alt (* (pow p 2) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3))))))> |
#<alt (* (pow p 2) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3))))))> |
#<alt (* 4 (/ (pow p 2) (pow x 5)))> |
#<alt (* (pow p 2) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3))))))> |
#<alt (* (pow p 2) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3))))))> |
#<alt (* (pow p 2) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3))))))> |
#<alt (* 4 (/ (pow p 2) (pow x 5)))> |
#<alt (/ (+ (* -2 (pow x 2)) (* 4 (pow p 2))) (pow x 5))> |
#<alt (/ (+ (* -2 (pow x 2)) (* 4 (pow p 2))) (pow x 5))> |
#<alt (/ (+ (* -2 (pow x 2)) (* 4 (pow p 2))) (pow x 5))> |
#<alt (/ -2 (pow x 3))> |
#<alt (/ (- (* 4 (/ (pow p 2) (pow x 2))) 2) (pow x 3))> |
#<alt (/ (- (* 4 (/ (pow p 2) (pow x 2))) 2) (pow x 3))> |
#<alt (/ (- (* 4 (/ (pow p 2) (pow x 2))) 2) (pow x 3))> |
#<alt (/ -2 (pow x 3))> |
#<alt (* -1 (/ (+ 2 (* -4 (/ (pow p 2) (pow x 2)))) (pow x 3)))> |
#<alt (* -1 (/ (+ 2 (* -4 (/ (pow p 2) (pow x 2)))) (pow x 3)))> |
#<alt (* -1 (/ (+ 2 (* -4 (/ (pow p 2) (pow x 2)))) (pow x 3)))> |
#<alt (/ (pow p 3) x)> |
#<alt (/ (pow p 3) x)> |
#<alt (/ (pow p 3) x)> |
#<alt (/ (pow p 3) x)> |
#<alt (/ (pow p 3) x)> |
#<alt (/ (pow p 3) x)> |
#<alt (/ (pow p 3) x)> |
#<alt (/ (pow p 3) x)> |
#<alt (/ (pow p 3) x)> |
#<alt (/ (pow p 3) x)> |
#<alt (/ (pow p 3) x)> |
#<alt (/ (pow p 3) x)> |
#<alt (/ (pow p 3) x)> |
#<alt (/ (pow p 3) x)> |
#<alt (/ (pow p 3) x)> |
#<alt (/ (pow p 3) x)> |
#<alt (/ (pow p 3) x)> |
#<alt (/ (pow p 3) x)> |
#<alt (/ (pow p 3) x)> |
#<alt (/ (pow p 3) x)> |
#<alt (/ (pow p 3) x)> |
#<alt (/ (pow p 3) x)> |
#<alt (/ (pow p 3) x)> |
#<alt (/ (pow p 3) x)> |
#<alt (pow p 3)> |
#<alt (pow p 3)> |
#<alt (pow p 3)> |
#<alt (pow p 3)> |
#<alt (pow p 3)> |
#<alt (pow p 3)> |
#<alt (pow p 3)> |
#<alt (pow p 3)> |
#<alt (pow p 3)> |
#<alt (pow p 3)> |
#<alt (pow p 3)> |
#<alt (pow p 3)> |
#<alt (* 11/8 (/ (pow p 2) (pow x 4)))> |
#<alt (* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4)))))> |
#<alt (* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4)))))> |
#<alt (* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4)))))> |
#<alt (* -69/16 (/ (pow p 4) (pow x 6)))> |
#<alt (* (pow p 4) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6)))))> |
#<alt (* (pow p 4) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6)))))> |
#<alt (* (pow p 4) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6)))))> |
#<alt (* -69/16 (/ (pow p 4) (pow x 6)))> |
#<alt (* (pow p 4) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6)))))> |
#<alt (* (pow p 4) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6)))))> |
#<alt (* (pow p 4) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6)))))> |
#<alt (* -69/16 (/ (pow p 4) (pow x 6)))> |
#<alt (/ (+ (* -69/16 (pow p 4)) (* 11/8 (* (pow p 2) (pow x 2)))) (pow x 6))> |
#<alt (/ (+ (* -69/16 (pow p 4)) (* 11/8 (* (pow p 2) (pow x 2)))) (pow x 6))> |
#<alt (/ (+ (* -69/16 (pow p 4)) (* 11/8 (* (pow p 2) (pow x 2)))) (pow x 6))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 4)))> |
#<alt (/ (+ (* -69/16 (/ (pow p 4) (pow x 2))) (* 11/8 (pow p 2))) (pow x 4))> |
#<alt (/ (+ (* -69/16 (/ (pow p 4) (pow x 2))) (* 11/8 (pow p 2))) (pow x 4))> |
#<alt (/ (+ (* -69/16 (/ (pow p 4) (pow x 2))) (* 11/8 (pow p 2))) (pow x 4))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 4)))> |
#<alt (/ (+ (* -69/16 (/ (pow p 4) (pow x 2))) (* 11/8 (pow p 2))) (pow x 4))> |
#<alt (/ (+ (* -69/16 (/ (pow p 4) (pow x 2))) (* 11/8 (pow p 2))) (pow x 4))> |
#<alt (/ (+ (* -69/16 (/ (pow p 4) (pow x 2))) (* 11/8 (pow p 2))) (pow x 4))> |
#<alt (/ (pow p 2) (pow x 2))> |
#<alt (/ (pow p 2) (pow x 2))> |
#<alt (/ (pow p 2) (pow x 2))> |
#<alt (/ (pow p 2) (pow x 2))> |
#<alt (/ (pow p 2) (pow x 2))> |
#<alt (/ (pow p 2) (pow x 2))> |
#<alt (/ (pow p 2) (pow x 2))> |
#<alt (/ (pow p 2) (pow x 2))> |
#<alt (/ (pow p 2) (pow x 2))> |
#<alt (/ (pow p 2) (pow x 2))> |
#<alt (/ (pow p 2) (pow x 2))> |
#<alt (/ (pow p 2) (pow x 2))> |
#<alt (/ (pow p 2) (pow x 2))> |
#<alt (/ (pow p 2) (pow x 2))> |
#<alt (/ (pow p 2) (pow x 2))> |
#<alt (/ (pow p 2) (pow x 2))> |
#<alt (/ (pow p 2) (pow x 2))> |
#<alt (/ (pow p 2) (pow x 2))> |
#<alt (/ (pow p 2) (pow x 2))> |
#<alt (/ (pow p 2) (pow x 2))> |
#<alt (/ (pow p 2) (pow x 2))> |
#<alt (/ (pow p 2) (pow x 2))> |
#<alt (/ (pow p 2) (pow x 2))> |
#<alt (/ (pow p 2) (pow x 2))> |
#<alt (/ 11/8 (pow x 4))> |
#<alt (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))> |
#<alt (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))> |
#<alt (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))> |
#<alt (* -69/16 (/ (pow p 2) (pow x 6)))> |
#<alt (* (pow p 2) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6)))))> |
#<alt (* (pow p 2) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6)))))> |
#<alt (* (pow p 2) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6)))))> |
#<alt (* -69/16 (/ (pow p 2) (pow x 6)))> |
#<alt (* (pow p 2) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6)))))> |
#<alt (* (pow p 2) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6)))))> |
#<alt (* (pow p 2) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6)))))> |
#<alt (* -69/16 (/ (pow p 2) (pow x 6)))> |
#<alt (/ (+ (* -69/16 (pow p 2)) (* 11/8 (pow x 2))) (pow x 6))> |
#<alt (/ (+ (* -69/16 (pow p 2)) (* 11/8 (pow x 2))) (pow x 6))> |
#<alt (/ (+ (* -69/16 (pow p 2)) (* 11/8 (pow x 2))) (pow x 6))> |
#<alt (/ 11/8 (pow x 4))> |
#<alt (/ (+ 11/8 (* -69/16 (/ (pow p 2) (pow x 2)))) (pow x 4))> |
#<alt (/ (+ 11/8 (* -69/16 (/ (pow p 2) (pow x 2)))) (pow x 4))> |
#<alt (/ (+ 11/8 (* -69/16 (/ (pow p 2) (pow x 2)))) (pow x 4))> |
#<alt (/ 11/8 (pow x 4))> |
#<alt (/ (+ 11/8 (* -69/16 (/ (pow p 2) (pow x 2)))) (pow x 4))> |
#<alt (/ (+ 11/8 (* -69/16 (/ (pow p 2) (pow x 2)))) (pow x 4))> |
#<alt (/ (+ 11/8 (* -69/16 (/ (pow p 2) (pow x 2)))) (pow x 4))> |
#<alt (* 1/4 (/ x p))> |
#<alt (* 1/4 (/ x p))> |
#<alt (* 1/4 (/ x p))> |
#<alt (* 1/4 (/ x p))> |
#<alt (* 1/4 (/ x p))> |
#<alt (* 1/4 (/ x p))> |
#<alt (* 1/4 (/ x p))> |
#<alt (* 1/4 (/ x p))> |
#<alt (* 1/4 (/ x p))> |
#<alt (* 1/4 (/ x p))> |
#<alt (* 1/4 (/ x p))> |
#<alt (* 1/4 (/ x p))> |
#<alt (* 1/4 (/ x p))> |
#<alt (* 1/4 (/ x p))> |
#<alt (* 1/4 (/ x p))> |
#<alt (* 1/4 (/ x p))> |
#<alt (* 1/4 (/ x p))> |
#<alt (* 1/4 (/ x p))> |
#<alt (* 1/4 (/ x p))> |
#<alt (* 1/4 (/ x p))> |
#<alt (* 1/4 (/ x p))> |
#<alt (* 1/4 (/ x p))> |
#<alt (* 1/4 (/ x p))> |
#<alt (* 1/4 (/ x p))> |
#<alt (* 1/4 (/ (pow x 2) p))> |
#<alt (* 1/4 (/ (pow x 2) p))> |
#<alt (* 1/4 (/ (pow x 2) p))> |
#<alt (* 1/4 (/ (pow x 2) p))> |
#<alt (* 1/4 (/ (pow x 2) p))> |
#<alt (* 1/4 (/ (pow x 2) p))> |
#<alt (* 1/4 (/ (pow x 2) p))> |
#<alt (* 1/4 (/ (pow x 2) p))> |
#<alt (* 1/4 (/ (pow x 2) p))> |
#<alt (* 1/4 (/ (pow x 2) p))> |
#<alt (* 1/4 (/ (pow x 2) p))> |
#<alt (* 1/4 (/ (pow x 2) p))> |
#<alt (* 1/4 (/ (pow x 2) p))> |
#<alt (* 1/4 (/ (pow x 2) p))> |
#<alt (* 1/4 (/ (pow x 2) p))> |
#<alt (* 1/4 (/ (pow x 2) p))> |
#<alt (* 1/4 (/ (pow x 2) p))> |
#<alt (* 1/4 (/ (pow x 2) p))> |
#<alt (* 1/4 (/ (pow x 2) p))> |
#<alt (* 1/4 (/ (pow x 2) p))> |
#<alt (* 1/4 (/ (pow x 2) p))> |
#<alt (* 1/4 (/ (pow x 2) p))> |
#<alt (* 1/4 (/ (pow x 2) p))> |
#<alt (* 1/4 (/ (pow x 2) p))> |
156 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 8.0ms | p | @ | inf | (+ x (* p (* p (+ (/ 2 x) (* (* p p) (+ (/ (* (* p p) 4) (* (* (* x x) (* x x)) x)) (/ -2 (* x (* x x))))))))) |
| 4.0ms | x | @ | 0 | (/ (+ 11/8 (* (/ (/ (* p p) x) x) -69/16)) (* x (* x (* x x)))) |
| 1.0ms | p | @ | inf | (sqrt (+ 1/2 (/ (* 1/2 x) (+ x (* p (* p (+ (/ 2 x) (* (* p p) (+ (/ (* (* p p) 4) (* (* (* x x) (* x x)) x)) (/ -2 (* x (* x x)))))))))))) |
| 1.0ms | x | @ | 0 | (sqrt (+ 1/2 (/ (* 1/2 x) (+ x (* p (* p (+ (/ 2 x) (* (* p p) (+ (/ (* (* p p) 4) (* (* (* x x) (* x x)) x)) (/ -2 (* x (* x x)))))))))))) |
| 1.0ms | p | @ | 0 | (/ (* (* p p) 4) (* (* (* x x) (* x x)) x)) |
| 1× | batch-egg-rewrite |
| 4694× | *-lowering-*.f32 |
| 4694× | *-lowering-*.f64 |
| 2224× | /-lowering-/.f32 |
| 2224× | /-lowering-/.f64 |
| 1872× | pow-lowering-pow.f64 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 59 | 384 |
| 1 | 389 | 346 |
| 2 | 4265 | 340 |
| 0 | 8524 | 340 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(sqrt (+ 1/2 (/ (* 1/2 x) (+ x (* p (* p (+ (/ 2 x) (* (* p p) (+ (/ (* (* p p) 4) (* (* (* x x) (* x x)) x)) (/ -2 (* x (* x x)))))))))))) |
(+ 1/2 (/ (* 1/2 x) (+ x (* p (* p (+ (/ 2 x) (* (* p p) (+ (/ (* (* p p) 4) (* (* (* x x) (* x x)) x)) (/ -2 (* x (* x x))))))))))) |
(/ (* 1/2 x) (+ x (* p (* p (+ (/ 2 x) (* (* p p) (+ (/ (* (* p p) 4) (* (* (* x x) (* x x)) x)) (/ -2 (* x (* x x)))))))))) |
(+ x (* p (* p (+ (/ 2 x) (* (* p p) (+ (/ (* (* p p) 4) (* (* (* x x) (* x x)) x)) (/ -2 (* x (* x x))))))))) |
(/ p (- 0 x)) |
(- 0 x) |
(/ (- (* 3/2 (/ (/ (* p (* p p)) x) x)) p) x) |
(- (* 3/2 (/ (/ (* p (* p p)) x) x)) p) |
(* 3/2 (/ (/ (* p (* p p)) x) x)) |
(/ (/ (* p (* p p)) x) x) |
(+ 1 (* (* p p) (+ (* (* p p) (/ (+ 11/8 (* (/ (/ (* p p) x) x) -69/16)) (* x (* x (* x x))))) (/ -1/2 (* x x))))) |
(* (* p p) (+ (* (* p p) (/ (+ 11/8 (* (/ (/ (* p p) x) x) -69/16)) (* x (* x (* x x))))) (/ -1/2 (* x x)))) |
(* p p) |
(+ (* (* p p) (/ (+ 11/8 (* (/ (/ (* p p) x) x) -69/16)) (* x (* x (* x x))))) (/ -1/2 (* x x))) |
(sqrt (+ 1/2 (/ (* 1/2 x) (+ (* p 2) (* x (* x (/ 1/4 p))))))) |
(+ 1/2 (/ (* 1/2 x) (+ (* p 2) (* x (* x (/ 1/4 p)))))) |
(/ (* 1/2 x) (+ (* p 2) (* x (* x (/ 1/4 p))))) |
(* 1/2 x) |
(/ (* (* p p) 4) (* (* (* x x) (* x x)) x)) |
(* (* p p) (+ (/ (* (* p p) 4) (* (* (* x x) (* x x)) x)) (/ -2 (* x (* x x))))) |
(+ (/ (* (* p p) 4) (* (* (* x x) (* x x)) x)) (/ -2 (* x (* x x)))) |
(/ (* p (* p p)) x) |
(* p (* p p)) |
(* (* p p) (/ (+ 11/8 (* (/ (/ (* p p) x) x) -69/16)) (* x (* x (* x x))))) |
(/ (/ (* p p) x) x) |
(/ (+ 11/8 (* (/ (/ (* p p) x) x) -69/16)) (* x (* x (* x x)))) |
(* x (/ 1/4 p)) |
(* x (* x (/ 1/4 p))) |
| Outputs |
|---|
(exp.f64 (*.f64 (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))))) #s(literal 1/2 binary64))) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))))) |
(/.f64 (sqrt.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))) (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))))))) (sqrt.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))) #s(literal 1/2 binary64)))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))))) (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))))) |
(pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))) #s(literal 1/2 binary64)) |
(*.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))) #s(literal 1/4 binary64)) (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))) #s(literal 1/4 binary64))) |
(*.f64 (pow.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))) (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))))) #s(literal 1/2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))) #s(literal 1/2 binary64))))) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))))) #s(literal 1/2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))))) #s(literal 1/2 binary64))) |
(+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))) |
(+.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))) #s(literal 1/2 binary64)) |
(-.f64 (/.f64 #s(literal 1/4 binary64) (-.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))))) (/.f64 (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))) (-.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))) #s(literal 1/2 binary64)) |
(fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))) #s(literal 1/2 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))) #s(literal 1/2 binary64)))) (+.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))) (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))) (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))))))) |
(/.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))) (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))))) (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))) #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))) (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))))) (+.f64 (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))) (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))))))) |
(/.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))))) (-.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))) (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))))))) (neg.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))) #s(literal 1/2 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))))) (neg.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))) #s(literal 1/4 binary64)) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))) #s(literal 1/2 binary64))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))) #s(literal 1/2 binary64)))) (+.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))) (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))) (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))) (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))) #s(literal 1/2 binary64)))))) |
(*.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))) (/.f64 x #s(literal 2 binary64)))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))))) |
(neg.f64 (/.f64 (*.f64 x #s(literal -1/2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))) |
(/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))) (/.f64 x #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))) (/.f64 x #s(literal 2 binary64))) #s(literal 1 binary64))) |
(/.f64 (*.f64 x #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))) (/.f64 x #s(literal 2 binary64))))) |
(/.f64 (*.f64 (/.f64 x #s(literal 2 binary64)) #s(literal 1 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))) |
(/.f64 (neg.f64 (*.f64 x #s(literal -1/2 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))))) |
(pow.f64 (/.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))) (/.f64 x #s(literal 2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))) (/.f64 x #s(literal 2 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))))) |
(*.f64 x (/.f64 #s(literal 1/2 binary64) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))) |
(*.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))) |
(*.f64 (*.f64 x #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))) (/.f64 x #s(literal 2 binary64))) |
(*.f64 (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))) (*.f64 p (*.f64 (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))) (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))))) (+.f64 (*.f64 x x) (*.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))) (-.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))) x)))) |
(*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (-.f64 (*.f64 x x) (*.f64 p (*.f64 (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))) (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))))) (-.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))) |
(+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))) |
(+.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))) x) |
(-.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))) (-.f64 #s(literal 0 binary64) x)) |
(-.f64 (/.f64 (*.f64 x x) (-.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))) (/.f64 (*.f64 p (*.f64 (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))) (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))) (-.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))) |
(fma.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))) x) |
(fma.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))) x) |
(fma.f64 (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))) p x) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))) (-.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))) x))) (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))) (*.f64 p (*.f64 (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))) (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))) (-.f64 (*.f64 x x) (*.f64 p (*.f64 (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))) (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))) (*.f64 p (*.f64 (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))) (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))))) (+.f64 (*.f64 x x) (*.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))) (-.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))) x)))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))) (*.f64 p (*.f64 (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))) (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))))) (+.f64 (*.f64 p (*.f64 (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))) (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))) (-.f64 (*.f64 x x) (*.f64 (*.f64 x p) (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 p (*.f64 (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))) (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))) (-.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))) (*.f64 p (*.f64 (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))) (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))))) (neg.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))) (-.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))) x))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x x) (*.f64 p (*.f64 (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))) (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))))) (neg.f64 (-.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))) |
(/.f64 (-.f64 (*.f64 p (*.f64 (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))) (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))) (*.f64 x x)) (-.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))) x)) |
(pow.f64 (/.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))) (-.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))) x))) (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))) (*.f64 p (*.f64 (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))) (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))) (-.f64 (*.f64 x x) (*.f64 p (*.f64 (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))) (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))) (*.f64 p (*.f64 (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))) (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (*.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))) (-.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))) x))))) |
(*.f64 (-.f64 (*.f64 x x) (*.f64 p (*.f64 (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))) (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))) (/.f64 #s(literal 1 binary64) (-.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) p)) #s(literal -1 binary64))) |
(neg.f64 (/.f64 p x)) |
(/.f64 p (-.f64 #s(literal 0 binary64) x)) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) x) p)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) p) #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) p) x) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) p))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) p)) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (*.f64 p #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) x)) |
(pow.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) p) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) p) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 p (/.f64 #s(literal -1 binary64) x)) |
(*.f64 #s(literal 1 binary64) (/.f64 p (-.f64 #s(literal 0 binary64) x))) |
(*.f64 (-.f64 #s(literal 0 binary64) p) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (/.f64 #s(literal -1 binary64) x) p) |
(*.f64 (/.f64 #s(literal -1 binary64) x) (pow.f64 (/.f64 #s(literal 1 binary64) p) #s(literal -1 binary64))) |
(*.f64 (/.f64 p (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))) (*.f64 x x)) |
(*.f64 (/.f64 p (-.f64 #s(literal 0 binary64) (*.f64 x x))) x) |
(+.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) x)) |
(+.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 0 binary64)) |
(-.f64 #s(literal 0 binary64) x) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 x x)) (/.f64 (*.f64 x (*.f64 x x)) (*.f64 x x))) |
(-.f64 (/.f64 #s(literal 0 binary64) x) (/.f64 (*.f64 x x) x)) |
(neg.f64 x) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 x x) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) x) |
(/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))) (*.f64 x x)) |
(/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))) (+.f64 #s(literal 0 binary64) (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) x)) (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) x))))) |
(/.f64 (neg.f64 (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x))) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) x))) x) |
(pow.f64 (/.f64 (*.f64 x x) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))) #s(literal -1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(*.f64 #s(literal -1 binary64) x) |
(+.f64 (/.f64 (/.f64 #s(literal 3/2 binary64) (/.f64 x (*.f64 p (*.f64 p p)))) (*.f64 x x)) (/.f64 p (-.f64 #s(literal 0 binary64) x))) |
(exp.f64 (*.f64 (log.f64 (/.f64 x (-.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p))))) p))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (/.f64 #s(literal 3/2 binary64) (/.f64 x (*.f64 p (*.f64 p p)))) (*.f64 x x)) (/.f64 p x)) |
(fma.f64 #s(literal 3/2 binary64) (/.f64 (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) x) (/.f64 p (-.f64 #s(literal 0 binary64) x))) |
(fma.f64 (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) (/.f64 #s(literal 3/2 binary64) x) (/.f64 p (-.f64 #s(literal 0 binary64) x))) |
(fma.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p))))) (/.f64 #s(literal 1 binary64) x) (/.f64 p (-.f64 #s(literal 0 binary64) x))) |
(neg.f64 (/.f64 (-.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p))))) p) (-.f64 #s(literal 0 binary64) x))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p))))) p)) x)) |
(/.f64 (-.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p))))) p) x) |
(/.f64 #s(literal 1 binary64) (/.f64 x (-.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p))))) p))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (-.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p))))) p)) #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p))))) p)) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p))))) (*.f64 #s(literal 9/4 binary64) (*.f64 (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x))))) (*.f64 p (*.f64 p p))) (*.f64 x (+.f64 (*.f64 #s(literal 9/4 binary64) (*.f64 (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)))) (*.f64 p (+.f64 p (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p)))))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 9/4 binary64) (*.f64 (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)))) (*.f64 p p)) (*.f64 x (+.f64 p (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p)))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 x (-.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p))))) p)))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p))))) x) (*.f64 x p)) (*.f64 x x)) |
(/.f64 (*.f64 (-.f64 (*.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p))))) (*.f64 #s(literal 9/4 binary64) (*.f64 (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x))))) (*.f64 p (*.f64 p p))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 #s(literal 9/4 binary64) (*.f64 (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)))) (*.f64 p (+.f64 p (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p)))))))) x)) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 9/4 binary64) (*.f64 (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)))) (*.f64 p p)) #s(literal 1 binary64)) (*.f64 (+.f64 p (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p)))))) x)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p))))) p))) x) |
(/.f64 (-.f64 (*.f64 (*.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p))))) (*.f64 #s(literal 9/4 binary64) (*.f64 (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p (*.f64 p p)) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 (/.f64 (/.f64 #s(literal 3/2 binary64) (/.f64 x (*.f64 p (*.f64 p p)))) (*.f64 x x)) (/.f64 (/.f64 #s(literal 3/2 binary64) (/.f64 x (*.f64 p (*.f64 p p)))) (*.f64 x x))) (+.f64 (/.f64 (*.f64 p p) (*.f64 x x)) (*.f64 (/.f64 (/.f64 #s(literal 3/2 binary64) (/.f64 x (*.f64 p (*.f64 p p)))) (*.f64 x x)) (/.f64 p x))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 #s(literal 3/2 binary64) (/.f64 x (*.f64 p (*.f64 p p)))) (*.f64 x x)) (/.f64 (/.f64 #s(literal 3/2 binary64) (/.f64 x (*.f64 p (*.f64 p p)))) (*.f64 x x))) (/.f64 (*.f64 p p) (*.f64 x x))) (+.f64 (/.f64 (/.f64 #s(literal 3/2 binary64) (/.f64 x (*.f64 p (*.f64 p p)))) (*.f64 x x)) (/.f64 p x))) |
(/.f64 (*.f64 (-.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p))))) p) #s(literal 1 binary64)) x) |
(/.f64 (*.f64 (-.f64 (*.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p))))) (*.f64 #s(literal 9/4 binary64) (*.f64 (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x))))) (*.f64 p (*.f64 p p))) (/.f64 #s(literal 1 binary64) x)) (+.f64 (*.f64 #s(literal 9/4 binary64) (*.f64 (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)))) (*.f64 p (+.f64 p (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p))))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 #s(literal 9/4 binary64) (*.f64 (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)))) (*.f64 p p)) (/.f64 #s(literal 1 binary64) x)) (+.f64 p (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p))))))) |
(pow.f64 (/.f64 x (-.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p))))) p)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 x (-.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p))))) p)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 (-.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p))))) p) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p))))) p) x)) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p))))) p)) (/.f64 #s(literal -1 binary64) x)) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (-.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p))))) p)) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p))))) p)) #s(literal -1 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p))))) p)) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))) (*.f64 x x)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p))))) p)) (-.f64 #s(literal 0 binary64) (*.f64 x x))) x) |
(*.f64 (pow.f64 (/.f64 x (-.f64 (*.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p))))) (*.f64 #s(literal 9/4 binary64) (*.f64 (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x))))) (*.f64 p (*.f64 p p)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 9/4 binary64) (*.f64 (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)))) (*.f64 p (+.f64 p (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p)))))))))) |
(*.f64 (pow.f64 (/.f64 x (-.f64 (*.f64 #s(literal 9/4 binary64) (*.f64 (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)))) (*.f64 p p))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 p (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p)))))))) |
(+.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p))))) (-.f64 #s(literal 0 binary64) p)) |
(+.f64 (-.f64 #s(literal 0 binary64) p) (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p)))))) |
(-.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p))))) p) |
(-.f64 (/.f64 (*.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p))))) (*.f64 #s(literal 9/4 binary64) (*.f64 (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x))))) (+.f64 (*.f64 #s(literal 9/4 binary64) (*.f64 (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)))) (*.f64 p (+.f64 p (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p))))))))) (/.f64 (*.f64 p (*.f64 p p)) (+.f64 (*.f64 #s(literal 9/4 binary64) (*.f64 (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)))) (*.f64 p (+.f64 p (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p)))))))))) |
(-.f64 (/.f64 (*.f64 #s(literal 9/4 binary64) (*.f64 (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)))) (+.f64 p (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p))))))) (/.f64 (*.f64 p p) (+.f64 p (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p)))))))) |
(fma.f64 #s(literal 3/2 binary64) (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) (-.f64 #s(literal 0 binary64) p)) |
(fma.f64 (/.f64 p (/.f64 x (*.f64 p p))) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 3/2 binary64)) (-.f64 #s(literal 0 binary64) p)) |
(fma.f64 (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) #s(literal 3/2 binary64) (-.f64 #s(literal 0 binary64) p)) |
(fma.f64 (/.f64 #s(literal 3/2 binary64) (/.f64 x (*.f64 p (*.f64 p p)))) (/.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 0 binary64) p)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal 9/4 binary64) (*.f64 (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)))) (*.f64 p (+.f64 p (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p)))))))) (-.f64 (*.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p))))) (*.f64 #s(literal 9/4 binary64) (*.f64 (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x))))) (*.f64 p (*.f64 p p))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 p (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p)))))) (-.f64 (*.f64 #s(literal 9/4 binary64) (*.f64 (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)))) (*.f64 p p)))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p))))) (*.f64 #s(literal 9/4 binary64) (*.f64 (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x))))) (*.f64 p (*.f64 p p))) (+.f64 (*.f64 #s(literal 9/4 binary64) (*.f64 (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)))) (*.f64 p (+.f64 p (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p))))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p))))) (*.f64 #s(literal 9/4 binary64) (*.f64 (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x))))) (*.f64 p (*.f64 p p))) (+.f64 (*.f64 #s(literal 9/4 binary64) (*.f64 (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)))) (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) p) (-.f64 #s(literal 0 binary64) p)) (*.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p))))) (-.f64 #s(literal 0 binary64) p))))) |
(/.f64 (-.f64 (*.f64 #s(literal 9/4 binary64) (*.f64 (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)))) (*.f64 p p)) (+.f64 p (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p))))) (*.f64 #s(literal 9/4 binary64) (*.f64 (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x))))) (*.f64 p (*.f64 p p)))) (neg.f64 (+.f64 (*.f64 #s(literal 9/4 binary64) (*.f64 (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)))) (*.f64 p (+.f64 p (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p)))))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 9/4 binary64) (*.f64 (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)))) (*.f64 p p))) (neg.f64 (+.f64 p (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p)))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 9/4 binary64) (*.f64 (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)))) (*.f64 (-.f64 #s(literal 0 binary64) p) (-.f64 #s(literal 0 binary64) p))) (-.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p))))) (-.f64 #s(literal 0 binary64) p))) |
(pow.f64 (/.f64 (+.f64 (*.f64 #s(literal 9/4 binary64) (*.f64 (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)))) (*.f64 p (+.f64 p (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p)))))))) (-.f64 (*.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p))))) (*.f64 #s(literal 9/4 binary64) (*.f64 (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x))))) (*.f64 p (*.f64 p p)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 p (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p)))))) (-.f64 (*.f64 #s(literal 9/4 binary64) (*.f64 (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)))) (*.f64 p p))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (*.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p))))) (*.f64 #s(literal 9/4 binary64) (*.f64 (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x))))) (*.f64 p (*.f64 p p))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 #s(literal 9/4 binary64) (*.f64 (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)))) (*.f64 p (+.f64 p (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p)))))))))) |
(*.f64 (-.f64 (*.f64 #s(literal 9/4 binary64) (*.f64 (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)))) (*.f64 p p)) (/.f64 #s(literal 1 binary64) (+.f64 p (/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p)))))))) |
(/.f64 #s(literal 3/2 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p))))) |
(/.f64 #s(literal 1 binary64) (/.f64 x (/.f64 #s(literal 3/2 binary64) (/.f64 x (*.f64 p (*.f64 p p)))))) |
(/.f64 (/.f64 #s(literal 3/2 binary64) (/.f64 x (*.f64 p (*.f64 p p)))) x) |
(/.f64 (neg.f64 (/.f64 #s(literal 3/2 binary64) (/.f64 x (*.f64 p (*.f64 p p))))) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) (*.f64 x x)) |
(/.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 (*.f64 p (*.f64 p p)) (-.f64 #s(literal 0 binary64) x))) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) |
(/.f64 (*.f64 (/.f64 (*.f64 p (*.f64 p p)) (-.f64 #s(literal 0 binary64) x)) #s(literal 3/2 binary64)) (-.f64 #s(literal 0 binary64) x)) |
(pow.f64 (/.f64 x (/.f64 #s(literal 3/2 binary64) (/.f64 x (*.f64 p (*.f64 p p))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 3/2 binary64) (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x))) |
(*.f64 (/.f64 p (/.f64 x (*.f64 p p))) (*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 3/2 binary64))) |
(*.f64 (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) #s(literal 3/2 binary64)) |
(*.f64 (/.f64 #s(literal 3/2 binary64) (/.f64 x (*.f64 p (*.f64 p p)))) (/.f64 #s(literal 1 binary64) x)) |
(exp.f64 (*.f64 (log.f64 (*.f64 x (/.f64 x (*.f64 p (*.f64 p p))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (/.f64 p (/.f64 x (*.f64 p p))) (-.f64 #s(literal 0 binary64) x))) |
(neg.f64 (/.f64 (/.f64 (*.f64 p (*.f64 p p)) (-.f64 #s(literal 0 binary64) x)) x)) |
(/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) |
(/.f64 (/.f64 p (/.f64 x (*.f64 p p))) x) |
(/.f64 #s(literal 1 binary64) (*.f64 x (/.f64 x (*.f64 p (*.f64 p p))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 x x) (*.f64 p (*.f64 p p)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (/.f64 x (*.f64 p (*.f64 p p)))) #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 p (*.f64 p p))) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(/.f64 (/.f64 (*.f64 p (*.f64 p p)) (-.f64 #s(literal 0 binary64) x)) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 x (*.f64 p (*.f64 p p)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (/.f64 x (*.f64 p (*.f64 p p)))))) |
(/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 1 binary64)) (*.f64 x x)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 p (*.f64 p p))) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(/.f64 (*.f64 (/.f64 p (/.f64 x (*.f64 p p))) #s(literal 1 binary64)) x) |
(pow.f64 (*.f64 x (/.f64 x (*.f64 p (*.f64 p p)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 x x) (*.f64 p (*.f64 p p))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 x (/.f64 x (*.f64 p (*.f64 p p)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 p (/.f64 (*.f64 p p) (*.f64 x x))) |
(*.f64 (*.f64 p p) (/.f64 p (*.f64 x x))) |
(*.f64 (*.f64 p (*.f64 p p)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(*.f64 (/.f64 p (/.f64 x (*.f64 p p))) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x))) |
(*.f64 (/.f64 (*.f64 p p) x) (/.f64 p x)) |
(*.f64 (/.f64 (*.f64 p (*.f64 p p)) (-.f64 #s(literal 0 binary64) x)) (/.f64 #s(literal -1 binary64) x)) |
(*.f64 (/.f64 p x) (/.f64 (*.f64 p p) x)) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 p (/.f64 x (*.f64 p p)))) |
(*.f64 (/.f64 (/.f64 (*.f64 p (*.f64 p p)) (-.f64 #s(literal 0 binary64) x)) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))) (*.f64 x x)) |
(*.f64 (/.f64 (/.f64 (*.f64 p (*.f64 p p)) (-.f64 #s(literal 0 binary64) x)) (-.f64 #s(literal 0 binary64) (*.f64 x x))) x) |
(*.f64 (pow.f64 (/.f64 x (-.f64 #s(literal 0 binary64) (*.f64 p (*.f64 p p)))) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) x)) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(+.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) #s(literal 1 binary64)) |
(+.f64 (*.f64 (*.f64 p p) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))))))) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) #s(literal 1 binary64))) |
(+.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))))) (/.f64 (*.f64 p (*.f64 (*.f64 p (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))))) |
(fma.f64 p (*.f64 p (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) #s(literal 1 binary64)) |
(fma.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) #s(literal 1 binary64)) |
(fma.f64 (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) (*.f64 p p) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (-.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (*.f64 p (*.f64 (*.f64 p (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))) (-.f64 #s(literal 1 binary64) (*.f64 p (*.f64 (*.f64 p (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (*.f64 p (*.f64 (*.f64 p (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (-.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) #s(literal 1 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (*.f64 p (*.f64 (*.f64 p (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))))))) (+.f64 (*.f64 p (*.f64 (*.f64 p (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 p (*.f64 (*.f64 p (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (*.f64 p (*.f64 (*.f64 p (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (-.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 p (*.f64 (*.f64 p (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))))))) (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))))) |
(/.f64 (-.f64 (*.f64 p (*.f64 (*.f64 p (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))))) #s(literal 1 binary64)) (-.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) #s(literal 1 binary64))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (-.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (*.f64 p (*.f64 (*.f64 p (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))) (-.f64 #s(literal 1 binary64) (*.f64 p (*.f64 (*.f64 p (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (*.f64 p (*.f64 (*.f64 p (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (-.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) #s(literal 1 binary64)))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 p (*.f64 (*.f64 p (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))))) |
(+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) (*.f64 (*.f64 p p) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))))) |
(+.f64 (*.f64 (*.f64 p p) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))))))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64)))) |
(+.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))))) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))))) |
(+.f64 (*.f64 (*.f64 (*.f64 p p) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))))))) #s(literal 1 binary64)) (*.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 p p) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64)))) |
(fma.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (*.f64 p p) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (*.f64 (*.f64 p p) (*.f64 (/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))))))))) (*.f64 (*.f64 p (*.f64 p p)) (*.f64 p (*.f64 p p)))) (*.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p (*.f64 p p)) (*.f64 p (*.f64 p p))))) (+.f64 (*.f64 (*.f64 (*.f64 p p) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))))))) (*.f64 (*.f64 p p) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))))) (-.f64 (*.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64)))) (*.f64 (*.f64 (*.f64 p p) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))))))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 p p) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))))))) (*.f64 (*.f64 p p) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))))) (*.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))))) (-.f64 (*.f64 (*.f64 p p) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))))))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (*.f64 (*.f64 p p) (*.f64 (/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))))))))) (/.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))) (+.f64 (*.f64 (*.f64 p p) (*.f64 (/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))))) (*.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (-.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))))))) |
(/.f64 (*.f64 (*.f64 p p) (-.f64 (*.f64 (*.f64 p p) (*.f64 (/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))))) (/.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (-.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (*.f64 (*.f64 p p) (*.f64 (/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))))))))) (/.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (*.f64 p p)) (+.f64 (*.f64 (*.f64 p p) (*.f64 (/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))))) (*.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (-.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 p p) (*.f64 (/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))))) (/.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 p p)) (-.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) |
(*.f64 p (*.f64 p (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) |
(*.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(*.f64 (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) (*.f64 p p)) |
(*.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) #s(literal 1 binary64)) |
(*.f64 (*.f64 p (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) p) |
(*.f64 (*.f64 #s(literal 1 binary64) p) (*.f64 p (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 p p)) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) |
(*.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (*.f64 p p)) |
(exp.f64 (*.f64 (log.f64 p) #s(literal 2 binary64))) |
(pow.f64 p #s(literal 2 binary64)) |
(*.f64 p p) |
(*.f64 (pow.f64 p #s(literal 1 binary64)) (pow.f64 p #s(literal 1 binary64))) |
(+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) |
(+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))))))) |
(-.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
(-.f64 (/.f64 (*.f64 (*.f64 p p) (*.f64 (/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))))) (-.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (/.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (-.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(fma.f64 p (/.f64 p (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) |
(fma.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 p p) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 p p) (*.f64 (/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))))) (*.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (-.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))))))))) (+.f64 (*.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (*.f64 (*.f64 p p) (*.f64 (/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))))))))) (/.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) (-.f64 (*.f64 (*.f64 p p) (*.f64 (/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))))) (/.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (*.f64 (*.f64 p p) (*.f64 (/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))))))))) (/.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 (*.f64 p p) (*.f64 (/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))))) (*.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (-.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (*.f64 (*.f64 p p) (*.f64 (/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))))))))) (/.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (-.f64 (*.f64 (*.f64 p p) (*.f64 (/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))))) (*.f64 (/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 p p) (*.f64 (/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))))) (/.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))))) (-.f64 #s(literal 0 binary64) (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal 1/2 binary64))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (-.f64 #s(literal 0 binary64) (*.f64 x x)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))))) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal 1 binary64))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 (*.f64 x x) #s(literal -1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))))) (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/2 binary64))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x x))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))))) x) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 #s(literal -1/2 binary64) x))) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 (*.f64 p p) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))))))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x (*.f64 x (*.f64 x x))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (/.f64 (*.f64 x x) #s(literal -1/2 binary64)) (*.f64 (*.f64 p p) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))))))) (*.f64 (/.f64 (*.f64 x x) #s(literal -1/2 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) (*.f64 (*.f64 p p) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 x (*.f64 (*.f64 p p) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))))))) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (*.f64 (*.f64 p p) (*.f64 (/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))))))))) (/.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))) (neg.f64 (+.f64 (*.f64 (*.f64 p p) (*.f64 (/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))))) (*.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (-.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))))))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 p p) (*.f64 (/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))))) (/.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (neg.f64 (-.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(/.f64 (-.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) (*.f64 (/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))))))))) (-.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (*.f64 p p) (*.f64 (/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))))) (*.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (-.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))))))))) (+.f64 (*.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (*.f64 (*.f64 p p) (*.f64 (/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))))))))) (/.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) (-.f64 (*.f64 (*.f64 p p) (*.f64 (/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))))) (/.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (*.f64 (*.f64 p p) (*.f64 (/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))))))))) (/.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 p p) (*.f64 (/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))))) (*.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (-.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))))))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 p p) (*.f64 (/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))))) (/.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(exp.f64 (*.f64 (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) #s(literal 1/2 binary64))) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) |
(/.f64 (sqrt.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))))))) (sqrt.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal 1/2 binary64)))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))))) (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))))) |
(pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) #s(literal 1/2 binary64)) |
(*.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) #s(literal 1/4 binary64)) (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) #s(literal 1/4 binary64))) |
(*.f64 (pow.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))))) #s(literal 1/2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal 1/2 binary64))))) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))))) #s(literal 1/2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) #s(literal 1/2 binary64))) |
(+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) |
(+.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal 1/2 binary64)) |
(-.f64 (/.f64 #s(literal 1/4 binary64) (-.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) (-.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal 1/2 binary64)) |
(fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal 1/2 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal 1/2 binary64)))) (+.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))))))) |
(/.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))))) (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))))) |
(/.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))))) (-.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))))))) (neg.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal 1/2 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))))) (neg.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) #s(literal 1/4 binary64)) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal 1/2 binary64))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal 1/2 binary64)))) (+.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 #s(literal 1/8 binary64) (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal 1/2 binary64)))))) |
(*.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) (/.f64 x #s(literal 2 binary64)))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) |
(neg.f64 (/.f64 (*.f64 x #s(literal -1/2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) |
(/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) (/.f64 x #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) (/.f64 x #s(literal 2 binary64))) #s(literal 1 binary64))) |
(/.f64 (*.f64 x #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) (/.f64 x #s(literal 2 binary64))))) |
(/.f64 (*.f64 (/.f64 x #s(literal 2 binary64)) #s(literal 1 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) |
(/.f64 (neg.f64 (*.f64 x #s(literal -1/2 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) (/.f64 x #s(literal 2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) (/.f64 x #s(literal 2 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) |
(*.f64 x (/.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) |
(*.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) |
(*.f64 (*.f64 x #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 x #s(literal 2 binary64))) |
(*.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 8 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) (*.f64 (/.f64 x (/.f64 p #s(literal 1/4 binary64))) (*.f64 x (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))))) (+.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) (-.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) (*.f64 p #s(literal 2 binary64)))))) |
(*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (-.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 (/.f64 x (/.f64 p #s(literal 1/4 binary64))) (*.f64 x (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) (-.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) |
(/.f64 x #s(literal 2 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) x)) |
(/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -2 binary64)) |
(pow.f64 (/.f64 #s(literal 2 binary64) x) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) x) |
(*.f64 x #s(literal 1/2 binary64)) |
(exp.f64 (*.f64 (log.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 x (*.f64 (*.f64 p p) #s(literal 4 binary64))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))))))) |
(neg.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -4 binary64)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) |
(/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 x (*.f64 (*.f64 p p) #s(literal 4 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 x (*.f64 (*.f64 p p) #s(literal 4 binary64)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 x (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -4 binary64)) (*.f64 x (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))))) |
(/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) x) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 x (*.f64 (*.f64 p p) #s(literal 4 binary64)))))) |
(/.f64 (*.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) #s(literal 1 binary64)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 p p) #s(literal -4 binary64))) (neg.f64 (*.f64 x (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))))))) |
(/.f64 (neg.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (*.f64 (/.f64 (*.f64 p p) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 4 binary64)) x) |
(/.f64 (*.f64 (*.f64 p p) (/.f64 #s(literal 4 binary64) x)) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)) (*.f64 x (*.f64 x x))) |
(pow.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 x (*.f64 (*.f64 p p) #s(literal 4 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 x (*.f64 (*.f64 p p) #s(literal 4 binary64)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 x (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -1 binary64)) |
(*.f64 p (*.f64 p (/.f64 (/.f64 #s(literal 4 binary64) x) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(*.f64 p (*.f64 (/.f64 p #s(literal 1/4 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(*.f64 p (/.f64 (/.f64 p #s(literal 1/4 binary64)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) |
(*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal 4 binary64) x) (*.f64 x (*.f64 x (*.f64 x x))))) |
(*.f64 #s(literal 4 binary64) (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(*.f64 #s(literal 4 binary64) (/.f64 (*.f64 p p) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) |
(*.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 x (*.f64 x (*.f64 x x))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x))))) |
(*.f64 (/.f64 (*.f64 p p) x) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(*.f64 (/.f64 (*.f64 p p) x) (pow.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal 4 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 (*.f64 p p) (*.f64 x x)) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x x)))) |
(*.f64 (/.f64 (*.f64 p p) (*.f64 x x)) (pow.f64 (/.f64 (*.f64 x (*.f64 x x)) #s(literal 4 binary64)) #s(literal -1 binary64))) |
(*.f64 (*.f64 (*.f64 p p) #s(literal -4 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))))))) |
(*.f64 (/.f64 p x) (/.f64 (/.f64 p #s(literal 1/4 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) |
(*.f64 (/.f64 p x) (pow.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 p #s(literal 1/4 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (*.f64 p p) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 4 binary64) x)) |
(*.f64 (/.f64 #s(literal 4 binary64) x) (/.f64 (*.f64 p p) (*.f64 x (*.f64 x (*.f64 x x))))) |
(*.f64 (/.f64 #s(literal 4 binary64) (*.f64 x x)) (/.f64 (*.f64 p p) (*.f64 x (*.f64 x x)))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal 4 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 x (*.f64 x (*.f64 x x)))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) #s(literal 4 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (pow.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 p p) #s(literal 4 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (pow.f64 (/.f64 x (*.f64 (*.f64 p p) #s(literal 4 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (/.f64 (/.f64 #s(literal 4 binary64) x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 p p)) |
(*.f64 (/.f64 p (*.f64 x x)) (/.f64 (/.f64 p #s(literal 1/4 binary64)) (*.f64 x (*.f64 x x)))) |
(*.f64 (/.f64 p (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (/.f64 p #s(literal 1/4 binary64)) x)) |
(*.f64 (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 p p) x)) |
(*.f64 (pow.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal 4 binary64)) #s(literal -1 binary64)) (/.f64 (*.f64 p p) x)) |
(*.f64 (pow.f64 (/.f64 (*.f64 x x) p) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 x (*.f64 x x)) (/.f64 p #s(literal 1/4 binary64))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 x x) #s(literal 4 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 p p)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) p) #s(literal -1 binary64)) (pow.f64 (/.f64 x (/.f64 p #s(literal 1/4 binary64))) #s(literal -1 binary64))) |
(+.f64 (/.f64 (*.f64 p p) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 x (*.f64 (*.f64 p p) #s(literal 4 binary64))))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) #s(literal -2 binary64)))) |
(+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) #s(literal -2 binary64))) (/.f64 (*.f64 p p) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 x (*.f64 (*.f64 p p) #s(literal 4 binary64)))))) |
(fma.f64 (*.f64 p p) (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) #s(literal -2 binary64)))) |
(fma.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 p p) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 p (*.f64 p p)) (*.f64 p (*.f64 p p))) #s(literal 64 binary64)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))) (*.f64 (*.f64 p (*.f64 p p)) (*.f64 p (*.f64 p p)))) (*.f64 (/.f64 #s(literal -8 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 p (*.f64 p p)) (*.f64 p (*.f64 p p))))) (+.f64 (*.f64 (/.f64 (*.f64 p p) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 x (*.f64 (*.f64 p p) #s(literal 4 binary64))))) (/.f64 (*.f64 p p) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 x (*.f64 (*.f64 p p) #s(literal 4 binary64)))))) (-.f64 (*.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) #s(literal -2 binary64))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) #s(literal -2 binary64)))) (*.f64 (/.f64 (*.f64 p p) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 x (*.f64 (*.f64 p p) #s(literal 4 binary64))))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) #s(literal -2 binary64))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 p p) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 x (*.f64 (*.f64 p p) #s(literal 4 binary64))))) (/.f64 (*.f64 p p) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 x (*.f64 (*.f64 p p) #s(literal 4 binary64)))))) (*.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) #s(literal -2 binary64))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) #s(literal -2 binary64))))) (-.f64 (/.f64 (*.f64 p p) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 x (*.f64 (*.f64 p p) #s(literal 4 binary64))))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) #s(literal -2 binary64))))) |
(/.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (*.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -2 binary64))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) |
(/.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 p (*.f64 p p)) (*.f64 p (*.f64 p p))) #s(literal 64 binary64)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -8 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))))) (+.f64 (/.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 x (*.f64 (*.f64 p p) #s(literal 4 binary64))))) (*.f64 (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))) (-.f64 (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))) (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))))))) |
(/.f64 (*.f64 (*.f64 p p) (-.f64 (/.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 x (*.f64 (*.f64 p p) #s(literal 4 binary64))))) (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))) (-.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 p p) (*.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -2 binary64)))) (*.f64 p p)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) |
(/.f64 (*.f64 (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 p (*.f64 p p)) (*.f64 p (*.f64 p p))) #s(literal 64 binary64)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -8 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))) (*.f64 p p)) (+.f64 (/.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 x (*.f64 (*.f64 p p) #s(literal 4 binary64))))) (*.f64 (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))) (-.f64 (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))) (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))))))) |
(/.f64 (*.f64 (-.f64 (/.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 x (*.f64 (*.f64 p p) #s(literal 4 binary64))))) (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (*.f64 p p)) (-.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))) |
(*.f64 p (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))) |
(*.f64 (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))) (*.f64 p p)) |
(*.f64 (*.f64 p (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))) p) |
(+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))) |
(+.f64 (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))) (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 2 binary64) (*.f64 x (*.f64 x x)))) |
(-.f64 (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))))))) |
(-.f64 (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 (*.f64 p p) #s(literal -4 binary64)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) |
(-.f64 (/.f64 (/.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 x (*.f64 (*.f64 p p) #s(literal 4 binary64))))) (-.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))) (/.f64 (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) (-.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))) |
(fma.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal 4 binary64) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))) |
(fma.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))) |
(fma.f64 #s(literal -2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x))))) |
(fma.f64 (/.f64 (*.f64 p p) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 4 binary64) x) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 (*.f64 p p) (*.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 x (*.f64 (*.f64 p p) #s(literal 4 binary64))))) (*.f64 (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))) (-.f64 (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))) (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x))))))) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 p (*.f64 p p)) (*.f64 p (*.f64 p p))) #s(literal 64 binary64)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -8 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))) (-.f64 (/.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 x (*.f64 (*.f64 p p) #s(literal 4 binary64))))) (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))))) |
(/.f64 (+.f64 (*.f64 (*.f64 p p) (*.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -2 binary64)))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 p (*.f64 p p)) (*.f64 p (*.f64 p p))) #s(literal 64 binary64)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -8 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))) (+.f64 (/.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 x (*.f64 (*.f64 p p) #s(literal 4 binary64))))) (*.f64 (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))) (-.f64 (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))) (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 p (*.f64 p p)) (*.f64 p (*.f64 p p))) #s(literal 64 binary64)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -8 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))) (+.f64 (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) (-.f64 (/.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 x (*.f64 (*.f64 p p) #s(literal 4 binary64))))) (/.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 x (*.f64 x x)) #s(literal -2 binary64)))))) |
(/.f64 (-.f64 (/.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 x (*.f64 (*.f64 p p) #s(literal 4 binary64))))) (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 2 binary64))) (*.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal -2 binary64))) (*.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 1 binary64))) (*.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 x (*.f64 x x)) #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) x))) (*.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 x x))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))) (*.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 x (*.f64 (*.f64 p p) #s(literal 4 binary64)))) #s(literal 2 binary64))) (*.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 x (*.f64 (*.f64 p p) #s(literal 4 binary64)))) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 x (*.f64 (*.f64 p p) #s(literal 4 binary64)))) #s(literal -2 binary64))) (*.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 x (*.f64 (*.f64 p p) #s(literal 4 binary64)))) (*.f64 x (*.f64 x x)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (*.f64 x x)) #s(literal -2 binary64))) (*.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 x (*.f64 (*.f64 p p) #s(literal 4 binary64)))) #s(literal 1 binary64))) (*.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 x (*.f64 (*.f64 p p) #s(literal 4 binary64)))) (/.f64 (*.f64 x (*.f64 x x)) #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 x (*.f64 (*.f64 p p) #s(literal 4 binary64)))) (/.f64 #s(literal -2 binary64) x))) (*.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 x (*.f64 (*.f64 p p) #s(literal 4 binary64)))) (*.f64 x x))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 p p) #s(literal -4 binary64)) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))))) #s(literal 2 binary64))) (*.f64 (*.f64 x (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))))) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 p p) #s(literal -4 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))))) #s(literal -2 binary64))) (*.f64 (*.f64 x (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))))) (*.f64 x (*.f64 x x)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 p p) #s(literal -4 binary64)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal -2 binary64))) (*.f64 (*.f64 x (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))))) #s(literal 1 binary64))) (*.f64 (*.f64 x (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))))) (/.f64 (*.f64 x (*.f64 x x)) #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 p p) #s(literal -4 binary64)) (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))))) (/.f64 #s(literal -2 binary64) x))) (*.f64 (*.f64 x (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))))) (*.f64 x x))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))) (*.f64 x #s(literal 2 binary64))) (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 x (*.f64 x x))) (*.f64 x #s(literal -2 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 x (*.f64 x x)) #s(literal -2 binary64))) (*.f64 x #s(literal 1 binary64))) (*.f64 x (/.f64 (*.f64 x (*.f64 x x)) #s(literal -2 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 x x)) (*.f64 x (/.f64 #s(literal -2 binary64) x))) (*.f64 x (*.f64 x x))) |
(/.f64 (+.f64 (*.f64 #s(literal 2 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))) (*.f64 (*.f64 p p) #s(literal 4 binary64)))) (*.f64 (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 x (*.f64 (*.f64 p p) #s(literal 4 binary64))))) (*.f64 (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))) #s(literal 1 binary64))) (*.f64 (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 x (*.f64 (*.f64 p p) #s(literal 4 binary64)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 2 binary64) (*.f64 x (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))))) (*.f64 (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))) (*.f64 (*.f64 p p) #s(literal -4 binary64)))) (*.f64 (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))))))) |
(/.f64 (+.f64 (*.f64 #s(literal 2 binary64) x) (*.f64 (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))))) |
(/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 x (*.f64 (*.f64 p p) #s(literal 4 binary64))))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1 binary64))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 x (*.f64 (*.f64 p p) #s(literal 4 binary64)))))) |
(/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 p p) #s(literal -4 binary64)))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))))))) |
(/.f64 (+.f64 (*.f64 #s(literal -2 binary64) x) (*.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (/.f64 (*.f64 x (*.f64 x x)) #s(literal -2 binary64)) (*.f64 (*.f64 p p) #s(literal 4 binary64)))) (*.f64 (/.f64 (*.f64 x (*.f64 x x)) #s(literal -2 binary64)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 x (*.f64 (*.f64 p p) #s(literal 4 binary64))))) (*.f64 (/.f64 (*.f64 x (*.f64 x x)) #s(literal -2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (*.f64 x (*.f64 x x)) #s(literal -2 binary64)) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 x (*.f64 (*.f64 p p) #s(literal 4 binary64)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))))) (*.f64 (/.f64 (*.f64 x (*.f64 x x)) #s(literal -2 binary64)) (*.f64 (*.f64 p p) #s(literal -4 binary64)))) (*.f64 (/.f64 (*.f64 x (*.f64 x x)) #s(literal -2 binary64)) (*.f64 x (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) x) (*.f64 (/.f64 (*.f64 x (*.f64 x x)) #s(literal -2 binary64)) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 (/.f64 (*.f64 x (*.f64 x x)) #s(literal -2 binary64)) x)) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal -2 binary64) x) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 p p) #s(literal 4 binary64)))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal -2 binary64) x) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 x (*.f64 (*.f64 p p) #s(literal 4 binary64))))) (*.f64 (*.f64 x x) #s(literal 1 binary64))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 x (*.f64 (*.f64 p p) #s(literal 4 binary64)))))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal -2 binary64) x) (*.f64 x (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 p p) #s(literal -4 binary64)))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))))))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal -2 binary64) x) x) (*.f64 (*.f64 x x) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 x (*.f64 x x))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 p p) (*.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -2 binary64))))) (neg.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 p (*.f64 p p)) (*.f64 p (*.f64 p p))) #s(literal 64 binary64)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -8 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))))) (neg.f64 (+.f64 (/.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 x (*.f64 (*.f64 p p) #s(literal 4 binary64))))) (*.f64 (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))) (-.f64 (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))) (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x))))))))) |
(/.f64 (neg.f64 (-.f64 (/.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 x (*.f64 (*.f64 p p) #s(literal 4 binary64))))) (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))) (neg.f64 (-.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))) |
(/.f64 (-.f64 (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) (/.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 x (*.f64 (*.f64 p p) #s(literal 4 binary64)))))) (-.f64 (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))) (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 p p) (*.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -2 binary64)))) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 x (*.f64 x x))) |
(pow.f64 (/.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 (*.f64 p p) (*.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -2 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 x (*.f64 (*.f64 p p) #s(literal 4 binary64))))) (*.f64 (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))) (-.f64 (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))) (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x))))))) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 p (*.f64 p p)) (*.f64 p (*.f64 p p))) #s(literal 64 binary64)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -8 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))) (-.f64 (/.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 x (*.f64 (*.f64 p p) #s(literal 4 binary64))))) (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 (*.f64 p p) (*.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -2 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 p (*.f64 p p)) (*.f64 p (*.f64 p p))) #s(literal 64 binary64)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -8 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 x (*.f64 (*.f64 p p) #s(literal 4 binary64))))) (*.f64 (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))) (-.f64 (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))) (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x))))))))) |
(*.f64 (-.f64 (/.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 x (*.f64 (*.f64 p p) #s(literal 4 binary64))))) (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 x (*.f64 p (*.f64 p p)))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 p (*.f64 p p)) (-.f64 #s(literal 0 binary64) x))) |
(/.f64 p (/.f64 x (*.f64 p p))) |
(/.f64 (*.f64 p (*.f64 p p)) x) |
(/.f64 #s(literal 1 binary64) (/.f64 x (*.f64 p (*.f64 p p)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (*.f64 p (*.f64 p p))) #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 p (*.f64 p p))) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 x (*.f64 p (*.f64 p p))))) |
(/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 1 binary64)) x) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 p (*.f64 p p)))) x) |
(/.f64 (*.f64 p #s(literal 1 binary64)) (/.f64 x (*.f64 p p))) |
(pow.f64 (/.f64 x (*.f64 p (*.f64 p p))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 x (*.f64 p (*.f64 p p))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 p (/.f64 (*.f64 p p) x)) |
(*.f64 (*.f64 p p) (/.f64 p x)) |
(*.f64 (*.f64 p (*.f64 p p)) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) x) |
(*.f64 #s(literal 1 binary64) (/.f64 p (/.f64 x (*.f64 p p)))) |
(*.f64 (/.f64 (*.f64 p p) x) p) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 p (*.f64 p p))) (/.f64 #s(literal -1 binary64) x)) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 p (*.f64 p p))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 p (*.f64 p p))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 p (*.f64 p p))) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))) (*.f64 x x)) |
(exp.f64 (*.f64 (log.f64 p) #s(literal 3 binary64))) |
(pow.f64 p #s(literal 3 binary64)) |
(*.f64 p (*.f64 p p)) |
(*.f64 (*.f64 p p) p) |
(*.f64 (pow.f64 p #s(literal 3/2 binary64)) (pow.f64 p #s(literal 3/2 binary64))) |
(/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (*.f64 p p) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))))))) |
(/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 1 binary64)) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) |
(/.f64 (*.f64 (*.f64 p p) (+.f64 (neg.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) #s(literal -11/8 binary64))) (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))))) |
(/.f64 (*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) x)) (*.f64 x (*.f64 x x))) |
(/.f64 (*.f64 (+.f64 (neg.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) #s(literal -11/8 binary64)) (*.f64 p p)) (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))))) |
(/.f64 (*.f64 (/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) x) (*.f64 p p)) (*.f64 x (*.f64 x x))) |
(/.f64 (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))))) x) (*.f64 x (*.f64 x x))) |
(/.f64 (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))))) (*.f64 x x)) (*.f64 x x)) |
(/.f64 (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))))) (*.f64 x (*.f64 x x))) x) |
(pow.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (*.f64 p p) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) #s(literal -1 binary64)) |
(*.f64 p (/.f64 p (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))))))) |
(*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) (*.f64 x (*.f64 x (*.f64 x x))))) |
(*.f64 (/.f64 (*.f64 p p) x) (/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) (*.f64 x (*.f64 x x)))) |
(*.f64 (/.f64 (*.f64 p p) (*.f64 x x)) (/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) (*.f64 x x))) |
(*.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 p p))) |
(*.f64 (/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 p p)) |
(*.f64 (/.f64 p (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) p) |
(*.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))))) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(*.f64 (/.f64 (*.f64 p p) (*.f64 x (*.f64 x x))) (/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) x)) |
(exp.f64 (*.f64 (log.f64 (*.f64 x (/.f64 x (*.f64 p p)))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (/.f64 (*.f64 p p) x) (-.f64 #s(literal 0 binary64) x))) |
(neg.f64 (/.f64 (/.f64 (*.f64 p p) (-.f64 #s(literal 0 binary64) x)) x)) |
(/.f64 (*.f64 p p) (*.f64 x x)) |
(/.f64 #s(literal 1 binary64) (*.f64 x (/.f64 x (*.f64 p p)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 x x) (*.f64 p p))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (/.f64 x (*.f64 p p))) #s(literal 1 binary64))) |
(/.f64 (/.f64 (*.f64 p p) x) x) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 p p)) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(/.f64 (/.f64 (*.f64 p p) (-.f64 #s(literal 0 binary64) x)) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 x (*.f64 p p))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (/.f64 x (*.f64 p p))))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 1 binary64)) (*.f64 x x)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 p p)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 1 binary64)) x) |
(pow.f64 (*.f64 x (/.f64 x (*.f64 p p))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 x x) (*.f64 p p)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 x (/.f64 x (*.f64 p p))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 p (/.f64 p (*.f64 x x))) |
(*.f64 p (*.f64 (/.f64 p x) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 p (/.f64 (/.f64 p x) x)) |
(*.f64 (*.f64 p p) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (*.f64 x x))) |
(*.f64 (/.f64 (*.f64 p p) x) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (/.f64 (*.f64 p p) (-.f64 #s(literal 0 binary64) x)) (/.f64 #s(literal -1 binary64) x)) |
(*.f64 (/.f64 p x) (/.f64 p x)) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (*.f64 p p) x)) |
(*.f64 (/.f64 (/.f64 (*.f64 p p) (-.f64 #s(literal 0 binary64) x)) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))) (*.f64 x x)) |
(*.f64 (/.f64 (/.f64 (*.f64 p p) (-.f64 #s(literal 0 binary64) x)) (-.f64 #s(literal 0 binary64) (*.f64 x x))) x) |
(*.f64 (pow.f64 (/.f64 x (-.f64 #s(literal 0 binary64) (*.f64 p p))) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) x)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))))) |
(neg.f64 (/.f64 (+.f64 (neg.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) #s(literal -11/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (*.f64 x x)) (/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) x))) |
(/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/.f64 (+.f64 (neg.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) #s(literal -11/8 binary64)) (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))))) |
(/.f64 (+.f64 #s(literal 1331/512 binary64) (*.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))) (*.f64 (*.f64 (/.f64 (*.f64 p p) (*.f64 x x)) (/.f64 (*.f64 p p) (*.f64 x x))) #s(literal 4761/256 binary64)))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 121/64 binary64) (*.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))) (-.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))) #s(literal 11/8 binary64)))))) |
(/.f64 (-.f64 #s(literal 121/64 binary64) (*.f64 (*.f64 (/.f64 (*.f64 p p) (*.f64 x x)) (/.f64 (*.f64 p p) (*.f64 x x))) #s(literal 4761/256 binary64))) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (-.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) |
(/.f64 (/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) x) (*.f64 x (*.f64 x x))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1331/512 binary64) (*.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))) (*.f64 (*.f64 (/.f64 (*.f64 p p) (*.f64 x x)) (/.f64 (*.f64 p p) (*.f64 x x))) #s(literal 4761/256 binary64)))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 121/64 binary64) (*.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))) (-.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))) #s(literal 11/8 binary64)))) (*.f64 x (*.f64 x (*.f64 x x))))) |
(/.f64 (*.f64 (-.f64 #s(literal 121/64 binary64) (*.f64 (*.f64 (/.f64 (*.f64 p p) (*.f64 x x)) (/.f64 (*.f64 p p) (*.f64 x x))) #s(literal 4761/256 binary64))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) (*.f64 x (*.f64 x (*.f64 x x))))) |
(/.f64 (neg.f64 (+.f64 (neg.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) #s(literal -11/8 binary64))) (neg.f64 (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) x)) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))) |
(/.f64 (/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) (*.f64 x (*.f64 x x))) x) |
(/.f64 (/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) (*.f64 x x)) (*.f64 x x)) |
(/.f64 (*.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) #s(literal 1 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1331/512 binary64) (*.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))) (*.f64 (*.f64 (/.f64 (*.f64 p p) (*.f64 x x)) (/.f64 (*.f64 p p) (*.f64 x x))) #s(literal 4761/256 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (+.f64 #s(literal 121/64 binary64) (*.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))) (-.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))) #s(literal 11/8 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 121/64 binary64) (*.f64 (*.f64 (/.f64 (*.f64 p p) (*.f64 x x)) (/.f64 (*.f64 p p) (*.f64 x x))) #s(literal 4761/256 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))))) |
(/.f64 (/.f64 (/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) x) x) (*.f64 x x)) |
(/.f64 (/.f64 (/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) x) (*.f64 x x)) x) |
(pow.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 x (*.f64 x x)) (/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) x)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) (*.f64 x (*.f64 x (*.f64 x x))))) |
(*.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(*.f64 (+.f64 (neg.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) #s(literal -11/8 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (pow.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (pow.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) x)) |
(*.f64 (/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))) x) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) |
(*.f64 (pow.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 1331/512 binary64) (*.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))) (*.f64 (*.f64 (/.f64 (*.f64 p p) (*.f64 x x)) (/.f64 (*.f64 p p) (*.f64 x x))) #s(literal 4761/256 binary64))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 121/64 binary64) (*.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))) (-.f64 (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p)))) #s(literal 11/8 binary64)))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (-.f64 #s(literal 121/64 binary64) (*.f64 (*.f64 (/.f64 (*.f64 p p) (*.f64 x x)) (/.f64 (*.f64 p p) (*.f64 x x))) #s(literal 4761/256 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 11/8 binary64) (/.f64 #s(literal -69/16 binary64) (*.f64 x (/.f64 x (*.f64 p p))))))) |
(/.f64 x (/.f64 p #s(literal 1/4 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 p (*.f64 x #s(literal 1/4 binary64)))) |
(/.f64 (*.f64 x #s(literal 1/4 binary64)) p) |
(/.f64 (*.f64 x #s(literal 1 binary64)) (/.f64 p #s(literal 1/4 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) x) (/.f64 p #s(literal 1/4 binary64))) |
(/.f64 (neg.f64 (*.f64 x #s(literal 1/4 binary64))) (-.f64 #s(literal 0 binary64) p)) |
(/.f64 (*.f64 x #s(literal -1/4 binary64)) (-.f64 #s(literal 0 binary64) p)) |
(/.f64 (*.f64 #s(literal -1/4 binary64) x) (-.f64 #s(literal 0 binary64) p)) |
(pow.f64 (/.f64 p (*.f64 x #s(literal 1/4 binary64))) #s(literal -1 binary64)) |
(*.f64 x (/.f64 #s(literal 1/4 binary64) p)) |
(*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 #s(literal 1 binary64) p) x)) |
(*.f64 (/.f64 #s(literal 1/4 binary64) p) x) |
(*.f64 (*.f64 x #s(literal 1/4 binary64)) (/.f64 #s(literal 1 binary64) p)) |
(/.f64 (*.f64 x x) (/.f64 p #s(literal 1/4 binary64))) |
(/.f64 (*.f64 (*.f64 x x) #s(literal 1 binary64)) (/.f64 p #s(literal 1/4 binary64))) |
(/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) |
(/.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) p) |
(/.f64 (*.f64 (*.f64 x x) #s(literal -1/4 binary64)) (-.f64 #s(literal 0 binary64) p)) |
(/.f64 (*.f64 (*.f64 x #s(literal 1/4 binary64)) x) p) |
(*.f64 x (/.f64 x (/.f64 p #s(literal 1/4 binary64)))) |
(*.f64 (*.f64 x x) (/.f64 #s(literal 1/4 binary64) p)) |
(*.f64 (/.f64 #s(literal 1/4 binary64) p) (*.f64 x x)) |
(*.f64 (/.f64 x (/.f64 p #s(literal 1/4 binary64))) x) |
(*.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (/.f64 #s(literal 1 binary64) p)) |
| 1× | egg-herbie |
| 5214× | *-lowering-*.f32 |
| 5214× | *-lowering-*.f64 |
| 2886× | +-lowering-+.f64 |
| 2886× | +-lowering-+.f32 |
| 1974× | /-lowering-/.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 778 | 7935 |
| 1 | 2394 | 7114 |
| 2 | 7901 | 7013 |
| 0 | 8164 | 7013 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(sqrt 1/2) |
(+ (sqrt 1/2) (* 1/16 (/ (pow x 6) (* (pow p 6) (sqrt 1/2))))) |
(+ (sqrt 1/2) (* (pow x 6) (+ (* 1/32 (/ (pow x 2) (* (pow p 8) (sqrt 1/2)))) (* 1/16 (/ 1 (* (pow p 6) (sqrt 1/2))))))) |
(+ (sqrt 1/2) (* (pow x 6) (+ (* (pow x 2) (+ (* -1/64 (/ (pow x 2) (* (pow p 10) (sqrt 1/2)))) (* 1/32 (/ 1 (* (pow p 8) (sqrt 1/2)))))) (* 1/16 (/ 1 (* (pow p 6) (sqrt 1/2))))))) |
1 |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
(+ 1 (+ (* -1/2 (/ (pow p 2) (pow x 2))) (* 1/2 (/ (- (* -1/2 (+ (* -4 (pow p 4)) (* -2 (pow p 4)))) (* 1/4 (pow p 4))) (pow x 4))))) |
(+ 1 (+ (* -1/2 (/ (pow p 2) (pow x 2))) (+ (* 1/2 (/ (- (* -1/2 (+ (* -4 (pow p 4)) (* -2 (pow p 4)))) (* 1/4 (pow p 4))) (pow x 4))) (* 1/2 (/ (- (* -1/2 (+ (* -2 (* (pow p 2) (+ (* -4 (pow p 4)) (* -2 (pow p 4))))) (* 8 (pow p 6)))) (* -1/2 (* (pow p 2) (- (* -1/2 (+ (* -4 (pow p 4)) (* -2 (pow p 4)))) (* 1/4 (pow p 4)))))) (pow x 6)))))) |
1 |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
(+ 1 (+ (* -1/2 (/ (+ (* -1/2 (+ (* 2 (pow p 4)) (* 4 (pow p 4)))) (* 1/4 (pow p 4))) (pow x 4))) (* -1/2 (/ (pow p 2) (pow x 2))))) |
(+ 1 (+ (* -1/2 (/ (+ (* -1/2 (+ (* -8 (pow p 6)) (* -2 (* (pow p 2) (+ (* 2 (pow p 4)) (* 4 (pow p 4))))))) (* 1/2 (* (pow p 2) (+ (* -1/2 (+ (* 2 (pow p 4)) (* 4 (pow p 4)))) (* 1/4 (pow p 4)))))) (pow x 6))) (+ (* -1/2 (/ (+ (* -1/2 (+ (* 2 (pow p 4)) (* 4 (pow p 4)))) (* 1/4 (pow p 4))) (pow x 4))) (* -1/2 (/ (pow p 2) (pow x 2)))))) |
1 |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
(+ 1 (* (pow p 2) (- (* 11/8 (/ (pow p 2) (pow x 4))) (* 1/2 (/ 1 (pow x 2)))))) |
(+ 1 (* (pow p 2) (- (* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) (* 1/2 (/ 1 (pow x 2)))))) |
(sqrt 1/2) |
(+ (sqrt 1/2) (* 1/16 (/ (pow x 6) (* (pow p 6) (sqrt 1/2))))) |
(+ (sqrt 1/2) (+ (* 1/32 (/ (pow x 8) (* (pow p 8) (sqrt 1/2)))) (* 1/16 (/ (pow x 6) (* (pow p 6) (sqrt 1/2)))))) |
(+ (sqrt 1/2) (+ (* -1/4 (/ (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10))) (* (pow p 10) (sqrt 1/2)))) (+ (* 1/32 (/ (pow x 8) (* (pow p 8) (sqrt 1/2)))) (* 1/16 (/ (pow x 6) (* (pow p 6) (sqrt 1/2))))))) |
(sqrt 1/2) |
(+ (sqrt 1/2) (* 1/16 (/ (pow x 6) (* (pow p 6) (sqrt 1/2))))) |
(+ (sqrt 1/2) (+ (* 1/32 (/ (pow x 8) (* (pow p 8) (sqrt 1/2)))) (* 1/16 (/ (pow x 6) (* (pow p 6) (sqrt 1/2)))))) |
(+ (sqrt 1/2) (+ (* -1/4 (/ (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10))) (* (pow p 10) (sqrt 1/2)))) (+ (* 1/32 (/ (pow x 8) (* (pow p 8) (sqrt 1/2)))) (* 1/16 (/ (pow x 6) (* (pow p 6) (sqrt 1/2))))))) |
1/2 |
(+ 1/2 (* 1/8 (/ (pow x 6) (pow p 6)))) |
(+ 1/2 (* (pow x 6) (+ (* 1/16 (/ (pow x 2) (pow p 8))) (* 1/8 (/ 1 (pow p 6)))))) |
(+ 1/2 (* (pow x 6) (+ (* (pow x 2) (+ (* -1/32 (/ (pow x 2) (pow p 10))) (* 1/16 (/ 1 (pow p 8))))) (* 1/8 (/ 1 (pow p 6)))))) |
1 |
(+ 1 (* -1 (/ (pow p 2) (pow x 2)))) |
(+ 1 (+ (* -1 (/ (pow p 2) (pow x 2))) (* -1/2 (/ (+ (* -4 (pow p 4)) (* -2 (pow p 4))) (pow x 4))))) |
(+ 1 (+ (* -1 (/ (pow p 2) (pow x 2))) (+ (* -1/2 (/ (+ (* -4 (pow p 4)) (* -2 (pow p 4))) (pow x 4))) (* -1/2 (/ (+ (* -2 (* (pow p 2) (+ (* -4 (pow p 4)) (* -2 (pow p 4))))) (* 8 (pow p 6))) (pow x 6)))))) |
1 |
(+ 1 (* -1 (/ (pow p 2) (pow x 2)))) |
(- (+ 1 (* 1/2 (/ (+ (* 2 (pow p 4)) (* 4 (pow p 4))) (pow x 4)))) (/ (pow p 2) (pow x 2))) |
(- (+ 1 (* 1/2 (/ (+ (* -8 (pow p 6)) (* -2 (* (pow p 2) (+ (* 2 (pow p 4)) (* 4 (pow p 4)))))) (pow x 6)))) (+ (* -1/2 (/ (+ (* 2 (pow p 4)) (* 4 (pow p 4))) (pow x 4))) (/ (pow p 2) (pow x 2)))) |
1 |
(+ 1 (* -1 (/ (pow p 2) (pow x 2)))) |
(+ 1 (* (pow p 2) (- (* 3 (/ (pow p 2) (pow x 4))) (/ 1 (pow x 2))))) |
(+ 1 (* (pow p 2) (- (* (pow p 2) (+ (* -10 (/ (pow p 2) (pow x 6))) (* 3 (/ 1 (pow x 4))))) (/ 1 (pow x 2))))) |
1/2 |
(+ 1/2 (* 1/8 (/ (pow x 6) (pow p 6)))) |
(+ 1/2 (+ (* 1/16 (/ (pow x 8) (pow p 8))) (* 1/8 (/ (pow x 6) (pow p 6))))) |
(+ 1/2 (+ (* -1/2 (/ (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10))) (pow p 10))) (+ (* 1/16 (/ (pow x 8) (pow p 8))) (* 1/8 (/ (pow x 6) (pow p 6)))))) |
1/2 |
(+ 1/2 (* 1/8 (/ (pow x 6) (pow p 6)))) |
(+ 1/2 (+ (* 1/16 (/ (pow x 8) (pow p 8))) (* 1/8 (/ (pow x 6) (pow p 6))))) |
(+ 1/2 (+ (* -1/2 (/ (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10))) (pow p 10))) (+ (* 1/16 (/ (pow x 8) (pow p 8))) (* 1/8 (/ (pow x 6) (pow p 6)))))) |
(* 1/8 (/ (pow x 6) (pow p 6))) |
(* (pow x 6) (+ (* 1/16 (/ (pow x 2) (pow p 8))) (* 1/8 (/ 1 (pow p 6))))) |
(* (pow x 6) (+ (* (pow x 2) (+ (* -1/32 (/ (pow x 2) (pow p 10))) (* 1/16 (/ 1 (pow p 8))))) (* 1/8 (/ 1 (pow p 6))))) |
(* (pow x 6) (+ (* (pow x 2) (+ (* (pow x 2) (- (* -5/64 (/ (pow x 2) (pow p 12))) (* 1/32 (/ 1 (pow p 10))))) (* 1/16 (/ 1 (pow p 8))))) (* 1/8 (/ 1 (pow p 6))))) |
1/2 |
(+ 1/2 (* -1 (/ (pow p 2) (pow x 2)))) |
(- (+ 1/2 (* -1 (/ (+ (* -2 (pow p 4)) (* -1 (pow p 4))) (pow x 4)))) (/ (pow p 2) (pow x 2))) |
(- (+ 1/2 (* -1 (/ (+ (* -2 (* (pow p 2) (+ (* -2 (pow p 4)) (* -1 (pow p 4))))) (* 4 (pow p 6))) (pow x 6)))) (+ (* -2 (/ (pow p 4) (pow x 4))) (+ (* -1 (/ (pow p 4) (pow x 4))) (/ (pow p 2) (pow x 2))))) |
1/2 |
(+ 1/2 (* -1 (/ (pow p 2) (pow x 2)))) |
(- (+ 1/2 (* -1 (/ (+ (* -2 (pow p 4)) (* -1 (pow p 4))) (pow x 4)))) (/ (pow p 2) (pow x 2))) |
(- (+ 1/2 (* -1 (/ (+ (* -2 (* (pow p 2) (+ (* -2 (pow p 4)) (* -1 (pow p 4))))) (* 4 (pow p 6))) (pow x 6)))) (+ (* -2 (/ (pow p 4) (pow x 4))) (+ (* -1 (/ (pow p 4) (pow x 4))) (/ (pow p 2) (pow x 2))))) |
1/2 |
(+ 1/2 (* -1 (/ (pow p 2) (pow x 2)))) |
(+ 1/2 (* (pow p 2) (- (* 3 (/ (pow p 2) (pow x 4))) (/ 1 (pow x 2))))) |
(+ 1/2 (* (pow p 2) (- (* (pow p 2) (+ (* -10 (/ (pow p 2) (pow x 6))) (* 3 (/ 1 (pow x 4))))) (/ 1 (pow x 2))))) |
(* 1/8 (/ (pow x 6) (pow p 6))) |
(/ (+ (* 1/16 (/ (pow x 8) (pow p 2))) (* 1/8 (pow x 6))) (pow p 6)) |
(/ (+ (* -1/2 (/ (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10))) (pow p 4))) (+ (* 1/16 (/ (pow x 8) (pow p 2))) (* 1/8 (pow x 6)))) (pow p 6)) |
(/ (+ (* -1/2 (/ (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10))) (pow p 4))) (+ (* -1/2 (/ (+ (* 1/8 (pow x 12)) (* 1/2 (* (pow x 2) (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10)))))) (pow p 6))) (+ (* 1/16 (/ (pow x 8) (pow p 2))) (* 1/8 (pow x 6))))) (pow p 6)) |
(* 1/8 (/ (pow x 6) (pow p 6))) |
(/ (+ (* 1/16 (/ (pow x 8) (pow p 2))) (* 1/8 (pow x 6))) (pow p 6)) |
(/ (+ (* -1/2 (/ (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10))) (pow p 4))) (+ (* 1/16 (/ (pow x 8) (pow p 2))) (* 1/8 (pow x 6)))) (pow p 6)) |
(/ (+ (* -1/2 (/ (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10))) (pow p 4))) (+ (* -1/2 (/ (+ (* 1/8 (pow x 12)) (* 1/2 (* (pow x 2) (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10)))))) (pow p 6))) (+ (* 1/16 (/ (pow x 8) (pow p 2))) (* 1/8 (pow x 6))))) (pow p 6)) |
(* 4 (/ (pow p 6) (pow x 5))) |
(/ (+ (* -2 (* (pow p 4) (pow x 2))) (* 4 (pow p 6))) (pow x 5)) |
(/ (+ (* 4 (pow p 6)) (* (pow x 2) (+ (* -2 (pow p 4)) (* 2 (* (pow p 2) (pow x 2)))))) (pow x 5)) |
(/ (+ (* 4 (pow p 6)) (* (pow x 2) (+ (* -2 (pow p 4)) (* (pow x 2) (+ (* 2 (pow p 2)) (pow x 2)))))) (pow x 5)) |
x |
(* x (+ 1 (* 2 (/ (pow p 2) (pow x 2))))) |
(* x (+ 1 (+ (* -2 (/ (pow p 4) (pow x 4))) (* 2 (/ (pow p 2) (pow x 2)))))) |
(* x (+ 1 (+ (* -2 (/ (pow p 4) (pow x 4))) (+ (* 2 (/ (pow p 2) (pow x 2))) (* 4 (/ (pow p 6) (pow x 6))))))) |
x |
(* -1 (* x (- (* -2 (/ (pow p 2) (pow x 2))) 1))) |
(* -1 (* x (- (+ (* -2 (/ (pow p 2) (pow x 2))) (* 2 (/ (pow p 4) (pow x 4)))) 1))) |
(* -1 (* x (- (+ (* -4 (/ (pow p 6) (pow x 6))) (+ (* -2 (/ (pow p 2) (pow x 2))) (* 2 (/ (pow p 4) (pow x 4))))) 1))) |
x |
(+ x (* 2 (/ (pow p 2) x))) |
(+ x (* (pow p 2) (+ (* -2 (/ (pow p 2) (pow x 3))) (* 2 (/ 1 x))))) |
(+ x (* (pow p 2) (+ (* (pow p 2) (- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3))))) (* 2 (/ 1 x))))) |
(* 4 (/ (pow p 6) (pow x 5))) |
(* (pow p 6) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(* (pow p 6) (- (+ (* 4 (/ 1 (pow x 5))) (/ 2 (* (pow p 4) x))) (/ 2 (* (pow p 2) (pow x 3))))) |
(* (pow p 6) (- (+ (* 2 (/ 1 (* (pow p 4) x))) (+ (* 4 (/ 1 (pow x 5))) (/ x (pow p 6)))) (/ 2 (* (pow p 2) (pow x 3))))) |
(* 4 (/ (pow p 6) (pow x 5))) |
(* (pow p 6) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(* (pow p 6) (- (+ (* 4 (/ 1 (pow x 5))) (/ 2 (* (pow p 4) x))) (/ 2 (* (pow p 2) (pow x 3))))) |
(* (pow p 6) (- (+ (* 2 (/ 1 (* (pow p 4) x))) (+ (* 4 (/ 1 (pow x 5))) (/ x (pow p 6)))) (/ 2 (* (pow p 2) (pow x 3))))) |
(* -1 (/ p x)) |
(* -1 (/ p x)) |
(* -1 (/ p x)) |
(* -1 (/ p x)) |
(* -1 (/ p x)) |
(* -1 (/ p x)) |
(* -1 (/ p x)) |
(* -1 (/ p x)) |
(* -1 (/ p x)) |
(* -1 (/ p x)) |
(* -1 (/ p x)) |
(* -1 (/ p x)) |
(* -1 (/ p x)) |
(* -1 (/ p x)) |
(* -1 (/ p x)) |
(* -1 (/ p x)) |
(* -1 (/ p x)) |
(* -1 (/ p x)) |
(* -1 (/ p x)) |
(* -1 (/ p x)) |
(* -1 (/ p x)) |
(* -1 (/ p x)) |
(* -1 (/ p x)) |
(* -1 (/ p x)) |
(* -1 x) |
(* -1 x) |
(* -1 x) |
(* -1 x) |
(* -1 x) |
(* -1 x) |
(* -1 x) |
(* -1 x) |
(* -1 x) |
(* -1 x) |
(* -1 x) |
(* -1 x) |
(* -1 (/ p x)) |
(* p (- (* 3/2 (/ (pow p 2) (pow x 3))) (/ 1 x))) |
(* p (- (* 3/2 (/ (pow p 2) (pow x 3))) (/ 1 x))) |
(* p (- (* 3/2 (/ (pow p 2) (pow x 3))) (/ 1 x))) |
(* 3/2 (/ (pow p 3) (pow x 3))) |
(* (pow p 3) (- (* 3/2 (/ 1 (pow x 3))) (/ 1 (* (pow p 2) x)))) |
(* (pow p 3) (- (* 3/2 (/ 1 (pow x 3))) (/ 1 (* (pow p 2) x)))) |
(* (pow p 3) (- (* 3/2 (/ 1 (pow x 3))) (/ 1 (* (pow p 2) x)))) |
(* 3/2 (/ (pow p 3) (pow x 3))) |
(* -1 (* (pow p 3) (- (/ 1 (* (pow p 2) x)) (* 3/2 (/ 1 (pow x 3)))))) |
(* -1 (* (pow p 3) (- (/ 1 (* (pow p 2) x)) (* 3/2 (/ 1 (pow x 3)))))) |
(* -1 (* (pow p 3) (- (/ 1 (* (pow p 2) x)) (* 3/2 (/ 1 (pow x 3)))))) |
(* 3/2 (/ (pow p 3) (pow x 3))) |
(/ (+ (* -1 (* p (pow x 2))) (* 3/2 (pow p 3))) (pow x 3)) |
(/ (+ (* -1 (* p (pow x 2))) (* 3/2 (pow p 3))) (pow x 3)) |
(/ (+ (* -1 (* p (pow x 2))) (* 3/2 (pow p 3))) (pow x 3)) |
(* -1 (/ p x)) |
(/ (+ (* -1 p) (* 3/2 (/ (pow p 3) (pow x 2)))) x) |
(/ (+ (* -1 p) (* 3/2 (/ (pow p 3) (pow x 2)))) x) |
(/ (+ (* -1 p) (* 3/2 (/ (pow p 3) (pow x 2)))) x) |
(* -1 (/ p x)) |
(* -1 (/ (+ p (* -3/2 (/ (pow p 3) (pow x 2)))) x)) |
(* -1 (/ (+ p (* -3/2 (/ (pow p 3) (pow x 2)))) x)) |
(* -1 (/ (+ p (* -3/2 (/ (pow p 3) (pow x 2)))) x)) |
(* -1 p) |
(* p (- (* 3/2 (/ (pow p 2) (pow x 2))) 1)) |
(* p (- (* 3/2 (/ (pow p 2) (pow x 2))) 1)) |
(* p (- (* 3/2 (/ (pow p 2) (pow x 2))) 1)) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(* (pow p 3) (- (* 3/2 (/ 1 (pow x 2))) (/ 1 (pow p 2)))) |
(* (pow p 3) (- (* 3/2 (/ 1 (pow x 2))) (/ 1 (pow p 2)))) |
(* (pow p 3) (- (* 3/2 (/ 1 (pow x 2))) (/ 1 (pow p 2)))) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(* -1 (* (pow p 3) (- (/ 1 (pow p 2)) (* 3/2 (/ 1 (pow x 2)))))) |
(* -1 (* (pow p 3) (- (/ 1 (pow p 2)) (* 3/2 (/ 1 (pow x 2)))))) |
(* -1 (* (pow p 3) (- (/ 1 (pow p 2)) (* 3/2 (/ 1 (pow x 2)))))) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/ (+ (* -1 (* p (pow x 2))) (* 3/2 (pow p 3))) (pow x 2)) |
(/ (+ (* -1 (* p (pow x 2))) (* 3/2 (pow p 3))) (pow x 2)) |
(/ (+ (* -1 (* p (pow x 2))) (* 3/2 (pow p 3))) (pow x 2)) |
(* -1 p) |
(- (* 3/2 (/ (pow p 3) (pow x 2))) p) |
(- (* 3/2 (/ (pow p 3) (pow x 2))) p) |
(- (* 3/2 (/ (pow p 3) (pow x 2))) p) |
(* -1 p) |
(- (* 3/2 (/ (pow p 3) (pow x 2))) p) |
(- (* 3/2 (/ (pow p 3) (pow x 2))) p) |
(- (* 3/2 (/ (pow p 3) (pow x 2))) p) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/ (pow p 3) (pow x 2)) |
(/ (pow p 3) (pow x 2)) |
(/ (pow p 3) (pow x 2)) |
(/ (pow p 3) (pow x 2)) |
(/ (pow p 3) (pow x 2)) |
(/ (pow p 3) (pow x 2)) |
(/ (pow p 3) (pow x 2)) |
(/ (pow p 3) (pow x 2)) |
(/ (pow p 3) (pow x 2)) |
(/ (pow p 3) (pow x 2)) |
(/ (pow p 3) (pow x 2)) |
(/ (pow p 3) (pow x 2)) |
(/ (pow p 3) (pow x 2)) |
(/ (pow p 3) (pow x 2)) |
(/ (pow p 3) (pow x 2)) |
(/ (pow p 3) (pow x 2)) |
(/ (pow p 3) (pow x 2)) |
(/ (pow p 3) (pow x 2)) |
(/ (pow p 3) (pow x 2)) |
(/ (pow p 3) (pow x 2)) |
(/ (pow p 3) (pow x 2)) |
(/ (pow p 3) (pow x 2)) |
(/ (pow p 3) (pow x 2)) |
(/ (pow p 3) (pow x 2)) |
1 |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
(+ 1 (* (pow p 2) (- (* 11/8 (/ (pow p 2) (pow x 4))) (* 1/2 (/ 1 (pow x 2)))))) |
(+ 1 (* (pow p 2) (- (* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) (* 1/2 (/ 1 (pow x 2)))))) |
(* -69/16 (/ (pow p 6) (pow x 6))) |
(* (pow p 6) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(* (pow p 6) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (* 69/16 (/ 1 (pow x 6))) (/ 1/2 (* (pow p 4) (pow x 2)))))) |
(* (pow p 6) (- (+ (/ 1 (pow p 6)) (/ 11/8 (* (pow p 2) (pow x 4)))) (+ (* 69/16 (/ 1 (pow x 6))) (* 1/2 (/ 1 (* (pow p 4) (pow x 2))))))) |
(* -69/16 (/ (pow p 6) (pow x 6))) |
(* (pow p 6) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(* (pow p 6) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (* 69/16 (/ 1 (pow x 6))) (/ 1/2 (* (pow p 4) (pow x 2)))))) |
(* (pow p 6) (- (+ (/ 1 (pow p 6)) (/ 11/8 (* (pow p 2) (pow x 4)))) (+ (* 69/16 (/ 1 (pow x 6))) (* 1/2 (/ 1 (* (pow p 4) (pow x 2))))))) |
(* -69/16 (/ (pow p 6) (pow x 6))) |
(/ (+ (* -69/16 (pow p 6)) (* 11/8 (* (pow p 4) (pow x 2)))) (pow x 6)) |
(/ (+ (* -69/16 (pow p 6)) (* (pow x 2) (+ (* -1/2 (* (pow p 2) (pow x 2))) (* 11/8 (pow p 4))))) (pow x 6)) |
(/ (+ (* -69/16 (pow p 6)) (* (pow x 2) (+ (* 11/8 (pow p 4)) (* (pow x 2) (+ (* -1/2 (pow p 2)) (pow x 2)))))) (pow x 6)) |
1 |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
(+ 1 (+ (* -1/2 (/ (pow p 2) (pow x 2))) (* 11/8 (/ (pow p 4) (pow x 4))))) |
(+ 1 (+ (* -69/16 (/ (pow p 6) (pow x 6))) (+ (* -1/2 (/ (pow p 2) (pow x 2))) (* 11/8 (/ (pow p 4) (pow x 4)))))) |
1 |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
(+ 1 (+ (* -1/2 (/ (pow p 2) (pow x 2))) (* 11/8 (/ (pow p 4) (pow x 4))))) |
(+ 1 (+ (* -69/16 (/ (pow p 6) (pow x 6))) (+ (* -1/2 (/ (pow p 2) (pow x 2))) (* 11/8 (/ (pow p 4) (pow x 4)))))) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(* (pow p 2) (- (* 11/8 (/ (pow p 2) (pow x 4))) (* 1/2 (/ 1 (pow x 2))))) |
(* (pow p 2) (- (* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) (* 1/2 (/ 1 (pow x 2))))) |
(* (pow p 2) (- (* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) (* 1/2 (/ 1 (pow x 2))))) |
(* -69/16 (/ (pow p 6) (pow x 6))) |
(* (pow p 6) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(* (pow p 6) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (/ 1/2 (* (pow p 4) (pow x 2))) (* 69/16 (/ 1 (pow x 6)))))) |
(* (pow p 6) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (/ 1/2 (* (pow p 4) (pow x 2))) (* 69/16 (/ 1 (pow x 6)))))) |
(* -69/16 (/ (pow p 6) (pow x 6))) |
(* (pow p 6) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(* (pow p 6) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (/ 1/2 (* (pow p 4) (pow x 2))) (* 69/16 (/ 1 (pow x 6)))))) |
(* (pow p 6) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (/ 1/2 (* (pow p 4) (pow x 2))) (* 69/16 (/ 1 (pow x 6)))))) |
(* -69/16 (/ (pow p 6) (pow x 6))) |
(/ (+ (* -69/16 (pow p 6)) (* 11/8 (* (pow p 4) (pow x 2)))) (pow x 6)) |
(/ (+ (* -69/16 (pow p 6)) (* (pow x 2) (+ (* -1/2 (* (pow p 2) (pow x 2))) (* 11/8 (pow p 4))))) (pow x 6)) |
(/ (+ (* -69/16 (pow p 6)) (* (pow x 2) (+ (* -1/2 (* (pow p 2) (pow x 2))) (* 11/8 (pow p 4))))) (pow x 6)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/ (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2)))) (pow x 2)) |
(/ (+ (* -69/16 (/ (pow p 6) (pow x 4))) (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2))))) (pow x 2)) |
(/ (+ (* -69/16 (/ (pow p 6) (pow x 4))) (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2))))) (pow x 2)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/ (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2)))) (pow x 2)) |
(/ (+ (* -69/16 (/ (pow p 6) (pow x 4))) (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2))))) (pow x 2)) |
(/ (+ (* -69/16 (/ (pow p 6) (pow x 4))) (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2))))) (pow x 2)) |
(pow p 2) |
(pow p 2) |
(pow p 2) |
(pow p 2) |
(pow p 2) |
(pow p 2) |
(pow p 2) |
(pow p 2) |
(pow p 2) |
(pow p 2) |
(pow p 2) |
(pow p 2) |
(/ -1/2 (pow x 2)) |
(- (* 11/8 (/ (pow p 2) (pow x 4))) (* 1/2 (/ 1 (pow x 2)))) |
(- (* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) (* 1/2 (/ 1 (pow x 2)))) |
(- (* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) (* 1/2 (/ 1 (pow x 2)))) |
(* -69/16 (/ (pow p 4) (pow x 6))) |
(* (pow p 4) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(* (pow p 4) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (* 69/16 (/ 1 (pow x 6))) (/ 1/2 (* (pow p 4) (pow x 2)))))) |
(* (pow p 4) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (* 69/16 (/ 1 (pow x 6))) (/ 1/2 (* (pow p 4) (pow x 2)))))) |
(* -69/16 (/ (pow p 4) (pow x 6))) |
(* (pow p 4) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(* (pow p 4) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (* 69/16 (/ 1 (pow x 6))) (/ 1/2 (* (pow p 4) (pow x 2)))))) |
(* (pow p 4) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (* 69/16 (/ 1 (pow x 6))) (/ 1/2 (* (pow p 4) (pow x 2)))))) |
(* -69/16 (/ (pow p 4) (pow x 6))) |
(/ (+ (* -69/16 (pow p 4)) (* 11/8 (* (pow p 2) (pow x 2)))) (pow x 6)) |
(/ (+ (* -69/16 (pow p 4)) (* (pow x 2) (+ (* -1/2 (pow x 2)) (* 11/8 (pow p 2))))) (pow x 6)) |
(/ (+ (* -69/16 (pow p 4)) (* (pow x 2) (+ (* -1/2 (pow x 2)) (* 11/8 (pow p 2))))) (pow x 6)) |
(/ -1/2 (pow x 2)) |
(/ (- (* 11/8 (/ (pow p 2) (pow x 2))) 1/2) (pow x 2)) |
(/ (- (+ (* -69/16 (/ (pow p 4) (pow x 4))) (* 11/8 (/ (pow p 2) (pow x 2)))) 1/2) (pow x 2)) |
(/ (- (+ (* -69/16 (/ (pow p 4) (pow x 4))) (* 11/8 (/ (pow p 2) (pow x 2)))) 1/2) (pow x 2)) |
(/ -1/2 (pow x 2)) |
(/ (- (* 11/8 (/ (pow p 2) (pow x 2))) 1/2) (pow x 2)) |
(/ (- (+ (* -69/16 (/ (pow p 4) (pow x 4))) (* 11/8 (/ (pow p 2) (pow x 2)))) 1/2) (pow x 2)) |
(/ (- (+ (* -69/16 (/ (pow p 4) (pow x 4))) (* 11/8 (/ (pow p 2) (pow x 2)))) 1/2) (pow x 2)) |
(sqrt 1/2) |
(+ (sqrt 1/2) (* 1/8 (/ x (* p (sqrt 1/2))))) |
(+ (sqrt 1/2) (* x (+ (* -1/128 (/ x (* (pow p 2) (pow (sqrt 1/2) 3)))) (* 1/8 (/ 1 (* p (sqrt 1/2))))))) |
(+ (sqrt 1/2) (* x (+ (* x (- (* 1/2 (/ (* x (- (* 1/512 (/ 1 (* (pow p 3) (pow (sqrt 1/2) 4)))) (* 1/32 (/ 1 (pow p 3))))) (sqrt 1/2))) (* 1/128 (/ 1 (* (pow p 2) (pow (sqrt 1/2) 3)))))) (* 1/8 (/ 1 (* p (sqrt 1/2))))))) |
(sqrt 1/2) |
(+ (sqrt 1/2) (/ p (* x (sqrt 1/2)))) |
(+ (sqrt 1/2) (+ (* -1/2 (/ (pow p 2) (* (pow x 2) (pow (sqrt 1/2) 3)))) (/ p (* x (sqrt 1/2))))) |
(+ (sqrt 1/2) (+ (* -1/2 (/ (pow p 2) (* (pow x 2) (pow (sqrt 1/2) 3)))) (+ (* 1/2 (/ (- (* -16 (pow p 3)) (* -1 (/ (pow p 3) (pow (sqrt 1/2) 4)))) (* (pow x 3) (sqrt 1/2)))) (/ p (* x (sqrt 1/2)))))) |
(sqrt 1/2) |
(+ (sqrt 1/2) (/ p (* x (sqrt 1/2)))) |
(+ (sqrt 1/2) (* -1 (/ (+ (* -1 (/ p (sqrt 1/2))) (* 1/2 (/ (pow p 2) (* x (pow (sqrt 1/2) 3))))) x))) |
(+ (sqrt 1/2) (* -1 (/ (+ (* -1 (/ p (sqrt 1/2))) (* -1 (/ (+ (* -1/2 (/ (pow p 2) (pow (sqrt 1/2) 3))) (* 1/2 (/ (+ (* -16 (pow p 3)) (/ (pow p 3) (pow (sqrt 1/2) 4))) (* x (sqrt 1/2))))) x))) x))) |
(sqrt 1/2) |
(+ (sqrt 1/2) (/ p (* x (sqrt 1/2)))) |
(+ (sqrt 1/2) (* p (+ (* -1/2 (/ p (* (pow x 2) (pow (sqrt 1/2) 3)))) (/ 1 (* x (sqrt 1/2)))))) |
(+ (sqrt 1/2) (* p (+ (* p (- (* 1/2 (/ (* p (- (/ 1 (* (pow x 3) (pow (sqrt 1/2) 4))) (* 16 (/ 1 (pow x 3))))) (sqrt 1/2))) (* 1/2 (/ 1 (* (pow x 2) (pow (sqrt 1/2) 3)))))) (/ 1 (* x (sqrt 1/2)))))) |
(sqrt 1/2) |
(+ (sqrt 1/2) (* 1/8 (/ x (* p (sqrt 1/2))))) |
(+ (sqrt 1/2) (+ (* -1/128 (/ (pow x 2) (* (pow p 2) (pow (sqrt 1/2) 3)))) (* 1/8 (/ x (* p (sqrt 1/2)))))) |
(+ (sqrt 1/2) (+ (* -1/128 (/ (pow x 2) (* (pow p 2) (pow (sqrt 1/2) 3)))) (+ (* 1/8 (/ x (* p (sqrt 1/2)))) (* 1/2 (/ (- (* -1/32 (pow x 3)) (* -1/512 (/ (pow x 3) (pow (sqrt 1/2) 4)))) (* (pow p 3) (sqrt 1/2))))))) |
(sqrt 1/2) |
(+ (sqrt 1/2) (* 1/8 (/ x (* p (sqrt 1/2))))) |
(+ (sqrt 1/2) (* -1 (/ (+ (* -1/8 (/ x (sqrt 1/2))) (* 1/128 (/ (pow x 2) (* p (pow (sqrt 1/2) 3))))) p))) |
(+ (sqrt 1/2) (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (- (* 1/32 (pow x 3)) (* 1/512 (/ (pow x 3) (pow (sqrt 1/2) 4)))) (* p (sqrt 1/2)))) (* -1/128 (/ (pow x 2) (pow (sqrt 1/2) 3)))) p)) (* -1/8 (/ x (sqrt 1/2)))) p))) |
1/2 |
(+ 1/2 (* 1/4 (/ x p))) |
(+ 1/2 (* x (+ (* -1/32 (/ (pow x 2) (pow p 3))) (* 1/4 (/ 1 p))))) |
(+ 1/2 (* x (+ (* (pow x 2) (- (* 1/256 (/ (pow x 2) (pow p 5))) (* 1/32 (/ 1 (pow p 3))))) (* 1/4 (/ 1 p))))) |
1/2 |
(+ 1/2 (* 2 (/ p x))) |
(+ 1/2 (+ (* -16 (/ (pow p 3) (pow x 3))) (* 2 (/ p x)))) |
(+ 1/2 (+ (* -16 (/ (pow p 3) (pow x 3))) (+ (* 2 (/ p x)) (* 128 (/ (pow p 5) (pow x 5)))))) |
1/2 |
(+ 1/2 (* 2 (/ p x))) |
(+ 1/2 (* -1 (/ (- (* 16 (/ (pow p 3) (pow x 2))) (* 2 p)) x))) |
(+ 1/2 (* -1 (/ (- (* -128 (/ (pow p 5) (pow x 4))) (+ (* -16 (/ (pow p 3) (pow x 2))) (* 2 p))) x))) |
1/2 |
(+ 1/2 (* 2 (/ p x))) |
(+ 1/2 (* p (+ (* -16 (/ (pow p 2) (pow x 3))) (* 2 (/ 1 x))))) |
(+ 1/2 (* p (+ (* (pow p 2) (- (* 128 (/ (pow p 2) (pow x 5))) (* 16 (/ 1 (pow x 3))))) (* 2 (/ 1 x))))) |
1/2 |
(+ 1/2 (* 1/4 (/ x p))) |
(+ 1/2 (+ (* -1/32 (/ (pow x 3) (pow p 3))) (* 1/4 (/ x p)))) |
(+ 1/2 (+ (* -1/32 (/ (pow x 3) (pow p 3))) (+ (* 1/256 (/ (pow x 5) (pow p 5))) (* 1/4 (/ x p))))) |
1/2 |
(+ 1/2 (* 1/4 (/ x p))) |
(+ 1/2 (* -1 (/ (+ (* -1/4 x) (* 1/32 (/ (pow x 3) (pow p 2)))) p))) |
(+ 1/2 (* -1 (/ (+ (* -1/4 x) (+ (* -1/256 (/ (pow x 5) (pow p 4))) (* 1/32 (/ (pow x 3) (pow p 2))))) p))) |
(* 1/4 (/ x p)) |
(* x (+ (* -1/32 (/ (pow x 2) (pow p 3))) (* 1/4 (/ 1 p)))) |
(* x (+ (* (pow x 2) (- (* 1/256 (/ (pow x 2) (pow p 5))) (* 1/32 (/ 1 (pow p 3))))) (* 1/4 (/ 1 p)))) |
(* x (+ (* (pow x 2) (- (* (pow x 2) (+ (* -1/2048 (/ (pow x 2) (pow p 7))) (* 1/256 (/ 1 (pow p 5))))) (* 1/32 (/ 1 (pow p 3))))) (* 1/4 (/ 1 p)))) |
(* 2 (/ p x)) |
(/ (+ (* -16 (/ (pow p 3) (pow x 2))) (* 2 p)) x) |
(/ (- (+ (* 2 p) (* 128 (/ (pow p 5) (pow x 4)))) (* 16 (/ (pow p 3) (pow x 2)))) x) |
(/ (- (+ (* -1024 (/ (pow p 7) (pow x 6))) (* 2 p)) (+ (* -128 (/ (pow p 5) (pow x 4))) (* 16 (/ (pow p 3) (pow x 2))))) x) |
(* 2 (/ p x)) |
(* -1 (/ (+ (* -2 p) (* 16 (/ (pow p 3) (pow x 2)))) x)) |
(* -1 (/ (- (+ (* -128 (/ (pow p 5) (pow x 4))) (* -2 p)) (* -16 (/ (pow p 3) (pow x 2)))) x)) |
(* -1 (/ (- (+ (* -2 p) (* 1024 (/ (pow p 7) (pow x 6)))) (+ (* -16 (/ (pow p 3) (pow x 2))) (* 128 (/ (pow p 5) (pow x 4))))) x)) |
(* 2 (/ p x)) |
(* p (+ (* -16 (/ (pow p 2) (pow x 3))) (* 2 (/ 1 x)))) |
(* p (+ (* (pow p 2) (- (* 128 (/ (pow p 2) (pow x 5))) (* 16 (/ 1 (pow x 3))))) (* 2 (/ 1 x)))) |
(* p (+ (* (pow p 2) (- (* (pow p 2) (+ (* -1024 (/ (pow p 2) (pow x 7))) (* 128 (/ 1 (pow x 5))))) (* 16 (/ 1 (pow x 3))))) (* 2 (/ 1 x)))) |
(* 1/4 (/ x p)) |
(/ (+ (* -1/32 (/ (pow x 3) (pow p 2))) (* 1/4 x)) p) |
(/ (+ (* -1/32 (/ (pow x 3) (pow p 2))) (+ (* 1/256 (/ (pow x 5) (pow p 4))) (* 1/4 x))) p) |
(/ (+ (* -1/32 (/ (pow x 3) (pow p 2))) (+ (* -1/2048 (/ (pow x 7) (pow p 6))) (+ (* 1/256 (/ (pow x 5) (pow p 4))) (* 1/4 x)))) p) |
(* 1/4 (/ x p)) |
(* -1 (/ (+ (* -1/4 x) (* 1/32 (/ (pow x 3) (pow p 2)))) p)) |
(* -1 (/ (+ (* -1/4 x) (+ (* -1/256 (/ (pow x 5) (pow p 4))) (* 1/32 (/ (pow x 3) (pow p 2))))) p)) |
(* -1 (/ (+ (* -1/4 x) (+ (* -1/256 (/ (pow x 5) (pow p 4))) (+ (* 1/2048 (/ (pow x 7) (pow p 6))) (* 1/32 (/ (pow x 3) (pow p 2)))))) p)) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 1/2 x) |
(* 4 (/ (pow p 2) (pow x 5))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(* -2 (/ (pow p 2) (pow x 3))) |
(* (pow p 2) (- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3))))) |
(* (pow p 2) (- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3))))) |
(* (pow p 2) (- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3))))) |
(* 4 (/ (pow p 4) (pow x 5))) |
(* (pow p 4) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(* (pow p 4) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(* (pow p 4) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(* 4 (/ (pow p 4) (pow x 5))) |
(* (pow p 4) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(* (pow p 4) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(* (pow p 4) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(* 4 (/ (pow p 4) (pow x 5))) |
(/ (+ (* -2 (* (pow p 2) (pow x 2))) (* 4 (pow p 4))) (pow x 5)) |
(/ (+ (* -2 (* (pow p 2) (pow x 2))) (* 4 (pow p 4))) (pow x 5)) |
(/ (+ (* -2 (* (pow p 2) (pow x 2))) (* 4 (pow p 4))) (pow x 5)) |
(* -2 (/ (pow p 2) (pow x 3))) |
(/ (+ (* -2 (pow p 2)) (* 4 (/ (pow p 4) (pow x 2)))) (pow x 3)) |
(/ (+ (* -2 (pow p 2)) (* 4 (/ (pow p 4) (pow x 2)))) (pow x 3)) |
(/ (+ (* -2 (pow p 2)) (* 4 (/ (pow p 4) (pow x 2)))) (pow x 3)) |
(* -2 (/ (pow p 2) (pow x 3))) |
(* -1 (/ (+ (* -4 (/ (pow p 4) (pow x 2))) (* 2 (pow p 2))) (pow x 3))) |
(* -1 (/ (+ (* -4 (/ (pow p 4) (pow x 2))) (* 2 (pow p 2))) (pow x 3))) |
(* -1 (/ (+ (* -4 (/ (pow p 4) (pow x 2))) (* 2 (pow p 2))) (pow x 3))) |
(/ -2 (pow x 3)) |
(- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3)))) |
(- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3)))) |
(- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3)))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(* (pow p 2) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(* (pow p 2) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(* (pow p 2) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(* (pow p 2) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(* (pow p 2) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(* (pow p 2) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(/ (+ (* -2 (pow x 2)) (* 4 (pow p 2))) (pow x 5)) |
(/ (+ (* -2 (pow x 2)) (* 4 (pow p 2))) (pow x 5)) |
(/ (+ (* -2 (pow x 2)) (* 4 (pow p 2))) (pow x 5)) |
(/ -2 (pow x 3)) |
(/ (- (* 4 (/ (pow p 2) (pow x 2))) 2) (pow x 3)) |
(/ (- (* 4 (/ (pow p 2) (pow x 2))) 2) (pow x 3)) |
(/ (- (* 4 (/ (pow p 2) (pow x 2))) 2) (pow x 3)) |
(/ -2 (pow x 3)) |
(* -1 (/ (+ 2 (* -4 (/ (pow p 2) (pow x 2)))) (pow x 3))) |
(* -1 (/ (+ 2 (* -4 (/ (pow p 2) (pow x 2)))) (pow x 3))) |
(* -1 (/ (+ 2 (* -4 (/ (pow p 2) (pow x 2)))) (pow x 3))) |
(/ (pow p 3) x) |
(/ (pow p 3) x) |
(/ (pow p 3) x) |
(/ (pow p 3) x) |
(/ (pow p 3) x) |
(/ (pow p 3) x) |
(/ (pow p 3) x) |
(/ (pow p 3) x) |
(/ (pow p 3) x) |
(/ (pow p 3) x) |
(/ (pow p 3) x) |
(/ (pow p 3) x) |
(/ (pow p 3) x) |
(/ (pow p 3) x) |
(/ (pow p 3) x) |
(/ (pow p 3) x) |
(/ (pow p 3) x) |
(/ (pow p 3) x) |
(/ (pow p 3) x) |
(/ (pow p 3) x) |
(/ (pow p 3) x) |
(/ (pow p 3) x) |
(/ (pow p 3) x) |
(/ (pow p 3) x) |
(pow p 3) |
(pow p 3) |
(pow p 3) |
(pow p 3) |
(pow p 3) |
(pow p 3) |
(pow p 3) |
(pow p 3) |
(pow p 3) |
(pow p 3) |
(pow p 3) |
(pow p 3) |
(* 11/8 (/ (pow p 2) (pow x 4))) |
(* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) |
(* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) |
(* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) |
(* -69/16 (/ (pow p 4) (pow x 6))) |
(* (pow p 4) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(* (pow p 4) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(* (pow p 4) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(* -69/16 (/ (pow p 4) (pow x 6))) |
(* (pow p 4) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(* (pow p 4) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(* (pow p 4) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(* -69/16 (/ (pow p 4) (pow x 6))) |
(/ (+ (* -69/16 (pow p 4)) (* 11/8 (* (pow p 2) (pow x 2)))) (pow x 6)) |
(/ (+ (* -69/16 (pow p 4)) (* 11/8 (* (pow p 2) (pow x 2)))) (pow x 6)) |
(/ (+ (* -69/16 (pow p 4)) (* 11/8 (* (pow p 2) (pow x 2)))) (pow x 6)) |
(* 11/8 (/ (pow p 2) (pow x 4))) |
(/ (+ (* -69/16 (/ (pow p 4) (pow x 2))) (* 11/8 (pow p 2))) (pow x 4)) |
(/ (+ (* -69/16 (/ (pow p 4) (pow x 2))) (* 11/8 (pow p 2))) (pow x 4)) |
(/ (+ (* -69/16 (/ (pow p 4) (pow x 2))) (* 11/8 (pow p 2))) (pow x 4)) |
(* 11/8 (/ (pow p 2) (pow x 4))) |
(/ (+ (* -69/16 (/ (pow p 4) (pow x 2))) (* 11/8 (pow p 2))) (pow x 4)) |
(/ (+ (* -69/16 (/ (pow p 4) (pow x 2))) (* 11/8 (pow p 2))) (pow x 4)) |
(/ (+ (* -69/16 (/ (pow p 4) (pow x 2))) (* 11/8 (pow p 2))) (pow x 4)) |
(/ (pow p 2) (pow x 2)) |
(/ (pow p 2) (pow x 2)) |
(/ (pow p 2) (pow x 2)) |
(/ (pow p 2) (pow x 2)) |
(/ (pow p 2) (pow x 2)) |
(/ (pow p 2) (pow x 2)) |
(/ (pow p 2) (pow x 2)) |
(/ (pow p 2) (pow x 2)) |
(/ (pow p 2) (pow x 2)) |
(/ (pow p 2) (pow x 2)) |
(/ (pow p 2) (pow x 2)) |
(/ (pow p 2) (pow x 2)) |
(/ (pow p 2) (pow x 2)) |
(/ (pow p 2) (pow x 2)) |
(/ (pow p 2) (pow x 2)) |
(/ (pow p 2) (pow x 2)) |
(/ (pow p 2) (pow x 2)) |
(/ (pow p 2) (pow x 2)) |
(/ (pow p 2) (pow x 2)) |
(/ (pow p 2) (pow x 2)) |
(/ (pow p 2) (pow x 2)) |
(/ (pow p 2) (pow x 2)) |
(/ (pow p 2) (pow x 2)) |
(/ (pow p 2) (pow x 2)) |
(/ 11/8 (pow x 4)) |
(+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4)))) |
(+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4)))) |
(+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4)))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(* (pow p 2) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(* (pow p 2) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(* (pow p 2) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(* (pow p 2) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(* (pow p 2) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(* (pow p 2) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(/ (+ (* -69/16 (pow p 2)) (* 11/8 (pow x 2))) (pow x 6)) |
(/ (+ (* -69/16 (pow p 2)) (* 11/8 (pow x 2))) (pow x 6)) |
(/ (+ (* -69/16 (pow p 2)) (* 11/8 (pow x 2))) (pow x 6)) |
(/ 11/8 (pow x 4)) |
(/ (+ 11/8 (* -69/16 (/ (pow p 2) (pow x 2)))) (pow x 4)) |
(/ (+ 11/8 (* -69/16 (/ (pow p 2) (pow x 2)))) (pow x 4)) |
(/ (+ 11/8 (* -69/16 (/ (pow p 2) (pow x 2)))) (pow x 4)) |
(/ 11/8 (pow x 4)) |
(/ (+ 11/8 (* -69/16 (/ (pow p 2) (pow x 2)))) (pow x 4)) |
(/ (+ 11/8 (* -69/16 (/ (pow p 2) (pow x 2)))) (pow x 4)) |
(/ (+ 11/8 (* -69/16 (/ (pow p 2) (pow x 2)))) (pow x 4)) |
(* 1/4 (/ x p)) |
(* 1/4 (/ x p)) |
(* 1/4 (/ x p)) |
(* 1/4 (/ x p)) |
(* 1/4 (/ x p)) |
(* 1/4 (/ x p)) |
(* 1/4 (/ x p)) |
(* 1/4 (/ x p)) |
(* 1/4 (/ x p)) |
(* 1/4 (/ x p)) |
(* 1/4 (/ x p)) |
(* 1/4 (/ x p)) |
(* 1/4 (/ x p)) |
(* 1/4 (/ x p)) |
(* 1/4 (/ x p)) |
(* 1/4 (/ x p)) |
(* 1/4 (/ x p)) |
(* 1/4 (/ x p)) |
(* 1/4 (/ x p)) |
(* 1/4 (/ x p)) |
(* 1/4 (/ x p)) |
(* 1/4 (/ x p)) |
(* 1/4 (/ x p)) |
(* 1/4 (/ x p)) |
(* 1/4 (/ (pow x 2) p)) |
(* 1/4 (/ (pow x 2) p)) |
(* 1/4 (/ (pow x 2) p)) |
(* 1/4 (/ (pow x 2) p)) |
(* 1/4 (/ (pow x 2) p)) |
(* 1/4 (/ (pow x 2) p)) |
(* 1/4 (/ (pow x 2) p)) |
(* 1/4 (/ (pow x 2) p)) |
(* 1/4 (/ (pow x 2) p)) |
(* 1/4 (/ (pow x 2) p)) |
(* 1/4 (/ (pow x 2) p)) |
(* 1/4 (/ (pow x 2) p)) |
(* 1/4 (/ (pow x 2) p)) |
(* 1/4 (/ (pow x 2) p)) |
(* 1/4 (/ (pow x 2) p)) |
(* 1/4 (/ (pow x 2) p)) |
(* 1/4 (/ (pow x 2) p)) |
(* 1/4 (/ (pow x 2) p)) |
(* 1/4 (/ (pow x 2) p)) |
(* 1/4 (/ (pow x 2) p)) |
(* 1/4 (/ (pow x 2) p)) |
(* 1/4 (/ (pow x 2) p)) |
(* 1/4 (/ (pow x 2) p)) |
(* 1/4 (/ (pow x 2) p)) |
| Outputs |
|---|
(sqrt 1/2) |
(sqrt.f64 #s(literal 1/2 binary64)) |
(+ (sqrt 1/2) (* 1/16 (/ (pow x 6) (* (pow p 6) (sqrt 1/2))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 (/.f64 #s(literal 1/16 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 p #s(literal 6 binary64))))) |
(+ (sqrt 1/2) (* (pow x 6) (+ (* 1/32 (/ (pow x 2) (* (pow p 8) (sqrt 1/2)))) (* 1/16 (/ 1 (* (pow p 6) (sqrt 1/2))))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 (/.f64 (*.f64 #s(literal 1/32 binary64) (*.f64 x x)) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (pow.f64 p #s(literal 8 binary64)))) (/.f64 (/.f64 #s(literal 1/16 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (pow.f64 p #s(literal 6 binary64)))))) |
(+ (sqrt 1/2) (* (pow x 6) (+ (* (pow x 2) (+ (* -1/64 (/ (pow x 2) (* (pow p 10) (sqrt 1/2)))) (* 1/32 (/ 1 (* (pow p 8) (sqrt 1/2)))))) (* 1/16 (/ 1 (* (pow p 6) (sqrt 1/2))))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 (/.f64 (/.f64 #s(literal 1/16 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (pow.f64 p #s(literal 6 binary64))) (*.f64 (*.f64 x x) (+.f64 (*.f64 (/.f64 #s(literal -1/64 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (/.f64 (*.f64 x x) (pow.f64 p #s(literal 10 binary64)))) (/.f64 (/.f64 #s(literal 1/32 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (pow.f64 p #s(literal 8 binary64)))))))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 p p)) (*.f64 x x))) |
(+ 1 (+ (* -1/2 (/ (pow p 2) (pow x 2))) (* 1/2 (/ (- (* -1/2 (+ (* -4 (pow p 4)) (* -2 (pow p 4)))) (* 1/4 (pow p 4))) (pow x 4))))) |
(+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 p p)) (*.f64 x x))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 3 binary64)) (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -1/4 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(+ 1 (+ (* -1/2 (/ (pow p 2) (pow x 2))) (+ (* 1/2 (/ (- (* -1/2 (+ (* -4 (pow p 4)) (* -2 (pow p 4)))) (* 1/4 (pow p 4))) (pow x 4))) (* 1/2 (/ (- (* -1/2 (+ (* -2 (* (pow p 2) (+ (* -4 (pow p 4)) (* -2 (pow p 4))))) (* 8 (pow p 6)))) (* -1/2 (* (pow p 2) (- (* -1/2 (+ (* -4 (pow p 4)) (* -2 (pow p 4)))) (* 1/4 (pow p 4)))))) (pow x 6)))))) |
(+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 p p)) (*.f64 x x)) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 3 binary64)) (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -1/4 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))))) (+.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (+.f64 (*.f64 (*.f64 p p) (*.f64 #s(literal -2 binary64) (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -6 binary64)))) (-.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal 8 binary64)) (*.f64 (*.f64 p p) (+.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 3 binary64)) (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -1/4 binary64))))))) (pow.f64 x #s(literal 6 binary64))) #s(literal 1 binary64))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 p p)) (*.f64 x x))) |
(+ 1 (+ (* -1/2 (/ (+ (* -1/2 (+ (* 2 (pow p 4)) (* 4 (pow p 4)))) (* 1/4 (pow p 4))) (pow x 4))) (* -1/2 (/ (pow p 2) (pow x 2))))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 (*.f64 p p) (*.f64 x x)) (/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 1/4 binary64)) (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -3 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(+ 1 (+ (* -1/2 (/ (+ (* -1/2 (+ (* -8 (pow p 6)) (* -2 (* (pow p 2) (+ (* 2 (pow p 4)) (* 4 (pow p 4))))))) (* 1/2 (* (pow p 2) (+ (* -1/2 (+ (* 2 (pow p 4)) (* 4 (pow p 4)))) (* 1/4 (pow p 4)))))) (pow x 6))) (+ (* -1/2 (/ (+ (* -1/2 (+ (* 2 (pow p 4)) (* 4 (pow p 4)))) (* 1/4 (pow p 4))) (pow x 4))) (* -1/2 (/ (pow p 2) (pow x 2)))))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (+.f64 (+.f64 (/.f64 (*.f64 p p) (*.f64 x x)) (/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 1/4 binary64)) (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -3 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 (+.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal 4 binary64)) (*.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -3 binary64)) (*.f64 p (*.f64 p #s(literal -2 binary64))))) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 p p) (+.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 1/4 binary64)) (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -3 binary64)))))) (pow.f64 x #s(literal 6 binary64)))))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 p p)) (*.f64 x x))) |
(+ 1 (* (pow p 2) (- (* 11/8 (/ (pow p 2) (pow x 4))) (* 1/2 (/ 1 (pow x 2)))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))) (*.f64 x x)))) |
(+ 1 (* (pow p 2) (- (* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) (* 1/2 (/ 1 (pow x 2)))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(sqrt 1/2) |
(sqrt.f64 #s(literal 1/2 binary64)) |
(+ (sqrt 1/2) (* 1/16 (/ (pow x 6) (* (pow p 6) (sqrt 1/2))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 (/.f64 #s(literal 1/16 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 p #s(literal 6 binary64))))) |
(+ (sqrt 1/2) (+ (* 1/32 (/ (pow x 8) (* (pow p 8) (sqrt 1/2)))) (* 1/16 (/ (pow x 6) (* (pow p 6) (sqrt 1/2)))))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/16 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 p #s(literal 6 binary64)))) (+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 (/.f64 #s(literal 1/32 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (/.f64 (pow.f64 x #s(literal 8 binary64)) (pow.f64 p #s(literal 8 binary64)))))) |
(+ (sqrt 1/2) (+ (* -1/4 (/ (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10))) (* (pow p 10) (sqrt 1/2)))) (+ (* 1/32 (/ (pow x 8) (* (pow p 8) (sqrt 1/2)))) (* 1/16 (/ (pow x 6) (* (pow p 6) (sqrt 1/2))))))) |
(+.f64 (+.f64 (*.f64 (/.f64 #s(literal 1/16 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 p #s(literal 6 binary64)))) (+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 (/.f64 #s(literal 1/32 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (/.f64 (pow.f64 x #s(literal 8 binary64)) (pow.f64 p #s(literal 8 binary64)))))) (*.f64 (/.f64 #s(literal -1/4 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (*.f64 (pow.f64 x #s(literal 10 binary64)) (/.f64 #s(literal 1/16 binary64) (pow.f64 p #s(literal 10 binary64)))))) |
(sqrt 1/2) |
(sqrt.f64 #s(literal 1/2 binary64)) |
(+ (sqrt 1/2) (* 1/16 (/ (pow x 6) (* (pow p 6) (sqrt 1/2))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 (/.f64 #s(literal 1/16 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 p #s(literal 6 binary64))))) |
(+ (sqrt 1/2) (+ (* 1/32 (/ (pow x 8) (* (pow p 8) (sqrt 1/2)))) (* 1/16 (/ (pow x 6) (* (pow p 6) (sqrt 1/2)))))) |
(+.f64 (*.f64 (/.f64 #s(literal 1/16 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 p #s(literal 6 binary64)))) (+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 (/.f64 #s(literal 1/32 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (/.f64 (pow.f64 x #s(literal 8 binary64)) (pow.f64 p #s(literal 8 binary64)))))) |
(+ (sqrt 1/2) (+ (* -1/4 (/ (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10))) (* (pow p 10) (sqrt 1/2)))) (+ (* 1/32 (/ (pow x 8) (* (pow p 8) (sqrt 1/2)))) (* 1/16 (/ (pow x 6) (* (pow p 6) (sqrt 1/2))))))) |
(+.f64 (+.f64 (*.f64 (/.f64 #s(literal 1/16 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 p #s(literal 6 binary64)))) (+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 (/.f64 #s(literal 1/32 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (/.f64 (pow.f64 x #s(literal 8 binary64)) (pow.f64 p #s(literal 8 binary64)))))) (*.f64 (/.f64 #s(literal -1/4 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (*.f64 (pow.f64 x #s(literal 10 binary64)) (/.f64 #s(literal 1/16 binary64) (pow.f64 p #s(literal 10 binary64)))))) |
1/2 |
#s(literal 1/2 binary64) |
(+ 1/2 (* 1/8 (/ (pow x 6) (pow p 6)))) |
(+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/8 binary64)) (pow.f64 p #s(literal 6 binary64)))) |
(+ 1/2 (* (pow x 6) (+ (* 1/16 (/ (pow x 2) (pow p 8))) (* 1/8 (/ 1 (pow p 6)))))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 (/.f64 #s(literal 1/8 binary64) (pow.f64 p #s(literal 6 binary64))) (*.f64 (*.f64 (/.f64 #s(literal 1/16 binary64) (pow.f64 p #s(literal 8 binary64))) x) x)))) |
(+ 1/2 (* (pow x 6) (+ (* (pow x 2) (+ (* -1/32 (/ (pow x 2) (pow p 10))) (* 1/16 (/ 1 (pow p 8))))) (* 1/8 (/ 1 (pow p 6)))))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 (/.f64 #s(literal 1/8 binary64) (pow.f64 p #s(literal 6 binary64))) (*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal -1/32 binary64)) (pow.f64 p #s(literal 10 binary64))) (/.f64 #s(literal 1/16 binary64) (pow.f64 p #s(literal 8 binary64)))))))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1 (/ (pow p 2) (pow x 2)))) |
(-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (*.f64 x x))) |
(+ 1 (+ (* -1 (/ (pow p 2) (pow x 2))) (* -1/2 (/ (+ (* -4 (pow p 4)) (* -2 (pow p 4))) (pow x 4))))) |
(+.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (*.f64 x x))) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 3 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) |
(+ 1 (+ (* -1 (/ (pow p 2) (pow x 2))) (+ (* -1/2 (/ (+ (* -4 (pow p 4)) (* -2 (pow p 4))) (pow x 4))) (* -1/2 (/ (+ (* -2 (* (pow p 2) (+ (* -4 (pow p 4)) (* -2 (pow p 4))))) (* 8 (pow p 6))) (pow x 6)))))) |
(+.f64 #s(literal 1 binary64) (+.f64 (-.f64 (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 3 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 p p) (*.f64 x x))) (/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -4 binary64)) (*.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 3 binary64)))) (pow.f64 x #s(literal 6 binary64))))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1 (/ (pow p 2) (pow x 2)))) |
(-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (*.f64 x x))) |
(- (+ 1 (* 1/2 (/ (+ (* 2 (pow p 4)) (* 4 (pow p 4))) (pow x 4)))) (/ (pow p 2) (pow x 2))) |
(+.f64 #s(literal 1 binary64) (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 6 binary64) (pow.f64 p #s(literal 4 binary64)))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 p p) (*.f64 x x)))) |
(- (+ 1 (* 1/2 (/ (+ (* -8 (pow p 6)) (* -2 (* (pow p 2) (+ (* 2 (pow p 4)) (* 4 (pow p 4)))))) (pow x 6)))) (+ (* -1/2 (/ (+ (* 2 (pow p 4)) (* 4 (pow p 4))) (pow x 4))) (/ (pow p 2) (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -8 binary64)) (*.f64 (*.f64 p p) (*.f64 #s(literal -2 binary64) (*.f64 #s(literal 6 binary64) (pow.f64 p #s(literal 4 binary64))))))) (pow.f64 x #s(literal 6 binary64))) (+.f64 (/.f64 (*.f64 p p) (*.f64 x x)) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -3 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1 (/ (pow p 2) (pow x 2)))) |
(-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (*.f64 x x))) |
(+ 1 (* (pow p 2) (- (* 3 (/ (pow p 2) (pow x 4))) (/ 1 (pow x 2))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal -1 binary64) (*.f64 x x)) (/.f64 (*.f64 (*.f64 p p) #s(literal 3 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(+ 1 (* (pow p 2) (- (* (pow p 2) (+ (* -10 (/ (pow p 2) (pow x 6))) (* 3 (/ 1 (pow x 4))))) (/ 1 (pow x 2))))) |
(+.f64 #s(literal 1 binary64) (*.f64 p (*.f64 p (+.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -10 binary64)) (pow.f64 x #s(literal 6 binary64))) (/.f64 #s(literal 3 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1 binary64) (*.f64 x x)))))) |
1/2 |
#s(literal 1/2 binary64) |
(+ 1/2 (* 1/8 (/ (pow x 6) (pow p 6)))) |
(+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/8 binary64)) (pow.f64 p #s(literal 6 binary64)))) |
(+ 1/2 (+ (* 1/16 (/ (pow x 8) (pow p 8))) (* 1/8 (/ (pow x 6) (pow p 6))))) |
(+.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/8 binary64)) (pow.f64 p #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 8 binary64))) (pow.f64 p #s(literal 8 binary64))))) |
(+ 1/2 (+ (* -1/2 (/ (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10))) (pow p 10))) (+ (* 1/16 (/ (pow x 8) (pow p 8))) (* 1/8 (/ (pow x 6) (pow p 6)))))) |
(+.f64 (+.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/8 binary64)) (pow.f64 p #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 8 binary64))) (pow.f64 p #s(literal 8 binary64)))) (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (pow.f64 x #s(literal 10 binary64))) #s(literal 1/16 binary64)) (pow.f64 p #s(literal 10 binary64))))) |
1/2 |
#s(literal 1/2 binary64) |
(+ 1/2 (* 1/8 (/ (pow x 6) (pow p 6)))) |
(+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/8 binary64)) (pow.f64 p #s(literal 6 binary64)))) |
(+ 1/2 (+ (* 1/16 (/ (pow x 8) (pow p 8))) (* 1/8 (/ (pow x 6) (pow p 6))))) |
(+.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/8 binary64)) (pow.f64 p #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 8 binary64))) (pow.f64 p #s(literal 8 binary64))))) |
(+ 1/2 (+ (* -1/2 (/ (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10))) (pow p 10))) (+ (* 1/16 (/ (pow x 8) (pow p 8))) (* 1/8 (/ (pow x 6) (pow p 6)))))) |
(+.f64 (+.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/8 binary64)) (pow.f64 p #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 8 binary64))) (pow.f64 p #s(literal 8 binary64)))) (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (pow.f64 x #s(literal 10 binary64))) #s(literal 1/16 binary64)) (pow.f64 p #s(literal 10 binary64))))) |
(* 1/8 (/ (pow x 6) (pow p 6))) |
(/.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/8 binary64)) (pow.f64 p #s(literal 6 binary64))) |
(* (pow x 6) (+ (* 1/16 (/ (pow x 2) (pow p 8))) (* 1/8 (/ 1 (pow p 6))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 (/.f64 #s(literal 1/8 binary64) (pow.f64 p #s(literal 6 binary64))) (*.f64 (*.f64 (/.f64 #s(literal 1/16 binary64) (pow.f64 p #s(literal 8 binary64))) x) x))) |
(* (pow x 6) (+ (* (pow x 2) (+ (* -1/32 (/ (pow x 2) (pow p 10))) (* 1/16 (/ 1 (pow p 8))))) (* 1/8 (/ 1 (pow p 6))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 (/.f64 #s(literal 1/8 binary64) (pow.f64 p #s(literal 6 binary64))) (*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal -1/32 binary64)) (pow.f64 p #s(literal 10 binary64))) (/.f64 #s(literal 1/16 binary64) (pow.f64 p #s(literal 8 binary64))))))) |
(* (pow x 6) (+ (* (pow x 2) (+ (* (pow x 2) (- (* -5/64 (/ (pow x 2) (pow p 12))) (* 1/32 (/ 1 (pow p 10))))) (* 1/16 (/ 1 (pow p 8))))) (* 1/8 (/ 1 (pow p 6))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 (/.f64 #s(literal 1/8 binary64) (pow.f64 p #s(literal 6 binary64))) (*.f64 x (*.f64 x (+.f64 (/.f64 #s(literal 1/16 binary64) (pow.f64 p #s(literal 8 binary64))) (*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal -5/64 binary64)) (pow.f64 p #s(literal 12 binary64))) (/.f64 #s(literal -1/32 binary64) (pow.f64 p #s(literal 10 binary64)))))))))) |
1/2 |
#s(literal 1/2 binary64) |
(+ 1/2 (* -1 (/ (pow p 2) (pow x 2)))) |
(-.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 p p) (*.f64 x x))) |
(- (+ 1/2 (* -1 (/ (+ (* -2 (pow p 4)) (* -1 (pow p 4))) (pow x 4)))) (/ (pow p 2) (pow x 2))) |
(-.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -3 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 (*.f64 p p) (*.f64 x x))) |
(- (+ 1/2 (* -1 (/ (+ (* -2 (* (pow p 2) (+ (* -2 (pow p 4)) (* -1 (pow p 4))))) (* 4 (pow p 6))) (pow x 6)))) (+ (* -2 (/ (pow p 4) (pow x 4))) (+ (* -1 (/ (pow p 4) (pow x 4))) (/ (pow p 2) (pow x 2))))) |
(-.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal 4 binary64)) (*.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -3 binary64)) (*.f64 p (*.f64 p #s(literal -2 binary64))))) (pow.f64 x #s(literal 6 binary64)))) (+.f64 (/.f64 (*.f64 p p) (*.f64 x x)) (*.f64 (/.f64 (pow.f64 p #s(literal 4 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -3 binary64)))) |
1/2 |
#s(literal 1/2 binary64) |
(+ 1/2 (* -1 (/ (pow p 2) (pow x 2)))) |
(-.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 p p) (*.f64 x x))) |
(- (+ 1/2 (* -1 (/ (+ (* -2 (pow p 4)) (* -1 (pow p 4))) (pow x 4)))) (/ (pow p 2) (pow x 2))) |
(-.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -3 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 (*.f64 p p) (*.f64 x x))) |
(- (+ 1/2 (* -1 (/ (+ (* -2 (* (pow p 2) (+ (* -2 (pow p 4)) (* -1 (pow p 4))))) (* 4 (pow p 6))) (pow x 6)))) (+ (* -2 (/ (pow p 4) (pow x 4))) (+ (* -1 (/ (pow p 4) (pow x 4))) (/ (pow p 2) (pow x 2))))) |
(-.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal 4 binary64)) (*.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -3 binary64)) (*.f64 p (*.f64 p #s(literal -2 binary64))))) (pow.f64 x #s(literal 6 binary64)))) (+.f64 (/.f64 (*.f64 p p) (*.f64 x x)) (*.f64 (/.f64 (pow.f64 p #s(literal 4 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -3 binary64)))) |
1/2 |
#s(literal 1/2 binary64) |
(+ 1/2 (* -1 (/ (pow p 2) (pow x 2)))) |
(-.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 p p) (*.f64 x x))) |
(+ 1/2 (* (pow p 2) (- (* 3 (/ (pow p 2) (pow x 4))) (/ 1 (pow x 2))))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal -1 binary64) (*.f64 x x)) (/.f64 (*.f64 (*.f64 p p) #s(literal 3 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(+ 1/2 (* (pow p 2) (- (* (pow p 2) (+ (* -10 (/ (pow p 2) (pow x 6))) (* 3 (/ 1 (pow x 4))))) (/ 1 (pow x 2))))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 p (*.f64 p (+.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -10 binary64)) (pow.f64 x #s(literal 6 binary64))) (/.f64 #s(literal 3 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1 binary64) (*.f64 x x)))))) |
(* 1/8 (/ (pow x 6) (pow p 6))) |
(/.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/8 binary64)) (pow.f64 p #s(literal 6 binary64))) |
(/ (+ (* 1/16 (/ (pow x 8) (pow p 2))) (* 1/8 (pow x 6))) (pow p 6)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 8 binary64))) (*.f64 p p)) (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/8 binary64))) (pow.f64 p #s(literal 6 binary64))) |
(/ (+ (* -1/2 (/ (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10))) (pow p 4))) (+ (* 1/16 (/ (pow x 8) (pow p 2))) (* 1/8 (pow x 6)))) (pow p 6)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 8 binary64))) (*.f64 p p)) (+.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/8 binary64)) (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (pow.f64 x #s(literal 10 binary64))) #s(literal 1/16 binary64)) (pow.f64 p #s(literal 4 binary64))))) (pow.f64 p #s(literal 6 binary64))) |
(/ (+ (* -1/2 (/ (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10))) (pow p 4))) (+ (* -1/2 (/ (+ (* 1/8 (pow x 12)) (* 1/2 (* (pow x 2) (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10)))))) (pow p 6))) (+ (* 1/16 (/ (pow x 8) (pow p 2))) (* 1/8 (pow x 6))))) (pow p 6)) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 8 binary64))) (*.f64 p p)) (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/8 binary64))) (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 10 binary64))) (pow.f64 p #s(literal 4 binary64))) (/.f64 (+.f64 (*.f64 #s(literal 1/8 binary64) (pow.f64 x #s(literal 12 binary64))) (*.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 10 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) (pow.f64 p #s(literal 6 binary64)))))) (pow.f64 p #s(literal 6 binary64))) |
(* 1/8 (/ (pow x 6) (pow p 6))) |
(/.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/8 binary64)) (pow.f64 p #s(literal 6 binary64))) |
(/ (+ (* 1/16 (/ (pow x 8) (pow p 2))) (* 1/8 (pow x 6))) (pow p 6)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 8 binary64))) (*.f64 p p)) (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/8 binary64))) (pow.f64 p #s(literal 6 binary64))) |
(/ (+ (* -1/2 (/ (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10))) (pow p 4))) (+ (* 1/16 (/ (pow x 8) (pow p 2))) (* 1/8 (pow x 6)))) (pow p 6)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 8 binary64))) (*.f64 p p)) (+.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/8 binary64)) (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (pow.f64 x #s(literal 10 binary64))) #s(literal 1/16 binary64)) (pow.f64 p #s(literal 4 binary64))))) (pow.f64 p #s(literal 6 binary64))) |
(/ (+ (* -1/2 (/ (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10))) (pow p 4))) (+ (* -1/2 (/ (+ (* 1/8 (pow x 12)) (* 1/2 (* (pow x 2) (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10)))))) (pow p 6))) (+ (* 1/16 (/ (pow x 8) (pow p 2))) (* 1/8 (pow x 6))))) (pow p 6)) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 8 binary64))) (*.f64 p p)) (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/8 binary64))) (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 10 binary64))) (pow.f64 p #s(literal 4 binary64))) (/.f64 (+.f64 (*.f64 #s(literal 1/8 binary64) (pow.f64 x #s(literal 12 binary64))) (*.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 10 binary64))) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) (pow.f64 p #s(literal 6 binary64)))))) (pow.f64 p #s(literal 6 binary64))) |
(* 4 (/ (pow p 6) (pow x 5))) |
(/.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal 4 binary64)) (pow.f64 x #s(literal 5 binary64))) |
(/ (+ (* -2 (* (pow p 4) (pow x 2))) (* 4 (pow p 6))) (pow x 5)) |
(/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal 4 binary64)) (*.f64 x (*.f64 x (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -2 binary64))))) (pow.f64 x #s(literal 5 binary64))) |
(/ (+ (* 4 (pow p 6)) (* (pow x 2) (+ (* -2 (pow p 4)) (* 2 (* (pow p 2) (pow x 2)))))) (pow x 5)) |
(/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal 4 binary64)) (*.f64 (*.f64 x x) (+.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -2 binary64)) (*.f64 x (*.f64 x (*.f64 p (*.f64 p #s(literal 2 binary64)))))))) (pow.f64 x #s(literal 5 binary64))) |
(/ (+ (* 4 (pow p 6)) (* (pow x 2) (+ (* -2 (pow p 4)) (* (pow x 2) (+ (* 2 (pow p 2)) (pow x 2)))))) (pow x 5)) |
(/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal 4 binary64)) (*.f64 (*.f64 x x) (+.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -2 binary64)) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) (*.f64 p (*.f64 p #s(literal 2 binary64)))))))) (pow.f64 x #s(literal 5 binary64))) |
x |
(* x (+ 1 (* 2 (/ (pow p 2) (pow x 2))))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal 2 binary64))) (*.f64 x x)))) |
(* x (+ 1 (+ (* -2 (/ (pow p 4) (pow x 4))) (* 2 (/ (pow p 2) (pow x 2)))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal 2 binary64))) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -2 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(* x (+ 1 (+ (* -2 (/ (pow p 4) (pow x 4))) (+ (* 2 (/ (pow p 2) (pow x 2))) (* 4 (/ (pow p 6) (pow x 6))))))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -2 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal 2 binary64))) (*.f64 x x)) (/.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal 4 binary64)) (pow.f64 x #s(literal 6 binary64))))))) |
x |
(* -1 (* x (- (* -2 (/ (pow p 2) (pow x 2))) 1))) |
(*.f64 x (*.f64 (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) x) x)) #s(literal -1 binary64))) |
(* -1 (* x (- (+ (* -2 (/ (pow p 2) (pow x 2))) (* 2 (/ (pow p 4) (pow x 4)))) 1))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 2 binary64) (pow.f64 p #s(literal 4 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))) (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) x) x))) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (* x (- (+ (* -4 (/ (pow p 6) (pow x 6))) (+ (* -2 (/ (pow p 2) (pow x 2))) (* 2 (/ (pow p 4) (pow x 4))))) 1))) |
(*.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 2 binary64) (pow.f64 p #s(literal 4 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))) (+.f64 #s(literal -1 binary64) (/.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) x) x))) (/.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -4 binary64)) (pow.f64 x #s(literal 6 binary64)))) (-.f64 #s(literal 0 binary64) x)) |
x |
(+ x (* 2 (/ (pow p 2) x))) |
(+.f64 x (/.f64 (*.f64 p (*.f64 p #s(literal 2 binary64))) x)) |
(+ x (* (pow p 2) (+ (* -2 (/ (pow p 2) (pow x 3))) (* 2 (/ 1 x))))) |
(+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (/.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) x) x) x) (/.f64 #s(literal 2 binary64) x)))) |
(+ x (* (pow p 2) (+ (* (pow p 2) (- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3))))) (* 2 (/ 1 x))))) |
(+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))))))) |
(* 4 (/ (pow p 6) (pow x 5))) |
(/.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal 4 binary64)) (pow.f64 x #s(literal 5 binary64))) |
(* (pow p 6) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(*.f64 (pow.f64 p #s(literal 6 binary64)) (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 p (*.f64 p (*.f64 x (*.f64 x x))))))) |
(* (pow p 6) (- (+ (* 4 (/ 1 (pow x 5))) (/ 2 (* (pow p 4) x))) (/ 2 (* (pow p 2) (pow x 3))))) |
(*.f64 (pow.f64 p #s(literal 6 binary64)) (+.f64 (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 x (pow.f64 p #s(literal 4 binary64))))) (/.f64 #s(literal -2 binary64) (*.f64 p (*.f64 p (*.f64 x (*.f64 x x))))))) |
(* (pow p 6) (- (+ (* 2 (/ 1 (* (pow p 4) x))) (+ (* 4 (/ 1 (pow x 5))) (/ x (pow p 6)))) (/ 2 (* (pow p 2) (pow x 3))))) |
(*.f64 (pow.f64 p #s(literal 6 binary64)) (+.f64 (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 x (pow.f64 p #s(literal 4 binary64))))) (+.f64 (/.f64 x (pow.f64 p #s(literal 6 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 p (*.f64 p (*.f64 x (*.f64 x x)))))))) |
(* 4 (/ (pow p 6) (pow x 5))) |
(/.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal 4 binary64)) (pow.f64 x #s(literal 5 binary64))) |
(* (pow p 6) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(*.f64 (pow.f64 p #s(literal 6 binary64)) (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 p (*.f64 p (*.f64 x (*.f64 x x))))))) |
(* (pow p 6) (- (+ (* 4 (/ 1 (pow x 5))) (/ 2 (* (pow p 4) x))) (/ 2 (* (pow p 2) (pow x 3))))) |
(*.f64 (pow.f64 p #s(literal 6 binary64)) (+.f64 (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 x (pow.f64 p #s(literal 4 binary64))))) (/.f64 #s(literal -2 binary64) (*.f64 p (*.f64 p (*.f64 x (*.f64 x x))))))) |
(* (pow p 6) (- (+ (* 2 (/ 1 (* (pow p 4) x))) (+ (* 4 (/ 1 (pow x 5))) (/ x (pow p 6)))) (/ 2 (* (pow p 2) (pow x 3))))) |
(*.f64 (pow.f64 p #s(literal 6 binary64)) (+.f64 (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 x (pow.f64 p #s(literal 4 binary64))))) (+.f64 (/.f64 x (pow.f64 p #s(literal 6 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 p (*.f64 p (*.f64 x (*.f64 x x)))))))) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* p (- (* 3/2 (/ (pow p 2) (pow x 3))) (/ 1 x))) |
(*.f64 p (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 3/2 binary64)) (*.f64 x (*.f64 x x))) (/.f64 #s(literal -1 binary64) x))) |
(* p (- (* 3/2 (/ (pow p 2) (pow x 3))) (/ 1 x))) |
(*.f64 p (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 3/2 binary64)) (*.f64 x (*.f64 x x))) (/.f64 #s(literal -1 binary64) x))) |
(* p (- (* 3/2 (/ (pow p 2) (pow x 3))) (/ 1 x))) |
(*.f64 p (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 3/2 binary64)) (*.f64 x (*.f64 x x))) (/.f64 #s(literal -1 binary64) x))) |
(* 3/2 (/ (pow p 3) (pow x 3))) |
(/.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) (*.f64 x (*.f64 x x))) |
(* (pow p 3) (- (* 3/2 (/ 1 (pow x 3))) (/ 1 (* (pow p 2) x)))) |
(*.f64 (*.f64 p (*.f64 p p)) (+.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x (*.f64 x x))) (/.f64 #s(literal -1 binary64) (*.f64 x (*.f64 p p))))) |
(* (pow p 3) (- (* 3/2 (/ 1 (pow x 3))) (/ 1 (* (pow p 2) x)))) |
(*.f64 (*.f64 p (*.f64 p p)) (+.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x (*.f64 x x))) (/.f64 #s(literal -1 binary64) (*.f64 x (*.f64 p p))))) |
(* (pow p 3) (- (* 3/2 (/ 1 (pow x 3))) (/ 1 (* (pow p 2) x)))) |
(*.f64 (*.f64 p (*.f64 p p)) (+.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x (*.f64 x x))) (/.f64 #s(literal -1 binary64) (*.f64 x (*.f64 p p))))) |
(* 3/2 (/ (pow p 3) (pow x 3))) |
(/.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) (*.f64 x (*.f64 x x))) |
(* -1 (* (pow p 3) (- (/ 1 (* (pow p 2) x)) (* 3/2 (/ 1 (pow x 3)))))) |
(*.f64 (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 p p)) x) (/.f64 #s(literal -3/2 binary64) (*.f64 x (*.f64 x x)))) (*.f64 #s(literal -1 binary64) (*.f64 p (*.f64 p p)))) |
(* -1 (* (pow p 3) (- (/ 1 (* (pow p 2) x)) (* 3/2 (/ 1 (pow x 3)))))) |
(*.f64 (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 p p)) x) (/.f64 #s(literal -3/2 binary64) (*.f64 x (*.f64 x x)))) (*.f64 #s(literal -1 binary64) (*.f64 p (*.f64 p p)))) |
(* -1 (* (pow p 3) (- (/ 1 (* (pow p 2) x)) (* 3/2 (/ 1 (pow x 3)))))) |
(*.f64 (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 p p)) x) (/.f64 #s(literal -3/2 binary64) (*.f64 x (*.f64 x x)))) (*.f64 #s(literal -1 binary64) (*.f64 p (*.f64 p p)))) |
(* 3/2 (/ (pow p 3) (pow x 3))) |
(/.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) (*.f64 x (*.f64 x x))) |
(/ (+ (* -1 (* p (pow x 2))) (* 3/2 (pow p 3))) (pow x 3)) |
(/.f64 (-.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) (*.f64 p (*.f64 x x))) (*.f64 x (*.f64 x x))) |
(/ (+ (* -1 (* p (pow x 2))) (* 3/2 (pow p 3))) (pow x 3)) |
(/.f64 (-.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) (*.f64 p (*.f64 x x))) (*.f64 x (*.f64 x x))) |
(/ (+ (* -1 (* p (pow x 2))) (* 3/2 (pow p 3))) (pow x 3)) |
(/.f64 (-.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) (*.f64 p (*.f64 x x))) (*.f64 x (*.f64 x x))) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(/ (+ (* -1 p) (* 3/2 (/ (pow p 3) (pow x 2)))) x) |
(/.f64 (-.f64 (/.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) (*.f64 x x)) p) x) |
(/ (+ (* -1 p) (* 3/2 (/ (pow p 3) (pow x 2)))) x) |
(/.f64 (-.f64 (/.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) (*.f64 x x)) p) x) |
(/ (+ (* -1 p) (* 3/2 (/ (pow p 3) (pow x 2)))) x) |
(/.f64 (-.f64 (/.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) (*.f64 x x)) p) x) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* -1 (/ (+ p (* -3/2 (/ (pow p 3) (pow x 2)))) x)) |
(/.f64 (+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal -3/2 binary64)) (*.f64 x x))) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (/ (+ p (* -3/2 (/ (pow p 3) (pow x 2)))) x)) |
(/.f64 (+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal -3/2 binary64)) (*.f64 x x))) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (/ (+ p (* -3/2 (/ (pow p 3) (pow x 2)))) x)) |
(/.f64 (+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal -3/2 binary64)) (*.f64 x x))) (-.f64 #s(literal 0 binary64) x)) |
(* -1 p) |
(-.f64 #s(literal 0 binary64) p) |
(* p (- (* 3/2 (/ (pow p 2) (pow x 2))) 1)) |
(*.f64 p (+.f64 #s(literal -1 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 3/2 binary64)) (*.f64 x x)))) |
(* p (- (* 3/2 (/ (pow p 2) (pow x 2))) 1)) |
(*.f64 p (+.f64 #s(literal -1 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 3/2 binary64)) (*.f64 x x)))) |
(* p (- (* 3/2 (/ (pow p 2) (pow x 2))) 1)) |
(*.f64 p (+.f64 #s(literal -1 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 3/2 binary64)) (*.f64 x x)))) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) (*.f64 x x)) |
(* (pow p 3) (- (* 3/2 (/ 1 (pow x 2))) (/ 1 (pow p 2)))) |
(*.f64 (*.f64 p (*.f64 p p)) (+.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x x)) (/.f64 #s(literal -1 binary64) (*.f64 p p)))) |
(* (pow p 3) (- (* 3/2 (/ 1 (pow x 2))) (/ 1 (pow p 2)))) |
(*.f64 (*.f64 p (*.f64 p p)) (+.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x x)) (/.f64 #s(literal -1 binary64) (*.f64 p p)))) |
(* (pow p 3) (- (* 3/2 (/ 1 (pow x 2))) (/ 1 (pow p 2)))) |
(*.f64 (*.f64 p (*.f64 p p)) (+.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x x)) (/.f64 #s(literal -1 binary64) (*.f64 p p)))) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) (*.f64 x x)) |
(* -1 (* (pow p 3) (- (/ 1 (pow p 2)) (* 3/2 (/ 1 (pow x 2)))))) |
(*.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 p p)) (/.f64 #s(literal -3/2 binary64) (*.f64 x x))) (*.f64 #s(literal -1 binary64) (*.f64 p (*.f64 p p)))) |
(* -1 (* (pow p 3) (- (/ 1 (pow p 2)) (* 3/2 (/ 1 (pow x 2)))))) |
(*.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 p p)) (/.f64 #s(literal -3/2 binary64) (*.f64 x x))) (*.f64 #s(literal -1 binary64) (*.f64 p (*.f64 p p)))) |
(* -1 (* (pow p 3) (- (/ 1 (pow p 2)) (* 3/2 (/ 1 (pow x 2)))))) |
(*.f64 (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 p p)) (/.f64 #s(literal -3/2 binary64) (*.f64 x x))) (*.f64 #s(literal -1 binary64) (*.f64 p (*.f64 p p)))) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) (*.f64 x x)) |
(/ (+ (* -1 (* p (pow x 2))) (* 3/2 (pow p 3))) (pow x 2)) |
(/.f64 (-.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) (*.f64 p (*.f64 x x))) (*.f64 x x)) |
(/ (+ (* -1 (* p (pow x 2))) (* 3/2 (pow p 3))) (pow x 2)) |
(/.f64 (-.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) (*.f64 p (*.f64 x x))) (*.f64 x x)) |
(/ (+ (* -1 (* p (pow x 2))) (* 3/2 (pow p 3))) (pow x 2)) |
(/.f64 (-.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) (*.f64 p (*.f64 x x))) (*.f64 x x)) |
(* -1 p) |
(-.f64 #s(literal 0 binary64) p) |
(- (* 3/2 (/ (pow p 3) (pow x 2))) p) |
(-.f64 (/.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) (*.f64 x x)) p) |
(- (* 3/2 (/ (pow p 3) (pow x 2))) p) |
(-.f64 (/.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) (*.f64 x x)) p) |
(- (* 3/2 (/ (pow p 3) (pow x 2))) p) |
(-.f64 (/.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) (*.f64 x x)) p) |
(* -1 p) |
(-.f64 #s(literal 0 binary64) p) |
(- (* 3/2 (/ (pow p 3) (pow x 2))) p) |
(-.f64 (/.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) (*.f64 x x)) p) |
(- (* 3/2 (/ (pow p 3) (pow x 2))) p) |
(-.f64 (/.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) (*.f64 x x)) p) |
(- (* 3/2 (/ (pow p 3) (pow x 2))) p) |
(-.f64 (/.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) (*.f64 x x)) p) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) (*.f64 x x)) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) (*.f64 x x)) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) (*.f64 x x)) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) (*.f64 x x)) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) (*.f64 x x)) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) (*.f64 x x)) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) (*.f64 x x)) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) (*.f64 x x)) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) (*.f64 x x)) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) (*.f64 x x)) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) (*.f64 x x)) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) (*.f64 x x)) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) (*.f64 x x)) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) (*.f64 x x)) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) (*.f64 x x)) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) (*.f64 x x)) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) (*.f64 x x)) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) (*.f64 x x)) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) (*.f64 x x)) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) (*.f64 x x)) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) (*.f64 x x)) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) (*.f64 x x)) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) (*.f64 x x)) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) (*.f64 x x)) |
(/ (pow p 3) (pow x 2)) |
(/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) |
(/ (pow p 3) (pow x 2)) |
(/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) |
(/ (pow p 3) (pow x 2)) |
(/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) |
(/ (pow p 3) (pow x 2)) |
(/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) |
(/ (pow p 3) (pow x 2)) |
(/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) |
(/ (pow p 3) (pow x 2)) |
(/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) |
(/ (pow p 3) (pow x 2)) |
(/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) |
(/ (pow p 3) (pow x 2)) |
(/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) |
(/ (pow p 3) (pow x 2)) |
(/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) |
(/ (pow p 3) (pow x 2)) |
(/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) |
(/ (pow p 3) (pow x 2)) |
(/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) |
(/ (pow p 3) (pow x 2)) |
(/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) |
(/ (pow p 3) (pow x 2)) |
(/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) |
(/ (pow p 3) (pow x 2)) |
(/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) |
(/ (pow p 3) (pow x 2)) |
(/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) |
(/ (pow p 3) (pow x 2)) |
(/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) |
(/ (pow p 3) (pow x 2)) |
(/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) |
(/ (pow p 3) (pow x 2)) |
(/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) |
(/ (pow p 3) (pow x 2)) |
(/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) |
(/ (pow p 3) (pow x 2)) |
(/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) |
(/ (pow p 3) (pow x 2)) |
(/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) |
(/ (pow p 3) (pow x 2)) |
(/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) |
(/ (pow p 3) (pow x 2)) |
(/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) |
(/ (pow p 3) (pow x 2)) |
(/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 p p)) (*.f64 x x))) |
(+ 1 (* (pow p 2) (- (* 11/8 (/ (pow p 2) (pow x 4))) (* 1/2 (/ 1 (pow x 2)))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))) (*.f64 x x)))) |
(+ 1 (* (pow p 2) (- (* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) (* 1/2 (/ 1 (pow x 2)))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(* -69/16 (/ (pow p 6) (pow x 6))) |
(/.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) |
(* (pow p 6) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(*.f64 (pow.f64 p #s(literal 6 binary64)) (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 p p)) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64))))) |
(* (pow p 6) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (* 69/16 (/ 1 (pow x 6))) (/ 1/2 (* (pow p 4) (pow x 2)))))) |
(*.f64 (pow.f64 p #s(literal 6 binary64)) (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 p p)) (*.f64 x (*.f64 x (*.f64 x x)))) (+.f64 (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64))) (/.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (pow.f64 p #s(literal 4 binary64)))))))) |
(* (pow p 6) (- (+ (/ 1 (pow p 6)) (/ 11/8 (* (pow p 2) (pow x 4)))) (+ (* 69/16 (/ 1 (pow x 6))) (* 1/2 (/ 1 (* (pow p 4) (pow x 2))))))) |
(*.f64 (pow.f64 p #s(literal 6 binary64)) (+.f64 (/.f64 #s(literal 1 binary64) (pow.f64 p #s(literal 6 binary64))) (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 p p)) (*.f64 x (*.f64 x (*.f64 x x)))) (+.f64 (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64))) (/.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (pow.f64 p #s(literal 4 binary64))))))))) |
(* -69/16 (/ (pow p 6) (pow x 6))) |
(/.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) |
(* (pow p 6) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(*.f64 (pow.f64 p #s(literal 6 binary64)) (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 p p)) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64))))) |
(* (pow p 6) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (* 69/16 (/ 1 (pow x 6))) (/ 1/2 (* (pow p 4) (pow x 2)))))) |
(*.f64 (pow.f64 p #s(literal 6 binary64)) (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 p p)) (*.f64 x (*.f64 x (*.f64 x x)))) (+.f64 (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64))) (/.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (pow.f64 p #s(literal 4 binary64)))))))) |
(* (pow p 6) (- (+ (/ 1 (pow p 6)) (/ 11/8 (* (pow p 2) (pow x 4)))) (+ (* 69/16 (/ 1 (pow x 6))) (* 1/2 (/ 1 (* (pow p 4) (pow x 2))))))) |
(*.f64 (pow.f64 p #s(literal 6 binary64)) (+.f64 (/.f64 #s(literal 1 binary64) (pow.f64 p #s(literal 6 binary64))) (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 p p)) (*.f64 x (*.f64 x (*.f64 x x)))) (+.f64 (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64))) (/.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (pow.f64 p #s(literal 4 binary64))))))))) |
(* -69/16 (/ (pow p 6) (pow x 6))) |
(/.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) |
(/ (+ (* -69/16 (pow p 6)) (* 11/8 (* (pow p 4) (pow x 2)))) (pow x 6)) |
(/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -69/16 binary64)) (*.f64 x (*.f64 x (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 11/8 binary64))))) (pow.f64 x #s(literal 6 binary64))) |
(/ (+ (* -69/16 (pow p 6)) (* (pow x 2) (+ (* -1/2 (* (pow p 2) (pow x 2))) (* 11/8 (pow p 4))))) (pow x 6)) |
(/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -69/16 binary64)) (*.f64 (*.f64 x x) (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 p p)) x) x) (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 11/8 binary64))))) (pow.f64 x #s(literal 6 binary64))) |
(/ (+ (* -69/16 (pow p 6)) (* (pow x 2) (+ (* 11/8 (pow p 4)) (* (pow x 2) (+ (* -1/2 (pow p 2)) (pow x 2)))))) (pow x 6)) |
(/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -69/16 binary64)) (*.f64 (*.f64 x x) (+.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 11/8 binary64)) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) (*.f64 #s(literal -1/2 binary64) (*.f64 p p))))))) (pow.f64 x #s(literal 6 binary64))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 p p)) (*.f64 x x))) |
(+ 1 (+ (* -1/2 (/ (pow p 2) (pow x 2))) (* 11/8 (/ (pow p 4) (pow x 4))))) |
(+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 11/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) |
(+ 1 (+ (* -69/16 (/ (pow p 6) (pow x 6))) (+ (* -1/2 (/ (pow p 2) (pow x 2))) (* 11/8 (/ (pow p 4) (pow x 4)))))) |
(+.f64 (/.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 11/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 p p)) (*.f64 x x))) |
(+ 1 (+ (* -1/2 (/ (pow p 2) (pow x 2))) (* 11/8 (/ (pow p 4) (pow x 4))))) |
(+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 11/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) |
(+ 1 (+ (* -69/16 (/ (pow p 6) (pow x 6))) (+ (* -1/2 (/ (pow p 2) (pow x 2))) (* 11/8 (/ (pow p 4) (pow x 4)))))) |
(+.f64 (/.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 p p)) (*.f64 x x))) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 11/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 p p)) (*.f64 x x)) |
(* (pow p 2) (- (* 11/8 (/ (pow p 2) (pow x 4))) (* 1/2 (/ 1 (pow x 2))))) |
(*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))) (*.f64 x x))) |
(* (pow p 2) (- (* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) (* 1/2 (/ 1 (pow x 2))))) |
(*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) |
(* (pow p 2) (- (* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) (* 1/2 (/ 1 (pow x 2))))) |
(*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) |
(* -69/16 (/ (pow p 6) (pow x 6))) |
(/.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) |
(* (pow p 6) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(*.f64 (pow.f64 p #s(literal 6 binary64)) (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 p p)) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64))))) |
(* (pow p 6) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (/ 1/2 (* (pow p 4) (pow x 2))) (* 69/16 (/ 1 (pow x 6)))))) |
(*.f64 (pow.f64 p #s(literal 6 binary64)) (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 p p)) (*.f64 x (*.f64 x (*.f64 x x)))) (+.f64 (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64))) (/.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (pow.f64 p #s(literal 4 binary64)))))))) |
(* (pow p 6) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (/ 1/2 (* (pow p 4) (pow x 2))) (* 69/16 (/ 1 (pow x 6)))))) |
(*.f64 (pow.f64 p #s(literal 6 binary64)) (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 p p)) (*.f64 x (*.f64 x (*.f64 x x)))) (+.f64 (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64))) (/.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (pow.f64 p #s(literal 4 binary64)))))))) |
(* -69/16 (/ (pow p 6) (pow x 6))) |
(/.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) |
(* (pow p 6) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(*.f64 (pow.f64 p #s(literal 6 binary64)) (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 p p)) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64))))) |
(* (pow p 6) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (/ 1/2 (* (pow p 4) (pow x 2))) (* 69/16 (/ 1 (pow x 6)))))) |
(*.f64 (pow.f64 p #s(literal 6 binary64)) (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 p p)) (*.f64 x (*.f64 x (*.f64 x x)))) (+.f64 (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64))) (/.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (pow.f64 p #s(literal 4 binary64)))))))) |
(* (pow p 6) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (/ 1/2 (* (pow p 4) (pow x 2))) (* 69/16 (/ 1 (pow x 6)))))) |
(*.f64 (pow.f64 p #s(literal 6 binary64)) (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 p p)) (*.f64 x (*.f64 x (*.f64 x x)))) (+.f64 (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64))) (/.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (pow.f64 p #s(literal 4 binary64)))))))) |
(* -69/16 (/ (pow p 6) (pow x 6))) |
(/.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) |
(/ (+ (* -69/16 (pow p 6)) (* 11/8 (* (pow p 4) (pow x 2)))) (pow x 6)) |
(/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -69/16 binary64)) (*.f64 x (*.f64 x (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 11/8 binary64))))) (pow.f64 x #s(literal 6 binary64))) |
(/ (+ (* -69/16 (pow p 6)) (* (pow x 2) (+ (* -1/2 (* (pow p 2) (pow x 2))) (* 11/8 (pow p 4))))) (pow x 6)) |
(/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -69/16 binary64)) (*.f64 (*.f64 x x) (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 p p)) x) x) (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 11/8 binary64))))) (pow.f64 x #s(literal 6 binary64))) |
(/ (+ (* -69/16 (pow p 6)) (* (pow x 2) (+ (* -1/2 (* (pow p 2) (pow x 2))) (* 11/8 (pow p 4))))) (pow x 6)) |
(/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -69/16 binary64)) (*.f64 (*.f64 x x) (+.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 p p)) x) x) (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 11/8 binary64))))) (pow.f64 x #s(literal 6 binary64))) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 p p)) (*.f64 x x)) |
(/ (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2)))) (pow x 2)) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 p p)) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 11/8 binary64)) (*.f64 x x))) (*.f64 x x)) |
(/ (+ (* -69/16 (/ (pow p 6) (pow x 4))) (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2))))) (pow x 2)) |
(/.f64 (+.f64 (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 11/8 binary64)) (*.f64 x x)) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 p p)) (/.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -69/16 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 x x)) |
(/ (+ (* -69/16 (/ (pow p 6) (pow x 4))) (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2))))) (pow x 2)) |
(/.f64 (+.f64 (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 11/8 binary64)) (*.f64 x x)) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 p p)) (/.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -69/16 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 x x)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 p p)) (*.f64 x x)) |
(/ (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2)))) (pow x 2)) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 p p)) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 11/8 binary64)) (*.f64 x x))) (*.f64 x x)) |
(/ (+ (* -69/16 (/ (pow p 6) (pow x 4))) (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2))))) (pow x 2)) |
(/.f64 (+.f64 (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 11/8 binary64)) (*.f64 x x)) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 p p)) (/.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -69/16 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 x x)) |
(/ (+ (* -69/16 (/ (pow p 6) (pow x 4))) (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2))))) (pow x 2)) |
(/.f64 (+.f64 (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 11/8 binary64)) (*.f64 x x)) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 p p)) (/.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -69/16 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 x x)) |
(pow p 2) |
(*.f64 p p) |
(pow p 2) |
(*.f64 p p) |
(pow p 2) |
(*.f64 p p) |
(pow p 2) |
(*.f64 p p) |
(pow p 2) |
(*.f64 p p) |
(pow p 2) |
(*.f64 p p) |
(pow p 2) |
(*.f64 p p) |
(pow p 2) |
(*.f64 p p) |
(pow p 2) |
(*.f64 p p) |
(pow p 2) |
(*.f64 p p) |
(pow p 2) |
(*.f64 p p) |
(pow p 2) |
(*.f64 p p) |
(/ -1/2 (pow x 2)) |
(/.f64 #s(literal -1/2 binary64) (*.f64 x x)) |
(- (* 11/8 (/ (pow p 2) (pow x 4))) (* 1/2 (/ 1 (pow x 2)))) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))) (*.f64 x x)) |
(- (* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) (* 1/2 (/ 1 (pow x 2)))) |
(+.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) |
(- (* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) (* 1/2 (/ 1 (pow x 2)))) |
(+.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) |
(* -69/16 (/ (pow p 4) (pow x 6))) |
(/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) |
(* (pow p 4) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 p p)) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64))))) |
(* (pow p 4) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (* 69/16 (/ 1 (pow x 6))) (/ 1/2 (* (pow p 4) (pow x 2)))))) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 p p)) (*.f64 x (*.f64 x (*.f64 x x)))) (+.f64 (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64))) (/.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (pow.f64 p #s(literal 4 binary64)))))))) |
(* (pow p 4) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (* 69/16 (/ 1 (pow x 6))) (/ 1/2 (* (pow p 4) (pow x 2)))))) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 p p)) (*.f64 x (*.f64 x (*.f64 x x)))) (+.f64 (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64))) (/.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (pow.f64 p #s(literal 4 binary64)))))))) |
(* -69/16 (/ (pow p 4) (pow x 6))) |
(/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) |
(* (pow p 4) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 p p)) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64))))) |
(* (pow p 4) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (* 69/16 (/ 1 (pow x 6))) (/ 1/2 (* (pow p 4) (pow x 2)))))) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 p p)) (*.f64 x (*.f64 x (*.f64 x x)))) (+.f64 (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64))) (/.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (pow.f64 p #s(literal 4 binary64)))))))) |
(* (pow p 4) (- (/ 11/8 (* (pow p 2) (pow x 4))) (+ (* 69/16 (/ 1 (pow x 6))) (/ 1/2 (* (pow p 4) (pow x 2)))))) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 p p)) (*.f64 x (*.f64 x (*.f64 x x)))) (+.f64 (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64))) (/.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (pow.f64 p #s(literal 4 binary64)))))))) |
(* -69/16 (/ (pow p 4) (pow x 6))) |
(/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) |
(/ (+ (* -69/16 (pow p 4)) (* 11/8 (* (pow p 2) (pow x 2)))) (pow x 6)) |
(/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -69/16 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 p p) #s(literal 11/8 binary64)))) (pow.f64 x #s(literal 6 binary64))) |
(/ (+ (* -69/16 (pow p 4)) (* (pow x 2) (+ (* -1/2 (pow x 2)) (* 11/8 (pow p 2))))) (pow x 6)) |
(/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -69/16 binary64)) (*.f64 (*.f64 x x) (+.f64 (*.f64 (*.f64 x x) #s(literal -1/2 binary64)) (*.f64 (*.f64 p p) #s(literal 11/8 binary64))))) (pow.f64 x #s(literal 6 binary64))) |
(/ (+ (* -69/16 (pow p 4)) (* (pow x 2) (+ (* -1/2 (pow x 2)) (* 11/8 (pow p 2))))) (pow x 6)) |
(/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -69/16 binary64)) (*.f64 (*.f64 x x) (+.f64 (*.f64 (*.f64 x x) #s(literal -1/2 binary64)) (*.f64 (*.f64 p p) #s(literal 11/8 binary64))))) (pow.f64 x #s(literal 6 binary64))) |
(/ -1/2 (pow x 2)) |
(/.f64 #s(literal -1/2 binary64) (*.f64 x x)) |
(/ (- (* 11/8 (/ (pow p 2) (pow x 2))) 1/2) (pow x 2)) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))) (*.f64 x x)) |
(/ (- (+ (* -69/16 (/ (pow p 4) (pow x 4))) (* 11/8 (/ (pow p 2) (pow x 2)))) 1/2) (pow x 2)) |
(/.f64 (+.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -69/16 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 x x)) |
(/ (- (+ (* -69/16 (/ (pow p 4) (pow x 4))) (* 11/8 (/ (pow p 2) (pow x 2)))) 1/2) (pow x 2)) |
(/.f64 (+.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -69/16 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 x x)) |
(/ -1/2 (pow x 2)) |
(/.f64 #s(literal -1/2 binary64) (*.f64 x x)) |
(/ (- (* 11/8 (/ (pow p 2) (pow x 2))) 1/2) (pow x 2)) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))) (*.f64 x x)) |
(/ (- (+ (* -69/16 (/ (pow p 4) (pow x 4))) (* 11/8 (/ (pow p 2) (pow x 2)))) 1/2) (pow x 2)) |
(/.f64 (+.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -69/16 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 x x)) |
(/ (- (+ (* -69/16 (/ (pow p 4) (pow x 4))) (* 11/8 (/ (pow p 2) (pow x 2)))) 1/2) (pow x 2)) |
(/.f64 (+.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -69/16 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 x x)) |
(sqrt 1/2) |
(sqrt.f64 #s(literal 1/2 binary64)) |
(+ (sqrt 1/2) (* 1/8 (/ x (* p (sqrt 1/2))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 (*.f64 x #s(literal 1/8 binary64)) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) p))) |
(+ (sqrt 1/2) (* x (+ (* -1/128 (/ x (* (pow p 2) (pow (sqrt 1/2) 3)))) (* 1/8 (/ 1 (* p (sqrt 1/2))))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -1/128 binary64) (/.f64 x (*.f64 p p))) (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 1/2 binary64)))) (/.f64 #s(literal 1/8 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) p))))) |
(+ (sqrt 1/2) (* x (+ (* x (- (* 1/2 (/ (* x (- (* 1/512 (/ 1 (* (pow p 3) (pow (sqrt 1/2) 4)))) (* 1/32 (/ 1 (pow p 3))))) (sqrt 1/2))) (* 1/128 (/ 1 (* (pow p 2) (pow (sqrt 1/2) 3)))))) (* 1/8 (/ 1 (* p (sqrt 1/2))))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 x (+.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) p)) (*.f64 x (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 (/.f64 (/.f64 #s(literal 1/512 binary64) (*.f64 p (*.f64 p p))) (pow.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 4 binary64))) (/.f64 #s(literal -1/32 binary64) (*.f64 p (*.f64 p p))))) (sqrt.f64 #s(literal 1/2 binary64))) (/.f64 #s(literal -1/128 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 p p))))))))) |
(sqrt 1/2) |
(sqrt.f64 #s(literal 1/2 binary64)) |
(+ (sqrt 1/2) (/ p (* x (sqrt 1/2)))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 p (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) x))) |
(+ (sqrt 1/2) (+ (* -1/2 (/ (pow p 2) (* (pow x 2) (pow (sqrt 1/2) 3)))) (/ p (* x (sqrt 1/2))))) |
(+.f64 (+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 p (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) x))) (/.f64 (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 p p) (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 x x))) |
(+ (sqrt 1/2) (+ (* -1/2 (/ (pow p 2) (* (pow x 2) (pow (sqrt 1/2) 3)))) (+ (* 1/2 (/ (- (* -16 (pow p 3)) (* -1 (/ (pow p 3) (pow (sqrt 1/2) 4)))) (* (pow x 3) (sqrt 1/2)))) (/ p (* x (sqrt 1/2)))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 p p) (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 x x)) (+.f64 (/.f64 p (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) x)) (*.f64 (/.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal -16 binary64))) (/.f64 (*.f64 p (*.f64 p p)) (pow.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 4 binary64)))) (*.f64 x (*.f64 x x))))))) |
(sqrt 1/2) |
(sqrt.f64 #s(literal 1/2 binary64)) |
(+ (sqrt 1/2) (/ p (* x (sqrt 1/2)))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 p (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) x))) |
(+ (sqrt 1/2) (* -1 (/ (+ (* -1 (/ p (sqrt 1/2))) (* 1/2 (/ (pow p 2) (* x (pow (sqrt 1/2) 3))))) x))) |
(-.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 p p)) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) x))) (/.f64 p (sqrt.f64 #s(literal 1/2 binary64)))) x)) |
(+ (sqrt 1/2) (* -1 (/ (+ (* -1 (/ p (sqrt 1/2))) (* -1 (/ (+ (* -1/2 (/ (pow p 2) (pow (sqrt 1/2) 3))) (* 1/2 (/ (+ (* -16 (pow p 3)) (/ (pow p 3) (pow (sqrt 1/2) 4))) (* x (sqrt 1/2))))) x))) x))) |
(-.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 (-.f64 (-.f64 #s(literal 0 binary64) (/.f64 p (sqrt.f64 #s(literal 1/2 binary64)))) (/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 p p) (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal -16 binary64))) (/.f64 (*.f64 p (*.f64 p p)) (pow.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 4 binary64)))) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) x)))) x)) x)) |
(sqrt 1/2) |
(sqrt.f64 #s(literal 1/2 binary64)) |
(+ (sqrt 1/2) (/ p (* x (sqrt 1/2)))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 p (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) x))) |
(+ (sqrt 1/2) (* p (+ (* -1/2 (/ p (* (pow x 2) (pow (sqrt 1/2) 3)))) (/ 1 (* x (sqrt 1/2)))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 p (+.f64 (/.f64 (*.f64 p #s(literal -1/2 binary64)) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) x))))) |
(+ (sqrt 1/2) (* p (+ (* p (- (* 1/2 (/ (* p (- (/ 1 (* (pow x 3) (pow (sqrt 1/2) 4))) (* 16 (/ 1 (pow x 3))))) (sqrt 1/2))) (* 1/2 (/ 1 (* (pow x 2) (pow (sqrt 1/2) 3)))))) (/ 1 (* x (sqrt 1/2)))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 p (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) x)) (*.f64 (*.f64 p #s(literal 1/2 binary64)) (-.f64 (*.f64 (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (pow.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 4 binary64))) (/.f64 #s(literal -16 binary64) (*.f64 x (*.f64 x x)))) (/.f64 p (sqrt.f64 #s(literal 1/2 binary64)))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 1/2 binary64))))))))) |
(sqrt 1/2) |
(sqrt.f64 #s(literal 1/2 binary64)) |
(+ (sqrt 1/2) (* 1/8 (/ x (* p (sqrt 1/2))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 (*.f64 x #s(literal 1/8 binary64)) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) p))) |
(+ (sqrt 1/2) (+ (* -1/128 (/ (pow x 2) (* (pow p 2) (pow (sqrt 1/2) 3)))) (* 1/8 (/ x (* p (sqrt 1/2)))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -1/128 binary64) (/.f64 x (*.f64 p p))) (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 1/2 binary64)))) (/.f64 #s(literal 1/8 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) p))))) |
(+ (sqrt 1/2) (+ (* -1/128 (/ (pow x 2) (* (pow p 2) (pow (sqrt 1/2) 3)))) (+ (* 1/8 (/ x (* p (sqrt 1/2)))) (* 1/2 (/ (- (* -1/32 (pow x 3)) (* -1/512 (/ (pow x 3) (pow (sqrt 1/2) 4)))) (* (pow p 3) (sqrt 1/2))))))) |
(+.f64 (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -1/128 binary64) (/.f64 x (*.f64 p p))) (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 1/2 binary64)))) (/.f64 #s(literal 1/8 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) p)))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -1/32 binary64) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/512 binary64)) (pow.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 4 binary64))))) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 p (*.f64 p p)))) (sqrt.f64 #s(literal 1/2 binary64)))) |
(sqrt 1/2) |
(sqrt.f64 #s(literal 1/2 binary64)) |
(+ (sqrt 1/2) (* 1/8 (/ x (* p (sqrt 1/2))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 (*.f64 x #s(literal 1/8 binary64)) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) p))) |
(+ (sqrt 1/2) (* -1 (/ (+ (* -1/8 (/ x (sqrt 1/2))) (* 1/128 (/ (pow x 2) (* p (pow (sqrt 1/2) 3))))) p))) |
(-.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 (+.f64 (/.f64 (*.f64 x #s(literal -1/8 binary64)) (sqrt.f64 #s(literal 1/2 binary64))) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/128 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) p)))) p)) |
(+ (sqrt 1/2) (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (- (* 1/32 (pow x 3)) (* 1/512 (/ (pow x 3) (pow (sqrt 1/2) 4)))) (* p (sqrt 1/2)))) (* -1/128 (/ (pow x 2) (pow (sqrt 1/2) 3)))) p)) (* -1/8 (/ x (sqrt 1/2)))) p))) |
(-.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 (-.f64 (/.f64 (*.f64 x #s(literal -1/8 binary64)) (sqrt.f64 #s(literal 1/2 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/512 binary64)) (pow.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 4 binary64))) (*.f64 x (*.f64 #s(literal 1/32 binary64) (*.f64 x x))))) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) p)) (*.f64 #s(literal -1/64 binary64) (/.f64 (*.f64 x x) (sqrt.f64 #s(literal 1/2 binary64))))) p)) p)) |
1/2 |
#s(literal 1/2 binary64) |
(+ 1/2 (* 1/4 (/ x p))) |
(+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal 1/4 binary64)) p)) |
(+ 1/2 (* x (+ (* -1/32 (/ (pow x 2) (pow p 3))) (* 1/4 (/ 1 p))))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal -1/32 binary64)) (*.f64 p (*.f64 p p))) (/.f64 #s(literal 1/4 binary64) p)))) |
(+ 1/2 (* x (+ (* (pow x 2) (- (* 1/256 (/ (pow x 2) (pow p 5))) (* 1/32 (/ 1 (pow p 3))))) (* 1/4 (/ 1 p))))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 x (+.f64 (/.f64 #s(literal 1/4 binary64) p) (*.f64 (*.f64 x x) (+.f64 (/.f64 #s(literal -1/32 binary64) (*.f64 p (*.f64 p p))) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/256 binary64)) (pow.f64 p #s(literal 5 binary64)))))))) |
1/2 |
#s(literal 1/2 binary64) |
(+ 1/2 (* 2 (/ p x))) |
(+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 p #s(literal 2 binary64)) x)) |
(+ 1/2 (+ (* -16 (/ (pow p 3) (pow x 3))) (* 2 (/ p x)))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) #s(literal -16 binary64)) (*.f64 x (*.f64 x x)))))) |
(+ 1/2 (+ (* -16 (/ (pow p 3) (pow x 3))) (+ (* 2 (/ p x)) (* 128 (/ (pow p 5) (pow x 5)))))) |
(+.f64 (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) #s(literal -16 binary64)) (*.f64 x (*.f64 x x))))) (+.f64 (/.f64 (*.f64 (pow.f64 p #s(literal 5 binary64)) #s(literal 128 binary64)) (pow.f64 x #s(literal 5 binary64))) #s(literal 1/2 binary64))) |
1/2 |
#s(literal 1/2 binary64) |
(+ 1/2 (* 2 (/ p x))) |
(+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 p #s(literal 2 binary64)) x)) |
(+ 1/2 (* -1 (/ (- (* 16 (/ (pow p 3) (pow x 2))) (* 2 p)) x))) |
(-.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 16 binary64)) (*.f64 x x)) (*.f64 p #s(literal -2 binary64))) x)) |
(+ 1/2 (* -1 (/ (- (* -128 (/ (pow p 5) (pow x 4))) (+ (* -16 (/ (pow p 3) (pow x 2))) (* 2 p))) x))) |
(-.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 16 binary64)) (*.f64 x x)) (+.f64 (/.f64 (*.f64 (pow.f64 p #s(literal 5 binary64)) #s(literal -128 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 p #s(literal -2 binary64)))) x)) |
1/2 |
#s(literal 1/2 binary64) |
(+ 1/2 (* 2 (/ p x))) |
(+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 p #s(literal 2 binary64)) x)) |
(+ 1/2 (* p (+ (* -16 (/ (pow p 2) (pow x 3))) (* 2 (/ 1 x))))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) #s(literal -16 binary64)) (*.f64 x (*.f64 x x)))))) |
(+ 1/2 (* p (+ (* (pow p 2) (- (* 128 (/ (pow p 2) (pow x 5))) (* 16 (/ 1 (pow x 3))))) (* 2 (/ 1 x))))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal -16 binary64) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 (*.f64 p p) #s(literal 128 binary64)) (pow.f64 x #s(literal 5 binary64)))))))) |
1/2 |
#s(literal 1/2 binary64) |
(+ 1/2 (* 1/4 (/ x p))) |
(+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal 1/4 binary64)) p)) |
(+ 1/2 (+ (* -1/32 (/ (pow x 3) (pow p 3))) (* 1/4 (/ x p)))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal -1/32 binary64)) (*.f64 p (*.f64 p p))) (/.f64 #s(literal 1/4 binary64) p)))) |
(+ 1/2 (+ (* -1/32 (/ (pow x 3) (pow p 3))) (+ (* 1/256 (/ (pow x 5) (pow p 5))) (* 1/4 (/ x p))))) |
(+.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x (+.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal -1/32 binary64)) (*.f64 p (*.f64 p p))) (/.f64 #s(literal 1/4 binary64) p))) (/.f64 (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal 1/256 binary64)) (pow.f64 p #s(literal 5 binary64))))) |
1/2 |
#s(literal 1/2 binary64) |
(+ 1/2 (* 1/4 (/ x p))) |
(+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal 1/4 binary64)) p)) |
(+ 1/2 (* -1 (/ (+ (* -1/4 x) (* 1/32 (/ (pow x 3) (pow p 2)))) p))) |
(-.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) (/.f64 (*.f64 x (*.f64 #s(literal 1/32 binary64) (*.f64 x x))) (*.f64 p p))) p)) |
(+ 1/2 (* -1 (/ (+ (* -1/4 x) (+ (* -1/256 (/ (pow x 5) (pow p 4))) (* 1/32 (/ (pow x 3) (pow p 2))))) p))) |
(-.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 x (*.f64 #s(literal 1/32 binary64) (*.f64 x x))) (*.f64 p p)) (+.f64 (*.f64 x #s(literal -1/4 binary64)) (/.f64 (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal -1/256 binary64)) (pow.f64 p #s(literal 4 binary64))))) p)) |
(* 1/4 (/ x p)) |
(/.f64 (*.f64 x #s(literal 1/4 binary64)) p) |
(* x (+ (* -1/32 (/ (pow x 2) (pow p 3))) (* 1/4 (/ 1 p)))) |
(*.f64 x (+.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal -1/32 binary64)) (*.f64 p (*.f64 p p))) (/.f64 #s(literal 1/4 binary64) p))) |
(* x (+ (* (pow x 2) (- (* 1/256 (/ (pow x 2) (pow p 5))) (* 1/32 (/ 1 (pow p 3))))) (* 1/4 (/ 1 p)))) |
(*.f64 x (+.f64 (/.f64 #s(literal 1/4 binary64) p) (*.f64 (*.f64 x x) (+.f64 (/.f64 #s(literal -1/32 binary64) (*.f64 p (*.f64 p p))) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/256 binary64)) (pow.f64 p #s(literal 5 binary64))))))) |
(* x (+ (* (pow x 2) (- (* (pow x 2) (+ (* -1/2048 (/ (pow x 2) (pow p 7))) (* 1/256 (/ 1 (pow p 5))))) (* 1/32 (/ 1 (pow p 3))))) (* 1/4 (/ 1 p)))) |
(*.f64 x (+.f64 (/.f64 #s(literal 1/4 binary64) p) (*.f64 x (*.f64 x (+.f64 (*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal -1/2048 binary64)) (pow.f64 p #s(literal 7 binary64))) (/.f64 #s(literal 1/256 binary64) (pow.f64 p #s(literal 5 binary64))))) (/.f64 #s(literal -1/32 binary64) (*.f64 p (*.f64 p p)))))))) |
(* 2 (/ p x)) |
(/.f64 (*.f64 p #s(literal 2 binary64)) x) |
(/ (+ (* -16 (/ (pow p 3) (pow x 2))) (* 2 p)) x) |
(/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal -16 binary64))) (*.f64 x x))) x) |
(/ (- (+ (* 2 p) (* 128 (/ (pow p 5) (pow x 4)))) (* 16 (/ (pow p 3) (pow x 2)))) x) |
(/.f64 (+.f64 (/.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal -16 binary64))) (*.f64 x x)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (pow.f64 p #s(literal 5 binary64)) #s(literal 128 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))))) x) |
(/ (- (+ (* -1024 (/ (pow p 7) (pow x 6))) (* 2 p)) (+ (* -128 (/ (pow p 5) (pow x 4))) (* 16 (/ (pow p 3) (pow x 2))))) x) |
(/.f64 (+.f64 (/.f64 (*.f64 (pow.f64 p #s(literal 7 binary64)) #s(literal -1024 binary64)) (pow.f64 x #s(literal 6 binary64))) (-.f64 (-.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 16 binary64)) (*.f64 x x))) (/.f64 (*.f64 (pow.f64 p #s(literal 5 binary64)) #s(literal -128 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))))) x) |
(* 2 (/ p x)) |
(/.f64 (*.f64 p #s(literal 2 binary64)) x) |
(* -1 (/ (+ (* -2 p) (* 16 (/ (pow p 3) (pow x 2)))) x)) |
(/.f64 (+.f64 (/.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal -16 binary64))) (*.f64 x x)) (*.f64 #s(literal -1 binary64) (*.f64 p #s(literal -2 binary64)))) x) |
(* -1 (/ (- (+ (* -128 (/ (pow p 5) (pow x 4))) (* -2 p)) (* -16 (/ (pow p 3) (pow x 2)))) x)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 16 binary64)) (*.f64 x x)) (+.f64 (/.f64 (*.f64 (pow.f64 p #s(literal 5 binary64)) #s(literal -128 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 p #s(literal -2 binary64)))) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (/ (- (+ (* -2 p) (* 1024 (/ (pow p 7) (pow x 6)))) (+ (* -16 (/ (pow p 3) (pow x 2))) (* 128 (/ (pow p 5) (pow x 4))))) x)) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 (pow.f64 p #s(literal 7 binary64)) #s(literal 1024 binary64)) (pow.f64 x #s(literal 6 binary64))) (+.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 16 binary64)) (*.f64 x x)) (*.f64 p #s(literal -2 binary64)))) (/.f64 (*.f64 (pow.f64 p #s(literal 5 binary64)) #s(literal -128 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 #s(literal 0 binary64) x)) |
(* 2 (/ p x)) |
(/.f64 (*.f64 p #s(literal 2 binary64)) x) |
(* p (+ (* -16 (/ (pow p 2) (pow x 3))) (* 2 (/ 1 x)))) |
(*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) #s(literal -16 binary64)) (*.f64 x (*.f64 x x))))) |
(* p (+ (* (pow p 2) (- (* 128 (/ (pow p 2) (pow x 5))) (* 16 (/ 1 (pow x 3))))) (* 2 (/ 1 x)))) |
(*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal -16 binary64) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 (*.f64 p p) #s(literal 128 binary64)) (pow.f64 x #s(literal 5 binary64))))))) |
(* p (+ (* (pow p 2) (- (* (pow p 2) (+ (* -1024 (/ (pow p 2) (pow x 7))) (* 128 (/ 1 (pow x 5))))) (* 16 (/ 1 (pow x 3))))) (* 2 (/ 1 x)))) |
(*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 #s(literal -1024 binary64) (*.f64 p (/.f64 p (pow.f64 x #s(literal 7 binary64))))) (/.f64 #s(literal 128 binary64) (pow.f64 x #s(literal 5 binary64))))) (/.f64 #s(literal -16 binary64) (*.f64 x (*.f64 x x))))))) |
(* 1/4 (/ x p)) |
(/.f64 (*.f64 x #s(literal 1/4 binary64)) p) |
(/ (+ (* -1/32 (/ (pow x 3) (pow p 2))) (* 1/4 x)) p) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/32 binary64) (*.f64 x (*.f64 x x))) (*.f64 p p)) (*.f64 x #s(literal 1/4 binary64))) p) |
(/ (+ (* -1/32 (/ (pow x 3) (pow p 2))) (+ (* 1/256 (/ (pow x 5) (pow p 4))) (* 1/4 x))) p) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/32 binary64) (*.f64 x (*.f64 x x))) (*.f64 p p)) (+.f64 (*.f64 x #s(literal 1/4 binary64)) (/.f64 (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal 1/256 binary64)) (pow.f64 p #s(literal 4 binary64))))) p) |
(/ (+ (* -1/32 (/ (pow x 3) (pow p 2))) (+ (* -1/2048 (/ (pow x 7) (pow p 6))) (+ (* 1/256 (/ (pow x 5) (pow p 4))) (* 1/4 x)))) p) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal 1/256 binary64)) (pow.f64 p #s(literal 4 binary64))) (/.f64 (*.f64 #s(literal -1/2048 binary64) (pow.f64 x #s(literal 7 binary64))) (pow.f64 p #s(literal 6 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal -1/32 binary64) (*.f64 x (*.f64 x x))) (*.f64 p p)) (*.f64 x #s(literal 1/4 binary64)))) p) |
(* 1/4 (/ x p)) |
(/.f64 (*.f64 x #s(literal 1/4 binary64)) p) |
(* -1 (/ (+ (* -1/4 x) (* 1/32 (/ (pow x 3) (pow p 2)))) p)) |
(/.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) (/.f64 (*.f64 x (*.f64 #s(literal 1/32 binary64) (*.f64 x x))) (*.f64 p p))) (-.f64 #s(literal 0 binary64) p)) |
(* -1 (/ (+ (* -1/4 x) (+ (* -1/256 (/ (pow x 5) (pow p 4))) (* 1/32 (/ (pow x 3) (pow p 2))))) p)) |
(/.f64 (+.f64 (/.f64 (*.f64 x (*.f64 #s(literal 1/32 binary64) (*.f64 x x))) (*.f64 p p)) (+.f64 (*.f64 x #s(literal -1/4 binary64)) (/.f64 (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal -1/256 binary64)) (pow.f64 p #s(literal 4 binary64))))) (-.f64 #s(literal 0 binary64) p)) |
(* -1 (/ (+ (* -1/4 x) (+ (* -1/256 (/ (pow x 5) (pow p 4))) (+ (* 1/2048 (/ (pow x 7) (pow p 6))) (* 1/32 (/ (pow x 3) (pow p 2)))))) p)) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 x (*.f64 #s(literal 1/32 binary64) (*.f64 x x))) (*.f64 p p)) (+.f64 (*.f64 x #s(literal -1/4 binary64)) (/.f64 (*.f64 (pow.f64 x #s(literal 5 binary64)) #s(literal -1/256 binary64)) (pow.f64 p #s(literal 4 binary64))))) (/.f64 (*.f64 (pow.f64 x #s(literal 7 binary64)) #s(literal 1/2048 binary64)) (pow.f64 p #s(literal 6 binary64)))) (-.f64 #s(literal 0 binary64) p)) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
(* 4 (/ (pow p 2) (pow x 5))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (pow.f64 x #s(literal 5 binary64))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (pow.f64 x #s(literal 5 binary64))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (pow.f64 x #s(literal 5 binary64))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (pow.f64 x #s(literal 5 binary64))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (pow.f64 x #s(literal 5 binary64))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (pow.f64 x #s(literal 5 binary64))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (pow.f64 x #s(literal 5 binary64))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (pow.f64 x #s(literal 5 binary64))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (pow.f64 x #s(literal 5 binary64))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (pow.f64 x #s(literal 5 binary64))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (pow.f64 x #s(literal 5 binary64))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (pow.f64 x #s(literal 5 binary64))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (pow.f64 x #s(literal 5 binary64))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (pow.f64 x #s(literal 5 binary64))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (pow.f64 x #s(literal 5 binary64))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (pow.f64 x #s(literal 5 binary64))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (pow.f64 x #s(literal 5 binary64))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (pow.f64 x #s(literal 5 binary64))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (pow.f64 x #s(literal 5 binary64))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (pow.f64 x #s(literal 5 binary64))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (pow.f64 x #s(literal 5 binary64))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (pow.f64 x #s(literal 5 binary64))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (pow.f64 x #s(literal 5 binary64))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (pow.f64 x #s(literal 5 binary64))) |
(* -2 (/ (pow p 2) (pow x 3))) |
(/.f64 (/.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) x) x) x) |
(* (pow p 2) (- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3))))) |
(*.f64 p (*.f64 p (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))) |
(* (pow p 2) (- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3))))) |
(*.f64 p (*.f64 p (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))) |
(* (pow p 2) (- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3))))) |
(*.f64 p (*.f64 p (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))) |
(* 4 (/ (pow p 4) (pow x 5))) |
(/.f64 (*.f64 #s(literal 4 binary64) (pow.f64 p #s(literal 4 binary64))) (pow.f64 x #s(literal 5 binary64))) |
(* (pow p 4) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 p (*.f64 p (*.f64 x (*.f64 x x))))))) |
(* (pow p 4) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 p (*.f64 p (*.f64 x (*.f64 x x))))))) |
(* (pow p 4) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 p (*.f64 p (*.f64 x (*.f64 x x))))))) |
(* 4 (/ (pow p 4) (pow x 5))) |
(/.f64 (*.f64 #s(literal 4 binary64) (pow.f64 p #s(literal 4 binary64))) (pow.f64 x #s(literal 5 binary64))) |
(* (pow p 4) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 p (*.f64 p (*.f64 x (*.f64 x x))))))) |
(* (pow p 4) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 p (*.f64 p (*.f64 x (*.f64 x x))))))) |
(* (pow p 4) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 p (*.f64 p (*.f64 x (*.f64 x x))))))) |
(* 4 (/ (pow p 4) (pow x 5))) |
(/.f64 (*.f64 #s(literal 4 binary64) (pow.f64 p #s(literal 4 binary64))) (pow.f64 x #s(literal 5 binary64))) |
(/ (+ (* -2 (* (pow p 2) (pow x 2))) (* 4 (pow p 4))) (pow x 5)) |
(/.f64 (+.f64 (*.f64 #s(literal 4 binary64) (pow.f64 p #s(literal 4 binary64))) (*.f64 (*.f64 x x) (*.f64 p (*.f64 p #s(literal -2 binary64))))) (pow.f64 x #s(literal 5 binary64))) |
(/ (+ (* -2 (* (pow p 2) (pow x 2))) (* 4 (pow p 4))) (pow x 5)) |
(/.f64 (+.f64 (*.f64 #s(literal 4 binary64) (pow.f64 p #s(literal 4 binary64))) (*.f64 (*.f64 x x) (*.f64 p (*.f64 p #s(literal -2 binary64))))) (pow.f64 x #s(literal 5 binary64))) |
(/ (+ (* -2 (* (pow p 2) (pow x 2))) (* 4 (pow p 4))) (pow x 5)) |
(/.f64 (+.f64 (*.f64 #s(literal 4 binary64) (pow.f64 p #s(literal 4 binary64))) (*.f64 (*.f64 x x) (*.f64 p (*.f64 p #s(literal -2 binary64))))) (pow.f64 x #s(literal 5 binary64))) |
(* -2 (/ (pow p 2) (pow x 3))) |
(/.f64 (/.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) x) x) x) |
(/ (+ (* -2 (pow p 2)) (* 4 (/ (pow p 4) (pow x 2)))) (pow x 3)) |
(/.f64 (+.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (/.f64 (*.f64 #s(literal 4 binary64) (pow.f64 p #s(literal 4 binary64))) (*.f64 x x))) (*.f64 x (*.f64 x x))) |
(/ (+ (* -2 (pow p 2)) (* 4 (/ (pow p 4) (pow x 2)))) (pow x 3)) |
(/.f64 (+.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (/.f64 (*.f64 #s(literal 4 binary64) (pow.f64 p #s(literal 4 binary64))) (*.f64 x x))) (*.f64 x (*.f64 x x))) |
(/ (+ (* -2 (pow p 2)) (* 4 (/ (pow p 4) (pow x 2)))) (pow x 3)) |
(/.f64 (+.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (/.f64 (*.f64 #s(literal 4 binary64) (pow.f64 p #s(literal 4 binary64))) (*.f64 x x))) (*.f64 x (*.f64 x x))) |
(* -2 (/ (pow p 2) (pow x 3))) |
(/.f64 (/.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) x) x) x) |
(* -1 (/ (+ (* -4 (/ (pow p 4) (pow x 2))) (* 2 (pow p 2))) (pow x 3))) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 p (*.f64 p #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal -4 binary64) (pow.f64 p #s(literal 4 binary64))) (*.f64 x x))) (*.f64 x (*.f64 x x)))) |
(* -1 (/ (+ (* -4 (/ (pow p 4) (pow x 2))) (* 2 (pow p 2))) (pow x 3))) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 p (*.f64 p #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal -4 binary64) (pow.f64 p #s(literal 4 binary64))) (*.f64 x x))) (*.f64 x (*.f64 x x)))) |
(* -1 (/ (+ (* -4 (/ (pow p 4) (pow x 2))) (* 2 (pow p 2))) (pow x 3))) |
(-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 p (*.f64 p #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal -4 binary64) (pow.f64 p #s(literal 4 binary64))) (*.f64 x x))) (*.f64 x (*.f64 x x)))) |
(/ -2 (pow x 3)) |
(/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))) |
(- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3)))) |
(+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))) |
(- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3)))) |
(+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))) |
(- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3)))) |
(+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (pow.f64 x #s(literal 5 binary64))) |
(* (pow p 2) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 p (*.f64 p (*.f64 x (*.f64 x x))))))) |
(* (pow p 2) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 p (*.f64 p (*.f64 x (*.f64 x x))))))) |
(* (pow p 2) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 p (*.f64 p (*.f64 x (*.f64 x x))))))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (pow.f64 x #s(literal 5 binary64))) |
(* (pow p 2) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 p (*.f64 p (*.f64 x (*.f64 x x))))))) |
(* (pow p 2) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 p (*.f64 p (*.f64 x (*.f64 x x))))))) |
(* (pow p 2) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 p (*.f64 p (*.f64 x (*.f64 x x))))))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (pow.f64 x #s(literal 5 binary64))) |
(/ (+ (* -2 (pow x 2)) (* 4 (pow p 2))) (pow x 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 x x) #s(literal -2 binary64)) (*.f64 (*.f64 p p) #s(literal 4 binary64))) (pow.f64 x #s(literal 5 binary64))) |
(/ (+ (* -2 (pow x 2)) (* 4 (pow p 2))) (pow x 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 x x) #s(literal -2 binary64)) (*.f64 (*.f64 p p) #s(literal 4 binary64))) (pow.f64 x #s(literal 5 binary64))) |
(/ (+ (* -2 (pow x 2)) (* 4 (pow p 2))) (pow x 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 x x) #s(literal -2 binary64)) (*.f64 (*.f64 p p) #s(literal 4 binary64))) (pow.f64 x #s(literal 5 binary64))) |
(/ -2 (pow x 3)) |
(/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))) |
(/ (- (* 4 (/ (pow p 2) (pow x 2))) 2) (pow x 3)) |
(/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))) (*.f64 x (*.f64 x x))) |
(/ (- (* 4 (/ (pow p 2) (pow x 2))) 2) (pow x 3)) |
(/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))) (*.f64 x (*.f64 x x))) |
(/ (- (* 4 (/ (pow p 2) (pow x 2))) 2) (pow x 3)) |
(/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))) (*.f64 x (*.f64 x x))) |
(/ -2 (pow x 3)) |
(/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))) |
(* -1 (/ (+ 2 (* -4 (/ (pow p 2) (pow x 2)))) (pow x 3))) |
(/.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal -4 binary64)) (*.f64 x x))) (neg.f64 (*.f64 x (*.f64 x x)))) |
(* -1 (/ (+ 2 (* -4 (/ (pow p 2) (pow x 2)))) (pow x 3))) |
(/.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal -4 binary64)) (*.f64 x x))) (neg.f64 (*.f64 x (*.f64 x x)))) |
(* -1 (/ (+ 2 (* -4 (/ (pow p 2) (pow x 2)))) (pow x 3))) |
(/.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal -4 binary64)) (*.f64 x x))) (neg.f64 (*.f64 x (*.f64 x x)))) |
(/ (pow p 3) x) |
(/.f64 (*.f64 p (*.f64 p p)) x) |
(/ (pow p 3) x) |
(/.f64 (*.f64 p (*.f64 p p)) x) |
(/ (pow p 3) x) |
(/.f64 (*.f64 p (*.f64 p p)) x) |
(/ (pow p 3) x) |
(/.f64 (*.f64 p (*.f64 p p)) x) |
(/ (pow p 3) x) |
(/.f64 (*.f64 p (*.f64 p p)) x) |
(/ (pow p 3) x) |
(/.f64 (*.f64 p (*.f64 p p)) x) |
(/ (pow p 3) x) |
(/.f64 (*.f64 p (*.f64 p p)) x) |
(/ (pow p 3) x) |
(/.f64 (*.f64 p (*.f64 p p)) x) |
(/ (pow p 3) x) |
(/.f64 (*.f64 p (*.f64 p p)) x) |
(/ (pow p 3) x) |
(/.f64 (*.f64 p (*.f64 p p)) x) |
(/ (pow p 3) x) |
(/.f64 (*.f64 p (*.f64 p p)) x) |
(/ (pow p 3) x) |
(/.f64 (*.f64 p (*.f64 p p)) x) |
(/ (pow p 3) x) |
(/.f64 (*.f64 p (*.f64 p p)) x) |
(/ (pow p 3) x) |
(/.f64 (*.f64 p (*.f64 p p)) x) |
(/ (pow p 3) x) |
(/.f64 (*.f64 p (*.f64 p p)) x) |
(/ (pow p 3) x) |
(/.f64 (*.f64 p (*.f64 p p)) x) |
(/ (pow p 3) x) |
(/.f64 (*.f64 p (*.f64 p p)) x) |
(/ (pow p 3) x) |
(/.f64 (*.f64 p (*.f64 p p)) x) |
(/ (pow p 3) x) |
(/.f64 (*.f64 p (*.f64 p p)) x) |
(/ (pow p 3) x) |
(/.f64 (*.f64 p (*.f64 p p)) x) |
(/ (pow p 3) x) |
(/.f64 (*.f64 p (*.f64 p p)) x) |
(/ (pow p 3) x) |
(/.f64 (*.f64 p (*.f64 p p)) x) |
(/ (pow p 3) x) |
(/.f64 (*.f64 p (*.f64 p p)) x) |
(/ (pow p 3) x) |
(/.f64 (*.f64 p (*.f64 p p)) x) |
(pow p 3) |
(*.f64 p (*.f64 p p)) |
(pow p 3) |
(*.f64 p (*.f64 p p)) |
(pow p 3) |
(*.f64 p (*.f64 p p)) |
(pow p 3) |
(*.f64 p (*.f64 p p)) |
(pow p 3) |
(*.f64 p (*.f64 p p)) |
(pow p 3) |
(*.f64 p (*.f64 p p)) |
(pow p 3) |
(*.f64 p (*.f64 p p)) |
(pow p 3) |
(*.f64 p (*.f64 p p)) |
(pow p 3) |
(*.f64 p (*.f64 p p)) |
(pow p 3) |
(*.f64 p (*.f64 p p)) |
(pow p 3) |
(*.f64 p (*.f64 p p)) |
(pow p 3) |
(*.f64 p (*.f64 p p)) |
(* 11/8 (/ (pow p 2) (pow x 4))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) |
(* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(* -69/16 (/ (pow p 4) (pow x 6))) |
(/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) |
(* (pow p 4) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 p p)) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64))))) |
(* (pow p 4) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 p p)) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64))))) |
(* (pow p 4) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 p p)) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64))))) |
(* -69/16 (/ (pow p 4) (pow x 6))) |
(/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) |
(* (pow p 4) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 p p)) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64))))) |
(* (pow p 4) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 p p)) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64))))) |
(* (pow p 4) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 p p)) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64))))) |
(* -69/16 (/ (pow p 4) (pow x 6))) |
(/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) |
(/ (+ (* -69/16 (pow p 4)) (* 11/8 (* (pow p 2) (pow x 2)))) (pow x 6)) |
(/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -69/16 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 p p) #s(literal 11/8 binary64)))) (pow.f64 x #s(literal 6 binary64))) |
(/ (+ (* -69/16 (pow p 4)) (* 11/8 (* (pow p 2) (pow x 2)))) (pow x 6)) |
(/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -69/16 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 p p) #s(literal 11/8 binary64)))) (pow.f64 x #s(literal 6 binary64))) |
(/ (+ (* -69/16 (pow p 4)) (* 11/8 (* (pow p 2) (pow x 2)))) (pow x 6)) |
(/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -69/16 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 p p) #s(literal 11/8 binary64)))) (pow.f64 x #s(literal 6 binary64))) |
(* 11/8 (/ (pow p 2) (pow x 4))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ (+ (* -69/16 (/ (pow p 4) (pow x 2))) (* 11/8 (pow p 2))) (pow x 4)) |
(/.f64 (+.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -69/16 binary64)) (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ (+ (* -69/16 (/ (pow p 4) (pow x 2))) (* 11/8 (pow p 2))) (pow x 4)) |
(/.f64 (+.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -69/16 binary64)) (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ (+ (* -69/16 (/ (pow p 4) (pow x 2))) (* 11/8 (pow p 2))) (pow x 4)) |
(/.f64 (+.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -69/16 binary64)) (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(* 11/8 (/ (pow p 2) (pow x 4))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ (+ (* -69/16 (/ (pow p 4) (pow x 2))) (* 11/8 (pow p 2))) (pow x 4)) |
(/.f64 (+.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -69/16 binary64)) (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ (+ (* -69/16 (/ (pow p 4) (pow x 2))) (* 11/8 (pow p 2))) (pow x 4)) |
(/.f64 (+.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -69/16 binary64)) (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ (+ (* -69/16 (/ (pow p 4) (pow x 2))) (* 11/8 (pow p 2))) (pow x 4)) |
(/.f64 (+.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -69/16 binary64)) (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ (pow p 2) (pow x 2)) |
(/.f64 (*.f64 p p) (*.f64 x x)) |
(/ (pow p 2) (pow x 2)) |
(/.f64 (*.f64 p p) (*.f64 x x)) |
(/ (pow p 2) (pow x 2)) |
(/.f64 (*.f64 p p) (*.f64 x x)) |
(/ (pow p 2) (pow x 2)) |
(/.f64 (*.f64 p p) (*.f64 x x)) |
(/ (pow p 2) (pow x 2)) |
(/.f64 (*.f64 p p) (*.f64 x x)) |
(/ (pow p 2) (pow x 2)) |
(/.f64 (*.f64 p p) (*.f64 x x)) |
(/ (pow p 2) (pow x 2)) |
(/.f64 (*.f64 p p) (*.f64 x x)) |
(/ (pow p 2) (pow x 2)) |
(/.f64 (*.f64 p p) (*.f64 x x)) |
(/ (pow p 2) (pow x 2)) |
(/.f64 (*.f64 p p) (*.f64 x x)) |
(/ (pow p 2) (pow x 2)) |
(/.f64 (*.f64 p p) (*.f64 x x)) |
(/ (pow p 2) (pow x 2)) |
(/.f64 (*.f64 p p) (*.f64 x x)) |
(/ (pow p 2) (pow x 2)) |
(/.f64 (*.f64 p p) (*.f64 x x)) |
(/ (pow p 2) (pow x 2)) |
(/.f64 (*.f64 p p) (*.f64 x x)) |
(/ (pow p 2) (pow x 2)) |
(/.f64 (*.f64 p p) (*.f64 x x)) |
(/ (pow p 2) (pow x 2)) |
(/.f64 (*.f64 p p) (*.f64 x x)) |
(/ (pow p 2) (pow x 2)) |
(/.f64 (*.f64 p p) (*.f64 x x)) |
(/ (pow p 2) (pow x 2)) |
(/.f64 (*.f64 p p) (*.f64 x x)) |
(/ (pow p 2) (pow x 2)) |
(/.f64 (*.f64 p p) (*.f64 x x)) |
(/ (pow p 2) (pow x 2)) |
(/.f64 (*.f64 p p) (*.f64 x x)) |
(/ (pow p 2) (pow x 2)) |
(/.f64 (*.f64 p p) (*.f64 x x)) |
(/ (pow p 2) (pow x 2)) |
(/.f64 (*.f64 p p) (*.f64 x x)) |
(/ (pow p 2) (pow x 2)) |
(/.f64 (*.f64 p p) (*.f64 x x)) |
(/ (pow p 2) (pow x 2)) |
(/.f64 (*.f64 p p) (*.f64 x x)) |
(/ (pow p 2) (pow x 2)) |
(/.f64 (*.f64 p p) (*.f64 x x)) |
(/ 11/8 (pow x 4)) |
(/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) |
(+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4)))) |
(+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4)))) |
(+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4)))) |
(+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) |
(* (pow p 2) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(*.f64 (*.f64 p p) (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 p p)) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64))))) |
(* (pow p 2) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(*.f64 (*.f64 p p) (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 p p)) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64))))) |
(* (pow p 2) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(*.f64 (*.f64 p p) (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 p p)) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64))))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) |
(* (pow p 2) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(*.f64 (*.f64 p p) (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 p p)) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64))))) |
(* (pow p 2) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(*.f64 (*.f64 p p) (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 p p)) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64))))) |
(* (pow p 2) (- (* 11/8 (/ 1 (* (pow p 2) (pow x 4)))) (* 69/16 (/ 1 (pow x 6))))) |
(*.f64 (*.f64 p p) (-.f64 (/.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 p p)) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 69/16 binary64) (pow.f64 x #s(literal 6 binary64))))) |
(* -69/16 (/ (pow p 2) (pow x 6))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) |
(/ (+ (* -69/16 (pow p 2)) (* 11/8 (pow x 2))) (pow x 6)) |
(/.f64 (+.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (*.f64 (*.f64 x x) #s(literal 11/8 binary64))) (pow.f64 x #s(literal 6 binary64))) |
(/ (+ (* -69/16 (pow p 2)) (* 11/8 (pow x 2))) (pow x 6)) |
(/.f64 (+.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (*.f64 (*.f64 x x) #s(literal 11/8 binary64))) (pow.f64 x #s(literal 6 binary64))) |
(/ (+ (* -69/16 (pow p 2)) (* 11/8 (pow x 2))) (pow x 6)) |
(/.f64 (+.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (*.f64 (*.f64 x x) #s(literal 11/8 binary64))) (pow.f64 x #s(literal 6 binary64))) |
(/ 11/8 (pow x 4)) |
(/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ (+ 11/8 (* -69/16 (/ (pow p 2) (pow x 2)))) (pow x 4)) |
(/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ (+ 11/8 (* -69/16 (/ (pow p 2) (pow x 2)))) (pow x 4)) |
(/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ (+ 11/8 (* -69/16 (/ (pow p 2) (pow x 2)))) (pow x 4)) |
(/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ 11/8 (pow x 4)) |
(/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ (+ 11/8 (* -69/16 (/ (pow p 2) (pow x 2)))) (pow x 4)) |
(/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ (+ 11/8 (* -69/16 (/ (pow p 2) (pow x 2)))) (pow x 4)) |
(/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ (+ 11/8 (* -69/16 (/ (pow p 2) (pow x 2)))) (pow x 4)) |
(/.f64 (+.f64 #s(literal 11/8 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(* 1/4 (/ x p)) |
(/.f64 (*.f64 x #s(literal 1/4 binary64)) p) |
(* 1/4 (/ x p)) |
(/.f64 (*.f64 x #s(literal 1/4 binary64)) p) |
(* 1/4 (/ x p)) |
(/.f64 (*.f64 x #s(literal 1/4 binary64)) p) |
(* 1/4 (/ x p)) |
(/.f64 (*.f64 x #s(literal 1/4 binary64)) p) |
(* 1/4 (/ x p)) |
(/.f64 (*.f64 x #s(literal 1/4 binary64)) p) |
(* 1/4 (/ x p)) |
(/.f64 (*.f64 x #s(literal 1/4 binary64)) p) |
(* 1/4 (/ x p)) |
(/.f64 (*.f64 x #s(literal 1/4 binary64)) p) |
(* 1/4 (/ x p)) |
(/.f64 (*.f64 x #s(literal 1/4 binary64)) p) |
(* 1/4 (/ x p)) |
(/.f64 (*.f64 x #s(literal 1/4 binary64)) p) |
(* 1/4 (/ x p)) |
(/.f64 (*.f64 x #s(literal 1/4 binary64)) p) |
(* 1/4 (/ x p)) |
(/.f64 (*.f64 x #s(literal 1/4 binary64)) p) |
(* 1/4 (/ x p)) |
(/.f64 (*.f64 x #s(literal 1/4 binary64)) p) |
(* 1/4 (/ x p)) |
(/.f64 (*.f64 x #s(literal 1/4 binary64)) p) |
(* 1/4 (/ x p)) |
(/.f64 (*.f64 x #s(literal 1/4 binary64)) p) |
(* 1/4 (/ x p)) |
(/.f64 (*.f64 x #s(literal 1/4 binary64)) p) |
(* 1/4 (/ x p)) |
(/.f64 (*.f64 x #s(literal 1/4 binary64)) p) |
(* 1/4 (/ x p)) |
(/.f64 (*.f64 x #s(literal 1/4 binary64)) p) |
(* 1/4 (/ x p)) |
(/.f64 (*.f64 x #s(literal 1/4 binary64)) p) |
(* 1/4 (/ x p)) |
(/.f64 (*.f64 x #s(literal 1/4 binary64)) p) |
(* 1/4 (/ x p)) |
(/.f64 (*.f64 x #s(literal 1/4 binary64)) p) |
(* 1/4 (/ x p)) |
(/.f64 (*.f64 x #s(literal 1/4 binary64)) p) |
(* 1/4 (/ x p)) |
(/.f64 (*.f64 x #s(literal 1/4 binary64)) p) |
(* 1/4 (/ x p)) |
(/.f64 (*.f64 x #s(literal 1/4 binary64)) p) |
(* 1/4 (/ x p)) |
(/.f64 (*.f64 x #s(literal 1/4 binary64)) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) |
Compiled 48621 to 4500 computations (90.7% saved)
14 alts after pruning (8 fresh and 6 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1313 | 5 | 1318 |
| Fresh | 2 | 3 | 5 |
| Picked | 2 | 3 | 5 |
| Done | 0 | 3 | 3 |
| Total | 1317 | 14 | 1331 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 26.2% | (/.f64 (-.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 (/.f64 (*.f64 p (*.f64 p p)) x) x)) p) x) |
| ▶ | 27.4% | (/.f64 p (neg.f64 x)) |
| ▶ | 29.3% | (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x))) |
| 30.7% | (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))) (*.f64 x x)))) | |
| ✓ | 25.4% | (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal 11/8 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -69/16 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
| 27.3% | (*.f64 (/.f64 #s(literal -1 binary64) x) p) | |
| ▶ | 53.7% | (sqrt.f64 (/.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) #s(literal 1/4 binary64)) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal 1/2 binary64)))) |
| 53.8% | (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 (*.f64 p #s(literal 2 binary64)) (*.f64 (*.f64 x x) (+.f64 (/.f64 #s(literal 1/4 binary64) p) (/.f64 (*.f64 (*.f64 x x) #s(literal -1/64 binary64)) (*.f64 p (*.f64 p p))))))))) | |
| ✓ | 53.7% | (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 (*.f64 p #s(literal 2 binary64)) (*.f64 x (*.f64 x (/.f64 #s(literal 1/4 binary64) p))))))) |
| ▶ | 67.3% | (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))) (*.f64 x (*.f64 x x))))))))))) |
| ✓ | 77.8% | (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))) |
| ✓ | 48.3% | (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 #s(literal 1/4 binary64) p)))) |
| ▶ | 52.8% | (sqrt.f64 #s(literal 1/2 binary64)) |
| ✓ | 38.2% | #s(literal 1 binary64) |
Compiled 460 to 262 computations (43% saved)
| 1× | egg-herbie |
Found 15 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 128 | (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) |
| ✓ | cost-diff | 128 | (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal 1/2 binary64)) |
| ✓ | cost-diff | 128 | (/.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) #s(literal 1/4 binary64)) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal 1/2 binary64))) |
| ✓ | cost-diff | 128 | (sqrt.f64 (/.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) #s(literal 1/4 binary64)) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal 1/2 binary64)))) |
| ✓ | cost-diff | 0 | (sqrt.f64 #s(literal 1/2 binary64)) |
| ✓ | cost-diff | 0 | (*.f64 p p) |
| ✓ | cost-diff | 0 | (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x)) |
| ✓ | cost-diff | 0 | (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x))) |
| ✓ | cost-diff | -64 | (neg.f64 x) |
| ✓ | cost-diff | -64 | (/.f64 p (neg.f64 x)) |
| ✓ | cost-diff | 128 | (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))) (*.f64 x (*.f64 x x)))))))) |
| ✓ | cost-diff | 128 | (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))) (*.f64 x (*.f64 x x))))))))) |
| ✓ | cost-diff | 128 | (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))) (*.f64 x (*.f64 x x)))))))))) |
| ✓ | cost-diff | 128 | (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))) (*.f64 x (*.f64 x x))))))))))) |
| 3152× | *-lowering-*.f32 |
| 3152× | *-lowering-*.f64 |
| 1796× | sum4-define |
| 1412× | sum5-define |
| 1182× | fma-define |
Useful iterations: 5 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 45 | 464 |
| 1 | 128 | 440 |
| 2 | 310 | 440 |
| 3 | 748 | 422 |
| 4 | 1595 | 411 |
| 5 | 2856 | 407 |
| 6 | 6526 | 407 |
| 0 | 8424 | 407 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(sqrt (+ 1/2 (/ (* 1/2 x) (+ x (* p (* p (+ (/ 2 x) (* (* p p) (/ (+ -2 (/ (* (* p p) 4) (* x x))) (* x (* x x))))))))))) |
(+ 1/2 (/ (* 1/2 x) (+ x (* p (* p (+ (/ 2 x) (* (* p p) (/ (+ -2 (/ (* (* p p) 4) (* x x))) (* x (* x x)))))))))) |
1/2 |
(/ (* 1/2 x) (+ x (* p (* p (+ (/ 2 x) (* (* p p) (/ (+ -2 (/ (* (* p p) 4) (* x x))) (* x (* x x))))))))) |
(* 1/2 x) |
x |
(+ x (* p (* p (+ (/ 2 x) (* (* p p) (/ (+ -2 (/ (* (* p p) 4) (* x x))) (* x (* x x)))))))) |
(* p (* p (+ (/ 2 x) (* (* p p) (/ (+ -2 (/ (* (* p p) 4) (* x x))) (* x (* x x))))))) |
p |
(* p (+ (/ 2 x) (* (* p p) (/ (+ -2 (/ (* (* p p) 4) (* x x))) (* x (* x x)))))) |
(+ (/ 2 x) (* (* p p) (/ (+ -2 (/ (* (* p p) 4) (* x x))) (* x (* x x))))) |
(/ 2 x) |
2 |
(* (* p p) (/ (+ -2 (/ (* (* p p) 4) (* x x))) (* x (* x x)))) |
(* p p) |
(/ (+ -2 (/ (* (* p p) 4) (* x x))) (* x (* x x))) |
(+ -2 (/ (* (* p p) 4) (* x x))) |
-2 |
(/ (* (* p p) 4) (* x x)) |
(* (* p p) 4) |
4 |
(* x x) |
(* x (* x x)) |
(/ p (neg x)) |
p |
(neg x) |
x |
(+ 1 (/ (* (* p p) -1/2) (* x x))) |
1 |
(/ (* (* p p) -1/2) (* x x)) |
(* (* p p) -1/2) |
(* p p) |
p |
-1/2 |
(* x x) |
x |
(sqrt 1/2) |
1/2 |
(sqrt (/ (- (* 1/4 (* (/ x (+ (* p 2) (/ (* (* x x) 1/4) p))) (/ x (+ (* p 2) (/ (* (* x x) 1/4) p))))) 1/4) (- (/ (/ x 2) (+ (* p 2) (/ (* (* x x) 1/4) p))) 1/2))) |
(/ (- (* 1/4 (* (/ x (+ (* p 2) (/ (* (* x x) 1/4) p))) (/ x (+ (* p 2) (/ (* (* x x) 1/4) p))))) 1/4) (- (/ (/ x 2) (+ (* p 2) (/ (* (* x x) 1/4) p))) 1/2)) |
(- (* 1/4 (* (/ x (+ (* p 2) (/ (* (* x x) 1/4) p))) (/ x (+ (* p 2) (/ (* (* x x) 1/4) p))))) 1/4) |
(* 1/4 (* (/ x (+ (* p 2) (/ (* (* x x) 1/4) p))) (/ x (+ (* p 2) (/ (* (* x x) 1/4) p))))) |
1/4 |
(* (/ x (+ (* p 2) (/ (* (* x x) 1/4) p))) (/ x (+ (* p 2) (/ (* (* x x) 1/4) p)))) |
(/ x (+ (* p 2) (/ (* (* x x) 1/4) p))) |
x |
(+ (* p 2) (/ (* (* x x) 1/4) p)) |
(* p 2) |
p |
2 |
(/ (* (* x x) 1/4) p) |
(* (* x x) 1/4) |
(* x x) |
(- (/ (/ x 2) (+ (* p 2) (/ (* (* x x) 1/4) p))) 1/2) |
(/ (/ x 2) (+ (* p 2) (/ (* (* x x) 1/4) p))) |
(/ x 2) |
1/2 |
| Outputs |
|---|
(sqrt (+ 1/2 (/ (* 1/2 x) (+ x (* p (* p (+ (/ 2 x) (* (* p p) (/ (+ -2 (/ (* (* p p) 4) (* x x))) (* x (* x x))))))))))) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 x (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal 2 binary64) (*.f64 p (/.f64 (*.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (*.f64 x x))) (/.f64 p x)) x)))) x))))) |
(+ 1/2 (/ (* 1/2 x) (+ x (* p (* p (+ (/ 2 x) (* (* p p) (/ (+ -2 (/ (* (* p p) 4) (* x x))) (* x (* x x)))))))))) |
(+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 x (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal 2 binary64) (*.f64 p (/.f64 (*.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (*.f64 x x))) (/.f64 p x)) x)))) x)))) |
1/2 |
#s(literal 1/2 binary64) |
(/ (* 1/2 x) (+ x (* p (* p (+ (/ 2 x) (* (* p p) (/ (+ -2 (/ (* (* p p) 4) (* x x))) (* x (* x x))))))))) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 x (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal 2 binary64) (*.f64 p (/.f64 (*.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (*.f64 x x))) (/.f64 p x)) x)))) x))) |
(* 1/2 x) |
(*.f64 #s(literal 1/2 binary64) x) |
x |
(+ x (* p (* p (+ (/ 2 x) (* (* p p) (/ (+ -2 (/ (* (* p p) 4) (* x x))) (* x (* x x)))))))) |
(+.f64 x (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal 2 binary64) (*.f64 p (/.f64 (*.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (*.f64 x x))) (/.f64 p x)) x)))) x)) |
(* p (* p (+ (/ 2 x) (* (* p p) (/ (+ -2 (/ (* (* p p) 4) (* x x))) (* x (* x x))))))) |
(/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal 2 binary64) (*.f64 p (/.f64 (*.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (*.f64 x x))) (/.f64 p x)) x)))) x) |
p |
(* p (+ (/ 2 x) (* (* p p) (/ (+ -2 (/ (* (* p p) 4) (* x x))) (* x (* x x)))))) |
(/.f64 (*.f64 p (+.f64 #s(literal 2 binary64) (*.f64 p (/.f64 (*.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (*.f64 x x))) (/.f64 p x)) x)))) x) |
(+ (/ 2 x) (* (* p p) (/ (+ -2 (/ (* (* p p) 4) (* x x))) (* x (* x x))))) |
(+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p (*.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (*.f64 x x))) (/.f64 p x))) (*.f64 x x))) |
(/ 2 x) |
(/.f64 #s(literal 2 binary64) x) |
2 |
#s(literal 2 binary64) |
(* (* p p) (/ (+ -2 (/ (* (* p p) 4) (* x x))) (* x (* x x)))) |
(/.f64 (*.f64 p (*.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (*.f64 x x))) (/.f64 p x))) (*.f64 x x)) |
(* p p) |
(*.f64 p p) |
(/ (+ -2 (/ (* (* p p) 4) (* x x))) (* x (* x x))) |
(/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (*.f64 x x))) (*.f64 x (*.f64 x x))) |
(+ -2 (/ (* (* p p) 4) (* x x))) |
(+.f64 #s(literal -2 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (*.f64 x x))) |
-2 |
#s(literal -2 binary64) |
(/ (* (* p p) 4) (* x x)) |
(/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (*.f64 x x)) |
(* (* p p) 4) |
(*.f64 p (*.f64 p #s(literal 4 binary64))) |
4 |
#s(literal 4 binary64) |
(* x x) |
(*.f64 x x) |
(* x (* x x)) |
(*.f64 x (*.f64 x x)) |
(/ p (neg x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
p |
(neg x) |
(-.f64 #s(literal 0 binary64) x) |
x |
(+ 1 (/ (* (* p p) -1/2) (* x x))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 (*.f64 p p) x) x))) |
1 |
#s(literal 1 binary64) |
(/ (* (* p p) -1/2) (* x x)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 (*.f64 p p) x) x)) |
(* (* p p) -1/2) |
(*.f64 p (*.f64 p #s(literal -1/2 binary64))) |
(* p p) |
(*.f64 p p) |
p |
-1/2 |
#s(literal -1/2 binary64) |
(* x x) |
(*.f64 x x) |
x |
(sqrt 1/2) |
(sqrt.f64 #s(literal 1/2 binary64)) |
1/2 |
#s(literal 1/2 binary64) |
(sqrt (/ (- (* 1/4 (* (/ x (+ (* p 2) (/ (* (* x x) 1/4) p))) (/ x (+ (* p 2) (/ (* (* x x) 1/4) p))))) 1/4) (- (/ (/ x 2) (+ (* p 2) (/ (* (* x x) 1/4) p))) 1/2))) |
(sqrt.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (*.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) #s(literal -1/4 binary64)) (+.f64 #s(literal -1/2 binary64) (/.f64 x (+.f64 (*.f64 p #s(literal 4 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x x) p))))))) |
(/ (- (* 1/4 (* (/ x (+ (* p 2) (/ (* (* x x) 1/4) p))) (/ x (+ (* p 2) (/ (* (* x x) 1/4) p))))) 1/4) (- (/ (/ x 2) (+ (* p 2) (/ (* (* x x) 1/4) p))) 1/2)) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (*.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) #s(literal -1/4 binary64)) (+.f64 #s(literal -1/2 binary64) (/.f64 x (+.f64 (*.f64 p #s(literal 4 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x x) p)))))) |
(- (* 1/4 (* (/ x (+ (* p 2) (/ (* (* x x) 1/4) p))) (/ x (+ (* p 2) (/ (* (* x x) 1/4) p))))) 1/4) |
(+.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (*.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) #s(literal -1/4 binary64)) |
(* 1/4 (* (/ x (+ (* p 2) (/ (* (* x x) 1/4) p))) (/ x (+ (* p 2) (/ (* (* x x) 1/4) p))))) |
(/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (*.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) |
1/4 |
#s(literal 1/4 binary64) |
(* (/ x (+ (* p 2) (/ (* (* x x) 1/4) p))) (/ x (+ (* p 2) (/ (* (* x x) 1/4) p)))) |
(/.f64 (*.f64 x x) (*.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) |
(/ x (+ (* p 2) (/ (* (* x x) 1/4) p))) |
(/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) |
x |
(+ (* p 2) (/ (* (* x x) 1/4) p)) |
(+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) |
(* p 2) |
(*.f64 p #s(literal 2 binary64)) |
p |
2 |
#s(literal 2 binary64) |
(/ (* (* x x) 1/4) p) |
(/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) |
(* (* x x) 1/4) |
(*.f64 (*.f64 x x) #s(literal 1/4 binary64)) |
(* x x) |
(*.f64 x x) |
(- (/ (/ x 2) (+ (* p 2) (/ (* (* x x) 1/4) p))) 1/2) |
(+.f64 #s(literal -1/2 binary64) (/.f64 x (+.f64 (*.f64 p #s(literal 4 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x x) p))))) |
(/ (/ x 2) (+ (* p 2) (/ (* (* x x) 1/4) p))) |
(/.f64 x (+.f64 (*.f64 p #s(literal 4 binary64)) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x x) p)))) |
(/ x 2) |
(/.f64 x #s(literal 2 binary64)) |
1/2 |
#s(literal 1/2 binary64) |
Found 15 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 99.6% | (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) |
| ✓ | accuracy | 99.5% | (*.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) |
| ✓ | accuracy | 96.2% | (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) |
| ✓ | accuracy | 96.2% | (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) |
| ✓ | accuracy | 100.0% | (sqrt.f64 #s(literal 1/2 binary64)) |
| ✓ | accuracy | 100.0% | (*.f64 x x) |
| ✓ | accuracy | 100.0% | (*.f64 p p) |
| ✓ | accuracy | 100.0% | (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) |
| ✓ | accuracy | 87.1% | (/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x)) |
| ✓ | accuracy | 100.0% | (/.f64 p (neg.f64 x)) |
| ✓ | accuracy | 100.0% | (neg.f64 x) |
| ✓ | accuracy | 98.3% | (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))) (*.f64 x (*.f64 x x))))))))) |
| ✓ | accuracy | 93.5% | (/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))) (*.f64 x (*.f64 x x))) |
| ✓ | accuracy | 87.1% | (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)) |
| ✓ | accuracy | 81.3% | (*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))) (*.f64 x (*.f64 x x)))) |
| 165.0ms | 256× | 0 | valid |
Compiled 625 to 46 computations (92.6% saved)
ival-div: 38.0ms (45.3% of total)ival-mult: 27.0ms (32.2% of total)ival-add: 8.0ms (9.5% of total)ival-sqrt: 6.0ms (7.2% of total)ival-sub: 3.0ms (3.6% of total)const: 1.0ms (1.2% of total)ival-neg: 1.0ms (1.2% of total)backward-pass: 0.0ms (0% of total)| Inputs |
|---|
#<alt (sqrt (+ 1/2 (/ (* 1/2 x) (+ x (* p (* p (+ (/ 2 x) (* (* p p) (/ (+ -2 (/ (* (* p p) 4) (* x x))) (* x (* x x)))))))))))> |
#<alt (+ 1/2 (/ (* 1/2 x) (+ x (* p (* p (+ (/ 2 x) (* (* p p) (/ (+ -2 (/ (* (* p p) 4) (* x x))) (* x (* x x))))))))))> |
#<alt (/ (* 1/2 x) (+ x (* p (* p (+ (/ 2 x) (* (* p p) (/ (+ -2 (/ (* (* p p) 4) (* x x))) (* x (* x x)))))))))> |
#<alt (+ x (* p (* p (+ (/ 2 x) (* (* p p) (/ (+ -2 (/ (* (* p p) 4) (* x x))) (* x (* x x))))))))> |
#<alt (/ p (neg x))> |
#<alt (neg x)> |
#<alt (+ 1 (/ (* (* p p) -1/2) (* x x)))> |
#<alt (/ (* (* p p) -1/2) (* x x))> |
#<alt (* (* p p) -1/2)> |
#<alt (* p p)> |
#<alt (sqrt 1/2)> |
#<alt (sqrt (/ (- (* 1/4 (* (/ x (+ (* p 2) (/ (* (* x x) 1/4) p))) (/ x (+ (* p 2) (/ (* (* x x) 1/4) p))))) 1/4) (- (/ (/ x 2) (+ (* p 2) (/ (* (* x x) 1/4) p))) 1/2)))> |
#<alt (/ (- (* 1/4 (* (/ x (+ (* p 2) (/ (* (* x x) 1/4) p))) (/ x (+ (* p 2) (/ (* (* x x) 1/4) p))))) 1/4) (- (/ (/ x 2) (+ (* p 2) (/ (* (* x x) 1/4) p))) 1/2))> |
#<alt (- (/ (/ x 2) (+ (* p 2) (/ (* (* x x) 1/4) p))) 1/2)> |
#<alt (/ (/ x 2) (+ (* p 2) (/ (* (* x x) 1/4) p)))> |
#<alt (* (* p p) (/ (+ -2 (/ (* (* p p) 4) (* x x))) (* x (* x x))))> |
#<alt (/ (* (* p p) 4) (* x x))> |
#<alt (/ (+ -2 (/ (* (* p p) 4) (* x x))) (* x (* x x)))> |
#<alt (* x x)> |
#<alt (/ x (+ (* p 2) (/ (* (* x x) 1/4) p)))> |
#<alt (* (/ x (+ (* p 2) (/ (* (* x x) 1/4) p))) (/ x (+ (* p 2) (/ (* (* x x) 1/4) p))))> |
#<alt (/ (* (* x x) 1/4) p)> |
| Outputs |
|---|
#<alt (sqrt 1/2)> |
#<alt (+ (sqrt 1/2) (* 1/16 (/ (pow x 6) (* (pow p 6) (sqrt 1/2)))))> |
#<alt (+ (sqrt 1/2) (* (pow x 6) (+ (* 1/32 (/ (pow x 2) (* (pow p 8) (sqrt 1/2)))) (* 1/16 (/ 1 (* (pow p 6) (sqrt 1/2)))))))> |
#<alt (+ (sqrt 1/2) (* (pow x 6) (+ (* (pow x 2) (+ (* -1/64 (/ (pow x 2) (* (pow p 10) (sqrt 1/2)))) (* 1/32 (/ 1 (* (pow p 8) (sqrt 1/2)))))) (* 1/16 (/ 1 (* (pow p 6) (sqrt 1/2)))))))> |
#<alt 1> |
#<alt (+ 1 (* -1/2 (/ (pow p 2) (pow x 2))))> |
#<alt (+ 1 (+ (* -1/2 (/ (pow p 2) (pow x 2))) (* 1/2 (/ (- (* -1/2 (+ (* -4 (pow p 4)) (* -2 (pow p 4)))) (* 1/4 (pow p 4))) (pow x 4)))))> |
#<alt (+ 1 (+ (* -1/2 (/ (pow p 2) (pow x 2))) (+ (* 1/2 (/ (- (* -1/2 (+ (* -4 (pow p 4)) (* -2 (pow p 4)))) (* 1/4 (pow p 4))) (pow x 4))) (* 1/2 (/ (- (* -1/2 (+ (* -2 (* (pow p 2) (+ (* -4 (pow p 4)) (* -2 (pow p 4))))) (* 8 (pow p 6)))) (* -1/2 (* (pow p 2) (- (* -1/2 (+ (* -4 (pow p 4)) (* -2 (pow p 4)))) (* 1/4 (pow p 4)))))) (pow x 6))))))> |
#<alt 1> |
#<alt (+ 1 (* -1/2 (/ (pow p 2) (pow x 2))))> |
#<alt (+ 1 (+ (* -1/2 (/ (+ (* -1/2 (+ (* 2 (pow p 4)) (* 4 (pow p 4)))) (* 1/4 (pow p 4))) (pow x 4))) (* -1/2 (/ (pow p 2) (pow x 2)))))> |
#<alt (+ 1 (+ (* -1/2 (/ (+ (* -1/2 (+ (* -8 (pow p 6)) (* -2 (* (pow p 2) (+ (* 2 (pow p 4)) (* 4 (pow p 4))))))) (* 1/2 (* (pow p 2) (+ (* -1/2 (+ (* 2 (pow p 4)) (* 4 (pow p 4)))) (* 1/4 (pow p 4)))))) (pow x 6))) (+ (* -1/2 (/ (+ (* -1/2 (+ (* 2 (pow p 4)) (* 4 (pow p 4)))) (* 1/4 (pow p 4))) (pow x 4))) (* -1/2 (/ (pow p 2) (pow x 2))))))> |
#<alt 1> |
#<alt (+ 1 (* -1/2 (/ (pow p 2) (pow x 2))))> |
#<alt (+ 1 (* (pow p 2) (- (* 11/8 (/ (pow p 2) (pow x 4))) (* 1/2 (/ 1 (pow x 2))))))> |
#<alt (+ 1 (* (pow p 2) (- (* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) (* 1/2 (/ 1 (pow x 2))))))> |
#<alt (sqrt 1/2)> |
#<alt (+ (sqrt 1/2) (* 1/16 (/ (pow x 6) (* (pow p 6) (sqrt 1/2)))))> |
#<alt (+ (sqrt 1/2) (+ (* 1/32 (/ (pow x 8) (* (pow p 8) (sqrt 1/2)))) (* 1/16 (/ (pow x 6) (* (pow p 6) (sqrt 1/2))))))> |
#<alt (+ (sqrt 1/2) (+ (* -1/4 (/ (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10))) (* (pow p 10) (sqrt 1/2)))) (+ (* 1/32 (/ (pow x 8) (* (pow p 8) (sqrt 1/2)))) (* 1/16 (/ (pow x 6) (* (pow p 6) (sqrt 1/2)))))))> |
#<alt (sqrt 1/2)> |
#<alt (+ (sqrt 1/2) (* 1/16 (/ (pow x 6) (* (pow p 6) (sqrt 1/2)))))> |
#<alt (+ (sqrt 1/2) (+ (* 1/32 (/ (pow x 8) (* (pow p 8) (sqrt 1/2)))) (* 1/16 (/ (pow x 6) (* (pow p 6) (sqrt 1/2))))))> |
#<alt (+ (sqrt 1/2) (+ (* -1/4 (/ (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10))) (* (pow p 10) (sqrt 1/2)))) (+ (* 1/32 (/ (pow x 8) (* (pow p 8) (sqrt 1/2)))) (* 1/16 (/ (pow x 6) (* (pow p 6) (sqrt 1/2)))))))> |
#<alt 1/2> |
#<alt (+ 1/2 (* 1/8 (/ (pow x 6) (pow p 6))))> |
#<alt (+ 1/2 (* (pow x 6) (+ (* 1/16 (/ (pow x 2) (pow p 8))) (* 1/8 (/ 1 (pow p 6))))))> |
#<alt (+ 1/2 (* (pow x 6) (+ (* (pow x 2) (+ (* -1/32 (/ (pow x 2) (pow p 10))) (* 1/16 (/ 1 (pow p 8))))) (* 1/8 (/ 1 (pow p 6))))))> |
#<alt 1> |
#<alt (+ 1 (* -1 (/ (pow p 2) (pow x 2))))> |
#<alt (+ 1 (+ (* -1 (/ (pow p 2) (pow x 2))) (* -1/2 (/ (+ (* -4 (pow p 4)) (* -2 (pow p 4))) (pow x 4)))))> |
#<alt (+ 1 (+ (* -1 (/ (pow p 2) (pow x 2))) (+ (* -1/2 (/ (+ (* -4 (pow p 4)) (* -2 (pow p 4))) (pow x 4))) (* -1/2 (/ (+ (* -2 (* (pow p 2) (+ (* -4 (pow p 4)) (* -2 (pow p 4))))) (* 8 (pow p 6))) (pow x 6))))))> |
#<alt 1> |
#<alt (+ 1 (* -1 (/ (pow p 2) (pow x 2))))> |
#<alt (- (+ 1 (* 1/2 (/ (+ (* 2 (pow p 4)) (* 4 (pow p 4))) (pow x 4)))) (/ (pow p 2) (pow x 2)))> |
#<alt (- (+ 1 (* 1/2 (/ (+ (* -8 (pow p 6)) (* -2 (* (pow p 2) (+ (* 2 (pow p 4)) (* 4 (pow p 4)))))) (pow x 6)))) (+ (* -1/2 (/ (+ (* 2 (pow p 4)) (* 4 (pow p 4))) (pow x 4))) (/ (pow p 2) (pow x 2))))> |
#<alt 1> |
#<alt (+ 1 (* -1 (/ (pow p 2) (pow x 2))))> |
#<alt (+ 1 (* (pow p 2) (- (* 3 (/ (pow p 2) (pow x 4))) (/ 1 (pow x 2)))))> |
#<alt (+ 1 (* (pow p 2) (- (* (pow p 2) (+ (* -10 (/ (pow p 2) (pow x 6))) (* 3 (/ 1 (pow x 4))))) (/ 1 (pow x 2)))))> |
#<alt 1/2> |
#<alt (+ 1/2 (* 1/8 (/ (pow x 6) (pow p 6))))> |
#<alt (+ 1/2 (+ (* 1/16 (/ (pow x 8) (pow p 8))) (* 1/8 (/ (pow x 6) (pow p 6)))))> |
#<alt (+ 1/2 (+ (* -1/2 (/ (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10))) (pow p 10))) (+ (* 1/16 (/ (pow x 8) (pow p 8))) (* 1/8 (/ (pow x 6) (pow p 6))))))> |
#<alt 1/2> |
#<alt (+ 1/2 (* 1/8 (/ (pow x 6) (pow p 6))))> |
#<alt (+ 1/2 (+ (* 1/16 (/ (pow x 8) (pow p 8))) (* 1/8 (/ (pow x 6) (pow p 6)))))> |
#<alt (+ 1/2 (+ (* -1/2 (/ (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10))) (pow p 10))) (+ (* 1/16 (/ (pow x 8) (pow p 8))) (* 1/8 (/ (pow x 6) (pow p 6))))))> |
#<alt (* 1/8 (/ (pow x 6) (pow p 6)))> |
#<alt (* (pow x 6) (+ (* 1/16 (/ (pow x 2) (pow p 8))) (* 1/8 (/ 1 (pow p 6)))))> |
#<alt (* (pow x 6) (+ (* (pow x 2) (+ (* -1/32 (/ (pow x 2) (pow p 10))) (* 1/16 (/ 1 (pow p 8))))) (* 1/8 (/ 1 (pow p 6)))))> |
#<alt (* (pow x 6) (+ (* (pow x 2) (+ (* (pow x 2) (- (* -5/64 (/ (pow x 2) (pow p 12))) (* 1/32 (/ 1 (pow p 10))))) (* 1/16 (/ 1 (pow p 8))))) (* 1/8 (/ 1 (pow p 6)))))> |
#<alt 1/2> |
#<alt (+ 1/2 (* -1 (/ (pow p 2) (pow x 2))))> |
#<alt (- (+ 1/2 (* -1 (/ (+ (* -2 (pow p 4)) (* -1 (pow p 4))) (pow x 4)))) (/ (pow p 2) (pow x 2)))> |
#<alt (- (+ 1/2 (* -1 (/ (+ (* -2 (* (pow p 2) (+ (* -2 (pow p 4)) (* -1 (pow p 4))))) (* 4 (pow p 6))) (pow x 6)))) (+ (* -2 (/ (pow p 4) (pow x 4))) (+ (* -1 (/ (pow p 4) (pow x 4))) (/ (pow p 2) (pow x 2)))))> |
#<alt 1/2> |
#<alt (+ 1/2 (* -1 (/ (pow p 2) (pow x 2))))> |
#<alt (- (+ 1/2 (* -1 (/ (+ (* -2 (pow p 4)) (* -1 (pow p 4))) (pow x 4)))) (/ (pow p 2) (pow x 2)))> |
#<alt (- (+ 1/2 (* -1 (/ (+ (* -2 (* (pow p 2) (+ (* -2 (pow p 4)) (* -1 (pow p 4))))) (* 4 (pow p 6))) (pow x 6)))) (+ (* -2 (/ (pow p 4) (pow x 4))) (+ (* -1 (/ (pow p 4) (pow x 4))) (/ (pow p 2) (pow x 2)))))> |
#<alt 1/2> |
#<alt (+ 1/2 (* -1 (/ (pow p 2) (pow x 2))))> |
#<alt (+ 1/2 (* (pow p 2) (- (* 3 (/ (pow p 2) (pow x 4))) (/ 1 (pow x 2)))))> |
#<alt (+ 1/2 (* (pow p 2) (- (* (pow p 2) (+ (* -10 (/ (pow p 2) (pow x 6))) (* 3 (/ 1 (pow x 4))))) (/ 1 (pow x 2)))))> |
#<alt (* 1/8 (/ (pow x 6) (pow p 6)))> |
#<alt (/ (+ (* 1/16 (/ (pow x 8) (pow p 2))) (* 1/8 (pow x 6))) (pow p 6))> |
#<alt (/ (+ (* -1/2 (/ (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10))) (pow p 4))) (+ (* 1/16 (/ (pow x 8) (pow p 2))) (* 1/8 (pow x 6)))) (pow p 6))> |
#<alt (/ (+ (* -1/2 (/ (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10))) (pow p 4))) (+ (* -1/2 (/ (+ (* 1/8 (pow x 12)) (* 1/2 (* (pow x 2) (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10)))))) (pow p 6))) (+ (* 1/16 (/ (pow x 8) (pow p 2))) (* 1/8 (pow x 6))))) (pow p 6))> |
#<alt (* 1/8 (/ (pow x 6) (pow p 6)))> |
#<alt (/ (+ (* 1/16 (/ (pow x 8) (pow p 2))) (* 1/8 (pow x 6))) (pow p 6))> |
#<alt (/ (+ (* -1/2 (/ (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10))) (pow p 4))) (+ (* 1/16 (/ (pow x 8) (pow p 2))) (* 1/8 (pow x 6)))) (pow p 6))> |
#<alt (/ (+ (* -1/2 (/ (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10))) (pow p 4))) (+ (* -1/2 (/ (+ (* 1/8 (pow x 12)) (* 1/2 (* (pow x 2) (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10)))))) (pow p 6))) (+ (* 1/16 (/ (pow x 8) (pow p 2))) (* 1/8 (pow x 6))))) (pow p 6))> |
#<alt (* 4 (/ (pow p 6) (pow x 5)))> |
#<alt (/ (+ (* -2 (* (pow p 4) (pow x 2))) (* 4 (pow p 6))) (pow x 5))> |
#<alt (/ (+ (* 4 (pow p 6)) (* (pow x 2) (+ (* -2 (pow p 4)) (* 2 (* (pow p 2) (pow x 2)))))) (pow x 5))> |
#<alt (/ (+ (* 4 (pow p 6)) (* (pow x 2) (+ (* -2 (pow p 4)) (* (pow x 2) (+ (* 2 (pow p 2)) (pow x 2)))))) (pow x 5))> |
#<alt x> |
#<alt (* x (+ 1 (* 2 (/ (pow p 2) (pow x 2)))))> |
#<alt (* x (+ 1 (+ (* -2 (/ (pow p 4) (pow x 4))) (* 2 (/ (pow p 2) (pow x 2))))))> |
#<alt (* x (+ 1 (+ (* -2 (/ (pow p 4) (pow x 4))) (+ (* 2 (/ (pow p 2) (pow x 2))) (* 4 (/ (pow p 6) (pow x 6)))))))> |
#<alt x> |
#<alt (* -1 (* x (- (* -2 (/ (pow p 2) (pow x 2))) 1)))> |
#<alt (* -1 (* x (- (+ (* -2 (/ (pow p 2) (pow x 2))) (* 2 (/ (pow p 4) (pow x 4)))) 1)))> |
#<alt (* -1 (* x (- (+ (* -4 (/ (pow p 6) (pow x 6))) (+ (* -2 (/ (pow p 2) (pow x 2))) (* 2 (/ (pow p 4) (pow x 4))))) 1)))> |
#<alt x> |
#<alt (+ x (* 2 (/ (pow p 2) x)))> |
#<alt (+ x (* (pow p 2) (+ (* -2 (/ (pow p 2) (pow x 3))) (* 2 (/ 1 x)))))> |
#<alt (+ x (* (pow p 2) (+ (* (pow p 2) (- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3))))) (* 2 (/ 1 x)))))> |
#<alt (* 4 (/ (pow p 6) (pow x 5)))> |
#<alt (* (pow p 6) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3))))))> |
#<alt (* (pow p 6) (- (+ (* 4 (/ 1 (pow x 5))) (/ 2 (* (pow p 4) x))) (/ 2 (* (pow p 2) (pow x 3)))))> |
#<alt (* (pow p 6) (- (+ (* 2 (/ 1 (* (pow p 4) x))) (+ (* 4 (/ 1 (pow x 5))) (/ x (pow p 6)))) (/ 2 (* (pow p 2) (pow x 3)))))> |
#<alt (* 4 (/ (pow p 6) (pow x 5)))> |
#<alt (* (pow p 6) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3))))))> |
#<alt (* (pow p 6) (- (+ (* 4 (/ 1 (pow x 5))) (/ 2 (* (pow p 4) x))) (/ 2 (* (pow p 2) (pow x 3)))))> |
#<alt (* (pow p 6) (- (+ (* 2 (/ 1 (* (pow p 4) x))) (+ (* 4 (/ 1 (pow x 5))) (/ x (pow p 6)))) (/ 2 (* (pow p 2) (pow x 3)))))> |
#<alt (* -1 (/ p x))> |
#<alt (* -1 (/ p x))> |
#<alt (* -1 (/ p x))> |
#<alt (* -1 (/ p x))> |
#<alt (* -1 (/ p x))> |
#<alt (* -1 (/ p x))> |
#<alt (* -1 (/ p x))> |
#<alt (* -1 (/ p x))> |
#<alt (* -1 (/ p x))> |
#<alt (* -1 (/ p x))> |
#<alt (* -1 (/ p x))> |
#<alt (* -1 (/ p x))> |
#<alt (* -1 (/ p x))> |
#<alt (* -1 (/ p x))> |
#<alt (* -1 (/ p x))> |
#<alt (* -1 (/ p x))> |
#<alt (* -1 (/ p x))> |
#<alt (* -1 (/ p x))> |
#<alt (* -1 (/ p x))> |
#<alt (* -1 (/ p x))> |
#<alt (* -1 (/ p x))> |
#<alt (* -1 (/ p x))> |
#<alt (* -1 (/ p x))> |
#<alt (* -1 (/ p x))> |
#<alt (* -1 x)> |
#<alt (* -1 x)> |
#<alt (* -1 x)> |
#<alt (* -1 x)> |
#<alt (* -1 x)> |
#<alt (* -1 x)> |
#<alt (* -1 x)> |
#<alt (* -1 x)> |
#<alt (* -1 x)> |
#<alt (* -1 x)> |
#<alt (* -1 x)> |
#<alt (* -1 x)> |
#<alt 1> |
#<alt (+ 1 (* -1/2 (/ (pow p 2) (pow x 2))))> |
#<alt (+ 1 (* -1/2 (/ (pow p 2) (pow x 2))))> |
#<alt (+ 1 (* -1/2 (/ (pow p 2) (pow x 2))))> |
#<alt (* -1/2 (/ (pow p 2) (pow x 2)))> |
#<alt (* (pow p 2) (- (/ 1 (pow p 2)) (* 1/2 (/ 1 (pow x 2)))))> |
#<alt (* (pow p 2) (- (/ 1 (pow p 2)) (* 1/2 (/ 1 (pow x 2)))))> |
#<alt (* (pow p 2) (- (/ 1 (pow p 2)) (* 1/2 (/ 1 (pow x 2)))))> |
#<alt (* -1/2 (/ (pow p 2) (pow x 2)))> |
#<alt (* (pow p 2) (- (/ 1 (pow p 2)) (* 1/2 (/ 1 (pow x 2)))))> |
#<alt (* (pow p 2) (- (/ 1 (pow p 2)) (* 1/2 (/ 1 (pow x 2)))))> |
#<alt (* (pow p 2) (- (/ 1 (pow p 2)) (* 1/2 (/ 1 (pow x 2)))))> |
#<alt (* -1/2 (/ (pow p 2) (pow x 2)))> |
#<alt (/ (+ (* -1/2 (pow p 2)) (pow x 2)) (pow x 2))> |
#<alt (/ (+ (* -1/2 (pow p 2)) (pow x 2)) (pow x 2))> |
#<alt (/ (+ (* -1/2 (pow p 2)) (pow x 2)) (pow x 2))> |
#<alt 1> |
#<alt (+ 1 (* -1/2 (/ (pow p 2) (pow x 2))))> |
#<alt (+ 1 (* -1/2 (/ (pow p 2) (pow x 2))))> |
#<alt (+ 1 (* -1/2 (/ (pow p 2) (pow x 2))))> |
#<alt 1> |
#<alt (+ 1 (* -1/2 (/ (pow p 2) (pow x 2))))> |
#<alt (+ 1 (* -1/2 (/ (pow p 2) (pow x 2))))> |
#<alt (+ 1 (* -1/2 (/ (pow p 2) (pow x 2))))> |
#<alt (* -1/2 (/ (pow p 2) (pow x 2)))> |
#<alt (* -1/2 (/ (pow p 2) (pow x 2)))> |
#<alt (* -1/2 (/ (pow p 2) (pow x 2)))> |
#<alt (* -1/2 (/ (pow p 2) (pow x 2)))> |
#<alt (* -1/2 (/ (pow p 2) (pow x 2)))> |
#<alt (* -1/2 (/ (pow p 2) (pow x 2)))> |
#<alt (* -1/2 (/ (pow p 2) (pow x 2)))> |
#<alt (* -1/2 (/ (pow p 2) (pow x 2)))> |
#<alt (* -1/2 (/ (pow p 2) (pow x 2)))> |
#<alt (* -1/2 (/ (pow p 2) (pow x 2)))> |
#<alt (* -1/2 (/ (pow p 2) (pow x 2)))> |
#<alt (* -1/2 (/ (pow p 2) (pow x 2)))> |
#<alt (* -1/2 (/ (pow p 2) (pow x 2)))> |
#<alt (* -1/2 (/ (pow p 2) (pow x 2)))> |
#<alt (* -1/2 (/ (pow p 2) (pow x 2)))> |
#<alt (* -1/2 (/ (pow p 2) (pow x 2)))> |
#<alt (* -1/2 (/ (pow p 2) (pow x 2)))> |
#<alt (* -1/2 (/ (pow p 2) (pow x 2)))> |
#<alt (* -1/2 (/ (pow p 2) (pow x 2)))> |
#<alt (* -1/2 (/ (pow p 2) (pow x 2)))> |
#<alt (* -1/2 (/ (pow p 2) (pow x 2)))> |
#<alt (* -1/2 (/ (pow p 2) (pow x 2)))> |
#<alt (* -1/2 (/ (pow p 2) (pow x 2)))> |
#<alt (* -1/2 (/ (pow p 2) (pow x 2)))> |
#<alt (* -1/2 (pow p 2))> |
#<alt (* -1/2 (pow p 2))> |
#<alt (* -1/2 (pow p 2))> |
#<alt (* -1/2 (pow p 2))> |
#<alt (* -1/2 (pow p 2))> |
#<alt (* -1/2 (pow p 2))> |
#<alt (* -1/2 (pow p 2))> |
#<alt (* -1/2 (pow p 2))> |
#<alt (* -1/2 (pow p 2))> |
#<alt (* -1/2 (pow p 2))> |
#<alt (* -1/2 (pow p 2))> |
#<alt (* -1/2 (pow p 2))> |
#<alt (pow p 2)> |
#<alt (pow p 2)> |
#<alt (pow p 2)> |
#<alt (pow p 2)> |
#<alt (pow p 2)> |
#<alt (pow p 2)> |
#<alt (pow p 2)> |
#<alt (pow p 2)> |
#<alt (pow p 2)> |
#<alt (pow p 2)> |
#<alt (pow p 2)> |
#<alt (pow p 2)> |
#<alt (sqrt 1/2)> |
#<alt (+ (sqrt 1/2) (* 1/8 (/ x (* p (sqrt 1/2)))))> |
#<alt (+ (sqrt 1/2) (* x (+ (* -1/128 (/ x (* (pow p 2) (pow (sqrt 1/2) 3)))) (* 1/8 (/ 1 (* p (sqrt 1/2)))))))> |
#<alt (+ (sqrt 1/2) (* x (+ (* x (- (* 1/2 (/ (* x (- (* 1/512 (/ 1 (* (pow p 3) (pow (sqrt 1/2) 4)))) (* 1/32 (/ 1 (pow p 3))))) (sqrt 1/2))) (* 1/128 (/ 1 (* (pow p 2) (pow (sqrt 1/2) 3)))))) (* 1/8 (/ 1 (* p (sqrt 1/2)))))))> |
#<alt (sqrt 1/2)> |
#<alt (+ (sqrt 1/2) (/ p (* x (sqrt 1/2))))> |
#<alt (+ (sqrt 1/2) (+ (* -1/2 (/ (pow p 2) (* (pow x 2) (pow (sqrt 1/2) 3)))) (/ p (* x (sqrt 1/2)))))> |
#<alt (+ (sqrt 1/2) (+ (* -1/2 (/ (+ (* -1 (/ (pow p 3) (pow (sqrt 1/2) 4))) (* 16 (pow p 3))) (* (pow x 3) (sqrt 1/2)))) (+ (* -1/2 (/ (pow p 2) (* (pow x 2) (pow (sqrt 1/2) 3)))) (/ p (* x (sqrt 1/2))))))> |
#<alt (* (sqrt -1) (sqrt -1/2))> |
#<alt (+ (* -1 (/ (* p (sqrt -1)) (* x (sqrt -1/2)))) (* (sqrt -1) (sqrt -1/2)))> |
#<alt (+ (* -1 (/ (+ (* 1/2 (/ (* (pow p 2) (sqrt -1)) (* x (pow (sqrt -1/2) 3)))) (/ (* p (sqrt -1)) (sqrt -1/2))) x)) (* (sqrt -1) (sqrt -1/2)))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (* (pow p 2) (sqrt -1)) (pow (sqrt -1/2) 3))) (* 1/2 (/ (* (sqrt -1) (+ (* -1 (/ (pow p 3) (pow (sqrt -1/2) 4))) (* 16 (pow p 3)))) (* x (sqrt -1/2))))) x)) (/ (* p (sqrt -1)) (sqrt -1/2))) x)) (* (sqrt -1) (sqrt -1/2)))> |
#<alt (sqrt 1/2)> |
#<alt (+ (sqrt 1/2) (/ p (* x (sqrt 1/2))))> |
#<alt (+ (sqrt 1/2) (* p (+ (* -1/2 (/ p (* (pow x 2) (pow (sqrt 1/2) 3)))) (/ 1 (* x (sqrt 1/2))))))> |
#<alt (+ (sqrt 1/2) (* p (+ (* p (- (* 1/2 (/ (* p (- (/ 1 (* (pow x 3) (pow (sqrt 1/2) 4))) (* 16 (/ 1 (pow x 3))))) (sqrt 1/2))) (* 1/2 (/ 1 (* (pow x 2) (pow (sqrt 1/2) 3)))))) (/ 1 (* x (sqrt 1/2))))))> |
#<alt (sqrt 1/2)> |
#<alt (+ (sqrt 1/2) (* 1/8 (/ x (* p (sqrt 1/2)))))> |
#<alt (+ (sqrt 1/2) (+ (* -1/128 (/ (pow x 2) (* (pow p 2) (pow (sqrt 1/2) 3)))) (* 1/8 (/ x (* p (sqrt 1/2))))))> |
#<alt (+ (sqrt 1/2) (+ (* -1/2 (/ (+ (* -1/512 (/ (pow x 3) (pow (sqrt 1/2) 4))) (* 1/32 (pow x 3))) (* (pow p 3) (sqrt 1/2)))) (+ (* -1/128 (/ (pow x 2) (* (pow p 2) (pow (sqrt 1/2) 3)))) (* 1/8 (/ x (* p (sqrt 1/2)))))))> |
#<alt (sqrt 1/2)> |
#<alt (+ (sqrt 1/2) (* 1/8 (/ x (* p (sqrt 1/2)))))> |
#<alt (+ (sqrt 1/2) (* -1 (/ (+ (* -1/8 (/ x (sqrt 1/2))) (* 1/128 (/ (pow x 2) (* p (pow (sqrt 1/2) 3))))) p)))> |
#<alt (+ (sqrt 1/2) (* -1 (/ (+ (* -1 (/ (+ (* -1/128 (/ (pow x 2) (pow (sqrt 1/2) 3))) (* 1/2 (/ (+ (* -1/32 (pow x 3)) (* 1/512 (/ (pow x 3) (pow (sqrt 1/2) 4)))) (* p (sqrt 1/2))))) p)) (* -1/8 (/ x (sqrt 1/2)))) p)))> |
#<alt 1/2> |
#<alt (+ 1/2 (* 1/4 (/ x p)))> |
#<alt (+ 1/2 (* x (+ (* -1/32 (/ (pow x 2) (pow p 3))) (* 1/4 (/ 1 p)))))> |
#<alt (+ 1/2 (* x (+ (* (pow x 2) (- (* 1/256 (/ (pow x 2) (pow p 5))) (* 1/32 (/ 1 (pow p 3))))) (* 1/4 (/ 1 p)))))> |
#<alt 1/2> |
#<alt (+ 1/2 (* 2 (/ p x)))> |
#<alt (- (+ 1/2 (* -16 (/ (pow p 3) (pow x 3)))) (* -2 (/ p x)))> |
#<alt (- (+ 1/2 (* 128 (/ (pow p 5) (pow x 5)))) (+ (* -2 (/ p x)) (* 16 (/ (pow p 3) (pow x 3)))))> |
#<alt 1/2> |
#<alt (+ 1/2 (* 2 (/ p x)))> |
#<alt (+ 1/2 (* -1 (/ (+ (* -2 p) (* 16 (/ (pow p 3) (pow x 2)))) x)))> |
#<alt (+ 1/2 (* -1 (/ (+ (* -128 (/ (pow p 5) (pow x 4))) (+ (* -2 p) (* 16 (/ (pow p 3) (pow x 2))))) x)))> |
#<alt 1/2> |
#<alt (+ 1/2 (* 2 (/ p x)))> |
#<alt (+ 1/2 (* p (+ (* -16 (/ (pow p 2) (pow x 3))) (* 2 (/ 1 x)))))> |
#<alt (+ 1/2 (* p (+ (* (pow p 2) (- (* 128 (/ (pow p 2) (pow x 5))) (* 16 (/ 1 (pow x 3))))) (* 2 (/ 1 x)))))> |
#<alt 1/2> |
#<alt (+ 1/2 (* 1/4 (/ x p)))> |
#<alt (- (+ 1/2 (* -1/32 (/ (pow x 3) (pow p 3)))) (* -1/4 (/ x p)))> |
#<alt (- (+ 1/2 (* 1/256 (/ (pow x 5) (pow p 5)))) (+ (* -1/4 (/ x p)) (* 1/32 (/ (pow x 3) (pow p 3)))))> |
#<alt 1/2> |
#<alt (+ 1/2 (* 1/4 (/ x p)))> |
#<alt (+ 1/2 (* -1 (/ (- (* 1/32 (/ (pow x 3) (pow p 2))) (* 1/4 x)) p)))> |
#<alt (+ 1/2 (* -1 (/ (- (* -1/256 (/ (pow x 5) (pow p 4))) (+ (* -1/32 (/ (pow x 3) (pow p 2))) (* 1/4 x))) p)))> |
#<alt -1/2> |
#<alt (- (* 1/4 (/ x p)) 1/2)> |
#<alt (- (* x (+ (* -1/32 (/ (pow x 2) (pow p 3))) (* 1/4 (/ 1 p)))) 1/2)> |
#<alt (- (* x (+ (* (pow x 2) (- (* 1/256 (/ (pow x 2) (pow p 5))) (* 1/32 (/ 1 (pow p 3))))) (* 1/4 (/ 1 p)))) 1/2)> |
#<alt -1/2> |
#<alt (- (* 2 (/ p x)) 1/2)> |
#<alt (- (+ (* -16 (/ (pow p 3) (pow x 3))) (* 2 (/ p x))) 1/2)> |
#<alt (- (+ (* -16 (/ (pow p 3) (pow x 3))) (+ (* 2 (/ p x)) (* 128 (/ (pow p 5) (pow x 5))))) 1/2)> |
#<alt -1/2> |
#<alt (- (* 2 (/ p x)) 1/2)> |
#<alt (- (* -1 (/ (- (* 16 (/ (pow p 3) (pow x 2))) (* 2 p)) x)) 1/2)> |
#<alt (- (* -1 (/ (- (* -128 (/ (pow p 5) (pow x 4))) (+ (* -16 (/ (pow p 3) (pow x 2))) (* 2 p))) x)) 1/2)> |
#<alt -1/2> |
#<alt (- (* 2 (/ p x)) 1/2)> |
#<alt (- (* p (+ (* -16 (/ (pow p 2) (pow x 3))) (* 2 (/ 1 x)))) 1/2)> |
#<alt (- (* p (+ (* (pow p 2) (- (* 128 (/ (pow p 2) (pow x 5))) (* 16 (/ 1 (pow x 3))))) (* 2 (/ 1 x)))) 1/2)> |
#<alt -1/2> |
#<alt (- (* 1/4 (/ x p)) 1/2)> |
#<alt (- (+ (* -1/32 (/ (pow x 3) (pow p 3))) (* 1/4 (/ x p))) 1/2)> |
#<alt (- (+ (* -1/32 (/ (pow x 3) (pow p 3))) (+ (* 1/256 (/ (pow x 5) (pow p 5))) (* 1/4 (/ x p)))) 1/2)> |
#<alt -1/2> |
#<alt (- (* 1/4 (/ x p)) 1/2)> |
#<alt (- (* -1 (/ (+ (* -1/4 x) (* 1/32 (/ (pow x 3) (pow p 2)))) p)) 1/2)> |
#<alt (- (* -1 (/ (+ (* -1/4 x) (+ (* -1/256 (/ (pow x 5) (pow p 4))) (* 1/32 (/ (pow x 3) (pow p 2))))) p)) 1/2)> |
#<alt (* 1/4 (/ x p))> |
#<alt (* x (+ (* -1/32 (/ (pow x 2) (pow p 3))) (* 1/4 (/ 1 p))))> |
#<alt (* x (+ (* (pow x 2) (- (* 1/256 (/ (pow x 2) (pow p 5))) (* 1/32 (/ 1 (pow p 3))))) (* 1/4 (/ 1 p))))> |
#<alt (* x (+ (* (pow x 2) (- (* (pow x 2) (+ (* -1/2048 (/ (pow x 2) (pow p 7))) (* 1/256 (/ 1 (pow p 5))))) (* 1/32 (/ 1 (pow p 3))))) (* 1/4 (/ 1 p))))> |
#<alt (* 2 (/ p x))> |
#<alt (/ (+ (* -16 (/ (pow p 3) (pow x 2))) (* 2 p)) x)> |
#<alt (/ (- (+ (* 2 p) (* 128 (/ (pow p 5) (pow x 4)))) (* 16 (/ (pow p 3) (pow x 2)))) x)> |
#<alt (/ (- (+ (* -1024 (/ (pow p 7) (pow x 6))) (* 2 p)) (+ (* -128 (/ (pow p 5) (pow x 4))) (* 16 (/ (pow p 3) (pow x 2))))) x)> |
#<alt (* 2 (/ p x))> |
#<alt (* -1 (/ (+ (* -2 p) (* 16 (/ (pow p 3) (pow x 2)))) x))> |
#<alt (* -1 (/ (- (+ (* -128 (/ (pow p 5) (pow x 4))) (* -2 p)) (* -16 (/ (pow p 3) (pow x 2)))) x))> |
#<alt (* -1 (/ (- (+ (* -2 p) (* 1024 (/ (pow p 7) (pow x 6)))) (+ (* -16 (/ (pow p 3) (pow x 2))) (* 128 (/ (pow p 5) (pow x 4))))) x))> |
#<alt (* 2 (/ p x))> |
#<alt (* p (+ (* -16 (/ (pow p 2) (pow x 3))) (* 2 (/ 1 x))))> |
#<alt (* p (+ (* (pow p 2) (- (* 128 (/ (pow p 2) (pow x 5))) (* 16 (/ 1 (pow x 3))))) (* 2 (/ 1 x))))> |
#<alt (* p (+ (* (pow p 2) (- (* (pow p 2) (+ (* -1024 (/ (pow p 2) (pow x 7))) (* 128 (/ 1 (pow x 5))))) (* 16 (/ 1 (pow x 3))))) (* 2 (/ 1 x))))> |
#<alt (* 1/4 (/ x p))> |
#<alt (/ (+ (* -1/32 (/ (pow x 3) (pow p 2))) (* 1/4 x)) p)> |
#<alt (/ (+ (* -1/32 (/ (pow x 3) (pow p 2))) (+ (* 1/256 (/ (pow x 5) (pow p 4))) (* 1/4 x))) p)> |
#<alt (/ (+ (* -1/32 (/ (pow x 3) (pow p 2))) (+ (* -1/2048 (/ (pow x 7) (pow p 6))) (+ (* 1/256 (/ (pow x 5) (pow p 4))) (* 1/4 x)))) p)> |
#<alt (* 1/4 (/ x p))> |
#<alt (* -1 (/ (+ (* -1/4 x) (* 1/32 (/ (pow x 3) (pow p 2)))) p))> |
#<alt (* -1 (/ (+ (* -1/4 x) (+ (* -1/256 (/ (pow x 5) (pow p 4))) (* 1/32 (/ (pow x 3) (pow p 2))))) p))> |
#<alt (* -1 (/ (+ (* -1/4 x) (+ (* -1/256 (/ (pow x 5) (pow p 4))) (+ (* 1/2048 (/ (pow x 7) (pow p 6))) (* 1/32 (/ (pow x 3) (pow p 2)))))) p))> |
#<alt (* -2 (/ (pow p 2) (pow x 3)))> |
#<alt (* (pow p 2) (- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3)))))> |
#<alt (* (pow p 2) (- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3)))))> |
#<alt (* (pow p 2) (- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3)))))> |
#<alt (* 4 (/ (pow p 4) (pow x 5)))> |
#<alt (* (pow p 4) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3))))))> |
#<alt (* (pow p 4) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3))))))> |
#<alt (* (pow p 4) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3))))))> |
#<alt (* 4 (/ (pow p 4) (pow x 5)))> |
#<alt (* (pow p 4) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3))))))> |
#<alt (* (pow p 4) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3))))))> |
#<alt (* (pow p 4) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3))))))> |
#<alt (* 4 (/ (pow p 4) (pow x 5)))> |
#<alt (/ (+ (* -2 (* (pow p 2) (pow x 2))) (* 4 (pow p 4))) (pow x 5))> |
#<alt (/ (+ (* -2 (* (pow p 2) (pow x 2))) (* 4 (pow p 4))) (pow x 5))> |
#<alt (/ (+ (* -2 (* (pow p 2) (pow x 2))) (* 4 (pow p 4))) (pow x 5))> |
#<alt (* -2 (/ (pow p 2) (pow x 3)))> |
#<alt (/ (+ (* -2 (pow p 2)) (* 4 (/ (pow p 4) (pow x 2)))) (pow x 3))> |
#<alt (/ (+ (* -2 (pow p 2)) (* 4 (/ (pow p 4) (pow x 2)))) (pow x 3))> |
#<alt (/ (+ (* -2 (pow p 2)) (* 4 (/ (pow p 4) (pow x 2)))) (pow x 3))> |
#<alt (* -2 (/ (pow p 2) (pow x 3)))> |
#<alt (* -1 (/ (+ (* -4 (/ (pow p 4) (pow x 2))) (* 2 (pow p 2))) (pow x 3)))> |
#<alt (* -1 (/ (+ (* -4 (/ (pow p 4) (pow x 2))) (* 2 (pow p 2))) (pow x 3)))> |
#<alt (* -1 (/ (+ (* -4 (/ (pow p 4) (pow x 2))) (* 2 (pow p 2))) (pow x 3)))> |
#<alt (* 4 (/ (pow p 2) (pow x 2)))> |
#<alt (* 4 (/ (pow p 2) (pow x 2)))> |
#<alt (* 4 (/ (pow p 2) (pow x 2)))> |
#<alt (* 4 (/ (pow p 2) (pow x 2)))> |
#<alt (* 4 (/ (pow p 2) (pow x 2)))> |
#<alt (* 4 (/ (pow p 2) (pow x 2)))> |
#<alt (* 4 (/ (pow p 2) (pow x 2)))> |
#<alt (* 4 (/ (pow p 2) (pow x 2)))> |
#<alt (* 4 (/ (pow p 2) (pow x 2)))> |
#<alt (* 4 (/ (pow p 2) (pow x 2)))> |
#<alt (* 4 (/ (pow p 2) (pow x 2)))> |
#<alt (* 4 (/ (pow p 2) (pow x 2)))> |
#<alt (* 4 (/ (pow p 2) (pow x 2)))> |
#<alt (* 4 (/ (pow p 2) (pow x 2)))> |
#<alt (* 4 (/ (pow p 2) (pow x 2)))> |
#<alt (* 4 (/ (pow p 2) (pow x 2)))> |
#<alt (* 4 (/ (pow p 2) (pow x 2)))> |
#<alt (* 4 (/ (pow p 2) (pow x 2)))> |
#<alt (* 4 (/ (pow p 2) (pow x 2)))> |
#<alt (* 4 (/ (pow p 2) (pow x 2)))> |
#<alt (* 4 (/ (pow p 2) (pow x 2)))> |
#<alt (* 4 (/ (pow p 2) (pow x 2)))> |
#<alt (* 4 (/ (pow p 2) (pow x 2)))> |
#<alt (* 4 (/ (pow p 2) (pow x 2)))> |
#<alt (/ -2 (pow x 3))> |
#<alt (- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3))))> |
#<alt (- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3))))> |
#<alt (- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3))))> |
#<alt (* 4 (/ (pow p 2) (pow x 5)))> |
#<alt (* (pow p 2) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3))))))> |
#<alt (* (pow p 2) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3))))))> |
#<alt (* (pow p 2) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3))))))> |
#<alt (* 4 (/ (pow p 2) (pow x 5)))> |
#<alt (* (pow p 2) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3))))))> |
#<alt (* (pow p 2) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3))))))> |
#<alt (* (pow p 2) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3))))))> |
#<alt (* 4 (/ (pow p 2) (pow x 5)))> |
#<alt (/ (+ (* -2 (pow x 2)) (* 4 (pow p 2))) (pow x 5))> |
#<alt (/ (+ (* -2 (pow x 2)) (* 4 (pow p 2))) (pow x 5))> |
#<alt (/ (+ (* -2 (pow x 2)) (* 4 (pow p 2))) (pow x 5))> |
#<alt (/ -2 (pow x 3))> |
#<alt (/ (- (* 4 (/ (pow p 2) (pow x 2))) 2) (pow x 3))> |
#<alt (/ (- (* 4 (/ (pow p 2) (pow x 2))) 2) (pow x 3))> |
#<alt (/ (- (* 4 (/ (pow p 2) (pow x 2))) 2) (pow x 3))> |
#<alt (/ -2 (pow x 3))> |
#<alt (* -1 (/ (+ 2 (* -4 (/ (pow p 2) (pow x 2)))) (pow x 3)))> |
#<alt (* -1 (/ (+ 2 (* -4 (/ (pow p 2) (pow x 2)))) (pow x 3)))> |
#<alt (* -1 (/ (+ 2 (* -4 (/ (pow p 2) (pow x 2)))) (pow x 3)))> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (* 1/2 (/ x p))> |
#<alt (* x (+ (* -1/16 (/ (pow x 2) (pow p 3))) (* 1/2 (/ 1 p))))> |
#<alt (* x (+ (* (pow x 2) (- (* 1/128 (/ (pow x 2) (pow p 5))) (* 1/16 (/ 1 (pow p 3))))) (* 1/2 (/ 1 p))))> |
#<alt (* x (+ (* (pow x 2) (- (* (pow x 2) (+ (* -1/1024 (/ (pow x 2) (pow p 7))) (* 1/128 (/ 1 (pow p 5))))) (* 1/16 (/ 1 (pow p 3))))) (* 1/2 (/ 1 p))))> |
#<alt (* 4 (/ p x))> |
#<alt (/ (+ (* -32 (/ (pow p 3) (pow x 2))) (* 4 p)) x)> |
#<alt (/ (- (+ (* 4 p) (* 256 (/ (pow p 5) (pow x 4)))) (* 32 (/ (pow p 3) (pow x 2)))) x)> |
#<alt (/ (- (+ (* -2048 (/ (pow p 7) (pow x 6))) (* 4 p)) (+ (* -256 (/ (pow p 5) (pow x 4))) (* 32 (/ (pow p 3) (pow x 2))))) x)> |
#<alt (* 4 (/ p x))> |
#<alt (* -1 (/ (+ (* -4 p) (* 32 (/ (pow p 3) (pow x 2)))) x))> |
#<alt (* -1 (/ (- (+ (* -256 (/ (pow p 5) (pow x 4))) (* -4 p)) (* -32 (/ (pow p 3) (pow x 2)))) x))> |
#<alt (* -1 (/ (- (+ (* -4 p) (* 2048 (/ (pow p 7) (pow x 6)))) (+ (* -32 (/ (pow p 3) (pow x 2))) (* 256 (/ (pow p 5) (pow x 4))))) x))> |
#<alt (* 4 (/ p x))> |
#<alt (* p (+ (* -32 (/ (pow p 2) (pow x 3))) (* 4 (/ 1 x))))> |
#<alt (* p (+ (* (pow p 2) (- (* 256 (/ (pow p 2) (pow x 5))) (* 32 (/ 1 (pow x 3))))) (* 4 (/ 1 x))))> |
#<alt (* p (+ (* (pow p 2) (- (* (pow p 2) (+ (* -2048 (/ (pow p 2) (pow x 7))) (* 256 (/ 1 (pow x 5))))) (* 32 (/ 1 (pow x 3))))) (* 4 (/ 1 x))))> |
#<alt (* 1/2 (/ x p))> |
#<alt (/ (+ (* -1/16 (/ (pow x 3) (pow p 2))) (* 1/2 x)) p)> |
#<alt (/ (- (+ (* 1/128 (/ (pow x 5) (pow p 4))) (* 1/2 x)) (* 1/16 (/ (pow x 3) (pow p 2)))) p)> |
#<alt (/ (- (+ (* -1/1024 (/ (pow x 7) (pow p 6))) (* 1/2 x)) (+ (* -1/128 (/ (pow x 5) (pow p 4))) (* 1/16 (/ (pow x 3) (pow p 2))))) p)> |
#<alt (* 1/2 (/ x p))> |
#<alt (* -1 (/ (+ (* -1/2 x) (* 1/16 (/ (pow x 3) (pow p 2)))) p))> |
#<alt (* -1 (/ (- (+ (* -1/2 x) (* -1/128 (/ (pow x 5) (pow p 4)))) (* -1/16 (/ (pow x 3) (pow p 2)))) p))> |
#<alt (* -1 (/ (- (+ (* -1/2 x) (* 1/1024 (/ (pow x 7) (pow p 6)))) (+ (* -1/16 (/ (pow x 3) (pow p 2))) (* 1/128 (/ (pow x 5) (pow p 4))))) p))> |
#<alt (* 1/4 (/ (pow x 2) (pow p 2)))> |
#<alt (* (pow x 2) (+ (* -1/16 (/ (pow x 2) (pow p 4))) (* 1/4 (/ 1 (pow p 2)))))> |
#<alt (* (pow x 2) (+ (* (pow x 2) (- (* 3/256 (/ (pow x 2) (pow p 6))) (* 1/16 (/ 1 (pow p 4))))) (* 1/4 (/ 1 (pow p 2)))))> |
#<alt (* (pow x 2) (+ (* (pow x 2) (- (* (pow x 2) (+ (* -1/512 (/ (pow x 2) (pow p 8))) (* 3/256 (/ 1 (pow p 6))))) (* 1/16 (/ 1 (pow p 4))))) (* 1/4 (/ 1 (pow p 2)))))> |
#<alt (* 16 (/ (pow p 2) (pow x 2)))> |
#<alt (/ (+ (* -256 (/ (pow p 4) (pow x 2))) (* 16 (pow p 2))) (pow x 2))> |
#<alt (/ (- (+ (* -1 (/ (+ (* -4096 (pow p 6)) (* 1024 (pow p 6))) (pow x 4))) (* 16 (pow p 2))) (* 256 (/ (pow p 4) (pow x 2)))) (pow x 2))> |
#<alt (/ (- (+ (* -1 (/ (+ (* -16384 (pow p 8)) (* -16 (* (pow p 2) (+ (* -4096 (pow p 6)) (* 1024 (pow p 6)))))) (pow x 6))) (* 16 (pow p 2))) (+ (* -4096 (/ (pow p 6) (pow x 4))) (+ (* 256 (/ (pow p 4) (pow x 2))) (* 1024 (/ (pow p 6) (pow x 4)))))) (pow x 2))> |
#<alt (* 16 (/ (pow p 2) (pow x 2)))> |
#<alt (/ (+ (* -256 (/ (pow p 4) (pow x 2))) (* 16 (pow p 2))) (pow x 2))> |
#<alt (/ (- (+ (* -1 (/ (+ (* -4096 (pow p 6)) (* 1024 (pow p 6))) (pow x 4))) (* 16 (pow p 2))) (* 256 (/ (pow p 4) (pow x 2)))) (pow x 2))> |
#<alt (/ (- (+ (* -1 (/ (+ (* -16384 (pow p 8)) (* -16 (* (pow p 2) (+ (* -4096 (pow p 6)) (* 1024 (pow p 6)))))) (pow x 6))) (* 16 (pow p 2))) (+ (* -4096 (/ (pow p 6) (pow x 4))) (+ (* 256 (/ (pow p 4) (pow x 2))) (* 1024 (/ (pow p 6) (pow x 4)))))) (pow x 2))> |
#<alt (* 16 (/ (pow p 2) (pow x 2)))> |
#<alt (* (pow p 2) (+ (* -256 (/ (pow p 2) (pow x 4))) (* 16 (/ 1 (pow x 2)))))> |
#<alt (* (pow p 2) (+ (* (pow p 2) (- (* 3072 (/ (pow p 2) (pow x 6))) (* 256 (/ 1 (pow x 4))))) (* 16 (/ 1 (pow x 2)))))> |
#<alt (* (pow p 2) (+ (* (pow p 2) (- (* (pow p 2) (+ (* -32768 (/ (pow p 2) (pow x 8))) (* 3072 (/ 1 (pow x 6))))) (* 256 (/ 1 (pow x 4))))) (* 16 (/ 1 (pow x 2)))))> |
#<alt (* 1/4 (/ (pow x 2) (pow p 2)))> |
#<alt (/ (+ (* -1/16 (/ (pow x 4) (pow p 2))) (* 1/4 (pow x 2))) (pow p 2))> |
#<alt (/ (- (+ (* -1 (/ (+ (* -1/64 (pow x 6)) (* 1/256 (pow x 6))) (pow p 4))) (* 1/4 (pow x 2))) (* 1/16 (/ (pow x 4) (pow p 2)))) (pow p 2))> |
#<alt (/ (- (+ (* -1 (/ (+ (* -1/4 (* (pow x 2) (+ (* -1/64 (pow x 6)) (* 1/256 (pow x 6))))) (* -1/1024 (pow x 8))) (pow p 6))) (* 1/4 (pow x 2))) (+ (* -1/64 (/ (pow x 6) (pow p 4))) (+ (* 1/256 (/ (pow x 6) (pow p 4))) (* 1/16 (/ (pow x 4) (pow p 2)))))) (pow p 2))> |
#<alt (* 1/4 (/ (pow x 2) (pow p 2)))> |
#<alt (/ (+ (* -1/16 (/ (pow x 4) (pow p 2))) (* 1/4 (pow x 2))) (pow p 2))> |
#<alt (/ (- (+ (* -1 (/ (+ (* -1/64 (pow x 6)) (* 1/256 (pow x 6))) (pow p 4))) (* 1/4 (pow x 2))) (* 1/16 (/ (pow x 4) (pow p 2)))) (pow p 2))> |
#<alt (/ (- (+ (* -1 (/ (+ (* -1/4 (* (pow x 2) (+ (* -1/64 (pow x 6)) (* 1/256 (pow x 6))))) (* -1/1024 (pow x 8))) (pow p 6))) (* 1/4 (pow x 2))) (+ (* -1/64 (/ (pow x 6) (pow p 4))) (+ (* 1/256 (/ (pow x 6) (pow p 4))) (* 1/16 (/ (pow x 4) (pow p 2)))))) (pow p 2))> |
#<alt (* 1/4 (/ (pow x 2) p))> |
#<alt (* 1/4 (/ (pow x 2) p))> |
#<alt (* 1/4 (/ (pow x 2) p))> |
#<alt (* 1/4 (/ (pow x 2) p))> |
#<alt (* 1/4 (/ (pow x 2) p))> |
#<alt (* 1/4 (/ (pow x 2) p))> |
#<alt (* 1/4 (/ (pow x 2) p))> |
#<alt (* 1/4 (/ (pow x 2) p))> |
#<alt (* 1/4 (/ (pow x 2) p))> |
#<alt (* 1/4 (/ (pow x 2) p))> |
#<alt (* 1/4 (/ (pow x 2) p))> |
#<alt (* 1/4 (/ (pow x 2) p))> |
#<alt (* 1/4 (/ (pow x 2) p))> |
#<alt (* 1/4 (/ (pow x 2) p))> |
#<alt (* 1/4 (/ (pow x 2) p))> |
#<alt (* 1/4 (/ (pow x 2) p))> |
#<alt (* 1/4 (/ (pow x 2) p))> |
#<alt (* 1/4 (/ (pow x 2) p))> |
#<alt (* 1/4 (/ (pow x 2) p))> |
#<alt (* 1/4 (/ (pow x 2) p))> |
#<alt (* 1/4 (/ (pow x 2) p))> |
#<alt (* 1/4 (/ (pow x 2) p))> |
#<alt (* 1/4 (/ (pow x 2) p))> |
#<alt (* 1/4 (/ (pow x 2) p))> |
114 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 12.0ms | x | @ | -inf | (sqrt (/ (- (* 1/4 (* (/ x (+ (* p 2) (/ (* (* x x) 1/4) p))) (/ x (+ (* p 2) (/ (* (* x x) 1/4) p))))) 1/4) (- (/ (/ x 2) (+ (* p 2) (/ (* (* x x) 1/4) p))) 1/2))) |
| 1.0ms | x | @ | inf | (sqrt (/ (- (* 1/4 (* (/ x (+ (* p 2) (/ (* (* x x) 1/4) p))) (/ x (+ (* p 2) (/ (* (* x x) 1/4) p))))) 1/4) (- (/ (/ x 2) (+ (* p 2) (/ (* (* x x) 1/4) p))) 1/2))) |
| 1.0ms | x | @ | inf | (sqrt (+ 1/2 (/ (* 1/2 x) (+ x (* p (* p (+ (/ 2 x) (* (* p p) (/ (+ -2 (/ (* (* p p) 4) (* x x))) (* x (* x x))))))))))) |
| 1.0ms | p | @ | inf | (* (/ x (+ (* p 2) (/ (* (* x x) 1/4) p))) (/ x (+ (* p 2) (/ (* (* x x) 1/4) p)))) |
| 1.0ms | x | @ | inf | (* (/ x (+ (* p 2) (/ (* (* x x) 1/4) p))) (/ x (+ (* p 2) (/ (* (* x x) 1/4) p)))) |
| 1× | batch-egg-rewrite |
| 3792× | *-lowering-*.f32 |
| 3792× | *-lowering-*.f64 |
| 2592× | pow-lowering-pow.f64 |
| 2592× | pow-lowering-pow.f32 |
| 2574× | /-lowering-/.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 45 | 305 |
| 1 | 304 | 288 |
| 2 | 2995 | 252 |
| 0 | 8165 | 252 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(sqrt (+ 1/2 (/ (* 1/2 x) (+ x (* p (* p (+ (/ 2 x) (* (* p p) (/ (+ -2 (/ (* (* p p) 4) (* x x))) (* x (* x x))))))))))) |
(+ 1/2 (/ (* 1/2 x) (+ x (* p (* p (+ (/ 2 x) (* (* p p) (/ (+ -2 (/ (* (* p p) 4) (* x x))) (* x (* x x)))))))))) |
(/ (* 1/2 x) (+ x (* p (* p (+ (/ 2 x) (* (* p p) (/ (+ -2 (/ (* (* p p) 4) (* x x))) (* x (* x x))))))))) |
(+ x (* p (* p (+ (/ 2 x) (* (* p p) (/ (+ -2 (/ (* (* p p) 4) (* x x))) (* x (* x x)))))))) |
(/ p (neg x)) |
(neg x) |
(+ 1 (/ (* (* p p) -1/2) (* x x))) |
(/ (* (* p p) -1/2) (* x x)) |
(* (* p p) -1/2) |
(* p p) |
(sqrt 1/2) |
(sqrt (/ (- (* 1/4 (* (/ x (+ (* p 2) (/ (* (* x x) 1/4) p))) (/ x (+ (* p 2) (/ (* (* x x) 1/4) p))))) 1/4) (- (/ (/ x 2) (+ (* p 2) (/ (* (* x x) 1/4) p))) 1/2))) |
(/ (- (* 1/4 (* (/ x (+ (* p 2) (/ (* (* x x) 1/4) p))) (/ x (+ (* p 2) (/ (* (* x x) 1/4) p))))) 1/4) (- (/ (/ x 2) (+ (* p 2) (/ (* (* x x) 1/4) p))) 1/2)) |
(- (/ (/ x 2) (+ (* p 2) (/ (* (* x x) 1/4) p))) 1/2) |
(/ (/ x 2) (+ (* p 2) (/ (* (* x x) 1/4) p))) |
(* (* p p) (/ (+ -2 (/ (* (* p p) 4) (* x x))) (* x (* x x)))) |
(/ (* (* p p) 4) (* x x)) |
(/ (+ -2 (/ (* (* p p) 4) (* x x))) (* x (* x x))) |
(* x x) |
(/ x (+ (* p 2) (/ (* (* x x) 1/4) p))) |
(* (/ x (+ (* p 2) (/ (* (* x x) 1/4) p))) (/ x (+ (* p 2) (/ (* (* x x) 1/4) p)))) |
(/ (* (* x x) 1/4) p) |
| Outputs |
|---|
(exp.f64 (*.f64 (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x (*.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) #s(literal 2 binary64))))) #s(literal 1/2 binary64))) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x (*.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) #s(literal 2 binary64))))) |
(/.f64 (sqrt.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 (/.f64 (*.f64 x (*.f64 x x)) #s(literal 8 binary64)) (*.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) (*.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))))))) (sqrt.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (*.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) #s(literal 2 binary64))) (-.f64 (/.f64 x (*.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) #s(literal 2 binary64))) #s(literal 1/2 binary64)))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))))))) (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))))))) |
(pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x (*.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) #s(literal 2 binary64)))) #s(literal 1/2 binary64)) |
(pow.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x (*.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) #s(literal 2 binary64)))) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x (*.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) #s(literal 2 binary64)))) (+.f64 #s(literal 1/2 binary64) (/.f64 x (*.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) #s(literal 2 binary64))))) #s(literal 1/4 binary64)) |
(pow.f64 (exp.f64 (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x (*.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) #s(literal 2 binary64)))))) #s(literal 1/2 binary64)) |
(*.f64 (sqrt.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 (/.f64 (*.f64 x (*.f64 x x)) #s(literal 8 binary64)) (*.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) (*.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))))))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (*.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) #s(literal 2 binary64))) (-.f64 (/.f64 x (*.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) #s(literal 2 binary64))) #s(literal 1/2 binary64))))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))))))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))))))) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x (*.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) #s(literal 2 binary64)))) #s(literal 1/4 binary64)) (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 x (*.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) #s(literal 2 binary64)))) #s(literal 1/4 binary64))) |
(+.f64 #s(literal 1/2 binary64) (/.f64 x (*.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) #s(literal 2 binary64)))) |
(+.f64 (/.f64 x (*.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) #s(literal 2 binary64))) #s(literal 1/2 binary64)) |
(-.f64 (/.f64 #s(literal 1/4 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))))))) (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))))))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))) #s(literal 1/2 binary64)) |
(fma.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))))) #s(literal 1/2 binary64)) |
(fma.f64 x (/.f64 #s(literal 1/2 binary64) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))) #s(literal 1/2 binary64)) |
(fma.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) #s(literal 2 binary64))) #s(literal 1/2 binary64)) |
(fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))) #s(literal 1/2 binary64)) |
(fma.f64 (/.f64 x #s(literal -2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))))) #s(literal 1/2 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))) (/.f64 x #s(literal 2 binary64)) #s(literal 1/2 binary64)) |
(fma.f64 (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) |
(fma.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))) (*.f64 (*.f64 p p) (*.f64 (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))) (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))))) (+.f64 (*.f64 x x) (*.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))) (-.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))) x))) #s(literal 1/2 binary64)) |
(fma.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (-.f64 (*.f64 x x) (*.f64 (*.f64 p p) (*.f64 (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))) (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))))) (-.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) #s(literal 1/2 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (*.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) #s(literal 2 binary64))) (-.f64 (/.f64 x (*.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) #s(literal 2 binary64))) #s(literal 1/2 binary64)))) (+.f64 #s(literal 1/8 binary64) (/.f64 (/.f64 (*.f64 x (*.f64 x x)) #s(literal 8 binary64)) (*.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) (*.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))))) (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))))))))) |
(/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 (/.f64 (*.f64 x (*.f64 x x)) #s(literal 8 binary64)) (*.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) (*.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))))))) (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (*.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) #s(literal 2 binary64))) (-.f64 (/.f64 x (*.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) #s(literal 2 binary64))) #s(literal 1/2 binary64))))) |
(/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 (/.f64 (*.f64 x (*.f64 x x)) #s(literal 8 binary64)) (*.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) (*.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))))))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))))) (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))))))) |
(/.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))))))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 (/.f64 (*.f64 x (*.f64 x x)) #s(literal 8 binary64)) (*.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) (*.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))))))) (neg.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (*.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) #s(literal 2 binary64))) (-.f64 (/.f64 x (*.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) #s(literal 2 binary64))) #s(literal 1/2 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))))))) (neg.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))))) #s(literal 1/4 binary64)) (-.f64 (/.f64 x (*.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) #s(literal 2 binary64))) #s(literal 1/2 binary64))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (*.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) #s(literal 2 binary64))) (-.f64 (/.f64 x (*.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) #s(literal 2 binary64))) #s(literal 1/2 binary64)))) (+.f64 #s(literal 1/8 binary64) (/.f64 (/.f64 (*.f64 x (*.f64 x x)) #s(literal 8 binary64)) (*.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) (*.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))))) (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 (/.f64 (*.f64 x (*.f64 x x)) #s(literal 8 binary64)) (*.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) (*.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (*.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) #s(literal 2 binary64))) (-.f64 (/.f64 x (*.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) #s(literal 2 binary64))) #s(literal 1/2 binary64)))))) |
(*.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) (/.f64 x #s(literal 2 binary64)))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))))) |
(neg.f64 (/.f64 (/.f64 x #s(literal -2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))))) |
(/.f64 x (*.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) #s(literal 2 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) #s(literal -2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) (/.f64 x #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 2 binary64) x) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) (/.f64 x #s(literal 2 binary64))) #s(literal 1 binary64))) |
(/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))) |
(/.f64 (/.f64 x #s(literal 2 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))))) |
(/.f64 (/.f64 x #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))))) |
(/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))) (/.f64 #s(literal 2 binary64) x)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) (/.f64 x #s(literal 2 binary64))))) |
(/.f64 (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))) #s(literal 2 binary64)) |
(/.f64 (*.f64 x #s(literal 1 binary64)) (*.f64 #s(literal 2 binary64) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64)) (*.f64 #s(literal -2 binary64) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))))) |
(/.f64 (*.f64 (/.f64 x #s(literal 2 binary64)) #s(literal 1 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))))) #s(literal -2 binary64)) |
(pow.f64 (/.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) (/.f64 x #s(literal 2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (/.f64 #s(literal 2 binary64) x) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) (/.f64 x #s(literal 2 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))))) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))))) |
(*.f64 x (/.f64 #s(literal 1/2 binary64) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))))) |
(*.f64 #s(literal 1 binary64) (/.f64 x (*.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) #s(literal 2 binary64)))) |
(*.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))))) |
(*.f64 (/.f64 x #s(literal -2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))) (/.f64 x #s(literal 2 binary64))) |
(*.f64 (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))) (*.f64 (*.f64 p p) (*.f64 (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))) (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))))) (+.f64 (*.f64 x x) (*.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))) (-.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))) x)))) |
(*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (-.f64 (*.f64 x x) (*.f64 (*.f64 p p) (*.f64 (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))) (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))))) (-.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))) |
(*.f64 (pow.f64 (/.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) (-.f64 #s(literal 0 binary64) x)) #s(literal -1 binary64)) #s(literal -1/2 binary64)) |
(+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) |
(+.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))) x) |
(-.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))) (-.f64 #s(literal 0 binary64) x)) |
(-.f64 (/.f64 (*.f64 x x) (-.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))) (/.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))) (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) (-.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))))) |
(fma.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))) x) |
(fma.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))) x) |
(fma.f64 (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))) (*.f64 p p) x) |
(fma.f64 (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))) p x) |
(fma.f64 #s(literal 1 binary64) x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) |
(fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) x) (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))) (-.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))) x))) (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))) (*.f64 (*.f64 p p) (*.f64 (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))) (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) (-.f64 (*.f64 x x) (*.f64 (*.f64 p p) (*.f64 (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))) (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))) (*.f64 (*.f64 p p) (*.f64 (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))) (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))))) (+.f64 (*.f64 x x) (*.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))) (-.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))) x)))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))) (*.f64 (*.f64 p p) (*.f64 (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))) (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))))) (+.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))) (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) (-.f64 (*.f64 x x) (*.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))))) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 (*.f64 p p) (*.f64 (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))) (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))) (-.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))) (*.f64 (*.f64 p p) (*.f64 (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))) (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))))) (neg.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))) (-.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))) x))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x x) (*.f64 (*.f64 p p) (*.f64 (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))) (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))))) (neg.f64 (-.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))) (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) (*.f64 x x)) (-.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))) x)) |
(pow.f64 (/.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))) (-.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))) x))) (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))) (*.f64 (*.f64 p p) (*.f64 (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))) (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))) (-.f64 (*.f64 x x) (*.f64 (*.f64 p p) (*.f64 (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))) (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))) (*.f64 (*.f64 p p) (*.f64 (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))) (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (*.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))) (-.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))) x))))) |
(*.f64 (-.f64 (*.f64 x x) (*.f64 (*.f64 p p) (*.f64 (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))) (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))))))) (/.f64 #s(literal 1 binary64) (-.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 x (-.f64 #s(literal 0 binary64) p))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(neg.f64 (/.f64 p x)) |
(/.f64 p (-.f64 #s(literal 0 binary64) x)) |
(/.f64 #s(literal 1 binary64) (/.f64 x (-.f64 #s(literal 0 binary64) p))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (-.f64 #s(literal 0 binary64) p)) #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) p) x) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 x (-.f64 #s(literal 0 binary64) p)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) p)) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (*.f64 p #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (/.f64 p #s(literal -1 binary64)) x) |
(pow.f64 (/.f64 x (-.f64 #s(literal 0 binary64) p)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 x (-.f64 #s(literal 0 binary64) p)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 p (/.f64 #s(literal -1 binary64) x)) |
(*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (/.f64 p x))) |
(*.f64 (-.f64 #s(literal 0 binary64) p) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (/.f64 #s(literal -1 binary64) x) p) |
(*.f64 (/.f64 #s(literal -1 binary64) x) (pow.f64 (/.f64 #s(literal 1 binary64) p) #s(literal -1 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 p x)) |
(+.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) x)) |
(-.f64 #s(literal 0 binary64) x) |
(neg.f64 x) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x x))) (+.f64 #s(literal 0 binary64) (+.f64 (*.f64 x x) (*.f64 #s(literal 0 binary64) x)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (+.f64 #s(literal 0 binary64) x)) |
(*.f64 x #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) x) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) x)) x)) |
(+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) x)) x) #s(literal 1 binary64)) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) x)) x))) (/.f64 (/.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) x)) x) (/.f64 (*.f64 x x) (*.f64 p (*.f64 p #s(literal -1/2 binary64))))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) x)) x)))) |
(fma.f64 p (*.f64 p (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) #s(literal 1 binary64)) |
(fma.f64 p (*.f64 (*.f64 p #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) #s(literal 1 binary64)) |
(fma.f64 p (/.f64 (*.f64 p #s(literal -1/2 binary64)) (*.f64 x x)) #s(literal 1 binary64)) |
(fma.f64 (*.f64 p p) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) x)) x) #s(literal 1 binary64)) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) (*.f64 x x)) #s(literal 1 binary64)) |
(fma.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 p p) (/.f64 #s(literal 1 binary64) (*.f64 x x))) #s(literal 1 binary64)) |
(fma.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1 binary64)) |
(fma.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) x)) x) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 p p)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x x))) #s(literal 1 binary64)) |
(fma.f64 (/.f64 (*.f64 p p) x) (/.f64 #s(literal -1/2 binary64) x) #s(literal 1 binary64)) |
(fma.f64 (/.f64 #s(literal -1/2 binary64) x) (/.f64 (*.f64 p p) x) #s(literal 1 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 p (*.f64 p #s(literal -1/2 binary64))) #s(literal 1 binary64)) |
(fma.f64 (/.f64 p x) (/.f64 (*.f64 p #s(literal -1/2 binary64)) x) #s(literal 1 binary64)) |
(fma.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) x)) (/.f64 #s(literal 1 binary64) x) #s(literal 1 binary64)) |
(fma.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 p p) #s(literal 1 binary64)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 p (*.f64 p #s(literal -1/2 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1 binary64)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 p p)) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) #s(literal 1 binary64)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) x)) (/.f64 #s(literal -1/2 binary64) x) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) x)) x) (-.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) x)) x) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) (*.f64 p p))) (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x (*.f64 x x)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) x)) x)) (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) x)) x) (/.f64 (*.f64 x x) (*.f64 p (*.f64 p #s(literal -1/2 binary64)))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) (*.f64 p p))) (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) x)) x) (-.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) x)) x) #s(literal 1 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) (*.f64 p p))) (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x (*.f64 x x)))) (+.f64 (/.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) x)) x) (/.f64 (*.f64 x x) (*.f64 p (*.f64 p #s(literal -1/2 binary64))))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) x)) x)))) |
(/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) x)) x) (/.f64 (*.f64 x x) (*.f64 p (*.f64 p #s(literal -1/2 binary64)))))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) x)) x))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) (*.f64 p p))) (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x (*.f64 x x))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) x)) x) (-.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) x)) x) #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) x)) x) (/.f64 (*.f64 x x) (*.f64 p (*.f64 p #s(literal -1/2 binary64))))))) (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) x)) x)))) |
(/.f64 (-.f64 (/.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) x)) x) (/.f64 (*.f64 x x) (*.f64 p (*.f64 p #s(literal -1/2 binary64))))) #s(literal 1 binary64)) (-.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) x)) x) #s(literal 1 binary64))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) x)) x) (-.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) x)) x) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) (*.f64 p p))) (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x (*.f64 x x))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) x)) x)) (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) x)) x) (/.f64 (*.f64 x x) (*.f64 p (*.f64 p #s(literal -1/2 binary64))))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) (*.f64 p p))) (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) x)) x) (-.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) x)) x) #s(literal 1 binary64)))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) x)) x) (/.f64 (*.f64 x x) (*.f64 p (*.f64 p #s(literal -1/2 binary64)))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) x)) x)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 x x) (*.f64 p (*.f64 p #s(literal -1/2 binary64))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 x x)))) |
(neg.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 p p)) (*.f64 x x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 x x) (*.f64 p (*.f64 p #s(literal -1/2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 x x) (*.f64 p (*.f64 p #s(literal -1/2 binary64)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 x (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) x)))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (*.f64 x x)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 p p)) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 x x) (*.f64 p (*.f64 p #s(literal -1/2 binary64)))))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) x)) x) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 p (*.f64 p #s(literal -1/2 binary64)))) (*.f64 x x)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/2 binary64) (*.f64 p p))) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) x))) x) |
(/.f64 (*.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) #s(literal 1 binary64)) (*.f64 x x)) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 p p))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) x))) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal -1/2 binary64)) x) |
(pow.f64 (/.f64 (*.f64 x x) (*.f64 p (*.f64 p #s(literal -1/2 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 x x) (*.f64 p (*.f64 p #s(literal -1/2 binary64)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 x (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) x))) #s(literal -1 binary64)) |
(*.f64 p (*.f64 p (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) |
(*.f64 p (*.f64 (*.f64 p #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 x x)))) |
(*.f64 p (/.f64 (*.f64 p #s(literal -1/2 binary64)) (*.f64 x x))) |
(*.f64 (*.f64 p p) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) x)) x)) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) (*.f64 x x))) |
(*.f64 #s(literal -1/2 binary64) (*.f64 (*.f64 p p) (/.f64 #s(literal 1 binary64) (*.f64 x x)))) |
(*.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(*.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) x)) x) #s(literal 1 binary64)) |
(*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 p p)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x x)))) |
(*.f64 (/.f64 (*.f64 p p) x) (/.f64 #s(literal -1/2 binary64) x)) |
(*.f64 (/.f64 #s(literal -1/2 binary64) x) (/.f64 (*.f64 p p) x)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 p (*.f64 p #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 p (*.f64 p #s(literal -1/2 binary64)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) x))) |
(*.f64 (/.f64 p x) (/.f64 (*.f64 p #s(literal -1/2 binary64)) x)) |
(*.f64 (/.f64 p x) (pow.f64 (/.f64 x (*.f64 p #s(literal -1/2 binary64))) #s(literal -1 binary64))) |
(*.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) x)) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 p p)) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 p (*.f64 p #s(literal -1/2 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 p p)) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) x)) (/.f64 #s(literal -1/2 binary64) x)) |
(*.f64 p (*.f64 p #s(literal -1/2 binary64))) |
(*.f64 (*.f64 p p) #s(literal -1/2 binary64)) |
(*.f64 #s(literal -1/2 binary64) (*.f64 p p)) |
(*.f64 (*.f64 p #s(literal -1/2 binary64)) p) |
(exp.f64 (*.f64 (log.f64 p) #s(literal 2 binary64))) |
(pow.f64 p #s(literal 2 binary64)) |
(pow.f64 (*.f64 p p) #s(literal 1 binary64)) |
(pow.f64 (exp.f64 (log.f64 p)) #s(literal 2 binary64)) |
(*.f64 p p) |
(*.f64 (exp.f64 (log.f64 p)) (exp.f64 (log.f64 p))) |
(exp.f64 (*.f64 (log.f64 #s(literal 1/2 binary64)) #s(literal 1/2 binary64))) |
(sqrt.f64 #s(literal 1/2 binary64)) |
(pow.f64 #s(literal 1/2 binary64) #s(literal 1/2 binary64)) |
(pow.f64 #s(literal 1/4 binary64) #s(literal 1/4 binary64)) |
(pow.f64 (pow.f64 #s(literal 1/2 binary64) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 #s(literal 1/2 binary64))) #s(literal 1/2 binary64)) |
(*.f64 (pow.f64 #s(literal 1/2 binary64) #s(literal 1/4 binary64)) (pow.f64 #s(literal 1/2 binary64) #s(literal 1/4 binary64))) |
(exp.f64 (*.f64 (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) #s(literal 1/2 binary64))) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) (sqrt.f64 (+.f64 (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) #s(literal -1/4 binary64))))) |
(/.f64 (sqrt.f64 (+.f64 (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) #s(literal -1/4 binary64))) (sqrt.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) #s(literal -1/4 binary64)))) (sqrt.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))))) |
(/.f64 (neg.f64 (sqrt.f64 (+.f64 (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) #s(literal -1/4 binary64)))) (neg.f64 (sqrt.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) #s(literal -1/2 binary64)) |
(pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) #s(literal 1/2 binary64)) |
(pow.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (sqrt.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) (sqrt.f64 (+.f64 (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) #s(literal -1/4 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) #s(literal 1/4 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) (+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) #s(literal 1/4 binary64)) |
(pow.f64 (exp.f64 (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))))) #s(literal 1/2 binary64)) |
(*.f64 (sqrt.f64 (+.f64 (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) #s(literal -1/4 binary64))) (pow.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) #s(literal -1/2 binary64))) |
(*.f64 (pow.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) #s(literal -1/4 binary64)))) |
(*.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) #s(literal -1/4 binary64)))) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))))) #s(literal 1/2 binary64))) |
(*.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) #s(literal 1/4 binary64)) (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) #s(literal 1/4 binary64))) |
(*.f64 (pow.f64 #s(literal 1 binary64) #s(literal 1/2 binary64)) (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))))) |
(*.f64 (pow.f64 (/.f64 (+.f64 (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) #s(literal -1/4 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) #s(literal 8 binary64)) #s(literal -1/8 binary64))) #s(literal 1/2 binary64)) (sqrt.f64 (+.f64 (+.f64 #s(literal 1/4 binary64) (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x))) (/.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) (/.f64 x #s(literal 2 binary64))))))) |
(*.f64 (pow.f64 (/.f64 (+.f64 (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) #s(literal -1/4 binary64)) (+.f64 (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) #s(literal -1/4 binary64))) #s(literal 1/2 binary64)) (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))))) |
(+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) |
(+.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal 1/2 binary64)) |
(+.f64 (/.f64 (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) (neg.f64 (/.f64 #s(literal 1/4 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal -1/2 binary64)) |
(-.f64 (/.f64 (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) (/.f64 #s(literal 1/4 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal 1/2 binary64)) |
(fma.f64 x (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) #s(literal 1/2 binary64)) |
(fma.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) #s(literal 1/2 binary64)) |
(fma.f64 x (/.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal 1/2 binary64)) |
(fma.f64 #s(literal 1 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal 1/2 binary64)) |
(fma.f64 #s(literal 1/4 binary64) (/.f64 (/.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) (neg.f64 (/.f64 #s(literal 1/4 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))))) |
(fma.f64 (/.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 #s(literal 1/4 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) (neg.f64 (/.f64 #s(literal 1/4 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))))) |
(fma.f64 (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) (neg.f64 (/.f64 #s(literal 1/4 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))))) |
(fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal 1/2 binary64)) |
(fma.f64 (/.f64 x #s(literal -2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) #s(literal 1/2 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 x #s(literal 2 binary64)) #s(literal 1/2 binary64)) |
(fma.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) (neg.f64 (/.f64 #s(literal 1/4 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))))) |
(fma.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 #s(literal 8 binary64) (*.f64 p (*.f64 p p))) (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x x)) x)) (/.f64 #s(literal 1/64 binary64) (*.f64 p (*.f64 p p)))))) (+.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) (-.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) (*.f64 p #s(literal 2 binary64))))) #s(literal 1/2 binary64)) |
(fma.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (-.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (/.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) (/.f64 p (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))))) (-.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) #s(literal 1/2 binary64)) |
(fma.f64 (/.f64 (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) (+.f64 (/.f64 (*.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) #s(literal 8 binary64)) #s(literal -1/8 binary64))) (+.f64 (+.f64 #s(literal 1/4 binary64) (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x))) (/.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) (/.f64 x #s(literal 2 binary64))))) (neg.f64 (/.f64 #s(literal 1/4 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))))) |
(fma.f64 (/.f64 (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) (+.f64 (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) #s(literal -1/4 binary64))) (+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) (neg.f64 (/.f64 #s(literal 1/4 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))))) |
(neg.f64 (/.f64 (+.f64 (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) #s(literal -1/4 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) #s(literal -1/4 binary64))) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) #s(literal 1 binary64))) |
(/.f64 (+.f64 (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) #s(literal -1/4 binary64)) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) #s(literal -1/4 binary64))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/64 binary64) (*.f64 (/.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (*.f64 (/.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))))) #s(literal -1/64 binary64)) (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) (+.f64 (*.f64 (/.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (*.f64 (/.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal 1/16 binary64))) (+.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal 1/16 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (*.f64 (/.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal 1/16 binary64))) #s(literal -1/16 binary64)) (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) (+.f64 #s(literal 1/4 binary64) (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) #s(literal 1/4 binary64))) (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal 1/64 binary64) (*.f64 (/.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (*.f64 (/.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))))) #s(literal -1/64 binary64)) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (/.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (*.f64 (/.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal 1/16 binary64))) (+.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal 1/16 binary64)))) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (/.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (*.f64 (/.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal 1/16 binary64))) #s(literal -1/16 binary64)) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1/4 binary64) (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x))) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) #s(literal -1/4 binary64)))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) #s(literal 8 binary64)) #s(literal 1/8 binary64)) (+.f64 (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) (-.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) (/.f64 x #s(literal 2 binary64))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) (*.f64 (/.f64 (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) (/.f64 (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))))) (*.f64 (/.f64 #s(literal 1/4 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) (*.f64 (/.f64 #s(literal 1/4 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) (/.f64 #s(literal 1/4 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))))))) (+.f64 (*.f64 (/.f64 (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) (/.f64 (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))))) (+.f64 (*.f64 (/.f64 #s(literal 1/4 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) (/.f64 #s(literal 1/4 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))))) (*.f64 (/.f64 (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) (/.f64 #s(literal 1/4 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) (/.f64 (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))))) (*.f64 (/.f64 #s(literal 1/4 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) (/.f64 #s(literal 1/4 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))))) (+.f64 (/.f64 (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) (/.f64 #s(literal 1/4 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))))) |
(/.f64 (*.f64 (+.f64 (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) #s(literal -1/4 binary64)) #s(literal 1 binary64)) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal 1/64 binary64) (*.f64 (/.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (*.f64 (/.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))))) #s(literal -1/64 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))))) (+.f64 (*.f64 (/.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (*.f64 (/.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal 1/16 binary64))) (+.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal 1/16 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (/.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (*.f64 (/.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal 1/16 binary64))) #s(literal -1/16 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))))) (+.f64 #s(literal 1/4 binary64) (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) |
(*.f64 (+.f64 (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) #s(literal -1/4 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) #s(literal -1/4 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) (+.f64 (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) #s(literal -1/4 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) #s(literal -1/4 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (+.f64 (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) #s(literal -1/4 binary64)) (+.f64 (/.f64 (*.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) #s(literal 8 binary64)) #s(literal -1/8 binary64))) (+.f64 (+.f64 #s(literal 1/4 binary64) (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x))) (/.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) (/.f64 x #s(literal 2 binary64)))))) |
(*.f64 (/.f64 (+.f64 (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) #s(literal -1/4 binary64)) (+.f64 (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) #s(literal -1/4 binary64))) (+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) |
(*.f64 (pow.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) (+.f64 (*.f64 #s(literal 1/64 binary64) (*.f64 (/.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (*.f64 (/.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))))) #s(literal -1/64 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (/.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (*.f64 (/.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal 1/16 binary64))) (+.f64 #s(literal 1/16 binary64) (*.f64 (/.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal 1/16 binary64)))))) |
(*.f64 (pow.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) (+.f64 (*.f64 (/.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (*.f64 (/.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal 1/16 binary64))) #s(literal -1/16 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/4 binary64) (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x))))) |
(+.f64 #s(literal -1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) |
(+.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal -1/2 binary64)) |
(-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal 1/2 binary64)) |
(-.f64 (/.f64 (/.f64 (*.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) #s(literal 8 binary64)) (+.f64 (+.f64 #s(literal 1/4 binary64) (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x))) (/.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) (/.f64 x #s(literal 2 binary64)))))) (/.f64 #s(literal 1/8 binary64) (+.f64 (+.f64 #s(literal 1/4 binary64) (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x))) (/.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) (/.f64 x #s(literal 2 binary64))))))) |
(-.f64 (/.f64 (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) (+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) (/.f64 #s(literal 1/4 binary64) (+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal -1/2 binary64)) |
(fma.f64 x (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) #s(literal -1/2 binary64)) |
(fma.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) #s(literal -1/2 binary64)) |
(fma.f64 x (/.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal -1/2 binary64)) |
(fma.f64 #s(literal 1 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal -1/2 binary64)) |
(fma.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal -1/2 binary64)) |
(fma.f64 (/.f64 x #s(literal -2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) #s(literal -1/2 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 x #s(literal 2 binary64)) #s(literal -1/2 binary64)) |
(fma.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 #s(literal 8 binary64) (*.f64 p (*.f64 p p))) (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x x)) x)) (/.f64 #s(literal 1/64 binary64) (*.f64 p (*.f64 p p)))))) (+.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) (-.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) (*.f64 p #s(literal 2 binary64))))) #s(literal -1/2 binary64)) |
(fma.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (-.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (/.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) (/.f64 p (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))))) (-.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) #s(literal -1/2 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 #s(literal 1/4 binary64) (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x))) (/.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) (/.f64 x #s(literal 2 binary64))))) (+.f64 (/.f64 (*.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) #s(literal 8 binary64)) #s(literal -1/8 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) (+.f64 (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) #s(literal -1/4 binary64)))) |
(/.f64 (+.f64 (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) #s(literal -1/4 binary64)) (+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) #s(literal -1/4 binary64))) (neg.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) #s(literal 8 binary64)) #s(literal -1/8 binary64)) (+.f64 (+.f64 #s(literal 1/4 binary64) (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x))) (/.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) (/.f64 x #s(literal 2 binary64)))))) |
(/.f64 (+.f64 (/.f64 (*.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) #s(literal 8 binary64)) #s(literal -1/8 binary64)) (+.f64 (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) (-.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal -1/2 binary64))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (*.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) #s(literal 8 binary64)) #s(literal -1/8 binary64))) (neg.f64 (+.f64 (+.f64 #s(literal 1/4 binary64) (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x))) (/.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) (/.f64 x #s(literal 2 binary64))))))) |
(pow.f64 (/.f64 (+.f64 (+.f64 #s(literal 1/4 binary64) (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x))) (/.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) (/.f64 x #s(literal 2 binary64))))) (+.f64 (/.f64 (*.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) #s(literal 8 binary64)) #s(literal -1/8 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) (+.f64 (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) #s(literal -1/4 binary64))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) #s(literal -1/4 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))))) |
(*.f64 (+.f64 (/.f64 (*.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) #s(literal 8 binary64)) #s(literal -1/8 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (+.f64 #s(literal 1/4 binary64) (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x))) (/.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) (/.f64 x #s(literal 2 binary64))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) (/.f64 x #s(literal 2 binary64)))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) |
(neg.f64 (/.f64 (/.f64 x #s(literal -2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) |
(/.f64 x (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (neg.f64 (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) #s(literal -2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) (/.f64 x #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 2 binary64) x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) x)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) (/.f64 x #s(literal 2 binary64))) #s(literal 1 binary64))) |
(/.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal 2 binary64)) |
(/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) |
(/.f64 (/.f64 x #s(literal 2 binary64)) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) |
(/.f64 (/.f64 x #s(literal -2 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) |
(/.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 #s(literal 2 binary64) x)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) (/.f64 x #s(literal 2 binary64))))) |
(/.f64 (*.f64 x #s(literal 1 binary64)) (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64)) (*.f64 #s(literal -2 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) |
(/.f64 (*.f64 (/.f64 x #s(literal 2 binary64)) #s(literal 1 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) #s(literal -2 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) (/.f64 x #s(literal 2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (*.f64 (/.f64 #s(literal 2 binary64) x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) x) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) (/.f64 x #s(literal 2 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) |
(*.f64 x (/.f64 #s(literal 1 binary64) (*.f64 #s(literal 2 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) |
(*.f64 x (/.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) |
(*.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal 1/2 binary64)) |
(*.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) |
(*.f64 (/.f64 x #s(literal -2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 x #s(literal 2 binary64))) |
(*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 #s(literal 8 binary64) (*.f64 p (*.f64 p p))) (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x x)) x)) (/.f64 #s(literal 1/64 binary64) (*.f64 p (*.f64 p p)))))) (+.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) (-.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) (*.f64 p #s(literal 2 binary64)))))) |
(*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (-.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (/.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) (/.f64 p (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))))) (-.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) |
(*.f64 (pow.f64 (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) (-.f64 #s(literal 0 binary64) x)) #s(literal -1 binary64)) #s(literal -1/2 binary64)) |
(/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))))) |
(/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x))) |
(/.f64 (neg.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))))) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x x)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 1 binary64)) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))))) |
(/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal 2 binary64) (neg.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))))) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x x)))) |
(/.f64 (*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))) x)) (*.f64 x x)) |
(/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (neg.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 p p)) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x x)))) |
(/.f64 (*.f64 (/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))) x) (*.f64 p p)) (*.f64 x x)) |
(/.f64 (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) x) (*.f64 x x)) |
(/.f64 (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x x)) x) |
(pow.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))))) #s(literal -1 binary64)) |
(*.f64 p (/.f64 p (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))))) |
(*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))) (*.f64 x (*.f64 x x)))) |
(*.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (*.f64 p p))) |
(*.f64 (/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))) (*.f64 x (*.f64 x x))) (*.f64 p p)) |
(*.f64 (/.f64 (*.f64 p p) x) (/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))) (*.f64 x x))) |
(*.f64 (/.f64 p (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))))) p) |
(*.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) |
(*.f64 (/.f64 (*.f64 p p) (*.f64 x x)) (/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))) x)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 x x) (*.f64 (*.f64 p p) #s(literal 4 binary64)))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 x x)))) |
(neg.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -4 binary64)) (*.f64 x x))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 x x) (*.f64 (*.f64 p p) #s(literal 4 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 x x) (*.f64 (*.f64 p p) #s(literal 4 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 x (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -4 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 x x) (*.f64 (*.f64 p p) #s(literal 4 binary64))))) |
(/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) x) |
(/.f64 (*.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) #s(literal 1 binary64)) (*.f64 x x)) |
(/.f64 (neg.f64 (*.f64 (*.f64 p p) #s(literal -4 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)))) |
(/.f64 (neg.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x)) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x) |
(pow.f64 (/.f64 (*.f64 x x) (*.f64 (*.f64 p p) #s(literal 4 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 p (/.f64 x #s(literal 2 binary64))) #s(literal 2 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 x x) (*.f64 (*.f64 p p) #s(literal 4 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 x (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x)) #s(literal -1 binary64)) |
(*.f64 p (*.f64 p (/.f64 #s(literal 4 binary64) (*.f64 x x)))) |
(*.f64 p (*.f64 (*.f64 p #s(literal 4 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 x x)))) |
(*.f64 p (/.f64 (*.f64 p #s(literal 4 binary64)) (*.f64 x x))) |
(*.f64 (*.f64 p p) (/.f64 #s(literal 4 binary64) (*.f64 x x))) |
(*.f64 #s(literal 4 binary64) (/.f64 (*.f64 p p) (*.f64 x x))) |
(*.f64 #s(literal 4 binary64) (*.f64 (*.f64 p p) (/.f64 #s(literal 1 binary64) (*.f64 x x)))) |
(*.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))) |
(*.f64 (*.f64 (*.f64 p p) #s(literal -4 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x x)))) |
(*.f64 (/.f64 (*.f64 p p) x) (/.f64 #s(literal 4 binary64) x)) |
(*.f64 (/.f64 #s(literal 4 binary64) x) (/.f64 (*.f64 p p) x)) |
(*.f64 (/.f64 #s(literal 4 binary64) (*.f64 x x)) (*.f64 p p)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (*.f64 p p) #s(literal 4 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) #s(literal 4 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x)) |
(*.f64 (/.f64 p x) (/.f64 (*.f64 p #s(literal 4 binary64)) x)) |
(*.f64 (/.f64 p x) (pow.f64 (/.f64 x (*.f64 p #s(literal 4 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 p (/.f64 x #s(literal 2 binary64))) (/.f64 p (/.f64 x #s(literal 2 binary64)))) |
(*.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x) (/.f64 #s(literal 1 binary64) x)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x x))))) |
(neg.f64 (/.f64 (+.f64 #s(literal 2 binary64) (neg.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (*.f64 x (*.f64 x x)))) |
(/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))) (*.f64 x (*.f64 x x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 x x) (/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))) x))) |
(/.f64 (+.f64 #s(literal 2 binary64) (neg.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x x)))) |
(/.f64 (+.f64 #s(literal -8 binary64) (/.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) (*.f64 p p))) #s(literal 64 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x x)) x)))) (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 4 binary64) (*.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)) (-.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)) #s(literal -2 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))))) |
(/.f64 (-.f64 #s(literal 4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) (-.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))))) |
(/.f64 (/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))) x) (*.f64 x x)) |
(/.f64 (*.f64 (+.f64 #s(literal -8 binary64) (/.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) (*.f64 p p))) #s(literal 64 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x x)) x)))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 4 binary64) (*.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)) (-.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)) #s(literal -2 binary64)))) (*.f64 x (*.f64 x x)))) |
(/.f64 (*.f64 (-.f64 #s(literal 4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x)) (*.f64 x (*.f64 x x)))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))) (*.f64 x (*.f64 x x)))) |
(/.f64 (neg.f64 (+.f64 #s(literal 2 binary64) (neg.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x x))))) |
(/.f64 (neg.f64 (/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))) x)) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(/.f64 (/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))) (*.f64 x x)) x) |
(/.f64 (*.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))) #s(literal 1 binary64)) (*.f64 x (*.f64 x x))) |
(/.f64 (*.f64 (+.f64 #s(literal -8 binary64) (/.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) (*.f64 p p))) #s(literal 64 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x x)) x)))) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (+.f64 #s(literal 4 binary64) (*.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)) (-.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)) #s(literal -2 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x)) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) |
(/.f64 (/.f64 (/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))) x) x) x) |
(pow.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 x x) (/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))) x)) #s(literal -1 binary64)) |
(*.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))) (*.f64 x (*.f64 x x)))) |
(*.f64 (+.f64 #s(literal 2 binary64) (neg.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x x))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))) x)) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (pow.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(*.f64 (pow.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -8 binary64) (/.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) (*.f64 p p))) #s(literal 64 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x x)) x))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 4 binary64) (*.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)) (-.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)) #s(literal -2 binary64)))))) |
(*.f64 (pow.f64 (/.f64 (*.f64 x (*.f64 x x)) (-.f64 #s(literal 4 binary64) (/.f64 (*.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) x)) (*.f64 x (*.f64 x x))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))))) |
(exp.f64 (*.f64 (log.f64 x) #s(literal 2 binary64))) |
(pow.f64 x #s(literal 2 binary64)) |
(pow.f64 (*.f64 x x) #s(literal 1 binary64)) |
(pow.f64 (exp.f64 (log.f64 x)) #s(literal 2 binary64)) |
(*.f64 x x) |
(*.f64 #s(literal 1 binary64) (*.f64 x x)) |
(*.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) x))) |
(*.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 x))) |
(exp.f64 (*.f64 (log.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) (/.f64 x (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) |
(neg.f64 (/.f64 x (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) |
(/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) |
(/.f64 x (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) |
(/.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x))) |
(/.f64 (*.f64 x #s(literal 1 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) |
(pow.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 x (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) |
(*.f64 x (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal 1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) |
(*.f64 #s(literal 1 binary64) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) x) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 x (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) |
(*.f64 #s(literal -1 binary64) (pow.f64 (/.f64 x (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) #s(literal 1 binary64))) |
(*.f64 (/.f64 x (+.f64 (*.f64 #s(literal 8 binary64) (*.f64 p (*.f64 p p))) (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x x)) x)) (/.f64 #s(literal 1/64 binary64) (*.f64 p (*.f64 p p)))))) (+.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) (-.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) (*.f64 p #s(literal 2 binary64)))))) |
(*.f64 (/.f64 x (-.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (/.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) (/.f64 p (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))))) (-.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal 1 binary64)) x) |
(*.f64 (pow.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (/.f64 x (+.f64 (*.f64 #s(literal 8 binary64) (*.f64 p (*.f64 p p))) (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x x)) x)) (/.f64 #s(literal 1/64 binary64) (*.f64 p (*.f64 p p)))))) #s(literal 1 binary64)) (pow.f64 (+.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) (-.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) (*.f64 p #s(literal 2 binary64))))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (/.f64 x (-.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (/.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) (/.f64 p (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))))) #s(literal 1 binary64)) (pow.f64 (-.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) #s(literal 2 binary64))) |
(/.f64 x (*.f64 (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) |
(/.f64 (*.f64 x x) (*.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (*.f64 x x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) |
(/.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (neg.f64 (*.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) |
(/.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) |
(/.f64 (*.f64 x #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) x)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x)) (*.f64 (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) |
(/.f64 (neg.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) |
(/.f64 (*.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (-.f64 #s(literal 0 binary64) x)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) |
(/.f64 (*.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal 1 binary64)) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) |
(pow.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal 2 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x) #s(literal -2 binary64)) |
(pow.f64 (*.f64 (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) x)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (*.f64 x x)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) #s(literal -1 binary64)) |
(pow.f64 (exp.f64 (log.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) #s(literal 2 binary64)) |
(*.f64 x (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) |
(*.f64 x (/.f64 x (*.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) |
(*.f64 x (/.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) |
(*.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) |
(*.f64 #s(literal 1 binary64) (pow.f64 (/.f64 x (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) #s(literal 2 binary64))) |
(*.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) |
(*.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) |
(*.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (-.f64 #s(literal 0 binary64) x)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) #s(literal 2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) (*.f64 x x)) |
(*.f64 (/.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (+.f64 (*.f64 #s(literal 8 binary64) (*.f64 p (*.f64 p p))) (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x x)) x)) (/.f64 #s(literal 1/64 binary64) (*.f64 p (*.f64 p p)))))) (+.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) (-.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) (*.f64 p #s(literal 2 binary64)))))) |
(*.f64 (/.f64 (/.f64 (*.f64 x x) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (-.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (/.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) (/.f64 p (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))))) (-.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) |
(*.f64 (pow.f64 (/.f64 x (+.f64 (*.f64 #s(literal 8 binary64) (*.f64 p (*.f64 p p))) (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x x)) x)) (/.f64 #s(literal 1/64 binary64) (*.f64 p (*.f64 p p)))))) #s(literal 2 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) (-.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) (*.f64 p #s(literal 2 binary64))))) (+.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) (-.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) (*.f64 p #s(literal 2 binary64))))))) |
(*.f64 (pow.f64 (/.f64 x (-.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (/.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) (/.f64 p (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))))) #s(literal 2 binary64)) (*.f64 (-.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) (-.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))) |
(*.f64 (exp.f64 (log.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) (exp.f64 (log.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 p (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (-.f64 #s(literal 0 binary64) p))) |
(neg.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal -1/4 binary64)) p)) |
(/.f64 #s(literal 1 binary64) (/.f64 p (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 p (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) #s(literal 1 binary64))) |
(/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) |
(/.f64 (*.f64 (*.f64 x x) #s(literal -1/4 binary64)) (-.f64 #s(literal 0 binary64) p)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 p (*.f64 (*.f64 x x) #s(literal 1/4 binary64))))) |
(/.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) #s(literal 1 binary64)) p) |
(/.f64 (neg.f64 (*.f64 (*.f64 x x) #s(literal -1/4 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) p))) |
(pow.f64 (/.f64 p (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 p (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 x (*.f64 x (/.f64 #s(literal 1/4 binary64) p))) |
(*.f64 x (*.f64 (*.f64 x #s(literal 1/4 binary64)) (/.f64 #s(literal 1 binary64) p))) |
(*.f64 x (/.f64 (*.f64 x #s(literal 1/4 binary64)) p)) |
(*.f64 (*.f64 x x) (/.f64 #s(literal 1/4 binary64) p)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p)) |
(*.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) p))) |
(*.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 x x) p)) |
(*.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (/.f64 #s(literal 1 binary64) p)) |
(*.f64 (*.f64 (*.f64 x x) #s(literal -1/4 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) p))) |
(*.f64 (/.f64 #s(literal 1 binary64) p) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) p) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1/4 binary64) p) (*.f64 x x)) |
| 1× | egg-herbie |
| 6252× | *-lowering-*.f32 |
| 6252× | *-lowering-*.f64 |
| 3598× | +-lowering-+.f64 |
| 3598× | +-lowering-+.f32 |
| 2374× | /-lowering-/.f32 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 909 | 6386 |
| 1 | 2963 | 5721 |
| 0 | 8612 | 5721 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(sqrt 1/2) |
(+ (sqrt 1/2) (* 1/16 (/ (pow x 6) (* (pow p 6) (sqrt 1/2))))) |
(+ (sqrt 1/2) (* (pow x 6) (+ (* 1/32 (/ (pow x 2) (* (pow p 8) (sqrt 1/2)))) (* 1/16 (/ 1 (* (pow p 6) (sqrt 1/2))))))) |
(+ (sqrt 1/2) (* (pow x 6) (+ (* (pow x 2) (+ (* -1/64 (/ (pow x 2) (* (pow p 10) (sqrt 1/2)))) (* 1/32 (/ 1 (* (pow p 8) (sqrt 1/2)))))) (* 1/16 (/ 1 (* (pow p 6) (sqrt 1/2))))))) |
1 |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
(+ 1 (+ (* -1/2 (/ (pow p 2) (pow x 2))) (* 1/2 (/ (- (* -1/2 (+ (* -4 (pow p 4)) (* -2 (pow p 4)))) (* 1/4 (pow p 4))) (pow x 4))))) |
(+ 1 (+ (* -1/2 (/ (pow p 2) (pow x 2))) (+ (* 1/2 (/ (- (* -1/2 (+ (* -4 (pow p 4)) (* -2 (pow p 4)))) (* 1/4 (pow p 4))) (pow x 4))) (* 1/2 (/ (- (* -1/2 (+ (* -2 (* (pow p 2) (+ (* -4 (pow p 4)) (* -2 (pow p 4))))) (* 8 (pow p 6)))) (* -1/2 (* (pow p 2) (- (* -1/2 (+ (* -4 (pow p 4)) (* -2 (pow p 4)))) (* 1/4 (pow p 4)))))) (pow x 6)))))) |
1 |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
(+ 1 (+ (* -1/2 (/ (+ (* -1/2 (+ (* 2 (pow p 4)) (* 4 (pow p 4)))) (* 1/4 (pow p 4))) (pow x 4))) (* -1/2 (/ (pow p 2) (pow x 2))))) |
(+ 1 (+ (* -1/2 (/ (+ (* -1/2 (+ (* -8 (pow p 6)) (* -2 (* (pow p 2) (+ (* 2 (pow p 4)) (* 4 (pow p 4))))))) (* 1/2 (* (pow p 2) (+ (* -1/2 (+ (* 2 (pow p 4)) (* 4 (pow p 4)))) (* 1/4 (pow p 4)))))) (pow x 6))) (+ (* -1/2 (/ (+ (* -1/2 (+ (* 2 (pow p 4)) (* 4 (pow p 4)))) (* 1/4 (pow p 4))) (pow x 4))) (* -1/2 (/ (pow p 2) (pow x 2)))))) |
1 |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
(+ 1 (* (pow p 2) (- (* 11/8 (/ (pow p 2) (pow x 4))) (* 1/2 (/ 1 (pow x 2)))))) |
(+ 1 (* (pow p 2) (- (* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) (* 1/2 (/ 1 (pow x 2)))))) |
(sqrt 1/2) |
(+ (sqrt 1/2) (* 1/16 (/ (pow x 6) (* (pow p 6) (sqrt 1/2))))) |
(+ (sqrt 1/2) (+ (* 1/32 (/ (pow x 8) (* (pow p 8) (sqrt 1/2)))) (* 1/16 (/ (pow x 6) (* (pow p 6) (sqrt 1/2)))))) |
(+ (sqrt 1/2) (+ (* -1/4 (/ (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10))) (* (pow p 10) (sqrt 1/2)))) (+ (* 1/32 (/ (pow x 8) (* (pow p 8) (sqrt 1/2)))) (* 1/16 (/ (pow x 6) (* (pow p 6) (sqrt 1/2))))))) |
(sqrt 1/2) |
(+ (sqrt 1/2) (* 1/16 (/ (pow x 6) (* (pow p 6) (sqrt 1/2))))) |
(+ (sqrt 1/2) (+ (* 1/32 (/ (pow x 8) (* (pow p 8) (sqrt 1/2)))) (* 1/16 (/ (pow x 6) (* (pow p 6) (sqrt 1/2)))))) |
(+ (sqrt 1/2) (+ (* -1/4 (/ (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10))) (* (pow p 10) (sqrt 1/2)))) (+ (* 1/32 (/ (pow x 8) (* (pow p 8) (sqrt 1/2)))) (* 1/16 (/ (pow x 6) (* (pow p 6) (sqrt 1/2))))))) |
1/2 |
(+ 1/2 (* 1/8 (/ (pow x 6) (pow p 6)))) |
(+ 1/2 (* (pow x 6) (+ (* 1/16 (/ (pow x 2) (pow p 8))) (* 1/8 (/ 1 (pow p 6)))))) |
(+ 1/2 (* (pow x 6) (+ (* (pow x 2) (+ (* -1/32 (/ (pow x 2) (pow p 10))) (* 1/16 (/ 1 (pow p 8))))) (* 1/8 (/ 1 (pow p 6)))))) |
1 |
(+ 1 (* -1 (/ (pow p 2) (pow x 2)))) |
(+ 1 (+ (* -1 (/ (pow p 2) (pow x 2))) (* -1/2 (/ (+ (* -4 (pow p 4)) (* -2 (pow p 4))) (pow x 4))))) |
(+ 1 (+ (* -1 (/ (pow p 2) (pow x 2))) (+ (* -1/2 (/ (+ (* -4 (pow p 4)) (* -2 (pow p 4))) (pow x 4))) (* -1/2 (/ (+ (* -2 (* (pow p 2) (+ (* -4 (pow p 4)) (* -2 (pow p 4))))) (* 8 (pow p 6))) (pow x 6)))))) |
1 |
(+ 1 (* -1 (/ (pow p 2) (pow x 2)))) |
(- (+ 1 (* 1/2 (/ (+ (* 2 (pow p 4)) (* 4 (pow p 4))) (pow x 4)))) (/ (pow p 2) (pow x 2))) |
(- (+ 1 (* 1/2 (/ (+ (* -8 (pow p 6)) (* -2 (* (pow p 2) (+ (* 2 (pow p 4)) (* 4 (pow p 4)))))) (pow x 6)))) (+ (* -1/2 (/ (+ (* 2 (pow p 4)) (* 4 (pow p 4))) (pow x 4))) (/ (pow p 2) (pow x 2)))) |
1 |
(+ 1 (* -1 (/ (pow p 2) (pow x 2)))) |
(+ 1 (* (pow p 2) (- (* 3 (/ (pow p 2) (pow x 4))) (/ 1 (pow x 2))))) |
(+ 1 (* (pow p 2) (- (* (pow p 2) (+ (* -10 (/ (pow p 2) (pow x 6))) (* 3 (/ 1 (pow x 4))))) (/ 1 (pow x 2))))) |
1/2 |
(+ 1/2 (* 1/8 (/ (pow x 6) (pow p 6)))) |
(+ 1/2 (+ (* 1/16 (/ (pow x 8) (pow p 8))) (* 1/8 (/ (pow x 6) (pow p 6))))) |
(+ 1/2 (+ (* -1/2 (/ (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10))) (pow p 10))) (+ (* 1/16 (/ (pow x 8) (pow p 8))) (* 1/8 (/ (pow x 6) (pow p 6)))))) |
1/2 |
(+ 1/2 (* 1/8 (/ (pow x 6) (pow p 6)))) |
(+ 1/2 (+ (* 1/16 (/ (pow x 8) (pow p 8))) (* 1/8 (/ (pow x 6) (pow p 6))))) |
(+ 1/2 (+ (* -1/2 (/ (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10))) (pow p 10))) (+ (* 1/16 (/ (pow x 8) (pow p 8))) (* 1/8 (/ (pow x 6) (pow p 6)))))) |
(* 1/8 (/ (pow x 6) (pow p 6))) |
(* (pow x 6) (+ (* 1/16 (/ (pow x 2) (pow p 8))) (* 1/8 (/ 1 (pow p 6))))) |
(* (pow x 6) (+ (* (pow x 2) (+ (* -1/32 (/ (pow x 2) (pow p 10))) (* 1/16 (/ 1 (pow p 8))))) (* 1/8 (/ 1 (pow p 6))))) |
(* (pow x 6) (+ (* (pow x 2) (+ (* (pow x 2) (- (* -5/64 (/ (pow x 2) (pow p 12))) (* 1/32 (/ 1 (pow p 10))))) (* 1/16 (/ 1 (pow p 8))))) (* 1/8 (/ 1 (pow p 6))))) |
1/2 |
(+ 1/2 (* -1 (/ (pow p 2) (pow x 2)))) |
(- (+ 1/2 (* -1 (/ (+ (* -2 (pow p 4)) (* -1 (pow p 4))) (pow x 4)))) (/ (pow p 2) (pow x 2))) |
(- (+ 1/2 (* -1 (/ (+ (* -2 (* (pow p 2) (+ (* -2 (pow p 4)) (* -1 (pow p 4))))) (* 4 (pow p 6))) (pow x 6)))) (+ (* -2 (/ (pow p 4) (pow x 4))) (+ (* -1 (/ (pow p 4) (pow x 4))) (/ (pow p 2) (pow x 2))))) |
1/2 |
(+ 1/2 (* -1 (/ (pow p 2) (pow x 2)))) |
(- (+ 1/2 (* -1 (/ (+ (* -2 (pow p 4)) (* -1 (pow p 4))) (pow x 4)))) (/ (pow p 2) (pow x 2))) |
(- (+ 1/2 (* -1 (/ (+ (* -2 (* (pow p 2) (+ (* -2 (pow p 4)) (* -1 (pow p 4))))) (* 4 (pow p 6))) (pow x 6)))) (+ (* -2 (/ (pow p 4) (pow x 4))) (+ (* -1 (/ (pow p 4) (pow x 4))) (/ (pow p 2) (pow x 2))))) |
1/2 |
(+ 1/2 (* -1 (/ (pow p 2) (pow x 2)))) |
(+ 1/2 (* (pow p 2) (- (* 3 (/ (pow p 2) (pow x 4))) (/ 1 (pow x 2))))) |
(+ 1/2 (* (pow p 2) (- (* (pow p 2) (+ (* -10 (/ (pow p 2) (pow x 6))) (* 3 (/ 1 (pow x 4))))) (/ 1 (pow x 2))))) |
(* 1/8 (/ (pow x 6) (pow p 6))) |
(/ (+ (* 1/16 (/ (pow x 8) (pow p 2))) (* 1/8 (pow x 6))) (pow p 6)) |
(/ (+ (* -1/2 (/ (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10))) (pow p 4))) (+ (* 1/16 (/ (pow x 8) (pow p 2))) (* 1/8 (pow x 6)))) (pow p 6)) |
(/ (+ (* -1/2 (/ (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10))) (pow p 4))) (+ (* -1/2 (/ (+ (* 1/8 (pow x 12)) (* 1/2 (* (pow x 2) (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10)))))) (pow p 6))) (+ (* 1/16 (/ (pow x 8) (pow p 2))) (* 1/8 (pow x 6))))) (pow p 6)) |
(* 1/8 (/ (pow x 6) (pow p 6))) |
(/ (+ (* 1/16 (/ (pow x 8) (pow p 2))) (* 1/8 (pow x 6))) (pow p 6)) |
(/ (+ (* -1/2 (/ (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10))) (pow p 4))) (+ (* 1/16 (/ (pow x 8) (pow p 2))) (* 1/8 (pow x 6)))) (pow p 6)) |
(/ (+ (* -1/2 (/ (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10))) (pow p 4))) (+ (* -1/2 (/ (+ (* 1/8 (pow x 12)) (* 1/2 (* (pow x 2) (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10)))))) (pow p 6))) (+ (* 1/16 (/ (pow x 8) (pow p 2))) (* 1/8 (pow x 6))))) (pow p 6)) |
(* 4 (/ (pow p 6) (pow x 5))) |
(/ (+ (* -2 (* (pow p 4) (pow x 2))) (* 4 (pow p 6))) (pow x 5)) |
(/ (+ (* 4 (pow p 6)) (* (pow x 2) (+ (* -2 (pow p 4)) (* 2 (* (pow p 2) (pow x 2)))))) (pow x 5)) |
(/ (+ (* 4 (pow p 6)) (* (pow x 2) (+ (* -2 (pow p 4)) (* (pow x 2) (+ (* 2 (pow p 2)) (pow x 2)))))) (pow x 5)) |
x |
(* x (+ 1 (* 2 (/ (pow p 2) (pow x 2))))) |
(* x (+ 1 (+ (* -2 (/ (pow p 4) (pow x 4))) (* 2 (/ (pow p 2) (pow x 2)))))) |
(* x (+ 1 (+ (* -2 (/ (pow p 4) (pow x 4))) (+ (* 2 (/ (pow p 2) (pow x 2))) (* 4 (/ (pow p 6) (pow x 6))))))) |
x |
(* -1 (* x (- (* -2 (/ (pow p 2) (pow x 2))) 1))) |
(* -1 (* x (- (+ (* -2 (/ (pow p 2) (pow x 2))) (* 2 (/ (pow p 4) (pow x 4)))) 1))) |
(* -1 (* x (- (+ (* -4 (/ (pow p 6) (pow x 6))) (+ (* -2 (/ (pow p 2) (pow x 2))) (* 2 (/ (pow p 4) (pow x 4))))) 1))) |
x |
(+ x (* 2 (/ (pow p 2) x))) |
(+ x (* (pow p 2) (+ (* -2 (/ (pow p 2) (pow x 3))) (* 2 (/ 1 x))))) |
(+ x (* (pow p 2) (+ (* (pow p 2) (- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3))))) (* 2 (/ 1 x))))) |
(* 4 (/ (pow p 6) (pow x 5))) |
(* (pow p 6) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(* (pow p 6) (- (+ (* 4 (/ 1 (pow x 5))) (/ 2 (* (pow p 4) x))) (/ 2 (* (pow p 2) (pow x 3))))) |
(* (pow p 6) (- (+ (* 2 (/ 1 (* (pow p 4) x))) (+ (* 4 (/ 1 (pow x 5))) (/ x (pow p 6)))) (/ 2 (* (pow p 2) (pow x 3))))) |
(* 4 (/ (pow p 6) (pow x 5))) |
(* (pow p 6) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(* (pow p 6) (- (+ (* 4 (/ 1 (pow x 5))) (/ 2 (* (pow p 4) x))) (/ 2 (* (pow p 2) (pow x 3))))) |
(* (pow p 6) (- (+ (* 2 (/ 1 (* (pow p 4) x))) (+ (* 4 (/ 1 (pow x 5))) (/ x (pow p 6)))) (/ 2 (* (pow p 2) (pow x 3))))) |
(* -1 (/ p x)) |
(* -1 (/ p x)) |
(* -1 (/ p x)) |
(* -1 (/ p x)) |
(* -1 (/ p x)) |
(* -1 (/ p x)) |
(* -1 (/ p x)) |
(* -1 (/ p x)) |
(* -1 (/ p x)) |
(* -1 (/ p x)) |
(* -1 (/ p x)) |
(* -1 (/ p x)) |
(* -1 (/ p x)) |
(* -1 (/ p x)) |
(* -1 (/ p x)) |
(* -1 (/ p x)) |
(* -1 (/ p x)) |
(* -1 (/ p x)) |
(* -1 (/ p x)) |
(* -1 (/ p x)) |
(* -1 (/ p x)) |
(* -1 (/ p x)) |
(* -1 (/ p x)) |
(* -1 (/ p x)) |
(* -1 x) |
(* -1 x) |
(* -1 x) |
(* -1 x) |
(* -1 x) |
(* -1 x) |
(* -1 x) |
(* -1 x) |
(* -1 x) |
(* -1 x) |
(* -1 x) |
(* -1 x) |
1 |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(* (pow p 2) (- (/ 1 (pow p 2)) (* 1/2 (/ 1 (pow x 2))))) |
(* (pow p 2) (- (/ 1 (pow p 2)) (* 1/2 (/ 1 (pow x 2))))) |
(* (pow p 2) (- (/ 1 (pow p 2)) (* 1/2 (/ 1 (pow x 2))))) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(* (pow p 2) (- (/ 1 (pow p 2)) (* 1/2 (/ 1 (pow x 2))))) |
(* (pow p 2) (- (/ 1 (pow p 2)) (* 1/2 (/ 1 (pow x 2))))) |
(* (pow p 2) (- (/ 1 (pow p 2)) (* 1/2 (/ 1 (pow x 2))))) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/ (+ (* -1/2 (pow p 2)) (pow x 2)) (pow x 2)) |
(/ (+ (* -1/2 (pow p 2)) (pow x 2)) (pow x 2)) |
(/ (+ (* -1/2 (pow p 2)) (pow x 2)) (pow x 2)) |
1 |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
1 |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(* -1/2 (pow p 2)) |
(* -1/2 (pow p 2)) |
(* -1/2 (pow p 2)) |
(* -1/2 (pow p 2)) |
(* -1/2 (pow p 2)) |
(* -1/2 (pow p 2)) |
(* -1/2 (pow p 2)) |
(* -1/2 (pow p 2)) |
(* -1/2 (pow p 2)) |
(* -1/2 (pow p 2)) |
(* -1/2 (pow p 2)) |
(* -1/2 (pow p 2)) |
(pow p 2) |
(pow p 2) |
(pow p 2) |
(pow p 2) |
(pow p 2) |
(pow p 2) |
(pow p 2) |
(pow p 2) |
(pow p 2) |
(pow p 2) |
(pow p 2) |
(pow p 2) |
(sqrt 1/2) |
(+ (sqrt 1/2) (* 1/8 (/ x (* p (sqrt 1/2))))) |
(+ (sqrt 1/2) (* x (+ (* -1/128 (/ x (* (pow p 2) (pow (sqrt 1/2) 3)))) (* 1/8 (/ 1 (* p (sqrt 1/2))))))) |
(+ (sqrt 1/2) (* x (+ (* x (- (* 1/2 (/ (* x (- (* 1/512 (/ 1 (* (pow p 3) (pow (sqrt 1/2) 4)))) (* 1/32 (/ 1 (pow p 3))))) (sqrt 1/2))) (* 1/128 (/ 1 (* (pow p 2) (pow (sqrt 1/2) 3)))))) (* 1/8 (/ 1 (* p (sqrt 1/2))))))) |
(sqrt 1/2) |
(+ (sqrt 1/2) (/ p (* x (sqrt 1/2)))) |
(+ (sqrt 1/2) (+ (* -1/2 (/ (pow p 2) (* (pow x 2) (pow (sqrt 1/2) 3)))) (/ p (* x (sqrt 1/2))))) |
(+ (sqrt 1/2) (+ (* -1/2 (/ (+ (* -1 (/ (pow p 3) (pow (sqrt 1/2) 4))) (* 16 (pow p 3))) (* (pow x 3) (sqrt 1/2)))) (+ (* -1/2 (/ (pow p 2) (* (pow x 2) (pow (sqrt 1/2) 3)))) (/ p (* x (sqrt 1/2)))))) |
(* (sqrt -1) (sqrt -1/2)) |
(+ (* -1 (/ (* p (sqrt -1)) (* x (sqrt -1/2)))) (* (sqrt -1) (sqrt -1/2))) |
(+ (* -1 (/ (+ (* 1/2 (/ (* (pow p 2) (sqrt -1)) (* x (pow (sqrt -1/2) 3)))) (/ (* p (sqrt -1)) (sqrt -1/2))) x)) (* (sqrt -1) (sqrt -1/2))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (* (pow p 2) (sqrt -1)) (pow (sqrt -1/2) 3))) (* 1/2 (/ (* (sqrt -1) (+ (* -1 (/ (pow p 3) (pow (sqrt -1/2) 4))) (* 16 (pow p 3)))) (* x (sqrt -1/2))))) x)) (/ (* p (sqrt -1)) (sqrt -1/2))) x)) (* (sqrt -1) (sqrt -1/2))) |
(sqrt 1/2) |
(+ (sqrt 1/2) (/ p (* x (sqrt 1/2)))) |
(+ (sqrt 1/2) (* p (+ (* -1/2 (/ p (* (pow x 2) (pow (sqrt 1/2) 3)))) (/ 1 (* x (sqrt 1/2)))))) |
(+ (sqrt 1/2) (* p (+ (* p (- (* 1/2 (/ (* p (- (/ 1 (* (pow x 3) (pow (sqrt 1/2) 4))) (* 16 (/ 1 (pow x 3))))) (sqrt 1/2))) (* 1/2 (/ 1 (* (pow x 2) (pow (sqrt 1/2) 3)))))) (/ 1 (* x (sqrt 1/2)))))) |
(sqrt 1/2) |
(+ (sqrt 1/2) (* 1/8 (/ x (* p (sqrt 1/2))))) |
(+ (sqrt 1/2) (+ (* -1/128 (/ (pow x 2) (* (pow p 2) (pow (sqrt 1/2) 3)))) (* 1/8 (/ x (* p (sqrt 1/2)))))) |
(+ (sqrt 1/2) (+ (* -1/2 (/ (+ (* -1/512 (/ (pow x 3) (pow (sqrt 1/2) 4))) (* 1/32 (pow x 3))) (* (pow p 3) (sqrt 1/2)))) (+ (* -1/128 (/ (pow x 2) (* (pow p 2) (pow (sqrt 1/2) 3)))) (* 1/8 (/ x (* p (sqrt 1/2))))))) |
(sqrt 1/2) |
(+ (sqrt 1/2) (* 1/8 (/ x (* p (sqrt 1/2))))) |
(+ (sqrt 1/2) (* -1 (/ (+ (* -1/8 (/ x (sqrt 1/2))) (* 1/128 (/ (pow x 2) (* p (pow (sqrt 1/2) 3))))) p))) |
(+ (sqrt 1/2) (* -1 (/ (+ (* -1 (/ (+ (* -1/128 (/ (pow x 2) (pow (sqrt 1/2) 3))) (* 1/2 (/ (+ (* -1/32 (pow x 3)) (* 1/512 (/ (pow x 3) (pow (sqrt 1/2) 4)))) (* p (sqrt 1/2))))) p)) (* -1/8 (/ x (sqrt 1/2)))) p))) |
1/2 |
(+ 1/2 (* 1/4 (/ x p))) |
(+ 1/2 (* x (+ (* -1/32 (/ (pow x 2) (pow p 3))) (* 1/4 (/ 1 p))))) |
(+ 1/2 (* x (+ (* (pow x 2) (- (* 1/256 (/ (pow x 2) (pow p 5))) (* 1/32 (/ 1 (pow p 3))))) (* 1/4 (/ 1 p))))) |
1/2 |
(+ 1/2 (* 2 (/ p x))) |
(- (+ 1/2 (* -16 (/ (pow p 3) (pow x 3)))) (* -2 (/ p x))) |
(- (+ 1/2 (* 128 (/ (pow p 5) (pow x 5)))) (+ (* -2 (/ p x)) (* 16 (/ (pow p 3) (pow x 3))))) |
1/2 |
(+ 1/2 (* 2 (/ p x))) |
(+ 1/2 (* -1 (/ (+ (* -2 p) (* 16 (/ (pow p 3) (pow x 2)))) x))) |
(+ 1/2 (* -1 (/ (+ (* -128 (/ (pow p 5) (pow x 4))) (+ (* -2 p) (* 16 (/ (pow p 3) (pow x 2))))) x))) |
1/2 |
(+ 1/2 (* 2 (/ p x))) |
(+ 1/2 (* p (+ (* -16 (/ (pow p 2) (pow x 3))) (* 2 (/ 1 x))))) |
(+ 1/2 (* p (+ (* (pow p 2) (- (* 128 (/ (pow p 2) (pow x 5))) (* 16 (/ 1 (pow x 3))))) (* 2 (/ 1 x))))) |
1/2 |
(+ 1/2 (* 1/4 (/ x p))) |
(- (+ 1/2 (* -1/32 (/ (pow x 3) (pow p 3)))) (* -1/4 (/ x p))) |
(- (+ 1/2 (* 1/256 (/ (pow x 5) (pow p 5)))) (+ (* -1/4 (/ x p)) (* 1/32 (/ (pow x 3) (pow p 3))))) |
1/2 |
(+ 1/2 (* 1/4 (/ x p))) |
(+ 1/2 (* -1 (/ (- (* 1/32 (/ (pow x 3) (pow p 2))) (* 1/4 x)) p))) |
(+ 1/2 (* -1 (/ (- (* -1/256 (/ (pow x 5) (pow p 4))) (+ (* -1/32 (/ (pow x 3) (pow p 2))) (* 1/4 x))) p))) |
-1/2 |
(- (* 1/4 (/ x p)) 1/2) |
(- (* x (+ (* -1/32 (/ (pow x 2) (pow p 3))) (* 1/4 (/ 1 p)))) 1/2) |
(- (* x (+ (* (pow x 2) (- (* 1/256 (/ (pow x 2) (pow p 5))) (* 1/32 (/ 1 (pow p 3))))) (* 1/4 (/ 1 p)))) 1/2) |
-1/2 |
(- (* 2 (/ p x)) 1/2) |
(- (+ (* -16 (/ (pow p 3) (pow x 3))) (* 2 (/ p x))) 1/2) |
(- (+ (* -16 (/ (pow p 3) (pow x 3))) (+ (* 2 (/ p x)) (* 128 (/ (pow p 5) (pow x 5))))) 1/2) |
-1/2 |
(- (* 2 (/ p x)) 1/2) |
(- (* -1 (/ (- (* 16 (/ (pow p 3) (pow x 2))) (* 2 p)) x)) 1/2) |
(- (* -1 (/ (- (* -128 (/ (pow p 5) (pow x 4))) (+ (* -16 (/ (pow p 3) (pow x 2))) (* 2 p))) x)) 1/2) |
-1/2 |
(- (* 2 (/ p x)) 1/2) |
(- (* p (+ (* -16 (/ (pow p 2) (pow x 3))) (* 2 (/ 1 x)))) 1/2) |
(- (* p (+ (* (pow p 2) (- (* 128 (/ (pow p 2) (pow x 5))) (* 16 (/ 1 (pow x 3))))) (* 2 (/ 1 x)))) 1/2) |
-1/2 |
(- (* 1/4 (/ x p)) 1/2) |
(- (+ (* -1/32 (/ (pow x 3) (pow p 3))) (* 1/4 (/ x p))) 1/2) |
(- (+ (* -1/32 (/ (pow x 3) (pow p 3))) (+ (* 1/256 (/ (pow x 5) (pow p 5))) (* 1/4 (/ x p)))) 1/2) |
-1/2 |
(- (* 1/4 (/ x p)) 1/2) |
(- (* -1 (/ (+ (* -1/4 x) (* 1/32 (/ (pow x 3) (pow p 2)))) p)) 1/2) |
(- (* -1 (/ (+ (* -1/4 x) (+ (* -1/256 (/ (pow x 5) (pow p 4))) (* 1/32 (/ (pow x 3) (pow p 2))))) p)) 1/2) |
(* 1/4 (/ x p)) |
(* x (+ (* -1/32 (/ (pow x 2) (pow p 3))) (* 1/4 (/ 1 p)))) |
(* x (+ (* (pow x 2) (- (* 1/256 (/ (pow x 2) (pow p 5))) (* 1/32 (/ 1 (pow p 3))))) (* 1/4 (/ 1 p)))) |
(* x (+ (* (pow x 2) (- (* (pow x 2) (+ (* -1/2048 (/ (pow x 2) (pow p 7))) (* 1/256 (/ 1 (pow p 5))))) (* 1/32 (/ 1 (pow p 3))))) (* 1/4 (/ 1 p)))) |
(* 2 (/ p x)) |
(/ (+ (* -16 (/ (pow p 3) (pow x 2))) (* 2 p)) x) |
(/ (- (+ (* 2 p) (* 128 (/ (pow p 5) (pow x 4)))) (* 16 (/ (pow p 3) (pow x 2)))) x) |
(/ (- (+ (* -1024 (/ (pow p 7) (pow x 6))) (* 2 p)) (+ (* -128 (/ (pow p 5) (pow x 4))) (* 16 (/ (pow p 3) (pow x 2))))) x) |
(* 2 (/ p x)) |
(* -1 (/ (+ (* -2 p) (* 16 (/ (pow p 3) (pow x 2)))) x)) |
(* -1 (/ (- (+ (* -128 (/ (pow p 5) (pow x 4))) (* -2 p)) (* -16 (/ (pow p 3) (pow x 2)))) x)) |
(* -1 (/ (- (+ (* -2 p) (* 1024 (/ (pow p 7) (pow x 6)))) (+ (* -16 (/ (pow p 3) (pow x 2))) (* 128 (/ (pow p 5) (pow x 4))))) x)) |
(* 2 (/ p x)) |
(* p (+ (* -16 (/ (pow p 2) (pow x 3))) (* 2 (/ 1 x)))) |
(* p (+ (* (pow p 2) (- (* 128 (/ (pow p 2) (pow x 5))) (* 16 (/ 1 (pow x 3))))) (* 2 (/ 1 x)))) |
(* p (+ (* (pow p 2) (- (* (pow p 2) (+ (* -1024 (/ (pow p 2) (pow x 7))) (* 128 (/ 1 (pow x 5))))) (* 16 (/ 1 (pow x 3))))) (* 2 (/ 1 x)))) |
(* 1/4 (/ x p)) |
(/ (+ (* -1/32 (/ (pow x 3) (pow p 2))) (* 1/4 x)) p) |
(/ (+ (* -1/32 (/ (pow x 3) (pow p 2))) (+ (* 1/256 (/ (pow x 5) (pow p 4))) (* 1/4 x))) p) |
(/ (+ (* -1/32 (/ (pow x 3) (pow p 2))) (+ (* -1/2048 (/ (pow x 7) (pow p 6))) (+ (* 1/256 (/ (pow x 5) (pow p 4))) (* 1/4 x)))) p) |
(* 1/4 (/ x p)) |
(* -1 (/ (+ (* -1/4 x) (* 1/32 (/ (pow x 3) (pow p 2)))) p)) |
(* -1 (/ (+ (* -1/4 x) (+ (* -1/256 (/ (pow x 5) (pow p 4))) (* 1/32 (/ (pow x 3) (pow p 2))))) p)) |
(* -1 (/ (+ (* -1/4 x) (+ (* -1/256 (/ (pow x 5) (pow p 4))) (+ (* 1/2048 (/ (pow x 7) (pow p 6))) (* 1/32 (/ (pow x 3) (pow p 2)))))) p)) |
(* -2 (/ (pow p 2) (pow x 3))) |
(* (pow p 2) (- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3))))) |
(* (pow p 2) (- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3))))) |
(* (pow p 2) (- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3))))) |
(* 4 (/ (pow p 4) (pow x 5))) |
(* (pow p 4) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(* (pow p 4) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(* (pow p 4) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(* 4 (/ (pow p 4) (pow x 5))) |
(* (pow p 4) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(* (pow p 4) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(* (pow p 4) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(* 4 (/ (pow p 4) (pow x 5))) |
(/ (+ (* -2 (* (pow p 2) (pow x 2))) (* 4 (pow p 4))) (pow x 5)) |
(/ (+ (* -2 (* (pow p 2) (pow x 2))) (* 4 (pow p 4))) (pow x 5)) |
(/ (+ (* -2 (* (pow p 2) (pow x 2))) (* 4 (pow p 4))) (pow x 5)) |
(* -2 (/ (pow p 2) (pow x 3))) |
(/ (+ (* -2 (pow p 2)) (* 4 (/ (pow p 4) (pow x 2)))) (pow x 3)) |
(/ (+ (* -2 (pow p 2)) (* 4 (/ (pow p 4) (pow x 2)))) (pow x 3)) |
(/ (+ (* -2 (pow p 2)) (* 4 (/ (pow p 4) (pow x 2)))) (pow x 3)) |
(* -2 (/ (pow p 2) (pow x 3))) |
(* -1 (/ (+ (* -4 (/ (pow p 4) (pow x 2))) (* 2 (pow p 2))) (pow x 3))) |
(* -1 (/ (+ (* -4 (/ (pow p 4) (pow x 2))) (* 2 (pow p 2))) (pow x 3))) |
(* -1 (/ (+ (* -4 (/ (pow p 4) (pow x 2))) (* 2 (pow p 2))) (pow x 3))) |
(* 4 (/ (pow p 2) (pow x 2))) |
(* 4 (/ (pow p 2) (pow x 2))) |
(* 4 (/ (pow p 2) (pow x 2))) |
(* 4 (/ (pow p 2) (pow x 2))) |
(* 4 (/ (pow p 2) (pow x 2))) |
(* 4 (/ (pow p 2) (pow x 2))) |
(* 4 (/ (pow p 2) (pow x 2))) |
(* 4 (/ (pow p 2) (pow x 2))) |
(* 4 (/ (pow p 2) (pow x 2))) |
(* 4 (/ (pow p 2) (pow x 2))) |
(* 4 (/ (pow p 2) (pow x 2))) |
(* 4 (/ (pow p 2) (pow x 2))) |
(* 4 (/ (pow p 2) (pow x 2))) |
(* 4 (/ (pow p 2) (pow x 2))) |
(* 4 (/ (pow p 2) (pow x 2))) |
(* 4 (/ (pow p 2) (pow x 2))) |
(* 4 (/ (pow p 2) (pow x 2))) |
(* 4 (/ (pow p 2) (pow x 2))) |
(* 4 (/ (pow p 2) (pow x 2))) |
(* 4 (/ (pow p 2) (pow x 2))) |
(* 4 (/ (pow p 2) (pow x 2))) |
(* 4 (/ (pow p 2) (pow x 2))) |
(* 4 (/ (pow p 2) (pow x 2))) |
(* 4 (/ (pow p 2) (pow x 2))) |
(/ -2 (pow x 3)) |
(- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3)))) |
(- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3)))) |
(- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3)))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(* (pow p 2) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(* (pow p 2) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(* (pow p 2) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(* (pow p 2) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(* (pow p 2) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(* (pow p 2) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(/ (+ (* -2 (pow x 2)) (* 4 (pow p 2))) (pow x 5)) |
(/ (+ (* -2 (pow x 2)) (* 4 (pow p 2))) (pow x 5)) |
(/ (+ (* -2 (pow x 2)) (* 4 (pow p 2))) (pow x 5)) |
(/ -2 (pow x 3)) |
(/ (- (* 4 (/ (pow p 2) (pow x 2))) 2) (pow x 3)) |
(/ (- (* 4 (/ (pow p 2) (pow x 2))) 2) (pow x 3)) |
(/ (- (* 4 (/ (pow p 2) (pow x 2))) 2) (pow x 3)) |
(/ -2 (pow x 3)) |
(* -1 (/ (+ 2 (* -4 (/ (pow p 2) (pow x 2)))) (pow x 3))) |
(* -1 (/ (+ 2 (* -4 (/ (pow p 2) (pow x 2)))) (pow x 3))) |
(* -1 (/ (+ 2 (* -4 (/ (pow p 2) (pow x 2)))) (pow x 3))) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(* 1/2 (/ x p)) |
(* x (+ (* -1/16 (/ (pow x 2) (pow p 3))) (* 1/2 (/ 1 p)))) |
(* x (+ (* (pow x 2) (- (* 1/128 (/ (pow x 2) (pow p 5))) (* 1/16 (/ 1 (pow p 3))))) (* 1/2 (/ 1 p)))) |
(* x (+ (* (pow x 2) (- (* (pow x 2) (+ (* -1/1024 (/ (pow x 2) (pow p 7))) (* 1/128 (/ 1 (pow p 5))))) (* 1/16 (/ 1 (pow p 3))))) (* 1/2 (/ 1 p)))) |
(* 4 (/ p x)) |
(/ (+ (* -32 (/ (pow p 3) (pow x 2))) (* 4 p)) x) |
(/ (- (+ (* 4 p) (* 256 (/ (pow p 5) (pow x 4)))) (* 32 (/ (pow p 3) (pow x 2)))) x) |
(/ (- (+ (* -2048 (/ (pow p 7) (pow x 6))) (* 4 p)) (+ (* -256 (/ (pow p 5) (pow x 4))) (* 32 (/ (pow p 3) (pow x 2))))) x) |
(* 4 (/ p x)) |
(* -1 (/ (+ (* -4 p) (* 32 (/ (pow p 3) (pow x 2)))) x)) |
(* -1 (/ (- (+ (* -256 (/ (pow p 5) (pow x 4))) (* -4 p)) (* -32 (/ (pow p 3) (pow x 2)))) x)) |
(* -1 (/ (- (+ (* -4 p) (* 2048 (/ (pow p 7) (pow x 6)))) (+ (* -32 (/ (pow p 3) (pow x 2))) (* 256 (/ (pow p 5) (pow x 4))))) x)) |
(* 4 (/ p x)) |
(* p (+ (* -32 (/ (pow p 2) (pow x 3))) (* 4 (/ 1 x)))) |
(* p (+ (* (pow p 2) (- (* 256 (/ (pow p 2) (pow x 5))) (* 32 (/ 1 (pow x 3))))) (* 4 (/ 1 x)))) |
(* p (+ (* (pow p 2) (- (* (pow p 2) (+ (* -2048 (/ (pow p 2) (pow x 7))) (* 256 (/ 1 (pow x 5))))) (* 32 (/ 1 (pow x 3))))) (* 4 (/ 1 x)))) |
(* 1/2 (/ x p)) |
(/ (+ (* -1/16 (/ (pow x 3) (pow p 2))) (* 1/2 x)) p) |
(/ (- (+ (* 1/128 (/ (pow x 5) (pow p 4))) (* 1/2 x)) (* 1/16 (/ (pow x 3) (pow p 2)))) p) |
(/ (- (+ (* -1/1024 (/ (pow x 7) (pow p 6))) (* 1/2 x)) (+ (* -1/128 (/ (pow x 5) (pow p 4))) (* 1/16 (/ (pow x 3) (pow p 2))))) p) |
(* 1/2 (/ x p)) |
(* -1 (/ (+ (* -1/2 x) (* 1/16 (/ (pow x 3) (pow p 2)))) p)) |
(* -1 (/ (- (+ (* -1/2 x) (* -1/128 (/ (pow x 5) (pow p 4)))) (* -1/16 (/ (pow x 3) (pow p 2)))) p)) |
(* -1 (/ (- (+ (* -1/2 x) (* 1/1024 (/ (pow x 7) (pow p 6)))) (+ (* -1/16 (/ (pow x 3) (pow p 2))) (* 1/128 (/ (pow x 5) (pow p 4))))) p)) |
(* 1/4 (/ (pow x 2) (pow p 2))) |
(* (pow x 2) (+ (* -1/16 (/ (pow x 2) (pow p 4))) (* 1/4 (/ 1 (pow p 2))))) |
(* (pow x 2) (+ (* (pow x 2) (- (* 3/256 (/ (pow x 2) (pow p 6))) (* 1/16 (/ 1 (pow p 4))))) (* 1/4 (/ 1 (pow p 2))))) |
(* (pow x 2) (+ (* (pow x 2) (- (* (pow x 2) (+ (* -1/512 (/ (pow x 2) (pow p 8))) (* 3/256 (/ 1 (pow p 6))))) (* 1/16 (/ 1 (pow p 4))))) (* 1/4 (/ 1 (pow p 2))))) |
(* 16 (/ (pow p 2) (pow x 2))) |
(/ (+ (* -256 (/ (pow p 4) (pow x 2))) (* 16 (pow p 2))) (pow x 2)) |
(/ (- (+ (* -1 (/ (+ (* -4096 (pow p 6)) (* 1024 (pow p 6))) (pow x 4))) (* 16 (pow p 2))) (* 256 (/ (pow p 4) (pow x 2)))) (pow x 2)) |
(/ (- (+ (* -1 (/ (+ (* -16384 (pow p 8)) (* -16 (* (pow p 2) (+ (* -4096 (pow p 6)) (* 1024 (pow p 6)))))) (pow x 6))) (* 16 (pow p 2))) (+ (* -4096 (/ (pow p 6) (pow x 4))) (+ (* 256 (/ (pow p 4) (pow x 2))) (* 1024 (/ (pow p 6) (pow x 4)))))) (pow x 2)) |
(* 16 (/ (pow p 2) (pow x 2))) |
(/ (+ (* -256 (/ (pow p 4) (pow x 2))) (* 16 (pow p 2))) (pow x 2)) |
(/ (- (+ (* -1 (/ (+ (* -4096 (pow p 6)) (* 1024 (pow p 6))) (pow x 4))) (* 16 (pow p 2))) (* 256 (/ (pow p 4) (pow x 2)))) (pow x 2)) |
(/ (- (+ (* -1 (/ (+ (* -16384 (pow p 8)) (* -16 (* (pow p 2) (+ (* -4096 (pow p 6)) (* 1024 (pow p 6)))))) (pow x 6))) (* 16 (pow p 2))) (+ (* -4096 (/ (pow p 6) (pow x 4))) (+ (* 256 (/ (pow p 4) (pow x 2))) (* 1024 (/ (pow p 6) (pow x 4)))))) (pow x 2)) |
(* 16 (/ (pow p 2) (pow x 2))) |
(* (pow p 2) (+ (* -256 (/ (pow p 2) (pow x 4))) (* 16 (/ 1 (pow x 2))))) |
(* (pow p 2) (+ (* (pow p 2) (- (* 3072 (/ (pow p 2) (pow x 6))) (* 256 (/ 1 (pow x 4))))) (* 16 (/ 1 (pow x 2))))) |
(* (pow p 2) (+ (* (pow p 2) (- (* (pow p 2) (+ (* -32768 (/ (pow p 2) (pow x 8))) (* 3072 (/ 1 (pow x 6))))) (* 256 (/ 1 (pow x 4))))) (* 16 (/ 1 (pow x 2))))) |
(* 1/4 (/ (pow x 2) (pow p 2))) |
(/ (+ (* -1/16 (/ (pow x 4) (pow p 2))) (* 1/4 (pow x 2))) (pow p 2)) |
(/ (- (+ (* -1 (/ (+ (* -1/64 (pow x 6)) (* 1/256 (pow x 6))) (pow p 4))) (* 1/4 (pow x 2))) (* 1/16 (/ (pow x 4) (pow p 2)))) (pow p 2)) |
(/ (- (+ (* -1 (/ (+ (* -1/4 (* (pow x 2) (+ (* -1/64 (pow x 6)) (* 1/256 (pow x 6))))) (* -1/1024 (pow x 8))) (pow p 6))) (* 1/4 (pow x 2))) (+ (* -1/64 (/ (pow x 6) (pow p 4))) (+ (* 1/256 (/ (pow x 6) (pow p 4))) (* 1/16 (/ (pow x 4) (pow p 2)))))) (pow p 2)) |
(* 1/4 (/ (pow x 2) (pow p 2))) |
(/ (+ (* -1/16 (/ (pow x 4) (pow p 2))) (* 1/4 (pow x 2))) (pow p 2)) |
(/ (- (+ (* -1 (/ (+ (* -1/64 (pow x 6)) (* 1/256 (pow x 6))) (pow p 4))) (* 1/4 (pow x 2))) (* 1/16 (/ (pow x 4) (pow p 2)))) (pow p 2)) |
(/ (- (+ (* -1 (/ (+ (* -1/4 (* (pow x 2) (+ (* -1/64 (pow x 6)) (* 1/256 (pow x 6))))) (* -1/1024 (pow x 8))) (pow p 6))) (* 1/4 (pow x 2))) (+ (* -1/64 (/ (pow x 6) (pow p 4))) (+ (* 1/256 (/ (pow x 6) (pow p 4))) (* 1/16 (/ (pow x 4) (pow p 2)))))) (pow p 2)) |
(* 1/4 (/ (pow x 2) p)) |
(* 1/4 (/ (pow x 2) p)) |
(* 1/4 (/ (pow x 2) p)) |
(* 1/4 (/ (pow x 2) p)) |
(* 1/4 (/ (pow x 2) p)) |
(* 1/4 (/ (pow x 2) p)) |
(* 1/4 (/ (pow x 2) p)) |
(* 1/4 (/ (pow x 2) p)) |
(* 1/4 (/ (pow x 2) p)) |
(* 1/4 (/ (pow x 2) p)) |
(* 1/4 (/ (pow x 2) p)) |
(* 1/4 (/ (pow x 2) p)) |
(* 1/4 (/ (pow x 2) p)) |
(* 1/4 (/ (pow x 2) p)) |
(* 1/4 (/ (pow x 2) p)) |
(* 1/4 (/ (pow x 2) p)) |
(* 1/4 (/ (pow x 2) p)) |
(* 1/4 (/ (pow x 2) p)) |
(* 1/4 (/ (pow x 2) p)) |
(* 1/4 (/ (pow x 2) p)) |
(* 1/4 (/ (pow x 2) p)) |
(* 1/4 (/ (pow x 2) p)) |
(* 1/4 (/ (pow x 2) p)) |
(* 1/4 (/ (pow x 2) p)) |
| Outputs |
|---|
(sqrt 1/2) |
(sqrt.f64 #s(literal 1/2 binary64)) |
(+ (sqrt 1/2) (* 1/16 (/ (pow x 6) (* (pow p 6) (sqrt 1/2))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 6 binary64))) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (pow.f64 p #s(literal 6 binary64))))) |
(+ (sqrt 1/2) (* (pow x 6) (+ (* 1/32 (/ (pow x 2) (* (pow p 8) (sqrt 1/2)))) (* 1/16 (/ 1 (* (pow p 6) (sqrt 1/2))))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 (/.f64 (/.f64 #s(literal 1/16 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (pow.f64 p #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal 1/32 binary64) (*.f64 x x)) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (pow.f64 p #s(literal 8 binary64))))))) |
(+ (sqrt 1/2) (* (pow x 6) (+ (* (pow x 2) (+ (* -1/64 (/ (pow x 2) (* (pow p 10) (sqrt 1/2)))) (* 1/32 (/ 1 (* (pow p 8) (sqrt 1/2)))))) (* 1/16 (/ 1 (* (pow p 6) (sqrt 1/2))))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 (/.f64 (/.f64 #s(literal 1/16 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (pow.f64 p #s(literal 6 binary64))) (*.f64 (*.f64 x x) (+.f64 (*.f64 (/.f64 #s(literal -1/64 binary64) (pow.f64 p #s(literal 10 binary64))) (/.f64 (*.f64 x x) (sqrt.f64 #s(literal 1/2 binary64)))) (/.f64 (/.f64 #s(literal 1/32 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (pow.f64 p #s(literal 8 binary64)))))))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (*.f64 x x))) |
(+ 1 (+ (* -1/2 (/ (pow p 2) (pow x 2))) (* 1/2 (/ (- (* -1/2 (+ (* -4 (pow p 4)) (* -2 (pow p 4)))) (* 1/4 (pow p 4))) (pow x 4))))) |
(+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (*.f64 x x)) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 3 binary64)) (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -1/4 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(+ 1 (+ (* -1/2 (/ (pow p 2) (pow x 2))) (+ (* 1/2 (/ (- (* -1/2 (+ (* -4 (pow p 4)) (* -2 (pow p 4)))) (* 1/4 (pow p 4))) (pow x 4))) (* 1/2 (/ (- (* -1/2 (+ (* -2 (* (pow p 2) (+ (* -4 (pow p 4)) (* -2 (pow p 4))))) (* 8 (pow p 6)))) (* -1/2 (* (pow p 2) (- (* -1/2 (+ (* -4 (pow p 4)) (* -2 (pow p 4)))) (* 1/4 (pow p 4)))))) (pow x 6)))))) |
(+.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (*.f64 x x)) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 3 binary64)) (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -1/4 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))))) (/.f64 (*.f64 #s(literal -1/4 binary64) (+.f64 (*.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -6 binary64)) (*.f64 (*.f64 p p) #s(literal -2 binary64))) (-.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal 8 binary64)) (*.f64 (*.f64 p p) (+.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 3 binary64)) (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -1/4 binary64))))))) (pow.f64 x #s(literal 6 binary64)))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (*.f64 x x))) |
(+ 1 (+ (* -1/2 (/ (+ (* -1/2 (+ (* 2 (pow p 4)) (* 4 (pow p 4)))) (* 1/4 (pow p 4))) (pow x 4))) (* -1/2 (/ (pow p 2) (pow x 2))))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 1/4 binary64)) (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -3 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 p p) (*.f64 x x))))) |
(+ 1 (+ (* -1/2 (/ (+ (* -1/2 (+ (* -8 (pow p 6)) (* -2 (* (pow p 2) (+ (* 2 (pow p 4)) (* 4 (pow p 4))))))) (* 1/2 (* (pow p 2) (+ (* -1/2 (+ (* 2 (pow p 4)) (* 4 (pow p 4)))) (* 1/4 (pow p 4)))))) (pow x 6))) (+ (* -1/2 (/ (+ (* -1/2 (+ (* 2 (pow p 4)) (* 4 (pow p 4)))) (* 1/4 (pow p 4))) (pow x 4))) (* -1/2 (/ (pow p 2) (pow x 2)))))) |
(+.f64 #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (+.f64 (+.f64 (/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 1/4 binary64)) (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -3 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 p p) (*.f64 x x))) (/.f64 (+.f64 (*.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 1/4 binary64)) (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -3 binary64))) (*.f64 (*.f64 p p) #s(literal 1/2 binary64))) (+.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal 4 binary64)) (*.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -3 binary64)) (*.f64 (*.f64 p p) #s(literal -2 binary64))))) (pow.f64 x #s(literal 6 binary64)))))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (*.f64 x x))) |
(+ 1 (* (pow p 2) (- (* 11/8 (/ (pow p 2) (pow x 4))) (* 1/2 (/ 1 (pow x 2)))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 #s(literal 11/8 binary64) (*.f64 p p)) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(+ 1 (* (pow p 2) (- (* (pow p 2) (+ (* -69/16 (/ (pow p 2) (pow x 6))) (* 11/8 (/ 1 (pow x 4))))) (* 1/2 (/ 1 (pow x 2)))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 #s(literal -69/16 binary64) (*.f64 p p)) (pow.f64 x #s(literal 6 binary64))) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(sqrt 1/2) |
(sqrt.f64 #s(literal 1/2 binary64)) |
(+ (sqrt 1/2) (* 1/16 (/ (pow x 6) (* (pow p 6) (sqrt 1/2))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 6 binary64))) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (pow.f64 p #s(literal 6 binary64))))) |
(+ (sqrt 1/2) (+ (* 1/32 (/ (pow x 8) (* (pow p 8) (sqrt 1/2)))) (* 1/16 (/ (pow x 6) (* (pow p 6) (sqrt 1/2)))))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 6 binary64))) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (pow.f64 p #s(literal 6 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal 1/32 binary64) (pow.f64 x #s(literal 8 binary64))) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (pow.f64 p #s(literal 8 binary64)))) (sqrt.f64 #s(literal 1/2 binary64)))) |
(+ (sqrt 1/2) (+ (* -1/4 (/ (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10))) (* (pow p 10) (sqrt 1/2)))) (+ (* 1/32 (/ (pow x 8) (* (pow p 8) (sqrt 1/2)))) (* 1/16 (/ (pow x 6) (* (pow p 6) (sqrt 1/2))))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 (*.f64 #s(literal 1/32 binary64) (pow.f64 x #s(literal 8 binary64))) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (pow.f64 p #s(literal 8 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 6 binary64))) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (pow.f64 p #s(literal 6 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (pow.f64 x #s(literal 10 binary64))) #s(literal 1/16 binary64)) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (pow.f64 p #s(literal 10 binary64))))))) |
(sqrt 1/2) |
(sqrt.f64 #s(literal 1/2 binary64)) |
(+ (sqrt 1/2) (* 1/16 (/ (pow x 6) (* (pow p 6) (sqrt 1/2))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 6 binary64))) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (pow.f64 p #s(literal 6 binary64))))) |
(+ (sqrt 1/2) (+ (* 1/32 (/ (pow x 8) (* (pow p 8) (sqrt 1/2)))) (* 1/16 (/ (pow x 6) (* (pow p 6) (sqrt 1/2)))))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 6 binary64))) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (pow.f64 p #s(literal 6 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal 1/32 binary64) (pow.f64 x #s(literal 8 binary64))) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (pow.f64 p #s(literal 8 binary64)))) (sqrt.f64 #s(literal 1/2 binary64)))) |
(+ (sqrt 1/2) (+ (* -1/4 (/ (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10))) (* (pow p 10) (sqrt 1/2)))) (+ (* 1/32 (/ (pow x 8) (* (pow p 8) (sqrt 1/2)))) (* 1/16 (/ (pow x 6) (* (pow p 6) (sqrt 1/2))))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 (*.f64 #s(literal 1/32 binary64) (pow.f64 x #s(literal 8 binary64))) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (pow.f64 p #s(literal 8 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 6 binary64))) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (pow.f64 p #s(literal 6 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (pow.f64 x #s(literal 10 binary64))) #s(literal 1/16 binary64)) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (pow.f64 p #s(literal 10 binary64))))))) |
1/2 |
#s(literal 1/2 binary64) |
(+ 1/2 (* 1/8 (/ (pow x 6) (pow p 6)))) |
(+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/8 binary64)) (pow.f64 p #s(literal 6 binary64)))) |
(+ 1/2 (* (pow x 6) (+ (* 1/16 (/ (pow x 2) (pow p 8))) (* 1/8 (/ 1 (pow p 6)))))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 (/.f64 #s(literal 1/8 binary64) (pow.f64 p #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal 1/16 binary64) (*.f64 x x)) (pow.f64 p #s(literal 8 binary64)))))) |
(+ 1/2 (* (pow x 6) (+ (* (pow x 2) (+ (* -1/32 (/ (pow x 2) (pow p 10))) (* 1/16 (/ 1 (pow p 8))))) (* 1/8 (/ 1 (pow p 6)))))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 (/.f64 #s(literal 1/8 binary64) (pow.f64 p #s(literal 6 binary64))) (*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 #s(literal -1/32 binary64) (*.f64 x x)) (pow.f64 p #s(literal 10 binary64))) (/.f64 #s(literal 1/16 binary64) (pow.f64 p #s(literal 8 binary64)))))))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1 (/ (pow p 2) (pow x 2)))) |
(-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (*.f64 x x))) |
(+ 1 (+ (* -1 (/ (pow p 2) (pow x 2))) (* -1/2 (/ (+ (* -4 (pow p 4)) (* -2 (pow p 4))) (pow x 4))))) |
(+.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (*.f64 x x))) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 3 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) |
(+ 1 (+ (* -1 (/ (pow p 2) (pow x 2))) (+ (* -1/2 (/ (+ (* -4 (pow p 4)) (* -2 (pow p 4))) (pow x 4))) (* -1/2 (/ (+ (* -2 (* (pow p 2) (+ (* -4 (pow p 4)) (* -2 (pow p 4))))) (* 8 (pow p 6))) (pow x 6)))))) |
(+.f64 (+.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (*.f64 x x))) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 3 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 3 binary64))) (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -4 binary64))) (pow.f64 x #s(literal 6 binary64)))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1 (/ (pow p 2) (pow x 2)))) |
(-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (*.f64 x x))) |
(- (+ 1 (* 1/2 (/ (+ (* 2 (pow p 4)) (* 4 (pow p 4))) (pow x 4)))) (/ (pow p 2) (pow x 2))) |
(+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (pow.f64 p #s(literal 4 binary64))) #s(literal 6 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (*.f64 x x)))) |
(- (+ 1 (* 1/2 (/ (+ (* -8 (pow p 6)) (* -2 (* (pow p 2) (+ (* 2 (pow p 4)) (* 4 (pow p 4)))))) (pow x 6)))) (+ (* -1/2 (/ (+ (* 2 (pow p 4)) (* 4 (pow p 4))) (pow x 4))) (/ (pow p 2) (pow x 2)))) |
(+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -8 binary64)) (*.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 6 binary64)) (*.f64 (*.f64 p p) #s(literal -2 binary64))))) (pow.f64 x #s(literal 6 binary64))) (-.f64 #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 p p) (*.f64 x x)) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -3 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1 (/ (pow p 2) (pow x 2)))) |
(-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (*.f64 x x))) |
(+ 1 (* (pow p 2) (- (* 3 (/ (pow p 2) (pow x 4))) (/ 1 (pow x 2))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 p p)) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -1 binary64) (*.f64 x x))))) |
(+ 1 (* (pow p 2) (- (* (pow p 2) (+ (* -10 (/ (pow p 2) (pow x 6))) (* 3 (/ 1 (pow x 4))))) (/ 1 (pow x 2))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 #s(literal -10 binary64) (*.f64 p p)) (pow.f64 x #s(literal 6 binary64))) (/.f64 #s(literal 3 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1 binary64) (*.f64 x x))))) |
1/2 |
#s(literal 1/2 binary64) |
(+ 1/2 (* 1/8 (/ (pow x 6) (pow p 6)))) |
(+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/8 binary64)) (pow.f64 p #s(literal 6 binary64)))) |
(+ 1/2 (+ (* 1/16 (/ (pow x 8) (pow p 8))) (* 1/8 (/ (pow x 6) (pow p 6))))) |
(+.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/8 binary64)) (pow.f64 p #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 8 binary64))) (pow.f64 p #s(literal 8 binary64))))) |
(+ 1/2 (+ (* -1/2 (/ (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10))) (pow p 10))) (+ (* 1/16 (/ (pow x 8) (pow p 8))) (* 1/8 (/ (pow x 6) (pow p 6)))))) |
(+.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (pow.f64 x #s(literal 10 binary64))) #s(literal 1/16 binary64)) (pow.f64 p #s(literal 10 binary64))) (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 8 binary64))) (pow.f64 p #s(literal 8 binary64)))) (/.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/8 binary64)) (pow.f64 p #s(literal 6 binary64))))) |
1/2 |
#s(literal 1/2 binary64) |
(+ 1/2 (* 1/8 (/ (pow x 6) (pow p 6)))) |
(+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/8 binary64)) (pow.f64 p #s(literal 6 binary64)))) |
(+ 1/2 (+ (* 1/16 (/ (pow x 8) (pow p 8))) (* 1/8 (/ (pow x 6) (pow p 6))))) |
(+.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/8 binary64)) (pow.f64 p #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 8 binary64))) (pow.f64 p #s(literal 8 binary64))))) |
(+ 1/2 (+ (* -1/2 (/ (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10))) (pow p 10))) (+ (* 1/16 (/ (pow x 8) (pow p 8))) (* 1/8 (/ (pow x 6) (pow p 6)))))) |
(+.f64 #s(literal 1/2 binary64) (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (pow.f64 x #s(literal 10 binary64))) #s(literal 1/16 binary64)) (pow.f64 p #s(literal 10 binary64))) (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 8 binary64))) (pow.f64 p #s(literal 8 binary64)))) (/.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/8 binary64)) (pow.f64 p #s(literal 6 binary64))))) |
(* 1/8 (/ (pow x 6) (pow p 6))) |
(/.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/8 binary64)) (pow.f64 p #s(literal 6 binary64))) |
(* (pow x 6) (+ (* 1/16 (/ (pow x 2) (pow p 8))) (* 1/8 (/ 1 (pow p 6))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 (/.f64 #s(literal 1/8 binary64) (pow.f64 p #s(literal 6 binary64))) (/.f64 (*.f64 #s(literal 1/16 binary64) (*.f64 x x)) (pow.f64 p #s(literal 8 binary64))))) |
(* (pow x 6) (+ (* (pow x 2) (+ (* -1/32 (/ (pow x 2) (pow p 10))) (* 1/16 (/ 1 (pow p 8))))) (* 1/8 (/ 1 (pow p 6))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 (/.f64 #s(literal 1/8 binary64) (pow.f64 p #s(literal 6 binary64))) (*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 #s(literal -1/32 binary64) (*.f64 x x)) (pow.f64 p #s(literal 10 binary64))) (/.f64 #s(literal 1/16 binary64) (pow.f64 p #s(literal 8 binary64))))))) |
(* (pow x 6) (+ (* (pow x 2) (+ (* (pow x 2) (- (* -5/64 (/ (pow x 2) (pow p 12))) (* 1/32 (/ 1 (pow p 10))))) (* 1/16 (/ 1 (pow p 8))))) (* 1/8 (/ 1 (pow p 6))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 (/.f64 #s(literal 1/8 binary64) (pow.f64 p #s(literal 6 binary64))) (*.f64 x (*.f64 x (+.f64 (/.f64 #s(literal 1/16 binary64) (pow.f64 p #s(literal 8 binary64))) (*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 #s(literal -5/64 binary64) (*.f64 x x)) (pow.f64 p #s(literal 12 binary64))) (/.f64 #s(literal -1/32 binary64) (pow.f64 p #s(literal 10 binary64)))))))))) |
1/2 |
#s(literal 1/2 binary64) |
(+ 1/2 (* -1 (/ (pow p 2) (pow x 2)))) |
(-.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 p p) (*.f64 x x))) |
(- (+ 1/2 (* -1 (/ (+ (* -2 (pow p 4)) (* -1 (pow p 4))) (pow x 4)))) (/ (pow p 2) (pow x 2))) |
(-.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -3 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 (*.f64 p p) (*.f64 x x))) |
(- (+ 1/2 (* -1 (/ (+ (* -2 (* (pow p 2) (+ (* -2 (pow p 4)) (* -1 (pow p 4))))) (* 4 (pow p 6))) (pow x 6)))) (+ (* -2 (/ (pow p 4) (pow x 4))) (+ (* -1 (/ (pow p 4) (pow x 4))) (/ (pow p 2) (pow x 2))))) |
(-.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal 4 binary64)) (*.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -3 binary64)) (*.f64 (*.f64 p p) #s(literal -2 binary64)))) (pow.f64 x #s(literal 6 binary64)))) (+.f64 (*.f64 (/.f64 (pow.f64 p #s(literal 4 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -3 binary64)) (/.f64 (*.f64 p p) (*.f64 x x)))) |
1/2 |
#s(literal 1/2 binary64) |
(+ 1/2 (* -1 (/ (pow p 2) (pow x 2)))) |
(-.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 p p) (*.f64 x x))) |
(- (+ 1/2 (* -1 (/ (+ (* -2 (pow p 4)) (* -1 (pow p 4))) (pow x 4)))) (/ (pow p 2) (pow x 2))) |
(-.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -3 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 (*.f64 p p) (*.f64 x x))) |
(- (+ 1/2 (* -1 (/ (+ (* -2 (* (pow p 2) (+ (* -2 (pow p 4)) (* -1 (pow p 4))))) (* 4 (pow p 6))) (pow x 6)))) (+ (* -2 (/ (pow p 4) (pow x 4))) (+ (* -1 (/ (pow p 4) (pow x 4))) (/ (pow p 2) (pow x 2))))) |
(-.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal 4 binary64)) (*.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -3 binary64)) (*.f64 (*.f64 p p) #s(literal -2 binary64)))) (pow.f64 x #s(literal 6 binary64)))) (+.f64 (*.f64 (/.f64 (pow.f64 p #s(literal 4 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -3 binary64)) (/.f64 (*.f64 p p) (*.f64 x x)))) |
1/2 |
#s(literal 1/2 binary64) |
(+ 1/2 (* -1 (/ (pow p 2) (pow x 2)))) |
(-.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 p p) (*.f64 x x))) |
(+ 1/2 (* (pow p 2) (- (* 3 (/ (pow p 2) (pow x 4))) (/ 1 (pow x 2))))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 p p)) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -1 binary64) (*.f64 x x))))) |
(+ 1/2 (* (pow p 2) (- (* (pow p 2) (+ (* -10 (/ (pow p 2) (pow x 6))) (* 3 (/ 1 (pow x 4))))) (/ 1 (pow x 2))))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 #s(literal -10 binary64) (*.f64 p p)) (pow.f64 x #s(literal 6 binary64))) (/.f64 #s(literal 3 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -1 binary64) (*.f64 x x))))) |
(* 1/8 (/ (pow x 6) (pow p 6))) |
(/.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/8 binary64)) (pow.f64 p #s(literal 6 binary64))) |
(/ (+ (* 1/16 (/ (pow x 8) (pow p 2))) (* 1/8 (pow x 6))) (pow p 6)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 8 binary64))) (*.f64 p p)) (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/8 binary64))) (pow.f64 p #s(literal 6 binary64))) |
(/ (+ (* -1/2 (/ (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10))) (pow p 4))) (+ (* 1/16 (/ (pow x 8) (pow p 2))) (* 1/8 (pow x 6)))) (pow p 6)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 8 binary64))) (*.f64 p p)) (+.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/8 binary64)) (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (pow.f64 x #s(literal 10 binary64))) #s(literal 1/16 binary64)) (pow.f64 p #s(literal 4 binary64))))) (pow.f64 p #s(literal 6 binary64))) |
(/ (+ (* -1/2 (/ (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10))) (pow p 4))) (+ (* -1/2 (/ (+ (* 1/8 (pow x 12)) (* 1/2 (* (pow x 2) (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10)))))) (pow p 6))) (+ (* 1/16 (/ (pow x 8) (pow p 2))) (* 1/8 (pow x 6))))) (pow p 6)) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 10 binary64)) #s(literal 1/16 binary64)) (pow.f64 p #s(literal 4 binary64))) (/.f64 (+.f64 (*.f64 #s(literal 1/8 binary64) (pow.f64 x #s(literal 12 binary64))) (*.f64 (*.f64 (pow.f64 x #s(literal 10 binary64)) #s(literal 1/16 binary64)) (*.f64 (*.f64 x x) #s(literal 1/2 binary64)))) (pow.f64 p #s(literal 6 binary64))))) (+.f64 (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 8 binary64))) (*.f64 p p)) (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/8 binary64)))) (pow.f64 p #s(literal 6 binary64))) |
(* 1/8 (/ (pow x 6) (pow p 6))) |
(/.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/8 binary64)) (pow.f64 p #s(literal 6 binary64))) |
(/ (+ (* 1/16 (/ (pow x 8) (pow p 2))) (* 1/8 (pow x 6))) (pow p 6)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 8 binary64))) (*.f64 p p)) (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/8 binary64))) (pow.f64 p #s(literal 6 binary64))) |
(/ (+ (* -1/2 (/ (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10))) (pow p 4))) (+ (* 1/16 (/ (pow x 8) (pow p 2))) (* 1/8 (pow x 6)))) (pow p 6)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 8 binary64))) (*.f64 p p)) (+.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/8 binary64)) (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (pow.f64 x #s(literal 10 binary64))) #s(literal 1/16 binary64)) (pow.f64 p #s(literal 4 binary64))))) (pow.f64 p #s(literal 6 binary64))) |
(/ (+ (* -1/2 (/ (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10))) (pow p 4))) (+ (* -1/2 (/ (+ (* 1/8 (pow x 12)) (* 1/2 (* (pow x 2) (+ (* -1/16 (pow x 10)) (* 1/8 (pow x 10)))))) (pow p 6))) (+ (* 1/16 (/ (pow x 8) (pow p 2))) (* 1/8 (pow x 6))))) (pow p 6)) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 (*.f64 (pow.f64 x #s(literal 10 binary64)) #s(literal 1/16 binary64)) (pow.f64 p #s(literal 4 binary64))) (/.f64 (+.f64 (*.f64 #s(literal 1/8 binary64) (pow.f64 x #s(literal 12 binary64))) (*.f64 (*.f64 (pow.f64 x #s(literal 10 binary64)) #s(literal 1/16 binary64)) (*.f64 (*.f64 x x) #s(literal 1/2 binary64)))) (pow.f64 p #s(literal 6 binary64))))) (+.f64 (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 8 binary64))) (*.f64 p p)) (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/8 binary64)))) (pow.f64 p #s(literal 6 binary64))) |
(* 4 (/ (pow p 6) (pow x 5))) |
(/.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal 4 binary64)) (pow.f64 x #s(literal 5 binary64))) |
(/ (+ (* -2 (* (pow p 4) (pow x 2))) (* 4 (pow p 6))) (pow x 5)) |
(/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal 4 binary64)) (*.f64 x (*.f64 x (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -2 binary64))))) (pow.f64 x #s(literal 5 binary64))) |
(/ (+ (* 4 (pow p 6)) (* (pow x 2) (+ (* -2 (pow p 4)) (* 2 (* (pow p 2) (pow x 2)))))) (pow x 5)) |
(/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal 4 binary64)) (*.f64 (*.f64 x x) (+.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 (*.f64 x x) p) p))))) (pow.f64 x #s(literal 5 binary64))) |
(/ (+ (* 4 (pow p 6)) (* (pow x 2) (+ (* -2 (pow p 4)) (* (pow x 2) (+ (* 2 (pow p 2)) (pow x 2)))))) (pow x 5)) |
(/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal 4 binary64)) (*.f64 (*.f64 x x) (+.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -2 binary64)) (*.f64 x (*.f64 x (+.f64 (*.f64 x x) (*.f64 p (*.f64 p #s(literal 2 binary64))))))))) (pow.f64 x #s(literal 5 binary64))) |
x |
(* x (+ 1 (* 2 (/ (pow p 2) (pow x 2))))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal 2 binary64)) x)) x))) |
(* x (+ 1 (+ (* -2 (/ (pow p 4) (pow x 4))) (* 2 (/ (pow p 2) (pow x 2)))))) |
(*.f64 x (+.f64 (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -2 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal 2 binary64)) x)) x)))) |
(* x (+ 1 (+ (* -2 (/ (pow p 4) (pow x 4))) (+ (* 2 (/ (pow p 2) (pow x 2))) (* 4 (/ (pow p 6) (pow x 6))))))) |
(*.f64 x (+.f64 (+.f64 (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -2 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal 2 binary64)) x)) x))) (/.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal 4 binary64)) (pow.f64 x #s(literal 6 binary64))))) |
x |
(* -1 (* x (- (* -2 (/ (pow p 2) (pow x 2))) 1))) |
(*.f64 (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (*.f64 x x)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (* x (- (+ (* -2 (/ (pow p 2) (pow x 2))) (* 2 (/ (pow p 4) (pow x 4)))) 1))) |
(*.f64 (+.f64 (/.f64 (*.f64 #s(literal 2 binary64) (pow.f64 p #s(literal 4 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (*.f64 x x)) #s(literal -1 binary64))) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (* x (- (+ (* -4 (/ (pow p 6) (pow x 6))) (+ (* -2 (/ (pow p 2) (pow x 2))) (* 2 (/ (pow p 4) (pow x 4))))) 1))) |
(*.f64 (+.f64 (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (*.f64 x x)) (/.f64 (*.f64 #s(literal 2 binary64) (pow.f64 p #s(literal 4 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))) (+.f64 (/.f64 (*.f64 #s(literal -4 binary64) (pow.f64 p #s(literal 6 binary64))) (pow.f64 x #s(literal 6 binary64))) #s(literal -1 binary64))) (-.f64 #s(literal 0 binary64) x)) |
x |
(+ x (* 2 (/ (pow p 2) x))) |
(+.f64 x (*.f64 p (/.f64 (*.f64 p #s(literal 2 binary64)) x))) |
(+ x (* (pow p 2) (+ (* -2 (/ (pow p 2) (pow x 3))) (* 2 (/ 1 x))))) |
(+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))) |
(+ x (* (pow p 2) (+ (* (pow p 2) (- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3))))) (* 2 (/ 1 x))))) |
(+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))) |
(* 4 (/ (pow p 6) (pow x 5))) |
(/.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal 4 binary64)) (pow.f64 x #s(literal 5 binary64))) |
(* (pow p 6) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(*.f64 (pow.f64 p #s(literal 6 binary64)) (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 (*.f64 (*.f64 x x) p) p))))) |
(* (pow p 6) (- (+ (* 4 (/ 1 (pow x 5))) (/ 2 (* (pow p 4) x))) (/ 2 (* (pow p 2) (pow x 3))))) |
(*.f64 (pow.f64 p #s(literal 6 binary64)) (+.f64 (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 x (pow.f64 p #s(literal 4 binary64))))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 (*.f64 (*.f64 x x) p) p))))) |
(* (pow p 6) (- (+ (* 2 (/ 1 (* (pow p 4) x))) (+ (* 4 (/ 1 (pow x 5))) (/ x (pow p 6)))) (/ 2 (* (pow p 2) (pow x 3))))) |
(*.f64 (pow.f64 p #s(literal 6 binary64)) (+.f64 (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 x (pow.f64 p #s(literal 4 binary64))))) (+.f64 (/.f64 x (pow.f64 p #s(literal 6 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 (*.f64 (*.f64 x x) p) p)))))) |
(* 4 (/ (pow p 6) (pow x 5))) |
(/.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal 4 binary64)) (pow.f64 x #s(literal 5 binary64))) |
(* (pow p 6) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(*.f64 (pow.f64 p #s(literal 6 binary64)) (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 (*.f64 (*.f64 x x) p) p))))) |
(* (pow p 6) (- (+ (* 4 (/ 1 (pow x 5))) (/ 2 (* (pow p 4) x))) (/ 2 (* (pow p 2) (pow x 3))))) |
(*.f64 (pow.f64 p #s(literal 6 binary64)) (+.f64 (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 x (pow.f64 p #s(literal 4 binary64))))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 (*.f64 (*.f64 x x) p) p))))) |
(* (pow p 6) (- (+ (* 2 (/ 1 (* (pow p 4) x))) (+ (* 4 (/ 1 (pow x 5))) (/ x (pow p 6)))) (/ 2 (* (pow p 2) (pow x 3))))) |
(*.f64 (pow.f64 p #s(literal 6 binary64)) (+.f64 (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal 2 binary64) (*.f64 x (pow.f64 p #s(literal 4 binary64))))) (+.f64 (/.f64 x (pow.f64 p #s(literal 6 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 (*.f64 (*.f64 x x) p) p)))))) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* -1 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (*.f64 x x))) |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (*.f64 x x))) |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (*.f64 x x))) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (*.f64 x x)) |
(* (pow p 2) (- (/ 1 (pow p 2)) (* 1/2 (/ 1 (pow x 2))))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 p p)) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) |
(* (pow p 2) (- (/ 1 (pow p 2)) (* 1/2 (/ 1 (pow x 2))))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 p p)) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) |
(* (pow p 2) (- (/ 1 (pow p 2)) (* 1/2 (/ 1 (pow x 2))))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 p p)) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (*.f64 x x)) |
(* (pow p 2) (- (/ 1 (pow p 2)) (* 1/2 (/ 1 (pow x 2))))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 p p)) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) |
(* (pow p 2) (- (/ 1 (pow p 2)) (* 1/2 (/ 1 (pow x 2))))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 p p)) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) |
(* (pow p 2) (- (/ 1 (pow p 2)) (* 1/2 (/ 1 (pow x 2))))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 p p)) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (*.f64 x x)) |
(/ (+ (* -1/2 (pow p 2)) (pow x 2)) (pow x 2)) |
(/.f64 (+.f64 (*.f64 x x) (*.f64 p (*.f64 p #s(literal -1/2 binary64)))) (*.f64 x x)) |
(/ (+ (* -1/2 (pow p 2)) (pow x 2)) (pow x 2)) |
(/.f64 (+.f64 (*.f64 x x) (*.f64 p (*.f64 p #s(literal -1/2 binary64)))) (*.f64 x x)) |
(/ (+ (* -1/2 (pow p 2)) (pow x 2)) (pow x 2)) |
(/.f64 (+.f64 (*.f64 x x) (*.f64 p (*.f64 p #s(literal -1/2 binary64)))) (*.f64 x x)) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (*.f64 x x))) |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (*.f64 x x))) |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (*.f64 x x))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (*.f64 x x))) |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (*.f64 x x))) |
(+ 1 (* -1/2 (/ (pow p 2) (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (*.f64 x x))) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (*.f64 x x)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (*.f64 x x)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (*.f64 x x)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (*.f64 x x)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (*.f64 x x)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (*.f64 x x)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (*.f64 x x)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (*.f64 x x)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (*.f64 x x)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (*.f64 x x)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (*.f64 x x)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (*.f64 x x)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (*.f64 x x)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (*.f64 x x)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (*.f64 x x)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (*.f64 x x)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (*.f64 x x)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (*.f64 x x)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (*.f64 x x)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (*.f64 x x)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (*.f64 x x)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (*.f64 x x)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (*.f64 x x)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (*.f64 x x)) |
(* -1/2 (pow p 2)) |
(*.f64 p (*.f64 p #s(literal -1/2 binary64))) |
(* -1/2 (pow p 2)) |
(*.f64 p (*.f64 p #s(literal -1/2 binary64))) |
(* -1/2 (pow p 2)) |
(*.f64 p (*.f64 p #s(literal -1/2 binary64))) |
(* -1/2 (pow p 2)) |
(*.f64 p (*.f64 p #s(literal -1/2 binary64))) |
(* -1/2 (pow p 2)) |
(*.f64 p (*.f64 p #s(literal -1/2 binary64))) |
(* -1/2 (pow p 2)) |
(*.f64 p (*.f64 p #s(literal -1/2 binary64))) |
(* -1/2 (pow p 2)) |
(*.f64 p (*.f64 p #s(literal -1/2 binary64))) |
(* -1/2 (pow p 2)) |
(*.f64 p (*.f64 p #s(literal -1/2 binary64))) |
(* -1/2 (pow p 2)) |
(*.f64 p (*.f64 p #s(literal -1/2 binary64))) |
(* -1/2 (pow p 2)) |
(*.f64 p (*.f64 p #s(literal -1/2 binary64))) |
(* -1/2 (pow p 2)) |
(*.f64 p (*.f64 p #s(literal -1/2 binary64))) |
(* -1/2 (pow p 2)) |
(*.f64 p (*.f64 p #s(literal -1/2 binary64))) |
(pow p 2) |
(*.f64 p p) |
(pow p 2) |
(*.f64 p p) |
(pow p 2) |
(*.f64 p p) |
(pow p 2) |
(*.f64 p p) |
(pow p 2) |
(*.f64 p p) |
(pow p 2) |
(*.f64 p p) |
(pow p 2) |
(*.f64 p p) |
(pow p 2) |
(*.f64 p p) |
(pow p 2) |
(*.f64 p p) |
(pow p 2) |
(*.f64 p p) |
(pow p 2) |
(*.f64 p p) |
(pow p 2) |
(*.f64 p p) |
(sqrt 1/2) |
(sqrt.f64 #s(literal 1/2 binary64)) |
(+ (sqrt 1/2) (* 1/8 (/ x (* p (sqrt 1/2))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 (*.f64 #s(literal 1/8 binary64) x) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) p))) |
(+ (sqrt 1/2) (* x (+ (* -1/128 (/ x (* (pow p 2) (pow (sqrt 1/2) 3)))) (* 1/8 (/ 1 (* p (sqrt 1/2))))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -1/128 binary64) x) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 p p)))) (/.f64 #s(literal 1/8 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) p))))) |
(+ (sqrt 1/2) (* x (+ (* x (- (* 1/2 (/ (* x (- (* 1/512 (/ 1 (* (pow p 3) (pow (sqrt 1/2) 4)))) (* 1/32 (/ 1 (pow p 3))))) (sqrt 1/2))) (* 1/128 (/ 1 (* (pow p 2) (pow (sqrt 1/2) 3)))))) (* 1/8 (/ 1 (* p (sqrt 1/2))))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 x (+.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) p)) (*.f64 x (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 (/.f64 (/.f64 #s(literal 1/512 binary64) (*.f64 p (*.f64 p p))) (pow.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 4 binary64))) (/.f64 #s(literal -1/32 binary64) (*.f64 p (*.f64 p p))))) (sqrt.f64 #s(literal 1/2 binary64))) (/.f64 #s(literal -1/128 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 p p))))))))) |
(sqrt 1/2) |
(sqrt.f64 #s(literal 1/2 binary64)) |
(+ (sqrt 1/2) (/ p (* x (sqrt 1/2)))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 p (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) x))) |
(+ (sqrt 1/2) (+ (* -1/2 (/ (pow p 2) (* (pow x 2) (pow (sqrt 1/2) 3)))) (/ p (* x (sqrt 1/2))))) |
(+.f64 (/.f64 p (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) x)) (+.f64 (*.f64 (/.f64 (*.f64 p p) (*.f64 x x)) (/.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 1/2 binary64))))) (sqrt.f64 #s(literal 1/2 binary64)))) |
(+ (sqrt 1/2) (+ (* -1/2 (/ (+ (* -1 (/ (pow p 3) (pow (sqrt 1/2) 4))) (* 16 (pow p 3))) (* (pow x 3) (sqrt 1/2)))) (+ (* -1/2 (/ (pow p 2) (* (pow x 2) (pow (sqrt 1/2) 3)))) (/ p (* x (sqrt 1/2)))))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 (-.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 16 binary64)) (/.f64 (*.f64 p (*.f64 p p)) (pow.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 4 binary64)))) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 p p) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 x x)))))) (+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 p (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) x)))) |
(* (sqrt -1) (sqrt -1/2)) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1/2 binary64))) |
(+ (* -1 (/ (* p (sqrt -1)) (* x (sqrt -1/2)))) (* (sqrt -1) (sqrt -1/2))) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1/2 binary64))) (/.f64 (*.f64 p (sqrt.f64 #s(literal -1 binary64))) (*.f64 x (sqrt.f64 #s(literal -1/2 binary64))))) |
(+ (* -1 (/ (+ (* 1/2 (/ (* (pow p 2) (sqrt -1)) (* x (pow (sqrt -1/2) 3)))) (/ (* p (sqrt -1)) (sqrt -1/2))) x)) (* (sqrt -1) (sqrt -1/2))) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1/2 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 p p)) (sqrt.f64 #s(literal -1 binary64))) (*.f64 x (*.f64 #s(literal -1/2 binary64) (sqrt.f64 #s(literal -1/2 binary64))))) (/.f64 (*.f64 p (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -1/2 binary64)))) x)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/2 (/ (* (pow p 2) (sqrt -1)) (pow (sqrt -1/2) 3))) (* 1/2 (/ (* (sqrt -1) (+ (* -1 (/ (pow p 3) (pow (sqrt -1/2) 4))) (* 16 (pow p 3)))) (* x (sqrt -1/2))))) x)) (/ (* p (sqrt -1)) (sqrt -1/2))) x)) (* (sqrt -1) (sqrt -1/2))) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1/2 binary64))) (/.f64 (-.f64 (/.f64 (*.f64 p (sqrt.f64 #s(literal -1 binary64))) (sqrt.f64 #s(literal -1/2 binary64))) (/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 p (*.f64 p (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal -1/2 binary64)))) (*.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) x) (-.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 16 binary64)) (/.f64 (*.f64 p (*.f64 p p)) (pow.f64 (sqrt.f64 #s(literal -1/2 binary64)) #s(literal 4 binary64))))) (sqrt.f64 #s(literal -1/2 binary64))))) x)) x)) |
(sqrt 1/2) |
(sqrt.f64 #s(literal 1/2 binary64)) |
(+ (sqrt 1/2) (/ p (* x (sqrt 1/2)))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 p (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) x))) |
(+ (sqrt 1/2) (* p (+ (* -1/2 (/ p (* (pow x 2) (pow (sqrt 1/2) 3)))) (/ 1 (* x (sqrt 1/2)))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 p (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 p (*.f64 x x))) (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 1/2 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) x))))) |
(+ (sqrt 1/2) (* p (+ (* p (- (* 1/2 (/ (* p (- (/ 1 (* (pow x 3) (pow (sqrt 1/2) 4))) (* 16 (/ 1 (pow x 3))))) (sqrt 1/2))) (* 1/2 (/ 1 (* (pow x 2) (pow (sqrt 1/2) 3)))))) (/ 1 (* x (sqrt 1/2)))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 p (+.f64 (/.f64 #s(literal 1 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) x)) (*.f64 p (+.f64 (/.f64 (*.f64 (*.f64 #s(literal 1/2 binary64) p) (+.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (pow.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 4 binary64))) (/.f64 #s(literal -16 binary64) (*.f64 x (*.f64 x x))))) (sqrt.f64 #s(literal 1/2 binary64))) (/.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 1/2 binary64))))))))) |
(sqrt 1/2) |
(sqrt.f64 #s(literal 1/2 binary64)) |
(+ (sqrt 1/2) (* 1/8 (/ x (* p (sqrt 1/2))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 (*.f64 #s(literal 1/8 binary64) x) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) p))) |
(+ (sqrt 1/2) (+ (* -1/128 (/ (pow x 2) (* (pow p 2) (pow (sqrt 1/2) 3)))) (* 1/8 (/ x (* p (sqrt 1/2)))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -1/128 binary64) x) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 p p)))) (/.f64 #s(literal 1/8 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) p))))) |
(+ (sqrt 1/2) (+ (* -1/2 (/ (+ (* -1/512 (/ (pow x 3) (pow (sqrt 1/2) 4))) (* 1/32 (pow x 3))) (* (pow p 3) (sqrt 1/2)))) (+ (* -1/128 (/ (pow x 2) (* (pow p 2) (pow (sqrt 1/2) 3)))) (* 1/8 (/ x (* p (sqrt 1/2))))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -1/128 binary64) x) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (*.f64 p p)))) (/.f64 #s(literal 1/8 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) p)))) (*.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 p (*.f64 p p))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/512 binary64) (*.f64 x (*.f64 x x))) (pow.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 4 binary64))) (*.f64 #s(literal 1/32 binary64) (*.f64 x (*.f64 x x)))) (sqrt.f64 #s(literal 1/2 binary64)))))) |
(sqrt 1/2) |
(sqrt.f64 #s(literal 1/2 binary64)) |
(+ (sqrt 1/2) (* 1/8 (/ x (* p (sqrt 1/2))))) |
(+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 (*.f64 #s(literal 1/8 binary64) x) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) p))) |
(+ (sqrt 1/2) (* -1 (/ (+ (* -1/8 (/ x (sqrt 1/2))) (* 1/128 (/ (pow x 2) (* p (pow (sqrt 1/2) 3))))) p))) |
(-.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 x (sqrt.f64 #s(literal 1/2 binary64)))) (/.f64 (*.f64 #s(literal 1/128 binary64) (*.f64 x x)) (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) p)))) p)) |
(+ (sqrt 1/2) (* -1 (/ (+ (* -1 (/ (+ (* -1/128 (/ (pow x 2) (pow (sqrt 1/2) 3))) (* 1/2 (/ (+ (* -1/32 (pow x 3)) (* 1/512 (/ (pow x 3) (pow (sqrt 1/2) 4)))) (* p (sqrt 1/2))))) p)) (* -1/8 (/ x (sqrt 1/2)))) p))) |
(-.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.f64 (-.f64 (*.f64 #s(literal -1/8 binary64) (/.f64 x (sqrt.f64 #s(literal 1/2 binary64)))) (/.f64 (+.f64 (*.f64 #s(literal -1/64 binary64) (/.f64 (*.f64 x x) (sqrt.f64 #s(literal 1/2 binary64)))) (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/32 binary64))) (/.f64 (*.f64 #s(literal 1/512 binary64) (*.f64 x (*.f64 x x))) (pow.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 4 binary64))))) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) p))) p)) p)) |
1/2 |
#s(literal 1/2 binary64) |
(+ 1/2 (* 1/4 (/ x p))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 #s(literal 1/4 binary64) p))) |
(+ 1/2 (* x (+ (* -1/32 (/ (pow x 2) (pow p 3))) (* 1/4 (/ 1 p))))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -1/32 binary64) (*.f64 x x)) (*.f64 p (*.f64 p p))) (/.f64 #s(literal 1/4 binary64) p)))) |
(+ 1/2 (* x (+ (* (pow x 2) (- (* 1/256 (/ (pow x 2) (pow p 5))) (* 1/32 (/ 1 (pow p 3))))) (* 1/4 (/ 1 p))))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 x (+.f64 (/.f64 #s(literal 1/4 binary64) p) (*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 #s(literal 1/256 binary64) (*.f64 x x)) (pow.f64 p #s(literal 5 binary64))) (/.f64 #s(literal -1/32 binary64) (*.f64 p (*.f64 p p)))))))) |
1/2 |
#s(literal 1/2 binary64) |
(+ 1/2 (* 2 (/ p x))) |
(+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 p #s(literal 2 binary64)) x)) |
(- (+ 1/2 (* -16 (/ (pow p 3) (pow x 3)))) (* -2 (/ p x))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 #s(literal -16 binary64) (*.f64 p p)) (*.f64 x (*.f64 x x)))))) |
(- (+ 1/2 (* 128 (/ (pow p 5) (pow x 5)))) (+ (* -2 (/ p x)) (* 16 (/ (pow p 3) (pow x 3))))) |
(+.f64 #s(literal 1/2 binary64) (-.f64 (/.f64 (*.f64 #s(literal 128 binary64) (pow.f64 p #s(literal 5 binary64))) (pow.f64 x #s(literal 5 binary64))) (/.f64 (+.f64 (*.f64 p #s(literal -2 binary64)) (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 16 binary64)) (*.f64 x x))) x))) |
1/2 |
#s(literal 1/2 binary64) |
(+ 1/2 (* 2 (/ p x))) |
(+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 p #s(literal 2 binary64)) x)) |
(+ 1/2 (* -1 (/ (+ (* -2 p) (* 16 (/ (pow p 3) (pow x 2)))) x))) |
(-.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (*.f64 p #s(literal -2 binary64)) (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 16 binary64)) (*.f64 x x))) x)) |
(+ 1/2 (* -1 (/ (+ (* -128 (/ (pow p 5) (pow x 4))) (+ (* -2 p) (* 16 (/ (pow p 3) (pow x 2))))) x))) |
(-.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (+.f64 (*.f64 p #s(literal -2 binary64)) (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 16 binary64)) (*.f64 x x))) (/.f64 (*.f64 #s(literal -128 binary64) (pow.f64 p #s(literal 5 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))) x)) |
1/2 |
#s(literal 1/2 binary64) |
(+ 1/2 (* 2 (/ p x))) |
(+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 p #s(literal 2 binary64)) x)) |
(+ 1/2 (* p (+ (* -16 (/ (pow p 2) (pow x 3))) (* 2 (/ 1 x))))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 #s(literal -16 binary64) (*.f64 p p)) (*.f64 x (*.f64 x x)))))) |
(+ 1/2 (* p (+ (* (pow p 2) (- (* 128 (/ (pow p 2) (pow x 5))) (* 16 (/ 1 (pow x 3))))) (* 2 (/ 1 x))))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 #s(literal 128 binary64) (*.f64 p p)) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -16 binary64) (*.f64 x (*.f64 x x)))))))) |
1/2 |
#s(literal 1/2 binary64) |
(+ 1/2 (* 1/4 (/ x p))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 #s(literal 1/4 binary64) p))) |
(- (+ 1/2 (* -1/32 (/ (pow x 3) (pow p 3)))) (* -1/4 (/ x p))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -1/32 binary64) (*.f64 x x)) (*.f64 p (*.f64 p p))) (/.f64 #s(literal 1/4 binary64) p)))) |
(- (+ 1/2 (* 1/256 (/ (pow x 5) (pow p 5)))) (+ (* -1/4 (/ x p)) (* 1/32 (/ (pow x 3) (pow p 3))))) |
(+.f64 #s(literal 1/2 binary64) (-.f64 (/.f64 (*.f64 #s(literal 1/256 binary64) (pow.f64 x #s(literal 5 binary64))) (pow.f64 p #s(literal 5 binary64))) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/32 binary64) (*.f64 x (*.f64 x x))) (*.f64 p p)) (*.f64 x #s(literal -1/4 binary64))) p))) |
1/2 |
#s(literal 1/2 binary64) |
(+ 1/2 (* 1/4 (/ x p))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 #s(literal 1/4 binary64) p))) |
(+ 1/2 (* -1 (/ (- (* 1/32 (/ (pow x 3) (pow p 2))) (* 1/4 x)) p))) |
(-.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/32 binary64) (*.f64 x (*.f64 x x))) (*.f64 p p)) (*.f64 x #s(literal -1/4 binary64))) p)) |
(+ 1/2 (* -1 (/ (- (* -1/256 (/ (pow x 5) (pow p 4))) (+ (* -1/32 (/ (pow x 3) (pow p 2))) (* 1/4 x))) p))) |
(-.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/32 binary64) (*.f64 x (*.f64 x x))) (*.f64 p p)) (+.f64 (/.f64 (*.f64 #s(literal -1/256 binary64) (pow.f64 x #s(literal 5 binary64))) (pow.f64 p #s(literal 4 binary64))) (*.f64 x #s(literal -1/4 binary64)))) p)) |
-1/2 |
#s(literal -1/2 binary64) |
(- (* 1/4 (/ x p)) 1/2) |
(+.f64 (*.f64 x (/.f64 #s(literal 1/4 binary64) p)) #s(literal -1/2 binary64)) |
(- (* x (+ (* -1/32 (/ (pow x 2) (pow p 3))) (* 1/4 (/ 1 p)))) 1/2) |
(+.f64 (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -1/32 binary64) (*.f64 x x)) (*.f64 p (*.f64 p p))) (/.f64 #s(literal 1/4 binary64) p))) #s(literal -1/2 binary64)) |
(- (* x (+ (* (pow x 2) (- (* 1/256 (/ (pow x 2) (pow p 5))) (* 1/32 (/ 1 (pow p 3))))) (* 1/4 (/ 1 p)))) 1/2) |
(+.f64 (*.f64 x (+.f64 (/.f64 #s(literal 1/4 binary64) p) (*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 #s(literal 1/256 binary64) (*.f64 x x)) (pow.f64 p #s(literal 5 binary64))) (/.f64 #s(literal -1/32 binary64) (*.f64 p (*.f64 p p))))))) #s(literal -1/2 binary64)) |
-1/2 |
#s(literal -1/2 binary64) |
(- (* 2 (/ p x)) 1/2) |
(+.f64 (/.f64 (*.f64 p #s(literal 2 binary64)) x) #s(literal -1/2 binary64)) |
(- (+ (* -16 (/ (pow p 3) (pow x 3))) (* 2 (/ p x))) 1/2) |
(+.f64 (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 #s(literal -16 binary64) (*.f64 p p)) (*.f64 x (*.f64 x x))))) #s(literal -1/2 binary64)) |
(- (+ (* -16 (/ (pow p 3) (pow x 3))) (+ (* 2 (/ p x)) (* 128 (/ (pow p 5) (pow x 5))))) 1/2) |
(+.f64 (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 #s(literal -16 binary64) (*.f64 p p)) (*.f64 x (*.f64 x x))))) (+.f64 (/.f64 (*.f64 #s(literal 128 binary64) (pow.f64 p #s(literal 5 binary64))) (pow.f64 x #s(literal 5 binary64))) #s(literal -1/2 binary64))) |
-1/2 |
#s(literal -1/2 binary64) |
(- (* 2 (/ p x)) 1/2) |
(+.f64 (/.f64 (*.f64 p #s(literal 2 binary64)) x) #s(literal -1/2 binary64)) |
(- (* -1 (/ (- (* 16 (/ (pow p 3) (pow x 2))) (* 2 p)) x)) 1/2) |
(+.f64 (/.f64 (+.f64 (*.f64 p #s(literal -2 binary64)) (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 16 binary64)) (*.f64 x x))) (-.f64 #s(literal 0 binary64) x)) #s(literal -1/2 binary64)) |
(- (* -1 (/ (- (* -128 (/ (pow p 5) (pow x 4))) (+ (* -16 (/ (pow p 3) (pow x 2))) (* 2 p))) x)) 1/2) |
(+.f64 (/.f64 (+.f64 (+.f64 (*.f64 p #s(literal -2 binary64)) (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 16 binary64)) (*.f64 x x))) (/.f64 (*.f64 #s(literal -128 binary64) (pow.f64 p #s(literal 5 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 #s(literal 0 binary64) x)) #s(literal -1/2 binary64)) |
-1/2 |
#s(literal -1/2 binary64) |
(- (* 2 (/ p x)) 1/2) |
(+.f64 (/.f64 (*.f64 p #s(literal 2 binary64)) x) #s(literal -1/2 binary64)) |
(- (* p (+ (* -16 (/ (pow p 2) (pow x 3))) (* 2 (/ 1 x)))) 1/2) |
(+.f64 (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 #s(literal -16 binary64) (*.f64 p p)) (*.f64 x (*.f64 x x))))) #s(literal -1/2 binary64)) |
(- (* p (+ (* (pow p 2) (- (* 128 (/ (pow p 2) (pow x 5))) (* 16 (/ 1 (pow x 3))))) (* 2 (/ 1 x)))) 1/2) |
(+.f64 (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 #s(literal 128 binary64) (*.f64 p p)) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -16 binary64) (*.f64 x (*.f64 x x))))))) #s(literal -1/2 binary64)) |
-1/2 |
#s(literal -1/2 binary64) |
(- (* 1/4 (/ x p)) 1/2) |
(+.f64 (*.f64 x (/.f64 #s(literal 1/4 binary64) p)) #s(literal -1/2 binary64)) |
(- (+ (* -1/32 (/ (pow x 3) (pow p 3))) (* 1/4 (/ x p))) 1/2) |
(+.f64 (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -1/32 binary64) (*.f64 x x)) (*.f64 p (*.f64 p p))) (/.f64 #s(literal 1/4 binary64) p))) #s(literal -1/2 binary64)) |
(- (+ (* -1/32 (/ (pow x 3) (pow p 3))) (+ (* 1/256 (/ (pow x 5) (pow p 5))) (* 1/4 (/ x p)))) 1/2) |
(+.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/256 binary64) (pow.f64 x #s(literal 5 binary64))) (pow.f64 p #s(literal 5 binary64))) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -1/32 binary64) (*.f64 x x)) (*.f64 p (*.f64 p p))) (/.f64 #s(literal 1/4 binary64) p)))) #s(literal -1/2 binary64)) |
-1/2 |
#s(literal -1/2 binary64) |
(- (* 1/4 (/ x p)) 1/2) |
(+.f64 (*.f64 x (/.f64 #s(literal 1/4 binary64) p)) #s(literal -1/2 binary64)) |
(- (* -1 (/ (+ (* -1/4 x) (* 1/32 (/ (pow x 3) (pow p 2)))) p)) 1/2) |
(+.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/32 binary64) (*.f64 x (*.f64 x x))) (*.f64 p p)) (*.f64 x #s(literal -1/4 binary64))) (neg.f64 p)) #s(literal -1/2 binary64)) |
(- (* -1 (/ (+ (* -1/4 x) (+ (* -1/256 (/ (pow x 5) (pow p 4))) (* 1/32 (/ (pow x 3) (pow p 2))))) p)) 1/2) |
(+.f64 (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/32 binary64) (*.f64 x (*.f64 x x))) (*.f64 p p)) (+.f64 (/.f64 (*.f64 #s(literal -1/256 binary64) (pow.f64 x #s(literal 5 binary64))) (pow.f64 p #s(literal 4 binary64))) (*.f64 x #s(literal -1/4 binary64)))) (neg.f64 p)) #s(literal -1/2 binary64)) |
(* 1/4 (/ x p)) |
(*.f64 x (/.f64 #s(literal 1/4 binary64) p)) |
(* x (+ (* -1/32 (/ (pow x 2) (pow p 3))) (* 1/4 (/ 1 p)))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -1/32 binary64) (*.f64 x x)) (*.f64 p (*.f64 p p))) (/.f64 #s(literal 1/4 binary64) p))) |
(* x (+ (* (pow x 2) (- (* 1/256 (/ (pow x 2) (pow p 5))) (* 1/32 (/ 1 (pow p 3))))) (* 1/4 (/ 1 p)))) |
(*.f64 x (+.f64 (/.f64 #s(literal 1/4 binary64) p) (*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 #s(literal 1/256 binary64) (*.f64 x x)) (pow.f64 p #s(literal 5 binary64))) (/.f64 #s(literal -1/32 binary64) (*.f64 p (*.f64 p p))))))) |
(* x (+ (* (pow x 2) (- (* (pow x 2) (+ (* -1/2048 (/ (pow x 2) (pow p 7))) (* 1/256 (/ 1 (pow p 5))))) (* 1/32 (/ 1 (pow p 3))))) (* 1/4 (/ 1 p)))) |
(*.f64 x (+.f64 (/.f64 #s(literal 1/4 binary64) p) (*.f64 (*.f64 x x) (+.f64 (*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 #s(literal -1/2048 binary64) (*.f64 x x)) (pow.f64 p #s(literal 7 binary64))) (/.f64 #s(literal 1/256 binary64) (pow.f64 p #s(literal 5 binary64))))) (/.f64 #s(literal -1/32 binary64) (*.f64 p (*.f64 p p))))))) |
(* 2 (/ p x)) |
(/.f64 (*.f64 p #s(literal 2 binary64)) x) |
(/ (+ (* -16 (/ (pow p 3) (pow x 2))) (* 2 p)) x) |
(/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 #s(literal -16 binary64) (*.f64 p (*.f64 p p))) (*.f64 x x))) x) |
(/ (- (+ (* 2 p) (* 128 (/ (pow p 5) (pow x 4)))) (* 16 (/ (pow p 3) (pow x 2)))) x) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 128 binary64) (pow.f64 p #s(literal 5 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 #s(literal -16 binary64) (*.f64 p (*.f64 p p))) (*.f64 x x)))) x) |
(/ (- (+ (* -1024 (/ (pow p 7) (pow x 6))) (* 2 p)) (+ (* -128 (/ (pow p 5) (pow x 4))) (* 16 (/ (pow p 3) (pow x 2))))) x) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1024 binary64) (pow.f64 p #s(literal 7 binary64))) (pow.f64 x #s(literal 6 binary64))) (-.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 #s(literal -128 binary64) (pow.f64 p #s(literal 5 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 (*.f64 #s(literal -16 binary64) (*.f64 p (*.f64 p p))) (*.f64 x x))) x) |
(* 2 (/ p x)) |
(/.f64 (*.f64 p #s(literal 2 binary64)) x) |
(* -1 (/ (+ (* -2 p) (* 16 (/ (pow p 3) (pow x 2)))) x)) |
(/.f64 (+.f64 (*.f64 p #s(literal -2 binary64)) (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 16 binary64)) (*.f64 x x))) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (/ (- (+ (* -128 (/ (pow p 5) (pow x 4))) (* -2 p)) (* -16 (/ (pow p 3) (pow x 2)))) x)) |
(/.f64 (+.f64 (+.f64 (*.f64 p #s(literal -2 binary64)) (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 16 binary64)) (*.f64 x x))) (/.f64 (*.f64 #s(literal -128 binary64) (pow.f64 p #s(literal 5 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (/ (- (+ (* -2 p) (* 1024 (/ (pow p 7) (pow x 6)))) (+ (* -16 (/ (pow p 3) (pow x 2))) (* 128 (/ (pow p 5) (pow x 4))))) x)) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 1024 binary64) (pow.f64 p #s(literal 7 binary64))) (pow.f64 x #s(literal 6 binary64))) (+.f64 (*.f64 p #s(literal -2 binary64)) (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 16 binary64)) (*.f64 x x)))) (/.f64 (*.f64 #s(literal -128 binary64) (pow.f64 p #s(literal 5 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 #s(literal 0 binary64) x)) |
(* 2 (/ p x)) |
(/.f64 (*.f64 p #s(literal 2 binary64)) x) |
(* p (+ (* -16 (/ (pow p 2) (pow x 3))) (* 2 (/ 1 x)))) |
(*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 #s(literal -16 binary64) (*.f64 p p)) (*.f64 x (*.f64 x x))))) |
(* p (+ (* (pow p 2) (- (* 128 (/ (pow p 2) (pow x 5))) (* 16 (/ 1 (pow x 3))))) (* 2 (/ 1 x)))) |
(*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 #s(literal 128 binary64) (*.f64 p p)) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -16 binary64) (*.f64 x (*.f64 x x))))))) |
(* p (+ (* (pow p 2) (- (* (pow p 2) (+ (* -1024 (/ (pow p 2) (pow x 7))) (* 128 (/ 1 (pow x 5))))) (* 16 (/ 1 (pow x 3))))) (* 2 (/ 1 x)))) |
(*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 (*.f64 p p) (+.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 (*.f64 #s(literal -1024 binary64) (*.f64 p p)) (pow.f64 x #s(literal 7 binary64))) (/.f64 #s(literal 128 binary64) (pow.f64 x #s(literal 5 binary64)))))) (/.f64 #s(literal -16 binary64) (*.f64 x (*.f64 x x))))))) |
(* 1/4 (/ x p)) |
(*.f64 x (/.f64 #s(literal 1/4 binary64) p)) |
(/ (+ (* -1/32 (/ (pow x 3) (pow p 2))) (* 1/4 x)) p) |
(/.f64 (+.f64 (*.f64 x #s(literal 1/4 binary64)) (/.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/32 binary64))) (*.f64 p p))) p) |
(/ (+ (* -1/32 (/ (pow x 3) (pow p 2))) (+ (* 1/256 (/ (pow x 5) (pow p 4))) (* 1/4 x))) p) |
(/.f64 (+.f64 (/.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/32 binary64))) (*.f64 p p)) (+.f64 (*.f64 x #s(literal 1/4 binary64)) (/.f64 (*.f64 #s(literal 1/256 binary64) (pow.f64 x #s(literal 5 binary64))) (pow.f64 p #s(literal 4 binary64))))) p) |
(/ (+ (* -1/32 (/ (pow x 3) (pow p 2))) (+ (* -1/2048 (/ (pow x 7) (pow p 6))) (+ (* 1/256 (/ (pow x 5) (pow p 4))) (* 1/4 x)))) p) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/32 binary64))) (*.f64 p p)) (/.f64 (*.f64 #s(literal -1/2048 binary64) (pow.f64 x #s(literal 7 binary64))) (pow.f64 p #s(literal 6 binary64)))) (+.f64 (*.f64 x #s(literal 1/4 binary64)) (/.f64 (*.f64 #s(literal 1/256 binary64) (pow.f64 x #s(literal 5 binary64))) (pow.f64 p #s(literal 4 binary64))))) p) |
(* 1/4 (/ x p)) |
(*.f64 x (/.f64 #s(literal 1/4 binary64) p)) |
(* -1 (/ (+ (* -1/4 x) (* 1/32 (/ (pow x 3) (pow p 2)))) p)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/32 binary64) (*.f64 x (*.f64 x x))) (*.f64 p p)) (*.f64 x #s(literal -1/4 binary64))) (neg.f64 p)) |
(* -1 (/ (+ (* -1/4 x) (+ (* -1/256 (/ (pow x 5) (pow p 4))) (* 1/32 (/ (pow x 3) (pow p 2))))) p)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/32 binary64) (*.f64 x (*.f64 x x))) (*.f64 p p)) (+.f64 (/.f64 (*.f64 #s(literal -1/256 binary64) (pow.f64 x #s(literal 5 binary64))) (pow.f64 p #s(literal 4 binary64))) (*.f64 x #s(literal -1/4 binary64)))) (neg.f64 p)) |
(* -1 (/ (+ (* -1/4 x) (+ (* -1/256 (/ (pow x 5) (pow p 4))) (+ (* 1/2048 (/ (pow x 7) (pow p 6))) (* 1/32 (/ (pow x 3) (pow p 2)))))) p)) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/32 binary64) (*.f64 x (*.f64 x x))) (*.f64 p p)) (+.f64 (/.f64 (*.f64 #s(literal -1/256 binary64) (pow.f64 x #s(literal 5 binary64))) (pow.f64 p #s(literal 4 binary64))) (*.f64 x #s(literal -1/4 binary64)))) (/.f64 (*.f64 #s(literal 1/2048 binary64) (pow.f64 x #s(literal 7 binary64))) (pow.f64 p #s(literal 6 binary64)))) (neg.f64 p)) |
(* -2 (/ (pow p 2) (pow x 3))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (*.f64 x (*.f64 x x))) |
(* (pow p 2) (- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3))))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))) |
(* (pow p 2) (- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3))))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))) |
(* (pow p 2) (- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3))))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))) |
(* 4 (/ (pow p 4) (pow x 5))) |
(/.f64 (*.f64 #s(literal 4 binary64) (pow.f64 p #s(literal 4 binary64))) (pow.f64 x #s(literal 5 binary64))) |
(* (pow p 4) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 (*.f64 (*.f64 x x) p) p))))) |
(* (pow p 4) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 (*.f64 (*.f64 x x) p) p))))) |
(* (pow p 4) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 (*.f64 (*.f64 x x) p) p))))) |
(* 4 (/ (pow p 4) (pow x 5))) |
(/.f64 (*.f64 #s(literal 4 binary64) (pow.f64 p #s(literal 4 binary64))) (pow.f64 x #s(literal 5 binary64))) |
(* (pow p 4) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 (*.f64 (*.f64 x x) p) p))))) |
(* (pow p 4) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 (*.f64 (*.f64 x x) p) p))))) |
(* (pow p 4) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(*.f64 (pow.f64 p #s(literal 4 binary64)) (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 (*.f64 (*.f64 x x) p) p))))) |
(* 4 (/ (pow p 4) (pow x 5))) |
(/.f64 (*.f64 #s(literal 4 binary64) (pow.f64 p #s(literal 4 binary64))) (pow.f64 x #s(literal 5 binary64))) |
(/ (+ (* -2 (* (pow p 2) (pow x 2))) (* 4 (pow p 4))) (pow x 5)) |
(/.f64 (+.f64 (*.f64 #s(literal 4 binary64) (pow.f64 p #s(literal 4 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 (*.f64 x x) p) p))) (pow.f64 x #s(literal 5 binary64))) |
(/ (+ (* -2 (* (pow p 2) (pow x 2))) (* 4 (pow p 4))) (pow x 5)) |
(/.f64 (+.f64 (*.f64 #s(literal 4 binary64) (pow.f64 p #s(literal 4 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 (*.f64 x x) p) p))) (pow.f64 x #s(literal 5 binary64))) |
(/ (+ (* -2 (* (pow p 2) (pow x 2))) (* 4 (pow p 4))) (pow x 5)) |
(/.f64 (+.f64 (*.f64 #s(literal 4 binary64) (pow.f64 p #s(literal 4 binary64))) (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 (*.f64 x x) p) p))) (pow.f64 x #s(literal 5 binary64))) |
(* -2 (/ (pow p 2) (pow x 3))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (*.f64 x (*.f64 x x))) |
(/ (+ (* -2 (pow p 2)) (* 4 (/ (pow p 4) (pow x 2)))) (pow x 3)) |
(/.f64 (+.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (/.f64 (*.f64 #s(literal 4 binary64) (pow.f64 p #s(literal 4 binary64))) (*.f64 x x))) (*.f64 x (*.f64 x x))) |
(/ (+ (* -2 (pow p 2)) (* 4 (/ (pow p 4) (pow x 2)))) (pow x 3)) |
(/.f64 (+.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (/.f64 (*.f64 #s(literal 4 binary64) (pow.f64 p #s(literal 4 binary64))) (*.f64 x x))) (*.f64 x (*.f64 x x))) |
(/ (+ (* -2 (pow p 2)) (* 4 (/ (pow p 4) (pow x 2)))) (pow x 3)) |
(/.f64 (+.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (/.f64 (*.f64 #s(literal 4 binary64) (pow.f64 p #s(literal 4 binary64))) (*.f64 x x))) (*.f64 x (*.f64 x x))) |
(* -2 (/ (pow p 2) (pow x 3))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (*.f64 x (*.f64 x x))) |
(* -1 (/ (+ (* -4 (/ (pow p 4) (pow x 2))) (* 2 (pow p 2))) (pow x 3))) |
(*.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 (+.f64 (*.f64 p (*.f64 p #s(literal 2 binary64))) (/.f64 (/.f64 (*.f64 #s(literal -4 binary64) (pow.f64 p #s(literal 4 binary64))) x) x)) (*.f64 x x))) |
(* -1 (/ (+ (* -4 (/ (pow p 4) (pow x 2))) (* 2 (pow p 2))) (pow x 3))) |
(*.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 (+.f64 (*.f64 p (*.f64 p #s(literal 2 binary64))) (/.f64 (/.f64 (*.f64 #s(literal -4 binary64) (pow.f64 p #s(literal 4 binary64))) x) x)) (*.f64 x x))) |
(* -1 (/ (+ (* -4 (/ (pow p 4) (pow x 2))) (* 2 (pow p 2))) (pow x 3))) |
(*.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 (+.f64 (*.f64 p (*.f64 p #s(literal 2 binary64))) (/.f64 (/.f64 (*.f64 #s(literal -4 binary64) (pow.f64 p #s(literal 4 binary64))) x) x)) (*.f64 x x))) |
(* 4 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (*.f64 x x)) |
(* 4 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (*.f64 x x)) |
(* 4 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (*.f64 x x)) |
(* 4 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (*.f64 x x)) |
(* 4 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (*.f64 x x)) |
(* 4 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (*.f64 x x)) |
(* 4 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (*.f64 x x)) |
(* 4 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (*.f64 x x)) |
(* 4 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (*.f64 x x)) |
(* 4 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (*.f64 x x)) |
(* 4 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (*.f64 x x)) |
(* 4 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (*.f64 x x)) |
(* 4 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (*.f64 x x)) |
(* 4 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (*.f64 x x)) |
(* 4 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (*.f64 x x)) |
(* 4 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (*.f64 x x)) |
(* 4 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (*.f64 x x)) |
(* 4 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (*.f64 x x)) |
(* 4 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (*.f64 x x)) |
(* 4 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (*.f64 x x)) |
(* 4 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (*.f64 x x)) |
(* 4 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (*.f64 x x)) |
(* 4 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (*.f64 x x)) |
(* 4 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (*.f64 x x)) |
(/ -2 (pow x 3)) |
(/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))) |
(- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3)))) |
(+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))) |
(- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3)))) |
(+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))) |
(- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3)))) |
(+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (pow.f64 x #s(literal 5 binary64))) |
(* (pow p 2) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 (*.f64 (*.f64 x x) p) p))))) |
(* (pow p 2) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 (*.f64 (*.f64 x x) p) p))))) |
(* (pow p 2) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 (*.f64 (*.f64 x x) p) p))))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (pow.f64 x #s(literal 5 binary64))) |
(* (pow p 2) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 (*.f64 (*.f64 x x) p) p))))) |
(* (pow p 2) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 (*.f64 (*.f64 x x) p) p))))) |
(* (pow p 2) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 (*.f64 (*.f64 x x) p) p))))) |
(* 4 (/ (pow p 2) (pow x 5))) |
(/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (pow.f64 x #s(literal 5 binary64))) |
(/ (+ (* -2 (pow x 2)) (* 4 (pow p 2))) (pow x 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 x x) #s(literal -2 binary64)) (*.f64 p (*.f64 p #s(literal 4 binary64)))) (pow.f64 x #s(literal 5 binary64))) |
(/ (+ (* -2 (pow x 2)) (* 4 (pow p 2))) (pow x 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 x x) #s(literal -2 binary64)) (*.f64 p (*.f64 p #s(literal 4 binary64)))) (pow.f64 x #s(literal 5 binary64))) |
(/ (+ (* -2 (pow x 2)) (* 4 (pow p 2))) (pow x 5)) |
(/.f64 (+.f64 (*.f64 (*.f64 x x) #s(literal -2 binary64)) (*.f64 p (*.f64 p #s(literal 4 binary64)))) (pow.f64 x #s(literal 5 binary64))) |
(/ -2 (pow x 3)) |
(/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))) |
(/ (- (* 4 (/ (pow p 2) (pow x 2))) 2) (pow x 3)) |
(/.f64 (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (*.f64 x x)) #s(literal -2 binary64)) (*.f64 x (*.f64 x x))) |
(/ (- (* 4 (/ (pow p 2) (pow x 2))) 2) (pow x 3)) |
(/.f64 (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (*.f64 x x)) #s(literal -2 binary64)) (*.f64 x (*.f64 x x))) |
(/ (- (* 4 (/ (pow p 2) (pow x 2))) 2) (pow x 3)) |
(/.f64 (+.f64 (/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (*.f64 x x)) #s(literal -2 binary64)) (*.f64 x (*.f64 x x))) |
(/ -2 (pow x 3)) |
(/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))) |
(* -1 (/ (+ 2 (* -4 (/ (pow p 2) (pow x 2)))) (pow x 3))) |
(/.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 p p)) (*.f64 x x))) (neg.f64 (*.f64 x (*.f64 x x)))) |
(* -1 (/ (+ 2 (* -4 (/ (pow p 2) (pow x 2)))) (pow x 3))) |
(/.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 p p)) (*.f64 x x))) (neg.f64 (*.f64 x (*.f64 x x)))) |
(* -1 (/ (+ 2 (* -4 (/ (pow p 2) (pow x 2)))) (pow x 3))) |
(/.f64 (+.f64 #s(literal 2 binary64) (/.f64 (*.f64 #s(literal -4 binary64) (*.f64 p p)) (*.f64 x x))) (neg.f64 (*.f64 x (*.f64 x x)))) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(* 1/2 (/ x p)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) p) |
(* x (+ (* -1/16 (/ (pow x 2) (pow p 3))) (* 1/2 (/ 1 p)))) |
(*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -1/16 binary64) (*.f64 x x)) (*.f64 p (*.f64 p p))) (/.f64 #s(literal 1/2 binary64) p))) |
(* x (+ (* (pow x 2) (- (* 1/128 (/ (pow x 2) (pow p 5))) (* 1/16 (/ 1 (pow p 3))))) (* 1/2 (/ 1 p)))) |
(*.f64 x (+.f64 (/.f64 #s(literal 1/2 binary64) p) (*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 #s(literal 1/128 binary64) (*.f64 x x)) (pow.f64 p #s(literal 5 binary64))) (/.f64 #s(literal -1/16 binary64) (*.f64 p (*.f64 p p))))))) |
(* x (+ (* (pow x 2) (- (* (pow x 2) (+ (* -1/1024 (/ (pow x 2) (pow p 7))) (* 1/128 (/ 1 (pow p 5))))) (* 1/16 (/ 1 (pow p 3))))) (* 1/2 (/ 1 p)))) |
(*.f64 x (+.f64 (/.f64 #s(literal 1/2 binary64) p) (*.f64 (*.f64 x x) (+.f64 (*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 #s(literal -1/1024 binary64) (*.f64 x x)) (pow.f64 p #s(literal 7 binary64))) (/.f64 #s(literal 1/128 binary64) (pow.f64 p #s(literal 5 binary64))))) (/.f64 #s(literal -1/16 binary64) (*.f64 p (*.f64 p p))))))) |
(* 4 (/ p x)) |
(/.f64 (*.f64 p #s(literal 4 binary64)) x) |
(/ (+ (* -32 (/ (pow p 3) (pow x 2))) (* 4 p)) x) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -32 binary64) (*.f64 p (*.f64 p p))) (*.f64 x x)) (*.f64 p #s(literal 4 binary64))) x) |
(/ (- (+ (* 4 p) (* 256 (/ (pow p 5) (pow x 4)))) (* 32 (/ (pow p 3) (pow x 2)))) x) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 256 binary64) (pow.f64 p #s(literal 5 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))) (+.f64 (/.f64 (*.f64 #s(literal -32 binary64) (*.f64 p (*.f64 p p))) (*.f64 x x)) (*.f64 p #s(literal 4 binary64)))) x) |
(/ (- (+ (* -2048 (/ (pow p 7) (pow x 6))) (* 4 p)) (+ (* -256 (/ (pow p 5) (pow x 4))) (* 32 (/ (pow p 3) (pow x 2))))) x) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -2048 binary64) (pow.f64 p #s(literal 7 binary64))) (pow.f64 x #s(literal 6 binary64))) (-.f64 (-.f64 (*.f64 p #s(literal 4 binary64)) (/.f64 (*.f64 #s(literal 32 binary64) (*.f64 p (*.f64 p p))) (*.f64 x x))) (/.f64 (*.f64 #s(literal -256 binary64) (pow.f64 p #s(literal 5 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))))) x) |
(* 4 (/ p x)) |
(/.f64 (*.f64 p #s(literal 4 binary64)) x) |
(* -1 (/ (+ (* -4 p) (* 32 (/ (pow p 3) (pow x 2)))) x)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -32 binary64) (*.f64 p (*.f64 p p))) (*.f64 x x)) (*.f64 #s(literal -1 binary64) (*.f64 p #s(literal -4 binary64)))) x) |
(* -1 (/ (- (+ (* -256 (/ (pow p 5) (pow x 4))) (* -4 p)) (* -32 (/ (pow p 3) (pow x 2)))) x)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -256 binary64) (pow.f64 p #s(literal 5 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))) (+.f64 (/.f64 (*.f64 #s(literal 32 binary64) (*.f64 p (*.f64 p p))) (*.f64 x x)) (*.f64 p #s(literal -4 binary64)))) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (/ (- (+ (* -4 p) (* 2048 (/ (pow p 7) (pow x 6)))) (+ (* -32 (/ (pow p 3) (pow x 2))) (* 256 (/ (pow p 5) (pow x 4))))) x)) |
(/.f64 (+.f64 (*.f64 p #s(literal -4 binary64)) (-.f64 (/.f64 (*.f64 #s(literal 2048 binary64) (pow.f64 p #s(literal 7 binary64))) (pow.f64 x #s(literal 6 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -32 binary64) (*.f64 p (*.f64 p p))) (*.f64 x x)) (/.f64 (*.f64 #s(literal 256 binary64) (pow.f64 p #s(literal 5 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))))) (-.f64 #s(literal 0 binary64) x)) |
(* 4 (/ p x)) |
(/.f64 (*.f64 p #s(literal 4 binary64)) x) |
(* p (+ (* -32 (/ (pow p 2) (pow x 3))) (* 4 (/ 1 x)))) |
(*.f64 p (+.f64 (/.f64 (*.f64 #s(literal -32 binary64) (*.f64 p p)) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 4 binary64) x))) |
(* p (+ (* (pow p 2) (- (* 256 (/ (pow p 2) (pow x 5))) (* 32 (/ 1 (pow x 3))))) (* 4 (/ 1 x)))) |
(*.f64 p (+.f64 (/.f64 #s(literal 4 binary64) x) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 #s(literal 256 binary64) (*.f64 p p)) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -32 binary64) (*.f64 x (*.f64 x x))))))) |
(* p (+ (* (pow p 2) (- (* (pow p 2) (+ (* -2048 (/ (pow p 2) (pow x 7))) (* 256 (/ 1 (pow x 5))))) (* 32 (/ 1 (pow x 3))))) (* 4 (/ 1 x)))) |
(*.f64 p (+.f64 (/.f64 #s(literal 4 binary64) x) (*.f64 (*.f64 p p) (-.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 #s(literal -2048 binary64) (*.f64 p p)) (pow.f64 x #s(literal 7 binary64))) (/.f64 #s(literal 256 binary64) (pow.f64 x #s(literal 5 binary64))))) (/.f64 #s(literal 32 binary64) (*.f64 x (*.f64 x x))))))) |
(* 1/2 (/ x p)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) p) |
(/ (+ (* -1/16 (/ (pow x 3) (pow p 2))) (* 1/2 x)) p) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 p p)) (*.f64 #s(literal 1/2 binary64) x)) p) |
(/ (- (+ (* 1/128 (/ (pow x 5) (pow p 4))) (* 1/2 x)) (* 1/16 (/ (pow x 3) (pow p 2)))) p) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/128 binary64) (pow.f64 x #s(literal 5 binary64))) (pow.f64 p #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 p p)) (*.f64 #s(literal 1/2 binary64) x))) p) |
(/ (- (+ (* -1/1024 (/ (pow x 7) (pow p 6))) (* 1/2 x)) (+ (* -1/128 (/ (pow x 5) (pow p 4))) (* 1/16 (/ (pow x 3) (pow p 2))))) p) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/1024 binary64) (pow.f64 x #s(literal 7 binary64))) (pow.f64 p #s(literal 6 binary64))) (-.f64 (*.f64 #s(literal 1/2 binary64) x) (/.f64 (*.f64 #s(literal -1/128 binary64) (pow.f64 x #s(literal 5 binary64))) (pow.f64 p #s(literal 4 binary64))))) (/.f64 (*.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 p p))) p) |
(* 1/2 (/ x p)) |
(/.f64 (*.f64 #s(literal 1/2 binary64) x) p) |
(* -1 (/ (+ (* -1/2 x) (* 1/16 (/ (pow x 3) (pow p 2)))) p)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 p p)) (*.f64 x #s(literal -1/2 binary64))) (neg.f64 p)) |
(* -1 (/ (- (+ (* -1/2 x) (* -1/128 (/ (pow x 5) (pow p 4)))) (* -1/16 (/ (pow x 3) (pow p 2)))) p)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/128 binary64) (pow.f64 x #s(literal 5 binary64))) (pow.f64 p #s(literal 4 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 p p)) (*.f64 x #s(literal -1/2 binary64)))) (neg.f64 p)) |
(* -1 (/ (- (+ (* -1/2 x) (* 1/1024 (/ (pow x 7) (pow p 6)))) (+ (* -1/16 (/ (pow x 3) (pow p 2))) (* 1/128 (/ (pow x 5) (pow p 4))))) p)) |
(/.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/1024 binary64) (pow.f64 x #s(literal 7 binary64))) (pow.f64 p #s(literal 6 binary64))) (-.f64 (*.f64 x #s(literal -1/2 binary64)) (/.f64 (*.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x x))) (*.f64 p p)))) (/.f64 (*.f64 #s(literal -1/128 binary64) (pow.f64 x #s(literal 5 binary64))) (pow.f64 p #s(literal 4 binary64)))) (neg.f64 p)) |
(* 1/4 (/ (pow x 2) (pow p 2))) |
(/.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) (*.f64 p p)) |
(* (pow x 2) (+ (* -1/16 (/ (pow x 2) (pow p 4))) (* 1/4 (/ 1 (pow p 2))))) |
(*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 #s(literal -1/16 binary64) (*.f64 x x)) (pow.f64 p #s(literal 4 binary64))) (/.f64 #s(literal 1/4 binary64) (*.f64 p p)))) |
(* (pow x 2) (+ (* (pow x 2) (- (* 3/256 (/ (pow x 2) (pow p 6))) (* 1/16 (/ 1 (pow p 4))))) (* 1/4 (/ 1 (pow p 2))))) |
(*.f64 (*.f64 x x) (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 p p)) (*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 #s(literal 3/256 binary64) (*.f64 x x)) (pow.f64 p #s(literal 6 binary64))) (/.f64 #s(literal -1/16 binary64) (pow.f64 p #s(literal 4 binary64))))))) |
(* (pow x 2) (+ (* (pow x 2) (- (* (pow x 2) (+ (* -1/512 (/ (pow x 2) (pow p 8))) (* 3/256 (/ 1 (pow p 6))))) (* 1/16 (/ 1 (pow p 4))))) (* 1/4 (/ 1 (pow p 2))))) |
(*.f64 (*.f64 x x) (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 p p)) (*.f64 x (*.f64 x (+.f64 (*.f64 x (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal -1/512 binary64) (*.f64 x x)) (pow.f64 p #s(literal 8 binary64))) (/.f64 #s(literal 3/256 binary64) (pow.f64 p #s(literal 6 binary64)))))) (/.f64 #s(literal -1/16 binary64) (pow.f64 p #s(literal 4 binary64)))))))) |
(* 16 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 16 binary64)) (*.f64 x x)) |
(/ (+ (* -256 (/ (pow p 4) (pow x 2))) (* 16 (pow p 2))) (pow x 2)) |
(/.f64 (+.f64 (*.f64 (*.f64 p p) #s(literal 16 binary64)) (/.f64 (*.f64 #s(literal -256 binary64) (pow.f64 p #s(literal 4 binary64))) (*.f64 x x))) (*.f64 x x)) |
(/ (- (+ (* -1 (/ (+ (* -4096 (pow p 6)) (* 1024 (pow p 6))) (pow x 4))) (* 16 (pow p 2))) (* 256 (/ (pow p 4) (pow x 2)))) (pow x 2)) |
(/.f64 (+.f64 (-.f64 (*.f64 (*.f64 p p) #s(literal 16 binary64)) (/.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -3072 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 (*.f64 #s(literal -256 binary64) (pow.f64 p #s(literal 4 binary64))) (*.f64 x x))) (*.f64 x x)) |
(/ (- (+ (* -1 (/ (+ (* -16384 (pow p 8)) (* -16 (* (pow p 2) (+ (* -4096 (pow p 6)) (* 1024 (pow p 6)))))) (pow x 6))) (* 16 (pow p 2))) (+ (* -4096 (/ (pow p 6) (pow x 4))) (+ (* 256 (/ (pow p 4) (pow x 2))) (* 1024 (/ (pow p 6) (pow x 4)))))) (pow x 2)) |
(/.f64 (-.f64 (-.f64 (*.f64 (*.f64 p p) #s(literal 16 binary64)) (/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 8 binary64)) #s(literal -16384 binary64)) (*.f64 (*.f64 p p) (*.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -3072 binary64)) #s(literal -16 binary64)))) (pow.f64 x #s(literal 6 binary64)))) (+.f64 (/.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -4096 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (+.f64 (/.f64 (*.f64 #s(literal 256 binary64) (pow.f64 p #s(literal 4 binary64))) (*.f64 x x)) (/.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal 1024 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))))) (*.f64 x x)) |
(* 16 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 16 binary64)) (*.f64 x x)) |
(/ (+ (* -256 (/ (pow p 4) (pow x 2))) (* 16 (pow p 2))) (pow x 2)) |
(/.f64 (+.f64 (*.f64 (*.f64 p p) #s(literal 16 binary64)) (/.f64 (*.f64 #s(literal -256 binary64) (pow.f64 p #s(literal 4 binary64))) (*.f64 x x))) (*.f64 x x)) |
(/ (- (+ (* -1 (/ (+ (* -4096 (pow p 6)) (* 1024 (pow p 6))) (pow x 4))) (* 16 (pow p 2))) (* 256 (/ (pow p 4) (pow x 2)))) (pow x 2)) |
(/.f64 (+.f64 (-.f64 (*.f64 (*.f64 p p) #s(literal 16 binary64)) (/.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -3072 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 (*.f64 #s(literal -256 binary64) (pow.f64 p #s(literal 4 binary64))) (*.f64 x x))) (*.f64 x x)) |
(/ (- (+ (* -1 (/ (+ (* -16384 (pow p 8)) (* -16 (* (pow p 2) (+ (* -4096 (pow p 6)) (* 1024 (pow p 6)))))) (pow x 6))) (* 16 (pow p 2))) (+ (* -4096 (/ (pow p 6) (pow x 4))) (+ (* 256 (/ (pow p 4) (pow x 2))) (* 1024 (/ (pow p 6) (pow x 4)))))) (pow x 2)) |
(/.f64 (-.f64 (-.f64 (*.f64 (*.f64 p p) #s(literal 16 binary64)) (/.f64 (+.f64 (*.f64 (pow.f64 p #s(literal 8 binary64)) #s(literal -16384 binary64)) (*.f64 (*.f64 p p) (*.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -3072 binary64)) #s(literal -16 binary64)))) (pow.f64 x #s(literal 6 binary64)))) (+.f64 (/.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -4096 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (+.f64 (/.f64 (*.f64 #s(literal 256 binary64) (pow.f64 p #s(literal 4 binary64))) (*.f64 x x)) (/.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal 1024 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))))) (*.f64 x x)) |
(* 16 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 16 binary64)) (*.f64 x x)) |
(* (pow p 2) (+ (* -256 (/ (pow p 2) (pow x 4))) (* 16 (/ 1 (pow x 2))))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 #s(literal -256 binary64) (*.f64 p p)) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 16 binary64) (*.f64 x x)))) |
(* (pow p 2) (+ (* (pow p 2) (- (* 3072 (/ (pow p 2) (pow x 6))) (* 256 (/ 1 (pow x 4))))) (* 16 (/ 1 (pow x 2))))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 16 binary64) (*.f64 x x)) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 #s(literal 3072 binary64) (*.f64 p p)) (pow.f64 x #s(literal 6 binary64))) (/.f64 #s(literal -256 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))))) |
(* (pow p 2) (+ (* (pow p 2) (- (* (pow p 2) (+ (* -32768 (/ (pow p 2) (pow x 8))) (* 3072 (/ 1 (pow x 6))))) (* 256 (/ 1 (pow x 4))))) (* 16 (/ 1 (pow x 2))))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 16 binary64) (*.f64 x x)) (*.f64 p (*.f64 p (+.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 #s(literal -32768 binary64) (*.f64 p p)) (pow.f64 x #s(literal 8 binary64))) (/.f64 #s(literal 3072 binary64) (pow.f64 x #s(literal 6 binary64))))) (/.f64 #s(literal -256 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))))) |
(* 1/4 (/ (pow x 2) (pow p 2))) |
(/.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) (*.f64 p p)) |
(/ (+ (* -1/16 (/ (pow x 4) (pow p 2))) (* 1/4 (pow x 2))) (pow p 2)) |
(/.f64 (+.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) (/.f64 (*.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 p p))) (*.f64 p p)) |
(/ (- (+ (* -1 (/ (+ (* -1/64 (pow x 6)) (* 1/256 (pow x 6))) (pow p 4))) (* 1/4 (pow x 2))) (* 1/16 (/ (pow x 4) (pow p 2)))) (pow p 2)) |
(/.f64 (+.f64 (-.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) (/.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal -3/256 binary64)) (pow.f64 p #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 p p))) (*.f64 p p)) |
(/ (- (+ (* -1 (/ (+ (* -1/4 (* (pow x 2) (+ (* -1/64 (pow x 6)) (* 1/256 (pow x 6))))) (* -1/1024 (pow x 8))) (pow p 6))) (* 1/4 (pow x 2))) (+ (* -1/64 (/ (pow x 6) (pow p 4))) (+ (* 1/256 (/ (pow x 6) (pow p 4))) (* 1/16 (/ (pow x 4) (pow p 2)))))) (pow p 2)) |
(/.f64 (-.f64 (-.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) (/.f64 (+.f64 (*.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal -3/256 binary64)) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))) (*.f64 (pow.f64 x #s(literal 8 binary64)) #s(literal -1/1024 binary64))) (pow.f64 p #s(literal 6 binary64)))) (+.f64 (*.f64 (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 p #s(literal 4 binary64))) #s(literal -3/256 binary64)) (/.f64 (*.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 p p)))) (*.f64 p p)) |
(* 1/4 (/ (pow x 2) (pow p 2))) |
(/.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) (*.f64 p p)) |
(/ (+ (* -1/16 (/ (pow x 4) (pow p 2))) (* 1/4 (pow x 2))) (pow p 2)) |
(/.f64 (+.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) (/.f64 (*.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 p p))) (*.f64 p p)) |
(/ (- (+ (* -1 (/ (+ (* -1/64 (pow x 6)) (* 1/256 (pow x 6))) (pow p 4))) (* 1/4 (pow x 2))) (* 1/16 (/ (pow x 4) (pow p 2)))) (pow p 2)) |
(/.f64 (+.f64 (-.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) (/.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal -3/256 binary64)) (pow.f64 p #s(literal 4 binary64)))) (/.f64 (*.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 p p))) (*.f64 p p)) |
(/ (- (+ (* -1 (/ (+ (* -1/4 (* (pow x 2) (+ (* -1/64 (pow x 6)) (* 1/256 (pow x 6))))) (* -1/1024 (pow x 8))) (pow p 6))) (* 1/4 (pow x 2))) (+ (* -1/64 (/ (pow x 6) (pow p 4))) (+ (* 1/256 (/ (pow x 6) (pow p 4))) (* 1/16 (/ (pow x 4) (pow p 2)))))) (pow p 2)) |
(/.f64 (-.f64 (-.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) (/.f64 (+.f64 (*.f64 (*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal -3/256 binary64)) (*.f64 (*.f64 x x) #s(literal -1/4 binary64))) (*.f64 (pow.f64 x #s(literal 8 binary64)) #s(literal -1/1024 binary64))) (pow.f64 p #s(literal 6 binary64)))) (+.f64 (*.f64 (/.f64 (pow.f64 x #s(literal 6 binary64)) (pow.f64 p #s(literal 4 binary64))) #s(literal -3/256 binary64)) (/.f64 (*.f64 #s(literal 1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 p p)))) (*.f64 p p)) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) p) |
Compiled 54351 to 4790 computations (91.2% saved)
14 alts after pruning (4 fresh and 10 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1278 | 1 | 1279 |
| Fresh | 0 | 3 | 3 |
| Picked | 1 | 4 | 5 |
| Done | 0 | 6 | 6 |
| Total | 1279 | 14 | 1293 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 26.2% | (/.f64 (-.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 (/.f64 (*.f64 p (*.f64 p p)) x) x)) p) x) |
| ✓ | 27.4% | (/.f64 p (neg.f64 x)) |
| ✓ | 29.3% | (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x))) |
| 30.7% | (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))) (*.f64 x x)))) | |
| ✓ | 25.4% | (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal 11/8 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -69/16 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
| 27.3% | (*.f64 (/.f64 #s(literal -1 binary64) x) p) | |
| 41.2% | (sqrt.f64 (/.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 (+.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) (/.f64 (*.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 p p))) (*.f64 p p))) #s(literal 1/4 binary64)) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal 1/2 binary64)))) | |
| 53.8% | (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 (*.f64 p #s(literal 2 binary64)) (*.f64 (*.f64 x x) (+.f64 (/.f64 #s(literal 1/4 binary64) p) (/.f64 (*.f64 (*.f64 x x) #s(literal -1/64 binary64)) (*.f64 p (*.f64 p p))))))))) | |
| ✓ | 53.7% | (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 (*.f64 p #s(literal 2 binary64)) (*.f64 x (*.f64 x (/.f64 #s(literal 1/4 binary64) p))))))) |
| ✓ | 67.3% | (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))) (*.f64 x (*.f64 x x))))))))))) |
| ✓ | 77.8% | (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))) |
| ✓ | 48.3% | (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 #s(literal 1/4 binary64) p)))) |
| ✓ | 52.8% | (sqrt.f64 #s(literal 1/2 binary64)) |
| ✓ | 38.2% | #s(literal 1 binary64) |
Compiled 820 to 351 computations (57.2% saved)
| Inputs |
|---|
#s(literal 1 binary64) |
(/.f64 p (neg.f64 x)) |
(*.f64 (/.f64 #s(literal -1 binary64) x) p) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(/.f64 p (-.f64 #s(literal 0 binary64) x)) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x))) |
(/.f64 (-.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 (/.f64 (*.f64 p (*.f64 p p)) x) x)) p) x) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal 11/8 binary64))) (*.f64 x x)))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))) (*.f64 x x)))) |
(/.f64 (+.f64 p (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -12 binary64))) (*.f64 x (*.f64 x p)))) (-.f64 #s(literal 0 binary64) x)) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal 11/8 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -69/16 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(sqrt.f64 #s(literal 1/2 binary64)) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 #s(literal 1/4 binary64) p)))) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 (*.f64 p #s(literal 2 binary64)) (*.f64 x (*.f64 x (/.f64 #s(literal 1/4 binary64) p))))))) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))))) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 (*.f64 p #s(literal 2 binary64)) (*.f64 (*.f64 x x) (+.f64 (/.f64 #s(literal 1/4 binary64) p) (/.f64 (*.f64 (*.f64 x x) #s(literal -1/64 binary64)) (*.f64 p (*.f64 p p))))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) (/.f64 #s(literal 11/8 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))) (*.f64 x (*.f64 x x))))))))))) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) x)) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))) |
(sqrt.f64 (/.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 (+.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) (/.f64 (*.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 p p))) (*.f64 p p))) #s(literal 1/4 binary64)) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal 1/2 binary64)))) |
(sqrt.f64 (/.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) #s(literal 1/4 binary64)) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal 1/2 binary64)))) |
(sqrt.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 #s(literal 1 binary64) (/.f64 x (sqrt.f64 (+.f64 (*.f64 (*.f64 #s(literal 4 binary64) p) p) (*.f64 x x))))))) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))))) |
(sqrt.f64 (/.f64 (+.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) #s(literal -1/4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) x) (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))) #s(literal -1/2 binary64)))) |
| Outputs |
|---|
(/.f64 p (neg.f64 x)) |
(sqrt.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 #s(literal 1 binary64) (/.f64 x (sqrt.f64 (+.f64 (*.f64 (*.f64 #s(literal 4 binary64) p) p) (*.f64 x x))))))) |
7 calls:
| 30.0ms | (+.f64 #s(literal 1 binary64) (/.f64 x (sqrt.f64 (+.f64 (*.f64 (*.f64 #s(literal 4 binary64) p) p) (*.f64 x x))))) |
| 24.0ms | p |
| 7.0ms | x |
| 7.0ms | (*.f64 (*.f64 #s(literal 4 binary64) p) p) |
| 6.0ms | (/.f64 x (sqrt.f64 (+.f64 (*.f64 (*.f64 #s(literal 4 binary64) p) p) (*.f64 x x)))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 77.8% | 1 | p |
| 84.8% | 4 | x |
| 99.9% | 2 | (sqrt.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 #s(literal 1 binary64) (/.f64 x (sqrt.f64 (+.f64 (*.f64 (*.f64 #s(literal 4 binary64) p) p) (*.f64 x x))))))) |
| 99.9% | 2 | (*.f64 #s(literal 1/2 binary64) (+.f64 #s(literal 1 binary64) (/.f64 x (sqrt.f64 (+.f64 (*.f64 (*.f64 #s(literal 4 binary64) p) p) (*.f64 x x)))))) |
| 99.9% | 2 | (+.f64 #s(literal 1 binary64) (/.f64 x (sqrt.f64 (+.f64 (*.f64 (*.f64 #s(literal 4 binary64) p) p) (*.f64 x x))))) |
| 99.9% | 2 | (/.f64 x (sqrt.f64 (+.f64 (*.f64 (*.f64 #s(literal 4 binary64) p) p) (*.f64 x x)))) |
| 77.8% | 1 | (*.f64 (*.f64 #s(literal 4 binary64) p) p) |
Compiled 80 to 56 computations (30% saved)
| Inputs |
|---|
#s(literal 1 binary64) |
(/.f64 p (neg.f64 x)) |
(*.f64 (/.f64 #s(literal -1 binary64) x) p) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(/.f64 p (-.f64 #s(literal 0 binary64) x)) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x))) |
(/.f64 (-.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 (/.f64 (*.f64 p (*.f64 p p)) x) x)) p) x) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal 11/8 binary64))) (*.f64 x x)))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))) (*.f64 x x)))) |
(/.f64 (+.f64 p (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -12 binary64))) (*.f64 x (*.f64 x p)))) (-.f64 #s(literal 0 binary64) x)) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal 11/8 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -69/16 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(sqrt.f64 #s(literal 1/2 binary64)) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 #s(literal 1/4 binary64) p)))) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 (*.f64 p #s(literal 2 binary64)) (*.f64 x (*.f64 x (/.f64 #s(literal 1/4 binary64) p))))))) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))))) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 (*.f64 p #s(literal 2 binary64)) (*.f64 (*.f64 x x) (+.f64 (/.f64 #s(literal 1/4 binary64) p) (/.f64 (*.f64 (*.f64 x x) #s(literal -1/64 binary64)) (*.f64 p (*.f64 p p))))))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -69/16 binary64)) (pow.f64 x #s(literal 6 binary64))) (/.f64 #s(literal 11/8 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))) (*.f64 x (*.f64 x x))))))))))) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) x)) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))))))))))) |
(sqrt.f64 (/.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 (+.f64 (*.f64 x (*.f64 x #s(literal 1/4 binary64))) (/.f64 (*.f64 #s(literal -1/16 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 p p))) (*.f64 p p))) #s(literal 1/4 binary64)) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal 1/2 binary64)))) |
(sqrt.f64 (/.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))))) #s(literal 1/4 binary64)) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p))) #s(literal 1/2 binary64)))) |
| Outputs |
|---|
(/.f64 p (neg.f64 x)) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))))))) |
2 calls:
| 7.0ms | p |
| 7.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 76.9% | 3 | p |
| 75.8% | 2 | x |
Compiled 6 to 4 computations (33.3% saved)
| Inputs |
|---|
#s(literal 1 binary64) |
(/.f64 p (neg.f64 x)) |
(*.f64 (/.f64 #s(literal -1 binary64) x) p) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(/.f64 p (-.f64 #s(literal 0 binary64) x)) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x))) |
(/.f64 (-.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 (/.f64 (*.f64 p (*.f64 p p)) x) x)) p) x) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal 11/8 binary64))) (*.f64 x x)))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))) (*.f64 x x)))) |
(/.f64 (+.f64 p (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -12 binary64))) (*.f64 x (*.f64 x p)))) (-.f64 #s(literal 0 binary64) x)) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal 11/8 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -69/16 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(sqrt.f64 #s(literal 1/2 binary64)) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 #s(literal 1/4 binary64) p)))) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 (*.f64 p #s(literal 2 binary64)) (*.f64 x (*.f64 x (/.f64 #s(literal 1/4 binary64) p))))))) |
| Outputs |
|---|
(/.f64 p (neg.f64 x)) |
#s(literal 1 binary64) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 (*.f64 p #s(literal 2 binary64)) (*.f64 x (*.f64 x (/.f64 #s(literal 1/4 binary64) p))))))) |
2 calls:
| 5.0ms | x |
| 5.0ms | p |
| Accuracy | Segments | Branch |
|---|---|---|
| 70.9% | 3 | p |
| 66.1% | 3 | x |
Compiled 6 to 4 computations (33.3% saved)
| Inputs |
|---|
#s(literal 1 binary64) |
(/.f64 p (neg.f64 x)) |
(*.f64 (/.f64 #s(literal -1 binary64) x) p) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(/.f64 p (-.f64 #s(literal 0 binary64) x)) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x))) |
(/.f64 (-.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 (/.f64 (*.f64 p (*.f64 p p)) x) x)) p) x) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal 11/8 binary64))) (*.f64 x x)))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))) (*.f64 x x)))) |
(/.f64 (+.f64 p (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -12 binary64))) (*.f64 x (*.f64 x p)))) (-.f64 #s(literal 0 binary64) x)) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal 11/8 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -69/16 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(sqrt.f64 #s(literal 1/2 binary64)) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 x (/.f64 #s(literal 1/4 binary64) p)))) |
| Outputs |
|---|
(/.f64 p (neg.f64 x)) |
#s(literal 1 binary64) |
(sqrt.f64 #s(literal 1/2 binary64)) |
1 calls:
| 4.0ms | p |
| Accuracy | Segments | Branch |
|---|---|---|
| 70.2% | 3 | p |
Compiled 3 to 2 computations (33.3% saved)
| Inputs |
|---|
#s(literal 1 binary64) |
(/.f64 p (neg.f64 x)) |
(*.f64 (/.f64 #s(literal -1 binary64) x) p) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(/.f64 p (-.f64 #s(literal 0 binary64) x)) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x))) |
(/.f64 (-.f64 (*.f64 #s(literal 3/2 binary64) (/.f64 (/.f64 (*.f64 p (*.f64 p p)) x) x)) p) x) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal 11/8 binary64))) (*.f64 x x)))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))) (*.f64 x x)))) |
(/.f64 (+.f64 p (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -12 binary64))) (*.f64 x (*.f64 x p)))) (-.f64 #s(literal 0 binary64) x)) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal 11/8 binary64) (*.f64 (/.f64 (/.f64 (*.f64 p p) x) x) #s(literal -69/16 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
| Outputs |
|---|
(/.f64 p (neg.f64 x)) |
#s(literal 1 binary64) |
2 calls:
| 8.0ms | p |
| 4.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 58.8% | 2 | x |
| 40.1% | 2 | p |
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:
| 1.0ms | x |
| 1.0ms | p |
| Accuracy | Segments | Branch |
|---|---|---|
| 38.2% | 1 | p |
| 38.2% | 1 | x |
Compiled 6 to 4 computations (33.3% saved)
| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | -0.9999999999239855 | -0.004676674884715051 |
Compiled 24 to 18 computations (25% saved)
| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 17.0ms | -2.8791449818250865e-86 | -9.287172755947773e-87 |
| 6.0ms | 19× | 2 | valid |
| 5.0ms | 52× | 0 | valid |
| 2.0ms | 9× | 1 | valid |
Compiled 214 to 138 computations (35.5% saved)
ival-mult: 4.0ms (43.4% of total)ival-sqrt: 2.0ms (21.7% of total)ival-div: 1.0ms (10.8% of total)backward-pass: 1.0ms (10.8% of total)ival-add: 1.0ms (10.8% of total)const: 0.0ms (0% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 27.0ms | 2.6747202895941093e-34 | 8.092286440290879e-28 |
| 21.0ms | 2.8751791018596937e-114 | 1.1814372039295237e-113 |
| 20.0ms | 174× | 0 | valid |
| 10.0ms | 34× | 2 | valid |
| 9.0ms | 32× | 1 | valid |
Compiled 315 to 243 computations (22.9% saved)
ival-mult: 10.0ms (33.8% of total)ival-add: 10.0ms (33.8% of total)ival-sqrt: 5.0ms (16.9% of total)ival-div: 3.0ms (10.1% of total)const: 1.0ms (3.4% of total)backward-pass: 1.0ms (3.4% of total)| 2× | binary-search |
| 1× | narrow-enough |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 36.0ms | 2.6747202895941093e-34 | 8.092286440290879e-28 |
| 19.0ms | 2.8751791018596937e-114 | 1.1814372039295237e-113 |
| 24.0ms | 36× | 2 | valid |
| 16.0ms | 169× | 0 | valid |
| 8.0ms | 35× | 1 | valid |
Compiled 171 to 153 computations (10.5% saved)
ival-div: 16.0ms (42.2% of total)ival-mult: 11.0ms (29% of total)ival-sqrt: 5.0ms (13.2% of total)ival-add: 4.0ms (10.6% of total)backward-pass: 2.0ms (5.3% of total)const: 1.0ms (2.6% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 26.0ms | -1.2677031741686518e-141 | -4.478939366845795e-143 |
| 10.0ms | 15× | 1 | valid |
| 7.0ms | 82× | 0 | valid |
| 5.0ms | 15× | 2 | valid |
Compiled 101 to 81 computations (19.8% saved)
ival-mult: 12.0ms (66.4% of total)ival-sqrt: 2.0ms (11.1% of total)ival-add: 2.0ms (11.1% of total)ival-div: 1.0ms (5.5% of total)backward-pass: 1.0ms (5.5% of total)const: 0.0ms (0% of total)| 1× | egg-herbie |
| 26× | *-commutative_binary64 |
| 20× | +-commutative_binary64 |
| 6× | sub-neg_binary64 |
| 6× | neg-sub0_binary64 |
| 6× | neg-mul-1_binary64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 61 | 128 |
| 1 | 86 | 128 |
| 2 | 92 | 128 |
| 3 | 97 | 128 |
| 4 | 100 | 128 |
| 5 | 101 | 128 |
| 1× | saturated |
| Inputs |
|---|
(if (<=.f64 (/.f64 x (sqrt.f64 (+.f64 (*.f64 (*.f64 #s(literal 4 binary64) p) p) (*.f64 x x)))) #s(literal -1/2 binary64)) (/.f64 p (neg.f64 x)) (sqrt.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 #s(literal 1 binary64) (/.f64 x (sqrt.f64 (+.f64 (*.f64 (*.f64 #s(literal 4 binary64) p) p) (*.f64 x x)))))))) |
(if (<=.f64 x #s(literal -8679010875938991/559936185544451052639360570142111069530411374308662383724997275240947967795040236345219373317901778944 binary64)) (/.f64 p (neg.f64 x)) (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))))) |
(if (<=.f64 p #s(literal 8040742112950363/2772669694120814859578414184143083703436437075375816575170479580614621307805625623039974406104139578097391210961403571828974157824 binary64)) (/.f64 p (neg.f64 x)) (if (<=.f64 p #s(literal 3449143864100931/11692013098647223345629478661730264157247460343808 binary64)) #s(literal 1 binary64) (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 (*.f64 p #s(literal 2 binary64)) (*.f64 x (*.f64 x (/.f64 #s(literal 1/4 binary64) p))))))))) |
(if (<=.f64 p #s(literal 6099873327065793/1386334847060407429789207092071541851718218537687908287585239790307310653902812811519987203052069789048695605480701785914487078912 binary64)) (/.f64 p (neg.f64 x)) (if (<=.f64 p #s(literal 4683156491691431/44601490397061246283071436545296723011960832 binary64)) #s(literal 1 binary64) (sqrt.f64 #s(literal 1/2 binary64)))) |
(if (<=.f64 x #s(literal -5711511653228667/109836762562089755439710412785302291476310964802292886550311415346968690934362496833960954250583272879636740982263693728593951807995466301001184452657840914432 binary64)) (/.f64 p (neg.f64 x)) #s(literal 1 binary64)) |
#s(literal 1 binary64) |
| Outputs |
|---|
(if (<=.f64 (/.f64 x (sqrt.f64 (+.f64 (*.f64 (*.f64 #s(literal 4 binary64) p) p) (*.f64 x x)))) #s(literal -1/2 binary64)) (/.f64 p (neg.f64 x)) (sqrt.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 #s(literal 1 binary64) (/.f64 x (sqrt.f64 (+.f64 (*.f64 (*.f64 #s(literal 4 binary64) p) p) (*.f64 x x)))))))) |
(if (<=.f64 (/.f64 x (sqrt.f64 (+.f64 (*.f64 p (*.f64 #s(literal 4 binary64) p)) (*.f64 x x)))) #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 p x)) (sqrt.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 x (sqrt.f64 (+.f64 (*.f64 p (*.f64 #s(literal 4 binary64) p)) (*.f64 x x)))) #s(literal 1 binary64))))) |
(if (<=.f64 x #s(literal -8679010875938991/559936185544451052639360570142111069530411374308662383724997275240947967795040236345219373317901778944 binary64)) (/.f64 p (neg.f64 x)) (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))))) |
(if (<=.f64 x #s(literal -8679010875938991/559936185544451052639360570142111069530411374308662383724997275240947967795040236345219373317901778944 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 p x)) (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal 1/2 binary64)) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x)))))))) |
(if (<=.f64 p #s(literal 8040742112950363/2772669694120814859578414184143083703436437075375816575170479580614621307805625623039974406104139578097391210961403571828974157824 binary64)) (/.f64 p (neg.f64 x)) (if (<=.f64 p #s(literal 3449143864100931/11692013098647223345629478661730264157247460343808 binary64)) #s(literal 1 binary64) (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 (*.f64 p #s(literal 2 binary64)) (*.f64 x (*.f64 x (/.f64 #s(literal 1/4 binary64) p))))))))) |
(if (<=.f64 p #s(literal 8040742112950363/2772669694120814859578414184143083703436437075375816575170479580614621307805625623039974406104139578097391210961403571828974157824 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 p x)) (if (<=.f64 p #s(literal 3449143864100931/11692013098647223345629478661730264157247460343808 binary64)) #s(literal 1 binary64) (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal 1/2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (*.f64 x (*.f64 x (/.f64 #s(literal 1/4 binary64) p))))))))) |
(if (<=.f64 p #s(literal 6099873327065793/1386334847060407429789207092071541851718218537687908287585239790307310653902812811519987203052069789048695605480701785914487078912 binary64)) (/.f64 p (neg.f64 x)) (if (<=.f64 p #s(literal 4683156491691431/44601490397061246283071436545296723011960832 binary64)) #s(literal 1 binary64) (sqrt.f64 #s(literal 1/2 binary64)))) |
(if (<=.f64 p #s(literal 6099873327065793/1386334847060407429789207092071541851718218537687908287585239790307310653902812811519987203052069789048695605480701785914487078912 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 p x)) (if (<=.f64 p #s(literal 4683156491691431/44601490397061246283071436545296723011960832 binary64)) #s(literal 1 binary64) (sqrt.f64 #s(literal 1/2 binary64)))) |
(if (<=.f64 x #s(literal -5711511653228667/109836762562089755439710412785302291476310964802292886550311415346968690934362496833960954250583272879636740982263693728593951807995466301001184452657840914432 binary64)) (/.f64 p (neg.f64 x)) #s(literal 1 binary64)) |
(if (<=.f64 x #s(literal -5711511653228667/109836762562089755439710412785302291476310964802292886550311415346968690934362496833960954250583272879636740982263693728593951807995466301001184452657840914432 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 p x)) #s(literal 1 binary64)) |
#s(literal 1 binary64) |
| 6082× | *-lowering-*.f32 |
| 6082× | *-lowering-*.f64 |
| 6012× | *-lowering-*.f32 |
| 6012× | *-lowering-*.f64 |
| 4694× | *-lowering-*.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 598 | 6685 |
| 1 | 1814 | 5970 |
| 2 | 5992 | 5870 |
| 0 | 8256 | 5870 |
| 0 | 381 | 2053 |
| 1 | 1209 | 1828 |
| 2 | 4341 | 1780 |
| 0 | 8565 | 1780 |
| 0 | 14 | 15 |
| 1 | 31 | 14 |
| 2 | 42 | 13 |
| 3 | 47 | 13 |
| 4 | 49 | 13 |
| 5 | 50 | 13 |
| 0 | 50 | 13 |
| 0 | 59 | 384 |
| 1 | 389 | 346 |
| 2 | 4265 | 340 |
| 0 | 8524 | 340 |
| 1× | fuel |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | saturated |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
Compiled 504 to 321 computations (36.3% saved)
Compiled 418 to 216 computations (48.3% saved)
Loading profile data...