
Time bar (total: 11.8s)
| 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: 202.0ms (46.2% of total)ival-mult: 92.0ms (21% of total)ival-sqrt: 42.0ms (9.6% of total)ival-add: 32.0ms (7.3% of total)ival-div: 20.0ms (4.6% of total)ival-fabs: 20.0ms (4.6% of total)ival-<: 20.0ms (4.6% of total)ival-and: 5.0ms (1.1% of total)const: 4.0ms (0.9% of total)backward-pass: 1.0ms (0.2% of total)| 1.1s | 6208× | 0 | valid |
| 485.0ms | 1211× | 2 | valid |
| 187.0ms | 632× | 1 | valid |
| 120.0ms | 205× | 3 | valid |
ival-mult: 362.0ms (25.1% of total)...c/correct-round.rkt:119:19: 342.0ms (23.7% of total)ival-sqrt: 211.0ms (14.6% of total)ival-add: 176.0ms (12.2% of total)ival-div: 96.0ms (6.6% of total)backward-pass: 79.0ms (5.5% of total)ival-<: 79.0ms (5.5% of total)ival-fabs: 70.0ms (4.8% of total)const: 15.0ms (1% of total)ival-and: 14.0ms (1% 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 | 2095 | 80 |
| 6 | 3459 | 80 |
| 7 | 4632 | 80 |
| 8 | 5344 | 80 |
| 9 | 5912 | 80 |
| 10 | 6197 | 80 |
| 11 | 6350 | 80 |
| 12 | 6408 | 80 |
| 13 | 6412 | 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) (fast-isqrt (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) (fast-isqrt (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) (fast-isqrt (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) (fast-isqrt (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) (fast-isqrt (fma 4 (square p) (square x))) -1/2))) |
(sqrt (* 1/2 (+ 1 (/ p (sqrt (+ (* (* 4 x) x) (* p p))))))) |
(sqrt (fnmsub (* p -1/2) (fast-isqrt (fma 4 (square x) (square p))) -1/2)) |
(abs p)
| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 63 | 0 | - | 0 | - | (sqrt.f64 (+.f64 (*.f64 (*.f64 #s(literal 4 binary64) p) p) (*.f64 x x))) |
| 44 | 0 | - | 0 | - | (+.f64 #s(literal 1 binary64) (/.f64 x (sqrt.f64 (+.f64 (*.f64 (*.f64 #s(literal 4 binary64) p) p) (*.f64 x x))))) |
| 26 | 0 | - | 1 | (4.0585185154071864e-169 -2.5367553856831112e-8) | (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)))))) |
| 109.0ms | 368× | 0 | valid |
| 57.0ms | 92× | 2 | valid |
| 15.0ms | 46× | 1 | valid |
| 4.0ms | 6× | 3 | valid |
Compiled 213 to 44 computations (79.3% saved)
ival-mult: 45.0ms (44.2% of total)ival-add: 27.0ms (26.5% of total)ival-sqrt: 14.0ms (13.8% of total)backward-pass: 8.0ms (7.9% of total)ival-div: 6.0ms (5.9% of total)const: 2.0ms (2% of total)Compiled 19 to 13 computations (31.6% saved)
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 74.7% | (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 | 90.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)))))) |
| ✓ | accuracy | 84.3% | (+.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 | 77.1% | (sqrt.f64 (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) |
| 36.0ms | 48× | 2 | valid |
| 28.0ms | 184× | 0 | valid |
| 7.0ms | 21× | 1 | valid |
| 2.0ms | 3× | 3 | valid |
Compiled 87 to 14 computations (83.9% saved)
ival-mult: 10.0ms (32.8% of total)ival-sqrt: 9.0ms (29.5% of total)backward-pass: 4.0ms (13.1% of total)ival-add: 4.0ms (13.1% of total)ival-div: 3.0ms (9.8% 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 | |
|---|---|---|---|---|
| 7.0ms | p | @ | inf | (+ 1/2 (/ (* 1/2 x) (sqrt (+ (* 4 (* p p)) (* x x))))) |
| 2.0ms | x | @ | -inf | (sqrt (+ 1/2 (/ (* 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 |
| 1330× | frac-times |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 13 | 52 |
| 1 | 64 | 50 |
| 2 | 532 | 50 |
| 3 | 7710 | 50 |
| 0 | 8004 | 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 x (*.f64 #s(literal 1/4 binary64) x)) (+.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 x (*.f64 #s(literal 1/4 binary64) x)) (+.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 x (*.f64 #s(literal 1/4 binary64) x)) (+.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 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 #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 x (*.f64 #s(literal 1/4 binary64) x)) (+.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 x (*.f64 #s(literal 1/4 binary64) x)) (+.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 x (*.f64 #s(literal 1/4 binary64) x)) (+.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 x (*.f64 #s(literal 1/4 binary64) x)) (+.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 x (*.f64 #s(literal 1/4 binary64) x)) (+.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 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/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 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 (/.f64 (/.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 #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 x (*.f64 #s(literal 1/4 binary64) x)) (+.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 x (*.f64 #s(literal 1/4 binary64) x)) (+.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 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 (+.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 (*.f64 x (*.f64 #s(literal 1/4 binary64) x)) (+.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 x (*.f64 #s(literal 1/4 binary64) x)) (+.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 x (*.f64 #s(literal 1/4 binary64) x)) (+.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 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 #s(literal 1/512 binary64) (*.f64 (pow.f64 (/.f64 (*.f64 x (*.f64 #s(literal 1/4 binary64) x)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) #s(literal 3/2 binary64)) (*.f64 (/.f64 (*.f64 x (*.f64 #s(literal 1/4 binary64) x)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (*.f64 (*.f64 #s(literal 1/16 binary64) (/.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 x (*.f64 #s(literal 1/4 binary64) x)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (*.f64 (*.f64 #s(literal 1/16 binary64) (/.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 x (*.f64 #s(literal 1/4 binary64) x)) (+.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 x (*.f64 #s(literal 1/4 binary64) x)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (*.f64 (*.f64 #s(literal 1/16 binary64) (/.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 x (*.f64 #s(literal 1/4 binary64) x)) (+.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 x (*.f64 #s(literal 1/4 binary64) x)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (*.f64 (*.f64 #s(literal 1/16 binary64) (/.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 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 (+.f64 (/.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/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 (*.f64 #s(literal 1/16 binary64) (/.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 x (*.f64 #s(literal 1/4 binary64) x)) (+.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 x (*.f64 #s(literal 1/4 binary64) 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/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 x (*.f64 #s(literal 1/4 binary64) x)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) #s(literal 3/2 binary64)) (*.f64 (/.f64 (*.f64 x (*.f64 #s(literal 1/4 binary64) x)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (*.f64 (*.f64 #s(literal 1/16 binary64) (/.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 x (*.f64 #s(literal 1/4 binary64) x)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (*.f64 (*.f64 #s(literal 1/16 binary64) (/.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 x (*.f64 #s(literal 1/4 binary64) x)) (+.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 x (*.f64 #s(literal 1/4 binary64) x)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (*.f64 (*.f64 #s(literal 1/16 binary64) (/.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 x (*.f64 #s(literal 1/4 binary64) x)) (+.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 x (*.f64 #s(literal 1/4 binary64) x)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (*.f64 (*.f64 #s(literal 1/16 binary64) (/.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 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 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 (*.f64 #s(literal 1/16 binary64) (/.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 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 (neg.f64 (+.f64 (neg.f64 (pow.f64 (/.f64 (*.f64 x (*.f64 #s(literal 1/4 binary64) x)) (+.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 x (*.f64 #s(literal 1/4 binary64) x)) (+.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 x (*.f64 #s(literal 1/4 binary64) x)) (+.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 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)))))) #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 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 (/.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 (/.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 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 (-.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 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 (/.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 (/.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 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 (*.f64 (+.f64 #s(literal 1/8 binary64) (pow.f64 (/.f64 (*.f64 x (*.f64 #s(literal 1/4 binary64) x)) (+.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 x (*.f64 #s(literal 1/4 binary64) x)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) #s(literal 3/2 binary64)) (*.f64 (/.f64 (*.f64 x (*.f64 #s(literal 1/4 binary64) x)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (*.f64 (*.f64 #s(literal 1/16 binary64) (/.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 x (*.f64 #s(literal 1/4 binary64) x)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (*.f64 (*.f64 #s(literal 1/16 binary64) (/.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 x (*.f64 #s(literal 1/4 binary64) x)) (+.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 x (*.f64 #s(literal 1/4 binary64) x)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (*.f64 (*.f64 #s(literal 1/16 binary64) (/.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 x (*.f64 #s(literal 1/4 binary64) x)) (+.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 x (*.f64 #s(literal 1/4 binary64) x)) (+.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (*.f64 (*.f64 #s(literal 1/16 binary64) (/.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 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 (*.f64 (-.f64 #s(literal 1/16 binary64) (*.f64 (*.f64 #s(literal 1/16 binary64) (/.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 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 #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 x (*.f64 #s(literal 1/4 binary64) x)) (+.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 x (*.f64 #s(literal 1/4 binary64) x)) (+.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 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 #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 x (*.f64 #s(literal 1/4 binary64) x)) (+.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 x (*.f64 #s(literal 1/4 binary64) x)) (+.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 x (*.f64 #s(literal 1/4 binary64) x)) (+.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 x (*.f64 #s(literal 1/4 binary64) x)) (+.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 x (*.f64 #s(literal 1/4 binary64) x)) (+.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 (*.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 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 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 (*.f64 #s(literal 64 binary64) (*.f64 p (*.f64 p p))) (*.f64 p (*.f64 p p))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) (sqrt.f64 (+.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) #s(literal 16 binary64))) (*.f64 x (*.f64 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 (*.f64 p p) (*.f64 (*.f64 p p) #s(literal 16 binary64))) (*.f64 (*.f64 x 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 (*.f64 p p) (*.f64 (*.f64 p p) #s(literal 16 binary64))) (*.f64 x (*.f64 x (+.f64 (*.f64 x x) (*.f64 (*.f64 p p) #s(literal -4 binary64))))))) (sqrt.f64 (+.f64 (*.f64 (*.f64 #s(literal 64 binary64) (*.f64 p (*.f64 p p))) (*.f64 p (*.f64 p p))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x 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 (*.f64 p p) (*.f64 (*.f64 p p) #s(literal 16 binary64))) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 #s(literal 64 binary64) (*.f64 p (*.f64 p p))) (*.f64 p (*.f64 p p))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (sqrt.f64 (+.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) #s(literal 16 binary64))) (*.f64 x (*.f64 x (+.f64 (*.f64 x x) (*.f64 (*.f64 p p) #s(literal -4 binary64)))))))) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 #s(literal 64 binary64) (*.f64 p (*.f64 p p))) (*.f64 p (*.f64 p p))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (*.f64 #s(literal 1 binary64) (sqrt.f64 (+.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) #s(literal 16 binary64))) (*.f64 x (*.f64 x (+.f64 (*.f64 x x) (*.f64 (*.f64 p p) #s(literal -4 binary64))))))))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) #s(literal 16 binary64))) (*.f64 (*.f64 x x) (*.f64 x x)))) (sqrt.f64 (-.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x)))) |
(/.f64 (sqrt.f64 (-.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) #s(literal 16 binary64))) (*.f64 (*.f64 x 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 (*.f64 #s(literal 64 binary64) (*.f64 p (*.f64 p p))) (*.f64 p (*.f64 p p))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) (sqrt.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) #s(literal 16 binary64))) (*.f64 x (*.f64 x (+.f64 (*.f64 x x) (*.f64 (*.f64 p p) #s(literal -4 binary64))))))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) (-.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) #s(literal 16 binary64))) (*.f64 (*.f64 x 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 (*.f64 x x) (*.f64 x x)) (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) #s(literal 16 binary64))))) (sqrt.f64 (+.f64 (*.f64 x x) (*.f64 (*.f64 p p) #s(literal -4 binary64))))) |
(/.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 #s(literal 64 binary64) (*.f64 p (*.f64 p p))) (*.f64 p (*.f64 p p))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) (neg.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) #s(literal 16 binary64))) (*.f64 x (*.f64 x (+.f64 (*.f64 x x) (*.f64 (*.f64 p p) #s(literal -4 binary64))))))))) |
(/.f64 (neg.f64 (sqrt.f64 (-.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) #s(literal 16 binary64))) (*.f64 (*.f64 x 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 (*.f64 #s(literal 64 binary64) (*.f64 p (*.f64 p p))) (*.f64 p (*.f64 p p))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) #s(literal 16 binary64))) (*.f64 x (*.f64 x (+.f64 (*.f64 x x) (*.f64 (*.f64 p p) #s(literal -4 binary64))))))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 #s(literal 64 binary64) (*.f64 p (*.f64 p p))) (*.f64 p (*.f64 p p))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (sqrt.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) #s(literal 16 binary64))) (*.f64 x (*.f64 x (+.f64 (*.f64 x x) (*.f64 (*.f64 p p) #s(literal -4 binary64))))))))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 (*.f64 #s(literal 64 binary64) (*.f64 p (*.f64 p p))) (*.f64 p (*.f64 p p))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (sqrt.f64 (+.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) #s(literal 16 binary64))) (*.f64 x (*.f64 x (+.f64 (*.f64 x x) (*.f64 (*.f64 p p) #s(literal -4 binary64))))))))) |
(*.f64 (sqrt.f64 (-.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) #s(literal 16 binary64))) (*.f64 (*.f64 x 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 (*.f64 p p) (*.f64 (*.f64 p p) #s(literal 16 binary64))) (*.f64 (*.f64 x 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 (*.f64 p p) (*.f64 (*.f64 p p) #s(literal 16 binary64))) (*.f64 (*.f64 x 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 | 1219 | 1828 |
| 2 | 4350 | 1780 |
| 0 | 8580 | 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 #s(literal -1/64 binary64) (/.f64 (/.f64 x (*.f64 p p)) (sqrt.f64 #s(literal 1/2 binary64)))) (/.f64 (/.f64 #s(literal 1/8 binary64) p) (sqrt.f64 #s(literal 1/2 binary64)))))) |
(+ (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 (/.f64 #s(literal 1/8 binary64) p) (sqrt.f64 #s(literal 1/2 binary64))) (*.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))))))))) |
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 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x))) (*.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 (+.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 #s(literal 1/2 binary64) (*.f64 p p)))) (pow.f64 x #s(literal 6 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 p (*.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 (+ (* 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 p (*.f64 x x)))) (/.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 p (+.f64 (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -12 binary64))) (*.f64 p (*.f64 x x))) (*.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 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -12 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 p p))) (*.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 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -12 binary64)) (/.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 p))) #s(literal -1/8 binary64))) (*.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 #s(literal -1/64 binary64) (/.f64 (/.f64 x (*.f64 p p)) (sqrt.f64 #s(literal 1/2 binary64)))) (/.f64 (/.f64 #s(literal 1/8 binary64) p) (sqrt.f64 #s(literal 1/2 binary64)))))) |
(+ (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 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (*.f64 x (+.f64 (*.f64 #s(literal -1/64 binary64) (/.f64 (/.f64 x (*.f64 p p)) (sqrt.f64 #s(literal 1/2 binary64)))) (/.f64 (/.f64 #s(literal 1/8 binary64) p) (sqrt.f64 #s(literal 1/2 binary64))))) (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal -1/32 binary64) (*.f64 x (*.f64 x x))) (/.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)) (*.f64 p (*.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 x #s(literal -1/8 binary64)) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) p))) |
(+ (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 x (/.f64 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 #s(literal -1/32 binary64) (*.f64 x (*.f64 x x))) (/.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 (*.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) (- (* 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 (*.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 (+.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 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 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -12 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 p p))) (*.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 p p) (*.f64 p p)) (/.f64 #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 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 (*.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 (*.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/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 (*.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 #s(literal 1/2 binary64) (*.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 #s(literal -1/4 binary64) (/.f64 x 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/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 #s(literal -1/32 binary64) (*.f64 x (*.f64 x x))) (*.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 (*.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) (- (* 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 (*.f64 x 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 (*.f64 #s(literal 1/4 binary64) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -12 binary64)) (*.f64 (*.f64 x x) (*.f64 x x))) (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -12 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 p p))) (*.f64 #s(literal 64 binary64) (pow.f64 p #s(literal 6 binary64)))) (pow.f64 x #s(literal 6 binary64))))) (+.f64 #s(literal -1/2 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 #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 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 (*.f64 x x) (*.f64 x x))))) (/.f64 #s(literal -1 binary64) (*.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/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 #s(literal -1/32 binary64) (*.f64 x (*.f64 x x))) (*.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 #s(literal -1/32 binary64) (*.f64 x (*.f64 x x))) (*.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 #s(literal -1/4 binary64) (/.f64 x p)) |
(* -1 (/ (+ (* -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))) (-.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 #s(literal -1/32 binary64) (*.f64 x (*.f64 x x))) (*.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 #s(literal -1/32 binary64) (*.f64 x (*.f64 x x))) (*.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 (*.f64 p 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 (*.f64 x #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 (*.f64 x #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 #s(literal 2 binary64) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/64 binary64)) (*.f64 (*.f64 p p) (*.f64 p p))) (+.f64 (/.f64 (*.f64 x (/.f64 (*.f64 x #s(literal 1/4 binary64)) 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 (*.f64 x #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 (*.f64 x #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 #s(literal 2 binary64) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/64 binary64)) (*.f64 (*.f64 p p) (*.f64 p p))) (+.f64 (/.f64 (*.f64 x (/.f64 (*.f64 x #s(literal 1/4 binary64)) 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 (*.f64 x #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 #s(literal 1 binary64) (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 p p)) x) x) (/.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 #s(literal 2 binary64) (*.f64 p p)) x) x) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -2 binary64)) (*.f64 (*.f64 x x) (*.f64 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 #s(literal 1 binary64) (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 p p)) x) x) (/.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 #s(literal 2 binary64) (*.f64 p p)) x) x) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -2 binary64)) (*.f64 (*.f64 x x) (*.f64 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 1180 computations (88.1% saved)
12 alts after pruning (11 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 287 | 11 | 298 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 0 | 0 |
| Total | 287 | 12 | 299 |
| Status | Accuracy | Program |
|---|---|---|
| 23.5% | (/.f64 (+.f64 p (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -12 binary64))) (*.f64 p (*.f64 x x)))) (-.f64 #s(literal 0 binary64) x)) | |
| 30.2% | (-.f64 #s(literal 0 binary64) (/.f64 p x)) | |
| ▶ | 23.2% | (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x))) |
| ▶ | 23.4% | (+.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)))))) |
| 20.4% | (+.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))))) | |
| ▶ | 51.8% | (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal 1/4 binary64)) p))) |
| 56.2% | (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 (*.f64 x #s(literal 1/4 binary64)) p)))))) | |
| ▶ | 70.0% | (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))))))) |
| 49.4% | (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 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))))))))))) | |
| ✓ | 74.7% | (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)))))) |
| 55.4% | (sqrt.f64 #s(literal 1/2 binary64)) | |
| ▶ | 32.8% | #s(literal 1 binary64) |
Compiled 463 to 281 computations (39.3% saved)
| 1× | egg-herbie |
Found 16 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (*.f64 x #s(literal 1/4 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 x #s(literal 1/4 binary64)) p) |
| ✓ | cost-diff | 0 | (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal 1/4 binary64)) p)) |
| ✓ | cost-diff | 0 | (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal 1/4 binary64)) p))) |
| ✓ | cost-diff | 0 | (+.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)))) |
| ✓ | cost-diff | 0 | (*.f64 p p) |
| ✓ | cost-diff | 0 | (+.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)))))) |
| ✓ | cost-diff | 256 | (*.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))))) |
| ✓ | 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 | 0 | (/.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 | 0 | (+.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 | 0 | (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))))))) |
| ✓ | cost-diff | 128 | (*.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))) |
| 1476× | *-lowering-*.f32 |
| 1476× | *-lowering-*.f64 |
| 1400× | fma-define |
| 1232× | fma-lowering-fma.f32 |
| 1232× | fma-lowering-fma.f64 |
Useful iterations: 4 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 36 | 273 |
| 1 | 107 | 254 |
| 2 | 329 | 252 |
| 3 | 998 | 246 |
| 4 | 2192 | 234 |
| 5 | 2575 | 234 |
| 6 | 2691 | 234 |
| 7 | 2818 | 234 |
| 8 | 2828 | 234 |
| 9 | 2828 | 234 |
| 0 | 2828 | 234 |
| 1× | iter limit |
| 1× | saturated |
| 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 |
(+ 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 |
(+ 1 (* (* p p) (+ (/ -1/2 (* x x)) (/ (* (* p p) 11/8) (* (* x x) (* x x)))))) |
1 |
(* (* p p) (+ (/ -1/2 (* x x)) (/ (* (* p p) 11/8) (* (* x x) (* x x))))) |
(* p p) |
p |
(+ (/ -1/2 (* x x)) (/ (* (* p p) 11/8) (* (* x x) (* x x)))) |
(/ -1/2 (* x x)) |
-1/2 |
(* x x) |
x |
(/ (* (* p p) 11/8) (* (* x x) (* x x))) |
(* (* p p) 11/8) |
11/8 |
(* (* x x) (* x x)) |
(sqrt (+ 1/2 (/ (* x 1/4) p))) |
(+ 1/2 (/ (* x 1/4) p)) |
1/2 |
(/ (* x 1/4) p) |
(* x 1/4) |
x |
1/4 |
p |
| 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 p (*.f64 p (+.f64 #s(literal 2 binary64) (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) x) 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 p (*.f64 p (+.f64 #s(literal 2 binary64) (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) x) 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 p (*.f64 p (+.f64 #s(literal 2 binary64) (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) x) 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 p (*.f64 p (+.f64 #s(literal 2 binary64) (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) x) x)))) x)) |
(* (* p p) (+ (/ (* (* p p) -2) (* x (* x x))) (/ 2 x))) |
(/.f64 (*.f64 p (*.f64 p (+.f64 #s(literal 2 binary64) (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) x) 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) |
(+ 1 (/ (* (* p p) -1/2) (* x x))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (*.f64 x x))) |
1 |
#s(literal 1 binary64) |
(/ (* (* p p) -1/2) (* x x)) |
(/.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (*.f64 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 |
(+ 1 (* (* p p) (+ (/ -1/2 (* x x)) (/ (* (* p p) 11/8) (* (* x x) (* x x)))))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 p (*.f64 p (+.f64 #s(literal -1/2 binary64) (*.f64 p (*.f64 #s(literal 11/8 binary64) (/.f64 p (*.f64 x x))))))) (*.f64 x x))) |
1 |
#s(literal 1 binary64) |
(* (* p p) (+ (/ -1/2 (* x x)) (/ (* (* p p) 11/8) (* (* x x) (* x x))))) |
(/.f64 (*.f64 p (*.f64 p (+.f64 #s(literal -1/2 binary64) (*.f64 p (*.f64 #s(literal 11/8 binary64) (/.f64 p (*.f64 x x))))))) (*.f64 x x)) |
(* p p) |
(*.f64 p p) |
p |
(+ (/ -1/2 (* x x)) (/ (* (* p p) 11/8) (* (* x x) (* x x)))) |
(+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 #s(literal 11/8 binary64) (/.f64 p (*.f64 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) |
(* x x) |
(*.f64 x x) |
x |
(/ (* (* p p) 11/8) (* (* x x) (* x x))) |
(/.f64 (*.f64 p (*.f64 #s(literal 11/8 binary64) (/.f64 p (*.f64 x x)))) (*.f64 x x)) |
(* (* p p) 11/8) |
(*.f64 (*.f64 p p) #s(literal 11/8 binary64)) |
11/8 |
#s(literal 11/8 binary64) |
(* (* x x) (* x x)) |
(*.f64 x (*.f64 x (*.f64 x x))) |
(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) |
(*.f64 x #s(literal 1/4 binary64)) |
x |
1/4 |
#s(literal 1/4 binary64) |
p |
Found 16 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (/.f64 (*.f64 x #s(literal 1/4 binary64)) p) |
| ✓ | accuracy | 100.0% | (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal 1/4 binary64)) p)) |
| ✓ | accuracy | 100.0% | (*.f64 x #s(literal 1/4 binary64)) |
| ✓ | accuracy | 98.1% | (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal 1/4 binary64)) p))) |
| ✓ | accuracy | 99.7% | (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) |
| ✓ | accuracy | 99.7% | (*.f64 (*.f64 x x) (*.f64 x x)) |
| ✓ | accuracy | 96.2% | (*.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))))) |
| ✓ | accuracy | 85.4% | (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 (*.f64 x x) (*.f64 x x))) |
| ✓ | accuracy | 100.0% | (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) |
| ✓ | accuracy | 100.0% | (*.f64 x x) |
| ✓ | accuracy | 100.0% | (*.f64 p p) |
| ✓ | accuracy | 93.0% | (/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x)) |
| ✓ | accuracy | 99.8% | (*.f64 x (*.f64 x x)) |
| ✓ | accuracy | 99.4% | (/.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 | 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 | 85.3% | (/.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (*.f64 x (*.f64 x x))) |
| 86.0ms | 184× | 0 | valid |
| 34.0ms | 72× | 0 | invalid |
Compiled 347 to 37 computations (89.3% saved)
ival-div: 17.0ms (35.7% of total)ival-mult: 17.0ms (35.7% of total)ival-add: 8.0ms (16.8% of total)ival-sqrt: 4.0ms (8.4% of total)const: 1.0ms (2.1% of total)backward-pass: 0.0ms (0% of total)| Inputs |
|---|
#<alt (* (* p p) (+ (/ (* (* p p) -2) (* x (* x x))) (/ 2 x)))> |
#<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 (+ 1 (/ (* (* p p) -1/2) (* x x)))> |
#<alt (/ (* (* p p) -1/2) (* x x))> |
#<alt (* (* p p) -1/2)> |
#<alt (* p p)> |
#<alt (* (* p p) (+ (/ -1/2 (* x x)) (/ (* (* p p) 11/8) (* (* x x) (* x x)))))> |
#<alt (+ 1 (* (* p p) (+ (/ -1/2 (* x x)) (/ (* (* p p) 11/8) (* (* x x) (* x x))))))> |
#<alt (+ (/ -1/2 (* x x)) (/ (* (* p p) 11/8) (* (* x x) (* x x))))> |
#<alt (sqrt (+ 1/2 (/ (* x 1/4) p)))> |
#<alt (+ 1/2 (/ (* x 1/4) p))> |
#<alt (/ (* x 1/4) p)> |
#<alt (* x 1/4)> |
#<alt (/ (* (* p p) -2) (* x (* x x)))> |
#<alt (* x (* x x))> |
#<alt (* x x)> |
#<alt (/ (* (* p p) 11/8) (* (* x x) (* x x)))> |
#<alt (* (* x x) (* x x))> |
#<alt (/ -1/2 (* x x))> |
| Outputs |
|---|
#<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 (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 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 (* -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) (- (* 11/8 (/ (pow p 2) (pow x 4))) (* 1/2 (/ 1 (pow x 2)))))> |
#<alt (* (pow p 2) (- (* 11/8 (/ (pow p 2) (pow x 4))) (* 1/2 (/ 1 (pow x 2)))))> |
#<alt (* 11/8 (/ (pow p 4) (pow x 4)))> |
#<alt (* (pow p 4) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2))))))> |
#<alt (* (pow p 4) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2))))))> |
#<alt (* (pow p 4) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2))))))> |
#<alt (* 11/8 (/ (pow p 4) (pow x 4)))> |
#<alt (* (pow p 4) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2))))))> |
#<alt (* (pow p 4) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2))))))> |
#<alt (* (pow p 4) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2))))))> |
#<alt (* 11/8 (/ (pow p 4) (pow x 4)))> |
#<alt (/ (+ (* -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))) (* 11/8 (pow p 4))) (pow x 4))> |
#<alt (/ (+ (* -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 (/ (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2)))) (pow x 2))> |
#<alt (/ (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2)))) (pow x 2))> |
#<alt (/ (+ (* -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 (/ (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2)))) (pow x 2))> |
#<alt (/ (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 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) (- (* 11/8 (/ (pow p 2) (pow x 4))) (* 1/2 (/ 1 (pow x 2))))))> |
#<alt (* 11/8 (/ (pow p 4) (pow x 4)))> |
#<alt (* (pow p 4) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2))))))> |
#<alt (* (pow p 4) (- (+ (/ 1 (pow p 4)) (* 11/8 (/ 1 (pow x 4)))) (/ 1/2 (* (pow p 2) (pow x 2)))))> |
#<alt (* (pow p 4) (- (+ (/ 1 (pow p 4)) (* 11/8 (/ 1 (pow x 4)))) (/ 1/2 (* (pow p 2) (pow x 2)))))> |
#<alt (* 11/8 (/ (pow p 4) (pow x 4)))> |
#<alt (* (pow p 4) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2))))))> |
#<alt (* (pow p 4) (- (+ (/ 1 (pow p 4)) (* 11/8 (/ 1 (pow x 4)))) (/ 1/2 (* (pow p 2) (pow x 2)))))> |
#<alt (* (pow p 4) (- (+ (/ 1 (pow p 4)) (* 11/8 (/ 1 (pow x 4)))) (/ 1/2 (* (pow p 2) (pow x 2)))))> |
#<alt (* 11/8 (/ (pow p 4) (pow x 4)))> |
#<alt (/ (+ (* -1/2 (* (pow p 2) (pow x 2))) (* 11/8 (pow p 4))) (pow x 4))> |
#<alt (/ (+ (* 11/8 (pow p 4)) (* (pow x 2) (+ (* -1/2 (pow p 2)) (pow x 2)))) (pow x 4))> |
#<alt (/ (+ (* 11/8 (pow p 4)) (* (pow x 2) (+ (* -1/2 (pow p 2)) (pow x 2)))) (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 (+ (* -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 (+ (* -1/2 (/ (pow p 2) (pow x 2))) (* 11/8 (/ (pow p 4) (pow x 4)))))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 4)))> |
#<alt (/ (+ (* -1/2 (pow x 2)) (* 11/8 (pow p 2))) (pow x 4))> |
#<alt (/ (+ (* -1/2 (pow x 2)) (* 11/8 (pow p 2))) (pow x 4))> |
#<alt (/ (+ (* -1/2 (pow x 2)) (* 11/8 (pow p 2))) (pow x 4))> |
#<alt (/ -1/2 (pow x 2))> |
#<alt (/ (- (* 11/8 (/ (pow p 2) (pow x 2))) 1/2) (pow x 2))> |
#<alt (/ (- (* 11/8 (/ (pow p 2) (pow x 2))) 1/2) (pow x 2))> |
#<alt (/ (- (* 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 (/ (- (* 11/8 (/ (pow p 2) (pow x 2))) 1/2) (pow x 2))> |
#<alt (/ (- (* 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 4))) (* 1/2 (/ 1 (pow x 2))))> |
#<alt (- (* 11/8 (/ (pow p 2) (pow x 4))) (* 1/2 (/ 1 (pow x 2))))> |
#<alt (- (* 11/8 (/ (pow p 2) (pow x 4))) (* 1/2 (/ 1 (pow x 2))))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 4)))> |
#<alt (* (pow p 2) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2))))))> |
#<alt (* (pow p 2) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2))))))> |
#<alt (* (pow p 2) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2))))))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 4)))> |
#<alt (* (pow p 2) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2))))))> |
#<alt (* (pow p 2) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2))))))> |
#<alt (* (pow p 2) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 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/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 x)> |
#<alt (* 1/4 x)> |
#<alt (* 1/4 x)> |
#<alt (* 1/4 x)> |
#<alt (* 1/4 x)> |
#<alt (* 1/4 x)> |
#<alt (* 1/4 x)> |
#<alt (* 1/4 x)> |
#<alt (* 1/4 x)> |
#<alt (* 1/4 x)> |
#<alt (* 1/4 x)> |
#<alt (* 1/4 x)> |
#<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 (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 (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 (* 11/8 (/ (pow p 2) (pow x 4)))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 4)))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 4)))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 4)))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 4)))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 4)))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 4)))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 4)))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 4)))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 4)))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 4)))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 4)))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 4)))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 4)))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 4)))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 4)))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 4)))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 4)))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 4)))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 4)))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 4)))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 4)))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 4)))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 4)))> |
#<alt (pow x 4)> |
#<alt (pow x 4)> |
#<alt (pow x 4)> |
#<alt (pow x 4)> |
#<alt (pow x 4)> |
#<alt (pow x 4)> |
#<alt (pow x 4)> |
#<alt (pow x 4)> |
#<alt (pow x 4)> |
#<alt (pow x 4)> |
#<alt (pow x 4)> |
#<alt (pow x 4)> |
#<alt (/ -1/2 (pow x 2))> |
#<alt (/ -1/2 (pow x 2))> |
#<alt (/ -1/2 (pow x 2))> |
#<alt (/ -1/2 (pow x 2))> |
#<alt (/ -1/2 (pow x 2))> |
#<alt (/ -1/2 (pow x 2))> |
#<alt (/ -1/2 (pow x 2))> |
#<alt (/ -1/2 (pow x 2))> |
#<alt (/ -1/2 (pow x 2))> |
#<alt (/ -1/2 (pow x 2))> |
#<alt (/ -1/2 (pow x 2))> |
#<alt (/ -1/2 (pow x 2))> |
105 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 10.0ms | x | @ | 0 | (/ (* 1/2 x) (+ x (* (* p p) (+ (/ (* (* p p) -2) (* x (* x x))) (/ 2 x))))) |
| 8.0ms | p | @ | inf | (+ 1/2 (/ (* 1/2 x) (+ x (* (* p p) (+ (/ (* (* p p) -2) (* x (* x x))) (/ 2 x)))))) |
| 5.0ms | x | @ | inf | (* x 1/4) |
| 4.0ms | x | @ | 0 | (sqrt (+ 1/2 (/ (* 1/2 x) (+ x (* (* p p) (+ (/ (* (* p p) -2) (* x (* x x))) (/ 2 x))))))) |
| 2.0ms | x | @ | -inf | (/ (* x 1/4) p) |
| 1× | batch-egg-rewrite |
| 3858× | *-lowering-*.f32 |
| 3858× | *-lowering-*.f64 |
| 2656× | /-lowering-/.f32 |
| 2656× | /-lowering-/.f64 |
| 2640× | pow-lowering-pow.f64 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 36 | 203 |
| 1 | 248 | 187 |
| 2 | 3097 | 185 |
| 0 | 8660 | 185 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* (* p p) (+ (/ (* (* p p) -2) (* x (* x x))) (/ 2 x))) |
(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))))) |
(+ 1 (/ (* (* p p) -1/2) (* x x))) |
(/ (* (* p p) -1/2) (* x x)) |
(* (* p p) -1/2) |
(* p p) |
(* (* p p) (+ (/ -1/2 (* x x)) (/ (* (* p p) 11/8) (* (* x x) (* x x))))) |
(+ 1 (* (* p p) (+ (/ -1/2 (* x x)) (/ (* (* p p) 11/8) (* (* x x) (* x x)))))) |
(+ (/ -1/2 (* x x)) (/ (* (* p p) 11/8) (* (* x x) (* x x)))) |
(sqrt (+ 1/2 (/ (* x 1/4) p))) |
(+ 1/2 (/ (* x 1/4) p)) |
(/ (* x 1/4) p) |
(* x 1/4) |
(/ (* (* p p) -2) (* x (* x x))) |
(* x (* x x)) |
(* x x) |
(/ (* (* p p) 11/8) (* (* x x) (* x x))) |
(* (* x x) (* x x)) |
(/ -1/2 (* x x)) |
| Outputs |
|---|
(+.f64 (*.f64 (*.f64 p p) (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x))) (/.f64 (*.f64 p p) (/.f64 x #s(literal 2 binary64)))) |
(+.f64 (/.f64 (*.f64 p p) (/.f64 x #s(literal 2 binary64))) (*.f64 (*.f64 p p) (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)))) |
(fma.f64 p (*.f64 p (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x))) (/.f64 (*.f64 p p) (/.f64 x #s(literal 2 binary64)))) |
(fma.f64 p (*.f64 p (/.f64 #s(literal 2 binary64) x)) (*.f64 (*.f64 p p) (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)))) |
(fma.f64 (*.f64 p p) (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 (*.f64 p p) (/.f64 x #s(literal 2 binary64)))) |
(fma.f64 (*.f64 p p) (/.f64 #s(literal 2 binary64) x) (*.f64 (*.f64 p p) (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)))) |
(fma.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (*.f64 p p)) (/.f64 (*.f64 p p) (/.f64 x #s(literal 2 binary64)))) |
(fma.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (*.f64 p p) (/.f64 (*.f64 p p) (/.f64 x #s(literal 2 binary64)))) |
(fma.f64 #s(literal 2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 p p)) (*.f64 (*.f64 p p) (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)))) |
(fma.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p p) (*.f64 (*.f64 p p) (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x 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 (*.f64 p #s(literal -2 binary64)) 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 p p) (/.f64 x #s(literal 2 binary64)))) |
(fma.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 p p) (/.f64 x #s(literal 2 binary64)))) |
(fma.f64 (*.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) p) p (/.f64 (*.f64 p p) (/.f64 x #s(literal 2 binary64)))) |
(fma.f64 (*.f64 (/.f64 #s(literal 2 binary64) x) p) p (*.f64 (*.f64 p p) (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)))) |
(fma.f64 (*.f64 (*.f64 p p) (*.f64 p (*.f64 p #s(literal -2 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 p p) (/.f64 x #s(literal 2 binary64)))) |
(fma.f64 (*.f64 (*.f64 p p) (/.f64 (*.f64 p p) x)) (/.f64 #s(literal -2 binary64) (*.f64 x x)) (/.f64 (*.f64 p p) (/.f64 x #s(literal 2 binary64)))) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 p p) p) (*.f64 (*.f64 p p) p)) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 (*.f64 (*.f64 (*.f64 p p) p) (*.f64 (*.f64 p p) p)) #s(literal -8 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 p p) p) (*.f64 (*.f64 p p) p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 8 binary64)))) (+.f64 (*.f64 (*.f64 (*.f64 p p) (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x))) (*.f64 (*.f64 p p) (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)))) (-.f64 (*.f64 (/.f64 (*.f64 p p) (/.f64 x #s(literal 2 binary64))) (/.f64 (*.f64 p p) (/.f64 x #s(literal 2 binary64)))) (*.f64 (*.f64 (*.f64 p p) (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x))) (/.f64 (*.f64 p p) (/.f64 x #s(literal 2 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 p p) (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x))) (*.f64 (*.f64 p p) (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)))) (*.f64 (/.f64 (*.f64 p p) (/.f64 x #s(literal 2 binary64))) (/.f64 (*.f64 p p) (/.f64 x #s(literal 2 binary64))))) (-.f64 (*.f64 (*.f64 p p) (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x))) (/.f64 (*.f64 p p) (/.f64 x #s(literal 2 binary64))))) |
(/.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 p (*.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.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 (*.f64 p p) p) (*.f64 (*.f64 p p) p)) #s(literal -8 binary64)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))) (/.f64 #s(literal 8 binary64) (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 (/.f64 (*.f64 p p) x) (*.f64 (/.f64 #s(literal -2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)))) (*.f64 (/.f64 #s(literal 2 binary64) x) (-.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)))))) |
(/.f64 (*.f64 (*.f64 p p) (-.f64 (*.f64 (/.f64 (*.f64 p p) x) (*.f64 (/.f64 #s(literal -2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)))) (/.f64 #s(literal 4 binary64) (*.f64 x x)))) (-.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x))) |
(/.f64 (*.f64 (+.f64 (*.f64 p (*.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.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 (*.f64 p p) p) (*.f64 (*.f64 p p) p)) #s(literal -8 binary64)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 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 p) x) (*.f64 (/.f64 #s(literal -2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)))) (*.f64 (/.f64 #s(literal 2 binary64) x) (-.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (/.f64 (*.f64 p p) x) (*.f64 (/.f64 #s(literal -2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)))) (/.f64 #s(literal 4 binary64) (*.f64 x x))) (*.f64 p p)) (-.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x))) |
(*.f64 p (*.f64 p (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x)))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x))) |
(*.f64 (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x)) (*.f64 p p)) |
(*.f64 (*.f64 p (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x))) p) |
(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 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x))))))) |
(/.f64 (sqrt.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 (/.f64 (*.f64 x (*.f64 x x)) #s(literal 8 binary64)) (*.f64 (*.f64 (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x)))) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x))))) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x)))))) (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x)))))) #s(literal 1/2 binary64)) |
(pow.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 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x)))))) #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 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x))))))) #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 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x)))))))) #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 (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x)))) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x))))) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x)))))))) (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 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x))))) #s(literal 1/2 binary64))))) #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 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x)))))) (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x)))))))) (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 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x)))))) #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 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x)))))) (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x)))))))) |
(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 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x))))) #s(literal 1/2 binary64)) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x))) (*.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x))) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x))))))) (+.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x))) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x)))))) (-.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 x x)) #s(literal 8 binary64)) (*.f64 (*.f64 (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x)))) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x))))) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x)))))) (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x))))))))) |
(/.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 (/.f64 (*.f64 x (*.f64 x x)) #s(literal 8 binary64)) (*.f64 (*.f64 (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x)))) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x))))) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 x x)) #s(literal 8 binary64)) (*.f64 (*.f64 (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x)))) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x))))) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x)))))) (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x)))))) (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x))))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 (/.f64 (*.f64 x (*.f64 x x)) #s(literal 8 binary64)) (*.f64 (*.f64 (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x)))) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x))))) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x)))))) (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x)))))) (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 x x)) #s(literal 8 binary64)) (*.f64 (*.f64 (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x)))) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x))))) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x)))))) (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 x x)) #s(literal 8 binary64)) (*.f64 (*.f64 (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x)))) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x))))) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x)))))) (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x))))))) |
(pow.f64 (/.f64 (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) 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 x (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x)))))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 x (+.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x))) (*.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x))) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x))))))) (+.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x))) (-.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x))) (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x)))))) (-.f64 x (*.f64 (*.f64 p p) (+.f64 (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) x)) (*.f64 x x)) (/.f64 #s(literal 2 binary64) x))))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64)))) |
(+.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 #s(literal 1 binary64) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))))) (/.f64 (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) (*.f64 p p))) (-.f64 #s(literal 1 binary64) (/.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))) #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 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) #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 #s(literal 1 binary64) (*.f64 x x)) (*.f64 p p)) #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 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) #s(literal 1 binary64) #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 (*.f64 p p) #s(literal 1/2 binary64)) (/.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 #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 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 p x) (/.f64 (*.f64 p #s(literal -1/2 binary64)) x) #s(literal 1 binary64)) |
(fma.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) p) p #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 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) (-.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 p p) p) (*.f64 (*.f64 p p) p)) (/.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -1/8 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) (*.f64 p p)))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 p p) p) (*.f64 (*.f64 p p) p)) (/.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -1/8 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) (-.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 (*.f64 (*.f64 p p) p) (*.f64 (*.f64 p p) p)) (/.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -1/8 binary64)))) (+.f64 (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) (*.f64 p p))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) (*.f64 p p)))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 p p) p) (*.f64 (*.f64 p p) p)) (/.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -1/8 binary64))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) (-.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) (*.f64 p p))))) (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) (*.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))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) (-.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 p p) p) (*.f64 (*.f64 p p) p)) (/.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -1/8 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64)))) (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) (*.f64 p p))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 p p) p) (*.f64 (*.f64 p p) p)) (/.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -1/8 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) (-.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 #s(literal 1/4 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) (*.f64 p p)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64)))))) |
(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 (*.f64 p p) #s(literal 1/2 binary64)) (*.f64 x x))) |
(/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) |
(/.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 (*.f64 p p) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(/.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) 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 binary64) (*.f64 p (*.f64 p #s(literal -1/2 binary64)))) (*.f64 x x)) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) #s(literal 1/2 binary64))) (-.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 (*.f64 p p) #s(literal 1/2 binary64))) (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 #s(literal 1 binary64) (*.f64 p p)) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 1 binary64)) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) |
(/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal -1/2 binary64)) x) |
(/.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) x) (*.f64 p p)) 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 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64)))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) (*.f64 x x))) |
(*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 p p))) |
(*.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (*.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/2 binary64) (*.f64 x x)) (*.f64 p p)) |
(*.f64 (*.f64 (*.f64 p p) #s(literal 1/2 binary64)) (/.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) x) (*.f64 #s(literal -1/2 binary64) (/.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/2 binary64) (/.f64 (*.f64 p p) x)) (/.f64 #s(literal 1 binary64) x)) |
(*.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 p x) (/.f64 (*.f64 p #s(literal -1/2 binary64)) x)) |
(*.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) p) p) |
(*.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 (pow.f64 (/.f64 x p) #s(literal -1 binary64)) (pow.f64 (/.f64 x (*.f64 p #s(literal -1/2 binary64))) #s(literal -1 binary64))) |
(*.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))) |
(+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64))))) |
(+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))))) |
(+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) (*.f64 (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) #s(literal 1 binary64))) |
(+.f64 (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) (/.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 p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64))))) |
(fma.f64 p (*.f64 p (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))))) |
(fma.f64 p (*.f64 p (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) (*.f64 (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) #s(literal 1 binary64))) |
(fma.f64 p (*.f64 p (/.f64 (*.f64 p (*.f64 p #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 (*.f64 p #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64))))) |
(fma.f64 p (*.f64 (*.f64 p #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))))) |
(fma.f64 p (*.f64 (*.f64 p #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) (*.f64 (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) #s(literal 1 binary64))) |
(fma.f64 p (/.f64 (*.f64 p #s(literal -1/2 binary64)) (*.f64 x x)) (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64))))) |
(fma.f64 p (/.f64 (*.f64 p #s(literal -1/2 binary64)) (*.f64 x x)) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))))) |
(fma.f64 p (/.f64 (*.f64 p #s(literal -1/2 binary64)) (*.f64 x x)) (*.f64 (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 p p) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64))))) |
(fma.f64 (*.f64 p p) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))))) |
(fma.f64 (*.f64 p p) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 p p) (/.f64 (*.f64 p (*.f64 p #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 p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) (*.f64 (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) #s(literal 1 binary64))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) (*.f64 x x)) (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) (*.f64 x x)) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))))) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) (*.f64 x x)) (*.f64 (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) #s(literal 1 binary64))) |
(fma.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 p p)) (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64))))) |
(fma.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 p p)) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))))) |
(fma.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 p p)) (*.f64 (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64))))) |
(fma.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))))) |
(fma.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) #s(literal 1 binary64))) |
(fma.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) #s(literal 1 binary64) (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64))))) |
(fma.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))))) |
(fma.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) #s(literal 1 binary64))) |
(fma.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 p p) (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64))))) |
(fma.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 p p) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))))) |
(fma.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 p p) (*.f64 (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) 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 (*.f64 p (*.f64 p #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 (*.f64 p p) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x x))) (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64))))) |
(fma.f64 (*.f64 (*.f64 p p) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x x))) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))))) |
(fma.f64 (*.f64 (*.f64 p p) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x x))) (*.f64 (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) #s(literal 1 binary64))) |
(fma.f64 (/.f64 (*.f64 p p) x) (/.f64 #s(literal -1/2 binary64) x) (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64))))) |
(fma.f64 (/.f64 (*.f64 p p) x) (/.f64 #s(literal -1/2 binary64) x) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))))) |
(fma.f64 (/.f64 (*.f64 p p) x) (/.f64 #s(literal -1/2 binary64) x) (*.f64 (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) #s(literal 1 binary64))) |
(fma.f64 (/.f64 #s(literal -1/2 binary64) x) (/.f64 (*.f64 p p) x) (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64))))) |
(fma.f64 (/.f64 #s(literal -1/2 binary64) x) (/.f64 (*.f64 p p) x) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))))) |
(fma.f64 (/.f64 #s(literal -1/2 binary64) x) (/.f64 (*.f64 p p) x) (*.f64 (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) #s(literal 1 binary64))) |
(fma.f64 (/.f64 (*.f64 p p) (*.f64 x x)) (*.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x x)) (*.f64 p p)) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (*.f64 (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) x)) (/.f64 #s(literal 1 binary64) x) (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64))))) |
(fma.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) x)) (/.f64 #s(literal 1 binary64) x) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))))) |
(fma.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) x)) (/.f64 #s(literal 1 binary64) x) (*.f64 (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) #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)) (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 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)) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 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)) (*.f64 (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) #s(literal 1 binary64))) |
(fma.f64 (/.f64 p x) (/.f64 (*.f64 p #s(literal -1/2 binary64)) x) (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64))))) |
(fma.f64 (/.f64 p x) (/.f64 (*.f64 p #s(literal -1/2 binary64)) x) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))))) |
(fma.f64 (/.f64 p x) (/.f64 (*.f64 p #s(literal -1/2 binary64)) x) (*.f64 (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (/.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 #s(literal -1/2 binary64) (*.f64 x x)) p) p (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64))))) |
(fma.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) p) p (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))))) |
(fma.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) p) p (*.f64 (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 (/.f64 (*.f64 p (*.f64 p #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 #s(literal 1 binary64) (*.f64 p p)) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64))))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 p p)) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 p p)) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 (*.f64 p p) (*.f64 p (*.f64 p #s(literal 11/8 binary64)))) (/.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64)))) |
(fma.f64 (*.f64 (*.f64 p p) (/.f64 (*.f64 p p) (*.f64 x x))) (/.f64 #s(literal 11/8 binary64) (*.f64 x x)) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64)))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) x)) (/.f64 #s(literal -1/2 binary64) x) (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64))))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) x)) (/.f64 #s(literal -1/2 binary64) x) (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) x)) (/.f64 #s(literal -1/2 binary64) x) (*.f64 (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) #s(literal 1 binary64))) |
(/.f64 (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 p p) p) (*.f64 (*.f64 p p) p)) (/.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -1/8 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 p p) p) (*.f64 (*.f64 p p) p)) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))) (*.f64 (*.f64 (*.f64 (*.f64 p p) p) (*.f64 (*.f64 p p) p)) #s(literal 1331/512 binary64))))) (+.f64 (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) (*.f64 p p))) (-.f64 (*.f64 (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64))))) (*.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) (*.f64 p p))) (*.f64 (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))))) (-.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))))) |
(/.f64 (*.f64 (*.f64 p p) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) (*.f64 p (*.f64 p #s(literal 11/8 binary64)))))) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) |
(/.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 p p) p) (*.f64 (*.f64 p p) p)) #s(literal 1331/512 binary64)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 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 #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))) (-.f64 (/.f64 (*.f64 p (*.f64 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 p p) (*.f64 (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x x))) (*.f64 x x)))) (/.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x x))) (*.f64 x x))) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) (*.f64 p (*.f64 p #s(literal 11/8 binary64))))) (*.f64 p p)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) |
(/.f64 (*.f64 (+.f64 (/.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 p p) p) (*.f64 (*.f64 p p) p)) #s(literal 1331/512 binary64)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))))) (*.f64 p p)) (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))) (-.f64 (/.f64 (*.f64 p (*.f64 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 (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x x))) (*.f64 x x))) (*.f64 p p)) (/.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x x))) (*.f64 x x))) |
(*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(*.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(*.f64 (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 p p)) |
(*.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))))) #s(literal 1 binary64)) |
(*.f64 (*.f64 p (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))))) p) |
(*.f64 (*.f64 #s(literal 1 binary64) p) (*.f64 p (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.f64 p p)) (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(*.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 p p)) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #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 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) #s(literal 1 binary64))) |
(+.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64)))) (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64))))) |
(+.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))))) #s(literal 1 binary64)) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))))))) (/.f64 (*.f64 (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 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 -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))))))) |
(fma.f64 p (*.f64 p (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))))) #s(literal 1 binary64)) |
(fma.f64 p (*.f64 p (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) (+.f64 (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) #s(literal 1 binary64))) |
(fma.f64 p (*.f64 (*.f64 p #s(literal -1/2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) (+.f64 (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) #s(literal 1 binary64))) |
(fma.f64 p (/.f64 (*.f64 p #s(literal -1/2 binary64)) (*.f64 x x)) (+.f64 (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 p p) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (+.f64 (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) (+.f64 (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) #s(literal 1 binary64))) |
(fma.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))))) #s(literal 1 binary64)) |
(fma.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) (*.f64 x x)) (+.f64 (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) #s(literal 1 binary64))) |
(fma.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 p p)) (+.f64 (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) #s(literal 1 binary64))) |
(fma.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) #s(literal 1 binary64) (+.f64 (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) #s(literal 1 binary64))) |
(fma.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 p p) (+.f64 (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) #s(literal 1 binary64))) |
(fma.f64 (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 p p) #s(literal 1 binary64)) |
(fma.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))))) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 (*.f64 (*.f64 p p) #s(literal 1/2 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x x))) (+.f64 (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) #s(literal 1 binary64))) |
(fma.f64 (/.f64 (*.f64 p p) x) (/.f64 #s(literal -1/2 binary64) x) (+.f64 (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) #s(literal 1 binary64))) |
(fma.f64 (/.f64 #s(literal -1/2 binary64) x) (/.f64 (*.f64 p p) x) (+.f64 (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) #s(literal 1 binary64))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 p p) p) (*.f64 (*.f64 p p) p)) (/.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -1/8 binary64)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) (-.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) #s(literal 1 binary64))))) (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 p (*.f64 p #s(literal -1/2 binary64))) (+.f64 (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) #s(literal 1 binary64))) |
(fma.f64 (-.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) (*.f64 p p)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))))) (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64))))) |
(fma.f64 (*.f64 p (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))))) p #s(literal 1 binary64)) |
(fma.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p p) x)) (/.f64 #s(literal 1 binary64) x) (+.f64 (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) #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)) (+.f64 (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) #s(literal 1 binary64))) |
(fma.f64 (/.f64 p x) (/.f64 (*.f64 p #s(literal -1/2 binary64)) x) (+.f64 (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) p) p (+.f64 (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 #s(literal 1 binary64) p) (*.f64 p (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.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)) (+.f64 (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) #s(literal 1 binary64))) |
(fma.f64 (*.f64 #s(literal 1 binary64) (*.f64 p p)) (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal 1 binary64)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 p p) #s(literal 1 binary64)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) x)) (/.f64 #s(literal -1/2 binary64) x) (+.f64 (/.f64 (*.f64 p p) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))))) (-.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))))) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 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 -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))))) (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 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 -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 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 -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))))) (-.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))))) #s(literal 1 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 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 -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))))))))) (+.f64 (*.f64 (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 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 -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 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 -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 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 -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))))))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))))) (-.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))))) #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 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 -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))))))))) (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 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 -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))))))) #s(literal 1 binary64)) (-.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))))) #s(literal 1 binary64))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))))) (-.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))))) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 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 -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))))) (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 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 -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))))))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 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 -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))))))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))))) (-.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))))) #s(literal 1 binary64)))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 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 -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #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 (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))) |
(+.f64 (/.f64 (*.f64 p (*.f64 p #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 (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))))) |
(-.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 (*.f64 p p) #s(literal -11/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) |
(-.f64 (/.f64 (*.f64 p (*.f64 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/4 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x x))) (*.f64 x x))) (/.f64 (/.f64 (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) (/.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x x))) (*.f64 x x)))) |
(fma.f64 p (*.f64 p (/.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 (*.f64 p #s(literal 11/8 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) |
(fma.f64 p (/.f64 (*.f64 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 #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 (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 p (*.f64 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/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))) |
(fma.f64 #s(literal 11/8 binary64) (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) |
(fma.f64 #s(literal 11/8 binary64) (/.f64 (*.f64 p p) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) |
(fma.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 x (*.f64 x x))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) |
(fma.f64 (*.f64 (*.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 #s(literal -1/2 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 p p) x) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x x))) (/.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 (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))) |
(fma.f64 (/.f64 (*.f64 p p) (*.f64 x x)) (/.f64 #s(literal 11/8 binary64) (*.f64 x x)) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x x)) (/.f64 (*.f64 p p) (*.f64 x x)) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal -1/2 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))) |
(fma.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 x (*.f64 x x))) (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) |
(fma.f64 (/.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 (/.f64 p x) (/.f64 (*.f64 p #s(literal 11/8 binary64)) (*.f64 x (*.f64 x x))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 p (*.f64 x x)) (/.f64 (*.f64 p #s(literal 11/8 binary64)) (*.f64 x x)) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal 11/8 binary64) x) (/.f64 (*.f64 p p) (*.f64 x (*.f64 x x))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 p (*.f64 x (*.f64 x x))) (/.f64 (*.f64 p #s(literal 11/8 binary64)) x) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 p p) x) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 p p) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 11/8 binary64) x) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) (*.f64 p (*.f64 p #s(literal 11/8 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))) (-.f64 (/.f64 (*.f64 p (*.f64 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/8 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 p p) p) (*.f64 (*.f64 p p) p)) #s(literal 1331/512 binary64)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x x))) (*.f64 x x)) (*.f64 (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x x))) (*.f64 x x))))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) (*.f64 p (*.f64 p #s(literal 11/8 binary64))))) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) |
(/.f64 (+.f64 (/.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 p p) p) (*.f64 (*.f64 p p) p)) #s(literal 1331/512 binary64)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 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 #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))) (-.f64 (/.f64 (*.f64 p (*.f64 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 (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 p p) p) (*.f64 (*.f64 p p) p)) #s(literal 1331/512 binary64)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))))) (+.f64 (/.f64 (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) (-.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64))))))) |
(/.f64 (*.f64 (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x x))) (*.f64 x x))) (/.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x x))) (*.f64 x x))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64))))) |
(/.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 p (*.f64 p #s(literal 11/8 binary64))))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x (*.f64 x (*.f64 x x))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 (*.f64 p p) #s(literal -11/8 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/2 binary64) (*.f64 x x)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x x)))) (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) (*.f64 (/.f64 (*.f64 x x) #s(literal -1/2 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (*.f64 x x) #s(literal -1/2 binary64)) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.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 x x) #s(literal -1/2 binary64)) (*.f64 p (*.f64 p #s(literal 11/8 binary64))))) (*.f64 (/.f64 (*.f64 x x) #s(literal -1/2 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))))) (*.f64 (/.f64 (*.f64 x x) #s(literal -1/2 binary64)) (*.f64 (*.f64 p p) #s(literal -11/8 binary64)))) (*.f64 (/.f64 (*.f64 x x) #s(literal -1/2 binary64)) (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (/.f64 (*.f64 x x) #s(literal -1/2 binary64)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x x)))) (*.f64 (/.f64 (*.f64 x x) #s(literal -1/2 binary64)) (*.f64 x x))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) (*.f64 (*.f64 x x) #s(literal 1 binary64))) (*.f64 (*.f64 x x) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64))))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 p p) #s(literal -11/8 binary64)))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x x)))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) x) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) (*.f64 x #s(literal 1 binary64))) (*.f64 x (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64))))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 x (*.f64 p (*.f64 p #s(literal 11/8 binary64))))) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) x) (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))))) (*.f64 x (*.f64 (*.f64 p p) #s(literal -11/8 binary64)))) (*.f64 x (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))))) |
(/.f64 (+.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) x) (*.f64 x x)) (*.f64 x (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x x)))) (*.f64 x (*.f64 x x))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x x))) (*.f64 (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64))) #s(literal 1/2 binary64))) (*.f64 (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 x x)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) (*.f64 (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64))) #s(literal 1 binary64))) (*.f64 (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64))) (/.f64 (*.f64 x x) #s(literal -1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64))) #s(literal -1/2 binary64))) (*.f64 (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64))) (*.f64 x x))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) x) (*.f64 (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64))) (/.f64 #s(literal -1/2 binary64) x))) (*.f64 (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64))) x)) |
(/.f64 (+.f64 (*.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (-.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 p (*.f64 p #s(literal 11/8 binary64))) (/.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 p (*.f64 p #s(literal 11/8 binary64))) x) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 #s(literal -1/2 binary64) x))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x x)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 p p) #s(literal -11/8 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))) #s(literal 1/2 binary64))) (*.f64 (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))) (-.f64 #s(literal 0 binary64) (*.f64 x x)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 p p) #s(literal -11/8 binary64)) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) (*.f64 (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))) #s(literal 1 binary64))) (*.f64 (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))) (/.f64 (*.f64 x x) #s(literal -1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 p p) #s(literal -11/8 binary64)) (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))) #s(literal -1/2 binary64))) (*.f64 (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))) (*.f64 x x))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 p p) #s(literal -11/8 binary64)) x) (*.f64 (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))) (/.f64 #s(literal -1/2 binary64) x))) (*.f64 (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))) x)) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x x)) (-.f64 #s(literal 0 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) #s(literal 1/2 binary64))) (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x x)) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) (*.f64 (*.f64 x x) #s(literal 1 binary64))) (*.f64 (*.f64 x x) (/.f64 (*.f64 x x) #s(literal -1/2 binary64)))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x x)) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -1/2 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x x)) x) (*.f64 (*.f64 x x) (/.f64 #s(literal -1/2 binary64) x))) (*.f64 x (*.f64 x x))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) (*.f64 p (*.f64 p #s(literal 11/8 binary64)))))) (neg.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))) |
(/.f64 (neg.f64 (+.f64 (/.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 p p) p) (*.f64 (*.f64 p p) p)) #s(literal 1331/512 binary64)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))))))) (neg.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))) (-.f64 (/.f64 (*.f64 p (*.f64 p #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 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x x))) (*.f64 x x)))) (neg.f64 (/.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x x))) (*.f64 x x)))) |
(/.f64 (-.f64 (/.f64 (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) (/.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 (*.f64 p (*.f64 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 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) (*.f64 p (*.f64 p #s(literal 11/8 binary64))))) (*.f64 x x)) (*.f64 x (*.f64 x (*.f64 x x)))) |
(pow.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) (*.f64 p (*.f64 p #s(literal 11/8 binary64)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))) (-.f64 (/.f64 (*.f64 p (*.f64 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/8 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 p p) p) (*.f64 (*.f64 p p) p)) #s(literal 1331/512 binary64)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x x))) (*.f64 x x)) (*.f64 (+.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x x))) (*.f64 x x)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) (*.f64 p (*.f64 p #s(literal 11/8 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))) |
(*.f64 (+.f64 (/.f64 (/.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 p p) p) (*.f64 (*.f64 p p) p)) #s(literal 1331/512 binary64)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))) (-.f64 (/.f64 (*.f64 p (*.f64 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 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x x))) (*.f64 x x))) (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x x))) (*.f64 x x)))) |
(exp.f64 (*.f64 (log.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 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 1/4 binary64)) p))) |
(/.f64 (sqrt.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/64 binary64)) (*.f64 (*.f64 p p) p)))) (sqrt.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) p) (-.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) p) #s(literal 1/2 binary64)))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) p) (/.f64 p (*.f64 x #s(literal 1/4 binary64)))))) (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal 1/4 binary64)) p)))) |
(pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal 1/4 binary64)) p)) #s(literal 1/2 binary64)) |
(pow.f64 (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 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 1/4 binary64)) p)) (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 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 1/4 binary64)) p)))) #s(literal 1/2 binary64)) |
(*.f64 (sqrt.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/64 binary64)) (*.f64 (*.f64 p p) p)))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) p) (-.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) p) #s(literal 1/2 binary64))))) #s(literal 1/2 binary64))) |
(*.f64 (sqrt.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) p) (/.f64 p (*.f64 x #s(literal 1/4 binary64)))))) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 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 1/4 binary64)) p)) #s(literal 1/4 binary64)) (pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal 1/4 binary64)) p)) #s(literal 1/4 binary64))) |
(+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal 1/4 binary64)) p)) |
(+.f64 (/.f64 (*.f64 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 1/4 binary64)) p))) (/.f64 (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) p) (/.f64 p (*.f64 x #s(literal 1/4 binary64)))) (-.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal 1/4 binary64)) p)))) |
(fma.f64 x (/.f64 #s(literal 1/4 binary64) p) #s(literal 1/2 binary64)) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 x #s(literal 1/4 binary64)) p) #s(literal 1/2 binary64)) |
(fma.f64 #s(literal 1/4 binary64) (/.f64 x p) #s(literal 1/2 binary64)) |
(fma.f64 #s(literal 1/4 binary64) (*.f64 x (/.f64 #s(literal 1 binary64) p)) #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)) |
(fma.f64 (*.f64 x #s(literal -1/4 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) p)) #s(literal 1/2 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) p) (*.f64 x #s(literal 1/4 binary64)) #s(literal 1/2 binary64)) |
(fma.f64 (/.f64 #s(literal 1/4 binary64) p) x #s(literal 1/2 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) p) (-.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) p) #s(literal 1/2 binary64)))) (+.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/64 binary64)) (*.f64 (*.f64 p p) p))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal 1/4 binary64)) p)) (-.f64 #s(literal 1/4 binary64) (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) p) (/.f64 p (*.f64 x #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 (*.f64 p p) p))) (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) p) (-.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) p) #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 (*.f64 p p) p))) (+.f64 (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) p) (/.f64 p (*.f64 x #s(literal 1/4 binary64)))) (-.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1/2 binary64) (/.f64 p (*.f64 x #s(literal 1/4 binary64))))))) |
(/.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) p) (/.f64 p (*.f64 x #s(literal 1/4 binary64))))) (-.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal 1/4 binary64)) p))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/64 binary64)) (*.f64 (*.f64 p p) p)))) (neg.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) p) (-.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) p) #s(literal 1/2 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) p) (/.f64 p (*.f64 x #s(literal 1/4 binary64)))))) (neg.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal 1/4 binary64)) p)))) |
(/.f64 (-.f64 (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) p) (/.f64 p (*.f64 x #s(literal 1/4 binary64)))) #s(literal 1/4 binary64)) (-.f64 (/.f64 (*.f64 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 1/4 binary64)) p) (-.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) p) #s(literal 1/2 binary64)))) (+.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/64 binary64)) (*.f64 (*.f64 p p) p)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal 1/4 binary64)) p)) (-.f64 #s(literal 1/4 binary64) (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) p) (/.f64 p (*.f64 x #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 (*.f64 p p) p))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) p) (-.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) p) #s(literal 1/2 binary64)))))) |
(*.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) p) (/.f64 p (*.f64 x #s(literal 1/4 binary64))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal 1/4 binary64)) p)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 p (*.f64 x #s(literal 1/4 binary64)))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) (-.f64 #s(literal 0 binary64) p))) |
(neg.f64 (/.f64 (*.f64 x #s(literal -1/4 binary64)) p)) |
(/.f64 #s(literal 1 binary64) (/.f64 p (*.f64 x #s(literal 1/4 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 p (*.f64 x #s(literal 1/4 binary64))) #s(literal 1 binary64))) |
(/.f64 (*.f64 x #s(literal 1/4 binary64)) p) |
(/.f64 (*.f64 x #s(literal -1/4 binary64)) (-.f64 #s(literal 0 binary64) p)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 p (*.f64 x #s(literal 1/4 binary64))))) |
(/.f64 (*.f64 (*.f64 x #s(literal 1/4 binary64)) #s(literal 1 binary64)) p) |
(/.f64 (neg.f64 (*.f64 x #s(literal -1/4 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) p))) |
(pow.f64 (/.f64 p (*.f64 x #s(literal 1/4 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 p (*.f64 x #s(literal 1/4 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 x (/.f64 #s(literal 1/4 binary64) p)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x #s(literal 1/4 binary64)) p)) |
(*.f64 #s(literal 1/4 binary64) (/.f64 x p)) |
(*.f64 #s(literal 1/4 binary64) (*.f64 x (/.f64 #s(literal 1 binary64) p))) |
(*.f64 (*.f64 x #s(literal 1/4 binary64)) (/.f64 #s(literal 1 binary64) p)) |
(*.f64 (*.f64 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 x #s(literal 1/4 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) p) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/4 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1/4 binary64) p) x) |
(*.f64 x #s(literal 1/4 binary64)) |
(*.f64 #s(literal 1/4 binary64) 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 p (/.f64 (*.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 p (/.f64 (*.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 p (/.f64 (*.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 p (/.f64 (*.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 p (/.f64 (*.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 #s(literal 1 binary64) (*.f64 x (*.f64 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 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) |
(*.f64 (*.f64 p (*.f64 p #s(literal -2 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 p (/.f64 (*.f64 p #s(literal -2 binary64)) 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 (*.f64 p p) (*.f64 x x)) (/.f64 #s(literal -2 binary64) x)) |
(*.f64 (/.f64 (*.f64 p p) (*.f64 x x)) (pow.f64 (/.f64 x #s(literal -2 binary64)) #s(literal -1 binary64))) |
(*.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 p (/.f64 (*.f64 p #s(literal -2 binary64)) x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (*.f64 p (*.f64 p #s(literal -2 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 p (*.f64 p #s(literal -2 binary64)))) #s(literal -1 binary64))) |
(*.f64 (*.f64 p (/.f64 (*.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 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 (*.f64 x x) p) #s(literal -1 binary64)) (pow.f64 (/.f64 x (*.f64 p #s(literal -2 binary64))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 x #s(literal -2 binary64)) #s(literal -1 binary64)) (/.f64 (*.f64 p p) (*.f64 x x))) |
(exp.f64 (*.f64 (log.f64 x) #s(literal 3 binary64))) |
(pow.f64 x #s(literal 3 binary64)) |
(pow.f64 (*.f64 x x) #s(literal 3/2 binary64)) |
(pow.f64 (pow.f64 x #s(literal 3/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 x)) #s(literal 3 binary64)) |
(*.f64 x (*.f64 x x)) |
(*.f64 (*.f64 x x) x) |
(*.f64 (pow.f64 x #s(literal 3/2 binary64)) (pow.f64 x #s(literal 3/2 binary64))) |
(exp.f64 (*.f64 #s(literal 2 binary64) (log.f64 x))) |
(exp.f64 (*.f64 (*.f64 #s(literal 2 binary64) (log.f64 x)) #s(literal 1 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 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 x))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))))) |
(neg.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -11/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) |
(/.f64 #s(literal 1 binary64) (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 x x) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x x)))) |
(/.f64 (*.f64 p (*.f64 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 #s(literal 0 binary64) (*.f64 x x))))) |
(/.f64 (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x x)) (*.f64 x x)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64))))) |
(/.f64 (*.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) #s(literal 1 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/.f64 (neg.f64 (*.f64 (*.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 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x x))) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(/.f64 (*.f64 (/.f64 (*.f64 p p) (*.f64 x x)) #s(literal 11/8 binary64)) (*.f64 x x)) |
(/.f64 (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) x) (*.f64 x (*.f64 x x))) |
(/.f64 (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x x))) x) |
(/.f64 (/.f64 (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x x)) x) x) |
(pow.f64 (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (/.f64 x (*.f64 p p)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 x x) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x x))) #s(literal -1 binary64)) |
(*.f64 p (*.f64 p (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(*.f64 p (*.f64 (*.f64 p #s(literal 11/8 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 x (*.f64 x x))))) |
(*.f64 p (/.f64 (*.f64 p #s(literal 11/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) |
(*.f64 (*.f64 p p) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))) |
(*.f64 #s(literal 11/8 binary64) (*.f64 (*.f64 p p) (/.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 x (*.f64 x x))))) |
(*.f64 #s(literal 11/8 binary64) (/.f64 (*.f64 p p) (*.f64 x (*.f64 x (*.f64 x x))))) |
(*.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 x (*.f64 x x)))) |
(*.f64 (*.f64 (*.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 (*.f64 p p) x) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x x)))) |
(*.f64 (/.f64 (*.f64 p p) x) (pow.f64 (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)) #s(literal -1 binary64))) |
(*.f64 (/.f64 (*.f64 p p) (*.f64 x x)) (/.f64 #s(literal 11/8 binary64) (*.f64 x x))) |
(*.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x x)) (/.f64 (*.f64 p p) (*.f64 x x))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (pow.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 p (*.f64 p #s(literal 11/8 binary64)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (pow.f64 (/.f64 x (*.f64 p (*.f64 p #s(literal 11/8 binary64)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 x (*.f64 x x))) (*.f64 p (*.f64 p #s(literal 11/8 binary64)))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 x (*.f64 x x))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 p (*.f64 p #s(literal 11/8 binary64)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(*.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 p p)) |
(*.f64 (/.f64 p x) (/.f64 (*.f64 p #s(literal 11/8 binary64)) (*.f64 x (*.f64 x x)))) |
(*.f64 (/.f64 p (*.f64 x x)) (/.f64 (*.f64 p #s(literal 11/8 binary64)) (*.f64 x x))) |
(*.f64 (/.f64 #s(literal 11/8 binary64) x) (/.f64 (*.f64 p p) (*.f64 x (*.f64 x x)))) |
(*.f64 (/.f64 p (*.f64 x (*.f64 x x))) (/.f64 (*.f64 p #s(literal 11/8 binary64)) x)) |
(*.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 p p) x)) |
(*.f64 (/.f64 (*.f64 p p) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 11/8 binary64) x)) |
(*.f64 (pow.f64 (/.f64 x p) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 p #s(literal 11/8 binary64))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 x x) p) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 x x) (*.f64 p #s(literal 11/8 binary64))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 x (*.f64 x x)) #s(literal 11/8 binary64)) #s(literal -1 binary64)) (/.f64 (*.f64 p p) x)) |
(*.f64 (pow.f64 (/.f64 x #s(literal 11/8 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 x)) (*.f64 p p)) #s(literal -1 binary64)) (pow.f64 (/.f64 x #s(literal 11/8 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 x (*.f64 x x)) p) #s(literal -1 binary64)) (pow.f64 (/.f64 x (*.f64 p #s(literal 11/8 binary64))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (*.f64 #s(literal 2 binary64) (log.f64 x)) #s(literal 2 binary64))) |
(exp.f64 (*.f64 (log.f64 x) #s(literal 4 binary64))) |
(exp.f64 (+.f64 (*.f64 #s(literal 2 binary64) (log.f64 x)) (*.f64 #s(literal 2 binary64) (log.f64 x)))) |
(pow.f64 x #s(literal 4 binary64)) |
(pow.f64 (*.f64 x x) #s(literal 2 binary64)) |
(pow.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal 1 binary64)) |
(*.f64 x (*.f64 x (*.f64 x x))) |
(*.f64 (*.f64 x x) (*.f64 x x)) |
(*.f64 (*.f64 x (*.f64 x x)) x) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x))) |
(/.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 x x) #s(literal -1/2 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 x x) #s(literal -1/2 binary64)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 x (/.f64 #s(literal -1/2 binary64) x))) |
(/.f64 #s(literal -1/2 binary64) (*.f64 x x)) |
(/.f64 #s(literal -1/2 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)))) |
(/.f64 (/.f64 #s(literal -1/2 binary64) x) x) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 x x) #s(literal -1/2 binary64)))) |
(/.f64 (neg.f64 (/.f64 #s(literal -1/2 binary64) x)) (-.f64 #s(literal 0 binary64) x)) |
(pow.f64 (/.f64 (*.f64 x x) #s(literal -1/2 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 x x) #s(literal -1/2 binary64)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 x (/.f64 #s(literal -1/2 binary64) x)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x x)))) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) |
(*.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(*.f64 (/.f64 #s(literal -1/2 binary64) x) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal -1/2 binary64) x)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal -1/2 binary64)) |
| 1× | egg-herbie |
| 5680× | *-lowering-*.f32 |
| 5680× | *-lowering-*.f64 |
| 3076× | +-lowering-+.f64 |
| 3076× | +-lowering-+.f32 |
| 1658× | /-lowering-/.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 469 | 4901 |
| 1 | 1447 | 4273 |
| 2 | 4817 | 4112 |
| 0 | 8502 | 4112 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* 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)) |
(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)) |
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) |
(* -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) (- (* 11/8 (/ (pow p 2) (pow x 4))) (* 1/2 (/ 1 (pow x 2))))) |
(* (pow p 2) (- (* 11/8 (/ (pow p 2) (pow x 4))) (* 1/2 (/ 1 (pow x 2))))) |
(* 11/8 (/ (pow p 4) (pow x 4))) |
(* (pow p 4) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(* (pow p 4) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(* (pow p 4) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(* 11/8 (/ (pow p 4) (pow x 4))) |
(* (pow p 4) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(* (pow p 4) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(* (pow p 4) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(* 11/8 (/ (pow p 4) (pow x 4))) |
(/ (+ (* -1/2 (* (pow p 2) (pow x 2))) (* 11/8 (pow p 4))) (pow x 4)) |
(/ (+ (* -1/2 (* (pow p 2) (pow x 2))) (* 11/8 (pow p 4))) (pow x 4)) |
(/ (+ (* -1/2 (* (pow p 2) (pow x 2))) (* 11/8 (pow p 4))) (pow x 4)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/ (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2)))) (pow x 2)) |
(/ (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2)))) (pow x 2)) |
(/ (+ (* -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)) |
(/ (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2)))) (pow x 2)) |
(/ (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 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) (- (* 11/8 (/ (pow p 2) (pow x 4))) (* 1/2 (/ 1 (pow x 2)))))) |
(* 11/8 (/ (pow p 4) (pow x 4))) |
(* (pow p 4) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(* (pow p 4) (- (+ (/ 1 (pow p 4)) (* 11/8 (/ 1 (pow x 4)))) (/ 1/2 (* (pow p 2) (pow x 2))))) |
(* (pow p 4) (- (+ (/ 1 (pow p 4)) (* 11/8 (/ 1 (pow x 4)))) (/ 1/2 (* (pow p 2) (pow x 2))))) |
(* 11/8 (/ (pow p 4) (pow x 4))) |
(* (pow p 4) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(* (pow p 4) (- (+ (/ 1 (pow p 4)) (* 11/8 (/ 1 (pow x 4)))) (/ 1/2 (* (pow p 2) (pow x 2))))) |
(* (pow p 4) (- (+ (/ 1 (pow p 4)) (* 11/8 (/ 1 (pow x 4)))) (/ 1/2 (* (pow p 2) (pow x 2))))) |
(* 11/8 (/ (pow p 4) (pow x 4))) |
(/ (+ (* -1/2 (* (pow p 2) (pow x 2))) (* 11/8 (pow p 4))) (pow x 4)) |
(/ (+ (* 11/8 (pow p 4)) (* (pow x 2) (+ (* -1/2 (pow p 2)) (pow x 2)))) (pow x 4)) |
(/ (+ (* 11/8 (pow p 4)) (* (pow x 2) (+ (* -1/2 (pow p 2)) (pow x 2)))) (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 (+ (* -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 (+ (* -1/2 (/ (pow p 2) (pow x 2))) (* 11/8 (/ (pow p 4) (pow x 4))))) |
(* 11/8 (/ (pow p 2) (pow x 4))) |
(/ (+ (* -1/2 (pow x 2)) (* 11/8 (pow p 2))) (pow x 4)) |
(/ (+ (* -1/2 (pow x 2)) (* 11/8 (pow p 2))) (pow x 4)) |
(/ (+ (* -1/2 (pow x 2)) (* 11/8 (pow p 2))) (pow x 4)) |
(/ -1/2 (pow x 2)) |
(/ (- (* 11/8 (/ (pow p 2) (pow x 2))) 1/2) (pow x 2)) |
(/ (- (* 11/8 (/ (pow p 2) (pow x 2))) 1/2) (pow x 2)) |
(/ (- (* 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)) |
(/ (- (* 11/8 (/ (pow p 2) (pow x 2))) 1/2) (pow x 2)) |
(/ (- (* 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 4))) (* 1/2 (/ 1 (pow x 2)))) |
(- (* 11/8 (/ (pow p 2) (pow x 4))) (* 1/2 (/ 1 (pow x 2)))) |
(- (* 11/8 (/ (pow p 2) (pow x 4))) (* 1/2 (/ 1 (pow x 2)))) |
(* 11/8 (/ (pow p 2) (pow x 4))) |
(* (pow p 2) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(* (pow p 2) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(* (pow p 2) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(* 11/8 (/ (pow p 2) (pow x 4))) |
(* (pow p 2) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(* (pow p 2) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(* (pow p 2) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 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/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 x) |
(* 1/4 x) |
(* 1/4 x) |
(* 1/4 x) |
(* 1/4 x) |
(* 1/4 x) |
(* 1/4 x) |
(* 1/4 x) |
(* 1/4 x) |
(* 1/4 x) |
(* 1/4 x) |
(* 1/4 x) |
(* -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))) |
(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) |
(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) |
(* 11/8 (/ (pow p 2) (pow x 4))) |
(* 11/8 (/ (pow p 2) (pow x 4))) |
(* 11/8 (/ (pow p 2) (pow x 4))) |
(* 11/8 (/ (pow p 2) (pow x 4))) |
(* 11/8 (/ (pow p 2) (pow x 4))) |
(* 11/8 (/ (pow p 2) (pow x 4))) |
(* 11/8 (/ (pow p 2) (pow x 4))) |
(* 11/8 (/ (pow p 2) (pow x 4))) |
(* 11/8 (/ (pow p 2) (pow x 4))) |
(* 11/8 (/ (pow p 2) (pow x 4))) |
(* 11/8 (/ (pow p 2) (pow x 4))) |
(* 11/8 (/ (pow p 2) (pow x 4))) |
(* 11/8 (/ (pow p 2) (pow x 4))) |
(* 11/8 (/ (pow p 2) (pow x 4))) |
(* 11/8 (/ (pow p 2) (pow x 4))) |
(* 11/8 (/ (pow p 2) (pow x 4))) |
(* 11/8 (/ (pow p 2) (pow x 4))) |
(* 11/8 (/ (pow p 2) (pow x 4))) |
(* 11/8 (/ (pow p 2) (pow x 4))) |
(* 11/8 (/ (pow p 2) (pow x 4))) |
(* 11/8 (/ (pow p 2) (pow x 4))) |
(* 11/8 (/ (pow p 2) (pow x 4))) |
(* 11/8 (/ (pow p 2) (pow x 4))) |
(* 11/8 (/ (pow p 2) (pow x 4))) |
(pow x 4) |
(pow x 4) |
(pow x 4) |
(pow x 4) |
(pow x 4) |
(pow x 4) |
(pow x 4) |
(pow x 4) |
(pow x 4) |
(pow x 4) |
(pow x 4) |
(pow x 4) |
(/ -1/2 (pow x 2)) |
(/ -1/2 (pow x 2)) |
(/ -1/2 (pow x 2)) |
(/ -1/2 (pow x 2)) |
(/ -1/2 (pow x 2)) |
(/ -1/2 (pow x 2)) |
(/ -1/2 (pow x 2)) |
(/ -1/2 (pow x 2)) |
(/ -1/2 (pow x 2)) |
(/ -1/2 (pow x 2)) |
(/ -1/2 (pow x 2)) |
(/ -1/2 (pow x 2)) |
| Outputs |
|---|
(* 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 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))) |
(* (pow p 2) (+ (* -2 (/ (pow p 2) (pow x 3))) (* 2 (/ 1 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))) |
(* (pow p 2) (+ (* -2 (/ (pow p 2) (pow x 3))) (* 2 (/ 1 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 (/ (pow p 4) (pow x 3))) |
(*.f64 (*.f64 (*.f64 p p) (*.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 (*.f64 (*.f64 p p) (*.f64 p p)) (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 p (*.f64 p x))) (/.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 (*.f64 (*.f64 p p) (*.f64 p p)) (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 p (*.f64 p x))) (/.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 (*.f64 (*.f64 p p) (*.f64 p p)) (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 p (*.f64 p x))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))) |
(* -2 (/ (pow p 4) (pow x 3))) |
(*.f64 (*.f64 (*.f64 p p) (*.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 (*.f64 (*.f64 p p) (*.f64 p p)) (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 p (*.f64 p x))) (/.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 (*.f64 (*.f64 p p) (*.f64 p p)) (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 p (*.f64 p x))) (/.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 (*.f64 (*.f64 p p) (*.f64 p p)) (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 p (*.f64 p x))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))))) |
(* -2 (/ (pow p 4) (pow x 3))) |
(*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (/.f64 #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 #s(literal -2 binary64) (*.f64 (*.f64 p p) (*.f64 p p))) (*.f64 (*.f64 p p) (*.f64 #s(literal 2 binary64) (*.f64 x x)))) (*.f64 x (*.f64 x x))) |
(/ (+ (* -2 (pow p 4)) (* 2 (* (pow p 2) (pow x 2)))) (pow x 3)) |
(/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 p p) (*.f64 p p))) (*.f64 (*.f64 p p) (*.f64 #s(literal 2 binary64) (*.f64 x x)))) (*.f64 x (*.f64 x x))) |
(/ (+ (* -2 (pow p 4)) (* 2 (* (pow p 2) (pow x 2)))) (pow x 3)) |
(/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 p p) (*.f64 p p))) (*.f64 (*.f64 p p) (*.f64 #s(literal 2 binary64) (*.f64 x x)))) (*.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 (*.f64 (*.f64 p p) (*.f64 p p)) (/.f64 #s(literal -2 binary64) (*.f64 x x))) (*.f64 #s(literal 2 binary64) (*.f64 p p))) x) |
(/ (+ (* -2 (/ (pow p 4) (pow x 2))) (* 2 (pow p 2))) x) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (/.f64 #s(literal -2 binary64) (*.f64 x x))) (*.f64 #s(literal 2 binary64) (*.f64 p p))) x) |
(/ (+ (* -2 (/ (pow p 4) (pow x 2))) (* 2 (pow p 2))) x) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (/.f64 #s(literal -2 binary64) (*.f64 x x))) (*.f64 #s(literal 2 binary64) (*.f64 p p))) 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 #s(literal 2 binary64) (*.f64 (*.f64 p p) (*.f64 p p))) (*.f64 x x))) (-.f64 #s(literal 0 binary64) 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 #s(literal 2 binary64) (*.f64 (*.f64 p p) (*.f64 p p))) (*.f64 x x))) (-.f64 #s(literal 0 binary64) 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 #s(literal 2 binary64) (*.f64 (*.f64 p p) (*.f64 p p))) (*.f64 x x))) (-.f64 #s(literal 0 binary64) 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 (*.f64 (*.f64 p p) (*.f64 p p)) (sqrt.f64 #s(literal 1/2 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 (*.f64 x x) (pow.f64 p #s(literal 6 binary64))) (/.f64 #s(literal -1/8 binary64) (sqrt.f64 #s(literal 1/2 binary64)))) (/.f64 (/.f64 #s(literal 1/8 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (*.f64 (*.f64 p p) (*.f64 p p)))))) |
(+ (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 #s(literal -1/2 binary64) (*.f64 (+.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)))) (/.f64 (*.f64 x x) (sqrt.f64 #s(literal 1/2 binary64))))) (/.f64 (/.f64 #s(literal 1/8 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (pow.f64 p #s(literal 6 binary64))))) (/.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (sqrt.f64 #s(literal 1/2 binary64))))))) |
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/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 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x)) (/.f64 (*.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 p p) (*.f64 p p))) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #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 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x))) (*.f64 #s(literal 1/2 binary64) (+.f64 (/.f64 (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 p p) (*.f64 p p))) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -1/4 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (+.f64 (+.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (*.f64 #s(literal -6 binary64) (*.f64 p p))) (*.f64 #s(literal -2 binary64) (pow.f64 p #s(literal 6 binary64)))) (*.f64 #s(literal 1/2 binary64) (*.f64 (*.f64 p p) (+.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 p p) (*.f64 p p))) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #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 (*.f64 p 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 p p) (*.f64 x x)) (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal 1/4 binary64)) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #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 p p) (*.f64 x x)) (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal 1/4 binary64)) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #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 (*.f64 (*.f64 p p) (*.f64 p p)) (*.f64 #s(literal 6 binary64) (*.f64 p p)))) (*.f64 (+.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal 1/4 binary64)) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -3 binary64))) (*.f64 (*.f64 p p) #s(literal 1/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 (*.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 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))) (*.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 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -53/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/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 (*.f64 (*.f64 p p) (*.f64 p p)) (sqrt.f64 #s(literal 1/2 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 x (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (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 x (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (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 #s(literal 1/2 binary64) (+.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)))) (*.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) |
(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 (*.f64 (*.f64 p p) (*.f64 p p)) (sqrt.f64 #s(literal 1/2 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 x (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (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 x (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (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 #s(literal 1/2 binary64) (+.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)))) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (pow.f64 p #s(literal 8 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)) (*.f64 (*.f64 p p) (*.f64 p p)))) |
(+ 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) (*.f64 (*.f64 p p) (*.f64 p p)))))) |
(+ 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) (*.f64 (*.f64 p p) (*.f64 p p)))))) |
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 #s(literal 3 binary64) (*.f64 (*.f64 p p) (*.f64 p p))) (*.f64 x (*.f64 x (*.f64 x x))))) (/.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))) (* -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 #s(literal 3 binary64) (*.f64 (*.f64 p p) (*.f64 p p))) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 (*.f64 p p) (*.f64 x x))) (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (*.f64 #s(literal -6 binary64) (*.f64 p p))) (*.f64 #s(literal -2 binary64) (pow.f64 p #s(literal 6 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 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 p p) (*.f64 p p))) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 (*.f64 p p) (*.f64 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 (+.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal 2 binary64) (pow.f64 p #s(literal 6 binary64))) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (*.f64 #s(literal 6 binary64) (*.f64 p p)))) (-.f64 #s(literal 0 binary64) (pow.f64 x #s(literal 6 binary64))))) (-.f64 (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 p p) (*.f64 p p))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 p p) (*.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) (+ (* -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)) (*.f64 (*.f64 p p) (*.f64 p p)))) |
(+ 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))) (*.f64 (*.f64 p p) (*.f64 p p))) (/.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))) (*.f64 (*.f64 p p) (*.f64 p p))) (/.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)) (*.f64 (*.f64 p p) (*.f64 p p)))) |
(+ 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))) (*.f64 (*.f64 p p) (*.f64 p p))) (/.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))) (*.f64 (*.f64 p p) (*.f64 p p))) (/.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)) (*.f64 (*.f64 p p) (*.f64 p p))) |
(* (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) (*.f64 (*.f64 p p) (*.f64 p p))))) |
(* (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) (*.f64 (*.f64 p p) (*.f64 p p))))) |
(* (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) (*.f64 (*.f64 p 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 (/ (+ (* -2 (pow p 4)) (* -1 (pow p 4))) (pow x 4)))) (/ (pow p 2) (pow x 2))) |
(+.f64 (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 p p) (*.f64 p p))) (*.f64 x (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 p p) (*.f64 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 (*.f64 (*.f64 p p) (*.f64 p p)) (*.f64 #s(literal 6 binary64) (*.f64 p p)))) (pow.f64 x #s(literal 6 binary64)))) (-.f64 (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 p p) (*.f64 p p))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.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 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 p p) (*.f64 p p))) (*.f64 x (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 p p) (*.f64 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 (*.f64 (*.f64 p p) (*.f64 p p)) (*.f64 #s(literal 6 binary64) (*.f64 p p)))) (pow.f64 x #s(literal 6 binary64)))) (-.f64 (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 p p) (*.f64 p p))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.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 #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) (+ (* -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)) (*.f64 (*.f64 p p) (*.f64 p p))) |
(/ (+ (* -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))) (*.f64 (*.f64 p p) (*.f64 p p))) |
(/ (+ (* -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)) (*.f64 (*.f64 p p) (*.f64 p p)))) (*.f64 (*.f64 p p) (*.f64 p p))) |
(/ (+ (* -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)) (*.f64 (*.f64 p p) (*.f64 p p)))) (/.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)))) (*.f64 (*.f64 p p) (*.f64 p p))) |
(* -1/4 (/ (pow x 4) (pow p 4))) |
(/.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/4 binary64)) (*.f64 (*.f64 p p) (*.f64 p p))) |
(/ (+ (* -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))) (*.f64 (*.f64 p p) (*.f64 p p))) |
(/ (+ (* -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)) (*.f64 (*.f64 p p) (*.f64 p p)))) (*.f64 (*.f64 p p) (*.f64 p p))) |
(/ (+ (* -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)) (*.f64 (*.f64 p p) (*.f64 p p)))) (/.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)))) (*.f64 (*.f64 p p) (*.f64 p 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)))) |
(+.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)))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x))) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x)) |
(* (pow p 2) (- (/ 1 (pow p 2)) (* 1/2 (/ 1 (pow x 2))))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x))) |
(* (pow p 2) (- (/ 1 (pow p 2)) (* 1/2 (/ 1 (pow x 2))))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x))) |
(* (pow p 2) (- (/ 1 (pow p 2)) (* 1/2 (/ 1 (pow x 2))))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x))) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x)) |
(* (pow p 2) (- (/ 1 (pow p 2)) (* 1/2 (/ 1 (pow x 2))))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x))) |
(* (pow p 2) (- (/ 1 (pow p 2)) (* 1/2 (/ 1 (pow x 2))))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x))) |
(* (pow p 2) (- (/ 1 (pow p 2)) (* 1/2 (/ 1 (pow x 2))))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x))) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p 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 (*.f64 p 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 (*.f64 p 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 (*.f64 p 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 (*.f64 p 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 (*.f64 p 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 (*.f64 p 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 (*.f64 p 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 (*.f64 p 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 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x))) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x)) |
(* -1/2 (pow p 2)) |
(*.f64 (*.f64 p p) #s(literal -1/2 binary64)) |
(* -1/2 (pow p 2)) |
(*.f64 (*.f64 p p) #s(literal -1/2 binary64)) |
(* -1/2 (pow p 2)) |
(*.f64 (*.f64 p p) #s(literal -1/2 binary64)) |
(* -1/2 (pow p 2)) |
(*.f64 (*.f64 p p) #s(literal -1/2 binary64)) |
(* -1/2 (pow p 2)) |
(*.f64 (*.f64 p p) #s(literal -1/2 binary64)) |
(* -1/2 (pow p 2)) |
(*.f64 (*.f64 p p) #s(literal -1/2 binary64)) |
(* -1/2 (pow p 2)) |
(*.f64 (*.f64 p p) #s(literal -1/2 binary64)) |
(* -1/2 (pow p 2)) |
(*.f64 (*.f64 p p) #s(literal -1/2 binary64)) |
(* -1/2 (pow p 2)) |
(*.f64 (*.f64 p p) #s(literal -1/2 binary64)) |
(* -1/2 (pow p 2)) |
(*.f64 (*.f64 p p) #s(literal -1/2 binary64)) |
(* -1/2 (pow p 2)) |
(*.f64 (*.f64 p p) #s(literal -1/2 binary64)) |
(* -1/2 (pow p 2)) |
(*.f64 (*.f64 p 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) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.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) (- (* 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) (- (* 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))) |
(* 11/8 (/ (pow p 4) (pow x 4))) |
(*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(* (pow p 4) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (+.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 p p)))) |
(* (pow p 4) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (+.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 p p)))) |
(* (pow p 4) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (+.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 p p)))) |
(* 11/8 (/ (pow p 4) (pow x 4))) |
(*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(* (pow p 4) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (+.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 p p)))) |
(* (pow p 4) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (+.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 p p)))) |
(* (pow p 4) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (+.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 p p)))) |
(* 11/8 (/ (pow p 4) (pow x 4))) |
(*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(/ (+ (* -1/2 (* (pow p 2) (pow x 2))) (* 11/8 (pow p 4))) (pow x 4)) |
(/.f64 (+.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 x x) #s(literal -1/2 binary64))) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ (+ (* -1/2 (* (pow p 2) (pow x 2))) (* 11/8 (pow p 4))) (pow x 4)) |
(/.f64 (+.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 x x) #s(literal -1/2 binary64))) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ (+ (* -1/2 (* (pow p 2) (pow x 2))) (* 11/8 (pow p 4))) (pow x 4)) |
(/.f64 (+.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 x x) #s(literal -1/2 binary64))) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x)) |
(/ (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2)))) (pow x 2)) |
(/.f64 (+.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (/.f64 #s(literal 11/8 binary64) (*.f64 x x)))) (*.f64 x x)) |
(/ (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2)))) (pow x 2)) |
(/.f64 (+.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (/.f64 #s(literal 11/8 binary64) (*.f64 x x)))) (*.f64 x x)) |
(/ (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2)))) (pow x 2)) |
(/.f64 (+.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (/.f64 #s(literal 11/8 binary64) (*.f64 x x)))) (*.f64 x x)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x)) |
(/ (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2)))) (pow x 2)) |
(/.f64 (+.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (/.f64 #s(literal 11/8 binary64) (*.f64 x x)))) (*.f64 x x)) |
(/ (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2)))) (pow x 2)) |
(/.f64 (+.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (/.f64 #s(literal 11/8 binary64) (*.f64 x x)))) (*.f64 x x)) |
(/ (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2)))) (pow x 2)) |
(/.f64 (+.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (/.f64 #s(literal 11/8 binary64) (*.f64 x 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 (*.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 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))) (*.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)))) |
(* 11/8 (/ (pow p 4) (pow x 4))) |
(*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(* (pow p 4) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (+.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 p p)))) |
(* (pow p 4) (- (+ (/ 1 (pow p 4)) (* 11/8 (/ 1 (pow x 4)))) (/ 1/2 (* (pow p 2) (pow x 2))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (+.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 p p))))) |
(* (pow p 4) (- (+ (/ 1 (pow p 4)) (* 11/8 (/ 1 (pow x 4)))) (/ 1/2 (* (pow p 2) (pow x 2))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (+.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 p p))))) |
(* 11/8 (/ (pow p 4) (pow x 4))) |
(*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(* (pow p 4) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (+.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 p p)))) |
(* (pow p 4) (- (+ (/ 1 (pow p 4)) (* 11/8 (/ 1 (pow x 4)))) (/ 1/2 (* (pow p 2) (pow x 2))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (+.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 p p))))) |
(* (pow p 4) (- (+ (/ 1 (pow p 4)) (* 11/8 (/ 1 (pow x 4)))) (/ 1/2 (* (pow p 2) (pow x 2))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (+.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 p p))))) |
(* 11/8 (/ (pow p 4) (pow x 4))) |
(*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(/ (+ (* -1/2 (* (pow p 2) (pow x 2))) (* 11/8 (pow p 4))) (pow x 4)) |
(/.f64 (+.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 x x) #s(literal -1/2 binary64))) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ (+ (* 11/8 (pow p 4)) (* (pow x 2) (+ (* -1/2 (pow p 2)) (pow x 2)))) (pow x 4)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal 11/8 binary64)) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) (*.f64 (*.f64 p p) #s(literal -1/2 binary64))))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ (+ (* 11/8 (pow p 4)) (* (pow x 2) (+ (* -1/2 (pow p 2)) (pow x 2)))) (pow x 4)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal 11/8 binary64)) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) (*.f64 (*.f64 p p) #s(literal -1/2 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 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x))) |
(+ 1 (+ (* -1/2 (/ (pow p 2) (pow x 2))) (* 11/8 (/ (pow p 4) (pow x 4))))) |
(+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(+ 1 (+ (* -1/2 (/ (pow p 2) (pow x 2))) (* 11/8 (/ (pow p 4) (pow x 4))))) |
(+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (/.f64 #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 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x))) |
(+ 1 (+ (* -1/2 (/ (pow p 2) (pow x 2))) (* 11/8 (/ (pow p 4) (pow x 4))))) |
(+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x))))))) |
(+ 1 (+ (* -1/2 (/ (pow p 2) (pow x 2))) (* 11/8 (/ (pow p 4) (pow x 4))))) |
(+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (/.f64 #s(literal 11/8 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)))) |
(/ (+ (* -1/2 (pow x 2)) (* 11/8 (pow p 2))) (pow x 4)) |
(/.f64 (+.f64 (*.f64 (*.f64 x x) #s(literal -1/2 binary64)) (*.f64 (*.f64 p p) #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ (+ (* -1/2 (pow x 2)) (* 11/8 (pow p 2))) (pow x 4)) |
(/.f64 (+.f64 (*.f64 (*.f64 x x) #s(literal -1/2 binary64)) (*.f64 (*.f64 p p) #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ (+ (* -1/2 (pow x 2)) (* 11/8 (pow p 2))) (pow x 4)) |
(/.f64 (+.f64 (*.f64 (*.f64 x x) #s(literal -1/2 binary64)) (*.f64 (*.f64 p p) #s(literal 11/8 binary64))) (*.f64 x (*.f64 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)) |
(/ (- (* 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)) |
(/ (- (* 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)) |
(/ -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)) |
(/ (- (* 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)) |
(/ (- (* 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)) |
(/ -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)) |
(- (* 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)) |
(- (* 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)) |
(* 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) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 p p)))) |
(* (pow p 2) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 p p)))) |
(* (pow p 2) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.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) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 p p)))) |
(* (pow p 2) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 p p)))) |
(* (pow p 2) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (/.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.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 x #s(literal 1/8 binary64)) (*.f64 p (sqrt.f64 #s(literal 1/2 binary64))))) |
(+ (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 p (sqrt.f64 #s(literal 1/2 binary64))))))) |
(+ (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 p (sqrt.f64 #s(literal 1/2 binary64)))) (*.f64 x (+.f64 (/.f64 (*.f64 #s(literal 1/1024 binary64) (/.f64 x (*.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 (*.f64 p p) (*.f64 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 1/2 binary64)))))))))) |
(* 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 (*.f64 x 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 (*.f64 x 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 (*.f64 x 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 (sqrt.f64 (/.f64 x p)) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (sqrt.f64 #s(literal -1/4 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 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1/4 binary64))) (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 (/.f64 p (*.f64 x x)) x)))) (*.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 0 binary64) 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 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1/4 binary64))) (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 (/.f64 p (*.f64 x x)) x)))) (*.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))))) (-.f64 #s(literal 0 binary64) 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 (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 (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1/4 binary64))) (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 (/.f64 p (*.f64 x x)) x)))) (*.f64 #s(literal 1/128 binary64) (*.f64 (sqrt.f64 (/.f64 (pow.f64 p #s(literal 5 binary64)) (pow.f64 x #s(literal 7 binary64)))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (pow.f64 (sqrt.f64 #s(literal -1/4 binary64)) #s(literal 5 binary64)))))))) (-.f64 #s(literal 0 binary64) 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 p x)) (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 p x))) (*.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 (*.f64 x 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 p x))) (*.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 x (*.f64 x x))) (*.f64 p (*.f64 p p))))) (*.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 p (sqrt.f64 #s(literal 1/2 binary64))))) |
(+ (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 p (sqrt.f64 #s(literal 1/2 binary64))))))) |
(+ (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 p (sqrt.f64 #s(literal 1/2 binary64)))))) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/1024 binary64)) (*.f64 (*.f64 p p) (*.f64 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 p (sqrt.f64 #s(literal 1/2 binary64))))) |
(+ (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 #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 #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 (*.f64 x (*.f64 x x)) #s(literal 1/1024 binary64)) (*.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 #s(literal 1/4 binary64) (/.f64 x p))) |
(+ 1/2 (* 1/4 (/ x p))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/4 binary64) (/.f64 x p))) |
(+ 1/2 (* 1/4 (/ x p))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/4 binary64) (/.f64 x p))) |
(* 1/4 (/ x p)) |
(*.f64 #s(literal 1/4 binary64) (/.f64 x p)) |
(* x (+ (* 1/4 (/ 1 p)) (* 1/2 (/ 1 x)))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/4 binary64) (/.f64 x p))) |
(* x (+ (* 1/4 (/ 1 p)) (* 1/2 (/ 1 x)))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/4 binary64) (/.f64 x p))) |
(* x (+ (* 1/4 (/ 1 p)) (* 1/2 (/ 1 x)))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/4 binary64) (/.f64 x p))) |
(* 1/4 (/ x p)) |
(*.f64 #s(literal 1/4 binary64) (/.f64 x p)) |
(* x (+ (* 1/4 (/ 1 p)) (* 1/2 (/ 1 x)))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/4 binary64) (/.f64 x p))) |
(* x (+ (* 1/4 (/ 1 p)) (* 1/2 (/ 1 x)))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/4 binary64) (/.f64 x p))) |
(* x (+ (* 1/4 (/ 1 p)) (* 1/2 (/ 1 x)))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/4 binary64) (/.f64 x p))) |
(* 1/4 (/ x p)) |
(*.f64 #s(literal 1/4 binary64) (/.f64 x p)) |
(/ (+ (* 1/4 x) (* 1/2 p)) p) |
(/.f64 (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 p #s(literal 1/2 binary64))) p) |
(/ (+ (* 1/4 x) (* 1/2 p)) p) |
(/.f64 (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 p #s(literal 1/2 binary64))) p) |
(/ (+ (* 1/4 x) (* 1/2 p)) p) |
(/.f64 (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 p #s(literal 1/2 binary64))) p) |
1/2 |
#s(literal 1/2 binary64) |
(+ 1/2 (* 1/4 (/ x p))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/4 binary64) (/.f64 x p))) |
(+ 1/2 (* 1/4 (/ x p))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/4 binary64) (/.f64 x p))) |
(+ 1/2 (* 1/4 (/ x p))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/4 binary64) (/.f64 x p))) |
1/2 |
#s(literal 1/2 binary64) |
(+ 1/2 (* 1/4 (/ x p))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/4 binary64) (/.f64 x p))) |
(+ 1/2 (* 1/4 (/ x p))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/4 binary64) (/.f64 x p))) |
(+ 1/2 (* 1/4 (/ x p))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/4 binary64) (/.f64 x p))) |
(* 1/4 (/ x p)) |
(*.f64 #s(literal 1/4 binary64) (/.f64 x p)) |
(* 1/4 (/ x p)) |
(*.f64 #s(literal 1/4 binary64) (/.f64 x p)) |
(* 1/4 (/ x p)) |
(*.f64 #s(literal 1/4 binary64) (/.f64 x p)) |
(* 1/4 (/ x p)) |
(*.f64 #s(literal 1/4 binary64) (/.f64 x p)) |
(* 1/4 (/ x p)) |
(*.f64 #s(literal 1/4 binary64) (/.f64 x p)) |
(* 1/4 (/ x p)) |
(*.f64 #s(literal 1/4 binary64) (/.f64 x p)) |
(* 1/4 (/ x p)) |
(*.f64 #s(literal 1/4 binary64) (/.f64 x p)) |
(* 1/4 (/ x p)) |
(*.f64 #s(literal 1/4 binary64) (/.f64 x p)) |
(* 1/4 (/ x p)) |
(*.f64 #s(literal 1/4 binary64) (/.f64 x p)) |
(* 1/4 (/ x p)) |
(*.f64 #s(literal 1/4 binary64) (/.f64 x p)) |
(* 1/4 (/ x p)) |
(*.f64 #s(literal 1/4 binary64) (/.f64 x p)) |
(* 1/4 (/ x p)) |
(*.f64 #s(literal 1/4 binary64) (/.f64 x p)) |
(* 1/4 (/ x p)) |
(*.f64 #s(literal 1/4 binary64) (/.f64 x p)) |
(* 1/4 (/ x p)) |
(*.f64 #s(literal 1/4 binary64) (/.f64 x p)) |
(* 1/4 (/ x p)) |
(*.f64 #s(literal 1/4 binary64) (/.f64 x p)) |
(* 1/4 (/ x p)) |
(*.f64 #s(literal 1/4 binary64) (/.f64 x p)) |
(* 1/4 (/ x p)) |
(*.f64 #s(literal 1/4 binary64) (/.f64 x p)) |
(* 1/4 (/ x p)) |
(*.f64 #s(literal 1/4 binary64) (/.f64 x p)) |
(* 1/4 (/ x p)) |
(*.f64 #s(literal 1/4 binary64) (/.f64 x p)) |
(* 1/4 (/ x p)) |
(*.f64 #s(literal 1/4 binary64) (/.f64 x p)) |
(* 1/4 (/ x p)) |
(*.f64 #s(literal 1/4 binary64) (/.f64 x p)) |
(* 1/4 (/ x p)) |
(*.f64 #s(literal 1/4 binary64) (/.f64 x p)) |
(* 1/4 (/ x p)) |
(*.f64 #s(literal 1/4 binary64) (/.f64 x p)) |
(* 1/4 (/ x p)) |
(*.f64 #s(literal 1/4 binary64) (/.f64 x p)) |
(* 1/4 x) |
(*.f64 x #s(literal 1/4 binary64)) |
(* 1/4 x) |
(*.f64 x #s(literal 1/4 binary64)) |
(* 1/4 x) |
(*.f64 x #s(literal 1/4 binary64)) |
(* 1/4 x) |
(*.f64 x #s(literal 1/4 binary64)) |
(* 1/4 x) |
(*.f64 x #s(literal 1/4 binary64)) |
(* 1/4 x) |
(*.f64 x #s(literal 1/4 binary64)) |
(* 1/4 x) |
(*.f64 x #s(literal 1/4 binary64)) |
(* 1/4 x) |
(*.f64 x #s(literal 1/4 binary64)) |
(* 1/4 x) |
(*.f64 x #s(literal 1/4 binary64)) |
(* 1/4 x) |
(*.f64 x #s(literal 1/4 binary64)) |
(* 1/4 x) |
(*.f64 x #s(literal 1/4 binary64)) |
(* 1/4 x) |
(*.f64 x #s(literal 1/4 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) (pow x 3))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (*.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))) |
(* -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) (pow x 3))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (*.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))) |
(* -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) (pow x 3))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (*.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))) |
(* -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) (pow x 3))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (*.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))) |
(* -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) (pow x 3))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (*.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))) |
(* -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) (pow x 3))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (*.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))) |
(* -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) (pow x 3))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (*.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))) |
(* -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) (pow x 3))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (*.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))) |
(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)) |
(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) |
(* 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)))) |
(* 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)))) |
(* 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)))) |
(* 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)))) |
(* 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)))) |
(* 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)))) |
(* 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)))) |
(* 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)))) |
(* 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)))) |
(* 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)))) |
(* 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)))) |
(* 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)))) |
(* 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)))) |
(* 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)))) |
(* 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)))) |
(* 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)))) |
(* 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)))) |
(* 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)))) |
(* 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)))) |
(* 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)))) |
(* 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)))) |
(* 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)))) |
(* 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)))) |
(* 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 x 4) |
(*.f64 x (*.f64 x (*.f64 x x))) |
(pow x 4) |
(*.f64 x (*.f64 x (*.f64 x x))) |
(pow x 4) |
(*.f64 x (*.f64 x (*.f64 x x))) |
(pow x 4) |
(*.f64 x (*.f64 x (*.f64 x x))) |
(pow x 4) |
(*.f64 x (*.f64 x (*.f64 x x))) |
(pow x 4) |
(*.f64 x (*.f64 x (*.f64 x x))) |
(pow x 4) |
(*.f64 x (*.f64 x (*.f64 x x))) |
(pow x 4) |
(*.f64 x (*.f64 x (*.f64 x x))) |
(pow x 4) |
(*.f64 x (*.f64 x (*.f64 x x))) |
(pow x 4) |
(*.f64 x (*.f64 x (*.f64 x x))) |
(pow x 4) |
(*.f64 x (*.f64 x (*.f64 x x))) |
(pow x 4) |
(*.f64 x (*.f64 x (*.f64 x x))) |
(/ -1/2 (pow x 2)) |
(/.f64 #s(literal -1/2 binary64) (*.f64 x x)) |
(/ -1/2 (pow x 2)) |
(/.f64 #s(literal -1/2 binary64) (*.f64 x x)) |
(/ -1/2 (pow x 2)) |
(/.f64 #s(literal -1/2 binary64) (*.f64 x x)) |
(/ -1/2 (pow x 2)) |
(/.f64 #s(literal -1/2 binary64) (*.f64 x x)) |
(/ -1/2 (pow x 2)) |
(/.f64 #s(literal -1/2 binary64) (*.f64 x x)) |
(/ -1/2 (pow x 2)) |
(/.f64 #s(literal -1/2 binary64) (*.f64 x x)) |
(/ -1/2 (pow x 2)) |
(/.f64 #s(literal -1/2 binary64) (*.f64 x x)) |
(/ -1/2 (pow x 2)) |
(/.f64 #s(literal -1/2 binary64) (*.f64 x x)) |
(/ -1/2 (pow x 2)) |
(/.f64 #s(literal -1/2 binary64) (*.f64 x x)) |
(/ -1/2 (pow x 2)) |
(/.f64 #s(literal -1/2 binary64) (*.f64 x x)) |
(/ -1/2 (pow x 2)) |
(/.f64 #s(literal -1/2 binary64) (*.f64 x x)) |
(/ -1/2 (pow x 2)) |
(/.f64 #s(literal -1/2 binary64) (*.f64 x x)) |
Compiled 31993 to 2963 computations (90.7% saved)
13 alts after pruning (8 fresh and 5 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1161 | 2 | 1163 |
| Fresh | 0 | 6 | 6 |
| Picked | 1 | 4 | 5 |
| Done | 0 | 1 | 1 |
| Total | 1162 | 13 | 1175 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 23.5% | (/.f64 (+.f64 p (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -12 binary64))) (*.f64 p (*.f64 x x)))) (-.f64 #s(literal 0 binary64) x)) |
| ▶ | 30.2% | (-.f64 #s(literal 0 binary64) (/.f64 p x)) |
| ✓ | 23.2% | (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x))) |
| 24.6% | (+.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)))) | |
| 20.4% | (+.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))))) | |
| ▶ | 51.8% | (sqrt.f64 (/.f64 (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 p #s(literal 1/2 binary64))) p)) |
| ✓ | 51.8% | (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal 1/4 binary64)) p))) |
| ▶ | 56.2% | (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 (*.f64 x #s(literal 1/4 binary64)) p)))))) |
| ✓ | 70.0% | (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))))))) |
| ▶ | 49.4% | (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 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))))))))))) |
| ✓ | 74.7% | (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)))))) |
| 55.4% | (sqrt.f64 #s(literal 1/2 binary64)) | |
| ✓ | 32.8% | #s(literal 1 binary64) |
Compiled 423 to 259 computations (38.8% saved)
| 1× | egg-herbie |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 x (*.f64 (*.f64 p 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 | 0 | (+.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 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 | 0 | (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 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 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 | 0 | (*.f64 x #s(literal 1/4 binary64)) |
| ✓ | cost-diff | 0 | (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 p #s(literal 1/2 binary64))) |
| ✓ | cost-diff | 0 | (/.f64 (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 p #s(literal 1/2 binary64))) p) |
| ✓ | cost-diff | 0 | (sqrt.f64 (/.f64 (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 p #s(literal 1/2 binary64))) p)) |
| ✓ | cost-diff | 0 | (+.f64 p (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -12 binary64))) (*.f64 p (*.f64 x x)))) |
| ✓ | cost-diff | 128 | (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -12 binary64))) |
| ✓ | cost-diff | 128 | (/.f64 (+.f64 p (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -12 binary64))) (*.f64 p (*.f64 x x)))) (-.f64 #s(literal 0 binary64) x)) |
| ✓ | cost-diff | 256 | (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -12 binary64))) (*.f64 p (*.f64 x x))) |
| ✓ | cost-diff | 0 | (/.f64 p x) |
| ✓ | cost-diff | 0 | (-.f64 #s(literal 0 binary64) (/.f64 p x)) |
| ✓ | 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 (*.f64 x #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 (*.f64 x #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 (*.f64 x #s(literal 1/4 binary64)) p)))))) |
| 4030× | *-lowering-*.f32 |
| 4030× | *-lowering-*.f64 |
| 1670× | sum3-define |
| 1488× | times-frac |
| 1320× | fma-lowering-fma.f32 |
Useful iterations: 5 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 50 | 458 |
| 1 | 139 | 423 |
| 2 | 476 | 403 |
| 3 | 1891 | 397 |
| 4 | 4087 | 394 |
| 5 | 5700 | 393 |
| 0 | 8046 | 393 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(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) |
(* x 1/4) |
1/4 |
(- 0 (/ p x)) |
0 |
(/ p x) |
p |
x |
(/ (+ p (/ (* 1/8 (* (* (* p p) (* p p)) -12)) (* p (* x x)))) (- 0 x)) |
(+ p (/ (* 1/8 (* (* (* p p) (* p p)) -12)) (* p (* x x)))) |
p |
(/ (* 1/8 (* (* (* p p) (* p p)) -12)) (* p (* x x))) |
(* 1/8 (* (* (* p p) (* p p)) -12)) |
1/8 |
(* (* (* p p) (* p p)) -12) |
(* (* p p) (* p p)) |
(* p p) |
-12 |
(* p (* x x)) |
(* x x) |
x |
(- 0 x) |
0 |
(sqrt (/ (+ (* x 1/4) (* p 1/2)) p)) |
(/ (+ (* x 1/4) (* p 1/2)) p) |
(+ (* x 1/4) (* p 1/2)) |
(* x 1/4) |
x |
1/4 |
(* p 1/2) |
p |
1/2 |
(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) |
p |
(+ (/ 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) 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)) |
| Outputs |
|---|
(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 x (*.f64 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 x (*.f64 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 x (*.f64 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 x (*.f64 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 x (*.f64 x #s(literal 1/4 binary64))) p) |
(/ (* x 1/4) p) |
(*.f64 x (/.f64 #s(literal 1/4 binary64) p)) |
(* x 1/4) |
(*.f64 x #s(literal 1/4 binary64)) |
1/4 |
#s(literal 1/4 binary64) |
(- 0 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
0 |
#s(literal 0 binary64) |
(/ p x) |
(/.f64 p x) |
p |
x |
(/ (+ p (/ (* 1/8 (* (* (* p p) (* p p)) -12)) (* p (* x x)))) (- 0 x)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) #s(literal 3/2 binary64)) p) x) |
(+ p (/ (* 1/8 (* (* (* p p) (* p p)) -12)) (* p (* x x)))) |
(+.f64 p (/.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal -3/2 binary64))) (*.f64 x x))) |
p |
(/ (* 1/8 (* (* (* p p) (* p p)) -12)) (* p (* x x))) |
(/.f64 (*.f64 p (*.f64 (*.f64 p p) #s(literal -3/2 binary64))) (*.f64 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) |
(* p (* x x)) |
(*.f64 x (*.f64 x p)) |
(* x x) |
(*.f64 x x) |
x |
(- 0 x) |
(-.f64 #s(literal 0 binary64) x) |
0 |
#s(literal 0 binary64) |
(sqrt (/ (+ (* x 1/4) (* p 1/2)) p)) |
(sqrt.f64 (/.f64 (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) p)) p)) |
(/ (+ (* x 1/4) (* p 1/2)) p) |
(/.f64 (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) p)) p) |
(+ (* x 1/4) (* p 1/2)) |
(+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) p)) |
(* x 1/4) |
(*.f64 x #s(literal 1/4 binary64)) |
x |
1/4 |
#s(literal 1/4 binary64) |
(* p 1/2) |
(*.f64 #s(literal 1/2 binary64) p) |
p |
1/2 |
#s(literal 1/2 binary64) |
(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 p (/.f64 (/.f64 (/.f64 p x) 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 p (/.f64 (/.f64 (/.f64 p x) 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 p (/.f64 (/.f64 (/.f64 p x) 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 p (/.f64 (/.f64 (/.f64 p x) 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 p (/.f64 (/.f64 (/.f64 p x) 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 |
(+ (/ 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 p (/.f64 (/.f64 (/.f64 p x) 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 p (/.f64 (/.f64 (/.f64 p x) x) x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)))) |
(+ (/ (* (* p p) 4) (* (* (* x x) (* x x)) x)) (/ -2 (* x (* x x)))) |
(+.f64 (*.f64 (/.f64 p x) (/.f64 (*.f64 #s(literal 4 binary64) (/.f64 (/.f64 (/.f64 p x) x) x)) x)) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))) |
(/ (* (* p p) 4) (* (* (* x x) (* x x)) x)) |
(*.f64 (/.f64 p x) (/.f64 (*.f64 #s(literal 4 binary64) (/.f64 (/.f64 (/.f64 p x) x) x)) x)) |
(* (* p p) 4) |
(*.f64 (*.f64 p p) #s(literal 4 binary64)) |
4 |
#s(literal 4 binary64) |
(* (* (* x x) (* x x)) x) |
(*.f64 (*.f64 x 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)) |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 98.6% | (*.f64 (*.f64 p 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 | 93.1% | (*.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 | 86.6% | (+.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 | 86.1% | (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) x)) |
| ✓ | accuracy | 100.0% | (*.f64 x #s(literal 1/4 binary64)) |
| ✓ | accuracy | 100.0% | (*.f64 p #s(literal 1/2 binary64)) |
| ✓ | accuracy | 100.0% | (/.f64 (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 p #s(literal 1/2 binary64))) p) |
| ✓ | accuracy | 98.1% | (sqrt.f64 (/.f64 (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 p #s(literal 1/2 binary64))) p)) |
| ✓ | accuracy | 99.9% | (*.f64 (*.f64 p p) (*.f64 p p)) |
| ✓ | accuracy | 99.8% | (*.f64 p (*.f64 x x)) |
| ✓ | accuracy | 98.5% | (/.f64 (+.f64 p (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -12 binary64))) (*.f64 p (*.f64 x x)))) (-.f64 #s(literal 0 binary64) x)) |
| ✓ | accuracy | 81.5% | (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -12 binary64))) (*.f64 p (*.f64 x x))) |
| ✓ | accuracy | 100.0% | (/.f64 p x) |
| ✓ | accuracy | 100.0% | (-.f64 #s(literal 0 binary64) (/.f64 p x)) |
| ✓ | accuracy | 100.0% | (*.f64 #s(literal 1/2 binary64) x) |
| ✓ | 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 (*.f64 x #s(literal 1/4 binary64)) p)))))) |
| ✓ | accuracy | 99.8% | (*.f64 x (/.f64 (*.f64 x #s(literal 1/4 binary64)) p)) |
| ✓ | accuracy | 97.8% | (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 (*.f64 p #s(literal 2 binary64)) (*.f64 x (/.f64 (*.f64 x #s(literal 1/4 binary64)) p)))) |
| 135.0ms | 184× | 0 | valid |
| 80.0ms | 72× | 0 | invalid |
Compiled 589 to 51 computations (91.3% saved)
ival-mult: 64.0ms (63.5% of total)ival-div: 17.0ms (16.9% of total)ival-add: 11.0ms (10.9% of total)ival-sqrt: 6.0ms (6% of total)ival-sub: 2.0ms (2% of total)const: 1.0ms (1% of total)backward-pass: 0.0ms (0% of total)| Inputs |
|---|
#<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 (- 0 (/ p x))> |
#<alt (/ p x)> |
#<alt (/ (* 1/8 (* (* (* p p) (* p p)) -12)) (* p (* x x)))> |
#<alt (/ (+ p (/ (* 1/8 (* (* (* p p) (* p p)) -12)) (* p (* x x)))) (- 0 x))> |
#<alt (* 1/8 (* (* (* p p) (* p p)) -12))> |
#<alt (+ p (/ (* 1/8 (* (* (* p p) (* p p)) -12)) (* p (* x x))))> |
#<alt (sqrt (/ (+ (* x 1/4) (* p 1/2)) p))> |
#<alt (/ (+ (* x 1/4) (* p 1/2)) p)> |
#<alt (+ (* x 1/4) (* p 1/2))> |
#<alt (* x 1/4)> |
#<alt (* (* p p) (+ (/ (* (* p p) 4) (* (* (* x x) (* x x)) x)) (/ -2 (* x (* x x)))))> |
#<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 (/ (* x 1/4) p))> |
#<alt (* p (* x x))> |
#<alt (* (* p p) (* p p))> |
#<alt (* p 1/2)> |
#<alt (/ (* (* p p) 4) (* (* (* x x) (* x x)) x))> |
#<alt (+ (/ (* (* p p) 4) (* (* (* x x) (* x x)) x)) (/ -2 (* x (* x x))))> |
#<alt (* (* p p) (+ (/ 2 x) (* (* p p) (+ (/ (* (* p p) 4) (* (* (* x x) (* x x)) x)) (/ -2 (* x (* x x)))))))> |
| 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 (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 (* -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 (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<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 (* -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 (* -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 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 (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) (sqrt -1/2))> |
#<alt (+ (* -1/8 (/ (* x (sqrt -1)) (* p (sqrt -1/2)))) (* (sqrt -1) (sqrt -1/2)))> |
#<alt (+ (* -1 (/ (+ (* 1/128 (/ (* (pow x 2) (sqrt -1)) (* p (pow (sqrt -1/2) 3)))) (* 1/8 (/ (* x (sqrt -1)) (sqrt -1/2)))) p)) (* (sqrt -1) (sqrt -1/2)))> |
#<alt (+ (* -1 (/ (+ (* -1 (/ (+ (* -1/128 (/ (* (pow x 2) (sqrt -1)) (pow (sqrt -1/2) 3))) (* -1/1024 (/ (* (pow x 3) (sqrt -1)) (* p (pow (sqrt -1/2) 5))))) p)) (* 1/8 (/ (* x (sqrt -1)) (sqrt -1/2)))) p)) (* (sqrt -1) (sqrt -1/2)))> |
#<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/2 p)> |
#<alt (+ (* 1/4 x) (* 1/2 p))> |
#<alt (+ (* 1/4 x) (* 1/2 p))> |
#<alt (+ (* 1/4 x) (* 1/2 p))> |
#<alt (* 1/4 x)> |
#<alt (* x (+ 1/4 (* 1/2 (/ p x))))> |
#<alt (* x (+ 1/4 (* 1/2 (/ p x))))> |
#<alt (* x (+ 1/4 (* 1/2 (/ p x))))> |
#<alt (* 1/4 x)> |
#<alt (* -1 (* x (- (* -1/2 (/ p x)) 1/4)))> |
#<alt (* -1 (* x (- (* -1/2 (/ p x)) 1/4)))> |
#<alt (* -1 (* x (- (* -1/2 (/ p x)) 1/4)))> |
#<alt (* 1/4 x)> |
#<alt (+ (* 1/4 x) (* 1/2 p))> |
#<alt (+ (* 1/4 x) (* 1/2 p))> |
#<alt (+ (* 1/4 x) (* 1/2 p))> |
#<alt (* 1/2 p)> |
#<alt (* p (+ 1/2 (* 1/4 (/ x p))))> |
#<alt (* p (+ 1/2 (* 1/4 (/ x p))))> |
#<alt (* p (+ 1/2 (* 1/4 (/ x p))))> |
#<alt (* 1/2 p)> |
#<alt (* -1 (* p (- (* -1/4 (/ x p)) 1/2)))> |
#<alt (* -1 (* p (- (* -1/4 (/ x p)) 1/2)))> |
#<alt (* -1 (* p (- (* -1/4 (/ x p)) 1/2)))> |
#<alt (* 1/4 x)> |
#<alt (* 1/4 x)> |
#<alt (* 1/4 x)> |
#<alt (* 1/4 x)> |
#<alt (* 1/4 x)> |
#<alt (* 1/4 x)> |
#<alt (* 1/4 x)> |
#<alt (* 1/4 x)> |
#<alt (* 1/4 x)> |
#<alt (* 1/4 x)> |
#<alt (* 1/4 x)> |
#<alt (* 1/4 x)> |
#<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 (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 (* 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))> |
#<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 (* 1/2 p)> |
#<alt (* 1/2 p)> |
#<alt (* 1/2 p)> |
#<alt (* 1/2 p)> |
#<alt (* 1/2 p)> |
#<alt (* 1/2 p)> |
#<alt (* 1/2 p)> |
#<alt (* 1/2 p)> |
#<alt (* 1/2 p)> |
#<alt (* 1/2 p)> |
#<alt (* 1/2 p)> |
#<alt (* 1/2 p)> |
#<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 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 (* 2 (/ (pow p 2) x))> |
#<alt (* (pow p 2) (+ (* -2 (/ (pow p 2) (pow x 3))) (* 2 (/ 1 x))))> |
#<alt (* (pow p 2) (+ (* (pow p 2) (- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3))))) (* 2 (/ 1 x))))> |
#<alt (* (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) (- (+ (* 4 (/ 1 (pow x 5))) (/ 2 (* (pow p 4) x))) (/ 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) (- (+ (* 4 (/ 1 (pow x 5))) (/ 2 (* (pow p 4) x))) (/ 2 (* (pow p 2) (pow x 3)))))> |
#<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)) (* 2 (* (pow p 2) (pow x 2)))))) (pow x 5))> |
#<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)) (* 4 (/ (pow p 6) (pow x 4))))) x)> |
#<alt (/ (+ (* -2 (/ (pow p 4) (pow x 2))) (+ (* 2 (pow p 2)) (* 4 (/ (pow p 6) (pow x 4))))) x)> |
#<alt (* 2 (/ (pow p 2) x))> |
#<alt (* -1 (/ (+ (* -2 (pow p 2)) (* 2 (/ (pow p 4) (pow x 2)))) x))> |
#<alt (* -1 (/ (+ (* -4 (/ (pow p 6) (pow x 4))) (+ (* -2 (pow p 2)) (* 2 (/ (pow p 4) (pow x 2))))) x))> |
#<alt (* -1 (/ (+ (* -4 (/ (pow p 6) (pow x 4))) (+ (* -2 (pow p 2)) (* 2 (/ (pow p 4) (pow x 2))))) x))> |
135 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 2.0ms | x | @ | -inf | (sqrt (/ (+ (* x 1/4) (* p 1/2)) p)) |
| 2.0ms | x | @ | inf | (+ 1/2 (/ (* 1/2 x) (+ (* p 2) (* x (/ (* x 1/4) p))))) |
| 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 | p | @ | 0 | (* (* p p) (+ (/ (* (* p p) 4) (* (* (* x x) (* x x)) x)) (/ -2 (* x (* x x))))) |
| 1.0ms | x | @ | 0 | (/ (* 1/8 (* (* (* p p) (* p p)) -12)) (* p (* x x))) |
| 1× | batch-egg-rewrite |
| 4386× | *-lowering-*.f32 |
| 4386× | *-lowering-*.f64 |
| 2496× | fma-lowering-fma.f32 |
| 2496× | fma-lowering-fma.f64 |
| 1968× | /-lowering-/.f32 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 50 | 322 |
| 1 | 331 | 279 |
| 2 | 3806 | 279 |
| 0 | 8814 | 279 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(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) |
(- 0 (/ p x)) |
(/ p x) |
(/ (* 1/8 (* (* (* p p) (* p p)) -12)) (* p (* x x))) |
(/ (+ p (/ (* 1/8 (* (* (* p p) (* p p)) -12)) (* p (* x x)))) (- 0 x)) |
(* 1/8 (* (* (* p p) (* p p)) -12)) |
(+ p (/ (* 1/8 (* (* (* p p) (* p p)) -12)) (* p (* x x)))) |
(sqrt (/ (+ (* x 1/4) (* p 1/2)) p)) |
(/ (+ (* x 1/4) (* p 1/2)) p) |
(+ (* x 1/4) (* p 1/2)) |
(* x 1/4) |
(* (* p p) (+ (/ (* (* p p) 4) (* (* (* x x) (* x x)) x)) (/ -2 (* x (* x x))))) |
(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 (/ (* x 1/4) p)) |
(* p (* x x)) |
(* (* p p) (* p p)) |
(* p 1/2) |
(/ (* (* p p) 4) (* (* (* x x) (* x x)) x)) |
(+ (/ (* (* 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))))))) |
| Outputs |
|---|
(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 x (/.f64 p (*.f64 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 x (/.f64 p (*.f64 x #s(literal 1/4 binary64)))))))) |
(/.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 x (/.f64 p (*.f64 x #s(literal 1/4 binary64)))))) (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64))))))) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64)))))))))) (sqrt.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64)))))) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64)))))) #s(literal 1/2 binary64)))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64))))))) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 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 x (/.f64 p (*.f64 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 x (/.f64 p (*.f64 x #s(literal 1/4 binary64))))))) #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 x (/.f64 p (*.f64 x #s(literal 1/4 binary64))))))) #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 x (/.f64 p (*.f64 x #s(literal 1/4 binary64))))))) #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 x (/.f64 p (*.f64 x #s(literal 1/4 binary64)))))) (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64))))))) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64))))))))) #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 x (/.f64 p (*.f64 x #s(literal 1/4 binary64)))))) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #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 #s(literal 1/4 binary64) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64))))))) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64)))))))) #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 x (/.f64 p (*.f64 x #s(literal 1/4 binary64)))))))) #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 x (/.f64 p (*.f64 x #s(literal 1/4 binary64))))))) |
(+.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64)))))) #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 x (/.f64 p (*.f64 x #s(literal 1/4 binary64)))))))) (/.f64 (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64))))))) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 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 x (/.f64 p (*.f64 x #s(literal 1/4 binary64))))))))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64)))))) #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 x (/.f64 p (*.f64 x #s(literal 1/4 binary64))))))) #s(literal 1/2 binary64)) |
(fma.f64 x (/.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64)))))) #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 x (/.f64 p (*.f64 x #s(literal 1/4 binary64)))))) #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 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64))))))) #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 x (/.f64 p (*.f64 x #s(literal 1/4 binary64)))))) #s(literal 1/2 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64)))))) (/.f64 x #s(literal 2 binary64)) #s(literal 1/2 binary64)) |
(fma.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64)))))) #s(literal 1/2 binary64) #s(literal 1/2 binary64)) |
(fma.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 8 binary64)) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/64 binary64))) (*.f64 p (*.f64 p p))))) (+.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64)))) (-.f64 (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64)))) (*.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)) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) (*.f64 p p)))) (-.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64))))) #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 x (/.f64 p (*.f64 x #s(literal 1/4 binary64)))))) (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64))))))) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64))))))))) (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64)))))) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64)))))) #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 x (/.f64 p (*.f64 x #s(literal 1/4 binary64)))))) (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64))))))) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64))))))))) (+.f64 (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64))))))) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64))))))) (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 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 x (/.f64 p (*.f64 x #s(literal 1/4 binary64)))))) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64)))))) #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 x (/.f64 p (*.f64 x #s(literal 1/4 binary64)))))) (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64))))))) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 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 x (/.f64 p (*.f64 x #s(literal 1/4 binary64))))))) (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64))))))) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64)))))))))) |
(/.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64))))))) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 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 x (/.f64 p (*.f64 x #s(literal 1/4 binary64)))))))) |
(/.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 x (/.f64 p (*.f64 x #s(literal 1/4 binary64)))))) (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64))))))) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64)))))))))) (neg.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64)))))) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64)))))) #s(literal 1/2 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64))))))) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 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 x (/.f64 p (*.f64 x #s(literal 1/4 binary64))))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64))))))) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64))))))) #s(literal 1/4 binary64)) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64)))))) #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 x (/.f64 p (*.f64 x #s(literal 1/4 binary64)))))) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64)))))) #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 x (/.f64 p (*.f64 x #s(literal 1/4 binary64)))))) (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64))))))) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 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 x (/.f64 p (*.f64 x #s(literal 1/4 binary64))))))) (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64))))))) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64))))))))) #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 x (/.f64 p (*.f64 x #s(literal 1/4 binary64)))))) (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64))))))) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64))))))))) (/.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 x (/.f64 p (*.f64 x #s(literal 1/4 binary64)))))) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64)))))) #s(literal 1/2 binary64)))))) |
(*.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64))))))) (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 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 x (/.f64 p (*.f64 x #s(literal 1/4 binary64))))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64))))) (/.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 x (/.f64 p (*.f64 x #s(literal 1/4 binary64)))))))) |
(neg.f64 (/.f64 (*.f64 x #s(literal -1/2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64))))))) |
(/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64)))))) |
(/.f64 (*.f64 x #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64))))) (/.f64 x #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64))))) (/.f64 x #s(literal 2 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64))))) (/.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 x (/.f64 p (*.f64 x #s(literal 1/4 binary64)))))) |
(/.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 x (/.f64 p (*.f64 x #s(literal 1/4 binary64)))))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64))))) (/.f64 x #s(literal 2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64))))) (/.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 x (/.f64 p (*.f64 x #s(literal 1/4 binary64))))))) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64)))))))) |
(*.f64 x (/.f64 #s(literal 1/2 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64))))))) |
(*.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64))))))) |
(*.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 x (/.f64 p (*.f64 x #s(literal 1/4 binary64)))))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64)))))) (/.f64 x #s(literal 2 binary64))) |
(*.f64 (/.f64 x (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64)))))) #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 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/64 binary64))) (*.f64 p (*.f64 p p))))) (+.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64)))) (-.f64 (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64)))) (*.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)) (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) (*.f64 p p)))) (-.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64)))))) |
(/.f64 x #s(literal 2 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -2 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 2 binary64) x)) |
(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)) |
(+.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal 0 binary64) p) x)) |
(+.f64 (/.f64 (-.f64 #s(literal 0 binary64) p) x) #s(literal 0 binary64)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 (/.f64 p x) (/.f64 x p))) (/.f64 (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x (*.f64 x x))) (/.f64 (/.f64 p x) (/.f64 x p)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 p x)) (/.f64 (/.f64 (/.f64 p x) (/.f64 x p)) (/.f64 p x))) |
(fma.f64 p (/.f64 #s(literal -1 binary64) x) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) p) (/.f64 #s(literal 1 binary64) x) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 p x) (/.f64 x p))) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 p x) (/.f64 x p))) (/.f64 x p) #s(literal 0 binary64)) |
(fma.f64 #s(literal -1 binary64) (/.f64 p x) #s(literal 0 binary64)) |
(neg.f64 (/.f64 p x)) |
(/.f64 p (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (-.f64 #s(literal 0 binary64) p) x) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x (*.f64 x x)))) (/.f64 (/.f64 p x) (/.f64 x p))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (/.f64 x p))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 p x) (/.f64 x p)) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x (*.f64 x x)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 p x) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 p x) (/.f64 x p))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 p x) (/.f64 x p))) (/.f64 p x)) |
(/.f64 #s(literal -1 binary64) (/.f64 x p)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) p)) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x (*.f64 x x))))) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 p x) (/.f64 x p)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 p x) (/.f64 x p)))) (/.f64 (-.f64 #s(literal 0 binary64) p) x)) |
(/.f64 (+.f64 #s(literal 0 binary64) (*.f64 #s(literal -1 binary64) (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x (*.f64 x x))))) (+.f64 #s(literal 0 binary64) (-.f64 (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) p) x) (/.f64 (-.f64 #s(literal 0 binary64) p) x)) (*.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal 0 binary64) p) x))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) p) x) (/.f64 (-.f64 #s(literal 0 binary64) p) x))) (-.f64 #s(literal 0 binary64) (/.f64 (-.f64 #s(literal 0 binary64) p) x))) |
(pow.f64 (neg.f64 (/.f64 x p)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (/.f64 p x) (/.f64 x p)) (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x (*.f64 x x))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 p x) (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 p x) (/.f64 x p)))) #s(literal -1 binary64)) |
(*.f64 p (/.f64 #s(literal -1 binary64) x)) |
(*.f64 (-.f64 #s(literal 0 binary64) p) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (/.f64 (/.f64 p x) (/.f64 x p)))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 p x) (/.f64 x p))) (/.f64 x p)) |
(*.f64 #s(literal -1 binary64) (/.f64 p x)) |
(+.f64 #s(literal 0 binary64) (/.f64 p x)) |
(+.f64 (/.f64 p x) #s(literal 0 binary64)) |
(exp.f64 (*.f64 (log.f64 (/.f64 x p)) #s(literal -1 binary64))) |
(fma.f64 p (/.f64 #s(literal 1 binary64) x) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) p) (/.f64 #s(literal -1 binary64) x) #s(literal 0 binary64)) |
(fma.f64 #s(literal 1 binary64) (/.f64 p x) #s(literal 0 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) p #s(literal 0 binary64)) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) p) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x x) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (-.f64 #s(literal 0 binary64) p) (-.f64 #s(literal 0 binary64) (*.f64 x x))) x #s(literal 0 binary64)) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) p) x)) |
(/.f64 p x) |
(/.f64 (-.f64 #s(literal 0 binary64) p) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 #s(literal 1 binary64) (/.f64 x p)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 x p) #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (/.f64 (/.f64 p x) (/.f64 x p))) (/.f64 (-.f64 #s(literal 0 binary64) p) x)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 x p))) |
(/.f64 (*.f64 p #s(literal 1 binary64)) x) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) p)) x) |
(/.f64 (+.f64 #s(literal 0 binary64) (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x (*.f64 x x)))) (/.f64 (/.f64 p x) (/.f64 x p))) |
(pow.f64 (/.f64 x p) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 x p) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 p (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (-.f64 #s(literal 0 binary64) p) (/.f64 #s(literal -1 binary64) x)) |
(*.f64 #s(literal 1 binary64) (/.f64 p 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 (-.f64 #s(literal 0 binary64) p) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x x)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) p) (-.f64 #s(literal 0 binary64) (*.f64 x 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 #s(literal 1/8 binary64) (*.f64 p (*.f64 p (*.f64 p p)))) #s(literal 12 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 (*.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 p (*.f64 p (*.f64 p p)))) #s(literal 12 binary64)) (-.f64 #s(literal 0 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 x) (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) p))) |
(/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) p) (*.f64 x x)) |
(/.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 #s(literal 1/8 binary64) (*.f64 p (*.f64 p (*.f64 p p)))) #s(literal 12 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)) p)) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(/.f64 (*.f64 (/.f64 #s(literal 1/8 binary64) p) (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal -12 binary64))))) (*.f64 x x)) |
(/.f64 (*.f64 #s(literal 1/8 binary64) (/.f64 (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal -12 binary64)))) (*.f64 x x))) p) |
(/.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)) p) x) 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 x) (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) p)) #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 (*.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 p (*.f64 p (*.f64 p p)))) #s(literal 12 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 p (*.f64 x x))))) |
(*.f64 (/.f64 #s(literal 1/8 binary64) p) (/.f64 (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal -12 binary64)))) (*.f64 x x))) |
(*.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 #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 #s(literal 1 binary64) p) (pow.f64 (/.f64 (*.f64 x x) (*.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)) p) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(*.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 (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal -12 binary64)))) p) (/.f64 #s(literal 1/8 binary64) (*.f64 x x))) |
(*.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)))) (*.f64 x p)) (/.f64 #s(literal 1/8 binary64) x)) |
(*.f64 (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 p (*.f64 p (*.f64 p p)))) p) (/.f64 #s(literal -12 binary64) (*.f64 x x))) |
(*.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 x)) (/.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) p)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x p)) (pow.f64 (/.f64 x (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 p (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal -12 binary64))))) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 x x) #s(literal 1/8 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 p (*.f64 #s(literal 1/8 binary64) (*.f64 p (*.f64 p (*.f64 p p))))) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 x x) #s(literal -12 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) #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 (*.f64 x p) (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal -12 binary64))))) #s(literal -1 binary64)) (pow.f64 (/.f64 x #s(literal 1/8 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))) |
(exp.f64 (*.f64 (log.f64 (/.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)))))) #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 (-.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 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x)))))) (*.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 #s(literal 1 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) (/.f64 (/.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))))) #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 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))))) (*.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 (-.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 (*.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 (*.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 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 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))))) #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 (*.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 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 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))))) (/.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 (-.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))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.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))))) #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 (-.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 #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 -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 #s(literal 0 binary64) (*.f64 x (*.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 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))))))) #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 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x)))))) #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 #s(literal 1/8 binary64) (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal -12 binary64))))) |
(*.f64 (*.f64 p p) (*.f64 (*.f64 (*.f64 p p) #s(literal -12 binary64)) #s(literal 1/8 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)))) |
(+.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 (*.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)))))) |
(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 (*.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 p (*.f64 p (*.f64 p p)))) #s(literal 12 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) p) (/.f64 (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal -12 binary64)))) (*.f64 x x)) 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 #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 #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)) p) (/.f64 #s(literal 1 binary64) (*.f64 x x)) 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 (*.f64 p (*.f64 p (*.f64 (*.f64 p p) #s(literal -12 binary64)))) p) (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) 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)))) (*.f64 x p)) (/.f64 #s(literal 1/8 binary64) x) p) |
(fma.f64 (/.f64 (*.f64 #s(literal 1/8 binary64) (*.f64 p (*.f64 p (*.f64 p p)))) p) (/.f64 #s(literal -12 binary64) (*.f64 x x)) 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 (+.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 (*.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 (*.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 (*.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 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x)))) (-.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 #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 (*.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 (*.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 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))))))) |
(/.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 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 (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 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))))))) (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 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x)))))) (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 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x)))) (*.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 (*.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 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 (*.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 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 (*.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 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 (*.f64 p (*.f64 p (*.f64 p p))) #s(literal -3/2 binary64)) (*.f64 p (*.f64 x x))))) (/.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 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) p)) p)) #s(literal 1/2 binary64))) |
(sqrt.f64 (/.f64 (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) p)) p)) |
(/.f64 (sqrt.f64 (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) p))) (sqrt.f64 p)) |
(/.f64 #s(literal 1 binary64) (sqrt.f64 (/.f64 p (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) p))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sqrt.f64 p) (sqrt.f64 (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) p))))) |
(/.f64 (sqrt.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) p)))) (sqrt.f64 (-.f64 #s(literal 0 binary64) p))) |
(/.f64 (neg.f64 (sqrt.f64 (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) p)))) (neg.f64 (sqrt.f64 p))) |
(pow.f64 (/.f64 (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) p)) p) #s(literal 1/2 binary64)) |
(pow.f64 (/.f64 p (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) p))) #s(literal -1/2 binary64)) |
(pow.f64 (sqrt.f64 (/.f64 p (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) p)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (sqrt.f64 p) (sqrt.f64 (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) p)))) #s(literal -1 binary64)) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) p))) (pow.f64 p #s(literal -1/2 binary64))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) p))) (sqrt.f64 (/.f64 #s(literal 1 binary64) p))) |
(*.f64 (sqrt.f64 (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) p))) (/.f64 #s(literal 1 binary64) (sqrt.f64 p))) |
(*.f64 (pow.f64 p #s(literal -1/2 binary64)) (sqrt.f64 (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) p)))) |
(*.f64 (pow.f64 (/.f64 (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) p)) p) #s(literal 1/4 binary64)) (pow.f64 (/.f64 (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) p)) p) #s(literal 1/4 binary64))) |
(*.f64 (pow.f64 #s(literal 1 binary64) #s(literal 1/2 binary64)) (sqrt.f64 (/.f64 (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) p)) p))) |
(*.f64 (pow.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) p))) #s(literal 1/2 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) p)) #s(literal 1/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 p (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) p)))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) p)) (-.f64 #s(literal 0 binary64) p))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) p))) p)) |
(/.f64 (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) p)) p) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) p))) (-.f64 #s(literal 0 binary64) p)) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/64 binary64)) (*.f64 #s(literal 1/8 binary64) (*.f64 p (*.f64 p p)))) (*.f64 p (+.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) (*.f64 (*.f64 #s(literal 1/2 binary64) p) (-.f64 (*.f64 #s(literal 1/2 binary64) p) (*.f64 x #s(literal 1/4 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 p (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) p)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 p (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) p))) #s(literal 1 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 p p))) (*.f64 p (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal -1/2 binary64) p)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 p (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) p))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/64 binary64)) (*.f64 #s(literal 1/8 binary64) (*.f64 p (*.f64 p p)))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) (*.f64 (*.f64 #s(literal 1/2 binary64) p) (-.f64 (*.f64 #s(literal 1/2 binary64) p) (*.f64 x #s(literal 1/4 binary64))))) p)) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 p p))) #s(literal 1 binary64)) (*.f64 (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal -1/2 binary64) p)) p)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) p)))) (neg.f64 (-.f64 #s(literal 0 binary64) p))) |
(/.f64 (*.f64 (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) p)) #s(literal 1 binary64)) p) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/64 binary64)) (*.f64 #s(literal 1/8 binary64) (*.f64 p (*.f64 p p)))) (/.f64 #s(literal 1 binary64) p)) (+.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) (*.f64 (*.f64 #s(literal 1/2 binary64) p) (-.f64 (*.f64 #s(literal 1/2 binary64) p) (*.f64 x #s(literal 1/4 binary64)))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 p p))) (/.f64 #s(literal 1 binary64) p)) (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal -1/2 binary64) p))) |
(pow.f64 (/.f64 p (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) p))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 p (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) p))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) p)) (/.f64 #s(literal 1 binary64) p)) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) p))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) p))) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) p)) p)) |
(*.f64 (/.f64 #s(literal 1 binary64) p) (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) p))) |
(*.f64 (/.f64 #s(literal 1 binary64) p) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) p))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 p (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/64 binary64)) (*.f64 #s(literal 1/8 binary64) (*.f64 p (*.f64 p p))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) (*.f64 (*.f64 #s(literal 1/2 binary64) p) (-.f64 (*.f64 #s(literal 1/2 binary64) p) (*.f64 x #s(literal 1/4 binary64))))))) |
(*.f64 (pow.f64 (/.f64 p (-.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 p p)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal -1/2 binary64) p)))) |
(+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) p)) |
(+.f64 (*.f64 #s(literal 1/2 binary64) p) (*.f64 x #s(literal 1/4 binary64))) |
(-.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal -1/2 binary64) p))) (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 p p)) (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal -1/2 binary64) p)))) |
(fma.f64 #s(literal 1/2 binary64) p (*.f64 x #s(literal 1/4 binary64))) |
(fma.f64 x #s(literal 1/4 binary64) (*.f64 #s(literal 1/2 binary64) p)) |
(fma.f64 p #s(literal 1/2 binary64) (*.f64 x #s(literal 1/4 binary64))) |
(fma.f64 #s(literal 1/4 binary64) x (*.f64 #s(literal 1/2 binary64) p)) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/64 binary64)) (*.f64 #s(literal 1/8 binary64) (*.f64 p (*.f64 p p)))) (+.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) (*.f64 (*.f64 #s(literal 1/2 binary64) p) (-.f64 (*.f64 #s(literal 1/2 binary64) p) (*.f64 x #s(literal 1/4 binary64)))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/64 binary64)) (*.f64 #s(literal 1/8 binary64) (*.f64 p (*.f64 p p)))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 p p)) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) (*.f64 (*.f64 (*.f64 x #s(literal 1/4 binary64)) #s(literal 1/2 binary64)) p)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) (*.f64 (*.f64 #s(literal 1/2 binary64) p) (-.f64 (*.f64 #s(literal 1/2 binary64) p) (*.f64 x #s(literal 1/4 binary64))))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/64 binary64)) (*.f64 #s(literal 1/8 binary64) (*.f64 p (*.f64 p p)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal -1/2 binary64) p)) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 p p))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 p p))) (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal -1/2 binary64) p))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/64 binary64)) (*.f64 #s(literal 1/8 binary64) (*.f64 p (*.f64 p p))))) (neg.f64 (+.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) (*.f64 (*.f64 #s(literal 1/2 binary64) p) (-.f64 (*.f64 #s(literal 1/2 binary64) p) (*.f64 x #s(literal 1/4 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 p p)))) (neg.f64 (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal -1/2 binary64) p)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 p p)) (*.f64 (*.f64 x x) #s(literal 1/16 binary64))) (-.f64 (*.f64 #s(literal 1/2 binary64) p) (*.f64 x #s(literal 1/4 binary64)))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) (*.f64 (*.f64 #s(literal 1/2 binary64) p) (-.f64 (*.f64 #s(literal 1/2 binary64) p) (*.f64 x #s(literal 1/4 binary64))))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/64 binary64)) (*.f64 #s(literal 1/8 binary64) (*.f64 p (*.f64 p p))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal -1/2 binary64) p)) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 p p)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/64 binary64)) (*.f64 #s(literal 1/8 binary64) (*.f64 p (*.f64 p p)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) (*.f64 (*.f64 #s(literal 1/2 binary64) p) (-.f64 (*.f64 #s(literal 1/2 binary64) p) (*.f64 x #s(literal 1/4 binary64))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) (*.f64 #s(literal 1/4 binary64) (*.f64 p p))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal -1/2 binary64) p)))) |
(*.f64 x #s(literal 1/4 binary64)) |
(*.f64 #s(literal 1/4 binary64) x) |
(+.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (/.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 (*.f64 p (*.f64 p p))) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))) |
(fma.f64 p (*.f64 p (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) #s(literal -2 binary64)))) |
(fma.f64 p (*.f64 p (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))) |
(fma.f64 (*.f64 p p) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 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 p p) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))) |
(fma.f64 (*.f64 p (*.f64 p (*.f64 p p))) (/.f64 #s(literal 4 binary64) (*.f64 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 p p) #s(literal 4 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 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)))) |
(fma.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 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)))) |
(fma.f64 #s(literal -2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (*.f64 p p)) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))) |
(fma.f64 (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))) (*.f64 p p) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))) |
(fma.f64 (/.f64 (*.f64 p p) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (/.f64 #s(literal 4 binary64) x) (*.f64 p p)) (/.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)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) p) p (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) #s(literal -2 binary64)))) |
(fma.f64 (*.f64 (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))) p) p (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))) |
(fma.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) #s(literal 4 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 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 p p) (/.f64 (*.f64 p p) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 #s(literal 4 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) #s(literal -2 binary64)))) |
(fma.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (/.f64 #s(literal 4 binary64) (*.f64 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 64 binary64)) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.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 (*.f64 p (*.f64 p p))) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))) (-.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 (*.f64 p (*.f64 p p))) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) #s(literal -2 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))) (*.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 (*.f64 p (*.f64 p p))) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (/.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 x (*.f64 (*.f64 x (*.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 (*.f64 x (*.f64 x x)) (*.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 p (*.f64 p (*.f64 p p))) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (*.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 p p) #s(literal 4 binary64)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))))) |
(/.f64 (*.f64 (*.f64 p p) (-.f64 (*.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 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))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 p p) (*.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x (*.f64 (*.f64 x (*.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 (*.f64 x (*.f64 x x)) (*.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 p (*.f64 p (*.f64 p p))) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (*.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 p p) #s(literal 4 binary64)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (*.f64 p p)) (-.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))))) |
(*.f64 p (*.f64 p (+.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)))))) |
(*.f64 (*.f64 p p) (+.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))))) |
(*.f64 (+.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)))) (*.f64 p p)) |
(*.f64 (*.f64 p (+.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) |
(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 p (*.f64 p (+.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)))))) (/.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 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.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 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.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 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))) #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 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))))))) (sqrt.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x))))))))) |
(pow.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.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 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.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 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.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 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.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 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.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 #s(literal 1/4 binary64) (*.f64 (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.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 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.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 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x))))))) |
(+.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.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 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))))) (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))))) (-.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x))))))))) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.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 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x))))))) #s(literal 1/2 binary64)) |
(fma.f64 x (/.f64 #s(literal 1/2 binary64) (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.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 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.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 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.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 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))) #s(literal 1/2 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))) (/.f64 x #s(literal 2 binary64)) #s(literal 1/2 binary64)) |
(fma.f64 (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.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 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))) (*.f64 (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))) (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))))) (+.f64 (*.f64 x x) (*.f64 (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))) (-.f64 (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.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 (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))) (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x))))))) (-.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.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 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))))))) (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.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 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))))))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))))) (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))))))) |
(/.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 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.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 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.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 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x))))))) (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) 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 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x))))))))) (-.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.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 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.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 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))) #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 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))))))) (neg.f64 (-.f64 #s(literal 1/2 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x))))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))))) #s(literal 1/4 binary64)) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.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 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.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 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.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 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x))))))) (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.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 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))) (*.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.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 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))) #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 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.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 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x))))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.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 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))))) |
(neg.f64 (/.f64 (*.f64 x #s(literal -1/2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x))))))) |
(/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))) |
(/.f64 (*.f64 x #s(literal -1/2 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x))))) (/.f64 x #s(literal 2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x))))) (/.f64 x #s(literal 2 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.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 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.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 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))))) |
(pow.f64 (/.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x))))) (/.f64 x #s(literal 2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.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 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x))))))) |
(*.f64 x (*.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))))) |
(*.f64 x (/.f64 #s(literal 1/2 binary64) (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x))))))) |
(*.f64 (/.f64 x #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.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 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))) (/.f64 x #s(literal 2 binary64))) |
(*.f64 (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.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 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))) (*.f64 (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))) (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))))) (+.f64 (*.f64 x x) (*.f64 (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))) (-.f64 (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))) x)))) |
(*.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (-.f64 (*.f64 x x) (*.f64 (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))) (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x))))))) (-.f64 x (*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))))) |
(/.f64 x (/.f64 p (*.f64 x #s(literal 1/4 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 p (*.f64 (*.f64 x x) #s(literal 1/4 binary64)))) |
(/.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) p) |
(/.f64 (*.f64 x #s(literal 1 binary64)) (/.f64 p (*.f64 x #s(literal 1/4 binary64)))) |
(/.f64 (*.f64 #s(literal 1 binary64) x) (/.f64 p (*.f64 x #s(literal 1/4 binary64)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) (-.f64 #s(literal 0 binary64) p)) |
(/.f64 (*.f64 x (*.f64 x #s(literal -1/4 binary64))) (-.f64 #s(literal 0 binary64) p)) |
(/.f64 (*.f64 (*.f64 x #s(literal -1/4 binary64)) x) (-.f64 #s(literal 0 binary64) p)) |
(pow.f64 (/.f64 p (*.f64 (*.f64 x x) #s(literal 1/4 binary64))) #s(literal -1 binary64)) |
(*.f64 x (/.f64 (*.f64 x #s(literal 1/4 binary64)) p)) |
(*.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) p) x)) |
(*.f64 (/.f64 (*.f64 x #s(literal 1/4 binary64)) p) x) |
(*.f64 (*.f64 x x) (/.f64 #s(literal 1/4 binary64) p)) |
(*.f64 (*.f64 (*.f64 x x) #s(literal 1/4 binary64)) (/.f64 #s(literal 1 binary64) p)) |
(*.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))) |
(*.f64 #s(literal 1/2 binary64) p) |
(*.f64 p #s(literal 1/2 binary64)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x (*.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 (*.f64 x (*.f64 x (*.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 (*.f64 (*.f64 p p) #s(literal -4 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal 4 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x (*.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)) (*.f64 x (*.f64 x (*.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 (*.f64 x 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 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x (*.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 (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal 4 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x (*.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)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -1 binary64)) |
(*.f64 p (*.f64 p (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))) |
(*.f64 p (*.f64 (*.f64 p #s(literal 4 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))) |
(*.f64 p (/.f64 (*.f64 p #s(literal 4 binary64)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) |
(*.f64 (/.f64 p x) (/.f64 (*.f64 p #s(literal 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 4 binary64))) #s(literal -1 binary64))) |
(*.f64 (*.f64 p p) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) |
(*.f64 #s(literal 4 binary64) (*.f64 (*.f64 p p) (/.f64 #s(literal 1 binary64) (*.f64 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 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) |
(*.f64 (*.f64 (*.f64 p p) #s(literal -4 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))) |
(*.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 (/.f64 p x) (/.f64 x p)) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x x)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x (*.f64 x (*.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 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 p p) #s(literal 4 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 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 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 p p)) |
(*.f64 (/.f64 p (*.f64 x x)) (/.f64 (*.f64 p #s(literal 4 binary64)) (*.f64 x (*.f64 x x)))) |
(*.f64 (/.f64 p (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 p #s(literal 4 binary64)) x)) |
(*.f64 (/.f64 (*.f64 p p) x) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(*.f64 (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 p p) x)) |
(*.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 (pow.f64 (/.f64 x (*.f64 p p)) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal 4 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal 4 binary64)) #s(literal -1 binary64)) (pow.f64 (/.f64 x (*.f64 p p)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 x x) p) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 p #s(literal 4 binary64))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (*.f64 x x) (*.f64 p p)) #s(literal -1 binary64)) (pow.f64 (/.f64 (*.f64 x (*.f64 x x)) #s(literal 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 4 binary64))) #s(literal -1 binary64))) |
(+.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)))) |
(+.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 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)))) |
(-.f64 (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.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 x x)))))) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 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))))) (/.f64 (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 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)))))) |
(fma.f64 p (*.f64 p (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))) |
(fma.f64 p (*.f64 (*.f64 p #s(literal 4 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))) |
(fma.f64 p (/.f64 (*.f64 p #s(literal 4 binary64)) (*.f64 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 #s(literal 0 binary64) (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) |
(fma.f64 (/.f64 p x) (/.f64 (*.f64 p #s(literal 4 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))) |
(fma.f64 (*.f64 p p) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))) |
(fma.f64 #s(literal 4 binary64) (*.f64 (*.f64 p p) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))) |
(fma.f64 #s(literal 4 binary64) (/.f64 (*.f64 p p) (*.f64 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 #s(literal 1 binary64) (*.f64 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 p p) #s(literal 4 binary64)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) |
(fma.f64 (*.f64 (*.f64 p p) #s(literal -4 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal -2 binary64) (*.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)))) |
(fma.f64 (/.f64 #s(literal 4 binary64) x) (/.f64 (*.f64 p p) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))) |
(fma.f64 (/.f64 #s(literal 4 binary64) (*.f64 x x)) (/.f64 (*.f64 p p) (*.f64 x (*.f64 x x))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))) |
(fma.f64 (/.f64 (/.f64 p x) (/.f64 x p)) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x x))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))) |
(fma.f64 #s(literal 1 binary64) (/.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)))) |
(fma.f64 #s(literal 1 binary64) (/.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)))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 p p) #s(literal 4 binary64)) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))) |
(fma.f64 (/.f64 #s(literal -2 binary64) x) (/.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) |
(fma.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))) |
(fma.f64 (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 p p) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))) |
(fma.f64 (/.f64 p (*.f64 x x)) (/.f64 (*.f64 p #s(literal 4 binary64)) (*.f64 x (*.f64 x x))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))) |
(fma.f64 (/.f64 p (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 p #s(literal 4 binary64)) x) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))) |
(fma.f64 (/.f64 (*.f64 p p) x) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))) |
(fma.f64 (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 p p) x) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x)))) |
(/.f64 (+.f64 (*.f64 (*.f64 p p) (*.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x (*.f64 (*.f64 x (*.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 (*.f64 x (*.f64 x x)) (*.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 p (*.f64 p (*.f64 p p))) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (*.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 p p) #s(literal 4 binary64)) (*.f64 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 (*.f64 x (*.f64 x x)) (*.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 p (*.f64 p (*.f64 p p))) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal 4 binary64))))))) |
(/.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 x (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -2 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (*.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 p p) #s(literal 4 binary64)) (*.f64 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 (*.f64 x (*.f64 x x)) (*.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 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)))) (-.f64 (*.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 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))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 x (*.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 #s(literal 0 binary64) (*.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 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 (*.f64 (*.f64 p p) #s(literal -4 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal 2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x x))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 p p) #s(literal -4 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -2 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x (*.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 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.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 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 #s(literal -2 binary64) x))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 x x))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal 4 binary64))) #s(literal 2 binary64))) (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal 4 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x x))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal 4 binary64))) #s(literal -2 binary64))) (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x 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 (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal 4 binary64))) #s(literal 1 binary64))) (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x 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 (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal 4 binary64))) (/.f64 #s(literal -2 binary64) x))) (*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal 4 binary64))) (*.f64 x x))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x #s(literal 2 binary64))) (*.f64 x (-.f64 #s(literal 0 binary64) (*.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 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 #s(literal 0 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 p p) #s(literal 4 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) |
(/.f64 (+.f64 (*.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 p p) #s(literal -4 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x x))) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))) |
(/.f64 (+.f64 (*.f64 #s(literal 2 binary64) (/.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal 4 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x x))) #s(literal 1 binary64))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal 4 binary64))))) |
(/.f64 (+.f64 (*.f64 #s(literal 2 binary64) x) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x x))) x)) |
(/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 p p) #s(literal -4 binary64)))) (*.f64 (*.f64 x (*.f64 x x)) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))) |
(/.f64 (+.f64 (*.f64 #s(literal -2 binary64) (/.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x 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 (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal 4 binary64))))) |
(/.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 #s(literal 0 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 #s(literal 0 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x 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 (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal 4 binary64))))) |
(/.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 #s(literal 0 binary64) (*.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 #s(literal 0 binary64) (*.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 (*.f64 x 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 (*.f64 x x)))) (*.f64 (*.f64 p p) #s(literal 4 binary64))))) |
(/.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 x (*.f64 (*.f64 x (*.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 (*.f64 x (*.f64 x x)) (*.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 p (*.f64 p (*.f64 p p))) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (*.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 p p) #s(literal 4 binary64)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))) (neg.f64 (-.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)))))) |
(/.f64 (-.f64 (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.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 x x))))))) |
(/.f64 (/.f64 (+.f64 (*.f64 (*.f64 p p) (*.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x (*.f64 (*.f64 x (*.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 x (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -2 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 (*.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (*.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 p p) #s(literal 4 binary64)) (*.f64 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 (*.f64 x (*.f64 x x)) (*.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 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)))) (-.f64 (*.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (/.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 x (*.f64 (*.f64 x (*.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 (*.f64 x (*.f64 x x)) (*.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 p (*.f64 p (*.f64 p p))) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (*.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 p p) #s(literal 4 binary64)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (/.f64 #s(literal 4 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))))) (/.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 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)))))) |
(+.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (+.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))))) (/.f64 (*.f64 p p) (/.f64 x #s(literal 2 binary64)))) |
(+.f64 (/.f64 (*.f64 p p) (/.f64 x #s(literal 2 binary64))) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (+.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)))))) |
(fma.f64 p (*.f64 p (*.f64 p (*.f64 p (+.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))))))) (/.f64 (*.f64 p p) (/.f64 x #s(literal 2 binary64)))) |
(fma.f64 p (*.f64 p (/.f64 #s(literal 2 binary64) x)) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (+.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)))))) |
(fma.f64 p (*.f64 (*.f64 p (+.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))))) (*.f64 p p)) (/.f64 (*.f64 p p) (/.f64 x #s(literal 2 binary64)))) |
(fma.f64 #s(literal 2 binary64) (*.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 p p)) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (+.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)))))) |
(fma.f64 (*.f64 p p) (*.f64 p (*.f64 p (+.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)))))) (/.f64 (*.f64 p p) (/.f64 x #s(literal 2 binary64)))) |
(fma.f64 (*.f64 p p) (/.f64 #s(literal 2 binary64) x) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (+.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)))))) |
(fma.f64 (*.f64 p (*.f64 p (*.f64 p p))) (+.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)))) (/.f64 (*.f64 p p) (/.f64 x #s(literal 2 binary64)))) |
(fma.f64 (+.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)))) (*.f64 p (*.f64 p (*.f64 p p))) (/.f64 (*.f64 p p) (/.f64 x #s(literal 2 binary64)))) |
(fma.f64 (*.f64 p (*.f64 p (+.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)))))) (*.f64 p p) (/.f64 (*.f64 p p) (/.f64 x #s(literal 2 binary64)))) |
(fma.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p p) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (+.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)))))) |
(fma.f64 (*.f64 p (*.f64 p p)) (*.f64 p (+.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))))) (/.f64 (*.f64 p p) (/.f64 x #s(literal 2 binary64)))) |
(fma.f64 (*.f64 (*.f64 p (*.f64 p (+.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 (/.f64 (*.f64 p p) (/.f64 x #s(literal 2 binary64)))) |
(fma.f64 (*.f64 (/.f64 #s(literal 2 binary64) x) p) p (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (+.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)))))) |
(fma.f64 (*.f64 (*.f64 p p) #s(literal 2 binary64)) (/.f64 #s(literal 1 binary64) x) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (+.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)))))) |
(/.f64 (+.f64 (*.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 p (*.f64 p (+.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)))))) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (*.f64 (+.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)))) (+.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))))))) (*.f64 (*.f64 p (*.f64 p p)) (*.f64 p (*.f64 p p))))) (+.f64 (*.f64 (/.f64 (*.f64 p p) (/.f64 x #s(literal 2 binary64))) (/.f64 (*.f64 p p) (/.f64 x #s(literal 2 binary64)))) (-.f64 (*.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (+.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))))) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (+.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)))))) (*.f64 (/.f64 (*.f64 p p) (/.f64 x #s(literal 2 binary64))) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (+.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))))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 p p) (/.f64 x #s(literal 2 binary64))) (/.f64 (*.f64 p p) (/.f64 x #s(literal 2 binary64)))) (*.f64 (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (+.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))))) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (+.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))))))) (-.f64 (/.f64 (*.f64 p p) (/.f64 x #s(literal 2 binary64))) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (+.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))))))) |
(/.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 8 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 p (*.f64 p (+.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)))))) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (*.f64 (+.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)))) (+.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))))))))) (+.f64 (/.f64 #s(literal 4 binary64) (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p (+.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)))))) (-.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x))))) |
(/.f64 (*.f64 (*.f64 p p) (-.f64 (/.f64 #s(literal 4 binary64) (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (*.f64 (+.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)))) (+.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)))))))) (-.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.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)))))))) |
(/.f64 (*.f64 (+.f64 (/.f64 #s(literal 8 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 p (*.f64 p (+.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)))))) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (*.f64 (+.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)))) (+.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)))))))) (*.f64 p p)) (+.f64 (/.f64 #s(literal 4 binary64) (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p (+.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)))))) (-.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x))))) |
(/.f64 (*.f64 (-.f64 (/.f64 #s(literal 4 binary64) (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p (*.f64 p p))) (*.f64 (+.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)))) (+.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))))))) (*.f64 p p)) (-.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p (*.f64 p (+.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)))))))) |
(*.f64 p (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)))) |
(*.f64 (*.f64 p p) (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x))) |
(*.f64 (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x)) (*.f64 p p)) |
(*.f64 (*.f64 p (+.f64 (*.f64 p (*.f64 p (+.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)))))) (/.f64 #s(literal 2 binary64) x))) p) |
| 1× | egg-herbie |
| 5972× | *-lowering-*.f32 |
| 5972× | *-lowering-*.f64 |
| 3130× | +-lowering-+.f64 |
| 3130× | +-lowering-+.f32 |
| 2378× | /-lowering-/.f32 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 807 | 6450 |
| 1 | 2522 | 5857 |
| 0 | 8311 | 5857 |
| 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))))))) |
(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) |
(* -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)) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(* -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))) |
(* -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)) |
(* -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)) |
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)))) |
(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) (sqrt -1/2)) |
(+ (* -1/8 (/ (* x (sqrt -1)) (* p (sqrt -1/2)))) (* (sqrt -1) (sqrt -1/2))) |
(+ (* -1 (/ (+ (* 1/128 (/ (* (pow x 2) (sqrt -1)) (* p (pow (sqrt -1/2) 3)))) (* 1/8 (/ (* x (sqrt -1)) (sqrt -1/2)))) p)) (* (sqrt -1) (sqrt -1/2))) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/128 (/ (* (pow x 2) (sqrt -1)) (pow (sqrt -1/2) 3))) (* -1/1024 (/ (* (pow x 3) (sqrt -1)) (* p (pow (sqrt -1/2) 5))))) p)) (* 1/8 (/ (* x (sqrt -1)) (sqrt -1/2)))) p)) (* (sqrt -1) (sqrt -1/2))) |
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/2 p) |
(+ (* 1/4 x) (* 1/2 p)) |
(+ (* 1/4 x) (* 1/2 p)) |
(+ (* 1/4 x) (* 1/2 p)) |
(* 1/4 x) |
(* x (+ 1/4 (* 1/2 (/ p x)))) |
(* x (+ 1/4 (* 1/2 (/ p x)))) |
(* x (+ 1/4 (* 1/2 (/ p x)))) |
(* 1/4 x) |
(* -1 (* x (- (* -1/2 (/ p x)) 1/4))) |
(* -1 (* x (- (* -1/2 (/ p x)) 1/4))) |
(* -1 (* x (- (* -1/2 (/ p x)) 1/4))) |
(* 1/4 x) |
(+ (* 1/4 x) (* 1/2 p)) |
(+ (* 1/4 x) (* 1/2 p)) |
(+ (* 1/4 x) (* 1/2 p)) |
(* 1/2 p) |
(* p (+ 1/2 (* 1/4 (/ x p)))) |
(* p (+ 1/2 (* 1/4 (/ x p)))) |
(* p (+ 1/2 (* 1/4 (/ x p)))) |
(* 1/2 p) |
(* -1 (* p (- (* -1/4 (/ x p)) 1/2))) |
(* -1 (* p (- (* -1/4 (/ x p)) 1/2))) |
(* -1 (* p (- (* -1/4 (/ x p)) 1/2))) |
(* 1/4 x) |
(* 1/4 x) |
(* 1/4 x) |
(* 1/4 x) |
(* 1/4 x) |
(* 1/4 x) |
(* 1/4 x) |
(* 1/4 x) |
(* 1/4 x) |
(* 1/4 x) |
(* 1/4 x) |
(* 1/4 x) |
(* -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))) |
(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)) |
(* 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)) |
(* 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) |
(* 1/2 p) |
(* 1/2 p) |
(* 1/2 p) |
(* 1/2 p) |
(* 1/2 p) |
(* 1/2 p) |
(* 1/2 p) |
(* 1/2 p) |
(* 1/2 p) |
(* 1/2 p) |
(* 1/2 p) |
(* 1/2 p) |
(* 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 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))) |
(* 2 (/ (pow p 2) x)) |
(* (pow p 2) (+ (* -2 (/ (pow p 2) (pow x 3))) (* 2 (/ 1 x)))) |
(* (pow p 2) (+ (* (pow p 2) (- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3))))) (* 2 (/ 1 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) (- (+ (* 4 (/ 1 (pow x 5))) (/ 2 (* (pow p 4) x))) (/ 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) (- (+ (* 4 (/ 1 (pow x 5))) (/ 2 (* (pow p 4) x))) (/ 2 (* (pow p 2) (pow x 3))))) |
(* 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)) (* 2 (* (pow p 2) (pow x 2)))))) (pow x 5)) |
(* 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)) (* 4 (/ (pow p 6) (pow x 4))))) x) |
(/ (+ (* -2 (/ (pow p 4) (pow x 2))) (+ (* 2 (pow p 2)) (* 4 (/ (pow p 6) (pow x 4))))) x) |
(* 2 (/ (pow p 2) x)) |
(* -1 (/ (+ (* -2 (pow p 2)) (* 2 (/ (pow p 4) (pow x 2)))) x)) |
(* -1 (/ (+ (* -4 (/ (pow p 6) (pow x 4))) (+ (* -2 (pow p 2)) (* 2 (/ (pow p 4) (pow x 2))))) x)) |
(* -1 (/ (+ (* -4 (/ (pow p 6) (pow x 4))) (+ (* -2 (pow p 2)) (* 2 (/ (pow p 4) (pow x 2))))) x)) |
| 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 #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 (+.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))) (/.f64 (*.f64 #s(literal 1/2 binary64) (+.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))))) |
(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 p (/.f64 #s(literal -1 binary64) (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 (*.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)) 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 (+.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) (* 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 #s(literal 1/2 binary64) (*.f64 (-.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 #s(literal 1 binary64) (*.f64 x (*.f64 #s(literal 1/2 binary64) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) x))))) 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) (+ (* -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 (sqrt.f64 #s(literal 1/2 binary64)) (+.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 #s(literal 1/2 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (/.f64 (+.f64 (*.f64 (*.f64 x (*.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 (*.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) (* -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 (*.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/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 #s(literal -1/2 binary64) (/.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)))) (*.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 #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 #s(literal -1/32 binary64) (*.f64 p (*.f64 p p))) (/.f64 (*.f64 #s(literal 1/256 binary64) (*.f64 x x)) (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 #s(literal 2 binary64) (/.f64 p x))) |
(+ 1/2 (+ (* -16 (/ (pow p 3) (pow x 3))) (* 2 (/ p x)))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 p (+.f64 (/.f64 (*.f64 #s(literal -16 binary64) (*.f64 p p)) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) 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 (*.f64 #s(literal -16 binary64) (*.f64 p p)) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) 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) |
(+ 1/2 (* 2 (/ p x))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 2 binary64) (/.f64 p x))) |
(+ 1/2 (* -1 (/ (- (* 16 (/ (pow p 3) (pow x 2))) (* 2 p)) x))) |
(-.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (/.f64 (*.f64 #s(literal 16 binary64) (*.f64 p (*.f64 p p))) (*.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 #s(literal 16 binary64) (*.f64 p (*.f64 p p))) (*.f64 x x)) (+.f64 (/.f64 (*.f64 #s(literal -128 binary64) (pow.f64 p #s(literal 5 binary64))) (pow.f64 x #s(literal 4 binary64))) (*.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 #s(literal 2 binary64) (/.f64 p x))) |
(+ 1/2 (* p (+ (* -16 (/ (pow p 2) (pow x 3))) (* 2 (/ 1 x))))) |
(+.f64 #s(literal 1/2 binary64) (*.f64 p (+.f64 (/.f64 (*.f64 #s(literal -16 binary64) (*.f64 p p)) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) 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 #s(literal 128 binary64) (*.f64 p p)) (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 #s(literal -1/32 binary64) (*.f64 x x)) (*.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 #s(literal -1/32 binary64) (*.f64 x x)) (*.f64 p (*.f64 p p))) (/.f64 #s(literal 1/4 binary64) p))) (/.f64 (*.f64 #s(literal 1/256 binary64) (pow.f64 x #s(literal 5 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 #s(literal 1/32 binary64) (*.f64 x (*.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 #s(literal -1/4 binary64)) (/.f64 (*.f64 #s(literal 1/32 binary64) (*.f64 x (*.f64 x x))) (*.f64 p p))) (/.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 (*.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 #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 #s(literal -1/32 binary64) (*.f64 p (*.f64 p p))) (/.f64 (*.f64 #s(literal 1/256 binary64) (*.f64 x x)) (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 (*.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 #s(literal 2 binary64) (/.f64 p x)) |
(/ (+ (* -16 (/ (pow p 3) (pow x 2))) (* 2 p)) x) |
(/.f64 (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 (*.f64 p (*.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 (*.f64 p (*.f64 p p)) #s(literal -16 binary64)) (*.f64 x x)) (+.f64 (*.f64 p #s(literal 2 binary64)) (/.f64 (*.f64 #s(literal 128 binary64) (pow.f64 p #s(literal 5 binary64))) (pow.f64 x #s(literal 4 binary64))))) 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))) (pow.f64 x #s(literal 4 binary64))))) (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal -16 binary64)) (*.f64 x x))) x) |
(* 2 (/ p x)) |
(*.f64 #s(literal 2 binary64) (/.f64 p x)) |
(* -1 (/ (+ (* -2 p) (* 16 (/ (pow p 3) (pow x 2)))) x)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 16 binary64) (*.f64 p (*.f64 p p))) (*.f64 x x)) (*.f64 p #s(literal -2 binary64))) (neg.f64 x)) |
(* -1 (/ (- (+ (* -128 (/ (pow p 5) (pow x 4))) (* -2 p)) (* -16 (/ (pow p 3) (pow x 2)))) x)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 16 binary64) (*.f64 p (*.f64 p p))) (*.f64 x x)) (+.f64 (/.f64 (*.f64 #s(literal -128 binary64) (pow.f64 p #s(literal 5 binary64))) (pow.f64 x #s(literal 4 binary64))) (*.f64 p #s(literal -2 binary64)))) (neg.f64 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 p #s(literal -2 binary64)) (-.f64 (/.f64 (*.f64 #s(literal 1024 binary64) (pow.f64 p #s(literal 7 binary64))) (pow.f64 x #s(literal 6 binary64))) (+.f64 (/.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))) (pow.f64 x #s(literal 4 binary64)))))) (neg.f64 x)) |
(* 2 (/ p x)) |
(*.f64 #s(literal 2 binary64) (/.f64 p x)) |
(* p (+ (* -16 (/ (pow p 2) (pow x 3))) (* 2 (/ 1 x)))) |
(*.f64 p (+.f64 (/.f64 (*.f64 #s(literal -16 binary64) (*.f64 p p)) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) 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 #s(literal 128 binary64) (*.f64 p p)) (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 (*.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 (*.f64 x #s(literal 1/4 binary64)) p) |
(/ (+ (* -1/32 (/ (pow x 3) (pow p 2))) (* 1/4 x)) p) |
(/.f64 (+.f64 (*.f64 #s(literal -1/32 binary64) (*.f64 x (/.f64 (/.f64 (*.f64 x x) 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 #s(literal -1/32 binary64) (*.f64 x (/.f64 (/.f64 (*.f64 x x) 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 #s(literal 1/256 binary64) (pow.f64 x #s(literal 5 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 #s(literal -1/32 binary64) (*.f64 x (/.f64 (/.f64 (*.f64 x x) 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 #s(literal 1/32 binary64) (*.f64 x (*.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 #s(literal -1/4 binary64)) (/.f64 (*.f64 #s(literal 1/32 binary64) (*.f64 x (*.f64 x x))) (*.f64 p p))) (/.f64 (*.f64 #s(literal -1/256 binary64) (pow.f64 x #s(literal 5 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 #s(literal -1/4 binary64)) (/.f64 (*.f64 #s(literal 1/32 binary64) (*.f64 x (*.f64 x x))) (*.f64 p p))) (/.f64 (*.f64 #s(literal -1/256 binary64) (pow.f64 x #s(literal 5 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 #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) |
(* -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)) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal -3/2 binary64)) x) x) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal -3/2 binary64)) x) x) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal -3/2 binary64)) x) x) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal -3/2 binary64)) x) x) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal -3/2 binary64)) x) x) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal -3/2 binary64)) x) x) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal -3/2 binary64)) x) x) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal -3/2 binary64)) x) x) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal -3/2 binary64)) x) x) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal -3/2 binary64)) x) x) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal -3/2 binary64)) x) x) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal -3/2 binary64)) x) x) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal -3/2 binary64)) x) x) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal -3/2 binary64)) x) x) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal -3/2 binary64)) x) x) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal -3/2 binary64)) x) x) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal -3/2 binary64)) x) x) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal -3/2 binary64)) x) x) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal -3/2 binary64)) x) x) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal -3/2 binary64)) x) x) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal -3/2 binary64)) x) x) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal -3/2 binary64)) x) x) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal -3/2 binary64)) x) x) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal -3/2 binary64)) 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 #s(literal 3/2 binary64) (*.f64 p p)) (*.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 #s(literal 3/2 binary64) (*.f64 p p)) (*.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 #s(literal 3/2 binary64) (*.f64 p p)) (*.f64 x (*.f64 x x))) (/.f64 #s(literal -1 binary64) x))) |
(* 3/2 (/ (pow p 3) (pow x 3))) |
(/.f64 (*.f64 (*.f64 p (*.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 (/.f64 #s(literal -1 binary64) (*.f64 p p)) 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 (/.f64 #s(literal -1 binary64) (*.f64 p p)) 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 (/.f64 #s(literal -1 binary64) (*.f64 p p)) x))) |
(* 3/2 (/ (pow p 3) (pow x 3))) |
(/.f64 (*.f64 (*.f64 p (*.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 (*.f64 p (*.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 (*.f64 p (*.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 (*.f64 p (*.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 (*.f64 p (*.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 (*.f64 (*.f64 p (*.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 (*.f64 p (*.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 (*.f64 p (*.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 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 p p)) (*.f64 x x)))) (neg.f64 x)) |
(* -1 (/ (+ p (* -3/2 (/ (pow p 3) (pow x 2)))) x)) |
(/.f64 (*.f64 p (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 p p)) (*.f64 x x)))) (neg.f64 x)) |
(* -1 (/ (+ p (* -3/2 (/ (pow p 3) (pow x 2)))) x)) |
(/.f64 (*.f64 p (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 p p)) (*.f64 x x)))) (neg.f64 x)) |
(* -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)) |
p |
(* p (+ 1 (* -3/2 (/ (pow p 2) (pow x 2))))) |
(*.f64 p (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 p p)) (*.f64 x x)))) |
(* p (+ 1 (* -3/2 (/ (pow p 2) (pow x 2))))) |
(*.f64 p (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 p p)) (*.f64 x x)))) |
(* p (+ 1 (* -3/2 (/ (pow p 2) (pow x 2))))) |
(*.f64 p (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 p p)) (*.f64 x x)))) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal -3/2 binary64)) 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)))) |
(* (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 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal -3/2 binary64)) x) x) |
(* -1 (* (pow p 3) (- (* 3/2 (/ 1 (pow x 2))) (/ 1 (pow p 2))))) |
(*.f64 (+.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x x)) (/.f64 #s(literal -1 binary64) (*.f64 p p))) (*.f64 #s(literal -1 binary64) (*.f64 p (*.f64 p p)))) |
(* -1 (* (pow p 3) (- (* 3/2 (/ 1 (pow x 2))) (/ 1 (pow p 2))))) |
(*.f64 (+.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x x)) (/.f64 #s(literal -1 binary64) (*.f64 p p))) (*.f64 #s(literal -1 binary64) (*.f64 p (*.f64 p p)))) |
(* -1 (* (pow p 3) (- (* 3/2 (/ 1 (pow x 2))) (/ 1 (pow p 2))))) |
(*.f64 (+.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x x)) (/.f64 #s(literal -1 binary64) (*.f64 p p))) (*.f64 #s(literal -1 binary64) (*.f64 p (*.f64 p p)))) |
(* -3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal -3/2 binary64)) x) x) |
(/ (+ (* -3/2 (pow p 3)) (* p (pow x 2))) (pow x 2)) |
(/.f64 (+.f64 (*.f64 x (*.f64 x p)) (*.f64 (*.f64 p (*.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 (*.f64 p (*.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 (*.f64 p (*.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 #s(literal -3/2 binary64) (*.f64 p p)) (*.f64 x x)))) |
(+ p (* -3/2 (/ (pow p 3) (pow x 2)))) |
(*.f64 p (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 p p)) (*.f64 x x)))) |
(+ p (* -3/2 (/ (pow p 3) (pow x 2)))) |
(*.f64 p (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 p p)) (*.f64 x x)))) |
p |
(+ p (* -3/2 (/ (pow p 3) (pow x 2)))) |
(*.f64 p (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 p p)) (*.f64 x x)))) |
(+ p (* -3/2 (/ (pow p 3) (pow x 2)))) |
(*.f64 p (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 p p)) (*.f64 x x)))) |
(+ p (* -3/2 (/ (pow p 3) (pow x 2)))) |
(*.f64 p (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal -3/2 binary64) (*.f64 p p)) (*.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) (* 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/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 #s(literal 1/1024 binary64) x) (*.f64 (*.f64 p p) (*.f64 p (pow.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 5 binary64))))) (/.f64 (/.f64 #s(literal 1/128 binary64) (*.f64 #s(literal 1/2 binary64) (sqrt.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 #s(literal 1/2 binary64) x) (+.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x p))) (sqrt.f64 (/.f64 p (*.f64 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 #s(literal 1 binary64) (*.f64 x p))) (sqrt.f64 (/.f64 p (*.f64 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 #s(literal 1 binary64) (*.f64 x p))) (sqrt.f64 (/.f64 p (*.f64 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 (sqrt.f64 (/.f64 p (*.f64 x (*.f64 x x)))) (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1/4 binary64))) #s(literal 1/4 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 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/32 binary64) (*.f64 (sqrt.f64 (/.f64 (*.f64 p (*.f64 p p)) (pow.f64 x #s(literal 5 binary64)))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 #s(literal -1/4 binary64) (sqrt.f64 #s(literal -1/4 binary64)))))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x p))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1/4 binary64))))) (*.f64 (sqrt.f64 (/.f64 p (*.f64 x (*.f64 x x)))) (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1/4 binary64))) #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 (*.f64 (sqrt.f64 (/.f64 p (*.f64 x (*.f64 x x)))) (*.f64 (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1/4 binary64))) #s(literal 1/4 binary64))) (*.f64 (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 x p))) (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1/4 binary64))))) (+.f64 (*.f64 #s(literal -1/32 binary64) (*.f64 (sqrt.f64 (/.f64 (*.f64 p (*.f64 p p)) (pow.f64 x #s(literal 5 binary64)))) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 #s(literal -1/4 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 #s(literal 1 binary64) (*.f64 x p)))) (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (/.f64 p (*.f64 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 #s(literal 1 binary64) (*.f64 x p)))) (*.f64 (*.f64 p p) (+.f64 (*.f64 #s(literal -1/4 binary64) (sqrt.f64 (/.f64 #s(literal 1 binary64) (*.f64 p (*.f64 x (*.f64 p (*.f64 x (*.f64 x p)))))))) (*.f64 #s(literal 1/4 binary64) (sqrt.f64 (/.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 5 binary64))) 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) (+ (* -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/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 #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 #s(literal 1/1024 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 p p) (*.f64 p (pow.f64 (sqrt.f64 #s(literal 1/2 binary64)) #s(literal 5 binary64))))))) |
(* (sqrt -1) (sqrt -1/2)) |
(*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1/2 binary64))) |
(+ (* -1/8 (/ (* x (sqrt -1)) (* p (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 #s(literal -1/8 binary64) (*.f64 x (sqrt.f64 #s(literal -1 binary64)))) (*.f64 p (sqrt.f64 #s(literal -1/2 binary64))))) |
(+ (* -1 (/ (+ (* 1/128 (/ (* (pow x 2) (sqrt -1)) (* p (pow (sqrt -1/2) 3)))) (* 1/8 (/ (* x (sqrt -1)) (sqrt -1/2)))) p)) (* (sqrt -1) (sqrt -1/2))) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1/2 binary64))) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal 1/128 binary64) (/.f64 (*.f64 x x) p)) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (*.f64 #s(literal -1/2 binary64) (sqrt.f64 #s(literal -1/2 binary64))))) (*.f64 (*.f64 #s(literal 1/8 binary64) x) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1/2 binary64))))) p)) |
(+ (* -1 (/ (+ (* -1 (/ (+ (* -1/128 (/ (* (pow x 2) (sqrt -1)) (pow (sqrt -1/2) 3))) (* -1/1024 (/ (* (pow x 3) (sqrt -1)) (* p (pow (sqrt -1/2) 5))))) p)) (* 1/8 (/ (* x (sqrt -1)) (sqrt -1/2)))) p)) (* (sqrt -1) (sqrt -1/2))) |
(-.f64 (*.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1/2 binary64))) (/.f64 (-.f64 (*.f64 (*.f64 #s(literal 1/8 binary64) x) (/.f64 (sqrt.f64 #s(literal -1 binary64)) (sqrt.f64 #s(literal -1/2 binary64)))) (/.f64 (+.f64 (*.f64 #s(literal 1/64 binary64) (/.f64 (*.f64 x (*.f64 x (sqrt.f64 #s(literal -1 binary64)))) (sqrt.f64 #s(literal -1/2 binary64)))) (/.f64 (*.f64 (*.f64 #s(literal -1/1024 binary64) (*.f64 x (*.f64 x x))) (sqrt.f64 #s(literal -1 binary64))) (*.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 (*.f64 x #s(literal 1/4 binary64)) p)) |
(+ 1/2 (* 1/4 (/ x p))) |
(+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal 1/4 binary64)) p)) |
(+ 1/2 (* 1/4 (/ x p))) |
(+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal 1/4 binary64)) p)) |
(* 1/4 (/ x p)) |
(/.f64 (*.f64 x #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 (*.f64 x #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 (*.f64 x #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 (*.f64 x #s(literal 1/4 binary64)) p)) |
(+ 1/2 (* 1/4 (/ x p))) |
(+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal 1/4 binary64)) p)) |
(+ 1/2 (* 1/4 (/ x p))) |
(+.f64 #s(literal 1/2 binary64) (/.f64 (*.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 (*.f64 x #s(literal 1/4 binary64)) p)) |
(+ 1/2 (* 1/4 (/ x p))) |
(+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal 1/4 binary64)) p)) |
(+ 1/2 (* 1/4 (/ x p))) |
(+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal 1/4 binary64)) p)) |
(* 1/2 p) |
(*.f64 #s(literal 1/2 binary64) p) |
(+ (* 1/4 x) (* 1/2 p)) |
(+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) p)) |
(+ (* 1/4 x) (* 1/2 p)) |
(+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) p)) |
(+ (* 1/4 x) (* 1/2 p)) |
(+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) p)) |
(* 1/4 x) |
(*.f64 x #s(literal 1/4 binary64)) |
(* x (+ 1/4 (* 1/2 (/ p x)))) |
(*.f64 x (+.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) p) x))) |
(* x (+ 1/4 (* 1/2 (/ p x)))) |
(*.f64 x (+.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) p) x))) |
(* x (+ 1/4 (* 1/2 (/ p x)))) |
(*.f64 x (+.f64 #s(literal 1/4 binary64) (/.f64 (*.f64 #s(literal 1/2 binary64) p) x))) |
(* 1/4 x) |
(*.f64 x #s(literal 1/4 binary64)) |
(* -1 (* x (- (* -1/2 (/ p x)) 1/4))) |
(*.f64 (+.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) p) x)) (neg.f64 x)) |
(* -1 (* x (- (* -1/2 (/ p x)) 1/4))) |
(*.f64 (+.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) p) x)) (neg.f64 x)) |
(* -1 (* x (- (* -1/2 (/ p x)) 1/4))) |
(*.f64 (+.f64 #s(literal -1/4 binary64) (/.f64 (*.f64 #s(literal -1/2 binary64) p) x)) (neg.f64 x)) |
(* 1/4 x) |
(*.f64 x #s(literal 1/4 binary64)) |
(+ (* 1/4 x) (* 1/2 p)) |
(+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) p)) |
(+ (* 1/4 x) (* 1/2 p)) |
(+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) p)) |
(+ (* 1/4 x) (* 1/2 p)) |
(+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 #s(literal 1/2 binary64) p)) |
(* 1/2 p) |
(*.f64 #s(literal 1/2 binary64) p) |
(* p (+ 1/2 (* 1/4 (/ x p)))) |
(*.f64 p (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal 1/4 binary64)) p))) |
(* p (+ 1/2 (* 1/4 (/ x p)))) |
(*.f64 p (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal 1/4 binary64)) p))) |
(* p (+ 1/2 (* 1/4 (/ x p)))) |
(*.f64 p (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal 1/4 binary64)) p))) |
(* 1/2 p) |
(*.f64 #s(literal 1/2 binary64) p) |
(* -1 (* p (- (* -1/4 (/ x p)) 1/2))) |
(*.f64 (-.f64 #s(literal 0 binary64) p) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 x #s(literal -1/4 binary64)) p))) |
(* -1 (* p (- (* -1/4 (/ x p)) 1/2))) |
(*.f64 (-.f64 #s(literal 0 binary64) p) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 x #s(literal -1/4 binary64)) p))) |
(* -1 (* p (- (* -1/4 (/ x p)) 1/2))) |
(*.f64 (-.f64 #s(literal 0 binary64) p) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 x #s(literal -1/4 binary64)) p))) |
(* 1/4 x) |
(*.f64 x #s(literal 1/4 binary64)) |
(* 1/4 x) |
(*.f64 x #s(literal 1/4 binary64)) |
(* 1/4 x) |
(*.f64 x #s(literal 1/4 binary64)) |
(* 1/4 x) |
(*.f64 x #s(literal 1/4 binary64)) |
(* 1/4 x) |
(*.f64 x #s(literal 1/4 binary64)) |
(* 1/4 x) |
(*.f64 x #s(literal 1/4 binary64)) |
(* 1/4 x) |
(*.f64 x #s(literal 1/4 binary64)) |
(* 1/4 x) |
(*.f64 x #s(literal 1/4 binary64)) |
(* 1/4 x) |
(*.f64 x #s(literal 1/4 binary64)) |
(* 1/4 x) |
(*.f64 x #s(literal 1/4 binary64)) |
(* 1/4 x) |
(*.f64 x #s(literal 1/4 binary64)) |
(* 1/4 x) |
(*.f64 x #s(literal 1/4 binary64)) |
(* -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 (*.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 (*.f64 p 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 (*.f64 p 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 x (*.f64 p (*.f64 x (*.f64 x 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 p (*.f64 x (*.f64 x 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 p (*.f64 x (*.f64 x 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 p (*.f64 x (*.f64 x 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 p (*.f64 x (*.f64 x 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 p (*.f64 x (*.f64 x 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 -2 binary64) (*.f64 p (*.f64 x (*.f64 x p)))) (*.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 -2 binary64) (*.f64 p (*.f64 x (*.f64 x p)))) (*.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 -2 binary64) (*.f64 p (*.f64 x (*.f64 x p)))) (*.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 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 #s(literal 0 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -4 binary64)) (*.f64 x x)) (*.f64 p (*.f64 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 #s(literal 0 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -4 binary64)) (*.f64 x x)) (*.f64 p (*.f64 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 #s(literal 0 binary64) (/.f64 (+.f64 (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -4 binary64)) (*.f64 x x)) (*.f64 p (*.f64 p #s(literal 2 binary64)))) (*.f64 x (*.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 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 6 binary64))) (pow.f64 p #s(literal 6 binary64))) (sqrt.f64 #s(literal 1/2 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 (*.f64 #s(literal -1/64 binary64) (*.f64 x x)) (sqrt.f64 #s(literal 1/2 binary64))) (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 #s(literal 1 binary64) (+.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 #s(literal 1/4 binary64) (pow.f64 p #s(literal 4 binary64)))) (pow.f64 x #s(literal 4 binary64)))))) |
(+ 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 #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 #s(literal 1/4 binary64) (pow.f64 p #s(literal 4 binary64)))) (pow.f64 x #s(literal 4 binary64)))))) (/.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 #s(literal 1/4 binary64) (pow.f64 p #s(literal 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 #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 #s(literal 1/4 binary64) (pow.f64 p #s(literal 4 binary64))) (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -3 binary64))) (pow.f64 x #s(literal 4 binary64)))))) |
(+ 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 #s(literal 1/4 binary64) (pow.f64 p #s(literal 4 binary64))) (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -3 binary64))) (pow.f64 x #s(literal 4 binary64)))) (/.f64 (+.f64 (+.f64 (*.f64 #s(literal 4 binary64) (pow.f64 p #s(literal 6 binary64))) (*.f64 (*.f64 p p) (*.f64 #s(literal -2 binary64) (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -3 binary64))))) (*.f64 (*.f64 p p) (*.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (pow.f64 p #s(literal 4 binary64))) (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -3 binary64))) #s(literal 1/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 #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 x x)) (/.f64 (*.f64 #s(literal 11/8 binary64) (*.f64 p p)) (pow.f64 x #s(literal 4 binary64)))))) |
(+ 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 p (*.f64 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) (pow.f64 x #s(literal 4 binary64))))) (/.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 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 6 binary64))) (pow.f64 p #s(literal 6 binary64))) (sqrt.f64 #s(literal 1/2 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 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 6 binary64))) (pow.f64 p #s(literal 6 binary64))) (sqrt.f64 #s(literal 1/2 binary64))) (/.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 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 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 6 binary64))) (pow.f64 p #s(literal 6 binary64))) (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 #s(literal -1/4 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (/.f64 (*.f64 (pow.f64 x #s(literal 10 binary64)) #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 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 6 binary64))) (pow.f64 p #s(literal 6 binary64))) (sqrt.f64 #s(literal 1/2 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 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 6 binary64))) (pow.f64 p #s(literal 6 binary64))) (sqrt.f64 #s(literal 1/2 binary64))) (/.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 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 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 6 binary64))) (pow.f64 p #s(literal 6 binary64))) (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 #s(literal -1/4 binary64) (sqrt.f64 #s(literal 1/2 binary64))) (/.f64 (*.f64 (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 #s(literal 1/8 binary64) (pow.f64 x #s(literal 6 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 #s(literal 1/16 binary64) (*.f64 x (/.f64 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)) (pow.f64 x #s(literal 4 binary64)))) |
(+ 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)) (pow.f64 x #s(literal 4 binary64))) (/.f64 (*.f64 p p) (*.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 #s(literal 1/2 binary64) (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal 6 binary64))) (pow.f64 x #s(literal 4 binary64))) (-.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 #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 (pow.f64 p #s(literal 4 binary64)) #s(literal 6 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)) (pow.f64 x #s(literal 4 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 (* (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 #s(literal 3 binary64) (*.f64 p p)) (pow.f64 x #s(literal 4 binary64)))))) |
(+ 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 #s(literal -10 binary64) (*.f64 p p)) (pow.f64 x #s(literal 6 binary64))) (/.f64 #s(literal 3 binary64) (pow.f64 x #s(literal 4 binary64))))) (/.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 #s(literal 1/8 binary64) (pow.f64 x #s(literal 6 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 #s(literal 1/8 binary64) (pow.f64 x #s(literal 6 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 #s(literal 1/8 binary64) (pow.f64 x #s(literal 6 binary64))) (pow.f64 p #s(literal 6 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 8 binary64))) (pow.f64 p #s(literal 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 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 #s(literal 1/8 binary64) (pow.f64 x #s(literal 6 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 #s(literal 1/8 binary64) (pow.f64 x #s(literal 6 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 #s(literal 1/8 binary64) (pow.f64 x #s(literal 6 binary64))) (pow.f64 p #s(literal 6 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 8 binary64))) (pow.f64 p #s(literal 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 10 binary64)))))) |
(* 1/8 (/ (pow x 6) (pow p 6))) |
(/.f64 (*.f64 #s(literal 1/8 binary64) (pow.f64 x #s(literal 6 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 #s(literal 1/16 binary64) (*.f64 x (/.f64 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 (*.f64 x 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)) (pow.f64 x #s(literal 4 binary64)))) (/.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 #s(literal 4 binary64) (pow.f64 p #s(literal 6 binary64))) (*.f64 (*.f64 p p) (*.f64 #s(literal -2 binary64) (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -3 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)) (pow.f64 x #s(literal 4 binary64))) #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)) (pow.f64 x #s(literal 4 binary64)))) (/.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 #s(literal 4 binary64) (pow.f64 p #s(literal 6 binary64))) (*.f64 (*.f64 p p) (*.f64 #s(literal -2 binary64) (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -3 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)) (pow.f64 x #s(literal 4 binary64))) #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 #s(literal 3 binary64) (*.f64 p p)) (pow.f64 x #s(literal 4 binary64)))))) |
(+ 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 #s(literal -10 binary64) (*.f64 p p)) (pow.f64 x #s(literal 6 binary64))) (/.f64 #s(literal 3 binary64) (pow.f64 x #s(literal 4 binary64))))) (/.f64 #s(literal -1 binary64) (*.f64 x x)))))) |
(* 1/8 (/ (pow x 6) (pow p 6))) |
(/.f64 (*.f64 #s(literal 1/8 binary64) (pow.f64 x #s(literal 6 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 #s(literal 1/8 binary64) (pow.f64 x #s(literal 6 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 #s(literal 1/8 binary64) (pow.f64 x #s(literal 6 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 #s(literal 1/8 binary64) (pow.f64 x #s(literal 6 binary64)))) (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 (pow.f64 x #s(literal 10 binary64)) (/.f64 #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)))))) (pow.f64 p #s(literal 6 binary64))) |
(* 1/8 (/ (pow x 6) (pow p 6))) |
(/.f64 (*.f64 #s(literal 1/8 binary64) (pow.f64 x #s(literal 6 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 #s(literal 1/8 binary64) (pow.f64 x #s(literal 6 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 #s(literal 1/8 binary64) (pow.f64 x #s(literal 6 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 #s(literal 1/8 binary64) (pow.f64 x #s(literal 6 binary64)))) (*.f64 #s(literal -1/2 binary64) (+.f64 (*.f64 (pow.f64 x #s(literal 10 binary64)) (/.f64 #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)))))) (pow.f64 p #s(literal 6 binary64))) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) p) |
(* 1/4 (/ (pow x 2) p)) |
(/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x 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)) |
(* 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)) |
(* 1/2 p) |
(*.f64 #s(literal 1/2 binary64) p) |
(* 1/2 p) |
(*.f64 #s(literal 1/2 binary64) p) |
(* 1/2 p) |
(*.f64 #s(literal 1/2 binary64) p) |
(* 1/2 p) |
(*.f64 #s(literal 1/2 binary64) p) |
(* 1/2 p) |
(*.f64 #s(literal 1/2 binary64) p) |
(* 1/2 p) |
(*.f64 #s(literal 1/2 binary64) p) |
(* 1/2 p) |
(*.f64 #s(literal 1/2 binary64) p) |
(* 1/2 p) |
(*.f64 #s(literal 1/2 binary64) p) |
(* 1/2 p) |
(*.f64 #s(literal 1/2 binary64) p) |
(* 1/2 p) |
(*.f64 #s(literal 1/2 binary64) p) |
(* 1/2 p) |
(*.f64 #s(literal 1/2 binary64) p) |
(* 1/2 p) |
(*.f64 #s(literal 1/2 binary64) p) |
(* 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 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 x (*.f64 p (*.f64 x (*.f64 x 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 p (*.f64 x (*.f64 x 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 p (*.f64 x (*.f64 x p))))))) |
(* 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 x (*.f64 p (*.f64 x (*.f64 x 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 p (*.f64 x (*.f64 x 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 p (*.f64 x (*.f64 x p))))))) |
(* 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 x (*.f64 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 x (*.f64 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 x (*.f64 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 #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)))) |
(* 2 (/ (pow p 2) x)) |
(*.f64 p (*.f64 #s(literal 2 binary64) (/.f64 p x))) |
(* (pow p 2) (+ (* -2 (/ (pow p 2) (pow x 3))) (* 2 (/ 1 x)))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (*.f64 x (*.f64 x x))))) |
(* (pow p 2) (+ (* (pow p 2) (- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3))))) (* 2 (/ 1 x)))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 (*.f64 p 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) (+ (* (pow p 2) (- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3))))) (* 2 (/ 1 x)))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 (*.f64 p 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 #s(literal 4 binary64) (pow.f64 p #s(literal 6 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 p (*.f64 x (*.f64 x 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 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 x (pow.f64 p #s(literal 4 binary64)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 p (*.f64 x (*.f64 x 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 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 x (pow.f64 p #s(literal 4 binary64)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 p (*.f64 x (*.f64 x p)))))))) |
(* 4 (/ (pow p 6) (pow x 5))) |
(/.f64 (*.f64 #s(literal 4 binary64) (pow.f64 p #s(literal 6 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 p (*.f64 x (*.f64 x 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 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 x (pow.f64 p #s(literal 4 binary64)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 p (*.f64 x (*.f64 x 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 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 x (pow.f64 p #s(literal 4 binary64)))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 p (*.f64 x (*.f64 x p)))))))) |
(* 4 (/ (pow p 6) (pow x 5))) |
(/.f64 (*.f64 #s(literal 4 binary64) (pow.f64 p #s(literal 6 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 #s(literal 4 binary64) (pow.f64 p #s(literal 6 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 #s(literal 4 binary64) (pow.f64 p #s(literal 6 binary64))) (*.f64 (*.f64 x x) (+.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 p (*.f64 x (*.f64 x p))))))) (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 #s(literal 4 binary64) (pow.f64 p #s(literal 6 binary64))) (*.f64 (*.f64 x x) (+.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -2 binary64)) (*.f64 #s(literal 2 binary64) (*.f64 p (*.f64 x (*.f64 x p))))))) (pow.f64 x #s(literal 5 binary64))) |
(* 2 (/ (pow p 2) x)) |
(*.f64 p (*.f64 #s(literal 2 binary64) (/.f64 p x))) |
(/ (+ (* -2 (/ (pow p 4) (pow x 2))) (* 2 (pow p 2))) x) |
(/.f64 (+.f64 (*.f64 p (*.f64 p #s(literal 2 binary64))) (/.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)) (* 4 (/ (pow p 6) (pow x 4))))) x) |
(/.f64 (+.f64 (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -2 binary64)) (*.f64 x x)) (+.f64 (*.f64 p (*.f64 p #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal 4 binary64) (pow.f64 p #s(literal 6 binary64))) (pow.f64 x #s(literal 4 binary64))))) x) |
(/ (+ (* -2 (/ (pow p 4) (pow x 2))) (+ (* 2 (pow p 2)) (* 4 (/ (pow p 6) (pow x 4))))) x) |
(/.f64 (+.f64 (/.f64 (*.f64 (pow.f64 p #s(literal 4 binary64)) #s(literal -2 binary64)) (*.f64 x x)) (+.f64 (*.f64 p (*.f64 p #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal 4 binary64) (pow.f64 p #s(literal 6 binary64))) (pow.f64 x #s(literal 4 binary64))))) x) |
(* 2 (/ (pow p 2) x)) |
(*.f64 p (*.f64 #s(literal 2 binary64) (/.f64 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 #s(literal 2 binary64) (pow.f64 p #s(literal 4 binary64))) (*.f64 x x))) (neg.f64 x)) |
(* -1 (/ (+ (* -4 (/ (pow p 6) (pow x 4))) (+ (* -2 (pow p 2)) (* 2 (/ (pow p 4) (pow x 2))))) x)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 2 binary64) (pow.f64 p #s(literal 4 binary64))) (*.f64 x x)) (+.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (/.f64 (*.f64 #s(literal -4 binary64) (pow.f64 p #s(literal 6 binary64))) (pow.f64 x #s(literal 4 binary64))))) (neg.f64 x)) |
(* -1 (/ (+ (* -4 (/ (pow p 6) (pow x 4))) (+ (* -2 (pow p 2)) (* 2 (/ (pow p 4) (pow x 2))))) x)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 2 binary64) (pow.f64 p #s(literal 4 binary64))) (*.f64 x x)) (+.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (/.f64 (*.f64 #s(literal -4 binary64) (pow.f64 p #s(literal 6 binary64))) (pow.f64 x #s(literal 4 binary64))))) (neg.f64 x)) |
Compiled 36977 to 3961 computations (89.3% saved)
14 alts after pruning (7 fresh and 7 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1145 | 4 | 1149 |
| Fresh | 0 | 3 | 3 |
| Picked | 3 | 2 | 5 |
| Done | 0 | 5 | 5 |
| Total | 1148 | 14 | 1162 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 29.8% | (/.f64 (-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) p) x) |
| ▶ | 27.8% | (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) p) (-.f64 #s(literal 0 binary64) (*.f64 x x))) x)) |
| ✓ | 23.2% | (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x))) |
| ▶ | 24.6% | (+.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)))) |
| 20.4% | (+.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))))) | |
| ✓ | 51.8% | (sqrt.f64 (/.f64 (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 p #s(literal 1/2 binary64))) p)) |
| ✓ | 51.8% | (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal 1/4 binary64)) p))) |
| ✓ | 56.2% | (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 (*.f64 x #s(literal 1/4 binary64)) p)))))) |
| ✓ | 70.0% | (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))))))) |
| ▶ | 70.0% | (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 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)))))))))) |
| ✓ | 74.7% | (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)))))) |
| 55.4% | (sqrt.f64 #s(literal 1/2 binary64)) | |
| ▶ | 30.2% | (neg.f64 (/.f64 p x)) |
| ✓ | 32.8% | #s(literal 1 binary64) |
Compiled 391 to 238 computations (39.1% saved)
| 1× | egg-herbie |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))) (*.f64 x x)) |
| ✓ | cost-diff | 0 | (*.f64 p p) |
| ✓ | cost-diff | 0 | (*.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))) |
| ✓ | cost-diff | 0 | (+.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)))) |
| ✓ | cost-diff | 0 | (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) |
| ✓ | cost-diff | 0 | (-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) p) |
| ✓ | cost-diff | 0 | (/.f64 (-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) p) x) |
| ✓ | cost-diff | 0 | (-.f64 #s(literal 0 binary64) p) |
| ✓ | cost-diff | 0 | (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) p) (-.f64 #s(literal 0 binary64) (*.f64 x x))) x)) |
| ✓ | cost-diff | 256 | (/.f64 (-.f64 #s(literal 0 binary64) p) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
| ✓ | cost-diff | 256 | (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) p) (-.f64 #s(literal 0 binary64) (*.f64 x x))) x) |
| ✓ | cost-diff | -64 | (neg.f64 (/.f64 p x)) |
| ✓ | cost-diff | 0 | (/.f64 p x) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 #s(literal 1/2 binary64) x) (+.f64 x (*.f64 (*.f64 p 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 | 0 | (+.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 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 | 0 | (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 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 p 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)))))) |
| 3658× | *-lowering-*.f32 |
| 3658× | *-lowering-*.f64 |
| 1822× | fnmadd-define |
| 1738× | sum3-define |
| 1392× | times-frac |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 45 | 378 |
| 1 | 143 | 350 |
| 2 | 394 | 348 |
| 3 | 1143 | 330 |
| 4 | 5023 | 330 |
| 0 | 8165 | 330 |
| 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) |
p |
(+ (/ 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)))) |
(/ (+ -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)) |
(neg (/ p x)) |
(/ p x) |
p |
x |
(- 0 (* (/ (- 0 p) (- 0 (* x x))) x)) |
0 |
(* (/ (- 0 p) (- 0 (* x x))) x) |
(/ (- 0 p) (- 0 (* x x))) |
(- 0 p) |
p |
(- 0 (* x x)) |
(* x x) |
x |
(/ (- (/ (* (* p (* p p)) 3/2) (* x x)) p) x) |
(- (/ (* (* p (* p p)) 3/2) (* x x)) p) |
(/ (* (* p (* p p)) 3/2) (* x x)) |
(* (* p (* p p)) 3/2) |
(* p (* p p)) |
p |
(* p p) |
3/2 |
(* x x) |
x |
(+ 1 (* (* p p) (/ (+ -1/2 (/ (* (* p p) 11/8) (* x x))) (* x x)))) |
1 |
(* (* p p) (/ (+ -1/2 (/ (* (* p p) 11/8) (* x x))) (* x x))) |
(* p p) |
p |
(/ (+ -1/2 (/ (* (* p p) 11/8) (* x x))) (* x x)) |
(+ -1/2 (/ (* (* p p) 11/8) (* x x))) |
-1/2 |
(/ (* (* p p) 11/8) (* x x)) |
(* (* p p) 11/8) |
11/8 |
(* x x) |
x |
| 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) x) (+.f64 (*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (*.f64 x x))) (*.f64 x x))) #s(literal 2 binary64))))))) |
(+ 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) x) (+.f64 (*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (*.f64 x x))) (*.f64 x x))) #s(literal 2 binary64)))))) |
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) x) (+.f64 (*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (*.f64 x x))) (*.f64 x x))) #s(literal 2 binary64))))) |
(* 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) x) (+.f64 (*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (*.f64 x x))) (*.f64 x x))) #s(literal 2 binary64)))) |
(* (* p p) (+ (/ 2 x) (* (* p p) (/ (+ -2 (/ (* (* p p) 4) (* x x))) (* x (* x x)))))) |
(*.f64 (/.f64 (*.f64 p p) x) (+.f64 (*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (*.f64 x x))) (*.f64 x x))) #s(literal 2 binary64))) |
(* p p) |
(*.f64 p p) |
p |
(+ (/ 2 x) (* (* p p) (/ (+ -2 (/ (* (* p p) 4) (* x x))) (* x (* x x))))) |
(+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (*.f64 x x))) (/.f64 (/.f64 (/.f64 (*.f64 p p) x) 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 #s(literal -2 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) (*.f64 x x))) (/.f64 (/.f64 (/.f64 (*.f64 p p) x) x) x)) |
(/ (+ -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)) |
(neg (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(/ p x) |
(/.f64 p x) |
p |
x |
(- 0 (* (/ (- 0 p) (- 0 (* x x))) x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
0 |
#s(literal 0 binary64) |
(* (/ (- 0 p) (- 0 (* x x))) x) |
(/.f64 p x) |
(/ (- 0 p) (- 0 (* x x))) |
(/.f64 p (*.f64 x x)) |
(- 0 p) |
(-.f64 #s(literal 0 binary64) p) |
p |
(- 0 (* x x)) |
(-.f64 #s(literal 0 binary64) (*.f64 x x)) |
(* x x) |
(*.f64 x x) |
x |
(/ (- (/ (* (* p (* p p)) 3/2) (* x x)) p) x) |
(/.f64 (*.f64 p (+.f64 (*.f64 p (*.f64 p (/.f64 #s(literal 3/2 binary64) (*.f64 x x)))) #s(literal -1 binary64))) x) |
(- (/ (* (* p (* p p)) 3/2) (* x x)) p) |
(*.f64 p (+.f64 (*.f64 p (*.f64 p (/.f64 #s(literal 3/2 binary64) (*.f64 x x)))) #s(literal -1 binary64))) |
(/ (* (* p (* p p)) 3/2) (* x x)) |
(*.f64 p (*.f64 p (*.f64 p (/.f64 #s(literal 3/2 binary64) (*.f64 x x))))) |
(* (* p (* p p)) 3/2) |
(*.f64 p (*.f64 p (*.f64 p #s(literal 3/2 binary64)))) |
(* p (* p p)) |
(*.f64 p (*.f64 p p)) |
p |
(* p p) |
(*.f64 p p) |
3/2 |
#s(literal 3/2 binary64) |
(* x x) |
(*.f64 x x) |
x |
(+ 1 (* (* p p) (/ (+ -1/2 (/ (* (* p p) 11/8) (* x x))) (* x x)))) |
(+.f64 #s(literal 1 binary64) (*.f64 p (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x x))) (/.f64 p (*.f64 x x))))) |
1 |
#s(literal 1 binary64) |
(* (* p p) (/ (+ -1/2 (/ (* (* p p) 11/8) (* x x))) (* x x))) |
(*.f64 p (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x x))) (/.f64 p (*.f64 x x)))) |
(* p p) |
(*.f64 p p) |
p |
(/ (+ -1/2 (/ (* (* p p) 11/8) (* x x))) (* x x)) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x x))) (*.f64 x x)) |
(+ -1/2 (/ (* (* p p) 11/8) (* x x))) |
(+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x x))) |
-1/2 |
#s(literal -1/2 binary64) |
(/ (* (* p p) 11/8) (* x x)) |
(/.f64 (*.f64 p (*.f64 p #s(literal 11/8 binary64))) (*.f64 x x)) |
(* (* p p) 11/8) |
(*.f64 p (*.f64 p #s(literal 11/8 binary64))) |
11/8 |
#s(literal 11/8 binary64) |
(* x x) |
(*.f64 x x) |
x |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 99.8% | (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) |
| ✓ | accuracy | 97.2% | (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))) (*.f64 x x)) |
| ✓ | accuracy | 93.6% | (*.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))) |
| ✓ | accuracy | 90.4% | (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)) |
| ✓ | accuracy | 99.8% | (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) |
| ✓ | accuracy | 99.8% | (*.f64 p (*.f64 p p)) |
| ✓ | accuracy | 98.5% | (/.f64 (-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) p) x) |
| ✓ | accuracy | 92.6% | (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) |
| ✓ | accuracy | 100.0% | (-.f64 #s(literal 0 binary64) p) |
| ✓ | accuracy | 100.0% | (*.f64 x x) |
| ✓ | accuracy | 99.7% | (/.f64 (-.f64 #s(literal 0 binary64) p) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
| ✓ | accuracy | 89.9% | (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) p) (-.f64 #s(literal 0 binary64) (*.f64 x x))) x) |
| ✓ | accuracy | 100.0% | (/.f64 p x) |
| ✓ | accuracy | 100.0% | (neg.f64 (/.f64 p x)) |
| ✓ | accuracy | 97.1% | (*.f64 (*.f64 p 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 | 95.3% | (/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x))) (*.f64 x (*.f64 x x))) |
| ✓ | accuracy | 90.3% | (/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)) |
| ✓ | accuracy | 87.4% | (*.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)))) |
| 153.0ms | 256× | 0 | valid |
Compiled 491 to 46 computations (90.6% saved)
ival-div: 19.0ms (27.5% of total)ival-mult: 19.0ms (27.5% of total)ival-sqrt: 15.0ms (21.7% of total)ival-add: 9.0ms (13% of total)ival-sub: 5.0ms (7.2% of total)const: 1.0ms (1.4% of total)ival-neg: 1.0ms (1.4% of total)backward-pass: 0.0ms (0% of total)| Inputs |
|---|
#<alt (* (* p p) (+ (/ 2 x) (* (* p p) (/ (+ -2 (/ (* (* p p) 4) (* x x))) (* x (* x x))))))> |
#<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 (/ p x)> |
#<alt (neg (/ p x))> |
#<alt (* (/ (- 0 p) (- 0 (* x x))) x)> |
#<alt (/ (- 0 p) (- 0 (* x x)))> |
#<alt (- 0 (* (/ (- 0 p) (- 0 (* x x))) x))> |
#<alt (- 0 p)> |
#<alt (/ (- (/ (* (* p (* p p)) 3/2) (* x x)) p) x)> |
#<alt (- (/ (* (* p (* p p)) 3/2) (* x x)) p)> |
#<alt (/ (* (* p (* p p)) 3/2) (* x x))> |
#<alt (* (* p (* p p)) 3/2)> |
#<alt (+ 1 (* (* p p) (/ (+ -1/2 (/ (* (* p p) 11/8) (* x x))) (* x x))))> |
#<alt (* (* p p) (/ (+ -1/2 (/ (* (* p p) 11/8) (* x x))) (* x x)))> |
#<alt (* p p)> |
#<alt (/ (+ -1/2 (/ (* (* p p) 11/8) (* x x))) (* x x))> |
#<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 (* p (* p p))> |
#<alt (/ (* (* p p) 11/8) (* x x))> |
#<alt (* (* p p) 11/8)> |
| Outputs |
|---|
#<alt (* 2 (/ (pow p 2) x))> |
#<alt (* (pow p 2) (+ (* -2 (/ (pow p 2) (pow x 3))) (* 2 (/ 1 x))))> |
#<alt (* (pow p 2) (+ (* (pow p 2) (- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3))))) (* 2 (/ 1 x))))> |
#<alt (* (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) (- (+ (* 4 (/ 1 (pow x 5))) (/ 2 (* (pow p 4) x))) (/ 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) (- (+ (* 4 (/ 1 (pow x 5))) (/ 2 (* (pow p 4) x))) (/ 2 (* (pow p 2) (pow x 3)))))> |
#<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)) (* 2 (* (pow p 2) (pow x 2)))))) (pow x 5))> |
#<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)) (* 4 (/ (pow p 6) (pow x 4))))) x)> |
#<alt (/ (+ (* -2 (/ (pow p 4) (pow x 2))) (+ (* 2 (pow p 2)) (* 4 (/ (pow p 6) (pow x 4))))) x)> |
#<alt (* 2 (/ (pow p 2) x))> |
#<alt (* -1 (/ (+ (* -2 (pow p 2)) (* 2 (/ (pow p 4) (pow x 2)))) x))> |
#<alt (* -1 (/ (+ (* -4 (/ (pow p 6) (pow x 4))) (+ (* -2 (pow p 2)) (* 2 (/ (pow p 4) (pow x 2))))) x))> |
#<alt (* -1 (/ (+ (* -4 (/ (pow p 6) (pow x 4))) (+ (* -2 (pow p 2)) (* 2 (/ (pow p 4) (pow x 2))))) x))> |
#<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 (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ 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 (/ p x))> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<alt (/ p x)> |
#<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 (* -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 p)> |
#<alt (* -1 p)> |
#<alt (* -1 p)> |
#<alt (* -1 p)> |
#<alt (* -1 p)> |
#<alt (* -1 p)> |
#<alt (* -1 p)> |
#<alt (* -1 p)> |
#<alt (* -1 p)> |
#<alt (* -1 p)> |
#<alt (* -1 p)> |
#<alt (* -1 p)> |
#<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 (* 3/2 (pow p 3))> |
#<alt (* 3/2 (pow p 3))> |
#<alt (* 3/2 (pow p 3))> |
#<alt (* 3/2 (pow p 3))> |
#<alt (* 3/2 (pow p 3))> |
#<alt (* 3/2 (pow p 3))> |
#<alt (* 3/2 (pow p 3))> |
#<alt (* 3/2 (pow p 3))> |
#<alt (* 3/2 (pow p 3))> |
#<alt (* 3/2 (pow p 3))> |
#<alt (* 3/2 (pow p 3))> |
#<alt (* 3/2 (pow p 3))> |
#<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) (- (* 11/8 (/ (pow p 2) (pow x 4))) (* 1/2 (/ 1 (pow x 2))))))> |
#<alt (* 11/8 (/ (pow p 4) (pow x 4)))> |
#<alt (* (pow p 4) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2))))))> |
#<alt (* (pow p 4) (- (+ (/ 1 (pow p 4)) (* 11/8 (/ 1 (pow x 4)))) (/ 1/2 (* (pow p 2) (pow x 2)))))> |
#<alt (* (pow p 4) (- (+ (/ 1 (pow p 4)) (* 11/8 (/ 1 (pow x 4)))) (/ 1/2 (* (pow p 2) (pow x 2)))))> |
#<alt (* 11/8 (/ (pow p 4) (pow x 4)))> |
#<alt (* (pow p 4) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2))))))> |
#<alt (* (pow p 4) (- (+ (/ 1 (pow p 4)) (* 11/8 (/ 1 (pow x 4)))) (/ 1/2 (* (pow p 2) (pow x 2)))))> |
#<alt (* (pow p 4) (- (+ (/ 1 (pow p 4)) (* 11/8 (/ 1 (pow x 4)))) (/ 1/2 (* (pow p 2) (pow x 2)))))> |
#<alt (* 11/8 (/ (pow p 4) (pow x 4)))> |
#<alt (/ (+ (* -1/2 (* (pow p 2) (pow x 2))) (* 11/8 (pow p 4))) (pow x 4))> |
#<alt (/ (+ (* 11/8 (pow p 4)) (* (pow x 2) (+ (* -1/2 (pow p 2)) (pow x 2)))) (pow x 4))> |
#<alt (/ (+ (* 11/8 (pow p 4)) (* (pow x 2) (+ (* -1/2 (pow p 2)) (pow x 2)))) (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 (+ (* -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 (+ (* -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) (- (* 11/8 (/ (pow p 2) (pow x 4))) (* 1/2 (/ 1 (pow x 2)))))> |
#<alt (* (pow p 2) (- (* 11/8 (/ (pow p 2) (pow x 4))) (* 1/2 (/ 1 (pow x 2)))))> |
#<alt (* 11/8 (/ (pow p 4) (pow x 4)))> |
#<alt (* (pow p 4) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2))))))> |
#<alt (* (pow p 4) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2))))))> |
#<alt (* (pow p 4) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2))))))> |
#<alt (* 11/8 (/ (pow p 4) (pow x 4)))> |
#<alt (* (pow p 4) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2))))))> |
#<alt (* (pow p 4) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2))))))> |
#<alt (* (pow p 4) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2))))))> |
#<alt (* 11/8 (/ (pow p 4) (pow x 4)))> |
#<alt (/ (+ (* -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))) (* 11/8 (pow p 4))) (pow x 4))> |
#<alt (/ (+ (* -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 (/ (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2)))) (pow x 2))> |
#<alt (/ (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2)))) (pow x 2))> |
#<alt (/ (+ (* -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 (/ (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2)))) (pow x 2))> |
#<alt (/ (+ (* -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 (- (* 11/8 (/ (pow p 2) (pow x 4))) (* 1/2 (/ 1 (pow x 2))))> |
#<alt (- (* 11/8 (/ (pow p 2) (pow x 4))) (* 1/2 (/ 1 (pow x 2))))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 4)))> |
#<alt (* (pow p 2) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2))))))> |
#<alt (* (pow p 2) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2))))))> |
#<alt (* (pow p 2) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2))))))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 4)))> |
#<alt (* (pow p 2) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2))))))> |
#<alt (* (pow p 2) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2))))))> |
#<alt (* (pow p 2) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2))))))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 4)))> |
#<alt (/ (+ (* -1/2 (pow x 2)) (* 11/8 (pow p 2))) (pow x 4))> |
#<alt (/ (+ (* -1/2 (pow x 2)) (* 11/8 (pow p 2))) (pow x 4))> |
#<alt (/ (+ (* -1/2 (pow x 2)) (* 11/8 (pow p 2))) (pow x 4))> |
#<alt (/ -1/2 (pow x 2))> |
#<alt (/ (- (* 11/8 (/ (pow p 2) (pow x 2))) 1/2) (pow x 2))> |
#<alt (/ (- (* 11/8 (/ (pow p 2) (pow x 2))) 1/2) (pow x 2))> |
#<alt (/ (- (* 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 (/ (- (* 11/8 (/ (pow p 2) (pow x 2))) 1/2) (pow x 2))> |
#<alt (/ (- (* 11/8 (/ (pow p 2) (pow x 2))) 1/2) (pow x 2))> |
#<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 (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 2)))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 2)))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 2)))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 2)))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 2)))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 2)))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 2)))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 2)))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 2)))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 2)))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 2)))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 2)))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 2)))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 2)))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 2)))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 2)))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 2)))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 2)))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 2)))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 2)))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 2)))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 2)))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 2)))> |
#<alt (* 11/8 (/ (pow p 2) (pow x 2)))> |
#<alt (* 11/8 (pow p 2))> |
#<alt (* 11/8 (pow p 2))> |
#<alt (* 11/8 (pow p 2))> |
#<alt (* 11/8 (pow p 2))> |
#<alt (* 11/8 (pow p 2))> |
#<alt (* 11/8 (pow p 2))> |
#<alt (* 11/8 (pow p 2))> |
#<alt (* 11/8 (pow p 2))> |
#<alt (* 11/8 (pow p 2))> |
#<alt (* 11/8 (pow p 2))> |
#<alt (* 11/8 (pow p 2))> |
#<alt (* 11/8 (pow p 2))> |
132 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 13.0ms | x | @ | -inf | (/ (+ -2 (/ (* (* p p) 4) (* x x))) (* x (* x x))) |
| 3.0ms | p | @ | -inf | (/ (- 0 p) (- 0 (* x x))) |
| 1.0ms | p | @ | 0 | (* (* p p) (+ (/ 2 x) (* (* p p) (/ (+ -2 (/ (* (* p p) 4) (* x x))) (* x (* x x)))))) |
| 0.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)))))))))) |
| 0.0ms | p | @ | inf | (* (* p p) (/ (+ -2 (/ (* (* p p) 4) (* x x))) (* x (* x x)))) |
| 1× | batch-egg-rewrite |
| 3338× | fma-lowering-fma.f32 |
| 3338× | fma-lowering-fma.f64 |
| 2496× | *-lowering-*.f32 |
| 2496× | *-lowering-*.f64 |
| 2042× | +-lowering-+.f64 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 45 | 280 |
| 1 | 322 | 253 |
| 2 | 3375 | 253 |
| 0 | 8113 | 253 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* (* p p) (+ (/ 2 x) (* (* p p) (/ (+ -2 (/ (* (* p p) 4) (* x x))) (* x (* x x)))))) |
(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)))))))) |
(/ p x) |
(neg (/ p x)) |
(* (/ (- 0 p) (- 0 (* x x))) x) |
(/ (- 0 p) (- 0 (* x x))) |
(- 0 (* (/ (- 0 p) (- 0 (* x x))) x)) |
(- 0 p) |
(/ (- (/ (* (* p (* p p)) 3/2) (* x x)) p) x) |
(- (/ (* (* p (* p p)) 3/2) (* x x)) p) |
(/ (* (* p (* p p)) 3/2) (* x x)) |
(* (* p (* p p)) 3/2) |
(+ 1 (* (* p p) (/ (+ -1/2 (/ (* (* p p) 11/8) (* x x))) (* x x)))) |
(* (* p p) (/ (+ -1/2 (/ (* (* p p) 11/8) (* x x))) (* x x))) |
(* p p) |
(/ (+ -1/2 (/ (* (* p p) 11/8) (* x x))) (* x x)) |
(* (* 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) |
(* p (* p p)) |
(/ (* (* p p) 11/8) (* x x)) |
(* (* p p) 11/8) |
| Outputs |
|---|
(+.f64 (/.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))) (*.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 (*.f64 p p) (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))) (*.f64 x (*.f64 x x)))) |
(fma.f64 p (*.f64 p (/.f64 #s(literal 2 binary64) x)) (/.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))) (*.f64 x (*.f64 x x)))) |
(fma.f64 p (*.f64 p (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x))))) (/.f64 (*.f64 (*.f64 p p) #s(literal 2 binary64)) x)) |
(fma.f64 p (*.f64 (/.f64 p (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))) (*.f64 p p)) (/.f64 (*.f64 (*.f64 p p) #s(literal 2 binary64)) x)) |
(fma.f64 (*.f64 p p) (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))) (*.f64 x (*.f64 x x)))) |
(fma.f64 (*.f64 p p) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))) (/.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 (*.f64 p p) (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))) (*.f64 x (*.f64 x x)))) |
(fma.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 p p) (/.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))) (*.f64 x (*.f64 x x)))) |
(fma.f64 (/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 p p) (*.f64 p p)) (/.f64 (*.f64 (*.f64 p p) #s(literal 2 binary64)) x)) |
(fma.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))) (*.f64 p p) (/.f64 (*.f64 (*.f64 p p) #s(literal 2 binary64)) x)) |
(fma.f64 (*.f64 p (*.f64 p p)) (/.f64 p (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))) (/.f64 (*.f64 (*.f64 p p) #s(literal 2 binary64)) x)) |
(fma.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 (*.f64 p p) #s(literal 2 binary64)) x)) |
(fma.f64 (*.f64 (/.f64 #s(literal 2 binary64) x) p) p (/.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))) (*.f64 x (*.f64 x x)))) |
(fma.f64 (*.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))) p) p (/.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 (*.f64 p p) (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))) (*.f64 x (*.f64 x x)))) |
(/.f64 (+.f64 (pow.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 2 binary64)) x) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))) (*.f64 x (*.f64 x x))) #s(literal 3 binary64))) (+.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 (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))) (*.f64 x (*.f64 x x)))) (*.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 2 binary64)) x) (/.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))) (*.f64 x (*.f64 x x))))))) |
(/.f64 (-.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 (*.f64 p p) (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))) (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 2 binary64)) x) (/.f64 (*.f64 (*.f64 p p) (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))) (*.f64 x (*.f64 x x))))) |
(/.f64 (*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 8 binary64) (*.f64 x (*.f64 x x))) (*.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))) (/.f64 (*.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))) (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))) (*.f64 x (*.f64 x x)))))) (+.f64 (/.f64 #s(literal 4 binary64) (*.f64 x x)) (*.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))) (-.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))) (/.f64 #s(literal 2 binary64) x))))) |
(/.f64 (*.f64 (*.f64 p p) (-.f64 (/.f64 #s(literal 4 binary64) (*.f64 x x)) (/.f64 (*.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))) (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))) (*.f64 x (*.f64 x x))))) (-.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))))) |
(/.f64 (*.f64 (+.f64 (/.f64 #s(literal 8 binary64) (*.f64 x (*.f64 x x))) (*.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))) (/.f64 (*.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))) (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))) (*.f64 x (*.f64 x x))))) (*.f64 p p)) (+.f64 (/.f64 #s(literal 4 binary64) (*.f64 x x)) (*.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))) (-.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))) (/.f64 #s(literal 2 binary64) x))))) |
(/.f64 (*.f64 (-.f64 (/.f64 #s(literal 4 binary64) (*.f64 x x)) (/.f64 (*.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))) (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))) (*.f64 x (*.f64 x x)))) (*.f64 p p)) (-.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))))) |
(*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x))))))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))))) |
(*.f64 (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x))))) (*.f64 p p)) |
(*.f64 (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))))) p) |
(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 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 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 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) 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 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x))))))))) (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))))))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) 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 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x))))))))) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 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 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))))))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) 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 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) 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 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 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 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 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 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))))))))) #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 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))))))))) |
(+.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 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 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) 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 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))))))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) 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 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))))))))))) |
(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 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) 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 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x))))))))) #s(literal 1/2 binary64)) |
(fma.f64 #s(literal 1/2 binary64) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x))))))))) #s(literal 1/2 binary64)) |
(fma.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 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 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 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) 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 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) 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 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) 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 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 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 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x))))))) (*.f64 (*.f64 p p) (*.f64 (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))))) (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x))))))))))) (+.f64 (*.f64 x x) (*.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x))))))) (-.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 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 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))))) (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))))))))) (-.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 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 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x))))))))) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) 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 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x))))))))) (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))))))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) 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 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) 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 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))))))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) 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 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x))))))))) (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))))))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) 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 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x))))))))) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 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 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x))))))))) (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))))))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) 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 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))))))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) 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 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) 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 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))))))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) 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 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) 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 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x))))))))) (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))))))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) 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 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x))))))))) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 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 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))))))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) 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 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) 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 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))))))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) 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 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 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 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x))))))))) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) 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 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x))))))))) (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))))))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 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 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) 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 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))))))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) 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 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x))))))))) (*.f64 (*.f64 #s(literal 1/4 binary64) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))))))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) 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 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x))))))))) (-.f64 (/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 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 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))))))))) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) 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 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))))))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 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 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) 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 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) 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 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 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 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))))))))) |
(/.f64 (/.f64 x #s(literal 2 binary64)) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 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 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))))))) (/.f64 x #s(literal 2 binary64))))) |
(/.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 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) 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 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x))))))))) |
(pow.f64 (/.f64 (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) 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 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))))))) (/.f64 x #s(literal 2 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.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 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x))))))))))) |
(*.f64 x (/.f64 #s(literal 1/2 binary64) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))))))))) |
(*.f64 #s(literal 1/2 binary64) (/.f64 x (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) 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 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) 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 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) 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 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) 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 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) 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 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x))))))) (*.f64 (*.f64 p p) (*.f64 (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))))) (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x))))))))))) (+.f64 (*.f64 x x) (*.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x))))))) (-.f64 (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) 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 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))))) (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))))))))) (-.f64 x (*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 2 binary64) x) (/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x))))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 x p)) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) x)) (-.f64 #s(literal 0 binary64) (/.f64 p x))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 p x))) |
(/.f64 p x) |
(/.f64 p (neg.f64 (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (-.f64 #s(literal 0 binary64) p) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 #s(literal 1 binary64) (/.f64 x p)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 x p) #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 p (*.f64 p p))) (*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 p p))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 x p))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 p p)) (*.f64 (-.f64 #s(literal 0 binary64) x) p)) |
(/.f64 (*.f64 p #s(literal 1 binary64)) x) |
(pow.f64 (/.f64 x p) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 x p) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 p (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (-.f64 #s(literal 0 binary64) p) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x))) |
(*.f64 #s(literal 1 binary64) (/.f64 p x)) |
(*.f64 (/.f64 #s(literal 1 binary64) x) p) |
(+.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 p x))) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(-.f64 (/.f64 #s(literal 0 binary64) x) (/.f64 p x)) |
(neg.f64 (/.f64 p x)) |
(/.f64 p (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (-.f64 #s(literal 0 binary64) p) x) |
(/.f64 (-.f64 #s(literal 0 binary64) p) (neg.f64 (-.f64 #s(literal 0 binary64) x))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (/.f64 x p))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) x) p)) |
(/.f64 #s(literal 1 binary64) (/.f64 x (-.f64 #s(literal 0 binary64) p))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 p (*.f64 p p))) (*.f64 x (*.f64 p p))) |
(/.f64 #s(literal -1 binary64) (/.f64 x p)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 p p)) (*.f64 x p)) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (/.f64 p x) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (+.f64 (*.f64 (/.f64 p x) (/.f64 p x)) (*.f64 #s(literal 0 binary64) (/.f64 p x))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 p x) (/.f64 p x))) (+.f64 #s(literal 0 binary64) (/.f64 p x))) |
(pow.f64 (neg.f64 (/.f64 x p)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) p) #s(literal -1 binary64)) |
(pow.f64 (/.f64 x (-.f64 #s(literal 0 binary64) p)) #s(literal -1 binary64)) |
(*.f64 p (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x))) |
(*.f64 p (neg.f64 (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 p x) #s(literal -1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) p) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 #s(literal -1 binary64) (/.f64 p x)) |
(+.f64 #s(literal 0 binary64) (/.f64 x (/.f64 (*.f64 x x) p))) |
(+.f64 (/.f64 x (/.f64 (*.f64 x x) p)) #s(literal 0 binary64)) |
(fma.f64 x (/.f64 p (*.f64 x x)) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) p) (*.f64 (/.f64 #s(literal -1 binary64) (*.f64 x x)) x) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) p) (/.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 p (*.f64 x x)) x #s(literal 0 binary64)) |
(fma.f64 (*.f64 x (-.f64 #s(literal 0 binary64) p)) (/.f64 #s(literal -1 binary64) (*.f64 x x)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) p)) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 0 binary64)) |
(fma.f64 (/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) p)) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 x x) #s(literal 0 binary64)) |
(neg.f64 (*.f64 x (-.f64 #s(literal 0 binary64) (/.f64 p (*.f64 x x))))) |
(/.f64 x (/.f64 (*.f64 x x) p)) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x (-.f64 #s(literal 0 binary64) p)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 (/.f64 p (*.f64 x x)) (/.f64 x (/.f64 (*.f64 x x) p))))) (*.f64 x (-.f64 #s(literal 0 binary64) (/.f64 p (*.f64 x x))))) |
(/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) p)) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(/.f64 (*.f64 x p) (*.f64 x x)) |
(/.f64 (*.f64 x #s(literal 1 binary64)) (/.f64 (*.f64 x x) p)) |
(/.f64 (neg.f64 (*.f64 x (-.f64 #s(literal 0 binary64) p))) (*.f64 x x)) |
(/.f64 (+.f64 #s(literal 0 binary64) (*.f64 (/.f64 x (/.f64 (*.f64 x x) p)) (*.f64 x (*.f64 (/.f64 p (*.f64 x x)) (/.f64 x (/.f64 (*.f64 x x) p)))))) (*.f64 x (*.f64 (/.f64 p (*.f64 x x)) (/.f64 x (/.f64 (*.f64 x x) p))))) |
(/.f64 (*.f64 p x) (*.f64 x x)) |
(/.f64 (*.f64 #s(literal 1 binary64) x) (/.f64 (*.f64 x x) p)) |
(pow.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 x (-.f64 #s(literal 0 binary64) p))) #s(literal -1 binary64)) |
(*.f64 x (/.f64 p (*.f64 x x))) |
(*.f64 (-.f64 #s(literal 0 binary64) p) (*.f64 (/.f64 #s(literal -1 binary64) (*.f64 x x)) x)) |
(*.f64 (-.f64 #s(literal 0 binary64) p) (/.f64 x (-.f64 #s(literal 0 binary64) (*.f64 x x)))) |
(*.f64 (/.f64 p (*.f64 x x)) x) |
(*.f64 (*.f64 x (-.f64 #s(literal 0 binary64) p)) (/.f64 #s(literal -1 binary64) (*.f64 x x))) |
(*.f64 (/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) p)) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (*.f64 (*.f64 x x) (*.f64 x x))) |
(*.f64 (/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) p)) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 x x)) |
(+.f64 #s(literal 0 binary64) (/.f64 p (*.f64 x x))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 x x) p)) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 p (*.f64 x x)))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (/.f64 p (*.f64 x x)))) |
(/.f64 p (*.f64 x x)) |
(/.f64 (-.f64 #s(literal 0 binary64) p) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 x x) p)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 x x) p) #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 p (*.f64 p p))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 p p))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 x x) p))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 p p)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) p)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x x))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) p)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (-.f64 #s(literal 0 binary64) (*.f64 x x)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 p (*.f64 p p))) #s(literal 1 binary64)) (*.f64 (*.f64 p p) (-.f64 #s(literal 0 binary64) (*.f64 x x)))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 p p)) #s(literal 1 binary64)) (*.f64 p (-.f64 #s(literal 0 binary64) (*.f64 x x)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 0 binary64) (/.f64 p (*.f64 x x))) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (+.f64 (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 p (*.f64 x x))) (-.f64 #s(literal 0 binary64) (/.f64 p (*.f64 x x)))) (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 p (*.f64 x x))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) (/.f64 p (*.f64 x x))) (-.f64 #s(literal 0 binary64) (/.f64 p (*.f64 x x))))) (+.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (/.f64 p (*.f64 x x))))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) p) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 p (*.f64 p p))) (/.f64 #s(literal -1 binary64) (*.f64 x x))) (*.f64 p p)) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 p p)) (/.f64 #s(literal -1 binary64) (*.f64 x x))) p) |
(pow.f64 (/.f64 (*.f64 x x) p) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 x x) p) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 p (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(*.f64 (-.f64 #s(literal 0 binary64) p) (/.f64 #s(literal -1 binary64) (*.f64 x x))) |
(*.f64 #s(literal 1 binary64) (/.f64 p (*.f64 x x))) |
(*.f64 (/.f64 #s(literal -1 binary64) (*.f64 x x)) (-.f64 #s(literal 0 binary64) p)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) p) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (*.f64 (*.f64 x x) (*.f64 x x))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) p) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 x x)) |
(+.f64 #s(literal 0 binary64) (*.f64 x (-.f64 #s(literal 0 binary64) (/.f64 p (*.f64 x x))))) |
(+.f64 (*.f64 x (-.f64 #s(literal 0 binary64) (/.f64 p (*.f64 x x)))) #s(literal 0 binary64)) |
(-.f64 #s(literal 0 binary64) (/.f64 x (/.f64 (*.f64 x x) p))) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 x (*.f64 (/.f64 p (*.f64 x x)) (/.f64 x (/.f64 (*.f64 x x) p))))) (/.f64 (*.f64 (/.f64 x (/.f64 (*.f64 x x) p)) (*.f64 x (*.f64 (/.f64 p (*.f64 x x)) (/.f64 x (/.f64 (*.f64 x x) p))))) (*.f64 x (*.f64 (/.f64 p (*.f64 x x)) (/.f64 x (/.f64 (*.f64 x x) p)))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 x (/.f64 (*.f64 x x) p))) (/.f64 (*.f64 x (*.f64 (/.f64 p (*.f64 x x)) (/.f64 x (/.f64 (*.f64 x x) p)))) (/.f64 x (/.f64 (*.f64 x x) p)))) |
(fma.f64 x (-.f64 #s(literal 0 binary64) (/.f64 p (*.f64 x x))) #s(literal 0 binary64)) |
(fma.f64 (/.f64 p (*.f64 x x)) (-.f64 #s(literal 0 binary64) x) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 p (*.f64 x x)) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (/.f64 p (*.f64 x x))) x #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 x (/.f64 (*.f64 x x) p)) (*.f64 x (*.f64 (/.f64 p (*.f64 x x)) (/.f64 x (/.f64 (*.f64 x x) p)))))) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 (/.f64 p (*.f64 x x)) (/.f64 x (/.f64 (*.f64 x x) p))))) #s(literal 0 binary64)) |
(fma.f64 #s(literal -1 binary64) (/.f64 x (/.f64 (*.f64 x x) p)) #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 (/.f64 p (*.f64 x x)) (/.f64 x (/.f64 (*.f64 x x) p))))) (/.f64 #s(literal 1 binary64) (/.f64 x (/.f64 (*.f64 x x) p))) #s(literal 0 binary64)) |
(neg.f64 (/.f64 x (/.f64 (*.f64 x x) p))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (*.f64 (/.f64 p (*.f64 x x)) (/.f64 x (/.f64 (*.f64 x x) p)))) (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 x (/.f64 (*.f64 x x) p)) (*.f64 x (*.f64 (/.f64 p (*.f64 x x)) (/.f64 x (/.f64 (*.f64 x x) p)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (/.f64 (*.f64 x x) p)) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 (/.f64 p (*.f64 x x)) (/.f64 x (/.f64 (*.f64 x x) p))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 x (/.f64 (*.f64 x x) p)) (*.f64 x (*.f64 (/.f64 p (*.f64 x x)) (/.f64 x (/.f64 (*.f64 x x) p)))))) (*.f64 x (*.f64 (/.f64 p (*.f64 x x)) (/.f64 x (/.f64 (*.f64 x x) p))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 (/.f64 p (*.f64 x x)) (/.f64 x (/.f64 (*.f64 x x) p))))) (/.f64 x (/.f64 (*.f64 x x) p))) |
(/.f64 (*.f64 x (-.f64 #s(literal 0 binary64) p)) (*.f64 x x)) |
(/.f64 (neg.f64 (*.f64 x (-.f64 #s(literal 0 binary64) p))) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 x (/.f64 (*.f64 x x) p)) (*.f64 x (*.f64 (/.f64 p (*.f64 x x)) (/.f64 x (/.f64 (*.f64 x x) p))))))) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 (/.f64 p (*.f64 x x)) (/.f64 x (/.f64 (*.f64 x x) p)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 (/.f64 p (*.f64 x x)) (/.f64 x (/.f64 (*.f64 x x) p)))))) (*.f64 x (-.f64 #s(literal 0 binary64) (/.f64 p (*.f64 x x))))) |
(/.f64 (+.f64 #s(literal 0 binary64) (pow.f64 (*.f64 x (-.f64 #s(literal 0 binary64) (/.f64 p (*.f64 x x)))) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (-.f64 (*.f64 (*.f64 x (-.f64 #s(literal 0 binary64) (/.f64 p (*.f64 x x)))) (*.f64 x (-.f64 #s(literal 0 binary64) (/.f64 p (*.f64 x x))))) (*.f64 #s(literal 0 binary64) (*.f64 x (-.f64 #s(literal 0 binary64) (/.f64 p (*.f64 x x)))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 x (-.f64 #s(literal 0 binary64) (/.f64 p (*.f64 x x)))) (*.f64 x (-.f64 #s(literal 0 binary64) (/.f64 p (*.f64 x x)))))) (-.f64 #s(literal 0 binary64) (*.f64 x (-.f64 #s(literal 0 binary64) (/.f64 p (*.f64 x x)))))) |
(pow.f64 (/.f64 (*.f64 x (*.f64 (/.f64 p (*.f64 x x)) (/.f64 x (/.f64 (*.f64 x x) p)))) (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 x (/.f64 (*.f64 x x) p)) (*.f64 x (*.f64 (/.f64 p (*.f64 x x)) (/.f64 x (/.f64 (*.f64 x x) p))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 x (/.f64 (*.f64 x x) p)) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 (/.f64 p (*.f64 x x)) (/.f64 x (/.f64 (*.f64 x x) p)))))) #s(literal -1 binary64)) |
(*.f64 x (-.f64 #s(literal 0 binary64) (/.f64 p (*.f64 x x)))) |
(*.f64 (/.f64 p (*.f64 x x)) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 p (*.f64 x x))) |
(*.f64 (-.f64 #s(literal 0 binary64) (/.f64 p (*.f64 x x))) x) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (/.f64 x (/.f64 (*.f64 x x) p)) (*.f64 x (*.f64 (/.f64 p (*.f64 x x)) (/.f64 x (/.f64 (*.f64 x x) p)))))) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 (/.f64 p (*.f64 x x)) (/.f64 x (/.f64 (*.f64 x x) p)))))) |
(*.f64 #s(literal -1 binary64) (/.f64 x (/.f64 (*.f64 x x) p))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 (/.f64 p (*.f64 x x)) (/.f64 x (/.f64 (*.f64 x x) p))))) (/.f64 #s(literal 1 binary64) (/.f64 x (/.f64 (*.f64 x x) p)))) |
(+.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) p)) |
(+.f64 (-.f64 #s(literal 0 binary64) p) #s(literal 0 binary64)) |
(-.f64 #s(literal 0 binary64) p) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 p p)) (/.f64 (*.f64 p (*.f64 p p)) (*.f64 p p))) |
(-.f64 (/.f64 #s(literal 0 binary64) p) (/.f64 (*.f64 p p) p)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 p (*.f64 p p))) (/.f64 #s(literal 1 binary64) (*.f64 p p)) #s(literal 0 binary64)) |
(fma.f64 #s(literal -1 binary64) p #s(literal 0 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 p p)) (/.f64 #s(literal 1 binary64) p) #s(literal 0 binary64)) |
(neg.f64 p) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (-.f64 #s(literal 0 binary64) (*.f64 p (*.f64 p p))))) |
(/.f64 #s(literal 1 binary64) (/.f64 p (-.f64 #s(literal 0 binary64) (*.f64 p p)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 p (*.f64 p p))) (*.f64 p p)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 p p)) p) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 p (*.f64 p p)))) (-.f64 #s(literal 0 binary64) (*.f64 p p))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 p p))) (-.f64 #s(literal 0 binary64) p)) |
(/.f64 (+.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 0 binary64) p) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) p) (-.f64 #s(literal 0 binary64) p)) (*.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) p))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 binary64) p) (-.f64 #s(literal 0 binary64) p))) p) |
(pow.f64 (/.f64 (*.f64 p p) (-.f64 #s(literal 0 binary64) (*.f64 p (*.f64 p p)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 p (-.f64 #s(literal 0 binary64) (*.f64 p p))) #s(literal -1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 p (*.f64 p p))) (/.f64 #s(literal 1 binary64) (*.f64 p p))) |
(*.f64 #s(literal -1 binary64) p) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 p p)) (/.f64 #s(literal 1 binary64) p)) |
(+.f64 (/.f64 (-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) p) x) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) x)) p (/.f64 p x))) |
(+.f64 (/.f64 (-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) p) x) (fma.f64 (-.f64 #s(literal 0 binary64) p) (/.f64 #s(literal 1 binary64) x) (/.f64 p x))) |
(+.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x (*.f64 x x))) (-.f64 #s(literal 0 binary64) (/.f64 p x))) |
(+.f64 (fma.f64 (*.f64 p (*.f64 p p)) (/.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x x)) x) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x)) (-.f64 #s(literal 0 binary64) p)))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x))) (-.f64 #s(literal 0 binary64) p) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x)) (-.f64 #s(literal 0 binary64) p)))) |
(+.f64 (fma.f64 (*.f64 p (*.f64 p p)) (/.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x x)) x) (neg.f64 (*.f64 (/.f64 p x) #s(literal 1 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) (/.f64 p x)) #s(literal 1 binary64) (*.f64 (/.f64 p x) #s(literal 1 binary64)))) |
(+.f64 (fma.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x)) (-.f64 #s(literal 0 binary64) p)))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x))) (-.f64 #s(literal 0 binary64) p) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x)) (-.f64 #s(literal 0 binary64) p)))) |
(+.f64 (fma.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (neg.f64 (*.f64 (/.f64 p x) #s(literal 1 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) (/.f64 p x)) #s(literal 1 binary64) (*.f64 (/.f64 p x) #s(literal 1 binary64)))) |
(+.f64 (fma.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) (/.f64 #s(literal 1 binary64) x) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x)) (-.f64 #s(literal 0 binary64) p)))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x))) (-.f64 #s(literal 0 binary64) p) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x)) (-.f64 #s(literal 0 binary64) p)))) |
(+.f64 (fma.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) (/.f64 #s(literal 1 binary64) x) (neg.f64 (*.f64 (/.f64 p x) #s(literal 1 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) (/.f64 p x)) #s(literal 1 binary64) (*.f64 (/.f64 p x) #s(literal 1 binary64)))) |
(+.f64 (fma.f64 (/.f64 (*.f64 p (*.f64 p p)) x) (/.f64 #s(literal 3/2 binary64) (*.f64 x x)) (neg.f64 (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x)) (-.f64 #s(literal 0 binary64) p)))) (fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x))) (-.f64 #s(literal 0 binary64) p) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x)) (-.f64 #s(literal 0 binary64) p)))) |
(+.f64 (fma.f64 (/.f64 (*.f64 p (*.f64 p p)) x) (/.f64 #s(literal 3/2 binary64) (*.f64 x x)) (neg.f64 (*.f64 (/.f64 p x) #s(literal 1 binary64)))) (fma.f64 (-.f64 #s(literal 0 binary64) (/.f64 p x)) #s(literal 1 binary64) (*.f64 (/.f64 p x) #s(literal 1 binary64)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 x (-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) p))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x (*.f64 x x))) (/.f64 p x)) |
(fma.f64 (*.f64 p (*.f64 p p)) (/.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x x)) x) (-.f64 #s(literal 0 binary64) (/.f64 p x))) |
(fma.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (-.f64 #s(literal 0 binary64) (/.f64 p x))) |
(fma.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) (/.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 0 binary64) (/.f64 p x))) |
(fma.f64 (/.f64 (*.f64 p (*.f64 p p)) x) (/.f64 #s(literal 3/2 binary64) (*.f64 x x)) (-.f64 #s(literal 0 binary64) (/.f64 p x))) |
(neg.f64 (/.f64 (-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) p) (-.f64 #s(literal 0 binary64) x))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) p)) x)) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) p) x) |
(/.f64 #s(literal 1 binary64) (/.f64 x (-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) p))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) p)) #s(literal 1 binary64))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) p)) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) (/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) (/.f64 (*.f64 x x) (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64))))) (*.f64 p (*.f64 p p))) (*.f64 x (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) (/.f64 (*.f64 x x) (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)))) (*.f64 p (+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 x (-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) p)))) |
(/.f64 (*.f64 (+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x))) (-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) p)) (*.f64 x (+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) x) (*.f64 x p)) (*.f64 x x)) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) (/.f64 x p)) (*.f64 x #s(literal 1 binary64))) (*.f64 x (/.f64 x p))) |
(/.f64 (*.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) (/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) (/.f64 (*.f64 x x) (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64))))) (*.f64 p (*.f64 p p))) #s(literal 1 binary64)) (*.f64 (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) (/.f64 (*.f64 x x) (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)))) (*.f64 p (+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x))))) x)) |
(/.f64 (*.f64 (*.f64 (+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x))) (-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) p)) #s(literal 1 binary64)) (*.f64 (+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x))) x)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) p))) (neg.f64 (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x (*.f64 x x))) #s(literal 3 binary64)) (pow.f64 (/.f64 p x) #s(literal 3 binary64))) (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 (/.f64 p x) (/.f64 p x)) (*.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x (*.f64 x x))) (/.f64 p x))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x (*.f64 x x))) (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (/.f64 p x) (/.f64 p x))) (+.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x (*.f64 x x))) (/.f64 p x))) |
(/.f64 (*.f64 (-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) p) #s(literal 1 binary64)) x) |
(/.f64 (*.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) (/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) (/.f64 (*.f64 x x) (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64))))) (*.f64 p (*.f64 p p))) (/.f64 #s(literal 1 binary64) x)) (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) (/.f64 (*.f64 x x) (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)))) (*.f64 p (+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)))))) |
(/.f64 (*.f64 (*.f64 (+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x))) (-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) p)) (/.f64 #s(literal 1 binary64) x)) (+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) (-.f64 #s(literal 0 binary64) x)) (*.f64 x (-.f64 #s(literal 0 binary64) p))) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(pow.f64 (/.f64 x (-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) p)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 x (-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) p)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 (-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) p) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) p) x)) |
(*.f64 (-.f64 #s(literal 0 binary64) (-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) p)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) p)) |
(+.f64 (-.f64 #s(literal 0 binary64) p) (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x))) |
(+.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) (-.f64 #s(literal 0 binary64) p)) |
(+.f64 (+.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) #s(literal 0 binary64)) (-.f64 #s(literal 0 binary64) p)) |
(+.f64 (fma.f64 p (*.f64 (*.f64 p p) (/.f64 #s(literal 3/2 binary64) (*.f64 x x))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) p) #s(literal -1 binary64)))) (fma.f64 p #s(literal -1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) p) #s(literal -1 binary64)))) |
(+.f64 (fma.f64 p (*.f64 (*.f64 (*.f64 p p) #s(literal 3/2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) p) #s(literal -1 binary64)))) (fma.f64 p #s(literal -1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) p) #s(literal -1 binary64)))) |
(+.f64 (fma.f64 p (/.f64 (*.f64 (*.f64 p p) #s(literal 3/2 binary64)) (*.f64 x x)) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) p) #s(literal -1 binary64)))) (fma.f64 p #s(literal -1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) p) #s(literal -1 binary64)))) |
(+.f64 (fma.f64 (*.f64 p p) (*.f64 p (/.f64 #s(literal 3/2 binary64) (*.f64 x x))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) p) #s(literal -1 binary64)))) (fma.f64 p #s(literal -1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) p) #s(literal -1 binary64)))) |
(+.f64 (fma.f64 (/.f64 p x) (/.f64 (*.f64 (*.f64 p p) #s(literal 3/2 binary64)) x) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) p) #s(literal -1 binary64)))) (fma.f64 p #s(literal -1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) p) #s(literal -1 binary64)))) |
(+.f64 (fma.f64 (*.f64 p (*.f64 p p)) (/.f64 #s(literal 3/2 binary64) (*.f64 x x)) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) p) #s(literal -1 binary64)))) (fma.f64 p #s(literal -1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) p) #s(literal -1 binary64)))) |
(+.f64 (fma.f64 #s(literal 3/2 binary64) (*.f64 (*.f64 p (*.f64 p p)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) p) #s(literal -1 binary64)))) (fma.f64 p #s(literal -1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) p) #s(literal -1 binary64)))) |
(+.f64 (fma.f64 #s(literal 3/2 binary64) (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x)) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) p) #s(literal -1 binary64)))) (fma.f64 p #s(literal -1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) p) #s(literal -1 binary64)))) |
(+.f64 (fma.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 x x)) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) p) #s(literal -1 binary64)))) (fma.f64 p #s(literal -1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) p) #s(literal -1 binary64)))) |
(+.f64 (fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) p) #s(literal -1 binary64)))) (fma.f64 p #s(literal -1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) p) #s(literal -1 binary64)))) |
(+.f64 (fma.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal -3/2 binary64)) (/.f64 #s(literal -1 binary64) (*.f64 x x)) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) p) #s(literal -1 binary64)))) (fma.f64 p #s(literal -1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) p) #s(literal -1 binary64)))) |
(+.f64 (fma.f64 (/.f64 (*.f64 p (*.f64 p p)) x) (/.f64 #s(literal 3/2 binary64) x) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) p) #s(literal -1 binary64)))) (fma.f64 p #s(literal -1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) p) #s(literal -1 binary64)))) |
(+.f64 (fma.f64 (/.f64 #s(literal 3/2 binary64) x) (/.f64 (*.f64 p (*.f64 p p)) x) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) p) #s(literal -1 binary64)))) (fma.f64 p #s(literal -1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) p) #s(literal -1 binary64)))) |
(+.f64 (fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) p) #s(literal -1 binary64)))) (fma.f64 p #s(literal -1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) p) #s(literal -1 binary64)))) |
(+.f64 (fma.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) x) (/.f64 #s(literal 1 binary64) x) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) p) #s(literal -1 binary64)))) (fma.f64 p #s(literal -1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) p) #s(literal -1 binary64)))) |
(+.f64 (fma.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x x)) (*.f64 p (*.f64 p p)) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) p) #s(literal -1 binary64)))) (fma.f64 p #s(literal -1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) p) #s(literal -1 binary64)))) |
(+.f64 (fma.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal -3/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (*.f64 (*.f64 x x) (*.f64 x x)) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) p) #s(literal -1 binary64)))) (fma.f64 p #s(literal -1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) p) #s(literal -1 binary64)))) |
(+.f64 (fma.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal -3/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 x x) (neg.f64 (*.f64 (-.f64 #s(literal 0 binary64) p) #s(literal -1 binary64)))) (fma.f64 p #s(literal -1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) p) #s(literal -1 binary64)))) |
(-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) p) |
(-.f64 (/.f64 (*.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) (/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) (/.f64 (*.f64 x x) (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64))))) (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) (/.f64 (*.f64 x x) (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)))) (*.f64 p (+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)))))) (/.f64 (*.f64 p (*.f64 p p)) (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) (/.f64 (*.f64 x x) (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)))) (*.f64 p (+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x))))))) |
(-.f64 (/.f64 (/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) (/.f64 (*.f64 x x) (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)))) (+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)))) (/.f64 (*.f64 p p) (+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x))))) |
(-.f64 (+.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) #s(literal 0 binary64)) p) |
(fma.f64 p (*.f64 (*.f64 p p) (/.f64 #s(literal 3/2 binary64) (*.f64 x x))) (-.f64 #s(literal 0 binary64) p)) |
(fma.f64 p (*.f64 (*.f64 (*.f64 p p) #s(literal 3/2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) (-.f64 #s(literal 0 binary64) p)) |
(fma.f64 p (/.f64 (*.f64 (*.f64 p p) #s(literal 3/2 binary64)) (*.f64 x x)) (-.f64 #s(literal 0 binary64) p)) |
(fma.f64 (*.f64 p p) (*.f64 p (/.f64 #s(literal 3/2 binary64) (*.f64 x x))) (-.f64 #s(literal 0 binary64) p)) |
(fma.f64 (/.f64 p x) (/.f64 (*.f64 (*.f64 p p) #s(literal 3/2 binary64)) x) (-.f64 #s(literal 0 binary64) p)) |
(fma.f64 (*.f64 p (*.f64 p p)) (/.f64 #s(literal 3/2 binary64) (*.f64 x x)) (-.f64 #s(literal 0 binary64) p)) |
(fma.f64 #s(literal 3/2 binary64) (*.f64 (*.f64 p (*.f64 p p)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) (-.f64 #s(literal 0 binary64) 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 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 #s(literal 0 binary64) p)) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) (-.f64 #s(literal 0 binary64) p)) |
(fma.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal -3/2 binary64)) (/.f64 #s(literal -1 binary64) (*.f64 x x)) (-.f64 #s(literal 0 binary64) p)) |
(fma.f64 (/.f64 (*.f64 p (*.f64 p p)) x) (/.f64 #s(literal 3/2 binary64) x) (-.f64 #s(literal 0 binary64) p)) |
(fma.f64 (/.f64 #s(literal 3/2 binary64) x) (/.f64 (*.f64 p (*.f64 p p)) x) (-.f64 #s(literal 0 binary64) p)) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 p (*.f64 p p))) (/.f64 #s(literal 1 binary64) (*.f64 p p)) (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (-.f64 #s(literal 0 binary64) p)) |
(fma.f64 #s(literal -1 binary64) p (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x))) |
(fma.f64 (-.f64 #s(literal 0 binary64) (*.f64 p p)) (/.f64 #s(literal 1 binary64) p) (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x))) |
(fma.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) x) (/.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 0 binary64) p)) |
(fma.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x x)) (*.f64 p (*.f64 p p)) (-.f64 #s(literal 0 binary64) p)) |
(fma.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal -3/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (*.f64 (*.f64 x x) (*.f64 x x)) (-.f64 #s(literal 0 binary64) p)) |
(fma.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal -3/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 x x) (-.f64 #s(literal 0 binary64) p)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) (/.f64 (*.f64 x x) (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)))) (*.f64 p (+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x))))) (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) (/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) (/.f64 (*.f64 x x) (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64))))) (*.f64 p (*.f64 p p))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x))) (*.f64 (+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x))) (-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) p)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) (/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) (/.f64 (*.f64 x x) (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64))))) (*.f64 p (*.f64 p p))) (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) (/.f64 (*.f64 x x) (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)))) (*.f64 p (+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)))))) |
(/.f64 (*.f64 (+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x))) (-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) p)) (+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 p p)) (*.f64 (*.f64 x x) (-.f64 #s(literal 0 binary64) (*.f64 p (*.f64 p p))))) (*.f64 (*.f64 x x) (*.f64 p p))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) p) (*.f64 (*.f64 x x) (-.f64 #s(literal 0 binary64) (*.f64 p p)))) (*.f64 (*.f64 x x) p)) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) (*.f64 p p)) (*.f64 (/.f64 (*.f64 x x) (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 p (*.f64 p p))))) (*.f64 (/.f64 (*.f64 x x) (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64))) (*.f64 p p))) |
(/.f64 (+.f64 (*.f64 #s(literal 1 binary64) p) (*.f64 (/.f64 (*.f64 x x) (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64))) (-.f64 #s(literal 0 binary64) (*.f64 p p)))) (*.f64 (/.f64 (*.f64 x x) (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64))) p)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal -3/2 binary64)) (*.f64 p p)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (-.f64 #s(literal 0 binary64) (*.f64 p (*.f64 p p))))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 p p))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal -3/2 binary64)) p) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (-.f64 #s(literal 0 binary64) (*.f64 p p)))) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) p)) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) x) (*.f64 p p)) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 p (*.f64 p p))))) (*.f64 x (*.f64 p p))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) x) p) (*.f64 x (-.f64 #s(literal 0 binary64) (*.f64 p p)))) (*.f64 x p)) |
(/.f64 (neg.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) (/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) (/.f64 (*.f64 x x) (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64))))) (*.f64 p (*.f64 p p)))) (neg.f64 (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) (/.f64 (*.f64 x x) (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)))) (*.f64 p (+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x))) (-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) p))) (neg.f64 (+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x))))) |
(/.f64 (+.f64 (*.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) (/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) (/.f64 (*.f64 x x) (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64))))) (pow.f64 (-.f64 #s(literal 0 binary64) p) #s(literal 3 binary64))) (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) (/.f64 (*.f64 x x) (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)))) (-.f64 (*.f64 (-.f64 #s(literal 0 binary64) p) (-.f64 #s(literal 0 binary64) p)) (*.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) (-.f64 #s(literal 0 binary64) p))))) |
(/.f64 (-.f64 (/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) (/.f64 (*.f64 x x) (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)))) (*.f64 (-.f64 #s(literal 0 binary64) p) (-.f64 #s(literal 0 binary64) p))) (+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)))) |
(pow.f64 (/.f64 (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) (/.f64 (*.f64 x x) (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)))) (*.f64 p (+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x))))) (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) (/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) (/.f64 (*.f64 x x) (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64))))) (*.f64 p (*.f64 p p)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x))) (*.f64 (+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x))) (-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) p))) #s(literal -1 binary64)) |
(*.f64 (-.f64 (*.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) (/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) (/.f64 (*.f64 x x) (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64))))) (*.f64 p (*.f64 p p))) (/.f64 #s(literal 1 binary64) (+.f64 (/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) (/.f64 (*.f64 x x) (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)))) (*.f64 p (+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x))))))) |
(*.f64 (*.f64 (+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x))) (-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) p)) (/.f64 #s(literal 1 binary64) (+.f64 p (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 x x) (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 x x)))) |
(neg.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal -3/2 binary64)) (*.f64 x x))) |
(/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 x x) (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 x x) (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 x (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) x))) |
(/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal -3/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 x x) (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64))))) |
(/.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) x) x) |
(/.f64 (*.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) #s(literal 1 binary64)) (*.f64 x x)) |
(/.f64 (neg.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal -3/2 binary64))) (*.f64 x x)) |
(/.f64 (neg.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) x)) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (*.f64 (/.f64 (*.f64 p (*.f64 p p)) x) #s(literal 3/2 binary64)) x) |
(pow.f64 (/.f64 (*.f64 x x) (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 x x) (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 x (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) x)) #s(literal -1 binary64)) |
(*.f64 p (*.f64 (*.f64 p p) (/.f64 #s(literal 3/2 binary64) (*.f64 x x)))) |
(*.f64 p (*.f64 (*.f64 (*.f64 p p) #s(literal 3/2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 x x)))) |
(*.f64 p (/.f64 (*.f64 (*.f64 p p) #s(literal 3/2 binary64)) (*.f64 x x))) |
(*.f64 (*.f64 p p) (*.f64 p (/.f64 #s(literal 3/2 binary64) (*.f64 x x)))) |
(*.f64 (/.f64 p x) (/.f64 (*.f64 (*.f64 p p) #s(literal 3/2 binary64)) x)) |
(*.f64 (*.f64 p (*.f64 p p)) (/.f64 #s(literal 3/2 binary64) (*.f64 x x))) |
(*.f64 #s(literal 3/2 binary64) (*.f64 (*.f64 p (*.f64 p p)) (/.f64 #s(literal 1 binary64) (*.f64 x x)))) |
(*.f64 #s(literal 3/2 binary64) (/.f64 (*.f64 p (*.f64 p p)) (*.f64 x x))) |
(*.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x))) |
(*.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal -3/2 binary64)) (/.f64 #s(literal -1 binary64) (*.f64 x x))) |
(*.f64 (/.f64 (*.f64 p (*.f64 p p)) x) (/.f64 #s(literal 3/2 binary64) x)) |
(*.f64 (/.f64 #s(literal 3/2 binary64) x) (/.f64 (*.f64 p (*.f64 p p)) x)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64))) |
(*.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) x) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x x)) (*.f64 p (*.f64 p p))) |
(*.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal -3/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (*.f64 (*.f64 x x) (*.f64 x x))) |
(*.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal -3/2 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 x x)) |
(*.f64 p (*.f64 (*.f64 p p) #s(literal 3/2 binary64))) |
(*.f64 (*.f64 p p) (*.f64 p #s(literal 3/2 binary64))) |
(*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) |
(*.f64 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) |
(*.f64 (*.f64 (*.f64 p p) #s(literal 3/2 binary64)) p) |
(*.f64 (*.f64 #s(literal 3/2 binary64) p) (*.f64 p p)) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)))))) |
(+.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))) #s(literal 1 binary64)) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))))) (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)))) (*.f64 (*.f64 p p) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))) (*.f64 (*.f64 x x) (*.f64 x x))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)))))))) |
(fma.f64 p (/.f64 p (/.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))) #s(literal 1 binary64)) |
(fma.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)) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))) #s(literal 1 binary64)) |
(fma.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 p p)) #s(literal 1 binary64)) |
(fma.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))) (*.f64 x x)) (*.f64 p p) #s(literal 1 binary64)) |
(fma.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 (/.f64 (*.f64 p p) x) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))) x) #s(literal 1 binary64)) |
(fma.f64 (/.f64 p (/.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))) p #s(literal 1 binary64)) |
(fma.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1 binary64)) |
(fma.f64 (*.f64 #s(literal 1 binary64) p) (/.f64 p (/.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))) #s(literal 1 binary64)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (*.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)) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))) (-.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))) (/.f64 (*.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)))) (*.f64 (*.f64 p p) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))) (*.f64 (*.f64 x x) (*.f64 x x))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)))))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)))) (*.f64 (*.f64 p p) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))) (/.f64 (*.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)))) (*.f64 (*.f64 p p) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))) (*.f64 (*.f64 x x) (*.f64 x x))))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))) (-.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))) #s(literal 1 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))) (/.f64 (*.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)))) (*.f64 (*.f64 p p) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))) (*.f64 (*.f64 x x) (*.f64 x x))))) (+.f64 (/.f64 (*.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)))) (*.f64 (*.f64 p p) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))) (*.f64 (*.f64 x x) (*.f64 x x))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)))))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)))) (*.f64 (*.f64 p p) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))) (*.f64 (*.f64 x x) (*.f64 x x)))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))) (/.f64 (*.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)))) (*.f64 (*.f64 p p) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))) (*.f64 (*.f64 x x) (*.f64 x x)))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))) (-.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))) #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)))) (*.f64 (*.f64 p p) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))) (*.f64 (*.f64 x x) (*.f64 x x))))) (neg.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)))))))) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)))) (*.f64 (*.f64 p p) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1 binary64)) (-.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))) #s(literal 1 binary64))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))) (-.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))) (/.f64 (*.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)))) (*.f64 (*.f64 p p) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))) (*.f64 (*.f64 x x) (*.f64 x x)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)))))) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)))) (*.f64 (*.f64 p p) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))) (*.f64 (*.f64 x x) (*.f64 x x))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))) (/.f64 (*.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)))) (*.f64 (*.f64 p p) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))) (*.f64 (*.f64 x x) (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))) (-.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))) #s(literal 1 binary64)))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)))) (*.f64 (*.f64 p p) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))) (*.f64 (*.f64 x x) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)))))))) |
(/.f64 (*.f64 p p) (/.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 x x) (*.f64 (*.f64 p p) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)))))) |
(/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)))) (*.f64 x x)) |
(/.f64 (neg.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 p p)) (/.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 1 binary64)) (/.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))) |
(/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal 1/2 binary64) (neg.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(/.f64 (*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))) x)) x) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 p p) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))) (*.f64 x x)) |
(/.f64 (*.f64 (+.f64 #s(literal 1/2 binary64) (neg.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)))) (*.f64 p p)) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(/.f64 (*.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))) x) (*.f64 p p)) x) |
(/.f64 (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)))) x) x) |
(pow.f64 (/.f64 (*.f64 x x) (*.f64 (*.f64 p p) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))) #s(literal -1 binary64)) |
(*.f64 p (/.f64 p (/.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)))))) |
(*.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 #s(literal 1 binary64) (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)))))) |
(*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))) (*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 p p))) |
(*.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))) (*.f64 x x)) (*.f64 p p)) |
(*.f64 (/.f64 (*.f64 p p) (/.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))) #s(literal 1 binary64)) |
(*.f64 (/.f64 (*.f64 p p) x) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))) x)) |
(*.f64 (/.f64 p (/.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))) p) |
(*.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(*.f64 (*.f64 #s(literal 1 binary64) p) (/.f64 p (/.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)))))) |
(*.f64 (*.f64 #s(literal 1 binary64) (*.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 p) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (*.f64 p p)) |
(exp.f64 (*.f64 (log.f64 p) #s(literal 2 binary64))) |
(-.f64 (*.f64 p p) #s(literal 0 binary64)) |
(fma.f64 p p #s(literal 0 binary64)) |
(fma.f64 (pow.f64 p #s(literal 1 binary64)) (pow.f64 p #s(literal 1 binary64)) #s(literal 0 binary64)) |
(/.f64 (+.f64 #s(literal 0 binary64) (pow.f64 (*.f64 p p) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (-.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (*.f64 #s(literal 0 binary64) (*.f64 p p))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 p p) #s(literal 3 binary64)) #s(literal 0 binary64)) (+.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 p p) #s(literal 0 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal 0 binary64)) (*.f64 p p)) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 p p) (*.f64 p p))) (-.f64 #s(literal 0 binary64) (*.f64 p p))) |
(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))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))) (-.f64 #s(literal 0 binary64) (*.f64 x x)))) |
(neg.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (neg.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)))) (*.f64 x x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 x (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))) x))) |
(/.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 #s(literal 1/2 binary64) (neg.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)))) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(/.f64 (+.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)) (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)) (/.f64 (*.f64 x x) (*.f64 (*.f64 p p) #s(literal 11/8 binary64)))))) (*.f64 (*.f64 x x) (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)) (-.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)) #s(literal -1/2 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)))))) |
(/.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)) (/.f64 (*.f64 x x) (*.f64 (*.f64 p p) #s(literal 11/8 binary64))))) (*.f64 (*.f64 x x) (-.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))) |
(/.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))) x) x) |
(/.f64 (*.f64 (+.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)) (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)) (/.f64 (*.f64 x x) (*.f64 (*.f64 p p) #s(literal 11/8 binary64)))))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)) (-.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)) #s(literal -1/2 binary64)))) (*.f64 x x))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)) (/.f64 (*.f64 x x) (*.f64 (*.f64 p p) #s(literal 11/8 binary64))))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))) (*.f64 x x))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1/2 binary64) (neg.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))))) (*.f64 x x)) |
(/.f64 (neg.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))) x)) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))) #s(literal 1 binary64)) (*.f64 x x)) |
(/.f64 (*.f64 (+.f64 #s(literal -1/8 binary64) (*.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)) (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)) (/.f64 (*.f64 x x) (*.f64 (*.f64 p p) #s(literal 11/8 binary64)))))) (/.f64 #s(literal 1 binary64) (*.f64 x x))) (+.f64 #s(literal 1/4 binary64) (*.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)) (-.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)) #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)) (/.f64 (*.f64 x x) (*.f64 (*.f64 p p) #s(literal 11/8 binary64))))) (/.f64 #s(literal 1 binary64) (*.f64 x x))) (-.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)))) |
(pow.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 x (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))) x)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.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 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(*.f64 (+.f64 #s(literal 1/2 binary64) (neg.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)))) (/.f64 #s(literal -1 binary64) (*.f64 x x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)))) |
(*.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))) x) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (neg.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)))) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (*.f64 (*.f64 x x) (*.f64 x x))) |
(*.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (neg.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)))) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 x x)) |
(/.f64 (*.f64 p p) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x))))) |
(/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x))) (*.f64 x (*.f64 x x))) |
(/.f64 (neg.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) 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 (*.f64 p p) x) #s(literal 4 binary64)) x)))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 1 binary64)) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))) |
(/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal 2 binary64) (neg.f64 (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) 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 (*.f64 p p) x) #s(literal 4 binary64)) x)) x)) (*.f64 x x)) |
(/.f64 (*.f64 (+.f64 #s(literal 2 binary64) (neg.f64 (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) 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 (*.f64 p p) x) #s(literal 4 binary64)) x)) x) (*.f64 p p)) (*.f64 x x)) |
(/.f64 (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x))) x) (*.f64 x x)) |
(/.f64 (/.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) 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 (*.f64 p p) x) #s(literal 4 binary64)) x)))) #s(literal -1 binary64)) |
(*.f64 p (/.f64 p (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x))))) |
(*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)) (*.f64 x (*.f64 x x)))) |
(*.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) 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 (*.f64 p p) x) #s(literal 4 binary64)) x)) (*.f64 x (*.f64 x x))) (*.f64 p p)) |
(*.f64 (/.f64 (*.f64 p p) x) (/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)) (*.f64 x x))) |
(*.f64 (/.f64 p (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))) p) |
(*.f64 (*.f64 (*.f64 p p) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) 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 (*.f64 p p) x) #s(literal 4 binary64)) x)) x)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 x x) (*.f64 p (*.f64 p #s(literal 4 binary64))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 p (*.f64 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 p (*.f64 p #s(literal 4 binary64))) (*.f64 x x)) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 x x) (*.f64 p (*.f64 p #s(literal 4 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 x x) (*.f64 p (*.f64 p #s(literal 4 binary64)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 x (/.f64 (*.f64 p (*.f64 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 p (*.f64 p #s(literal 4 binary64)))))) |
(/.f64 (/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) x) x) |
(/.f64 (*.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) #s(literal 1 binary64)) (*.f64 x x)) |
(/.f64 (neg.f64 (*.f64 (*.f64 p p) #s(literal -4 binary64))) (*.f64 x x)) |
(/.f64 (neg.f64 (/.f64 (*.f64 p (*.f64 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 p (*.f64 p #s(literal 4 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 x x) (*.f64 p (*.f64 p #s(literal 4 binary64)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 x (/.f64 (*.f64 p (*.f64 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 p (*.f64 p #s(literal 4 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(*.f64 (/.f64 p x) (/.f64 (*.f64 p #s(literal 4 binary64)) x)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)) |
(*.f64 (*.f64 (*.f64 p p) #s(literal -4 binary64)) (/.f64 #s(literal -1 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 p (*.f64 p #s(literal 4 binary64)))) |
(*.f64 (/.f64 (*.f64 p (*.f64 p #s(literal 4 binary64))) x) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -4 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (*.f64 (*.f64 x x) (*.f64 x x))) |
(*.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -4 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 x x)) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x x))))) |
(neg.f64 (/.f64 (+.f64 #s(literal 2 binary64) (neg.f64 (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x))) (*.f64 x (*.f64 x x)))) |
(/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) 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 (*.f64 p p) x) #s(literal 4 binary64)) x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 x x) (/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)) x))) |
(/.f64 (+.f64 #s(literal 2 binary64) (neg.f64 (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x))) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x x)))) |
(/.f64 (+.f64 #s(literal -8 binary64) (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x) (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))) (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 4 binary64) (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x) (-.f64 (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) 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 (*.f64 p p) x) #s(literal 4 binary64)) x))))) |
(/.f64 (-.f64 #s(literal 4 binary64) (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x))) (*.f64 (*.f64 x (*.f64 x x)) (-.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))) |
(/.f64 (/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)) x) (*.f64 x x)) |
(/.f64 (*.f64 (+.f64 #s(literal -8 binary64) (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x) (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 4 binary64) (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x) (-.f64 (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x) #s(literal -2 binary64)))) (*.f64 x (*.f64 x x)))) |
(/.f64 (*.f64 (-.f64 #s(literal 4 binary64) (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)) (*.f64 x (*.f64 x x)))) |
(/.f64 (neg.f64 (+.f64 #s(literal 2 binary64) (neg.f64 (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) 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 (*.f64 p p) x) #s(literal 4 binary64)) x)) x)) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(/.f64 (/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)) (*.f64 x x)) x) |
(/.f64 (*.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)) #s(literal 1 binary64)) (*.f64 x (*.f64 x x))) |
(/.f64 (*.f64 (+.f64 #s(literal -8 binary64) (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x) (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)))) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (+.f64 #s(literal 4 binary64) (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x) (-.f64 (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x) #s(literal -2 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 4 binary64) (*.f64 (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x))) (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x))) |
(/.f64 (/.f64 (/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)) x) x) x) |
(pow.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 x x) (/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)) x)) #s(literal -1 binary64)) |
(*.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) 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 (*.f64 p p) x) #s(literal 4 binary64)) x)) (*.f64 x (*.f64 x x)))) |
(*.f64 (+.f64 #s(literal 2 binary64) (neg.f64 (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) 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 (*.f64 p p) x) #s(literal 4 binary64)) x))) |
(*.f64 (/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 4 binary64)) x)) x) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(+.f64 (*.f64 x x) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (*.f64 x x)) |
(exp.f64 (*.f64 (log.f64 x) #s(literal 2 binary64))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(fma.f64 x x #s(literal 0 binary64)) |
(fma.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x x)) #s(literal 0 binary64)) |
(fma.f64 (pow.f64 x #s(literal 1 binary64)) (pow.f64 x #s(literal 1 binary64)) #s(literal 0 binary64)) |
(neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (*.f64 (*.f64 x x) (*.f64 x x))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 x x)) |
(/.f64 (+.f64 #s(literal 0 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 (*.f64 x x) (*.f64 x x))) |
(pow.f64 x #s(literal 2 binary64)) |
(*.f64 x x) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x x))) |
(*.f64 (pow.f64 x #s(literal 1 binary64)) (pow.f64 x #s(literal 1 binary64))) |
(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))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 x x) (*.f64 (*.f64 p p) #s(literal 11/8 binary64)))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 x x)))) |
(neg.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -11/8 binary64)) (*.f64 x x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 x x) (*.f64 (*.f64 p p) #s(literal 11/8 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 x x) (*.f64 (*.f64 p p) #s(literal 11/8 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 x (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) x))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -11/8 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 11/8 binary64))))) |
(/.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) x) x) |
(/.f64 (*.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) #s(literal 1 binary64)) (*.f64 x x)) |
(/.f64 (neg.f64 (*.f64 (*.f64 p p) #s(literal -11/8 binary64))) (*.f64 x x)) |
(/.f64 (neg.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) x)) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (*.f64 (/.f64 (*.f64 p p) x) #s(literal 11/8 binary64)) x) |
(pow.f64 (/.f64 (*.f64 x x) (*.f64 (*.f64 p p) #s(literal 11/8 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 x x) (*.f64 (*.f64 p p) #s(literal 11/8 binary64))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 x (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) x)) #s(literal -1 binary64)) |
(*.f64 p (*.f64 p (/.f64 #s(literal 11/8 binary64) (*.f64 x x)))) |
(*.f64 p (*.f64 (*.f64 p #s(literal 11/8 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 x x)))) |
(*.f64 p (/.f64 (*.f64 p #s(literal 11/8 binary64)) (*.f64 x x))) |
(*.f64 (*.f64 p p) (/.f64 #s(literal 11/8 binary64) (*.f64 x x))) |
(*.f64 (/.f64 p x) (/.f64 (*.f64 p #s(literal 11/8 binary64)) x)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x))) |
(*.f64 #s(literal 11/8 binary64) (/.f64 (*.f64 p p) (*.f64 x x))) |
(*.f64 #s(literal 11/8 binary64) (*.f64 (*.f64 p p) (/.f64 #s(literal 1 binary64) (*.f64 x x)))) |
(*.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(*.f64 (*.f64 (*.f64 p p) #s(literal -11/8 binary64)) (/.f64 #s(literal -1 binary64) (*.f64 x x))) |
(*.f64 (/.f64 (*.f64 p p) x) (/.f64 #s(literal 11/8 binary64) x)) |
(*.f64 (/.f64 #s(literal 11/8 binary64) x) (/.f64 (*.f64 p p) x)) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (*.f64 p p) #s(literal 11/8 binary64))) |
(*.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) x) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x x)) (*.f64 p p)) |
(*.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -11/8 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (*.f64 (*.f64 x x) (*.f64 x x))) |
(*.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -11/8 binary64)) (-.f64 #s(literal 0 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 x x)) |
(*.f64 p (*.f64 p #s(literal 11/8 binary64))) |
(*.f64 (*.f64 p p) #s(literal 11/8 binary64)) |
(*.f64 #s(literal 11/8 binary64) (*.f64 p p)) |
(*.f64 (*.f64 p #s(literal 11/8 binary64)) p) |
| 1× | egg-herbie |
| 4904× | *-lowering-*.f32 |
| 4904× | *-lowering-*.f64 |
| 3866× | +-lowering-+.f64 |
| 3866× | +-lowering-+.f32 |
| 1308× | /-lowering-/.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 413 | 5639 |
| 1 | 1249 | 4957 |
| 2 | 4134 | 4755 |
| 0 | 8197 | 4755 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* 2 (/ (pow p 2) x)) |
(* (pow p 2) (+ (* -2 (/ (pow p 2) (pow x 3))) (* 2 (/ 1 x)))) |
(* (pow p 2) (+ (* (pow p 2) (- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3))))) (* 2 (/ 1 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) (- (+ (* 4 (/ 1 (pow x 5))) (/ 2 (* (pow p 4) x))) (/ 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) (- (+ (* 4 (/ 1 (pow x 5))) (/ 2 (* (pow p 4) x))) (/ 2 (* (pow p 2) (pow x 3))))) |
(* 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)) (* 2 (* (pow p 2) (pow x 2)))))) (pow x 5)) |
(* 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)) (* 4 (/ (pow p 6) (pow x 4))))) x) |
(/ (+ (* -2 (/ (pow p 4) (pow x 2))) (+ (* 2 (pow p 2)) (* 4 (/ (pow p 6) (pow x 4))))) x) |
(* 2 (/ (pow p 2) x)) |
(* -1 (/ (+ (* -2 (pow p 2)) (* 2 (/ (pow p 4) (pow x 2)))) x)) |
(* -1 (/ (+ (* -4 (/ (pow p 6) (pow x 4))) (+ (* -2 (pow p 2)) (* 2 (/ (pow p 4) (pow x 2))))) x)) |
(* -1 (/ (+ (* -4 (/ (pow p 6) (pow x 4))) (+ (* -2 (pow p 2)) (* 2 (/ (pow p 4) (pow x 2))))) x)) |
(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)) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ 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 (/ p x)) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ p x) |
(/ 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)) |
(* -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 p) |
(* -1 p) |
(* -1 p) |
(* -1 p) |
(* -1 p) |
(* -1 p) |
(* -1 p) |
(* -1 p) |
(* -1 p) |
(* -1 p) |
(* -1 p) |
(* -1 p) |
(* -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))) |
(* 3/2 (pow p 3)) |
(* 3/2 (pow p 3)) |
(* 3/2 (pow p 3)) |
(* 3/2 (pow p 3)) |
(* 3/2 (pow p 3)) |
(* 3/2 (pow p 3)) |
(* 3/2 (pow p 3)) |
(* 3/2 (pow p 3)) |
(* 3/2 (pow p 3)) |
(* 3/2 (pow p 3)) |
(* 3/2 (pow p 3)) |
(* 3/2 (pow p 3)) |
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) (- (* 11/8 (/ (pow p 2) (pow x 4))) (* 1/2 (/ 1 (pow x 2)))))) |
(* 11/8 (/ (pow p 4) (pow x 4))) |
(* (pow p 4) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(* (pow p 4) (- (+ (/ 1 (pow p 4)) (* 11/8 (/ 1 (pow x 4)))) (/ 1/2 (* (pow p 2) (pow x 2))))) |
(* (pow p 4) (- (+ (/ 1 (pow p 4)) (* 11/8 (/ 1 (pow x 4)))) (/ 1/2 (* (pow p 2) (pow x 2))))) |
(* 11/8 (/ (pow p 4) (pow x 4))) |
(* (pow p 4) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(* (pow p 4) (- (+ (/ 1 (pow p 4)) (* 11/8 (/ 1 (pow x 4)))) (/ 1/2 (* (pow p 2) (pow x 2))))) |
(* (pow p 4) (- (+ (/ 1 (pow p 4)) (* 11/8 (/ 1 (pow x 4)))) (/ 1/2 (* (pow p 2) (pow x 2))))) |
(* 11/8 (/ (pow p 4) (pow x 4))) |
(/ (+ (* -1/2 (* (pow p 2) (pow x 2))) (* 11/8 (pow p 4))) (pow x 4)) |
(/ (+ (* 11/8 (pow p 4)) (* (pow x 2) (+ (* -1/2 (pow p 2)) (pow x 2)))) (pow x 4)) |
(/ (+ (* 11/8 (pow p 4)) (* (pow x 2) (+ (* -1/2 (pow p 2)) (pow x 2)))) (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 (+ (* -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 (+ (* -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) (- (* 11/8 (/ (pow p 2) (pow x 4))) (* 1/2 (/ 1 (pow x 2))))) |
(* (pow p 2) (- (* 11/8 (/ (pow p 2) (pow x 4))) (* 1/2 (/ 1 (pow x 2))))) |
(* 11/8 (/ (pow p 4) (pow x 4))) |
(* (pow p 4) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(* (pow p 4) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(* (pow p 4) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(* 11/8 (/ (pow p 4) (pow x 4))) |
(* (pow p 4) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(* (pow p 4) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(* (pow p 4) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(* 11/8 (/ (pow p 4) (pow x 4))) |
(/ (+ (* -1/2 (* (pow p 2) (pow x 2))) (* 11/8 (pow p 4))) (pow x 4)) |
(/ (+ (* -1/2 (* (pow p 2) (pow x 2))) (* 11/8 (pow p 4))) (pow x 4)) |
(/ (+ (* -1/2 (* (pow p 2) (pow x 2))) (* 11/8 (pow p 4))) (pow x 4)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/ (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2)))) (pow x 2)) |
(/ (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2)))) (pow x 2)) |
(/ (+ (* -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)) |
(/ (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2)))) (pow x 2)) |
(/ (+ (* -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)))) |
(- (* 11/8 (/ (pow p 2) (pow x 4))) (* 1/2 (/ 1 (pow x 2)))) |
(- (* 11/8 (/ (pow p 2) (pow x 4))) (* 1/2 (/ 1 (pow x 2)))) |
(* 11/8 (/ (pow p 2) (pow x 4))) |
(* (pow p 2) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(* (pow p 2) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(* (pow p 2) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(* 11/8 (/ (pow p 2) (pow x 4))) |
(* (pow p 2) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(* (pow p 2) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(* (pow p 2) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(* 11/8 (/ (pow p 2) (pow x 4))) |
(/ (+ (* -1/2 (pow x 2)) (* 11/8 (pow p 2))) (pow x 4)) |
(/ (+ (* -1/2 (pow x 2)) (* 11/8 (pow p 2))) (pow x 4)) |
(/ (+ (* -1/2 (pow x 2)) (* 11/8 (pow p 2))) (pow x 4)) |
(/ -1/2 (pow x 2)) |
(/ (- (* 11/8 (/ (pow p 2) (pow x 2))) 1/2) (pow x 2)) |
(/ (- (* 11/8 (/ (pow p 2) (pow x 2))) 1/2) (pow x 2)) |
(/ (- (* 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)) |
(/ (- (* 11/8 (/ (pow p 2) (pow x 2))) 1/2) (pow x 2)) |
(/ (- (* 11/8 (/ (pow p 2) (pow x 2))) 1/2) (pow x 2)) |
(* -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) |
(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 2))) |
(* 11/8 (/ (pow p 2) (pow x 2))) |
(* 11/8 (/ (pow p 2) (pow x 2))) |
(* 11/8 (/ (pow p 2) (pow x 2))) |
(* 11/8 (/ (pow p 2) (pow x 2))) |
(* 11/8 (/ (pow p 2) (pow x 2))) |
(* 11/8 (/ (pow p 2) (pow x 2))) |
(* 11/8 (/ (pow p 2) (pow x 2))) |
(* 11/8 (/ (pow p 2) (pow x 2))) |
(* 11/8 (/ (pow p 2) (pow x 2))) |
(* 11/8 (/ (pow p 2) (pow x 2))) |
(* 11/8 (/ (pow p 2) (pow x 2))) |
(* 11/8 (/ (pow p 2) (pow x 2))) |
(* 11/8 (/ (pow p 2) (pow x 2))) |
(* 11/8 (/ (pow p 2) (pow x 2))) |
(* 11/8 (/ (pow p 2) (pow x 2))) |
(* 11/8 (/ (pow p 2) (pow x 2))) |
(* 11/8 (/ (pow p 2) (pow x 2))) |
(* 11/8 (/ (pow p 2) (pow x 2))) |
(* 11/8 (/ (pow p 2) (pow x 2))) |
(* 11/8 (/ (pow p 2) (pow x 2))) |
(* 11/8 (/ (pow p 2) (pow x 2))) |
(* 11/8 (/ (pow p 2) (pow x 2))) |
(* 11/8 (/ (pow p 2) (pow x 2))) |
(* 11/8 (pow p 2)) |
(* 11/8 (pow p 2)) |
(* 11/8 (pow p 2)) |
(* 11/8 (pow p 2)) |
(* 11/8 (pow p 2)) |
(* 11/8 (pow p 2)) |
(* 11/8 (pow p 2)) |
(* 11/8 (pow p 2)) |
(* 11/8 (pow p 2)) |
(* 11/8 (pow p 2)) |
(* 11/8 (pow p 2)) |
(* 11/8 (pow p 2)) |
| Outputs |
|---|
(* 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 (*.f64 p p) (+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 2 binary64) x))) |
(* (pow p 2) (+ (* (pow p 2) (- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3))))) (* 2 (/ 1 x)))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 (*.f64 p 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) (+ (* (pow p 2) (- (* 4 (/ (pow p 2) (pow x 5))) (* 2 (/ 1 (pow x 3))))) (* 2 (/ 1 x)))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 (*.f64 p 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 #s(literal 4 binary64) (pow.f64 p #s(literal 6 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 x (*.f64 (*.f64 p p) 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 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (+.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 (*.f64 p p) (*.f64 p p))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 p p) 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 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (+.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 (*.f64 p p) (*.f64 p p))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 p p) x))))))) |
(* 4 (/ (pow p 6) (pow x 5))) |
(/.f64 (*.f64 #s(literal 4 binary64) (pow.f64 p #s(literal 6 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 x (*.f64 (*.f64 p p) 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 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (+.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 (*.f64 p p) (*.f64 p p))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 p p) 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 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (+.f64 (/.f64 (/.f64 #s(literal 2 binary64) x) (*.f64 (*.f64 p p) (*.f64 p p))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 p p) x))))))) |
(* 4 (/ (pow p 6) (pow x 5))) |
(/.f64 (*.f64 #s(literal 4 binary64) (pow.f64 p #s(literal 6 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 (*.f64 (*.f64 p p) (*.f64 p p)) (*.f64 x (*.f64 x #s(literal -2 binary64)))) (*.f64 #s(literal 4 binary64) (pow.f64 p #s(literal 6 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 #s(literal 4 binary64) (pow.f64 p #s(literal 6 binary64))) (*.f64 x (*.f64 x (+.f64 (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 p p) (*.f64 p p))) (*.f64 #s(literal 2 binary64) (*.f64 x (*.f64 (*.f64 p p) x))))))) (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 #s(literal 4 binary64) (pow.f64 p #s(literal 6 binary64))) (*.f64 x (*.f64 x (+.f64 (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 p p) (*.f64 p p))) (*.f64 #s(literal 2 binary64) (*.f64 x (*.f64 (*.f64 p p) x))))))) (pow.f64 x #s(literal 5 binary64))) |
(* 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 (*.f64 (*.f64 p p) (*.f64 p p)) (/.f64 #s(literal -2 binary64) (*.f64 x x))) (*.f64 #s(literal 2 binary64) (*.f64 p p))) x) |
(/ (+ (* -2 (/ (pow p 4) (pow x 2))) (+ (* 2 (pow p 2)) (* 4 (/ (pow p 6) (pow x 4))))) x) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (/.f64 #s(literal -2 binary64) (*.f64 x x))) (+.f64 (*.f64 #s(literal 2 binary64) (*.f64 p p)) (/.f64 (*.f64 #s(literal 4 binary64) (pow.f64 p #s(literal 6 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))))) x) |
(/ (+ (* -2 (/ (pow p 4) (pow x 2))) (+ (* 2 (pow p 2)) (* 4 (/ (pow p 6) (pow x 4))))) x) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (/.f64 #s(literal -2 binary64) (*.f64 x x))) (+.f64 (*.f64 #s(literal 2 binary64) (*.f64 p p)) (/.f64 (*.f64 #s(literal 4 binary64) (pow.f64 p #s(literal 6 binary64))) (*.f64 x (*.f64 x (*.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 #s(literal 2 binary64) (*.f64 (*.f64 p p) (*.f64 p p))) (*.f64 x x))) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (/ (+ (* -4 (/ (pow p 6) (pow x 4))) (+ (* -2 (pow p 2)) (* 2 (/ (pow p 4) (pow x 2))))) x)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 p p) (*.f64 p p))) (*.f64 x x)) (+.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (/.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -4 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))))) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (/ (+ (* -4 (/ (pow p 6) (pow x 4))) (+ (* -2 (pow p 2)) (* 2 (/ (pow p 4) (pow x 2))))) x)) |
(/.f64 (+.f64 (/.f64 (*.f64 #s(literal 2 binary64) (*.f64 (*.f64 p p) (*.f64 p p))) (*.f64 x x)) (+.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (/.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -4 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))))) (-.f64 #s(literal 0 binary64) 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 (pow.f64 p #s(literal 6 binary64)) (sqrt.f64 #s(literal 1/2 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 (*.f64 x x) #s(literal 1/32 binary64)) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (pow.f64 p #s(literal 8 binary64)))) (/.f64 (/.f64 #s(literal 1/16 binary64) (pow.f64 p #s(literal 6 binary64))) (sqrt.f64 #s(literal 1/2 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) (pow.f64 p #s(literal 6 binary64))) (sqrt.f64 #s(literal 1/2 binary64))) (*.f64 (*.f64 x x) (+.f64 (/.f64 (*.f64 #s(literal -1/64 binary64) (*.f64 x (/.f64 x (pow.f64 p #s(literal 10 binary64))))) (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 (*.f64 p 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 (+.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 p p) (*.f64 p p)) #s(literal 11/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 #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 p p) (*.f64 p p)) #s(literal 11/4 binary64))) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 (*.f64 #s(literal -1/4 binary64) (+.f64 (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal 8 binary64)) (*.f64 (*.f64 p p) (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -6 binary64)) #s(literal -2 binary64)) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal 11/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 (*.f64 p 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 p p) (*.f64 x x)) (/.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -11/4 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 (*.f64 p p) (*.f64 p p)) #s(literal -11/4 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 (+.f64 (*.f64 #s(literal 4 binary64) (pow.f64 p #s(literal 6 binary64))) (*.f64 (*.f64 p p) (+.f64 (*.f64 #s(literal -2 binary64) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -3 binary64))) (*.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -11/4 binary64)) #s(literal 1/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 (*.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 (*.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) (pow.f64 x #s(literal 6 binary64))) (*.f64 (pow.f64 p #s(literal 6 binary64)) (sqrt.f64 #s(literal 1/2 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 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 6 binary64))) (*.f64 (pow.f64 p #s(literal 6 binary64)) (sqrt.f64 #s(literal 1/2 binary64)))) (/.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 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 #s(literal 1/16 binary64) (pow.f64 x #s(literal 6 binary64))) (*.f64 (pow.f64 p #s(literal 6 binary64)) (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 10 binary64)))) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (pow.f64 p #s(literal 10 binary64)))) (+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.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 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 (pow.f64 p #s(literal 6 binary64)) (sqrt.f64 #s(literal 1/2 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 (sqrt.f64 #s(literal 1/2 binary64)) (+.f64 (/.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 6 binary64))) (*.f64 (pow.f64 p #s(literal 6 binary64)) (sqrt.f64 #s(literal 1/2 binary64)))) (/.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 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 #s(literal 1/16 binary64) (pow.f64 x #s(literal 6 binary64))) (*.f64 (pow.f64 p #s(literal 6 binary64)) (sqrt.f64 #s(literal 1/2 binary64)))) (+.f64 (/.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 10 binary64)))) (*.f64 (sqrt.f64 #s(literal 1/2 binary64)) (pow.f64 p #s(literal 10 binary64)))) (+.f64 (sqrt.f64 #s(literal 1/2 binary64)) (/.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))))))) |
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 x x) #s(literal 1/16 binary64)) (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 x (*.f64 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 #s(literal 1 binary64) (-.f64 (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 p p) (*.f64 p p))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.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))) (* -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 (*.f64 p p) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -6 binary64))) (*.f64 (pow.f64 p #s(literal 6 binary64)) #s(literal -4 binary64))) (pow.f64 x #s(literal 6 binary64))) (-.f64 (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 p p) (*.f64 p p))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 p p) (*.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 (* 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 3 binary64) (*.f64 (*.f64 p p) (*.f64 p p))) (*.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 (-.f64 #s(literal 0 binary64) (/.f64 (+.f64 (*.f64 #s(literal 4 binary64) (pow.f64 p #s(literal 6 binary64))) (*.f64 (*.f64 p p) (*.f64 #s(literal 6 binary64) (*.f64 (*.f64 p p) (*.f64 p p))))) (pow.f64 x #s(literal 6 binary64)))) (+.f64 #s(literal 1 binary64) (-.f64 (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 p p) (*.f64 p p))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 p p) (*.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 (*.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 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 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/8 binary64)) (pow.f64 p #s(literal 6 binary64))) (+.f64 (/.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 #s(literal -1/2 binary64) (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 10 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 (pow.f64 x #s(literal 6 binary64)) #s(literal 1/8 binary64)) (pow.f64 p #s(literal 6 binary64))) (+.f64 (/.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 #s(literal -1/2 binary64) (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 10 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 x x) #s(literal 1/16 binary64)) (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 x (*.f64 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 (*.f64 x 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 #s(literal 1/2 binary64) (-.f64 (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 p p) (*.f64 p p))) (*.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 #s(literal 3 binary64) (*.f64 (*.f64 p p) (*.f64 p p))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 p p) (*.f64 x x)))) (/.f64 (+.f64 (*.f64 #s(literal 4 binary64) (pow.f64 p #s(literal 6 binary64))) (*.f64 (*.f64 p p) (*.f64 #s(literal 6 binary64) (*.f64 (*.f64 p p) (*.f64 p p))))) (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 (* -1 (/ (+ (* -2 (pow p 4)) (* -1 (pow p 4))) (pow x 4)))) (/ (pow p 2) (pow x 2))) |
(+.f64 #s(literal 1/2 binary64) (-.f64 (/.f64 (*.f64 #s(literal 3 binary64) (*.f64 (*.f64 p p) (*.f64 p p))) (*.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 #s(literal 3 binary64) (*.f64 (*.f64 p p) (*.f64 p p))) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (*.f64 p p) (*.f64 x x)))) (/.f64 (+.f64 (*.f64 #s(literal 4 binary64) (pow.f64 p #s(literal 6 binary64))) (*.f64 (*.f64 p p) (*.f64 #s(literal 6 binary64) (*.f64 (*.f64 p p) (*.f64 p p))))) (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 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 (*.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 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 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 10 binary64)))) (*.f64 (*.f64 p p) (*.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/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))) (*.f64 (*.f64 p p) (*.f64 p p))) (/.f64 (+.f64 (*.f64 #s(literal 1/8 binary64) (pow.f64 x #s(literal 12 binary64))) (*.f64 (*.f64 x x) (*.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 10 binary64))) #s(literal 1/2 binary64)))) (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 (*.f64 #s(literal -1/2 binary64) (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 10 binary64)))) (*.f64 (*.f64 p p) (*.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/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))) (*.f64 (*.f64 p p) (*.f64 p p))) (/.f64 (+.f64 (*.f64 #s(literal 1/8 binary64) (pow.f64 x #s(literal 12 binary64))) (*.f64 (*.f64 x x) (*.f64 (*.f64 #s(literal 1/16 binary64) (pow.f64 x #s(literal 10 binary64))) #s(literal 1/2 binary64)))) (pow.f64 p #s(literal 6 binary64)))))) (pow.f64 p #s(literal 6 binary64))) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.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 (/ p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p x) |
(/.f64 p x) |
(/ p (pow x 2)) |
(/.f64 p (*.f64 x x)) |
(/ p (pow x 2)) |
(/.f64 p (*.f64 x x)) |
(/ p (pow x 2)) |
(/.f64 p (*.f64 x x)) |
(/ p (pow x 2)) |
(/.f64 p (*.f64 x x)) |
(/ p (pow x 2)) |
(/.f64 p (*.f64 x x)) |
(/ p (pow x 2)) |
(/.f64 p (*.f64 x x)) |
(/ p (pow x 2)) |
(/.f64 p (*.f64 x x)) |
(/ p (pow x 2)) |
(/.f64 p (*.f64 x x)) |
(/ p (pow x 2)) |
(/.f64 p (*.f64 x x)) |
(/ p (pow x 2)) |
(/.f64 p (*.f64 x x)) |
(/ p (pow x 2)) |
(/.f64 p (*.f64 x x)) |
(/ p (pow x 2)) |
(/.f64 p (*.f64 x x)) |
(/ p (pow x 2)) |
(/.f64 p (*.f64 x x)) |
(/ p (pow x 2)) |
(/.f64 p (*.f64 x x)) |
(/ p (pow x 2)) |
(/.f64 p (*.f64 x x)) |
(/ p (pow x 2)) |
(/.f64 p (*.f64 x x)) |
(/ p (pow x 2)) |
(/.f64 p (*.f64 x x)) |
(/ p (pow x 2)) |
(/.f64 p (*.f64 x x)) |
(/ p (pow x 2)) |
(/.f64 p (*.f64 x x)) |
(/ p (pow x 2)) |
(/.f64 p (*.f64 x x)) |
(/ p (pow x 2)) |
(/.f64 p (*.f64 x x)) |
(/ p (pow x 2)) |
(/.f64 p (*.f64 x x)) |
(/ p (pow x 2)) |
(/.f64 p (*.f64 x x)) |
(/ p (pow x 2)) |
(/.f64 p (*.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 p) |
(-.f64 #s(literal 0 binary64) p) |
(* -1 p) |
(-.f64 #s(literal 0 binary64) p) |
(* -1 p) |
(-.f64 #s(literal 0 binary64) p) |
(* -1 p) |
(-.f64 #s(literal 0 binary64) p) |
(* -1 p) |
(-.f64 #s(literal 0 binary64) p) |
(* -1 p) |
(-.f64 #s(literal 0 binary64) p) |
(* -1 p) |
(-.f64 #s(literal 0 binary64) p) |
(* -1 p) |
(-.f64 #s(literal 0 binary64) p) |
(* -1 p) |
(-.f64 #s(literal 0 binary64) p) |
(* -1 p) |
(-.f64 #s(literal 0 binary64) p) |
(* -1 p) |
(-.f64 #s(literal 0 binary64) p) |
(* -1 p) |
(-.f64 #s(literal 0 binary64) p) |
(* -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 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) (*.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 (*.f64 p p) 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 (*.f64 p p) 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 (*.f64 p p) x)))) |
(* 3/2 (/ (pow p 3) (pow x 3))) |
(/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) (*.f64 x (*.f64 x x))) |
(* -1 (* (pow p 3) (- (/ 1 (* (pow p 2) x)) (* 3/2 (/ 1 (pow x 3)))))) |
(*.f64 (*.f64 p (*.f64 p p)) (+.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x (*.f64 x x))) (/.f64 #s(literal -1 binary64) (*.f64 (*.f64 p p) x)))) |
(* -1 (* (pow p 3) (- (/ 1 (* (pow p 2) x)) (* 3/2 (/ 1 (pow x 3)))))) |
(*.f64 (*.f64 p (*.f64 p p)) (+.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x (*.f64 x x))) (/.f64 #s(literal -1 binary64) (*.f64 (*.f64 p p) x)))) |
(* -1 (* (pow p 3) (- (/ 1 (* (pow p 2) x)) (* 3/2 (/ 1 (pow x 3)))))) |
(*.f64 (*.f64 p (*.f64 p p)) (+.f64 (/.f64 #s(literal 3/2 binary64) (*.f64 x (*.f64 x x))) (/.f64 #s(literal -1 binary64) (*.f64 (*.f64 p p) x)))) |
(* 3/2 (/ (pow p 3) (pow x 3))) |
(/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) (*.f64 x (*.f64 x x))) |
(/ (+ (* -1 (* p (pow x 2))) (* 3/2 (pow p 3))) (pow x 3)) |
(/.f64 (*.f64 p (-.f64 (*.f64 (*.f64 p p) #s(literal 3/2 binary64)) (*.f64 x x))) (*.f64 x (*.f64 x x))) |
(/ (+ (* -1 (* p (pow x 2))) (* 3/2 (pow p 3))) (pow x 3)) |
(/.f64 (*.f64 p (-.f64 (*.f64 (*.f64 p p) #s(literal 3/2 binary64)) (*.f64 x x))) (*.f64 x (*.f64 x x))) |
(/ (+ (* -1 (* p (pow x 2))) (* 3/2 (pow p 3))) (pow x 3)) |
(/.f64 (*.f64 p (-.f64 (*.f64 (*.f64 p p) #s(literal 3/2 binary64)) (*.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 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) (*.f64 x x)) p) x) |
(/ (+ (* -1 p) (* 3/2 (/ (pow p 3) (pow x 2)))) x) |
(/.f64 (-.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) (*.f64 x x)) p) x) |
(/ (+ (* -1 p) (* 3/2 (/ (pow p 3) (pow x 2)))) x) |
(/.f64 (-.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) (*.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 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) (*.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 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) (*.f64 x x)) |
(* -1 (* (pow p 3) (- (/ 1 (pow p 2)) (* 3/2 (/ 1 (pow x 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)))) |
(* -1 (* (pow p 3) (- (/ 1 (pow p 2)) (* 3/2 (/ 1 (pow x 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)))) |
(* -1 (* (pow p 3) (- (/ 1 (pow p 2)) (* 3/2 (/ 1 (pow x 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 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) (*.f64 x x)) |
(/ (+ (* -1 (* p (pow x 2))) (* 3/2 (pow p 3))) (pow x 2)) |
(/.f64 (*.f64 p (-.f64 (*.f64 (*.f64 p p) #s(literal 3/2 binary64)) (*.f64 x x))) (*.f64 x x)) |
(/ (+ (* -1 (* p (pow x 2))) (* 3/2 (pow p 3))) (pow x 2)) |
(/.f64 (*.f64 p (-.f64 (*.f64 (*.f64 p p) #s(literal 3/2 binary64)) (*.f64 x x))) (*.f64 x x)) |
(/ (+ (* -1 (* p (pow x 2))) (* 3/2 (pow p 3))) (pow x 2)) |
(/.f64 (*.f64 p (-.f64 (*.f64 (*.f64 p p) #s(literal 3/2 binary64)) (*.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 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) (*.f64 x x)) p) |
(- (* 3/2 (/ (pow p 3) (pow x 2))) p) |
(-.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) (*.f64 x x)) p) |
(- (* 3/2 (/ (pow p 3) (pow x 2))) p) |
(-.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) (*.f64 x x)) p) |
(* -1 p) |
(-.f64 #s(literal 0 binary64) p) |
(- (* 3/2 (/ (pow p 3) (pow x 2))) p) |
(-.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) (*.f64 x x)) p) |
(- (* 3/2 (/ (pow p 3) (pow x 2))) p) |
(-.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) (*.f64 x x)) p) |
(- (* 3/2 (/ (pow p 3) (pow x 2))) p) |
(-.f64 (/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) (*.f64 x x)) p) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) (*.f64 x x)) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) (*.f64 x x)) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) (*.f64 x x)) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) (*.f64 x x)) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) (*.f64 x x)) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) (*.f64 x x)) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) (*.f64 x x)) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) (*.f64 x x)) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) (*.f64 x x)) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) (*.f64 x x)) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) (*.f64 x x)) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) (*.f64 x x)) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) (*.f64 x x)) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) (*.f64 x x)) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) (*.f64 x x)) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) (*.f64 x x)) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) (*.f64 x x)) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) (*.f64 x x)) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) (*.f64 x x)) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) (*.f64 x x)) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) (*.f64 x x)) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) (*.f64 x x)) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) (*.f64 x x)) |
(* 3/2 (/ (pow p 3) (pow x 2))) |
(/.f64 (*.f64 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) (*.f64 x x)) |
(* 3/2 (pow p 3)) |
(*.f64 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) |
(* 3/2 (pow p 3)) |
(*.f64 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) |
(* 3/2 (pow p 3)) |
(*.f64 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) |
(* 3/2 (pow p 3)) |
(*.f64 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) |
(* 3/2 (pow p 3)) |
(*.f64 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) |
(* 3/2 (pow p 3)) |
(*.f64 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) |
(* 3/2 (pow p 3)) |
(*.f64 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) |
(* 3/2 (pow p 3)) |
(*.f64 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) |
(* 3/2 (pow p 3)) |
(*.f64 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) |
(* 3/2 (pow p 3)) |
(*.f64 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) |
(* 3/2 (pow p 3)) |
(*.f64 #s(literal 3/2 binary64) (*.f64 p (*.f64 p p))) |
(* 3/2 (pow p 3)) |
(*.f64 #s(literal 3/2 binary64) (*.f64 p (*.f64 p 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 (* (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) (- (* 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)))) |
(* 11/8 (/ (pow p 4) (pow x 4))) |
(/.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal 11/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) |
(* (pow p 4) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (+.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 (*.f64 p p) x))))) |
(* (pow p 4) (- (+ (/ 1 (pow p 4)) (* 11/8 (/ 1 (pow x 4)))) (/ 1/2 (* (pow p 2) (pow x 2))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (+.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 (*.f64 p p) x)))))) |
(* (pow p 4) (- (+ (/ 1 (pow p 4)) (* 11/8 (/ 1 (pow x 4)))) (/ 1/2 (* (pow p 2) (pow x 2))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (+.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 (*.f64 p p) x)))))) |
(* 11/8 (/ (pow p 4) (pow x 4))) |
(/.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal 11/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) |
(* (pow p 4) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (+.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 (*.f64 p p) x))))) |
(* (pow p 4) (- (+ (/ 1 (pow p 4)) (* 11/8 (/ 1 (pow x 4)))) (/ 1/2 (* (pow p 2) (pow x 2))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (+.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 (*.f64 p p) x)))))) |
(* (pow p 4) (- (+ (/ 1 (pow p 4)) (* 11/8 (/ 1 (pow x 4)))) (/ 1/2 (* (pow p 2) (pow x 2))))) |
(+.f64 #s(literal 1 binary64) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (+.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 (*.f64 p p) x)))))) |
(* 11/8 (/ (pow p 4) (pow x 4))) |
(/.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal 11/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ (+ (* -1/2 (* (pow p 2) (pow x 2))) (* 11/8 (pow p 4))) (pow x 4)) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 (*.f64 p p) x)) #s(literal -1/2 binary64)) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ (+ (* 11/8 (pow p 4)) (* (pow x 2) (+ (* -1/2 (pow p 2)) (pow x 2)))) (pow x 4)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal 11/8 binary64)) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) (*.f64 (*.f64 p p) #s(literal -1/2 binary64))))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ (+ (* 11/8 (pow p 4)) (* (pow x 2) (+ (* -1/2 (pow p 2)) (pow x 2)))) (pow x 4)) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal 11/8 binary64)) (*.f64 (*.f64 x x) (+.f64 (*.f64 x x) (*.f64 (*.f64 p p) #s(literal -1/2 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 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x))) |
(+ 1 (+ (* -1/2 (/ (pow p 2) (pow x 2))) (* 11/8 (/ (pow p 4) (pow x 4))))) |
(+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal 11/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(+ 1 (+ (* -1/2 (/ (pow p 2) (pow x 2))) (* 11/8 (/ (pow p 4) (pow x 4))))) |
(+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #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 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x))) |
(+ 1 (+ (* -1/2 (/ (pow p 2) (pow x 2))) (* 11/8 (/ (pow p 4) (pow x 4))))) |
(+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal 11/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(+ 1 (+ (* -1/2 (/ (pow p 2) (pow x 2))) (* 11/8 (/ (pow p 4) (pow x 4))))) |
(+.f64 (/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal 11/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))))) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.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) (- (* 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) (- (* 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))) |
(* 11/8 (/ (pow p 4) (pow x 4))) |
(/.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal 11/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) |
(* (pow p 4) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (+.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 (*.f64 p p) x))))) |
(* (pow p 4) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (+.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 (*.f64 p p) x))))) |
(* (pow p 4) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (+.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 (*.f64 p p) x))))) |
(* 11/8 (/ (pow p 4) (pow x 4))) |
(/.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal 11/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) |
(* (pow p 4) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (+.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 (*.f64 p p) x))))) |
(* (pow p 4) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (+.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 (*.f64 p p) x))))) |
(* (pow p 4) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (+.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 (*.f64 p p) x))))) |
(* 11/8 (/ (pow p 4) (pow x 4))) |
(/.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal 11/8 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ (+ (* -1/2 (* (pow p 2) (pow x 2))) (* 11/8 (pow p 4))) (pow x 4)) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 (*.f64 p p) x)) #s(literal -1/2 binary64)) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ (+ (* -1/2 (* (pow p 2) (pow x 2))) (* 11/8 (pow p 4))) (pow x 4)) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 (*.f64 p p) x)) #s(literal -1/2 binary64)) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ (+ (* -1/2 (* (pow p 2) (pow x 2))) (* 11/8 (pow p 4))) (pow x 4)) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 (*.f64 p p) x)) #s(literal -1/2 binary64)) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x)) |
(/ (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2)))) (pow x 2)) |
(/.f64 (+.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (/.f64 #s(literal 11/8 binary64) (*.f64 x x)))) (*.f64 x x)) |
(/ (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2)))) (pow x 2)) |
(/.f64 (+.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (/.f64 #s(literal 11/8 binary64) (*.f64 x x)))) (*.f64 x x)) |
(/ (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2)))) (pow x 2)) |
(/.f64 (+.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (/.f64 #s(literal 11/8 binary64) (*.f64 x x)))) (*.f64 x x)) |
(* -1/2 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x)) |
(/ (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2)))) (pow x 2)) |
(/.f64 (+.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (/.f64 #s(literal 11/8 binary64) (*.f64 x x)))) (*.f64 x x)) |
(/ (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2)))) (pow x 2)) |
(/.f64 (+.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (/.f64 #s(literal 11/8 binary64) (*.f64 x x)))) (*.f64 x x)) |
(/ (+ (* -1/2 (pow p 2)) (* 11/8 (/ (pow p 4) (pow x 2)))) (pow x 2)) |
(/.f64 (+.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) (/.f64 #s(literal 11/8 binary64) (*.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)) |
(- (* 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)) |
(- (* 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)) |
(* 11/8 (/ (pow p 2) (pow x 4))) |
(*.f64 #s(literal 11/8 binary64) (*.f64 p (/.f64 p (*.f64 x (*.f64 x (*.f64 x x)))))) |
(* (pow p 2) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 (*.f64 p p) x))))) |
(* (pow p 2) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 (*.f64 p p) x))))) |
(* (pow p 2) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 (*.f64 p p) x))))) |
(* 11/8 (/ (pow p 2) (pow x 4))) |
(*.f64 #s(literal 11/8 binary64) (*.f64 p (/.f64 p (*.f64 x (*.f64 x (*.f64 x x)))))) |
(* (pow p 2) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 (*.f64 p p) x))))) |
(* (pow p 2) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 (*.f64 p p) x))))) |
(* (pow p 2) (- (* 11/8 (/ 1 (pow x 4))) (* 1/2 (/ 1 (* (pow p 2) (pow x 2)))))) |
(*.f64 (*.f64 p p) (+.f64 (/.f64 #s(literal 11/8 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -1/2 binary64) (*.f64 x (*.f64 (*.f64 p p) x))))) |
(* 11/8 (/ (pow p 2) (pow x 4))) |
(*.f64 #s(literal 11/8 binary64) (*.f64 p (/.f64 p (*.f64 x (*.f64 x (*.f64 x x)))))) |
(/ (+ (* -1/2 (pow x 2)) (* 11/8 (pow p 2))) (pow x 4)) |
(/.f64 (+.f64 (*.f64 (*.f64 x x) #s(literal -1/2 binary64)) (*.f64 (*.f64 p p) #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ (+ (* -1/2 (pow x 2)) (* 11/8 (pow p 2))) (pow x 4)) |
(/.f64 (+.f64 (*.f64 (*.f64 x x) #s(literal -1/2 binary64)) (*.f64 (*.f64 p p) #s(literal 11/8 binary64))) (*.f64 x (*.f64 x (*.f64 x x)))) |
(/ (+ (* -1/2 (pow x 2)) (* 11/8 (pow p 2))) (pow x 4)) |
(/.f64 (+.f64 (*.f64 (*.f64 x x) #s(literal -1/2 binary64)) (*.f64 (*.f64 p p) #s(literal 11/8 binary64))) (*.f64 x (*.f64 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)) |
(/ (- (* 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)) |
(/ (- (* 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)) |
(/ -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)) |
(/ (- (* 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)) |
(/ (- (* 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)) |
(* -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 (*.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 (*.f64 p 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 (*.f64 p 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) (*.f64 (*.f64 p p) (*.f64 p p))) (pow.f64 x #s(literal 5 binary64))) |
(* (pow p 4) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(*.f64 (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 p p) x))))) (*.f64 (*.f64 p p) (*.f64 p p))) |
(* (pow p 4) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(*.f64 (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 p p) x))))) (*.f64 (*.f64 p p) (*.f64 p p))) |
(* (pow p 4) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(*.f64 (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 p p) x))))) (*.f64 (*.f64 p p) (*.f64 p p))) |
(* 4 (/ (pow p 4) (pow x 5))) |
(/.f64 (*.f64 #s(literal 4 binary64) (*.f64 (*.f64 p p) (*.f64 p p))) (pow.f64 x #s(literal 5 binary64))) |
(* (pow p 4) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(*.f64 (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 p p) x))))) (*.f64 (*.f64 p p) (*.f64 p p))) |
(* (pow p 4) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(*.f64 (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 p p) x))))) (*.f64 (*.f64 p p) (*.f64 p p))) |
(* (pow p 4) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(*.f64 (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 p p) x))))) (*.f64 (*.f64 p p) (*.f64 p p))) |
(* 4 (/ (pow p 4) (pow x 5))) |
(/.f64 (*.f64 #s(literal 4 binary64) (*.f64 (*.f64 p p) (*.f64 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) (*.f64 (*.f64 p p) (*.f64 p p))) (*.f64 #s(literal -2 binary64) (*.f64 x (*.f64 (*.f64 p p) x)))) (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) (*.f64 (*.f64 p p) (*.f64 p p))) (*.f64 #s(literal -2 binary64) (*.f64 x (*.f64 (*.f64 p p) x)))) (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) (*.f64 (*.f64 p p) (*.f64 p p))) (*.f64 #s(literal -2 binary64) (*.f64 x (*.f64 (*.f64 p p) x)))) (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) (*.f64 (*.f64 p p) (*.f64 p p))) (*.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) (*.f64 (*.f64 p p) (*.f64 p p))) (*.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) (*.f64 (*.f64 p p) (*.f64 p p))) (*.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 (*.f64 #s(literal 2 binary64) (*.f64 p p)) (/.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -4 binary64)) (*.f64 x x))) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x x)))) |
(* -1 (/ (+ (* -4 (/ (pow p 4) (pow x 2))) (* 2 (pow p 2))) (pow x 3))) |
(/.f64 (+.f64 (*.f64 #s(literal 2 binary64) (*.f64 p p)) (/.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -4 binary64)) (*.f64 x x))) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x x)))) |
(* -1 (/ (+ (* -4 (/ (pow p 4) (pow x 2))) (* 2 (pow p 2))) (pow x 3))) |
(/.f64 (+.f64 (*.f64 #s(literal 2 binary64) (*.f64 p p)) (/.f64 (*.f64 (*.f64 (*.f64 p p) (*.f64 p p)) #s(literal -4 binary64)) (*.f64 x x))) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x x)))) |
(* 4 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)) |
(* 4 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)) |
(* 4 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)) |
(* 4 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)) |
(* 4 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)) |
(* 4 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)) |
(* 4 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)) |
(* 4 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)) |
(* 4 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)) |
(* 4 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)) |
(* 4 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)) |
(* 4 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)) |
(* 4 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)) |
(* 4 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)) |
(* 4 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)) |
(* 4 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)) |
(* 4 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)) |
(* 4 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)) |
(* 4 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)) |
(* 4 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)) |
(* 4 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)) |
(* 4 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)) |
(* 4 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 4 binary64)) (*.f64 x x)) |
(* 4 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p 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 (*.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 p (*.f64 p (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 p p) x))))))) |
(* (pow p 2) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 p p) x))))))) |
(* (pow p 2) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 p p) 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 p (*.f64 p (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 p p) x))))))) |
(* (pow p 2) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 p p) x))))))) |
(* (pow p 2) (- (* 4 (/ 1 (pow x 5))) (* 2 (/ 1 (* (pow p 2) (pow x 3)))))) |
(*.f64 p (*.f64 p (+.f64 (/.f64 #s(literal 4 binary64) (pow.f64 x #s(literal 5 binary64))) (/.f64 #s(literal -2 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 p p) 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 x (*.f64 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 x (*.f64 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 x (*.f64 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))) (-.f64 #s(literal 0 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))) (-.f64 #s(literal 0 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))) (-.f64 #s(literal 0 binary64) (*.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) |
(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 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)) |
(* 11/8 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)) |
(* 11/8 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)) |
(* 11/8 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)) |
(* 11/8 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)) |
(* 11/8 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)) |
(* 11/8 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)) |
(* 11/8 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)) |
(* 11/8 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)) |
(* 11/8 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)) |
(* 11/8 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)) |
(* 11/8 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)) |
(* 11/8 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)) |
(* 11/8 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)) |
(* 11/8 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)) |
(* 11/8 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)) |
(* 11/8 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)) |
(* 11/8 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)) |
(* 11/8 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)) |
(* 11/8 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)) |
(* 11/8 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)) |
(* 11/8 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)) |
(* 11/8 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)) |
(* 11/8 (/ (pow p 2) (pow x 2))) |
(/.f64 (*.f64 (*.f64 p p) #s(literal 11/8 binary64)) (*.f64 x x)) |
(* 11/8 (pow p 2)) |
(*.f64 (*.f64 p p) #s(literal 11/8 binary64)) |
(* 11/8 (pow p 2)) |
(*.f64 (*.f64 p p) #s(literal 11/8 binary64)) |
(* 11/8 (pow p 2)) |
(*.f64 (*.f64 p p) #s(literal 11/8 binary64)) |
(* 11/8 (pow p 2)) |
(*.f64 (*.f64 p p) #s(literal 11/8 binary64)) |
(* 11/8 (pow p 2)) |
(*.f64 (*.f64 p p) #s(literal 11/8 binary64)) |
(* 11/8 (pow p 2)) |
(*.f64 (*.f64 p p) #s(literal 11/8 binary64)) |
(* 11/8 (pow p 2)) |
(*.f64 (*.f64 p p) #s(literal 11/8 binary64)) |
(* 11/8 (pow p 2)) |
(*.f64 (*.f64 p p) #s(literal 11/8 binary64)) |
(* 11/8 (pow p 2)) |
(*.f64 (*.f64 p p) #s(literal 11/8 binary64)) |
(* 11/8 (pow p 2)) |
(*.f64 (*.f64 p p) #s(literal 11/8 binary64)) |
(* 11/8 (pow p 2)) |
(*.f64 (*.f64 p p) #s(literal 11/8 binary64)) |
(* 11/8 (pow p 2)) |
(*.f64 (*.f64 p p) #s(literal 11/8 binary64)) |
Compiled 39193 to 3979 computations (89.8% saved)
14 alts after pruning (3 fresh and 11 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1412 | 1 | 1413 |
| Fresh | 0 | 2 | 2 |
| Picked | 1 | 4 | 5 |
| Done | 0 | 7 | 7 |
| Total | 1413 | 14 | 1427 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 29.8% | (/.f64 (-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) p) x) |
| ✓ | 23.2% | (+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x))) |
| ✓ | 24.6% | (+.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)))) |
| 20.4% | (+.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))))) | |
| ✓ | 51.8% | (sqrt.f64 (/.f64 (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 p #s(literal 1/2 binary64))) p)) |
| ✓ | 51.8% | (sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal 1/4 binary64)) p))) |
| ✓ | 56.2% | (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 (*.f64 x #s(literal 1/4 binary64)) p)))))) |
| ✓ | 70.0% | (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))))))) |
| ✓ | 70.0% | (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 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)))))))))) |
| ✓ | 74.7% | (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)))))) |
| 55.4% | (sqrt.f64 #s(literal 1/2 binary64)) | |
| 27.7% | (neg.f64 (/.f64 x (/.f64 (*.f64 x x) p))) | |
| ✓ | 30.2% | (neg.f64 (/.f64 p x)) |
| ✓ | 32.8% | #s(literal 1 binary64) |
Compiled 589 to 281 computations (52.3% saved)
| Inputs |
|---|
#s(literal 1 binary64) |
(neg.f64 (/.f64 p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(neg.f64 (/.f64 x (/.f64 (*.f64 x x) p))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x))) |
(-.f64 #s(literal 0 binary64) (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) p) (-.f64 #s(literal 0 binary64) (*.f64 x x))) x)) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) p) 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 p (*.f64 x x)))) (-.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)))))) |
(sqrt.f64 #s(literal 1/2 binary64)) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal 1/4 binary64)) p))) |
(sqrt.f64 (/.f64 (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 p #s(literal 1/2 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 (*.f64 x #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))))))) |
(+.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 (*.f64 p 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 (*.f64 p 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 #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)))))) |
| Outputs |
|---|
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) p) 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:
| 7.0ms | (*.f64 (*.f64 #s(literal 4 binary64) p) p) |
| 7.0ms | x |
| 6.0ms | p |
| 6.0ms | (*.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)))))) |
| 5.0ms | (/.f64 x (sqrt.f64 (+.f64 (*.f64 (*.f64 #s(literal 4 binary64) p) p) (*.f64 x x)))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 77.5% | 2 | p |
| 82.4% | 2 | x |
| 100.0% | 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))))))) |
| 100.0% | 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)))))) |
| 100.0% | 2 | (+.f64 #s(literal 1 binary64) (/.f64 x (sqrt.f64 (+.f64 (*.f64 (*.f64 #s(literal 4 binary64) p) p) (*.f64 x x))))) |
| 100.0% | 2 | (/.f64 x (sqrt.f64 (+.f64 (*.f64 (*.f64 #s(literal 4 binary64) p) p) (*.f64 x x)))) |
| 77.5% | 2 | (*.f64 (*.f64 #s(literal 4 binary64) p) p) |
Compiled 80 to 56 computations (30% saved)
| Inputs |
|---|
#s(literal 1 binary64) |
(neg.f64 (/.f64 p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(neg.f64 (/.f64 x (/.f64 (*.f64 x x) p))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x))) |
(-.f64 #s(literal 0 binary64) (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) p) (-.f64 #s(literal 0 binary64) (*.f64 x x))) x)) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) p) 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 p (*.f64 x x)))) (-.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)))))) |
(sqrt.f64 #s(literal 1/2 binary64)) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal 1/4 binary64)) p))) |
(sqrt.f64 (/.f64 (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 p #s(literal 1/2 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 (*.f64 x #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))))))) |
(+.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 (*.f64 p 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 (*.f64 p 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))))))))))) |
| Outputs |
|---|
(neg.f64 (/.f64 p 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 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)))))))))) |
1 calls:
| 13.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 80.8% | 2 | x |
Compiled 3 to 2 computations (33.3% saved)
| Inputs |
|---|
#s(literal 1 binary64) |
(neg.f64 (/.f64 p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(neg.f64 (/.f64 x (/.f64 (*.f64 x x) p))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x))) |
(-.f64 #s(literal 0 binary64) (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) p) (-.f64 #s(literal 0 binary64) (*.f64 x x))) x)) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) p) 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 p (*.f64 x x)))) (-.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)))))) |
(sqrt.f64 #s(literal 1/2 binary64)) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal 1/4 binary64)) p))) |
(sqrt.f64 (/.f64 (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 p #s(literal 1/2 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 (*.f64 x #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))))))) |
(+.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))))) |
| Outputs |
|---|
(neg.f64 (/.f64 p 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))))))) |
1 calls:
| 5.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 80.8% | 2 | x |
Compiled 3 to 2 computations (33.3% saved)
| Inputs |
|---|
#s(literal 1 binary64) |
(neg.f64 (/.f64 p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(neg.f64 (/.f64 x (/.f64 (*.f64 x x) p))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x))) |
(-.f64 #s(literal 0 binary64) (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) p) (-.f64 #s(literal 0 binary64) (*.f64 x x))) x)) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) p) 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 p (*.f64 x x)))) (-.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)))))) |
(sqrt.f64 #s(literal 1/2 binary64)) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal 1/4 binary64)) p))) |
(sqrt.f64 (/.f64 (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 p #s(literal 1/2 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 (*.f64 x #s(literal 1/4 binary64)) p)))))) |
| Outputs |
|---|
(neg.f64 (/.f64 p 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 x (/.f64 (*.f64 x #s(literal 1/4 binary64)) p)))))) |
2 calls:
| 5.0ms | x |
| 5.0ms | p |
| Accuracy | Segments | Branch |
|---|---|---|
| 72.3% | 2 | p |
| 73.2% | 3 | x |
Compiled 6 to 4 computations (33.3% saved)
| Inputs |
|---|
#s(literal 1 binary64) |
(neg.f64 (/.f64 p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(neg.f64 (/.f64 x (/.f64 (*.f64 x x) p))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x))) |
(-.f64 #s(literal 0 binary64) (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) p) (-.f64 #s(literal 0 binary64) (*.f64 x x))) x)) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) p) 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 p (*.f64 x x)))) (-.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)))))) |
(sqrt.f64 #s(literal 1/2 binary64)) |
(sqrt.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 (*.f64 x #s(literal 1/4 binary64)) p))) |
(sqrt.f64 (/.f64 (+.f64 (*.f64 x #s(literal 1/4 binary64)) (*.f64 p #s(literal 1/2 binary64))) p)) |
| Outputs |
|---|
(neg.f64 (/.f64 p x)) |
(sqrt.f64 #s(literal 1/2 binary64)) |
2 calls:
| 4.0ms | p |
| 4.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 73.0% | 3 | x |
| 71.5% | 2 | p |
Compiled 6 to 4 computations (33.3% saved)
| Inputs |
|---|
#s(literal 1 binary64) |
(neg.f64 (/.f64 p x)) |
(-.f64 #s(literal 0 binary64) (/.f64 p x)) |
(neg.f64 (/.f64 x (/.f64 (*.f64 x x) p))) |
(+.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 p p) #s(literal -1/2 binary64)) (*.f64 x x))) |
(-.f64 #s(literal 0 binary64) (*.f64 (/.f64 (-.f64 #s(literal 0 binary64) p) (-.f64 #s(literal 0 binary64) (*.f64 x x))) x)) |
(/.f64 (-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) p) 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 p (*.f64 x x)))) (-.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)))))) |
| Outputs |
|---|
(neg.f64 (/.f64 p x)) |
#s(literal 1 binary64) |
2 calls:
| 4.0ms | p |
| 4.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 55.3% | 2 | x |
| 39.8% | 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 |
|---|---|---|
| 32.8% | 1 | p |
| 32.8% | 1 | x |
Compiled 6 to 4 computations (33.3% saved)
| 1× | left-value |
| Time | Left | Right |
|---|---|---|
| 0.0ms | -0.9999999999880812 | -5.615057898724655e-6 |
Compiled 24 to 18 computations (25% saved)
| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 50.0ms | -2.5367553856831112e-8 | -1.73384382416585e-17 |
| 23.0ms | 75× | 0 | valid |
| 15.0ms | 49× | 2 | valid |
| 5.0ms | 20× | 1 | valid |
Compiled 456 to 270 computations (40.8% saved)
ival-mult: 8.0ms (41.8% of total)ival-sqrt: 4.0ms (20.9% of total)ival-add: 3.0ms (15.7% of total)ival-div: 2.0ms (10.4% of total)backward-pass: 2.0ms (10.4% of total)const: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 88.0ms | -2.5367553856831112e-8 | -1.73384382416585e-17 |
| 38.0ms | 67× | 0 | valid |
| 15.0ms | 47× | 2 | valid |
| 6.0ms | 30× | 1 | valid |
Compiled 366 to 234 computations (36.1% saved)
ival-mult: 7.0ms (37.4% of total)ival-sqrt: 4.0ms (21.4% of total)ival-add: 3.0ms (16% of total)ival-div: 2.0ms (10.7% of total)backward-pass: 2.0ms (10.7% of total)const: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 38.0ms | 2.2854751865421556e-26 | 1.0097747853559401e-23 |
| 20.0ms | 15× | 2 | valid |
| 9.0ms | 97× | 0 | valid |
| 3.0ms | 16× | 1 | valid |
Compiled 248 to 178 computations (28.2% saved)
backward-pass: 16.0ms (59.3% of total)ival-mult: 5.0ms (18.5% of total)ival-sqrt: 3.0ms (11.1% of total)ival-add: 2.0ms (7.4% of total)ival-div: 1.0ms (3.7% of total)const: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 54.0ms | 2.2854751865421556e-26 | 1.0097747853559401e-23 |
| 41.0ms | 94× | 0 | valid |
| 6.0ms | 17× | 2 | valid |
| 3.0ms | 17× | 1 | valid |
Compiled 120 to 98 computations (18.3% saved)
ival-mult: 5.0ms (42.2% of total)ival-sqrt: 3.0ms (25.3% of total)ival-add: 2.0ms (16.9% of total)ival-div: 1.0ms (8.4% of total)backward-pass: 1.0ms (8.4% of total)const: 0.0ms (0% of total)| 1× | binary-search |
| 1× | narrow-enough |
| Time | Left | Right |
|---|---|---|
| 33.0ms | -7.625723408513773e-149 | -2.126434692435044e-149 |
| 22.0ms | 13× | 1 | valid |
| 6.0ms | 62× | 0 | valid |
| 2.0ms | 5× | 2 | valid |
Compiled 79 to 63 computations (20.3% saved)
ival-mult: 3.0ms (43.7% of total)ival-sqrt: 2.0ms (29.1% of total)ival-div: 1.0ms (14.6% of total)ival-add: 1.0ms (14.6% of total)const: 0.0ms (0% of total)backward-pass: 0.0ms (0% of total)| 1× | egg-herbie |
| 36× | *-commutative_binary64 |
| 30× | +-commutative_binary64 |
| 8× | sub-neg_binary64 |
| 6× | neg-sub0_binary64 |
| 6× | neg-mul-1_binary64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 75 | 175 |
| 1 | 112 | 175 |
| 2 | 119 | 175 |
| 3 | 124 | 175 |
| 4 | 126 | 175 |
| 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 (-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) p) 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 -2630622583481433/309485009821345068724781056 binary64)) (neg.f64 (/.f64 p 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 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))))))))))) |
(if (<=.f64 x #s(literal -1450710983537555/9671406556917033397649408 binary64)) (neg.f64 (/.f64 p 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 8014330305721943/348449143727040986586495598010130648530944 binary64)) (neg.f64 (/.f64 p 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 x (/.f64 (*.f64 x #s(literal 1/4 binary64)) p))))))) |
(if (<=.f64 p #s(literal 1067125502664063/43556142965880123323311949751266331066368 binary64)) (neg.f64 (/.f64 p x)) (sqrt.f64 #s(literal 1/2 binary64))) |
(if (<=.f64 x #s(literal -5988954043295903/230344386280611654799899571593522271174128492457058131614758685317726084130380178960334883128519211886075950624436269830308263222041308144077235977260296389382897664 binary64)) (neg.f64 (/.f64 p 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 (-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) p) 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 (-.f64 (/.f64 (*.f64 (*.f64 p (*.f64 p p)) #s(literal 3/2 binary64)) (*.f64 x x)) 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 -2630622583481433/309485009821345068724781056 binary64)) (neg.f64 (/.f64 p 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 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))))))))))) |
(if (<=.f64 x #s(literal -2630622583481433/309485009821345068724781056 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 #s(literal 2 binary64) x) (*.f64 (*.f64 p p) (/.f64 (+.f64 #s(literal -2 binary64) (/.f64 (*.f64 #s(literal 4 binary64) (*.f64 p p)) (*.f64 x x))) (*.f64 x (*.f64 x x))))))))))) |
(if (<=.f64 x #s(literal -1450710983537555/9671406556917033397649408 binary64)) (neg.f64 (/.f64 p 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 -1450710983537555/9671406556917033397649408 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 #s(literal 2 binary64) x) (/.f64 (*.f64 (*.f64 p p) #s(literal -2 binary64)) (*.f64 x (*.f64 x x)))))))))) |
(if (<=.f64 p #s(literal 8014330305721943/348449143727040986586495598010130648530944 binary64)) (neg.f64 (/.f64 p 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 x (/.f64 (*.f64 x #s(literal 1/4 binary64)) p))))))) |
(if (<=.f64 p #s(literal 8014330305721943/348449143727040986586495598010130648530944 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 (*.f64 p #s(literal 2 binary64)) (*.f64 x (/.f64 (*.f64 x #s(literal 1/4 binary64)) p))))))) |
(if (<=.f64 p #s(literal 1067125502664063/43556142965880123323311949751266331066368 binary64)) (neg.f64 (/.f64 p x)) (sqrt.f64 #s(literal 1/2 binary64))) |
(if (<=.f64 p #s(literal 1067125502664063/43556142965880123323311949751266331066368 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 p x)) (sqrt.f64 #s(literal 1/2 binary64))) |
(if (<=.f64 x #s(literal -5988954043295903/230344386280611654799899571593522271174128492457058131614758685317726084130380178960334883128519211886075950624436269830308263222041308144077235977260296389382897664 binary64)) (neg.f64 (/.f64 p x)) #s(literal 1 binary64)) |
(if (<=.f64 x #s(literal -5988954043295903/230344386280611654799899571593522271174128492457058131614758685317726084130380178960334883128519211886075950624436269830308263222041308144077235977260296389382897664 binary64)) (-.f64 #s(literal 0 binary64) (/.f64 p x)) #s(literal 1 binary64)) |
#s(literal 1 binary64) |
| 6082× | *-lowering-*.f32 |
| 6082× | *-lowering-*.f64 |
| 5972× | *-lowering-*.f32 |
| 5972× | *-lowering-*.f64 |
| 4386× | *-lowering-*.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 381 | 2053 |
| 1 | 1219 | 1828 |
| 2 | 4350 | 1780 |
| 0 | 8580 | 1780 |
| 0 | 50 | 322 |
| 1 | 331 | 279 |
| 2 | 3806 | 279 |
| 0 | 8814 | 279 |
| 0 | 807 | 6450 |
| 1 | 2522 | 5857 |
| 0 | 8311 | 5857 |
| 0 | 14 | 15 |
| 1 | 31 | 14 |
| 2 | 42 | 13 |
| 3 | 47 | 13 |
| 4 | 49 | 13 |
| 5 | 50 | 13 |
| 0 | 50 | 13 |
| 1× | fuel |
| 1× | iter limit |
| 1× | saturated |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
Compiled 596 to 355 computations (40.4% saved)
Compiled 532 to 252 computations (52.6% saved)
Loading profile data...