
Time bar (total: 14.6s)
| 1× | search |
| Probability | Valid | Unknown | Precondition | Infinite | Domain | Can't | Iter |
|---|---|---|---|---|---|---|---|
| 0% | 0% | 50% | 50% | 0% | 0% | 0% | 0 |
| 0% | 0% | 50% | 50% | 0% | 0% | 0% | 1 |
| 0% | 0% | 50% | 50% | 0% | 0% | 0% | 2 |
| 0% | 0% | 50% | 50% | 0% | 0% | 0% | 3 |
| 0% | 0% | 50% | 50% | 0% | 0% | 0% | 4 |
| 0% | 0% | 50% | 50% | 0% | 0% | 0% | 5 |
| 0% | 0% | 50% | 50% | 0% | 0% | 0% | 6 |
| 3.1% | 1.6% | 48.4% | 50% | 0% | 0% | 0% | 7 |
| 6.3% | 3.1% | 46.8% | 50% | 0% | 0% | 0% | 8 |
| 7% | 3.5% | 46.4% | 50% | 0% | 0% | 0% | 9 |
| 7.4% | 3.7% | 46.2% | 50% | 0% | 0% | 0% | 10 |
| 7.8% | 3.9% | 46% | 50% | 0% | 0% | 0% | 11 |
| 8% | 4% | 46% | 50% | 0% | 0% | 0% | 12 |
Compiled 14 to 9 computations (35.7% saved)
ival-log: 106.0ms (46.4% of total)ival-fabs: 34.0ms (14.9% of total)ival-sub: 33.0ms (14.4% of total)ival-add: 21.0ms (9.2% of total)ival-<=: 19.0ms (8.3% of total)ival-div: 13.0ms (5.7% of total)const: 2.0ms (0.9% of total)backward-pass: 1.0ms (0.4% of total)| 3.4s | 3851× | 2 | valid |
| 1.2s | 4176× | 1 | valid |
| 21.0ms | 229× | 0 | valid |
ival-log: 2.6s (64% of total)ival-fabs: 463.0ms (11.3% of total)ival-sub: 275.0ms (6.7% of total)backward-pass: 232.0ms (5.7% of total)ival-div: 185.0ms (4.5% of total)ival-add: 158.0ms (3.9% of total)ival-<=: 144.0ms (3.5% of total)const: 15.0ms (0.4% of total)| 2× | egg-herbie |
| 110× | sum3-define |
| 104× | fmsub-define |
| 80× | fnmsub-define |
| 80× | fnmadd-define |
| 62× | fmm-def |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 14 | 25 |
| 1 | 32 | 19 |
| 2 | 52 | 19 |
| 3 | 102 | 19 |
| 4 | 178 | 19 |
| 5 | 273 | 19 |
| 6 | 361 | 19 |
| 7 | 407 | 19 |
| 8 | 447 | 19 |
| 9 | 451 | 19 |
| 10 | 453 | 19 |
| 0 | 7 | 7 |
| 1 | 13 | 6 |
| 2 | 18 | 6 |
| 3 | 24 | 6 |
| 4 | 33 | 6 |
| 5 | 46 | 6 |
| 6 | 63 | 6 |
| 7 | 81 | 6 |
| 8 | 98 | 6 |
| 9 | 100 | 6 |
| 0 | 100 | 6 |
| 1× | iter limit |
| 1× | saturated |
| 1× | saturated |
| Inputs |
|---|
(/ (log (- 1 x)) (log (+ 1 x))) |
| Outputs |
|---|
(/ (log (- 1 x)) (log (+ 1 x))) |
(/.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) (log1p.f64 x)) |
| Inputs |
|---|
(/ (log (- 1 x)) (log (+ 1 x))) |
(/ (log (- 1 (neg x))) (log (+ 1 (neg x)))) |
(neg (/ (log (- 1 (neg x))) (log (+ 1 (neg x))))) |
| Outputs |
|---|
(/ (log (- 1 x)) (log (+ 1 x))) |
(/ (log1p (neg x)) (log1p x)) |
(/ (log (- 1 (neg x))) (log (+ 1 (neg x)))) |
(/ (log1p x) (log1p (neg x))) |
(neg (/ (log (- 1 (neg x))) (log (+ 1 (neg x))))) |
(/ (neg (log1p x)) (log1p (neg x))) |
| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 254 | 0 | - | 0 | - | (log.f64 (-.f64 #s(literal 1 binary64) x)) |
| 254 | 0 | - | 0 | - | (log.f64 (+.f64 #s(literal 1 binary64) x)) |
| 0 | 0 | - | 0 | - | x |
| 0 | 0 | - | 0 | - | (-.f64 #s(literal 1 binary64) x) |
| 0 | 0 | - | 0 | - | #s(literal 1 binary64) |
| 0 | 0 | - | 0 | - | (+.f64 #s(literal 1 binary64) x) |
| 0 | 0 | - | 0 | - | (/.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) (log.f64 (+.f64 #s(literal 1 binary64) x))) |
| 295.0ms | 242× | 2 | valid |
| 128.0ms | 256× | 1 | valid |
| 1.0ms | 14× | 0 | valid |
Compiled 64 to 23 computations (64.1% saved)
ival-log: 166.0ms (74.1% of total)backward-pass: 31.0ms (13.8% of total)ival-sub: 11.0ms (4.9% of total)ival-add: 8.0ms (3.6% of total)ival-div: 7.0ms (3.1% of total)const: 1.0ms (0.4% of total)Compiled 8 to 6 computations (25% saved)
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 5.9% | (/.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) (log1p.f64 x)) |
| ▶ | 3.3% | (/.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) (log.f64 (+.f64 #s(literal 1 binary64) x))) |
Compiled 18 to 13 computations (27.8% saved)
| 1× | egg-herbie |
Found 8 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (log1p.f64 x) |
| ✓ | cost-diff | 0 | (-.f64 #s(literal 1 binary64) x) |
| ✓ | cost-diff | 0 | (log.f64 (-.f64 #s(literal 1 binary64) x)) |
| ✓ | cost-diff | 0 | (/.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) (log1p.f64 x)) |
| ✓ | cost-diff | 0 | (-.f64 #s(literal 1 binary64) x) |
| ✓ | cost-diff | 0 | (log.f64 (-.f64 #s(literal 1 binary64) x)) |
| ✓ | cost-diff | 128 | (log.f64 (+.f64 #s(literal 1 binary64) x)) |
| ✓ | cost-diff | 128 | (/.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) (log.f64 (+.f64 #s(literal 1 binary64) x))) |
| 44× | sum3-define |
| 32× | +-lowering-+.f64 |
| 32× | +-lowering-+.f32 |
| 22× | --lowering--.f32 |
| 22× | --lowering--.f64 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 7 | 39 |
| 1 | 13 | 35 |
| 2 | 18 | 35 |
| 3 | 24 | 35 |
| 4 | 33 | 35 |
| 5 | 46 | 35 |
| 6 | 63 | 35 |
| 7 | 81 | 35 |
| 8 | 98 | 35 |
| 9 | 100 | 35 |
| 0 | 100 | 35 |
| 1× | iter limit |
| 1× | saturated |
| Inputs |
|---|
(/ (log (- 1 x)) (log (+ 1 x))) |
(log (- 1 x)) |
(- 1 x) |
1 |
x |
(log (+ 1 x)) |
(+ 1 x) |
(/ (log (- 1 x)) (log (+ 1 x))) |
(log (- 1 x)) |
(- 1 x) |
1 |
x |
(log (+ 1 x)) |
| Outputs |
|---|
(/ (log (- 1 x)) (log (+ 1 x))) |
(/.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) (log1p.f64 x)) |
(log (- 1 x)) |
(log.f64 (-.f64 #s(literal 1 binary64) x)) |
(- 1 x) |
(-.f64 #s(literal 1 binary64) x) |
1 |
#s(literal 1 binary64) |
x |
(log (+ 1 x)) |
(log1p.f64 x) |
(+ 1 x) |
(+.f64 #s(literal 1 binary64) x) |
(/ (log (- 1 x)) (log (+ 1 x))) |
(/.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) (log1p.f64 x)) |
(log (- 1 x)) |
(log.f64 (-.f64 #s(literal 1 binary64) x)) |
(- 1 x) |
(-.f64 #s(literal 1 binary64) x) |
1 |
#s(literal 1 binary64) |
x |
(log (+ 1 x)) |
(log1p.f64 x) |
Found 8 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (-.f64 #s(literal 1 binary64) x) |
| ✓ | accuracy | 100.0% | (log1p.f64 x) |
| ✓ | accuracy | 100.0% | (/.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) (log1p.f64 x)) |
| ✓ | accuracy | 29.9% | (log.f64 (-.f64 #s(literal 1 binary64) x)) |
| ✓ | accuracy | 100.0% | (+.f64 #s(literal 1 binary64) x) |
| ✓ | accuracy | 100.0% | (/.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) (log.f64 (+.f64 #s(literal 1 binary64) x))) |
| ✓ | accuracy | 30.0% | (log.f64 (+.f64 #s(literal 1 binary64) x)) |
| ✓ | accuracy | 29.9% | (log.f64 (-.f64 #s(literal 1 binary64) x)) |
| 79.0ms | 60× | 5 | exit |
| 77.0ms | 63× | 2 | valid |
| 61.0ms | 128× | 1 | valid |
| 1.0ms | 5× | 0 | valid |
Compiled 45 to 10 computations (77.8% saved)
ival-log: 110.0ms (55.6% of total)ival-div: 28.0ms (14.1% of total)compiled-spec: 28.0ms (14.1% of total)backward-pass: 16.0ms (8.1% of total)ival-add: 9.0ms (4.5% of total)ival-sub: 6.0ms (3% of total)const: 1.0ms (0.5% of total)| Inputs |
|---|
#<alt (/ (log (- 1 x)) (log (+ 1 x)))> |
#<alt (log (+ 1 x))> |
#<alt (log (- 1 x))> |
#<alt (- 1 x)> |
#<alt (/ (log (- 1 x)) (log (+ 1 x)))> |
#<alt (log (+ 1 x))> |
#<alt (+ 1 x)> |
| Outputs |
|---|
#<alt -1> |
#<alt (- (* -1 x) 1)> |
#<alt (- (* x (- (* -1/2 x) 1)) 1)> |
#<alt (- (* x (- (* x (- (* -5/12 x) 1/2)) 1)) 1)> |
#<alt (* -1 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (log (/ 1 x))))> |
#<alt (- (+ (* -1 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (log (/ 1 x)))) (/ 2 (* x (log (/ 1 x))))) (/ (log -1) (* x (pow (log (/ 1 x)) 2))))> |
#<alt (- (+ (* -1 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (log (/ 1 x)))) (+ (* 1/2 (/ 1 (* (pow x 2) (log (/ 1 x))))) (/ 2 (* x (log (/ 1 x)))))) (+ (* -1 (/ (- (* 2 (/ 1 (log (/ 1 x)))) (/ (log -1) (pow (log (/ 1 x)) 2))) (* (pow x 2) (log (/ 1 x))))) (+ (* -1/2 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (* (pow x 2) (pow (log (/ 1 x)) 2)))) (/ (log -1) (* x (pow (log (/ 1 x)) 2))))))> |
#<alt (- (+ (* -1 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (log (/ 1 x)))) (+ (/ 1/3 (* (pow x 3) (log (/ 1 x)))) (+ (* 1/2 (/ 1 (* (pow x 2) (log (/ 1 x))))) (/ 2 (* x (log (/ 1 x))))))) (+ (* -1 (/ (- (* 1/2 (/ 1 (log (/ 1 x)))) (+ (* -1 (/ (- (* 2 (/ 1 (log (/ 1 x)))) (/ (log -1) (pow (log (/ 1 x)) 2))) (log (/ 1 x)))) (* -1/2 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (pow (log (/ 1 x)) 2))))) (* (pow x 3) (log (/ 1 x))))) (+ (* -1 (/ (- (* 2 (/ 1 (log (/ 1 x)))) (/ (log -1) (pow (log (/ 1 x)) 2))) (* (pow x 2) (log (/ 1 x))))) (+ (* -1/2 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (* (pow x 2) (pow (log (/ 1 x)) 2)))) (+ (* 1/3 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (* (pow x 3) (pow (log (/ 1 x)) 2)))) (+ (* 1/2 (/ (- (* 2 (/ 1 (log (/ 1 x)))) (/ (log -1) (pow (log (/ 1 x)) 2))) (* (pow x 3) (log (/ 1 x))))) (/ (log -1) (* x (pow (log (/ 1 x)) 2)))))))))> |
#<alt (* -1 (/ (log (/ -1 x)) (+ (log -1) (* -1 (log (/ -1 x))))))> |
#<alt (+ (* -1 (/ (log (/ -1 x)) (+ (log -1) (* -1 (log (/ -1 x)))))) (* -1 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) x)))> |
#<alt (+ (* -1 (/ (log (/ -1 x)) (+ (log -1) (* -1 (log (/ -1 x)))))) (* -1 (/ (- (+ (* -1 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (* x (+ (log -1) (* -1 (log (/ -1 x))))))) (+ (* 1/2 (/ (log (/ -1 x)) (* x (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2)))) (+ (/ 1/2 (* x (+ (log -1) (* -1 (log (/ -1 x)))))) (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) x)))> |
#<alt (+ (* -1 (/ (log (/ -1 x)) (+ (log -1) (* -1 (log (/ -1 x)))))) (* -1 (/ (- (+ (* -1 (/ (- (* -1 (/ (- (* 1/3 (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))) (+ (* -1 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (+ (* -1/2 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (+ (log -1) (* -1 (log (/ -1 x)))))) (+ (* 1/3 (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (+ (* 1/2 (/ 1 (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (* 1/2 (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 3)))))))) x)) (+ (* -1 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (+ (log -1) (* -1 (log (/ -1 x)))))) (+ (* 1/2 (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))) (* 1/2 (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2)))))) x)) (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) x)))> |
#<alt x> |
#<alt (* x (+ 1 (* -1/2 x)))> |
#<alt (* x (+ 1 (* x (- (* 1/3 x) 1/2))))> |
#<alt (* x (+ 1 (* x (- (* x (+ 1/3 (* -1/4 x))) 1/2))))> |
#<alt (* -1 (log (/ 1 x)))> |
#<alt (+ (* -1 (log (/ 1 x))) (/ 1 x))> |
#<alt (- (+ (* -1 (log (/ 1 x))) (/ 1 x)) (/ 1/2 (pow x 2)))> |
#<alt (- (+ (* -1 (log (/ 1 x))) (+ (/ 1 x) (* 1/3 (/ 1 (pow x 3))))) (/ 1/2 (pow x 2)))> |
#<alt (+ (log -1) (* -1 (log (/ -1 x))))> |
#<alt (+ (log -1) (+ (* -1 (log (/ -1 x))) (/ 1 x)))> |
#<alt (+ (log -1) (+ (* -1 (log (/ -1 x))) (* -1 (/ (- (* 1/2 (/ 1 x)) 1) x))))> |
#<alt (+ (log -1) (+ (* -1 (log (/ -1 x))) (* -1 (/ (- (* -1 (/ (- (* 1/3 (/ 1 x)) 1/2) x)) 1) x))))> |
#<alt (* -1 x)> |
#<alt (* x (- (* -1/2 x) 1))> |
#<alt (* x (- (* x (- (* -1/3 x) 1/2)) 1))> |
#<alt (* x (- (* x (- (* x (- (* -1/4 x) 1/3)) 1/2)) 1))> |
#<alt (+ (log -1) (* -1 (log (/ 1 x))))> |
#<alt (- (+ (log -1) (* -1 (log (/ 1 x)))) (/ 1 x))> |
#<alt (+ (log -1) (+ (* -1 (log (/ 1 x))) (* -1 (/ (+ 1 (* 1/2 (/ 1 x))) x))))> |
#<alt (- (+ (log -1) (+ (* -1 (log (/ 1 x))) (* -1 (/ (+ 1/2 (* 1/3 (/ 1 x))) (pow x 2))))) (/ 1 x))> |
#<alt (* -1 (log (/ -1 x)))> |
#<alt (- (* -1 (log (/ -1 x))) (/ 1 x))> |
#<alt (+ (* -1 (log (/ -1 x))) (* -1 (/ (+ 1 (* 1/2 (/ 1 x))) x)))> |
#<alt (+ (* -1 (log (/ -1 x))) (* -1 (/ (+ 1 (+ (/ 1/3 (pow x 2)) (* 1/2 (/ 1 x)))) x)))> |
#<alt 1> |
#<alt (+ 1 (* -1 x))> |
#<alt (+ 1 (* -1 x))> |
#<alt (+ 1 (* -1 x))> |
#<alt (* -1 x)> |
#<alt (* x (- (/ 1 x) 1))> |
#<alt (* x (- (/ 1 x) 1))> |
#<alt (* x (- (/ 1 x) 1))> |
#<alt (* -1 x)> |
#<alt (* -1 (* x (- 1 (/ 1 x))))> |
#<alt (* -1 (* x (- 1 (/ 1 x))))> |
#<alt (* -1 (* x (- 1 (/ 1 x))))> |
#<alt -1> |
#<alt (- (* -1 x) 1)> |
#<alt (- (* x (- (* -1/2 x) 1)) 1)> |
#<alt (- (* x (- (* x (- (* -5/12 x) 1/2)) 1)) 1)> |
#<alt (* -1 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (log (/ 1 x))))> |
#<alt (- (+ (* -1 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (log (/ 1 x)))) (/ 2 (* x (log (/ 1 x))))) (/ (log -1) (* x (pow (log (/ 1 x)) 2))))> |
#<alt (- (+ (* -1 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (log (/ 1 x)))) (+ (* 1/2 (/ 1 (* (pow x 2) (log (/ 1 x))))) (/ 2 (* x (log (/ 1 x)))))) (+ (* -1 (/ (- (* 2 (/ 1 (log (/ 1 x)))) (/ (log -1) (pow (log (/ 1 x)) 2))) (* (pow x 2) (log (/ 1 x))))) (+ (* -1/2 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (* (pow x 2) (pow (log (/ 1 x)) 2)))) (/ (log -1) (* x (pow (log (/ 1 x)) 2))))))> |
#<alt (- (+ (* -1 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (log (/ 1 x)))) (+ (/ 1/3 (* (pow x 3) (log (/ 1 x)))) (+ (* 1/2 (/ 1 (* (pow x 2) (log (/ 1 x))))) (/ 2 (* x (log (/ 1 x))))))) (+ (* -1 (/ (- (* 1/2 (/ 1 (log (/ 1 x)))) (+ (* -1 (/ (- (* 2 (/ 1 (log (/ 1 x)))) (/ (log -1) (pow (log (/ 1 x)) 2))) (log (/ 1 x)))) (* -1/2 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (pow (log (/ 1 x)) 2))))) (* (pow x 3) (log (/ 1 x))))) (+ (* -1 (/ (- (* 2 (/ 1 (log (/ 1 x)))) (/ (log -1) (pow (log (/ 1 x)) 2))) (* (pow x 2) (log (/ 1 x))))) (+ (* -1/2 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (* (pow x 2) (pow (log (/ 1 x)) 2)))) (+ (* 1/3 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (* (pow x 3) (pow (log (/ 1 x)) 2)))) (+ (* 1/2 (/ (- (* 2 (/ 1 (log (/ 1 x)))) (/ (log -1) (pow (log (/ 1 x)) 2))) (* (pow x 3) (log (/ 1 x))))) (/ (log -1) (* x (pow (log (/ 1 x)) 2)))))))))> |
#<alt (* -1 (/ (log (/ -1 x)) (+ (log -1) (* -1 (log (/ -1 x))))))> |
#<alt (+ (* -1 (/ (log (/ -1 x)) (+ (log -1) (* -1 (log (/ -1 x)))))) (* -1 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) x)))> |
#<alt (+ (* -1 (/ (log (/ -1 x)) (+ (log -1) (* -1 (log (/ -1 x)))))) (* -1 (/ (- (+ (* -1 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (* x (+ (log -1) (* -1 (log (/ -1 x))))))) (+ (* 1/2 (/ (log (/ -1 x)) (* x (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2)))) (+ (/ 1/2 (* x (+ (log -1) (* -1 (log (/ -1 x)))))) (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) x)))> |
#<alt (+ (* -1 (/ (log (/ -1 x)) (+ (log -1) (* -1 (log (/ -1 x)))))) (* -1 (/ (- (+ (* -1 (/ (- (* -1 (/ (- (* 1/3 (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))) (+ (* -1 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (+ (* -1/2 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (+ (log -1) (* -1 (log (/ -1 x)))))) (+ (* 1/3 (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (+ (* 1/2 (/ 1 (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (* 1/2 (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 3)))))))) x)) (+ (* -1 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (+ (log -1) (* -1 (log (/ -1 x)))))) (+ (* 1/2 (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))) (* 1/2 (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2)))))) x)) (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) x)))> |
#<alt x> |
#<alt (* x (+ 1 (* -1/2 x)))> |
#<alt (* x (+ 1 (* x (- (* 1/3 x) 1/2))))> |
#<alt (* x (+ 1 (* x (- (* x (+ 1/3 (* -1/4 x))) 1/2))))> |
#<alt (* -1 (log (/ 1 x)))> |
#<alt (+ (* -1 (log (/ 1 x))) (/ 1 x))> |
#<alt (- (+ (* -1 (log (/ 1 x))) (/ 1 x)) (/ 1/2 (pow x 2)))> |
#<alt (- (+ (* -1 (log (/ 1 x))) (+ (/ 1 x) (* 1/3 (/ 1 (pow x 3))))) (/ 1/2 (pow x 2)))> |
#<alt (+ (log -1) (* -1 (log (/ -1 x))))> |
#<alt (+ (log -1) (+ (* -1 (log (/ -1 x))) (/ 1 x)))> |
#<alt (+ (log -1) (+ (* -1 (log (/ -1 x))) (* -1 (/ (- (* 1/2 (/ 1 x)) 1) x))))> |
#<alt (+ (log -1) (+ (* -1 (log (/ -1 x))) (* -1 (/ (- (* -1 (/ (- (* 1/3 (/ 1 x)) 1/2) x)) 1) x))))> |
#<alt 1> |
#<alt (+ 1 x)> |
#<alt (+ 1 x)> |
#<alt (+ 1 x)> |
#<alt x> |
#<alt (* x (+ 1 (/ 1 x)))> |
#<alt (* x (+ 1 (/ 1 x)))> |
#<alt (* x (+ 1 (/ 1 x)))> |
#<alt x> |
#<alt (* x (+ 1 (/ 1 x)))> |
#<alt (* x (+ 1 (/ 1 x)))> |
#<alt (* x (+ 1 (/ 1 x)))> |
21 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 2.0ms | x | @ | inf | (/ (log (- 1 x)) (log (+ 1 x))) |
| 2.0ms | x | @ | -inf | (/ (log (- 1 x)) (log (+ 1 x))) |
| 0.0ms | x | @ | 0 | (/ (log (- 1 x)) (log (+ 1 x))) |
| 0.0ms | x | @ | -inf | (log (+ 1 x)) |
| 0.0ms | x | @ | inf | (- 1 x) |
| 1× | batch-egg-rewrite |
| 2510× | *-lowering-*.f32 |
| 2510× | *-lowering-*.f64 |
| 1524× | /-lowering-/.f32 |
| 1524× | /-lowering-/.f64 |
| 1258× | fma-lowering-fma.f32 |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 7 | 26 |
| 1 | 37 | 24 |
| 2 | 256 | 24 |
| 3 | 2322 | 22 |
| 0 | 11278 | 22 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (log (- 1 x)) (log (+ 1 x))) |
(log (+ 1 x)) |
(log (- 1 x)) |
(- 1 x) |
(/ (log (- 1 x)) (log (+ 1 x))) |
(log (+ 1 x)) |
(+ 1 x) |
| Outputs |
|---|
(exp.f64 (*.f64 (log.f64 (/.f64 (log1p.f64 x) (log1p.f64 x))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (log1p.f64 x) (log1p.f64 x))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (/.f64 (log1p.f64 x) (log1p.f64 x))) #s(literal -1 binary64)) #s(literal -1 binary64))) |
(exp.f64 (neg.f64 (*.f64 (log.f64 (/.f64 (log1p.f64 x) (log1p.f64 x))) #s(literal -1 binary64)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (log1p.f64 x) (-.f64 #s(literal 0 binary64) (log1p.f64 x)))) |
(-.f64 (/.f64 (log1p.f64 (*.f64 x (*.f64 x x))) (log1p.f64 x)) (/.f64 (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x))) (log1p.f64 x))) |
(-.f64 (/.f64 (log1p.f64 (*.f64 x x)) (log1p.f64 x)) (/.f64 (log1p.f64 x) (log1p.f64 x))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (log1p.f64 x))) (/.f64 (log1p.f64 x) (-.f64 #s(literal 0 binary64) (log1p.f64 x)))) |
(neg.f64 (/.f64 (log1p.f64 x) (-.f64 #s(literal 0 binary64) (log1p.f64 x)))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (log1p.f64 x) (-.f64 #s(literal 0 binary64) (log1p.f64 x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (log1p.f64 x) (log1p.f64 x))) |
(/.f64 (log1p.f64 x) (log1p.f64 x)) |
(/.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 x)) (-.f64 #s(literal 0 binary64) (log1p.f64 x))) |
(/.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 x)) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (log1p.f64 x)))) |
(/.f64 (/.f64 (log1p.f64 x) (log1p.f64 x)) #s(literal 1 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) (log1p.f64 x)) (/.f64 #s(literal 1 binary64) (log1p.f64 x))) |
(/.f64 #s(literal -1 binary64) (/.f64 (log1p.f64 x) (-.f64 #s(literal 0 binary64) (log1p.f64 x)))) |
(/.f64 (/.f64 (log1p.f64 x) (-.f64 #s(literal 0 binary64) (log1p.f64 x))) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal -1 binary64) (log1p.f64 x)) (/.f64 #s(literal -1 binary64) (log1p.f64 x))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (log1p.f64 x))) (-.f64 #s(literal 0 binary64) (log1p.f64 x))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 x)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (log1p.f64 x))) |
(pow.f64 (/.f64 (log1p.f64 x) (log1p.f64 x)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (log1p.f64 x) (log1p.f64 x)) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (/.f64 (log1p.f64 x) (log1p.f64 x)) #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (/.f64 (log1p.f64 x) (log1p.f64 x)) (/.f64 (log1p.f64 x) (log1p.f64 x))) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (/.f64 (log1p.f64 x) (log1p.f64 x)))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (log1p.f64 x) (log1p.f64 x))) |
(*.f64 (log1p.f64 x) (/.f64 #s(literal 1 binary64) (log1p.f64 x))) |
(*.f64 (log1p.f64 x) (/.f64 (/.f64 #s(literal 1 binary64) (log1p.f64 x)) #s(literal 1 binary64))) |
(*.f64 (log1p.f64 x) (pow.f64 (/.f64 #s(literal 1 binary64) (log1p.f64 x)) #s(literal 1 binary64))) |
(*.f64 (log1p.f64 x) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (log1p.f64 x)) #s(literal 1 binary64)) #s(literal 1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 x)) (/.f64 #s(literal -1 binary64) (log1p.f64 x))) |
(*.f64 (/.f64 (log1p.f64 x) (log1p.f64 x)) #s(literal 1 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) (log1p.f64 x)) (log1p.f64 x)) |
(*.f64 (/.f64 #s(literal 1 binary64) (log1p.f64 x)) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (log1p.f64 x)) #s(literal 1 binary64)) #s(literal -1 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 (log1p.f64 x) (-.f64 #s(literal 0 binary64) (log1p.f64 x)))) |
(*.f64 #s(literal -1 binary64) (pow.f64 (/.f64 (log1p.f64 x) (-.f64 #s(literal 0 binary64) (log1p.f64 x))) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (log1p.f64 x)) (-.f64 #s(literal 0 binary64) (log1p.f64 x))) |
(*.f64 (/.f64 #s(literal -1 binary64) (log1p.f64 x)) (pow.f64 (/.f64 #s(literal -1 binary64) (log1p.f64 x)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (log1p.f64 x) (log1p.f64 x)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (log1p.f64 x) (log1p.f64 x)) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (log1p.f64 x))) (/.f64 #s(literal -1 binary64) (log1p.f64 x))) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) (log1p.f64 x)) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (log1p.f64 x))) |
(*.f64 (pow.f64 (pow.f64 (/.f64 (log1p.f64 x) (log1p.f64 x)) #s(literal -1/2 binary64)) #s(literal -1 binary64)) (pow.f64 (pow.f64 (/.f64 (log1p.f64 x) (log1p.f64 x)) #s(literal -1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (log1p.f64 x))) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal -1 binary64) (log1p.f64 x)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (log1p.f64 x)) #s(literal 1 binary64)) (log1p.f64 x)) |
(*.f64 (pow.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 x)) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal -1 binary64) (log1p.f64 x)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) (log1p.f64 x)) #s(literal 1 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 x)) #s(literal 1 binary64))) |
(log.f64 (+.f64 #s(literal 1 binary64) x)) |
(+.f64 (log1p.f64 x) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (log1p.f64 x)) |
(+.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 x)) (log1p.f64 (*.f64 x x))) |
(+.f64 (log1p.f64 (*.f64 x (*.f64 x x))) (-.f64 #s(literal 0 binary64) (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x))))) |
(+.f64 (log1p.f64 (*.f64 x x)) (-.f64 #s(literal 0 binary64) (log1p.f64 x))) |
(+.f64 (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x))) (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(+.f64 (log.f64 (+.f64 #s(literal -1 binary64) (*.f64 x x))) (log.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) x))))) |
(+.f64 (log.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64))) (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))) |
(+.f64 (log.f64 (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64))) (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x))))))) |
(+.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (log1p.f64 (*.f64 x (*.f64 x x)))) |
(+.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(+.f64 (log.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(+.f64 (log.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (-.f64 #s(literal 0 binary64) (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x))))) |
(+.f64 (log.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (-.f64 #s(literal 0 binary64) (log1p.f64 x))) |
(+.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (log1p.f64 x))) |
(+.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal -1 binary64) (*.f64 x x)))) (log.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) x)))) |
(+.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))))) (log1p.f64 (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) (-.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64))))) |
(+.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(+.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64)))) (log.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(+.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 (*.f64 x x) #s(literal -1 binary64)))) (log.f64 (+.f64 x #s(literal -1 binary64)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (log1p.f64 x))) #s(literal -1 binary64))) |
(exp.f64 (neg.f64 (*.f64 (log.f64 (log1p.f64 x)) #s(literal -1 binary64)))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (log1p.f64 x))) |
(-.f64 #s(literal 0 binary64) (log.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)))) |
(-.f64 #s(literal 0 binary64) (log.f64 (/.f64 (+.f64 x #s(literal -1 binary64)) (+.f64 (*.f64 x x) #s(literal -1 binary64))))) |
(-.f64 (log1p.f64 (*.f64 x (*.f64 x x))) (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(-.f64 (log1p.f64 (*.f64 x x)) (log1p.f64 x)) |
(-.f64 (log1p.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))))) |
(-.f64 (log1p.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(-.f64 (log1p.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))))) |
(-.f64 (log.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(-.f64 (log.f64 (+.f64 #s(literal -1 binary64) (*.f64 x x))) (log.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) x)))) |
(-.f64 (log.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64))) (log.f64 (+.f64 x #s(literal -1 binary64)))) |
(-.f64 (log.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64))) (log.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) x)))) |
(-.f64 (log.f64 (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64))) (log.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(-.f64 (/.f64 (log1p.f64 (*.f64 x (*.f64 x x))) #s(literal 1 binary64)) (/.f64 (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x))) #s(literal 1 binary64))) |
(-.f64 (/.f64 (log1p.f64 (*.f64 x x)) #s(literal 1 binary64)) (log1p.f64 x)) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) x))) (log1p.f64 (*.f64 x x))) |
(-.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (-.f64 #s(literal 0 binary64) (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x))))) |
(-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x))))) |
(-.f64 (log.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(-.f64 (log.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (log1p.f64 x)) |
(-.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1 binary64))) (log1p.f64 x)) |
(-.f64 (log.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 x x)))) (log1p.f64 x)) |
(-.f64 (log.f64 (neg.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)))) (log.f64 (neg.f64 (+.f64 x #s(literal -1 binary64))))) |
(-.f64 (log.f64 (-.f64 (+.f64 #s(literal 1 binary64) x) (*.f64 x (*.f64 x (+.f64 #s(literal 1 binary64) x))))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) x)))) |
(-.f64 (log.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (*.f64 x (*.f64 x x))))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) #s(literal 1 binary64))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) #s(literal 1 binary64))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) #s(literal 1 binary64))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (+.f64 #s(literal 1 binary64) x)))) |
(-.f64 (log.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 1 binary64))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) x)))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1 binary64))) (log1p.f64 x)) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))) (log1p.f64 (*.f64 x (*.f64 x x)))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) x)))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64)))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x))))))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal -1 binary64) (*.f64 x x)))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) x))))) |
(-.f64 (log.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64)))) (log.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x))))))) |
(-.f64 (log.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1 binary64) x) (*.f64 (+.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) x)))) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) x) (*.f64 (+.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) x)))))) (log.f64 (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x))) (+.f64 (*.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x))))))) |
(-.f64 (log.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) (*.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (*.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))))) (log.f64 (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))) (+.f64 (*.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))))))) |
(-.f64 (log.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x))) (*.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x))))) (log.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x))))) |
(-.f64 (log.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))) (*.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))))) (log.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) #s(literal 1 binary64))) (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(-.f64 (log.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64)))) (log.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(-.f64 (log.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (*.f64 x x)))) (log.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) x)))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) (log1p.f64 (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) (log1p.f64 (*.f64 x (*.f64 x x)))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)))) (log1p.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(-.f64 (log.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)))) (log1p.f64 (*.f64 x x))) |
(-.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 (*.f64 x x) #s(literal -1 binary64)))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 x #s(literal -1 binary64))))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) (-.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64))))))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(-.f64 (log.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64)))) (log.f64 (+.f64 x #s(literal -1 binary64)))) |
(-.f64 (log.f64 (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))))) (log1p.f64 (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) (-.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64))))) |
(-.f64 (log.f64 (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 x))) |
(neg.f64 (log.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)))) |
(neg.f64 (log.f64 (/.f64 (+.f64 x #s(literal -1 binary64)) (+.f64 (*.f64 x x) #s(literal -1 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (log1p.f64 x))) |
(/.f64 (log1p.f64 x) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 x)) #s(literal -1 binary64)) |
(/.f64 (-.f64 (pow.f64 (log1p.f64 (*.f64 x (*.f64 x x))) #s(literal 3 binary64)) (pow.f64 (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x))) #s(literal 3 binary64))) (+.f64 (pow.f64 (log1p.f64 (*.f64 x (*.f64 x x))) #s(literal 2 binary64)) (+.f64 (pow.f64 (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x))) #s(literal 2 binary64)) (*.f64 (log1p.f64 (*.f64 x (*.f64 x x))) (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x))))))) |
(/.f64 (-.f64 (pow.f64 (log1p.f64 (*.f64 x x)) #s(literal 3 binary64)) (pow.f64 (log1p.f64 x) #s(literal 3 binary64))) (+.f64 (pow.f64 (log1p.f64 (*.f64 x x)) #s(literal 2 binary64)) (+.f64 (pow.f64 (log1p.f64 x) #s(literal 2 binary64)) (*.f64 (log1p.f64 (*.f64 x x)) (log1p.f64 x))))) |
(/.f64 (-.f64 (pow.f64 (log1p.f64 (*.f64 x (*.f64 x x))) #s(literal 2 binary64)) (pow.f64 (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x))) #s(literal 2 binary64))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(/.f64 (-.f64 (pow.f64 (log1p.f64 (*.f64 x x)) #s(literal 2 binary64)) (pow.f64 (log1p.f64 x) #s(literal 2 binary64))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) x)))) |
(log1p.f64 x) |
(log1p.f64 (-.f64 #s(literal 0 binary64) x)) |
(log1p.f64 (neg.f64 (-.f64 #s(literal 0 binary64) x))) |
(pow.f64 (log1p.f64 x) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (log1p.f64 x)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (log1p.f64 x)) |
(*.f64 (log1p.f64 x) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (log1p.f64 x))) |
(log.f64 (+.f64 #s(literal 1 binary64) x)) |
(+.f64 (log1p.f64 x) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (log1p.f64 x)) |
(+.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 x)) (log1p.f64 (*.f64 x x))) |
(+.f64 (log1p.f64 (*.f64 x (*.f64 x x))) (-.f64 #s(literal 0 binary64) (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x))))) |
(+.f64 (log1p.f64 (*.f64 x x)) (-.f64 #s(literal 0 binary64) (log1p.f64 x))) |
(+.f64 (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x))) (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(+.f64 (log.f64 (+.f64 #s(literal -1 binary64) (*.f64 x x))) (log.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) x))))) |
(+.f64 (log.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64))) (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))) |
(+.f64 (log.f64 (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64))) (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x))))))) |
(+.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (log1p.f64 (*.f64 x (*.f64 x x)))) |
(+.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(+.f64 (log.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(+.f64 (log.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (-.f64 #s(literal 0 binary64) (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x))))) |
(+.f64 (log.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (-.f64 #s(literal 0 binary64) (log1p.f64 x))) |
(+.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (log1p.f64 x))) |
(+.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal -1 binary64) (*.f64 x x)))) (log.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) x)))) |
(+.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))))) (log1p.f64 (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) (-.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64))))) |
(+.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(+.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64)))) (log.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(+.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 (*.f64 x x) #s(literal -1 binary64)))) (log.f64 (+.f64 x #s(literal -1 binary64)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (log1p.f64 x))) #s(literal -1 binary64))) |
(exp.f64 (neg.f64 (*.f64 (log.f64 (log1p.f64 x)) #s(literal -1 binary64)))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (log1p.f64 x))) |
(-.f64 #s(literal 0 binary64) (log.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)))) |
(-.f64 #s(literal 0 binary64) (log.f64 (/.f64 (+.f64 x #s(literal -1 binary64)) (+.f64 (*.f64 x x) #s(literal -1 binary64))))) |
(-.f64 (log1p.f64 (*.f64 x (*.f64 x x))) (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(-.f64 (log1p.f64 (*.f64 x x)) (log1p.f64 x)) |
(-.f64 (log1p.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))))) |
(-.f64 (log1p.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(-.f64 (log1p.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))))) |
(-.f64 (log.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(-.f64 (log.f64 (+.f64 #s(literal -1 binary64) (*.f64 x x))) (log.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) x)))) |
(-.f64 (log.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64))) (log.f64 (+.f64 x #s(literal -1 binary64)))) |
(-.f64 (log.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64))) (log.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) x)))) |
(-.f64 (log.f64 (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64))) (log.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(-.f64 (/.f64 (log1p.f64 (*.f64 x (*.f64 x x))) #s(literal 1 binary64)) (/.f64 (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x))) #s(literal 1 binary64))) |
(-.f64 (/.f64 (log1p.f64 (*.f64 x x)) #s(literal 1 binary64)) (log1p.f64 x)) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) x))) (log1p.f64 (*.f64 x x))) |
(-.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (-.f64 #s(literal 0 binary64) (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x))))) |
(-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x))))) |
(-.f64 (log.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(-.f64 (log.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (log1p.f64 x)) |
(-.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1 binary64))) (log1p.f64 x)) |
(-.f64 (log.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 x x)))) (log1p.f64 x)) |
(-.f64 (log.f64 (neg.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)))) (log.f64 (neg.f64 (+.f64 x #s(literal -1 binary64))))) |
(-.f64 (log.f64 (-.f64 (+.f64 #s(literal 1 binary64) x) (*.f64 x (*.f64 x (+.f64 #s(literal 1 binary64) x))))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) x)))) |
(-.f64 (log.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (*.f64 x (*.f64 x x))))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) #s(literal 1 binary64))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) #s(literal 1 binary64))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) #s(literal 1 binary64))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (+.f64 #s(literal 1 binary64) x)))) |
(-.f64 (log.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 1 binary64))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) x)))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1 binary64))) (log1p.f64 x)) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))) (log1p.f64 (*.f64 x (*.f64 x x)))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) x)))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64)))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x))))))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal -1 binary64) (*.f64 x x)))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) x))))) |
(-.f64 (log.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64)))) (log.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x))))))) |
(-.f64 (log.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1 binary64) x) (*.f64 (+.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) x)))) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) x) (*.f64 (+.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) x)))))) (log.f64 (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x))) (+.f64 (*.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x))))))) |
(-.f64 (log.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) (*.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (*.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))))) (log.f64 (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))) (+.f64 (*.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))))))) |
(-.f64 (log.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x))) (*.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x))))) (log.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x))))) |
(-.f64 (log.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))) (*.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))))) (log.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) #s(literal 1 binary64))) (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(-.f64 (log.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64)))) (log.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(-.f64 (log.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (*.f64 x x)))) (log.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) x)))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) (log1p.f64 (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) (log1p.f64 (*.f64 x (*.f64 x x)))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)))) (log1p.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(-.f64 (log.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)))) (log1p.f64 (*.f64 x x))) |
(-.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 (*.f64 x x) #s(literal -1 binary64)))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 x #s(literal -1 binary64))))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) (-.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64))))))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(-.f64 (log.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64)))) (log.f64 (+.f64 x #s(literal -1 binary64)))) |
(-.f64 (log.f64 (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))))) (log1p.f64 (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) (-.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64))))) |
(-.f64 (log.f64 (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 x))) |
(neg.f64 (log.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)))) |
(neg.f64 (log.f64 (/.f64 (+.f64 x #s(literal -1 binary64)) (+.f64 (*.f64 x x) #s(literal -1 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (log1p.f64 x))) |
(/.f64 (log1p.f64 x) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 x)) #s(literal -1 binary64)) |
(/.f64 (-.f64 (pow.f64 (log1p.f64 (*.f64 x (*.f64 x x))) #s(literal 3 binary64)) (pow.f64 (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x))) #s(literal 3 binary64))) (+.f64 (pow.f64 (log1p.f64 (*.f64 x (*.f64 x x))) #s(literal 2 binary64)) (+.f64 (pow.f64 (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x))) #s(literal 2 binary64)) (*.f64 (log1p.f64 (*.f64 x (*.f64 x x))) (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x))))))) |
(/.f64 (-.f64 (pow.f64 (log1p.f64 (*.f64 x x)) #s(literal 3 binary64)) (pow.f64 (log1p.f64 x) #s(literal 3 binary64))) (+.f64 (pow.f64 (log1p.f64 (*.f64 x x)) #s(literal 2 binary64)) (+.f64 (pow.f64 (log1p.f64 x) #s(literal 2 binary64)) (*.f64 (log1p.f64 (*.f64 x x)) (log1p.f64 x))))) |
(/.f64 (-.f64 (pow.f64 (log1p.f64 (*.f64 x (*.f64 x x))) #s(literal 2 binary64)) (pow.f64 (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x))) #s(literal 2 binary64))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(/.f64 (-.f64 (pow.f64 (log1p.f64 (*.f64 x x)) #s(literal 2 binary64)) (pow.f64 (log1p.f64 x) #s(literal 2 binary64))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) x)))) |
(log1p.f64 x) |
(log1p.f64 (-.f64 #s(literal 0 binary64) x)) |
(log1p.f64 (neg.f64 (-.f64 #s(literal 0 binary64) x))) |
(pow.f64 (log1p.f64 x) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (log1p.f64 x)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (log1p.f64 x)) |
(*.f64 (log1p.f64 x) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (log1p.f64 x))) |
(+.f64 #s(literal 1 binary64) x) |
(+.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x)) |
(+.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) x))) |
(+.f64 x #s(literal 1 binary64)) |
(+.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64)) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) (neg.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (neg.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(+.f64 (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1 binary64)) (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(+.f64 (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1 binary64))) |
(+.f64 (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) x)) |
(+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(+.f64 (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (*.f64 x (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(exp.f64 (*.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 x)) #s(literal -1 binary64))) |
(-.f64 #s(literal 1 binary64) x) |
(-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x)) |
(-.f64 #s(literal 0 binary64) (+.f64 x #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x))) |
(-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))) |
(-.f64 (/.f64 (*.f64 x x) (+.f64 x #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))) |
(fma.f64 #s(literal 1 binary64) x #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) (neg.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (neg.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(fma.f64 x #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 x #s(literal -1 binary64) #s(literal 1 binary64)) |
(fma.f64 (+.f64 #s(literal 1 binary64) x) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (neg.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)))) |
(fma.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (neg.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (neg.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (neg.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)))) |
(fma.f64 #s(literal -1 binary64) x #s(literal 1 binary64)) |
(fma.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1 binary64) (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(fma.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x (+.f64 #s(literal 1 binary64) x)) (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1 binary64))) |
(fma.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) x)) |
(fma.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (neg.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (neg.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (+.f64 #s(literal 1 binary64) x) (neg.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (*.f64 x x))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) x)) (neg.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 x #s(literal -1 binary64)) (neg.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) (-.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)))) (neg.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (neg.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64))) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (neg.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)))) |
(fma.f64 (/.f64 (+.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (neg.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)))) |
(fma.f64 (/.f64 (+.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (+.f64 #s(literal 1 binary64) (*.f64 x x)) (neg.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)))) |
(fma.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (neg.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)))) |
(fma.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (neg.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) x))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 x #s(literal -1 binary64)) (+.f64 (*.f64 x x) #s(literal -1 binary64)))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) x)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64)) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x x)) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) x))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) |
(/.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) x))) |
(/.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) (+.f64 x #s(literal -1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))) |
(/.f64 (-.f64 (+.f64 #s(literal 1 binary64) x) (*.f64 x (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (*.f64 (+.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) x))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (*.f64 x (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (+.f64 #s(literal 1 binary64) x))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) x))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) x)) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 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 binary64) x))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal -1 binary64) (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) x)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 x #s(literal -1 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) (-.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 x x))) (+.f64 #s(literal 1 binary64) x)) |
(/.f64 (neg.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64))) (neg.f64 (+.f64 x #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64))) (neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1 binary64) x) (*.f64 (+.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) x)))) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) x) (*.f64 (+.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) x))))) (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x))) (+.f64 (*.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) (*.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (*.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))))) (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))) (+.f64 (*.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x))) (*.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)))) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))) (*.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (+.f64 #s(literal 1 binary64) x)) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64))) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (*.f64 x x))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) x))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 x #s(literal -1 binary64))) |
(/.f64 (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) (-.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64))))) |
(/.f64 (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x x))) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) x)) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(/.f64 (-.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x x))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) x))) |
(/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 x x) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) x)) |
(/.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x))) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x))))) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (/.f64 (*.f64 x x) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(pow.f64 (+.f64 #s(literal 1 binary64) x) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 x #s(literal -1 binary64)) (+.f64 (*.f64 x x) #s(literal -1 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) |
(*.f64 (+.f64 #s(literal 1 binary64) x) #s(literal 1 binary64)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x x))) #s(literal -1 binary64))) |
(*.f64 (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) x)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) #s(literal -1 binary64))) |
(*.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (+.f64 #s(literal 1 binary64) (*.f64 x x))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) #s(literal -1 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(*.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))) |
(*.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x x))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal -1 binary64) (*.f64 x x))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) (-.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64))) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 x #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x x))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (*.f64 x x))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) x)))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(*.f64 (pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) |
(*.f64 (pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) |
(*.f64 (pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))))) |
(*.f64 (pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (log1p.f64 x) (log1p.f64 x))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (log1p.f64 x) (log1p.f64 x))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (/.f64 (log1p.f64 x) (log1p.f64 x))) #s(literal -1 binary64)) #s(literal -1 binary64))) |
(exp.f64 (neg.f64 (*.f64 (log.f64 (/.f64 (log1p.f64 x) (log1p.f64 x))) #s(literal -1 binary64)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (log1p.f64 x) (-.f64 #s(literal 0 binary64) (log1p.f64 x)))) |
(-.f64 (/.f64 (log1p.f64 (*.f64 x (*.f64 x x))) (log1p.f64 x)) (/.f64 (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x))) (log1p.f64 x))) |
(-.f64 (/.f64 (log1p.f64 (*.f64 x x)) (log1p.f64 x)) (/.f64 (log1p.f64 x) (log1p.f64 x))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (log1p.f64 x))) (/.f64 (log1p.f64 x) (-.f64 #s(literal 0 binary64) (log1p.f64 x)))) |
(neg.f64 (/.f64 (log1p.f64 x) (-.f64 #s(literal 0 binary64) (log1p.f64 x)))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (log1p.f64 x) (-.f64 #s(literal 0 binary64) (log1p.f64 x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (log1p.f64 x) (log1p.f64 x))) |
(/.f64 (log1p.f64 x) (log1p.f64 x)) |
(/.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 x)) (-.f64 #s(literal 0 binary64) (log1p.f64 x))) |
(/.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 x)) (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (log1p.f64 x)))) |
(/.f64 (/.f64 (log1p.f64 x) (log1p.f64 x)) #s(literal 1 binary64)) |
(/.f64 (/.f64 #s(literal 1 binary64) (log1p.f64 x)) (/.f64 #s(literal 1 binary64) (log1p.f64 x))) |
(/.f64 #s(literal -1 binary64) (/.f64 (log1p.f64 x) (-.f64 #s(literal 0 binary64) (log1p.f64 x)))) |
(/.f64 (/.f64 (log1p.f64 x) (-.f64 #s(literal 0 binary64) (log1p.f64 x))) #s(literal -1 binary64)) |
(/.f64 (/.f64 #s(literal -1 binary64) (log1p.f64 x)) (/.f64 #s(literal -1 binary64) (log1p.f64 x))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (log1p.f64 x))) (-.f64 #s(literal 0 binary64) (log1p.f64 x))) |
(/.f64 (*.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 x)) #s(literal 1 binary64)) (-.f64 #s(literal 0 binary64) (log1p.f64 x))) |
(pow.f64 (/.f64 (log1p.f64 x) (log1p.f64 x)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (log1p.f64 x) (log1p.f64 x)) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (/.f64 (log1p.f64 x) (log1p.f64 x)) #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (/.f64 (log1p.f64 x) (log1p.f64 x)) (/.f64 (log1p.f64 x) (log1p.f64 x))) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (/.f64 (log1p.f64 x) (log1p.f64 x)))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (log1p.f64 x) (log1p.f64 x))) |
(*.f64 (log1p.f64 x) (/.f64 #s(literal 1 binary64) (log1p.f64 x))) |
(*.f64 (log1p.f64 x) (/.f64 (/.f64 #s(literal 1 binary64) (log1p.f64 x)) #s(literal 1 binary64))) |
(*.f64 (log1p.f64 x) (pow.f64 (/.f64 #s(literal 1 binary64) (log1p.f64 x)) #s(literal 1 binary64))) |
(*.f64 (log1p.f64 x) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (log1p.f64 x)) #s(literal 1 binary64)) #s(literal 1 binary64))) |
(*.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 x)) (/.f64 #s(literal -1 binary64) (log1p.f64 x))) |
(*.f64 (/.f64 (log1p.f64 x) (log1p.f64 x)) #s(literal 1 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) (log1p.f64 x)) (log1p.f64 x)) |
(*.f64 (/.f64 #s(literal 1 binary64) (log1p.f64 x)) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (log1p.f64 x)) #s(literal 1 binary64)) #s(literal -1 binary64))) |
(*.f64 #s(literal -1 binary64) (/.f64 (log1p.f64 x) (-.f64 #s(literal 0 binary64) (log1p.f64 x)))) |
(*.f64 #s(literal -1 binary64) (pow.f64 (/.f64 (log1p.f64 x) (-.f64 #s(literal 0 binary64) (log1p.f64 x))) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal -1 binary64) (log1p.f64 x)) (-.f64 #s(literal 0 binary64) (log1p.f64 x))) |
(*.f64 (/.f64 #s(literal -1 binary64) (log1p.f64 x)) (pow.f64 (/.f64 #s(literal -1 binary64) (log1p.f64 x)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (log1p.f64 x) (log1p.f64 x)) #s(literal -1/2 binary64)) (pow.f64 (/.f64 (log1p.f64 x) (log1p.f64 x)) #s(literal -1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (log1p.f64 x))) (/.f64 #s(literal -1 binary64) (log1p.f64 x))) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) (log1p.f64 x)) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (log1p.f64 x))) |
(*.f64 (pow.f64 (pow.f64 (/.f64 (log1p.f64 x) (log1p.f64 x)) #s(literal -1/2 binary64)) #s(literal -1 binary64)) (pow.f64 (pow.f64 (/.f64 (log1p.f64 x) (log1p.f64 x)) #s(literal -1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (log1p.f64 x))) #s(literal -1 binary64)) (pow.f64 (/.f64 #s(literal -1 binary64) (log1p.f64 x)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (log1p.f64 x)) #s(literal 1 binary64)) (log1p.f64 x)) |
(*.f64 (pow.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 x)) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal -1 binary64) (log1p.f64 x)) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) (log1p.f64 x)) #s(literal 1 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 x)) #s(literal 1 binary64))) |
(log.f64 (+.f64 #s(literal 1 binary64) x)) |
(+.f64 (log1p.f64 x) #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) (log1p.f64 x)) |
(+.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 x)) (log1p.f64 (*.f64 x x))) |
(+.f64 (log1p.f64 (*.f64 x (*.f64 x x))) (-.f64 #s(literal 0 binary64) (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x))))) |
(+.f64 (log1p.f64 (*.f64 x x)) (-.f64 #s(literal 0 binary64) (log1p.f64 x))) |
(+.f64 (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x))) (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(+.f64 (log.f64 (+.f64 #s(literal -1 binary64) (*.f64 x x))) (log.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) x))))) |
(+.f64 (log.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64))) (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))))) |
(+.f64 (log.f64 (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64))) (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x))))))) |
(+.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (log1p.f64 (*.f64 x (*.f64 x x)))) |
(+.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(+.f64 (log.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(+.f64 (log.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (-.f64 #s(literal 0 binary64) (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x))))) |
(+.f64 (log.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (-.f64 #s(literal 0 binary64) (log1p.f64 x))) |
(+.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (log1p.f64 x))) |
(+.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal -1 binary64) (*.f64 x x)))) (log.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) x)))) |
(+.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))))) (log1p.f64 (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) (-.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64))))) |
(+.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(+.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64)))) (log.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(+.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 (*.f64 x x) #s(literal -1 binary64)))) (log.f64 (+.f64 x #s(literal -1 binary64)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (log1p.f64 x))) #s(literal -1 binary64))) |
(exp.f64 (neg.f64 (*.f64 (log.f64 (log1p.f64 x)) #s(literal -1 binary64)))) |
(-.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (log1p.f64 x))) |
(-.f64 #s(literal 0 binary64) (log.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)))) |
(-.f64 #s(literal 0 binary64) (log.f64 (/.f64 (+.f64 x #s(literal -1 binary64)) (+.f64 (*.f64 x x) #s(literal -1 binary64))))) |
(-.f64 (log1p.f64 (*.f64 x (*.f64 x x))) (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(-.f64 (log1p.f64 (*.f64 x x)) (log1p.f64 x)) |
(-.f64 (log1p.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))))) |
(-.f64 (log1p.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(-.f64 (log1p.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))))) |
(-.f64 (log.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(-.f64 (log.f64 (+.f64 #s(literal -1 binary64) (*.f64 x x))) (log.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) x)))) |
(-.f64 (log.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64))) (log.f64 (+.f64 x #s(literal -1 binary64)))) |
(-.f64 (log.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64))) (log.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) x)))) |
(-.f64 (log.f64 (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64))) (log.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(-.f64 (/.f64 (log1p.f64 (*.f64 x (*.f64 x x))) #s(literal 1 binary64)) (/.f64 (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x))) #s(literal 1 binary64))) |
(-.f64 (/.f64 (log1p.f64 (*.f64 x x)) #s(literal 1 binary64)) (log1p.f64 x)) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) x))) (log1p.f64 (*.f64 x x))) |
(-.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (-.f64 #s(literal 0 binary64) (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x))))) |
(-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x))))) |
(-.f64 (log.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(-.f64 (log.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (log1p.f64 x)) |
(-.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1 binary64))) (log1p.f64 x)) |
(-.f64 (log.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 x x)))) (log1p.f64 x)) |
(-.f64 (log.f64 (neg.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)))) (log.f64 (neg.f64 (+.f64 x #s(literal -1 binary64))))) |
(-.f64 (log.f64 (-.f64 (+.f64 #s(literal 1 binary64) x) (*.f64 x (*.f64 x (+.f64 #s(literal 1 binary64) x))))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) x)))) |
(-.f64 (log.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (*.f64 x (*.f64 x x))))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) #s(literal 1 binary64))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) #s(literal 1 binary64))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) #s(literal 1 binary64))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (+.f64 #s(literal 1 binary64) x)))) |
(-.f64 (log.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 1 binary64))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) x)))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1 binary64))) (log1p.f64 x)) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))) (log1p.f64 (*.f64 x (*.f64 x x)))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) x)))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64)))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x))))))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal -1 binary64) (*.f64 x x)))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) x))))) |
(-.f64 (log.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64)))) (log.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x))))))) |
(-.f64 (log.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1 binary64) x) (*.f64 (+.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) x)))) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) x) (*.f64 (+.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) x)))))) (log.f64 (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x))) (+.f64 (*.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x))))))) |
(-.f64 (log.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) (*.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (*.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))))) (log.f64 (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))) (+.f64 (*.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))))))) |
(-.f64 (log.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x))) (*.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x))))) (log.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x))))) |
(-.f64 (log.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))) (*.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))))) (log.f64 (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) #s(literal 1 binary64))) (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(-.f64 (log.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64)))) (log.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(-.f64 (log.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (*.f64 x x)))) (log.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) x)))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) (log1p.f64 (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) (log1p.f64 (*.f64 x (*.f64 x x)))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)))) (log1p.f64 (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(-.f64 (log.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)))) (log1p.f64 (*.f64 x x))) |
(-.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 (*.f64 x x) #s(literal -1 binary64)))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 x #s(literal -1 binary64))))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) (-.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64))))))) |
(-.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(-.f64 (log.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64)))) (log.f64 (+.f64 x #s(literal -1 binary64)))) |
(-.f64 (log.f64 (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))))) (log1p.f64 (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) (-.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64))))) |
(-.f64 (log.f64 (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 x))) |
(neg.f64 (log.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)))) |
(neg.f64 (log.f64 (/.f64 (+.f64 x #s(literal -1 binary64)) (+.f64 (*.f64 x x) #s(literal -1 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (log1p.f64 x))) |
(/.f64 (log1p.f64 x) #s(literal 1 binary64)) |
(/.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 x)) #s(literal -1 binary64)) |
(/.f64 (-.f64 (pow.f64 (log1p.f64 (*.f64 x (*.f64 x x))) #s(literal 3 binary64)) (pow.f64 (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x))) #s(literal 3 binary64))) (+.f64 (pow.f64 (log1p.f64 (*.f64 x (*.f64 x x))) #s(literal 2 binary64)) (+.f64 (pow.f64 (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x))) #s(literal 2 binary64)) (*.f64 (log1p.f64 (*.f64 x (*.f64 x x))) (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x))))))) |
(/.f64 (-.f64 (pow.f64 (log1p.f64 (*.f64 x x)) #s(literal 3 binary64)) (pow.f64 (log1p.f64 x) #s(literal 3 binary64))) (+.f64 (pow.f64 (log1p.f64 (*.f64 x x)) #s(literal 2 binary64)) (+.f64 (pow.f64 (log1p.f64 x) #s(literal 2 binary64)) (*.f64 (log1p.f64 (*.f64 x x)) (log1p.f64 x))))) |
(/.f64 (-.f64 (pow.f64 (log1p.f64 (*.f64 x (*.f64 x x))) #s(literal 2 binary64)) (pow.f64 (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x))) #s(literal 2 binary64))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(/.f64 (-.f64 (pow.f64 (log1p.f64 (*.f64 x x)) #s(literal 2 binary64)) (pow.f64 (log1p.f64 x) #s(literal 2 binary64))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) x)))) |
(log1p.f64 x) |
(log1p.f64 (-.f64 #s(literal 0 binary64) x)) |
(log1p.f64 (neg.f64 (-.f64 #s(literal 0 binary64) x))) |
(pow.f64 (log1p.f64 x) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (log1p.f64 x)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (log1p.f64 x)) |
(*.f64 (log1p.f64 x) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (log1p.f64 x))) |
(+.f64 #s(literal 1 binary64) x) |
(+.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x)) |
(+.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) x))) |
(+.f64 x #s(literal 1 binary64)) |
(+.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64)) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) (neg.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)))) |
(+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (neg.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(+.f64 (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1 binary64)) (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(+.f64 (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1 binary64))) |
(+.f64 (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) x)) |
(+.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(+.f64 (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(+.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (*.f64 x (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(exp.f64 (*.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 x)) #s(literal -1 binary64))) |
(-.f64 #s(literal 1 binary64) x) |
(-.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x)) |
(-.f64 #s(literal 0 binary64) (+.f64 x #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x))) |
(-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))) |
(-.f64 (/.f64 (*.f64 x x) (+.f64 x #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))) |
(fma.f64 #s(literal 1 binary64) x #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64)) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) (neg.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (neg.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(fma.f64 x #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 x #s(literal -1 binary64) #s(literal 1 binary64)) |
(fma.f64 (+.f64 #s(literal 1 binary64) x) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (neg.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)))) |
(fma.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (neg.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (neg.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)))) |
(fma.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (neg.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)))) |
(fma.f64 #s(literal -1 binary64) x #s(literal 1 binary64)) |
(fma.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1 binary64) (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(fma.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x (+.f64 #s(literal 1 binary64) x)) (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1 binary64))) |
(fma.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) x)) |
(fma.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (neg.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (neg.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (+.f64 #s(literal 1 binary64) x) (neg.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (*.f64 x x))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) x)) (neg.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 x #s(literal -1 binary64)) (neg.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) (-.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)))) (neg.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (neg.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64))) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (neg.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)))) |
(fma.f64 (/.f64 (+.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (neg.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)))) |
(fma.f64 (/.f64 (+.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) (+.f64 #s(literal 1 binary64) (*.f64 x x)) (neg.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)))) |
(fma.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (neg.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)))) |
(fma.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (neg.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)))) |
(neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) x))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 x #s(literal -1 binary64)) (+.f64 (*.f64 x x) #s(literal -1 binary64)))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) x)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64)) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x x)) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) x))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) |
(/.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) x))) |
(/.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) (+.f64 x #s(literal -1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))) |
(/.f64 (-.f64 (+.f64 #s(literal 1 binary64) x) (*.f64 x (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (*.f64 (+.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) x))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (*.f64 x (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (+.f64 #s(literal 1 binary64) x))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) x))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) x)) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 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 binary64) x))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal -1 binary64) (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) x)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 x #s(literal -1 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) (-.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 x x))) (+.f64 #s(literal 1 binary64) x)) |
(/.f64 (neg.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64))) (neg.f64 (+.f64 x #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64))) (neg.f64 (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1 binary64) x) (*.f64 (+.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) x)))) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) x) (*.f64 (+.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) x))))) (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x))) (+.f64 (*.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) (*.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (*.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))))) (+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))) (+.f64 (*.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x))) (*.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)))) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)))) |
(/.f64 (-.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))) (*.f64 (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) (+.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (+.f64 #s(literal 1 binary64) x)) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64))) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (*.f64 x x))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) x))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 x #s(literal -1 binary64))) |
(/.f64 (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) (-.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64))))) |
(/.f64 (*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x x))) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) x)) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(/.f64 (-.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x x))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) x))) |
(/.f64 (-.f64 #s(literal 1 binary64) (/.f64 (*.f64 x x) #s(literal 1 binary64))) (+.f64 #s(literal 1 binary64) x)) |
(/.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x))) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x))))) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (/.f64 (*.f64 x x) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(pow.f64 (+.f64 #s(literal 1 binary64) x) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 x #s(literal -1 binary64)) (+.f64 (*.f64 x x) #s(literal -1 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) |
(*.f64 (+.f64 #s(literal 1 binary64) x) #s(literal 1 binary64)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x x))) #s(literal -1 binary64))) |
(*.f64 (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) x)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) #s(literal -1 binary64))) |
(*.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (+.f64 #s(literal 1 binary64) (*.f64 x x))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) #s(literal -1 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(*.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))) |
(*.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x x))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal -1 binary64) (*.f64 x x))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) (-.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64))) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x))))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 x #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x x))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (*.f64 x x))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) x)))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(*.f64 (pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))))) |
(*.f64 (pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) |
(*.f64 (pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))))) |
(*.f64 (pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))) |
| 1× | egg-herbie |
| 4134× | +-lowering-+.f64 |
| 4134× | +-lowering-+.f32 |
| 2580× | *-lowering-*.f32 |
| 2580× | *-lowering-*.f64 |
| 1910× | --lowering--.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 217 | 1971 |
| 1 | 739 | 1725 |
| 2 | 2433 | 1593 |
| 0 | 8384 | 1593 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
-1 |
(- (* -1 x) 1) |
(- (* x (- (* -1/2 x) 1)) 1) |
(- (* x (- (* x (- (* -5/12 x) 1/2)) 1)) 1) |
(* -1 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (log (/ 1 x)))) |
(- (+ (* -1 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (log (/ 1 x)))) (/ 2 (* x (log (/ 1 x))))) (/ (log -1) (* x (pow (log (/ 1 x)) 2)))) |
(- (+ (* -1 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (log (/ 1 x)))) (+ (* 1/2 (/ 1 (* (pow x 2) (log (/ 1 x))))) (/ 2 (* x (log (/ 1 x)))))) (+ (* -1 (/ (- (* 2 (/ 1 (log (/ 1 x)))) (/ (log -1) (pow (log (/ 1 x)) 2))) (* (pow x 2) (log (/ 1 x))))) (+ (* -1/2 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (* (pow x 2) (pow (log (/ 1 x)) 2)))) (/ (log -1) (* x (pow (log (/ 1 x)) 2)))))) |
(- (+ (* -1 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (log (/ 1 x)))) (+ (/ 1/3 (* (pow x 3) (log (/ 1 x)))) (+ (* 1/2 (/ 1 (* (pow x 2) (log (/ 1 x))))) (/ 2 (* x (log (/ 1 x))))))) (+ (* -1 (/ (- (* 1/2 (/ 1 (log (/ 1 x)))) (+ (* -1 (/ (- (* 2 (/ 1 (log (/ 1 x)))) (/ (log -1) (pow (log (/ 1 x)) 2))) (log (/ 1 x)))) (* -1/2 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (pow (log (/ 1 x)) 2))))) (* (pow x 3) (log (/ 1 x))))) (+ (* -1 (/ (- (* 2 (/ 1 (log (/ 1 x)))) (/ (log -1) (pow (log (/ 1 x)) 2))) (* (pow x 2) (log (/ 1 x))))) (+ (* -1/2 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (* (pow x 2) (pow (log (/ 1 x)) 2)))) (+ (* 1/3 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (* (pow x 3) (pow (log (/ 1 x)) 2)))) (+ (* 1/2 (/ (- (* 2 (/ 1 (log (/ 1 x)))) (/ (log -1) (pow (log (/ 1 x)) 2))) (* (pow x 3) (log (/ 1 x))))) (/ (log -1) (* x (pow (log (/ 1 x)) 2))))))))) |
(* -1 (/ (log (/ -1 x)) (+ (log -1) (* -1 (log (/ -1 x)))))) |
(+ (* -1 (/ (log (/ -1 x)) (+ (log -1) (* -1 (log (/ -1 x)))))) (* -1 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) x))) |
(+ (* -1 (/ (log (/ -1 x)) (+ (log -1) (* -1 (log (/ -1 x)))))) (* -1 (/ (- (+ (* -1 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (* x (+ (log -1) (* -1 (log (/ -1 x))))))) (+ (* 1/2 (/ (log (/ -1 x)) (* x (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2)))) (+ (/ 1/2 (* x (+ (log -1) (* -1 (log (/ -1 x)))))) (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) x))) |
(+ (* -1 (/ (log (/ -1 x)) (+ (log -1) (* -1 (log (/ -1 x)))))) (* -1 (/ (- (+ (* -1 (/ (- (* -1 (/ (- (* 1/3 (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))) (+ (* -1 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (+ (* -1/2 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (+ (log -1) (* -1 (log (/ -1 x)))))) (+ (* 1/3 (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (+ (* 1/2 (/ 1 (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (* 1/2 (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 3)))))))) x)) (+ (* -1 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (+ (log -1) (* -1 (log (/ -1 x)))))) (+ (* 1/2 (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))) (* 1/2 (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2)))))) x)) (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) x))) |
x |
(* x (+ 1 (* -1/2 x))) |
(* x (+ 1 (* x (- (* 1/3 x) 1/2)))) |
(* x (+ 1 (* x (- (* x (+ 1/3 (* -1/4 x))) 1/2)))) |
(* -1 (log (/ 1 x))) |
(+ (* -1 (log (/ 1 x))) (/ 1 x)) |
(- (+ (* -1 (log (/ 1 x))) (/ 1 x)) (/ 1/2 (pow x 2))) |
(- (+ (* -1 (log (/ 1 x))) (+ (/ 1 x) (* 1/3 (/ 1 (pow x 3))))) (/ 1/2 (pow x 2))) |
(+ (log -1) (* -1 (log (/ -1 x)))) |
(+ (log -1) (+ (* -1 (log (/ -1 x))) (/ 1 x))) |
(+ (log -1) (+ (* -1 (log (/ -1 x))) (* -1 (/ (- (* 1/2 (/ 1 x)) 1) x)))) |
(+ (log -1) (+ (* -1 (log (/ -1 x))) (* -1 (/ (- (* -1 (/ (- (* 1/3 (/ 1 x)) 1/2) x)) 1) x)))) |
(* -1 x) |
(* x (- (* -1/2 x) 1)) |
(* x (- (* x (- (* -1/3 x) 1/2)) 1)) |
(* x (- (* x (- (* x (- (* -1/4 x) 1/3)) 1/2)) 1)) |
(+ (log -1) (* -1 (log (/ 1 x)))) |
(- (+ (log -1) (* -1 (log (/ 1 x)))) (/ 1 x)) |
(+ (log -1) (+ (* -1 (log (/ 1 x))) (* -1 (/ (+ 1 (* 1/2 (/ 1 x))) x)))) |
(- (+ (log -1) (+ (* -1 (log (/ 1 x))) (* -1 (/ (+ 1/2 (* 1/3 (/ 1 x))) (pow x 2))))) (/ 1 x)) |
(* -1 (log (/ -1 x))) |
(- (* -1 (log (/ -1 x))) (/ 1 x)) |
(+ (* -1 (log (/ -1 x))) (* -1 (/ (+ 1 (* 1/2 (/ 1 x))) x))) |
(+ (* -1 (log (/ -1 x))) (* -1 (/ (+ 1 (+ (/ 1/3 (pow x 2)) (* 1/2 (/ 1 x)))) x))) |
1 |
(+ 1 (* -1 x)) |
(+ 1 (* -1 x)) |
(+ 1 (* -1 x)) |
(* -1 x) |
(* x (- (/ 1 x) 1)) |
(* x (- (/ 1 x) 1)) |
(* x (- (/ 1 x) 1)) |
(* -1 x) |
(* -1 (* x (- 1 (/ 1 x)))) |
(* -1 (* x (- 1 (/ 1 x)))) |
(* -1 (* x (- 1 (/ 1 x)))) |
-1 |
(- (* -1 x) 1) |
(- (* x (- (* -1/2 x) 1)) 1) |
(- (* x (- (* x (- (* -5/12 x) 1/2)) 1)) 1) |
(* -1 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (log (/ 1 x)))) |
(- (+ (* -1 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (log (/ 1 x)))) (/ 2 (* x (log (/ 1 x))))) (/ (log -1) (* x (pow (log (/ 1 x)) 2)))) |
(- (+ (* -1 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (log (/ 1 x)))) (+ (* 1/2 (/ 1 (* (pow x 2) (log (/ 1 x))))) (/ 2 (* x (log (/ 1 x)))))) (+ (* -1 (/ (- (* 2 (/ 1 (log (/ 1 x)))) (/ (log -1) (pow (log (/ 1 x)) 2))) (* (pow x 2) (log (/ 1 x))))) (+ (* -1/2 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (* (pow x 2) (pow (log (/ 1 x)) 2)))) (/ (log -1) (* x (pow (log (/ 1 x)) 2)))))) |
(- (+ (* -1 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (log (/ 1 x)))) (+ (/ 1/3 (* (pow x 3) (log (/ 1 x)))) (+ (* 1/2 (/ 1 (* (pow x 2) (log (/ 1 x))))) (/ 2 (* x (log (/ 1 x))))))) (+ (* -1 (/ (- (* 1/2 (/ 1 (log (/ 1 x)))) (+ (* -1 (/ (- (* 2 (/ 1 (log (/ 1 x)))) (/ (log -1) (pow (log (/ 1 x)) 2))) (log (/ 1 x)))) (* -1/2 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (pow (log (/ 1 x)) 2))))) (* (pow x 3) (log (/ 1 x))))) (+ (* -1 (/ (- (* 2 (/ 1 (log (/ 1 x)))) (/ (log -1) (pow (log (/ 1 x)) 2))) (* (pow x 2) (log (/ 1 x))))) (+ (* -1/2 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (* (pow x 2) (pow (log (/ 1 x)) 2)))) (+ (* 1/3 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (* (pow x 3) (pow (log (/ 1 x)) 2)))) (+ (* 1/2 (/ (- (* 2 (/ 1 (log (/ 1 x)))) (/ (log -1) (pow (log (/ 1 x)) 2))) (* (pow x 3) (log (/ 1 x))))) (/ (log -1) (* x (pow (log (/ 1 x)) 2))))))))) |
(* -1 (/ (log (/ -1 x)) (+ (log -1) (* -1 (log (/ -1 x)))))) |
(+ (* -1 (/ (log (/ -1 x)) (+ (log -1) (* -1 (log (/ -1 x)))))) (* -1 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) x))) |
(+ (* -1 (/ (log (/ -1 x)) (+ (log -1) (* -1 (log (/ -1 x)))))) (* -1 (/ (- (+ (* -1 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (* x (+ (log -1) (* -1 (log (/ -1 x))))))) (+ (* 1/2 (/ (log (/ -1 x)) (* x (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2)))) (+ (/ 1/2 (* x (+ (log -1) (* -1 (log (/ -1 x)))))) (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) x))) |
(+ (* -1 (/ (log (/ -1 x)) (+ (log -1) (* -1 (log (/ -1 x)))))) (* -1 (/ (- (+ (* -1 (/ (- (* -1 (/ (- (* 1/3 (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))) (+ (* -1 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (+ (* -1/2 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (+ (log -1) (* -1 (log (/ -1 x)))))) (+ (* 1/3 (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (+ (* 1/2 (/ 1 (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (* 1/2 (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 3)))))))) x)) (+ (* -1 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (+ (log -1) (* -1 (log (/ -1 x)))))) (+ (* 1/2 (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))) (* 1/2 (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2)))))) x)) (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) x))) |
x |
(* x (+ 1 (* -1/2 x))) |
(* x (+ 1 (* x (- (* 1/3 x) 1/2)))) |
(* x (+ 1 (* x (- (* x (+ 1/3 (* -1/4 x))) 1/2)))) |
(* -1 (log (/ 1 x))) |
(+ (* -1 (log (/ 1 x))) (/ 1 x)) |
(- (+ (* -1 (log (/ 1 x))) (/ 1 x)) (/ 1/2 (pow x 2))) |
(- (+ (* -1 (log (/ 1 x))) (+ (/ 1 x) (* 1/3 (/ 1 (pow x 3))))) (/ 1/2 (pow x 2))) |
(+ (log -1) (* -1 (log (/ -1 x)))) |
(+ (log -1) (+ (* -1 (log (/ -1 x))) (/ 1 x))) |
(+ (log -1) (+ (* -1 (log (/ -1 x))) (* -1 (/ (- (* 1/2 (/ 1 x)) 1) x)))) |
(+ (log -1) (+ (* -1 (log (/ -1 x))) (* -1 (/ (- (* -1 (/ (- (* 1/3 (/ 1 x)) 1/2) x)) 1) x)))) |
1 |
(+ 1 x) |
(+ 1 x) |
(+ 1 x) |
x |
(* x (+ 1 (/ 1 x))) |
(* x (+ 1 (/ 1 x))) |
(* x (+ 1 (/ 1 x))) |
x |
(* x (+ 1 (/ 1 x))) |
(* x (+ 1 (/ 1 x))) |
(* x (+ 1 (/ 1 x))) |
| Outputs |
|---|
-1 |
#s(literal -1 binary64) |
(- (* -1 x) 1) |
(-.f64 #s(literal -1 binary64) x) |
(- (* x (- (* -1/2 x) 1)) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(- (* x (- (* x (- (* -5/12 x) 1/2)) 1)) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))) |
(* -1 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (log (/ 1 x)))) |
(/.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) (log.f64 x)) |
(- (+ (* -1 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (log (/ 1 x)))) (/ 2 (* x (log (/ 1 x))))) (/ (log -1) (* x (pow (log (/ 1 x)) 2)))) |
(+.f64 (/.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) (log.f64 x)) (/.f64 (-.f64 (/.f64 #s(literal -2 binary64) (log.f64 x)) (/.f64 (log.f64 #s(literal -1 binary64)) (pow.f64 (log.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal 2 binary64)))) x)) |
(- (+ (* -1 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (log (/ 1 x)))) (+ (* 1/2 (/ 1 (* (pow x 2) (log (/ 1 x))))) (/ 2 (* x (log (/ 1 x)))))) (+ (* -1 (/ (- (* 2 (/ 1 (log (/ 1 x)))) (/ (log -1) (pow (log (/ 1 x)) 2))) (* (pow x 2) (log (/ 1 x))))) (+ (* -1/2 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (* (pow x 2) (pow (log (/ 1 x)) 2)))) (/ (log -1) (* x (pow (log (/ 1 x)) 2)))))) |
(+.f64 (-.f64 (+.f64 (/.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) (log.f64 x)) (+.f64 (/.f64 (/.f64 #s(literal -2 binary64) (log.f64 x)) x) (/.f64 (/.f64 #s(literal -1/2 binary64) (log.f64 x)) (*.f64 x x)))) (+.f64 (/.f64 (/.f64 (log.f64 #s(literal -1 binary64)) x) (pow.f64 (log.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal 2 binary64))) (/.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) x) (/.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) x)) (pow.f64 (log.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal 2 binary64))))) (/.f64 (-.f64 (/.f64 #s(literal 2 binary64) (pow.f64 (log.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal 2 binary64))) (/.f64 (log.f64 #s(literal -1 binary64)) (pow.f64 (log.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal 3 binary64)))) (*.f64 x x))) |
(- (+ (* -1 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (log (/ 1 x)))) (+ (/ 1/3 (* (pow x 3) (log (/ 1 x)))) (+ (* 1/2 (/ 1 (* (pow x 2) (log (/ 1 x))))) (/ 2 (* x (log (/ 1 x))))))) (+ (* -1 (/ (- (* 1/2 (/ 1 (log (/ 1 x)))) (+ (* -1 (/ (- (* 2 (/ 1 (log (/ 1 x)))) (/ (log -1) (pow (log (/ 1 x)) 2))) (log (/ 1 x)))) (* -1/2 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (pow (log (/ 1 x)) 2))))) (* (pow x 3) (log (/ 1 x))))) (+ (* -1 (/ (- (* 2 (/ 1 (log (/ 1 x)))) (/ (log -1) (pow (log (/ 1 x)) 2))) (* (pow x 2) (log (/ 1 x))))) (+ (* -1/2 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (* (pow x 2) (pow (log (/ 1 x)) 2)))) (+ (* 1/3 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (* (pow x 3) (pow (log (/ 1 x)) 2)))) (+ (* 1/2 (/ (- (* 2 (/ 1 (log (/ 1 x)))) (/ (log -1) (pow (log (/ 1 x)) 2))) (* (pow x 3) (log (/ 1 x))))) (/ (log -1) (* x (pow (log (/ 1 x)) 2))))))))) |
(+.f64 (/.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) (log.f64 x)) (-.f64 (-.f64 (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (log.f64 x)) (*.f64 x x)) (-.f64 (/.f64 (/.f64 #s(literal -2 binary64) (log.f64 x)) x) (/.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 x (*.f64 x x))) (log.f64 x)))) (*.f64 (/.f64 #s(literal 1 binary64) (log.f64 x)) (+.f64 (/.f64 (-.f64 (/.f64 #s(literal -2 binary64) (log.f64 x)) (/.f64 (log.f64 #s(literal -1 binary64)) (pow.f64 (log.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal 2 binary64)))) (*.f64 x x)) (/.f64 (+.f64 (-.f64 (+.f64 (/.f64 #s(literal -1/2 binary64) (log.f64 x)) (/.f64 #s(literal 2 binary64) (pow.f64 (log.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal 2 binary64)))) (/.f64 (log.f64 #s(literal -1 binary64)) (pow.f64 (log.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal 3 binary64)))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) (pow.f64 (log.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal 2 binary64))))) (*.f64 x (*.f64 x x)))))) (+.f64 (*.f64 (-.f64 (/.f64 #s(literal 2 binary64) (pow.f64 (log.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal 2 binary64))) (/.f64 (log.f64 #s(literal -1 binary64)) (pow.f64 (log.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal 3 binary64)))) (/.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 (/.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) (pow.f64 (log.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal 2 binary64))) (/.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/3 binary64) x)) x) x)) (/.f64 (/.f64 (log.f64 #s(literal -1 binary64)) x) (pow.f64 (log.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal 2 binary64))))))) |
(* -1 (/ (log (/ -1 x)) (+ (log -1) (* -1 (log (/ -1 x)))))) |
(-.f64 #s(literal 0 binary64) (/.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))))) |
(+ (* -1 (/ (log (/ -1 x)) (+ (log -1) (* -1 (log (/ -1 x)))))) (* -1 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) x))) |
(-.f64 (-.f64 #s(literal 0 binary64) (/.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))))) (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x)))) (/.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 2 binary64)))) x)) |
(+ (* -1 (/ (log (/ -1 x)) (+ (log -1) (* -1 (log (/ -1 x)))))) (* -1 (/ (- (+ (* -1 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (* x (+ (log -1) (* -1 (log (/ -1 x))))))) (+ (* 1/2 (/ (log (/ -1 x)) (* x (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2)))) (+ (/ 1/2 (* x (+ (log -1) (* -1 (log (/ -1 x)))))) (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) x))) |
(-.f64 (-.f64 #s(literal 0 binary64) (/.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))))) (/.f64 (+.f64 (-.f64 (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (/.f64 #s(literal -1 binary64) x))) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 2 binary64))) x) (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 2 binary64))) (/.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 3 binary64)))) x)) (+.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) x) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x)))) (-.f64 (/.f64 #s(literal 1 binary64) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x)))) (/.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 2 binary64)))))) x)) |
(+ (* -1 (/ (log (/ -1 x)) (+ (log -1) (* -1 (log (/ -1 x)))))) (* -1 (/ (- (+ (* -1 (/ (- (* -1 (/ (- (* 1/3 (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))) (+ (* -1 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (+ (* -1/2 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (+ (log -1) (* -1 (log (/ -1 x)))))) (+ (* 1/3 (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (+ (* 1/2 (/ 1 (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (* 1/2 (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 3)))))))) x)) (+ (* -1 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (+ (log -1) (* -1 (log (/ -1 x)))))) (+ (* 1/2 (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))) (* 1/2 (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2)))))) x)) (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) x))) |
(-.f64 (/.f64 (-.f64 (/.f64 (-.f64 (+.f64 (-.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 2 binary64))) (/.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 3 binary64)))) (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 #s(literal 1 binary64) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x)))) (/.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 2 binary64)))))) (/.f64 (-.f64 (/.f64 #s(literal 1/3 binary64) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x)))) (+.f64 (+.f64 (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 2 binary64))) (/.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 3 binary64)))) (+.f64 (/.f64 #s(literal -1 binary64) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x)))) #s(literal -1/2 binary64))) (*.f64 (/.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 2 binary64))) (+.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1/2 binary64) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))))))) (/.f64 #s(literal 1/2 binary64) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 2 binary64))))) x)) x) (-.f64 (/.f64 #s(literal 1 binary64) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x)))) (/.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 2 binary64))))) x) (/.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))))) |
x |
(* x (+ 1 (* -1/2 x))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x #s(literal -1/2 binary64)))) |
(* x (+ 1 (* x (- (* 1/3 x) 1/2)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))))) |
(* x (+ 1 (* x (- (* x (+ 1/3 (* -1/4 x))) 1/2)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(* -1 (log (/ 1 x))) |
(log.f64 x) |
(+ (* -1 (log (/ 1 x))) (/ 1 x)) |
(+.f64 (/.f64 #s(literal 1 binary64) x) (log.f64 x)) |
(- (+ (* -1 (log (/ 1 x))) (/ 1 x)) (/ 1/2 (pow x 2))) |
(+.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 (log.f64 x) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) |
(- (+ (* -1 (log (/ 1 x))) (+ (/ 1 x) (* 1/3 (/ 1 (pow x 3))))) (/ 1/2 (pow x 2))) |
(+.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 (log.f64 x) (/.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/3 binary64) x)) x) x))) |
(+ (log -1) (* -1 (log (/ -1 x)))) |
(-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) |
(+ (log -1) (+ (* -1 (log (/ -1 x))) (/ 1 x))) |
(+.f64 (log.f64 #s(literal -1 binary64)) (-.f64 (/.f64 #s(literal 1 binary64) x) (log.f64 (/.f64 #s(literal -1 binary64) x)))) |
(+ (log -1) (+ (* -1 (log (/ -1 x))) (* -1 (/ (- (* 1/2 (/ 1 x)) 1) x)))) |
(-.f64 (log.f64 #s(literal -1 binary64)) (+.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (/.f64 (+.f64 #s(literal -1 binary64) (/.f64 #s(literal 1/2 binary64) x)) x))) |
(+ (log -1) (+ (* -1 (log (/ -1 x))) (* -1 (/ (- (* -1 (/ (- (* 1/3 (/ 1 x)) 1/2) x)) 1) x)))) |
(-.f64 (log.f64 #s(literal -1 binary64)) (+.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/3 binary64) x)) x)) x))) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* x (- (* -1/2 x) 1)) |
(*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) |
(* x (- (* x (- (* -1/3 x) 1/2)) 1)) |
(*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) |
(* x (- (* x (- (* x (- (* -1/4 x) 1/3)) 1/2)) 1)) |
(*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64))))))) |
(+ (log -1) (* -1 (log (/ 1 x)))) |
(+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) |
(- (+ (log -1) (* -1 (log (/ 1 x)))) (/ 1 x)) |
(+.f64 (log.f64 #s(literal -1 binary64)) (+.f64 (log.f64 x) (/.f64 #s(literal -1 binary64) x))) |
(+ (log -1) (+ (* -1 (log (/ 1 x))) (* -1 (/ (+ 1 (* 1/2 (/ 1 x))) x)))) |
(+.f64 (log.f64 #s(literal -1 binary64)) (+.f64 (log.f64 x) (/.f64 (+.f64 #s(literal -1 binary64) (/.f64 #s(literal -1/2 binary64) x)) x))) |
(- (+ (log -1) (+ (* -1 (log (/ 1 x))) (* -1 (/ (+ 1/2 (* 1/3 (/ 1 x))) (pow x 2))))) (/ 1 x)) |
(+.f64 (log.f64 #s(literal -1 binary64)) (+.f64 (-.f64 (log.f64 x) (/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1/3 binary64) x)) (*.f64 x x))) (/.f64 #s(literal -1 binary64) x))) |
(* -1 (log (/ -1 x))) |
(-.f64 #s(literal 0 binary64) (log.f64 (/.f64 #s(literal -1 binary64) x))) |
(- (* -1 (log (/ -1 x))) (/ 1 x)) |
(-.f64 (/.f64 #s(literal -1 binary64) x) (log.f64 (/.f64 #s(literal -1 binary64) x))) |
(+ (* -1 (log (/ -1 x))) (* -1 (/ (+ 1 (* 1/2 (/ 1 x))) x))) |
(-.f64 (/.f64 (+.f64 #s(literal -1 binary64) (/.f64 #s(literal -1/2 binary64) x)) x) (log.f64 (/.f64 #s(literal -1 binary64) x))) |
(+ (* -1 (log (/ -1 x))) (* -1 (/ (+ 1 (+ (/ 1/3 (pow x 2)) (* 1/2 (/ 1 x)))) x))) |
(-.f64 (-.f64 #s(literal 0 binary64) (log.f64 (/.f64 #s(literal -1 binary64) x))) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1/3 binary64) x)))) x)) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1 x)) |
(-.f64 #s(literal 1 binary64) x) |
(+ 1 (* -1 x)) |
(-.f64 #s(literal 1 binary64) x) |
(+ 1 (* -1 x)) |
(-.f64 #s(literal 1 binary64) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* x (- (/ 1 x) 1)) |
(-.f64 #s(literal 1 binary64) x) |
(* x (- (/ 1 x) 1)) |
(-.f64 #s(literal 1 binary64) x) |
(* x (- (/ 1 x) 1)) |
(-.f64 #s(literal 1 binary64) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 (* x (- 1 (/ 1 x)))) |
(-.f64 #s(literal 1 binary64) x) |
(* -1 (* x (- 1 (/ 1 x)))) |
(-.f64 #s(literal 1 binary64) x) |
(* -1 (* x (- 1 (/ 1 x)))) |
(-.f64 #s(literal 1 binary64) x) |
-1 |
#s(literal -1 binary64) |
(- (* -1 x) 1) |
(-.f64 #s(literal -1 binary64) x) |
(- (* x (- (* -1/2 x) 1)) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(- (* x (- (* x (- (* -5/12 x) 1/2)) 1)) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))) |
(* -1 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (log (/ 1 x)))) |
(/.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) (log.f64 x)) |
(- (+ (* -1 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (log (/ 1 x)))) (/ 2 (* x (log (/ 1 x))))) (/ (log -1) (* x (pow (log (/ 1 x)) 2)))) |
(+.f64 (/.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) (log.f64 x)) (/.f64 (-.f64 (/.f64 #s(literal -2 binary64) (log.f64 x)) (/.f64 (log.f64 #s(literal -1 binary64)) (pow.f64 (log.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal 2 binary64)))) x)) |
(- (+ (* -1 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (log (/ 1 x)))) (+ (* 1/2 (/ 1 (* (pow x 2) (log (/ 1 x))))) (/ 2 (* x (log (/ 1 x)))))) (+ (* -1 (/ (- (* 2 (/ 1 (log (/ 1 x)))) (/ (log -1) (pow (log (/ 1 x)) 2))) (* (pow x 2) (log (/ 1 x))))) (+ (* -1/2 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (* (pow x 2) (pow (log (/ 1 x)) 2)))) (/ (log -1) (* x (pow (log (/ 1 x)) 2)))))) |
(+.f64 (-.f64 (+.f64 (/.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) (log.f64 x)) (+.f64 (/.f64 (/.f64 #s(literal -2 binary64) (log.f64 x)) x) (/.f64 (/.f64 #s(literal -1/2 binary64) (log.f64 x)) (*.f64 x x)))) (+.f64 (/.f64 (/.f64 (log.f64 #s(literal -1 binary64)) x) (pow.f64 (log.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal 2 binary64))) (/.f64 (*.f64 (/.f64 #s(literal -1/2 binary64) x) (/.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) x)) (pow.f64 (log.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal 2 binary64))))) (/.f64 (-.f64 (/.f64 #s(literal 2 binary64) (pow.f64 (log.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal 2 binary64))) (/.f64 (log.f64 #s(literal -1 binary64)) (pow.f64 (log.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal 3 binary64)))) (*.f64 x x))) |
(- (+ (* -1 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (log (/ 1 x)))) (+ (/ 1/3 (* (pow x 3) (log (/ 1 x)))) (+ (* 1/2 (/ 1 (* (pow x 2) (log (/ 1 x))))) (/ 2 (* x (log (/ 1 x))))))) (+ (* -1 (/ (- (* 1/2 (/ 1 (log (/ 1 x)))) (+ (* -1 (/ (- (* 2 (/ 1 (log (/ 1 x)))) (/ (log -1) (pow (log (/ 1 x)) 2))) (log (/ 1 x)))) (* -1/2 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (pow (log (/ 1 x)) 2))))) (* (pow x 3) (log (/ 1 x))))) (+ (* -1 (/ (- (* 2 (/ 1 (log (/ 1 x)))) (/ (log -1) (pow (log (/ 1 x)) 2))) (* (pow x 2) (log (/ 1 x))))) (+ (* -1/2 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (* (pow x 2) (pow (log (/ 1 x)) 2)))) (+ (* 1/3 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (* (pow x 3) (pow (log (/ 1 x)) 2)))) (+ (* 1/2 (/ (- (* 2 (/ 1 (log (/ 1 x)))) (/ (log -1) (pow (log (/ 1 x)) 2))) (* (pow x 3) (log (/ 1 x))))) (/ (log -1) (* x (pow (log (/ 1 x)) 2))))))))) |
(+.f64 (/.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) (log.f64 x)) (-.f64 (-.f64 (+.f64 (/.f64 (/.f64 #s(literal -1/2 binary64) (log.f64 x)) (*.f64 x x)) (-.f64 (/.f64 (/.f64 #s(literal -2 binary64) (log.f64 x)) x) (/.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 x (*.f64 x x))) (log.f64 x)))) (*.f64 (/.f64 #s(literal 1 binary64) (log.f64 x)) (+.f64 (/.f64 (-.f64 (/.f64 #s(literal -2 binary64) (log.f64 x)) (/.f64 (log.f64 #s(literal -1 binary64)) (pow.f64 (log.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal 2 binary64)))) (*.f64 x x)) (/.f64 (+.f64 (-.f64 (+.f64 (/.f64 #s(literal -1/2 binary64) (log.f64 x)) (/.f64 #s(literal 2 binary64) (pow.f64 (log.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal 2 binary64)))) (/.f64 (log.f64 #s(literal -1 binary64)) (pow.f64 (log.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal 3 binary64)))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) (pow.f64 (log.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal 2 binary64))))) (*.f64 x (*.f64 x x)))))) (+.f64 (*.f64 (-.f64 (/.f64 #s(literal 2 binary64) (pow.f64 (log.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal 2 binary64))) (/.f64 (log.f64 #s(literal -1 binary64)) (pow.f64 (log.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal 3 binary64)))) (/.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 (/.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) (pow.f64 (log.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal 2 binary64))) (/.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/3 binary64) x)) x) x)) (/.f64 (/.f64 (log.f64 #s(literal -1 binary64)) x) (pow.f64 (log.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal 2 binary64))))))) |
(* -1 (/ (log (/ -1 x)) (+ (log -1) (* -1 (log (/ -1 x)))))) |
(-.f64 #s(literal 0 binary64) (/.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))))) |
(+ (* -1 (/ (log (/ -1 x)) (+ (log -1) (* -1 (log (/ -1 x)))))) (* -1 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) x))) |
(-.f64 (-.f64 #s(literal 0 binary64) (/.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))))) (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x)))) (/.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 2 binary64)))) x)) |
(+ (* -1 (/ (log (/ -1 x)) (+ (log -1) (* -1 (log (/ -1 x)))))) (* -1 (/ (- (+ (* -1 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (* x (+ (log -1) (* -1 (log (/ -1 x))))))) (+ (* 1/2 (/ (log (/ -1 x)) (* x (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2)))) (+ (/ 1/2 (* x (+ (log -1) (* -1 (log (/ -1 x)))))) (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) x))) |
(-.f64 (-.f64 #s(literal 0 binary64) (/.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))))) (/.f64 (+.f64 (-.f64 (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (/.f64 #s(literal -1 binary64) x))) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 2 binary64))) x) (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 2 binary64))) (/.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 3 binary64)))) x)) (+.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) x) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x)))) (-.f64 (/.f64 #s(literal 1 binary64) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x)))) (/.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 2 binary64)))))) x)) |
(+ (* -1 (/ (log (/ -1 x)) (+ (log -1) (* -1 (log (/ -1 x)))))) (* -1 (/ (- (+ (* -1 (/ (- (* -1 (/ (- (* 1/3 (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))) (+ (* -1 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (+ (* -1/2 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (+ (log -1) (* -1 (log (/ -1 x)))))) (+ (* 1/3 (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (+ (* 1/2 (/ 1 (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (* 1/2 (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 3)))))))) x)) (+ (* -1 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (+ (log -1) (* -1 (log (/ -1 x)))))) (+ (* 1/2 (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))) (* 1/2 (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2)))))) x)) (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) x))) |
(-.f64 (/.f64 (-.f64 (/.f64 (-.f64 (+.f64 (-.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 2 binary64))) (/.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 3 binary64)))) (*.f64 #s(literal -1/2 binary64) (+.f64 (/.f64 #s(literal 1 binary64) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x)))) (/.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 2 binary64)))))) (/.f64 (-.f64 (/.f64 #s(literal 1/3 binary64) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x)))) (+.f64 (+.f64 (*.f64 (-.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 2 binary64))) (/.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 3 binary64)))) (+.f64 (/.f64 #s(literal -1 binary64) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x)))) #s(literal -1/2 binary64))) (*.f64 (/.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 2 binary64))) (+.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1/2 binary64) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))))))) (/.f64 #s(literal 1/2 binary64) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 2 binary64))))) x)) x) (-.f64 (/.f64 #s(literal 1 binary64) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x)))) (/.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 2 binary64))))) x) (/.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))))) |
x |
(* x (+ 1 (* -1/2 x))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x #s(literal -1/2 binary64)))) |
(* x (+ 1 (* x (- (* 1/3 x) 1/2)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))))) |
(* x (+ 1 (* x (- (* x (+ 1/3 (* -1/4 x))) 1/2)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(* -1 (log (/ 1 x))) |
(log.f64 x) |
(+ (* -1 (log (/ 1 x))) (/ 1 x)) |
(+.f64 (/.f64 #s(literal 1 binary64) x) (log.f64 x)) |
(- (+ (* -1 (log (/ 1 x))) (/ 1 x)) (/ 1/2 (pow x 2))) |
(+.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 (log.f64 x) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) |
(- (+ (* -1 (log (/ 1 x))) (+ (/ 1 x) (* 1/3 (/ 1 (pow x 3))))) (/ 1/2 (pow x 2))) |
(+.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 (log.f64 x) (/.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/3 binary64) x)) x) x))) |
(+ (log -1) (* -1 (log (/ -1 x)))) |
(-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) |
(+ (log -1) (+ (* -1 (log (/ -1 x))) (/ 1 x))) |
(+.f64 (log.f64 #s(literal -1 binary64)) (-.f64 (/.f64 #s(literal 1 binary64) x) (log.f64 (/.f64 #s(literal -1 binary64) x)))) |
(+ (log -1) (+ (* -1 (log (/ -1 x))) (* -1 (/ (- (* 1/2 (/ 1 x)) 1) x)))) |
(-.f64 (log.f64 #s(literal -1 binary64)) (+.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (/.f64 (+.f64 #s(literal -1 binary64) (/.f64 #s(literal 1/2 binary64) x)) x))) |
(+ (log -1) (+ (* -1 (log (/ -1 x))) (* -1 (/ (- (* -1 (/ (- (* 1/3 (/ 1 x)) 1/2) x)) 1) x)))) |
(-.f64 (log.f64 #s(literal -1 binary64)) (+.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/3 binary64) x)) x)) x))) |
1 |
#s(literal 1 binary64) |
(+ 1 x) |
(+.f64 x #s(literal 1 binary64)) |
(+ 1 x) |
(+.f64 x #s(literal 1 binary64)) |
(+ 1 x) |
(+.f64 x #s(literal 1 binary64)) |
x |
(* x (+ 1 (/ 1 x))) |
(+.f64 x #s(literal 1 binary64)) |
(* x (+ 1 (/ 1 x))) |
(+.f64 x #s(literal 1 binary64)) |
(* x (+ 1 (/ 1 x))) |
(+.f64 x #s(literal 1 binary64)) |
x |
(* x (+ 1 (/ 1 x))) |
(+.f64 x #s(literal 1 binary64)) |
(* x (+ 1 (/ 1 x))) |
(+.f64 x #s(literal 1 binary64)) |
(* x (+ 1 (/ 1 x))) |
(+.f64 x #s(literal 1 binary64)) |
Compiled 25283 to 1679 computations (93.4% saved)
9 alts after pruning (8 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1009 | 8 | 1017 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 1 | 2 |
| Done | 0 | 0 | 0 |
| Total | 1010 | 9 | 1019 |
| Status | Accuracy | Program |
|---|---|---|
| 99.4% | (/.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64))))))) (log1p.f64 x)) | |
| ▶ | 100.0% | (/.f64 (log1p.f64 (-.f64 #s(literal 0 binary64) x)) (log1p.f64 x)) |
| ▶ | 5.4% | (/.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
| ▶ | 5.3% | (/.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))))) |
| ✓ | 3.3% | (/.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) (log.f64 (+.f64 #s(literal 1 binary64) x))) |
| 99.2% | (-.f64 #s(literal -1 binary64) x) | |
| 99.4% | (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))) | |
| ▶ | 99.3% | (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
| ▶ | 98.1% | #s(literal -1 binary64) |
Compiled 200 to 145 computations (27.5% saved)
| 1× | egg-herbie |
Found 16 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
| ✓ | cost-diff | 0 | (-.f64 #s(literal 1 binary64) x) |
| ✓ | cost-diff | 0 | (log.f64 (-.f64 #s(literal 1 binary64) x)) |
| ✓ | cost-diff | 0 | (/.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
| ✓ | cost-diff | 0 | (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))))) |
| ✓ | cost-diff | 0 | (-.f64 #s(literal 1 binary64) x) |
| ✓ | cost-diff | 0 | (log.f64 (-.f64 #s(literal 1 binary64) x)) |
| ✓ | cost-diff | 0 | (/.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))))) |
| ✓ | cost-diff | 0 | (*.f64 x #s(literal -1/2 binary64)) |
| ✓ | cost-diff | 0 | (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) |
| ✓ | cost-diff | 0 | (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) |
| ✓ | cost-diff | 0 | (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
| ✓ | cost-diff | 0 | (log1p.f64 x) |
| ✓ | cost-diff | 0 | (-.f64 #s(literal 0 binary64) x) |
| ✓ | cost-diff | 0 | (log1p.f64 (-.f64 #s(literal 0 binary64) x)) |
| ✓ | cost-diff | 0 | (/.f64 (log1p.f64 (-.f64 #s(literal 0 binary64) x)) (log1p.f64 x)) |
| 2830× | sum3-define |
| 2258× | fma-lowering-fma.f32 |
| 2258× | fma-lowering-fma.f64 |
| 1876× | fmsub-define |
| 1644× | fmm-def |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 33 | 196 |
| 1 | 94 | 169 |
| 2 | 236 | 169 |
| 3 | 592 | 169 |
| 4 | 1312 | 169 |
| 5 | 2312 | 169 |
| 6 | 3896 | 169 |
| 7 | 5917 | 169 |
| 0 | 8090 | 169 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (log (+ 1 (- 0 x))) (log (+ 1 x))) |
(log (+ 1 (- 0 x))) |
(- 0 x) |
0 |
x |
(log (+ 1 x)) |
-1 |
(+ -1 (* x (+ -1 (* x -1/2)))) |
-1 |
(* x (+ -1 (* x -1/2))) |
x |
(+ -1 (* x -1/2)) |
(* x -1/2) |
-1/2 |
(/ (log (- 1 x)) (* x (+ 1 (* x (+ -1/2 (* x 1/3)))))) |
(log (- 1 x)) |
(- 1 x) |
1 |
x |
(* x (+ 1 (* x (+ -1/2 (* x 1/3))))) |
(+ 1 (* x (+ -1/2 (* x 1/3)))) |
(* x (+ -1/2 (* x 1/3))) |
(+ -1/2 (* x 1/3)) |
-1/2 |
(* x 1/3) |
1/3 |
(/ (log (- 1 x)) (* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))))) |
(log (- 1 x)) |
(- 1 x) |
1 |
x |
(* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))))) |
(+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))) |
(* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))) |
(+ -1/2 (* x (+ 1/3 (* x -1/4)))) |
-1/2 |
(* x (+ 1/3 (* x -1/4))) |
(+ 1/3 (* x -1/4)) |
1/3 |
(* x -1/4) |
-1/4 |
| Outputs |
|---|
(/ (log (+ 1 (- 0 x))) (log (+ 1 x))) |
(/.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) (log1p.f64 x)) |
(log (+ 1 (- 0 x))) |
(log.f64 (-.f64 #s(literal 1 binary64) x)) |
(- 0 x) |
(-.f64 #s(literal 0 binary64) x) |
0 |
#s(literal 0 binary64) |
x |
(log (+ 1 x)) |
(log1p.f64 x) |
-1 |
#s(literal -1 binary64) |
(+ -1 (* x (+ -1 (* x -1/2)))) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
-1 |
#s(literal -1 binary64) |
(* x (+ -1 (* x -1/2))) |
(*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) |
x |
(+ -1 (* x -1/2)) |
(+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) |
(* x -1/2) |
(*.f64 x #s(literal -1/2 binary64)) |
-1/2 |
#s(literal -1/2 binary64) |
(/ (log (- 1 x)) (* x (+ 1 (* x (+ -1/2 (* x 1/3)))))) |
(/.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))))) |
(log (- 1 x)) |
(log.f64 (-.f64 #s(literal 1 binary64) x)) |
(- 1 x) |
(-.f64 #s(literal 1 binary64) x) |
1 |
#s(literal 1 binary64) |
x |
(* x (+ 1 (* x (+ -1/2 (* x 1/3))))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))))) |
(+ 1 (* x (+ -1/2 (* x 1/3)))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))) |
(* x (+ -1/2 (* x 1/3))) |
(*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))) |
(+ -1/2 (* x 1/3)) |
(+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))) |
-1/2 |
#s(literal -1/2 binary64) |
(* x 1/3) |
(*.f64 x #s(literal 1/3 binary64)) |
1/3 |
#s(literal 1/3 binary64) |
(/ (log (- 1 x)) (* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))))) |
(/.f64 (/.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(log (- 1 x)) |
(log.f64 (-.f64 #s(literal 1 binary64) x)) |
(- 1 x) |
(-.f64 #s(literal 1 binary64) x) |
1 |
#s(literal 1 binary64) |
x |
(* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) |
(* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))) |
(*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) |
(+ -1/2 (* x (+ 1/3 (* x -1/4)))) |
(+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) |
-1/2 |
#s(literal -1/2 binary64) |
(* x (+ 1/3 (* x -1/4))) |
(*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) |
(+ 1/3 (* x -1/4)) |
(+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))) |
1/3 |
#s(literal 1/3 binary64) |
(* x -1/4) |
(*.f64 x #s(literal -1/4 binary64)) |
-1/4 |
#s(literal -1/4 binary64) |
Found 16 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (/.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
| ✓ | accuracy | 99.9% | (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))) |
| ✓ | accuracy | 99.4% | (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) |
| ✓ | accuracy | 8.2% | (log.f64 (-.f64 #s(literal 1 binary64) x)) |
| ✓ | accuracy | 100.0% | (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))))) |
| ✓ | accuracy | 100.0% | (/.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))))) |
| ✓ | accuracy | 99.4% | (*.f64 x #s(literal 1/3 binary64)) |
| ✓ | accuracy | 8.2% | (log.f64 (-.f64 #s(literal 1 binary64) x)) |
| ✓ | accuracy | 100.0% | (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
| ✓ | accuracy | 100.0% | (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) |
| ✓ | accuracy | 100.0% | (*.f64 x #s(literal -1/2 binary64)) |
| ✓ | accuracy | 100.0% | (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) |
| ✓ | accuracy | 100.0% | (-.f64 #s(literal 0 binary64) x) |
| ✓ | accuracy | 100.0% | (log1p.f64 (-.f64 #s(literal 0 binary64) x)) |
| ✓ | accuracy | 100.0% | (log1p.f64 x) |
| ✓ | accuracy | 100.0% | (/.f64 (log1p.f64 (-.f64 #s(literal 0 binary64) x)) (log1p.f64 x)) |
| 241.0ms | 123× | 2 | valid |
| 130.0ms | 128× | 1 | valid |
| 2.0ms | 5× | 0 | valid |
Compiled 205 to 32 computations (84.4% saved)
ival-log: 143.0ms (36.7% of total)compiled-spec: 104.0ms (26.7% of total)ival-mult: 34.0ms (8.7% of total)backward-pass: 31.0ms (8% of total)ival-add: 29.0ms (7.4% of total)ival-div: 19.0ms (4.9% of total)ival-sub: 16.0ms (4.1% of total)...c/correct-round.rkt:119:19: 11.0ms (2.8% of total)const: 3.0ms (0.8% of total)| Inputs |
|---|
#<alt (/ (log (+ 1 (- 0 x))) (log (+ 1 x)))> |
#<alt (log (+ 1 (- 0 x)))> |
#<alt (- 0 x)> |
#<alt (log (+ 1 x))> |
#<alt (+ -1 (* x (+ -1 (* x -1/2))))> |
#<alt (* x (+ -1 (* x -1/2)))> |
#<alt (+ -1 (* x -1/2))> |
#<alt (* x -1/2)> |
#<alt (/ (log (- 1 x)) (* x (+ 1 (* x (+ -1/2 (* x 1/3))))))> |
#<alt (log (- 1 x))> |
#<alt (- 1 x)> |
#<alt (* x (+ 1 (* x (+ -1/2 (* x 1/3)))))> |
#<alt (/ (log (- 1 x)) (* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))))))> |
#<alt (* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))))> |
#<alt (* x 1/3)> |
#<alt (* x (+ 1/3 (* x -1/4)))> |
#<alt (+ 1/3 (* x -1/4))> |
| Outputs |
|---|
#<alt -1> |
#<alt (- (* -1 x) 1)> |
#<alt (- (* x (- (* -1/2 x) 1)) 1)> |
#<alt (- (* x (- (* x (- (* -5/12 x) 1/2)) 1)) 1)> |
#<alt (* -1 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (log (/ 1 x))))> |
#<alt (- (+ (* -1 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (log (/ 1 x)))) (/ 2 (* x (log (/ 1 x))))) (/ (log -1) (* x (pow (log (/ 1 x)) 2))))> |
#<alt (- (+ (* -1 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (log (/ 1 x)))) (+ (* 1/2 (/ 1 (* (pow x 2) (log (/ 1 x))))) (/ 2 (* x (log (/ 1 x)))))) (+ (* -1 (/ (- (* 2 (/ 1 (log (/ 1 x)))) (/ (log -1) (pow (log (/ 1 x)) 2))) (* (pow x 2) (log (/ 1 x))))) (+ (* -1/2 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (* (pow x 2) (pow (log (/ 1 x)) 2)))) (/ (log -1) (* x (pow (log (/ 1 x)) 2))))))> |
#<alt (- (+ (* -1 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (log (/ 1 x)))) (+ (/ 1/3 (* (pow x 3) (log (/ 1 x)))) (+ (* 1/2 (/ 1 (* (pow x 2) (log (/ 1 x))))) (/ 2 (* x (log (/ 1 x))))))) (+ (* -1 (/ (- (* 1/2 (/ 1 (log (/ 1 x)))) (+ (* -1 (/ (- (* 2 (/ 1 (log (/ 1 x)))) (/ (log -1) (pow (log (/ 1 x)) 2))) (log (/ 1 x)))) (* -1/2 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (pow (log (/ 1 x)) 2))))) (* (pow x 3) (log (/ 1 x))))) (+ (* -1 (/ (- (* 2 (/ 1 (log (/ 1 x)))) (/ (log -1) (pow (log (/ 1 x)) 2))) (* (pow x 2) (log (/ 1 x))))) (+ (* -1/2 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (* (pow x 2) (pow (log (/ 1 x)) 2)))) (+ (* 1/3 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (* (pow x 3) (pow (log (/ 1 x)) 2)))) (+ (* 1/2 (/ (- (* 2 (/ 1 (log (/ 1 x)))) (/ (log -1) (pow (log (/ 1 x)) 2))) (* (pow x 3) (log (/ 1 x))))) (/ (log -1) (* x (pow (log (/ 1 x)) 2)))))))))> |
#<alt (* -1 (/ (log (/ -1 x)) (+ (log -1) (* -1 (log (/ -1 x))))))> |
#<alt (+ (* -1 (/ (log (/ -1 x)) (+ (log -1) (* -1 (log (/ -1 x)))))) (* -1 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) x)))> |
#<alt (+ (* -1 (/ (log (/ -1 x)) (+ (log -1) (* -1 (log (/ -1 x)))))) (* -1 (/ (- (+ (* -1 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (* x (+ (log -1) (* -1 (log (/ -1 x))))))) (+ (* 1/2 (/ (log (/ -1 x)) (* x (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2)))) (+ (/ 1/2 (* x (+ (log -1) (* -1 (log (/ -1 x)))))) (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) x)))> |
#<alt (+ (* -1 (/ (log (/ -1 x)) (+ (log -1) (* -1 (log (/ -1 x)))))) (* -1 (/ (- (+ (* -1 (/ (- (* -1 (/ (- (* 1/3 (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))) (+ (* -1 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (+ (* -1/2 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (+ (log -1) (* -1 (log (/ -1 x)))))) (+ (* 1/3 (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (+ (* 1/2 (/ 1 (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (* 1/2 (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 3)))))))) x)) (+ (* -1 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (+ (log -1) (* -1 (log (/ -1 x)))))) (+ (* 1/2 (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))) (* 1/2 (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2)))))) x)) (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) x)))> |
#<alt (* -1 x)> |
#<alt (* x (- (* -1/2 x) 1))> |
#<alt (* x (- (* x (- (* -1/3 x) 1/2)) 1))> |
#<alt (* x (- (* x (- (* x (- (* -1/4 x) 1/3)) 1/2)) 1))> |
#<alt (+ (log -1) (* -1 (log (/ 1 x))))> |
#<alt (- (+ (log -1) (* -1 (log (/ 1 x)))) (/ 1 x))> |
#<alt (+ (log -1) (+ (* -1 (log (/ 1 x))) (* -1 (/ (+ 1 (* 1/2 (/ 1 x))) x))))> |
#<alt (- (+ (log -1) (+ (* -1 (log (/ 1 x))) (* -1 (/ (+ 1/2 (* 1/3 (/ 1 x))) (pow x 2))))) (/ 1 x))> |
#<alt (* -1 (log (/ -1 x)))> |
#<alt (- (* -1 (log (/ -1 x))) (/ 1 x))> |
#<alt (+ (* -1 (log (/ -1 x))) (* -1 (/ (+ 1 (* 1/2 (/ 1 x))) x)))> |
#<alt (+ (* -1 (log (/ -1 x))) (* -1 (/ (+ 1 (+ (/ 1/3 (pow x 2)) (* 1/2 (/ 1 x)))) x)))> |
#<alt (* -1 x)> |
#<alt (* -1 x)> |
#<alt (* -1 x)> |
#<alt (* -1 x)> |
#<alt (* -1 x)> |
#<alt (* -1 x)> |
#<alt (* -1 x)> |
#<alt (* -1 x)> |
#<alt (* -1 x)> |
#<alt (* -1 x)> |
#<alt (* -1 x)> |
#<alt (* -1 x)> |
#<alt x> |
#<alt (* x (+ 1 (* -1/2 x)))> |
#<alt (* x (+ 1 (* x (- (* 1/3 x) 1/2))))> |
#<alt (* x (+ 1 (* x (- (* x (+ 1/3 (* -1/4 x))) 1/2))))> |
#<alt (* -1 (log (/ 1 x)))> |
#<alt (+ (* -1 (log (/ 1 x))) (/ 1 x))> |
#<alt (- (+ (* -1 (log (/ 1 x))) (/ 1 x)) (/ 1/2 (pow x 2)))> |
#<alt (- (+ (* -1 (log (/ 1 x))) (+ (/ 1 x) (* 1/3 (/ 1 (pow x 3))))) (/ 1/2 (pow x 2)))> |
#<alt (+ (log -1) (* -1 (log (/ -1 x))))> |
#<alt (+ (log -1) (+ (* -1 (log (/ -1 x))) (/ 1 x)))> |
#<alt (+ (log -1) (+ (* -1 (log (/ -1 x))) (* -1 (/ (- (* 1/2 (/ 1 x)) 1) x))))> |
#<alt (+ (log -1) (+ (* -1 (log (/ -1 x))) (* -1 (/ (- (* -1 (/ (- (* 1/3 (/ 1 x)) 1/2) x)) 1) x))))> |
#<alt -1> |
#<alt (- (* -1 x) 1)> |
#<alt (- (* x (- (* -1/2 x) 1)) 1)> |
#<alt (- (* x (- (* -1/2 x) 1)) 1)> |
#<alt (* -1/2 (pow x 2))> |
#<alt (* -1 (* (pow x 2) (+ 1/2 (/ 1 x))))> |
#<alt (* (pow x 2) (- (* -1 (/ (+ 1 (/ 1 x)) x)) 1/2))> |
#<alt (* (pow x 2) (- (* -1 (/ (+ 1 (/ 1 x)) x)) 1/2))> |
#<alt (* -1/2 (pow x 2))> |
#<alt (* -1 (* (pow x 2) (+ 1/2 (/ 1 x))))> |
#<alt (* (pow x 2) (- (* -1 (/ (+ 1 (/ 1 x)) x)) 1/2))> |
#<alt (* (pow x 2) (- (* -1 (/ (+ 1 (/ 1 x)) x)) 1/2))> |
#<alt (* -1 x)> |
#<alt (* x (- (* -1/2 x) 1))> |
#<alt (* x (- (* -1/2 x) 1))> |
#<alt (* x (- (* -1/2 x) 1))> |
#<alt (* -1/2 (pow x 2))> |
#<alt (* -1 (* (pow x 2) (+ 1/2 (/ 1 x))))> |
#<alt (* -1 (* (pow x 2) (+ 1/2 (/ 1 x))))> |
#<alt (* -1 (* (pow x 2) (+ 1/2 (/ 1 x))))> |
#<alt (* -1/2 (pow x 2))> |
#<alt (* -1 (* (pow x 2) (+ 1/2 (/ 1 x))))> |
#<alt (* -1 (* (pow x 2) (+ 1/2 (/ 1 x))))> |
#<alt (* -1 (* (pow x 2) (+ 1/2 (/ 1 x))))> |
#<alt -1> |
#<alt (- (* -1/2 x) 1)> |
#<alt (- (* -1/2 x) 1)> |
#<alt (- (* -1/2 x) 1)> |
#<alt (* -1/2 x)> |
#<alt (* -1 (* x (+ 1/2 (/ 1 x))))> |
#<alt (* -1 (* x (+ 1/2 (/ 1 x))))> |
#<alt (* -1 (* x (+ 1/2 (/ 1 x))))> |
#<alt (* -1/2 x)> |
#<alt (* -1 (* x (+ 1/2 (/ 1 x))))> |
#<alt (* -1 (* x (+ 1/2 (/ 1 x))))> |
#<alt (* -1 (* x (+ 1/2 (/ 1 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/2 x)> |
#<alt -1> |
#<alt (- (* -1 x) 1)> |
#<alt (- (* x (- (* -1/2 x) 1)) 1)> |
#<alt (- (* x (- (* x (- (* -1/6 x) 1/2)) 1)) 1)> |
#<alt (* 3 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (pow x 3)))> |
#<alt (/ (+ (* -1 (/ (+ 3 (* -9/2 (+ (log -1) (* -1 (log (/ 1 x)))))) x)) (* 3 (+ (log -1) (* -1 (log (/ 1 x)))))) (pow x 3))> |
#<alt (/ (- (+ (* -1 (/ (+ 3/2 (+ (* 3/2 (+ 3 (* -9/2 (+ (log -1) (* -1 (log (/ 1 x))))))) (* 9 (+ (log -1) (* -1 (log (/ 1 x))))))) (pow x 2))) (* 3 (+ (log -1) (* -1 (log (/ 1 x)))))) (+ (* -9/2 (/ (+ (log -1) (* -1 (log (/ 1 x)))) x)) (* 3 (/ 1 x)))) (pow x 3))> |
#<alt (/ (- (+ (* -1 (/ (+ 1 (+ (* -3 (+ 3 (* -9/2 (+ (log -1) (* -1 (log (/ 1 x))))))) (* 3/2 (+ 3/2 (+ (* 3/2 (+ 3 (* -9/2 (+ (log -1) (* -1 (log (/ 1 x))))))) (* 9 (+ (log -1) (* -1 (log (/ 1 x)))))))))) (pow x 3))) (* 3 (+ (log -1) (* -1 (log (/ 1 x)))))) (+ (* -9/2 (/ (+ (log -1) (* -1 (log (/ 1 x)))) x)) (+ (* 3/2 (/ (+ 3 (* -9/2 (+ (log -1) (* -1 (log (/ 1 x)))))) (pow x 2))) (+ (* 9 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (pow x 2))) (+ (* 3 (/ 1 x)) (/ 3/2 (pow x 2))))))) (pow x 3))> |
#<alt (* -3 (/ (log (/ -1 x)) (pow x 3)))> |
#<alt (* -1 (/ (- (+ (* 3 (log (/ -1 x))) (* 3 (/ 1 x))) (* -9/2 (/ (log (/ -1 x)) x))) (pow x 3)))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* -1 (- 3 (* -9/2 (log (/ -1 x))))) (* -1 (/ (+ 3/2 (+ (* -9 (log (/ -1 x))) (* 3/2 (- 3 (* -9/2 (log (/ -1 x))))))) x))) x)) (* 3 (log (/ -1 x)))) (pow x 3)))> |
#<alt (* -1 (/ (+ (* -1 (/ (+ (* -1 (- 3 (* -9/2 (log (/ -1 x))))) (* -1 (/ (- (+ 3/2 (+ (* -9 (log (/ -1 x))) (+ (* 3/2 (- 3 (* -9/2 (log (/ -1 x))))) (/ 1 x)))) (+ (* -3/2 (/ (+ 3/2 (+ (* -9 (log (/ -1 x))) (* 3/2 (- 3 (* -9/2 (log (/ -1 x))))))) x)) (* 3 (/ (- 3 (* -9/2 (log (/ -1 x)))) x)))) x))) x)) (* 3 (log (/ -1 x)))) (pow x 3)))> |
#<alt (* -1 x)> |
#<alt (* x (- (* -1/2 x) 1))> |
#<alt (* x (- (* x (- (* -1/3 x) 1/2)) 1))> |
#<alt (* x (- (* x (- (* x (- (* -1/4 x) 1/3)) 1/2)) 1))> |
#<alt (+ (log -1) (* -1 (log (/ 1 x))))> |
#<alt (- (+ (log -1) (* -1 (log (/ 1 x)))) (/ 1 x))> |
#<alt (+ (log -1) (+ (* -1 (log (/ 1 x))) (* -1 (/ (+ 1 (* 1/2 (/ 1 x))) x))))> |
#<alt (- (+ (log -1) (+ (* -1 (log (/ 1 x))) (* -1 (/ (+ 1/2 (* 1/3 (/ 1 x))) (pow x 2))))) (/ 1 x))> |
#<alt (* -1 (log (/ -1 x)))> |
#<alt (- (* -1 (log (/ -1 x))) (/ 1 x))> |
#<alt (+ (* -1 (log (/ -1 x))) (* -1 (/ (+ 1 (* 1/2 (/ 1 x))) x)))> |
#<alt (+ (* -1 (log (/ -1 x))) (* -1 (/ (+ 1 (+ (/ 1/3 (pow x 2)) (* 1/2 (/ 1 x)))) x)))> |
#<alt 1> |
#<alt (+ 1 (* -1 x))> |
#<alt (+ 1 (* -1 x))> |
#<alt (+ 1 (* -1 x))> |
#<alt (* -1 x)> |
#<alt (* x (- (/ 1 x) 1))> |
#<alt (* x (- (/ 1 x) 1))> |
#<alt (* x (- (/ 1 x) 1))> |
#<alt (* -1 x)> |
#<alt (* -1 (* x (- 1 (/ 1 x))))> |
#<alt (* -1 (* x (- 1 (/ 1 x))))> |
#<alt (* -1 (* x (- 1 (/ 1 x))))> |
#<alt x> |
#<alt (* x (+ 1 (* -1/2 x)))> |
#<alt (* x (+ 1 (* x (- (* 1/3 x) 1/2))))> |
#<alt (* x (+ 1 (* x (- (* 1/3 x) 1/2))))> |
#<alt (* 1/3 (pow x 3))> |
#<alt (* (pow x 3) (- 1/3 (* 1/2 (/ 1 x))))> |
#<alt (* (pow x 3) (- (+ 1/3 (/ 1 (pow x 2))) (* 1/2 (/ 1 x))))> |
#<alt (* (pow x 3) (- (+ 1/3 (/ 1 (pow x 2))) (* 1/2 (/ 1 x))))> |
#<alt (* 1/3 (pow x 3))> |
#<alt (* -1 (* (pow x 3) (- (* 1/2 (/ 1 x)) 1/3)))> |
#<alt (* -1 (* (pow x 3) (- (* -1 (/ (- (/ 1 x) 1/2) x)) 1/3)))> |
#<alt (* -1 (* (pow x 3) (- (* -1 (/ (- (/ 1 x) 1/2) x)) 1/3)))> |
#<alt -1> |
#<alt (- (* -1 x) 1)> |
#<alt (- (* x (- (* -1/2 x) 1)) 1)> |
#<alt (- (* x (- (* x (- (* -5/12 x) 1/2)) 1)) 1)> |
#<alt (* -4 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (pow x 4)))> |
#<alt (/ (- (+ (* -4 (+ (log -1) (* -1 (log (/ 1 x))))) (* 4 (/ 1 x))) (* 16/3 (/ (+ (log -1) (* -1 (log (/ 1 x)))) x))) (pow x 4))> |
#<alt (/ (- (+ (* -4 (+ (log -1) (* -1 (log (/ 1 x))))) (+ (* 4 (/ 1 x)) (/ 2 (pow x 2)))) (+ (* -8 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (pow x 2))) (+ (* -4/3 (/ (- 4 (* 16/3 (+ (log -1) (* -1 (log (/ 1 x)))))) (pow x 2))) (* 16/3 (/ (+ (log -1) (* -1 (log (/ 1 x)))) x))))) (pow x 4))> |
#<alt (/ (- (+ (* -4 (+ (log -1) (* -1 (log (/ 1 x))))) (+ (* 4 (/ 1 x)) (+ (* 4/3 (/ 1 (pow x 3))) (/ 2 (pow x 2))))) (+ (* -8 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (pow x 2))) (+ (* -4/3 (/ (- 2 (+ (* -8 (+ (log -1) (* -1 (log (/ 1 x))))) (* -4/3 (- 4 (* 16/3 (+ (log -1) (* -1 (log (/ 1 x))))))))) (pow x 3))) (+ (* -4/3 (/ (- 4 (* 16/3 (+ (log -1) (* -1 (log (/ 1 x)))))) (pow x 2))) (+ (* 2 (/ (- 4 (* 16/3 (+ (log -1) (* -1 (log (/ 1 x)))))) (pow x 3))) (+ (* 16/3 (/ (+ (log -1) (* -1 (log (/ 1 x)))) x)) (* 16 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (pow x 3))))))))) (pow x 4))> |
#<alt (* 4 (/ (log (/ -1 x)) (pow x 4)))> |
#<alt (/ (- (+ (* 4 (log (/ -1 x))) (* 4 (/ 1 x))) (* -16/3 (/ (log (/ -1 x)) x))) (pow x 4))> |
#<alt (/ (+ (* -1 (/ (+ (* -1 (- 4 (* -16/3 (log (/ -1 x))))) (* -1 (/ (+ 2 (+ (* -8 (log (/ -1 x))) (* 4/3 (- 4 (* -16/3 (log (/ -1 x))))))) x))) x)) (* 4 (log (/ -1 x)))) (pow x 4))> |
#<alt (/ (+ (* -1 (/ (+ (* -1 (- 4 (* -16/3 (log (/ -1 x))))) (* -1 (/ (- (+ 2 (+ (* -8 (log (/ -1 x))) (+ (* 4/3 (- 4 (* -16/3 (log (/ -1 x))))) (* 4/3 (/ 1 x))))) (+ (* -16 (/ (log (/ -1 x)) x)) (+ (* -4/3 (/ (+ 2 (+ (* -8 (log (/ -1 x))) (* 4/3 (- 4 (* -16/3 (log (/ -1 x))))))) x)) (* 2 (/ (- 4 (* -16/3 (log (/ -1 x)))) x))))) x))) x)) (* 4 (log (/ -1 x)))) (pow x 4))> |
#<alt x> |
#<alt (* x (+ 1 (* -1/2 x)))> |
#<alt (* x (+ 1 (* x (- (* 1/3 x) 1/2))))> |
#<alt (* x (+ 1 (* x (- (* x (+ 1/3 (* -1/4 x))) 1/2))))> |
#<alt (* -1/4 (pow x 4))> |
#<alt (* (pow x 4) (- (* 1/3 (/ 1 x)) 1/4))> |
#<alt (* (pow x 4) (- (* 1/3 (/ 1 x)) (+ 1/4 (/ 1/2 (pow x 2)))))> |
#<alt (* (pow x 4) (- (+ (* 1/3 (/ 1 x)) (/ 1 (pow x 3))) (+ 1/4 (/ 1/2 (pow x 2)))))> |
#<alt (* -1/4 (pow x 4))> |
#<alt (* (pow x 4) (- (* 1/3 (/ 1 x)) 1/4))> |
#<alt (* (pow x 4) (- (* -1 (/ (- (* 1/2 (/ 1 x)) 1/3) x)) 1/4))> |
#<alt (* (pow x 4) (- (* -1 (/ (- (* -1 (/ (- (/ 1 x) 1/2) x)) 1/3) x)) 1/4))> |
#<alt (* 1/3 x)> |
#<alt (* 1/3 x)> |
#<alt (* 1/3 x)> |
#<alt (* 1/3 x)> |
#<alt (* 1/3 x)> |
#<alt (* 1/3 x)> |
#<alt (* 1/3 x)> |
#<alt (* 1/3 x)> |
#<alt (* 1/3 x)> |
#<alt (* 1/3 x)> |
#<alt (* 1/3 x)> |
#<alt (* 1/3 x)> |
#<alt (* 1/3 x)> |
#<alt (* x (+ 1/3 (* -1/4 x)))> |
#<alt (* x (+ 1/3 (* -1/4 x)))> |
#<alt (* x (+ 1/3 (* -1/4 x)))> |
#<alt (* -1/4 (pow x 2))> |
#<alt (* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4))> |
#<alt (* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4))> |
#<alt (* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4))> |
#<alt (* -1/4 (pow x 2))> |
#<alt (* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4))> |
#<alt (* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4))> |
#<alt (* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4))> |
#<alt 1/3> |
#<alt (+ 1/3 (* -1/4 x))> |
#<alt (+ 1/3 (* -1/4 x))> |
#<alt (+ 1/3 (* -1/4 x))> |
#<alt (* -1/4 x)> |
#<alt (* x (- (* 1/3 (/ 1 x)) 1/4))> |
#<alt (* x (- (* 1/3 (/ 1 x)) 1/4))> |
#<alt (* x (- (* 1/3 (/ 1 x)) 1/4))> |
#<alt (* -1/4 x)> |
#<alt (* -1 (* x (- 1/4 (* 1/3 (/ 1 x)))))> |
#<alt (* -1 (* x (- 1/4 (* 1/3 (/ 1 x)))))> |
#<alt (* -1 (* x (- 1/4 (* 1/3 (/ 1 x)))))> |
51 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 2.0ms | x | @ | -inf | (/ (log (- 1 x)) (* x (+ 1 (* x (+ -1/2 (* x 1/3)))))) |
| 1.0ms | x | @ | inf | (/ (log (- 1 x)) (* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))))) |
| 1.0ms | x | @ | inf | (/ (log (- 1 x)) (* x (+ 1 (* x (+ -1/2 (* x 1/3)))))) |
| 1.0ms | x | @ | -inf | (/ (log (- 1 x)) (* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))))) |
| 0.0ms | x | @ | 0 | (/ (log (+ 1 (- 0 x))) (log (+ 1 x))) |
| 1× | batch-egg-rewrite |
| 2074× | *-lowering-*.f32 |
| 2074× | *-lowering-*.f64 |
| 1814× | /-lowering-/.f32 |
| 1814× | /-lowering-/.f64 |
| 1678× | fma-lowering-fma.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 33 | 119 |
| 1 | 233 | 103 |
| 2 | 2146 | 96 |
| 0 | 9284 | 96 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (log (+ 1 (- 0 x))) (log (+ 1 x))) |
(log (+ 1 (- 0 x))) |
(- 0 x) |
(log (+ 1 x)) |
(+ -1 (* x (+ -1 (* x -1/2)))) |
(* x (+ -1 (* x -1/2))) |
(+ -1 (* x -1/2)) |
(* x -1/2) |
(/ (log (- 1 x)) (* x (+ 1 (* x (+ -1/2 (* x 1/3)))))) |
(log (- 1 x)) |
(- 1 x) |
(* x (+ 1 (* x (+ -1/2 (* x 1/3))))) |
(/ (log (- 1 x)) (* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))))) |
(* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))))) |
(* x 1/3) |
(* x (+ 1/3 (* x -1/4))) |
(+ 1/3 (* x -1/4)) |
| Outputs |
|---|
(exp.f64 (*.f64 (log.f64 (/.f64 (log1p.f64 x) (log1p.f64 x))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (log1p.f64 x) (-.f64 #s(literal 0 binary64) (log1p.f64 x)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 x)) (log1p.f64 x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (log1p.f64 x) (log1p.f64 x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (log1p.f64 x) (log1p.f64 x)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (log1p.f64 x) (log1p.f64 x))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (log1p.f64 x) (log1p.f64 x)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (log1p.f64 x) (log1p.f64 x)) #s(literal 1 binary64)))) |
(/.f64 (log1p.f64 x) (log1p.f64 x)) |
(/.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 x)) (-.f64 #s(literal 0 binary64) (log1p.f64 x))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 x))) (neg.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 x)))) |
(/.f64 (*.f64 (log1p.f64 x) #s(literal 1 binary64)) (log1p.f64 x)) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 x)))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 x))))) |
(/.f64 (neg.f64 (*.f64 (log1p.f64 x) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (log1p.f64 x))) |
(pow.f64 (/.f64 (log1p.f64 x) (log1p.f64 x)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (log1p.f64 x) (log1p.f64 x)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (log1p.f64 x) (log1p.f64 x)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (log1p.f64 x) (log1p.f64 x))) |
(*.f64 (log1p.f64 x) (/.f64 #s(literal 1 binary64) (log1p.f64 x))) |
(*.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 x)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (log1p.f64 x)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (log1p.f64 x)) (log1p.f64 x)) |
(*.f64 (/.f64 #s(literal 1 binary64) (log1p.f64 x)) (pow.f64 (/.f64 #s(literal 1 binary64) (log1p.f64 x)) #s(literal -1 binary64))) |
(log.f64 (+.f64 #s(literal 1 binary64) x)) |
(+.f64 (log1p.f64 (*.f64 x (*.f64 x x))) (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(+.f64 (log1p.f64 (*.f64 x x)) (-.f64 #s(literal 0 binary64) (log1p.f64 x))) |
(+.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (log1p.f64 x)) |
(+.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(-.f64 #s(literal 0 binary64) (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(-.f64 #s(literal 0 binary64) (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(-.f64 (log1p.f64 (*.f64 x (*.f64 x x))) (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(-.f64 (log1p.f64 (*.f64 x (*.f64 x x))) (log.f64 (+.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)))) |
(-.f64 (log1p.f64 (*.f64 x x)) (log1p.f64 x)) |
(-.f64 (log.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (log.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(-.f64 (log.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (log.f64 (neg.f64 (+.f64 #s(literal 1 binary64) x)))) |
(-.f64 (log.f64 (-.f64 (*.f64 x x) #s(literal 1 binary64))) (log.f64 (-.f64 x #s(literal 1 binary64)))) |
(neg.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(neg.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(log1p.f64 x) |
x |
(+.f64 #s(literal 0 binary64) x) |
(+.f64 x #s(literal 0 binary64)) |
(-.f64 #s(literal 0 binary64) x) |
(-.f64 (/.f64 #s(literal 0 binary64) (*.f64 x x)) x) |
(-.f64 (/.f64 #s(literal 0 binary64) x) x) |
(fma.f64 #s(literal 1 binary64) x #s(literal 0 binary64)) |
(fma.f64 x #s(literal 1 binary64) #s(literal 0 binary64)) |
(fma.f64 x #s(literal -1 binary64) #s(literal 0 binary64)) |
(fma.f64 #s(literal -1 binary64) x #s(literal 0 binary64)) |
(fma.f64 (*.f64 x (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 0 binary64)) |
(fma.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) x) #s(literal 0 binary64)) |
(neg.f64 x) |
(/.f64 #s(literal 1 binary64) (/.f64 x (*.f64 x x))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) x))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 x (*.f64 x x)))) |
(/.f64 (*.f64 x (*.f64 x x)) (*.f64 x x)) |
(/.f64 (*.f64 x x) x) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (*.f64 x x)) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) x)) |
(pow.f64 x #s(literal 1 binary64)) |
(pow.f64 (/.f64 x (*.f64 x x)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) x) |
(*.f64 x #s(literal 1 binary64)) |
(*.f64 x #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) x) |
(*.f64 (*.f64 x (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(*.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) x)) |
(log.f64 (+.f64 #s(literal 1 binary64) x)) |
(+.f64 (log1p.f64 (*.f64 x (*.f64 x x))) (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(+.f64 (log1p.f64 (*.f64 x x)) (-.f64 #s(literal 0 binary64) (log1p.f64 x))) |
(+.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (log1p.f64 x)) |
(+.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(-.f64 #s(literal 0 binary64) (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(-.f64 #s(literal 0 binary64) (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(-.f64 (log1p.f64 (*.f64 x (*.f64 x x))) (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(-.f64 (log1p.f64 (*.f64 x (*.f64 x x))) (log.f64 (+.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)))) |
(-.f64 (log1p.f64 (*.f64 x x)) (log1p.f64 x)) |
(-.f64 (log.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (log.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(-.f64 (log.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (log.f64 (neg.f64 (+.f64 #s(literal 1 binary64) x)))) |
(-.f64 (log.f64 (-.f64 (*.f64 x x) #s(literal 1 binary64))) (log.f64 (-.f64 x #s(literal 1 binary64)))) |
(neg.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(neg.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(log1p.f64 x) |
(+.f64 x (+.f64 (*.f64 x (*.f64 x #s(literal -1/2 binary64))) #s(literal -1 binary64))) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(+.f64 #s(literal -1 binary64) (*.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) x)) |
(+.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) #s(literal -1 binary64)) |
(+.f64 (+.f64 #s(literal -1 binary64) x) (*.f64 x (*.f64 x #s(literal -1/2 binary64)))) |
(-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))))) (/.f64 (*.f64 x (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))))) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))))) |
(-.f64 (-.f64 #s(literal -1 binary64) x) (*.f64 x (*.f64 x #s(literal -1/2 binary64)))) |
(fma.f64 #s(literal 1 binary64) x (+.f64 (*.f64 x (*.f64 x #s(literal -1/2 binary64))) #s(literal -1 binary64))) |
(fma.f64 x #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x #s(literal -1/2 binary64))) #s(literal -1 binary64))) |
(fma.f64 x #s(literal -1 binary64) (+.f64 (*.f64 x (*.f64 x #s(literal -1/2 binary64))) #s(literal -1 binary64))) |
(fma.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) #s(literal -1 binary64)) |
(fma.f64 #s(literal -1 binary64) x (+.f64 (*.f64 x (*.f64 x #s(literal -1/2 binary64))) #s(literal -1 binary64))) |
(fma.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) x #s(literal -1 binary64)) |
(fma.f64 (*.f64 x (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 (*.f64 x (*.f64 x #s(literal -1/2 binary64))) #s(literal -1 binary64))) |
(fma.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) x) (+.f64 (*.f64 x (*.f64 x #s(literal -1/2 binary64))) #s(literal -1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) #s(literal -1 binary64)))) (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) (*.f64 x (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) #s(literal -1 binary64)))) (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) (*.f64 x (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))))))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) (*.f64 x (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) #s(literal -1 binary64))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) (*.f64 x (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))))))) (+.f64 (*.f64 x (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))))) (-.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))))) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) (*.f64 x (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) #s(literal -1 binary64)))))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) (*.f64 x (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))))))) (neg.f64 (+.f64 (*.f64 x (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))))) (-.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))))))) (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))))) |
(/.f64 (-.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) (*.f64 x (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) #s(literal -1 binary64))))) |
(/.f64 (-.f64 (*.f64 x (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))))) #s(literal 1 binary64)) (-.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) #s(literal -1 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))))) (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))) (*.f64 x (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))))))) (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) (*.f64 x (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) #s(literal -1 binary64)))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) (*.f64 x (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))))))))) (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) #s(literal -1 binary64))))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))))))) (neg.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))))) #s(literal 1 binary64))) (neg.f64 (-.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) #s(literal -1 binary64)))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) #s(literal -1 binary64)))) (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) (*.f64 x (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) (*.f64 x (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) #s(literal -1 binary64)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))))) |
(+.f64 x (*.f64 x (*.f64 x #s(literal -1/2 binary64)))) |
(+.f64 x (*.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x #s(literal -1/2 binary64))))) |
(+.f64 x (*.f64 (*.f64 x (*.f64 x #s(literal -1/2 binary64))) #s(literal -1 binary64))) |
(+.f64 (*.f64 x (*.f64 x #s(literal -1/2 binary64))) x) |
(fma.f64 #s(literal 1 binary64) x (*.f64 x (*.f64 x #s(literal -1/2 binary64)))) |
(fma.f64 x #s(literal 1 binary64) (*.f64 x (*.f64 x #s(literal -1/2 binary64)))) |
(fma.f64 x #s(literal -1 binary64) (*.f64 x (*.f64 x #s(literal -1/2 binary64)))) |
(fma.f64 x #s(literal -1 binary64) (*.f64 (*.f64 x (*.f64 x #s(literal -1/2 binary64))) #s(literal -1 binary64))) |
(fma.f64 x (*.f64 x #s(literal -1/2 binary64)) x) |
(fma.f64 #s(literal -1 binary64) x (*.f64 x (*.f64 x #s(literal -1/2 binary64)))) |
(fma.f64 #s(literal -1 binary64) x (*.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x #s(literal -1/2 binary64))))) |
(fma.f64 #s(literal -1/2 binary64) (*.f64 x x) x) |
(fma.f64 (*.f64 x #s(literal -1/2 binary64)) x x) |
(fma.f64 (*.f64 x (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 x (*.f64 x #s(literal -1/2 binary64)))) |
(fma.f64 (*.f64 x x) #s(literal -1/2 binary64) x) |
(fma.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) x) (*.f64 x (*.f64 x #s(literal -1/2 binary64)))) |
(neg.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (*.f64 x #s(literal -1/2 binary64)))) (*.f64 x (*.f64 x (*.f64 x #s(literal -1/2 binary64))))))) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (*.f64 x #s(literal -1/2 binary64))))) (-.f64 x (*.f64 x (*.f64 x #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x #s(literal -1/2 binary64)) (-.f64 (*.f64 x #s(literal -1/2 binary64)) #s(literal -1 binary64))))) |
(/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 x x)))) (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x)))) x) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x #s(literal -1/2 binary64)) (-.f64 (*.f64 x #s(literal -1/2 binary64)) #s(literal -1 binary64))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 x x))) x) (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))) (neg.f64 (+.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (*.f64 x #s(literal -1/2 binary64)))) (*.f64 x (*.f64 x (*.f64 x #s(literal -1/2 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (*.f64 x #s(literal -1/2 binary64)))))) (neg.f64 (-.f64 x (*.f64 x (*.f64 x #s(literal -1/2 binary64)))))) |
(/.f64 (neg.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x)))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x #s(literal -1/2 binary64)) (-.f64 (*.f64 x #s(literal -1/2 binary64)) #s(literal -1 binary64)))))) |
(/.f64 (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 x x))))) (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x)))) x)) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x #s(literal -1/2 binary64)) (-.f64 (*.f64 x #s(literal -1/2 binary64)) #s(literal -1 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 x x))) x)) (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) |
(*.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) x) |
(*.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) #s(literal -1 binary64)) |
(*.f64 (*.f64 #s(literal -1 binary64) (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) x) |
(+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) |
(+.f64 (*.f64 x #s(literal -1/2 binary64)) #s(literal -1 binary64)) |
(-.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) |
(-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(fma.f64 x #s(literal -1/2 binary64) #s(literal -1 binary64)) |
(fma.f64 #s(literal -1/2 binary64) x #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x #s(literal -1/2 binary64)) (-.f64 (*.f64 x #s(literal -1/2 binary64)) #s(literal -1 binary64)))) (+.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 x x))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x #s(literal -1/2 binary64)) (-.f64 (*.f64 x #s(literal -1/2 binary64)) #s(literal -1 binary64)))) (+.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 x x)))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x #s(literal -1/2 binary64)) (-.f64 (*.f64 x #s(literal -1/2 binary64)) #s(literal -1 binary64))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) (-.f64 #s(literal 1 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 x x))) (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x #s(literal -1/2 binary64)) (-.f64 (*.f64 x #s(literal -1/2 binary64)) #s(literal -1 binary64)))))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))))) (neg.f64 (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) (-.f64 #s(literal 1 binary64) (*.f64 x #s(literal -1/2 binary64)))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 x x)))) (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(/.f64 (-.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x #s(literal -1/2 binary64)) (-.f64 (*.f64 x #s(literal -1/2 binary64)) #s(literal -1 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) #s(literal 1 binary64)) (-.f64 (*.f64 x #s(literal -1/2 binary64)) #s(literal -1 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 #s(literal 1/4 binary64) (*.f64 x x)))) (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x)))))) (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x #s(literal -1/2 binary64)) (-.f64 (*.f64 x #s(literal -1/2 binary64)) #s(literal -1 binary64))))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 x x))))) (neg.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) #s(literal 1 binary64))) (neg.f64 (-.f64 (*.f64 x #s(literal -1/2 binary64)) #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x #s(literal -1/2 binary64)) (-.f64 (*.f64 x #s(literal -1/2 binary64)) #s(literal -1 binary64)))))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x #s(literal -1/2 binary64)) (-.f64 (*.f64 x #s(literal -1/2 binary64)) #s(literal -1 binary64)))) (+.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 x x)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x #s(literal -1/2 binary64)) (-.f64 (*.f64 x #s(literal -1/2 binary64)) #s(literal -1 binary64)))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 #s(literal 1/4 binary64) (*.f64 x x))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(neg.f64 (*.f64 x #s(literal -1/2 binary64))) |
(*.f64 x #s(literal -1/2 binary64)) |
(*.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) |
(*.f64 #s(literal -1/2 binary64) x) |
(*.f64 (*.f64 x #s(literal -1/2 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/2 binary64) x) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))))) (log1p.f64 x))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (log1p.f64 x) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))))) (log1p.f64 x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))))) (log1p.f64 x)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))) (/.f64 (log1p.f64 x) x))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))))) (log1p.f64 x))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))))) (log1p.f64 x)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))))) (log1p.f64 x)) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))) (/.f64 (log1p.f64 x) x)))) |
(/.f64 (log1p.f64 x) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 x)) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))))) |
(/.f64 (/.f64 (log1p.f64 x) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 x))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))))) |
(/.f64 (neg.f64 (/.f64 (log1p.f64 x) x)) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))))) |
(/.f64 (*.f64 (log1p.f64 x) #s(literal 1 binary64)) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))))) |
(/.f64 (/.f64 (log1p.f64 x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))))) x) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 x)))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 (log1p.f64 x) x))) (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (log1p.f64 x) #s(literal 1 binary64))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))))) |
(/.f64 (neg.f64 (/.f64 (log1p.f64 x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))))) x) |
(pow.f64 (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))))) (log1p.f64 x)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))))) (log1p.f64 x)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))) (/.f64 (log1p.f64 x) x)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (log1p.f64 x) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))))))) |
(*.f64 (log1p.f64 x) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))))) x)) |
(*.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 x)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))))) x)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))))) x) (log1p.f64 x)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))))) x) (pow.f64 (/.f64 #s(literal 1 binary64) (log1p.f64 x)) #s(literal -1 binary64))) |
(*.f64 (/.f64 (log1p.f64 x) x) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))))) (/.f64 (log1p.f64 x) x)) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))) (log1p.f64 x)) #s(literal -1 binary64))) |
(*.f64 (/.f64 (/.f64 (log1p.f64 x) x) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))) #s(literal 1 binary64))))) |
(*.f64 (/.f64 (/.f64 (log1p.f64 x) x) (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))))) |
(log.f64 (+.f64 #s(literal 1 binary64) x)) |
(+.f64 (log1p.f64 (*.f64 x (*.f64 x x))) (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(+.f64 (log1p.f64 (*.f64 x x)) (-.f64 #s(literal 0 binary64) (log1p.f64 x))) |
(+.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (log1p.f64 x)) |
(+.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(-.f64 #s(literal 0 binary64) (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(-.f64 #s(literal 0 binary64) (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(-.f64 (log1p.f64 (*.f64 x (*.f64 x x))) (log1p.f64 (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(-.f64 (log1p.f64 (*.f64 x (*.f64 x x))) (log.f64 (+.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)))) |
(-.f64 (log1p.f64 (*.f64 x x)) (log1p.f64 x)) |
(-.f64 (log.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (log.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(-.f64 (log.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (log.f64 (neg.f64 (+.f64 #s(literal 1 binary64) x)))) |
(-.f64 (log.f64 (-.f64 (*.f64 x x) #s(literal 1 binary64))) (log.f64 (-.f64 x #s(literal 1 binary64)))) |
(neg.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(neg.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(log1p.f64 x) |
(+.f64 #s(literal 1 binary64) x) |
(+.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) x)) |
(+.f64 x #s(literal 1 binary64)) |
(-.f64 #s(literal 1 binary64) x) |
(-.f64 #s(literal 0 binary64) (-.f64 x #s(literal 1 binary64))) |
(-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x))) |
(-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))) |
(fma.f64 #s(literal 1 binary64) x #s(literal 1 binary64)) |
(fma.f64 x #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 x #s(literal -1 binary64) #s(literal 1 binary64)) |
(fma.f64 #s(literal -1 binary64) x #s(literal 1 binary64)) |
(fma.f64 (*.f64 x (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x)) #s(literal 1 binary64)) |
(fma.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) x) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x x)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (+.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) x)) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (neg.f64 (+.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x))) (neg.f64 (+.f64 #s(literal 1 binary64) x))) |
(/.f64 (-.f64 (*.f64 x x) #s(literal 1 binary64)) (-.f64 x #s(literal 1 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) (*.f64 (+.f64 #s(literal 1 binary64) x) (*.f64 x x))) (*.f64 (+.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) x))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (*.f64 x (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)))) (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) x)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x x) #s(literal 1 binary64))) (neg.f64 (-.f64 x #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x x))) #s(literal -1 binary64)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x x))) (+.f64 #s(literal 1 binary64) x)) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) x)))) |
(+.f64 x (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))))) |
(+.f64 x (neg.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))))) |
(+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))) x) |
(+.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))))) (fma.f64 (neg.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))) x (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))))) |
(+.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))))) (fma.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))))) |
(+.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))))) (fma.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))))) |
(+.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))))) (fma.f64 (neg.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))) (*.f64 x x) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))))) |
(-.f64 x (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))))) |
(fma.f64 #s(literal 1 binary64) x (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))))) |
(fma.f64 #s(literal 1 binary64) x (neg.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))))) |
(fma.f64 x #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))))) |
(fma.f64 x #s(literal 1 binary64) (neg.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))))) |
(fma.f64 x #s(literal -1 binary64) (neg.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))))) |
(fma.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))) x) |
(fma.f64 #s(literal -1 binary64) x (neg.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))))) |
(fma.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))) (*.f64 x x) x) |
(fma.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))) x x) |
(fma.f64 (*.f64 x (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x)) (neg.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))))) |
(fma.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))) x) |
(fma.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) x) (neg.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))))) |
(neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))))) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))))) (*.f64 x (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))))))) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))))) |
(/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))) #s(literal 1 binary64))))) |
(/.f64 (*.f64 x (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))))))) x) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))) #s(literal 1 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))))) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))))) (*.f64 x (*.f64 x x))))) (neg.f64 (+.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))))) (*.f64 x (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))))))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))))))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))) #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (*.f64 x (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))))))) x)) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))) #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))))) x)) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))))) |
(*.f64 x (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))))) |
(*.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))) x) |
(*.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))))) x) |
(exp.f64 (*.f64 (log.f64 (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (log1p.f64 x))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (/.f64 (log1p.f64 x) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (log1p.f64 x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (log1p.f64 x)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (/.f64 (log1p.f64 x) x))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (log1p.f64 x))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (log1p.f64 x)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (log1p.f64 x)) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (/.f64 (log1p.f64 x) x)))) |
(/.f64 (log1p.f64 x) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 x)) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(/.f64 (/.f64 (log1p.f64 x) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 x))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(/.f64 (neg.f64 (/.f64 (log1p.f64 x) x)) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(/.f64 (*.f64 (log1p.f64 x) #s(literal 1 binary64)) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(/.f64 (/.f64 (log1p.f64 x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) x) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 x)))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 (log1p.f64 x) x))) (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) |
(/.f64 (neg.f64 (*.f64 (log1p.f64 x) #s(literal 1 binary64))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(/.f64 (neg.f64 (/.f64 (log1p.f64 x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) x) |
(pow.f64 (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (log1p.f64 x)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (log1p.f64 x)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (/.f64 (log1p.f64 x) x)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (/.f64 (log1p.f64 x) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(*.f64 (log1p.f64 x) (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 x)) (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (log1p.f64 x)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (pow.f64 (/.f64 #s(literal 1 binary64) (log1p.f64 x)) #s(literal -1 binary64))) |
(*.f64 (/.f64 (log1p.f64 x) x) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (/.f64 (log1p.f64 x) x)) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (log1p.f64 x)) #s(literal -1 binary64))) |
(*.f64 (/.f64 (/.f64 (log1p.f64 x) x) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal 1 binary64))))) |
(*.f64 (/.f64 (/.f64 (log1p.f64 x) x) (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(+.f64 x (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(+.f64 x (neg.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) x) |
(+.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (fma.f64 (neg.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) x (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(+.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (fma.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(+.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (fma.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(+.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (fma.f64 (neg.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 x x) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(-.f64 x (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(fma.f64 #s(literal 1 binary64) x (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(fma.f64 #s(literal 1 binary64) x (neg.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(fma.f64 x #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(fma.f64 x #s(literal 1 binary64) (neg.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(fma.f64 x #s(literal -1 binary64) (neg.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(fma.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) x) |
(fma.f64 #s(literal -1 binary64) x (neg.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(fma.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x x) x) |
(fma.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) x x) |
(fma.f64 (*.f64 x (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x)) (neg.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(fma.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) x) |
(fma.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) x) (neg.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) (+.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (*.f64 x (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))))) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal 1 binary64))))) |
(/.f64 (*.f64 x (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) x) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal 1 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))))) (neg.f64 (+.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (*.f64 x (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(/.f64 (neg.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (*.f64 x (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) x)) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) x)) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(*.f64 x (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(*.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) x) |
(*.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) x) |
(*.f64 x #s(literal 1/3 binary64)) |
(*.f64 #s(literal 1/3 binary64) x) |
(+.f64 (*.f64 x #s(literal 1/3 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 x x))) |
(+.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 x x)) (*.f64 x #s(literal 1/3 binary64))) |
(fma.f64 x #s(literal 1/3 binary64) (*.f64 #s(literal -1/4 binary64) (*.f64 x x))) |
(fma.f64 x (*.f64 x #s(literal -1/4 binary64)) (*.f64 x #s(literal 1/3 binary64))) |
(fma.f64 #s(literal 1/3 binary64) x (*.f64 #s(literal -1/4 binary64) (*.f64 x x))) |
(fma.f64 #s(literal -1/4 binary64) (*.f64 x x) (*.f64 x #s(literal 1/3 binary64))) |
(fma.f64 (*.f64 x #s(literal -1/4 binary64)) x (*.f64 x #s(literal 1/3 binary64))) |
(fma.f64 (*.f64 x x) #s(literal -1/4 binary64) (*.f64 x #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 x (*.f64 x x))) (*.f64 #s(literal -1/64 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 x x)) (-.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 x x)) (*.f64 #s(literal -1/4 binary64) (*.f64 x x))) (*.f64 (*.f64 x #s(literal 1/3 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 x x)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 x x)) (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 x x)) (*.f64 #s(literal -1/4 binary64) (*.f64 x x)))) (-.f64 (*.f64 x #s(literal 1/3 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 x x)))) |
(/.f64 (*.f64 x (+.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64)))) (+.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x #s(literal -1/4 binary64)) (-.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 x (-.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x x) #s(literal 1/16 binary64)))) (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64))) x) (+.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x #s(literal -1/4 binary64)) (-.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x x) #s(literal 1/16 binary64))) x) (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 x (*.f64 x x))) (*.f64 #s(literal -1/64 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))) (neg.f64 (+.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 x x)) (-.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 x x)) (*.f64 #s(literal -1/4 binary64) (*.f64 x x))) (*.f64 (*.f64 x #s(literal 1/3 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 x x))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 x x)) (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 x x)) (*.f64 #s(literal -1/4 binary64) (*.f64 x x))))) (neg.f64 (-.f64 (*.f64 x #s(literal 1/3 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 x x))))) |
(/.f64 (neg.f64 (*.f64 x (+.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64))))) (neg.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x #s(literal -1/4 binary64)) (-.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 x (-.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x x) #s(literal 1/16 binary64))))) (neg.f64 (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64))) x)) (neg.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x #s(literal -1/4 binary64)) (-.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x x) #s(literal 1/16 binary64))) x)) (neg.f64 (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) |
(*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) |
(*.f64 (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))) x) |
(+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))) |
(+.f64 #s(literal 1/3 binary64) (neg.f64 (*.f64 x #s(literal -1/4 binary64)))) |
(+.f64 #s(literal 1/3 binary64) (*.f64 #s(literal 1/4 binary64) x)) |
(+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) |
(-.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))) |
(-.f64 (/.f64 #s(literal 1/9 binary64) (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) |
(fma.f64 x #s(literal -1/4 binary64) #s(literal 1/3 binary64)) |
(fma.f64 #s(literal -1/4 binary64) x #s(literal 1/3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x #s(literal -1/4 binary64)) (-.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) (+.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))) (-.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x x) #s(literal 1/16 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x #s(literal -1/4 binary64)) (-.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) (+.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))) (-.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x x) #s(literal 1/16 binary64)))))) |
(/.f64 (+.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64))) (+.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x #s(literal -1/4 binary64)) (-.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) |
(/.f64 (+.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64))) (+.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) (-.f64 #s(literal 1/9 binary64) (*.f64 #s(literal -1/12 binary64) x)))) |
(/.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x x) #s(literal 1/16 binary64))) (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64)))) (neg.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x #s(literal -1/4 binary64)) (-.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64)))) (neg.f64 (+.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) (-.f64 #s(literal 1/9 binary64) (*.f64 #s(literal -1/12 binary64) x))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x x) #s(literal 1/16 binary64)))) (neg.f64 (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) |
(/.f64 (-.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64))) (+.f64 #s(literal 1/9 binary64) (+.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) (*.f64 #s(literal -1/12 binary64) x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) #s(literal 1/9 binary64)) (-.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) (*.f64 (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))) (*.f64 (*.f64 x x) #s(literal 1/16 binary64)))) (*.f64 (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))) (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64))))) (neg.f64 (neg.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x #s(literal -1/4 binary64)) (-.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x x) #s(literal 1/16 binary64))))) (neg.f64 (neg.f64 (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) #s(literal 1/9 binary64))) (neg.f64 (-.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64)))) (neg.f64 (+.f64 #s(literal 1/9 binary64) (+.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) (*.f64 #s(literal -1/12 binary64) x))))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x #s(literal -1/4 binary64)) (-.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) (+.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))) (-.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x x) #s(literal 1/16 binary64)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x #s(literal -1/4 binary64)) (-.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x x) #s(literal 1/16 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) |
| 1× | egg-herbie |
| 3454× | +-lowering-+.f64 |
| 3454× | +-lowering-+.f32 |
| 2404× | *-lowering-*.f32 |
| 2404× | *-lowering-*.f64 |
| 2078× | --lowering--.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 447 | 2747 |
| 1 | 1537 | 2461 |
| 2 | 5591 | 2405 |
| 0 | 8132 | 2405 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
-1 |
(- (* -1 x) 1) |
(- (* x (- (* -1/2 x) 1)) 1) |
(- (* x (- (* x (- (* -5/12 x) 1/2)) 1)) 1) |
(* -1 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (log (/ 1 x)))) |
(- (+ (* -1 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (log (/ 1 x)))) (/ 2 (* x (log (/ 1 x))))) (/ (log -1) (* x (pow (log (/ 1 x)) 2)))) |
(- (+ (* -1 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (log (/ 1 x)))) (+ (* 1/2 (/ 1 (* (pow x 2) (log (/ 1 x))))) (/ 2 (* x (log (/ 1 x)))))) (+ (* -1 (/ (- (* 2 (/ 1 (log (/ 1 x)))) (/ (log -1) (pow (log (/ 1 x)) 2))) (* (pow x 2) (log (/ 1 x))))) (+ (* -1/2 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (* (pow x 2) (pow (log (/ 1 x)) 2)))) (/ (log -1) (* x (pow (log (/ 1 x)) 2)))))) |
(- (+ (* -1 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (log (/ 1 x)))) (+ (/ 1/3 (* (pow x 3) (log (/ 1 x)))) (+ (* 1/2 (/ 1 (* (pow x 2) (log (/ 1 x))))) (/ 2 (* x (log (/ 1 x))))))) (+ (* -1 (/ (- (* 1/2 (/ 1 (log (/ 1 x)))) (+ (* -1 (/ (- (* 2 (/ 1 (log (/ 1 x)))) (/ (log -1) (pow (log (/ 1 x)) 2))) (log (/ 1 x)))) (* -1/2 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (pow (log (/ 1 x)) 2))))) (* (pow x 3) (log (/ 1 x))))) (+ (* -1 (/ (- (* 2 (/ 1 (log (/ 1 x)))) (/ (log -1) (pow (log (/ 1 x)) 2))) (* (pow x 2) (log (/ 1 x))))) (+ (* -1/2 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (* (pow x 2) (pow (log (/ 1 x)) 2)))) (+ (* 1/3 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (* (pow x 3) (pow (log (/ 1 x)) 2)))) (+ (* 1/2 (/ (- (* 2 (/ 1 (log (/ 1 x)))) (/ (log -1) (pow (log (/ 1 x)) 2))) (* (pow x 3) (log (/ 1 x))))) (/ (log -1) (* x (pow (log (/ 1 x)) 2))))))))) |
(* -1 (/ (log (/ -1 x)) (+ (log -1) (* -1 (log (/ -1 x)))))) |
(+ (* -1 (/ (log (/ -1 x)) (+ (log -1) (* -1 (log (/ -1 x)))))) (* -1 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) x))) |
(+ (* -1 (/ (log (/ -1 x)) (+ (log -1) (* -1 (log (/ -1 x)))))) (* -1 (/ (- (+ (* -1 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (* x (+ (log -1) (* -1 (log (/ -1 x))))))) (+ (* 1/2 (/ (log (/ -1 x)) (* x (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2)))) (+ (/ 1/2 (* x (+ (log -1) (* -1 (log (/ -1 x)))))) (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) x))) |
(+ (* -1 (/ (log (/ -1 x)) (+ (log -1) (* -1 (log (/ -1 x)))))) (* -1 (/ (- (+ (* -1 (/ (- (* -1 (/ (- (* 1/3 (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))) (+ (* -1 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (+ (* -1/2 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (+ (log -1) (* -1 (log (/ -1 x)))))) (+ (* 1/3 (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (+ (* 1/2 (/ 1 (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (* 1/2 (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 3)))))))) x)) (+ (* -1 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (+ (log -1) (* -1 (log (/ -1 x)))))) (+ (* 1/2 (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))) (* 1/2 (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2)))))) x)) (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) x))) |
(* -1 x) |
(* x (- (* -1/2 x) 1)) |
(* x (- (* x (- (* -1/3 x) 1/2)) 1)) |
(* x (- (* x (- (* x (- (* -1/4 x) 1/3)) 1/2)) 1)) |
(+ (log -1) (* -1 (log (/ 1 x)))) |
(- (+ (log -1) (* -1 (log (/ 1 x)))) (/ 1 x)) |
(+ (log -1) (+ (* -1 (log (/ 1 x))) (* -1 (/ (+ 1 (* 1/2 (/ 1 x))) x)))) |
(- (+ (log -1) (+ (* -1 (log (/ 1 x))) (* -1 (/ (+ 1/2 (* 1/3 (/ 1 x))) (pow x 2))))) (/ 1 x)) |
(* -1 (log (/ -1 x))) |
(- (* -1 (log (/ -1 x))) (/ 1 x)) |
(+ (* -1 (log (/ -1 x))) (* -1 (/ (+ 1 (* 1/2 (/ 1 x))) x))) |
(+ (* -1 (log (/ -1 x))) (* -1 (/ (+ 1 (+ (/ 1/3 (pow x 2)) (* 1/2 (/ 1 x)))) x))) |
(* -1 x) |
(* -1 x) |
(* -1 x) |
(* -1 x) |
(* -1 x) |
(* -1 x) |
(* -1 x) |
(* -1 x) |
(* -1 x) |
(* -1 x) |
(* -1 x) |
(* -1 x) |
x |
(* x (+ 1 (* -1/2 x))) |
(* x (+ 1 (* x (- (* 1/3 x) 1/2)))) |
(* x (+ 1 (* x (- (* x (+ 1/3 (* -1/4 x))) 1/2)))) |
(* -1 (log (/ 1 x))) |
(+ (* -1 (log (/ 1 x))) (/ 1 x)) |
(- (+ (* -1 (log (/ 1 x))) (/ 1 x)) (/ 1/2 (pow x 2))) |
(- (+ (* -1 (log (/ 1 x))) (+ (/ 1 x) (* 1/3 (/ 1 (pow x 3))))) (/ 1/2 (pow x 2))) |
(+ (log -1) (* -1 (log (/ -1 x)))) |
(+ (log -1) (+ (* -1 (log (/ -1 x))) (/ 1 x))) |
(+ (log -1) (+ (* -1 (log (/ -1 x))) (* -1 (/ (- (* 1/2 (/ 1 x)) 1) x)))) |
(+ (log -1) (+ (* -1 (log (/ -1 x))) (* -1 (/ (- (* -1 (/ (- (* 1/3 (/ 1 x)) 1/2) x)) 1) x)))) |
-1 |
(- (* -1 x) 1) |
(- (* x (- (* -1/2 x) 1)) 1) |
(- (* x (- (* -1/2 x) 1)) 1) |
(* -1/2 (pow x 2)) |
(* -1 (* (pow x 2) (+ 1/2 (/ 1 x)))) |
(* (pow x 2) (- (* -1 (/ (+ 1 (/ 1 x)) x)) 1/2)) |
(* (pow x 2) (- (* -1 (/ (+ 1 (/ 1 x)) x)) 1/2)) |
(* -1/2 (pow x 2)) |
(* -1 (* (pow x 2) (+ 1/2 (/ 1 x)))) |
(* (pow x 2) (- (* -1 (/ (+ 1 (/ 1 x)) x)) 1/2)) |
(* (pow x 2) (- (* -1 (/ (+ 1 (/ 1 x)) x)) 1/2)) |
(* -1 x) |
(* x (- (* -1/2 x) 1)) |
(* x (- (* -1/2 x) 1)) |
(* x (- (* -1/2 x) 1)) |
(* -1/2 (pow x 2)) |
(* -1 (* (pow x 2) (+ 1/2 (/ 1 x)))) |
(* -1 (* (pow x 2) (+ 1/2 (/ 1 x)))) |
(* -1 (* (pow x 2) (+ 1/2 (/ 1 x)))) |
(* -1/2 (pow x 2)) |
(* -1 (* (pow x 2) (+ 1/2 (/ 1 x)))) |
(* -1 (* (pow x 2) (+ 1/2 (/ 1 x)))) |
(* -1 (* (pow x 2) (+ 1/2 (/ 1 x)))) |
-1 |
(- (* -1/2 x) 1) |
(- (* -1/2 x) 1) |
(- (* -1/2 x) 1) |
(* -1/2 x) |
(* -1 (* x (+ 1/2 (/ 1 x)))) |
(* -1 (* x (+ 1/2 (/ 1 x)))) |
(* -1 (* x (+ 1/2 (/ 1 x)))) |
(* -1/2 x) |
(* -1 (* x (+ 1/2 (/ 1 x)))) |
(* -1 (* x (+ 1/2 (/ 1 x)))) |
(* -1 (* x (+ 1/2 (/ 1 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/2 x) |
-1 |
(- (* -1 x) 1) |
(- (* x (- (* -1/2 x) 1)) 1) |
(- (* x (- (* x (- (* -1/6 x) 1/2)) 1)) 1) |
(* 3 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (pow x 3))) |
(/ (+ (* -1 (/ (+ 3 (* -9/2 (+ (log -1) (* -1 (log (/ 1 x)))))) x)) (* 3 (+ (log -1) (* -1 (log (/ 1 x)))))) (pow x 3)) |
(/ (- (+ (* -1 (/ (+ 3/2 (+ (* 3/2 (+ 3 (* -9/2 (+ (log -1) (* -1 (log (/ 1 x))))))) (* 9 (+ (log -1) (* -1 (log (/ 1 x))))))) (pow x 2))) (* 3 (+ (log -1) (* -1 (log (/ 1 x)))))) (+ (* -9/2 (/ (+ (log -1) (* -1 (log (/ 1 x)))) x)) (* 3 (/ 1 x)))) (pow x 3)) |
(/ (- (+ (* -1 (/ (+ 1 (+ (* -3 (+ 3 (* -9/2 (+ (log -1) (* -1 (log (/ 1 x))))))) (* 3/2 (+ 3/2 (+ (* 3/2 (+ 3 (* -9/2 (+ (log -1) (* -1 (log (/ 1 x))))))) (* 9 (+ (log -1) (* -1 (log (/ 1 x)))))))))) (pow x 3))) (* 3 (+ (log -1) (* -1 (log (/ 1 x)))))) (+ (* -9/2 (/ (+ (log -1) (* -1 (log (/ 1 x)))) x)) (+ (* 3/2 (/ (+ 3 (* -9/2 (+ (log -1) (* -1 (log (/ 1 x)))))) (pow x 2))) (+ (* 9 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (pow x 2))) (+ (* 3 (/ 1 x)) (/ 3/2 (pow x 2))))))) (pow x 3)) |
(* -3 (/ (log (/ -1 x)) (pow x 3))) |
(* -1 (/ (- (+ (* 3 (log (/ -1 x))) (* 3 (/ 1 x))) (* -9/2 (/ (log (/ -1 x)) x))) (pow x 3))) |
(* -1 (/ (+ (* -1 (/ (+ (* -1 (- 3 (* -9/2 (log (/ -1 x))))) (* -1 (/ (+ 3/2 (+ (* -9 (log (/ -1 x))) (* 3/2 (- 3 (* -9/2 (log (/ -1 x))))))) x))) x)) (* 3 (log (/ -1 x)))) (pow x 3))) |
(* -1 (/ (+ (* -1 (/ (+ (* -1 (- 3 (* -9/2 (log (/ -1 x))))) (* -1 (/ (- (+ 3/2 (+ (* -9 (log (/ -1 x))) (+ (* 3/2 (- 3 (* -9/2 (log (/ -1 x))))) (/ 1 x)))) (+ (* -3/2 (/ (+ 3/2 (+ (* -9 (log (/ -1 x))) (* 3/2 (- 3 (* -9/2 (log (/ -1 x))))))) x)) (* 3 (/ (- 3 (* -9/2 (log (/ -1 x)))) x)))) x))) x)) (* 3 (log (/ -1 x)))) (pow x 3))) |
(* -1 x) |
(* x (- (* -1/2 x) 1)) |
(* x (- (* x (- (* -1/3 x) 1/2)) 1)) |
(* x (- (* x (- (* x (- (* -1/4 x) 1/3)) 1/2)) 1)) |
(+ (log -1) (* -1 (log (/ 1 x)))) |
(- (+ (log -1) (* -1 (log (/ 1 x)))) (/ 1 x)) |
(+ (log -1) (+ (* -1 (log (/ 1 x))) (* -1 (/ (+ 1 (* 1/2 (/ 1 x))) x)))) |
(- (+ (log -1) (+ (* -1 (log (/ 1 x))) (* -1 (/ (+ 1/2 (* 1/3 (/ 1 x))) (pow x 2))))) (/ 1 x)) |
(* -1 (log (/ -1 x))) |
(- (* -1 (log (/ -1 x))) (/ 1 x)) |
(+ (* -1 (log (/ -1 x))) (* -1 (/ (+ 1 (* 1/2 (/ 1 x))) x))) |
(+ (* -1 (log (/ -1 x))) (* -1 (/ (+ 1 (+ (/ 1/3 (pow x 2)) (* 1/2 (/ 1 x)))) x))) |
1 |
(+ 1 (* -1 x)) |
(+ 1 (* -1 x)) |
(+ 1 (* -1 x)) |
(* -1 x) |
(* x (- (/ 1 x) 1)) |
(* x (- (/ 1 x) 1)) |
(* x (- (/ 1 x) 1)) |
(* -1 x) |
(* -1 (* x (- 1 (/ 1 x)))) |
(* -1 (* x (- 1 (/ 1 x)))) |
(* -1 (* x (- 1 (/ 1 x)))) |
x |
(* x (+ 1 (* -1/2 x))) |
(* x (+ 1 (* x (- (* 1/3 x) 1/2)))) |
(* x (+ 1 (* x (- (* 1/3 x) 1/2)))) |
(* 1/3 (pow x 3)) |
(* (pow x 3) (- 1/3 (* 1/2 (/ 1 x)))) |
(* (pow x 3) (- (+ 1/3 (/ 1 (pow x 2))) (* 1/2 (/ 1 x)))) |
(* (pow x 3) (- (+ 1/3 (/ 1 (pow x 2))) (* 1/2 (/ 1 x)))) |
(* 1/3 (pow x 3)) |
(* -1 (* (pow x 3) (- (* 1/2 (/ 1 x)) 1/3))) |
(* -1 (* (pow x 3) (- (* -1 (/ (- (/ 1 x) 1/2) x)) 1/3))) |
(* -1 (* (pow x 3) (- (* -1 (/ (- (/ 1 x) 1/2) x)) 1/3))) |
-1 |
(- (* -1 x) 1) |
(- (* x (- (* -1/2 x) 1)) 1) |
(- (* x (- (* x (- (* -5/12 x) 1/2)) 1)) 1) |
(* -4 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (pow x 4))) |
(/ (- (+ (* -4 (+ (log -1) (* -1 (log (/ 1 x))))) (* 4 (/ 1 x))) (* 16/3 (/ (+ (log -1) (* -1 (log (/ 1 x)))) x))) (pow x 4)) |
(/ (- (+ (* -4 (+ (log -1) (* -1 (log (/ 1 x))))) (+ (* 4 (/ 1 x)) (/ 2 (pow x 2)))) (+ (* -8 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (pow x 2))) (+ (* -4/3 (/ (- 4 (* 16/3 (+ (log -1) (* -1 (log (/ 1 x)))))) (pow x 2))) (* 16/3 (/ (+ (log -1) (* -1 (log (/ 1 x)))) x))))) (pow x 4)) |
(/ (- (+ (* -4 (+ (log -1) (* -1 (log (/ 1 x))))) (+ (* 4 (/ 1 x)) (+ (* 4/3 (/ 1 (pow x 3))) (/ 2 (pow x 2))))) (+ (* -8 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (pow x 2))) (+ (* -4/3 (/ (- 2 (+ (* -8 (+ (log -1) (* -1 (log (/ 1 x))))) (* -4/3 (- 4 (* 16/3 (+ (log -1) (* -1 (log (/ 1 x))))))))) (pow x 3))) (+ (* -4/3 (/ (- 4 (* 16/3 (+ (log -1) (* -1 (log (/ 1 x)))))) (pow x 2))) (+ (* 2 (/ (- 4 (* 16/3 (+ (log -1) (* -1 (log (/ 1 x)))))) (pow x 3))) (+ (* 16/3 (/ (+ (log -1) (* -1 (log (/ 1 x)))) x)) (* 16 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (pow x 3))))))))) (pow x 4)) |
(* 4 (/ (log (/ -1 x)) (pow x 4))) |
(/ (- (+ (* 4 (log (/ -1 x))) (* 4 (/ 1 x))) (* -16/3 (/ (log (/ -1 x)) x))) (pow x 4)) |
(/ (+ (* -1 (/ (+ (* -1 (- 4 (* -16/3 (log (/ -1 x))))) (* -1 (/ (+ 2 (+ (* -8 (log (/ -1 x))) (* 4/3 (- 4 (* -16/3 (log (/ -1 x))))))) x))) x)) (* 4 (log (/ -1 x)))) (pow x 4)) |
(/ (+ (* -1 (/ (+ (* -1 (- 4 (* -16/3 (log (/ -1 x))))) (* -1 (/ (- (+ 2 (+ (* -8 (log (/ -1 x))) (+ (* 4/3 (- 4 (* -16/3 (log (/ -1 x))))) (* 4/3 (/ 1 x))))) (+ (* -16 (/ (log (/ -1 x)) x)) (+ (* -4/3 (/ (+ 2 (+ (* -8 (log (/ -1 x))) (* 4/3 (- 4 (* -16/3 (log (/ -1 x))))))) x)) (* 2 (/ (- 4 (* -16/3 (log (/ -1 x)))) x))))) x))) x)) (* 4 (log (/ -1 x)))) (pow x 4)) |
x |
(* x (+ 1 (* -1/2 x))) |
(* x (+ 1 (* x (- (* 1/3 x) 1/2)))) |
(* x (+ 1 (* x (- (* x (+ 1/3 (* -1/4 x))) 1/2)))) |
(* -1/4 (pow x 4)) |
(* (pow x 4) (- (* 1/3 (/ 1 x)) 1/4)) |
(* (pow x 4) (- (* 1/3 (/ 1 x)) (+ 1/4 (/ 1/2 (pow x 2))))) |
(* (pow x 4) (- (+ (* 1/3 (/ 1 x)) (/ 1 (pow x 3))) (+ 1/4 (/ 1/2 (pow x 2))))) |
(* -1/4 (pow x 4)) |
(* (pow x 4) (- (* 1/3 (/ 1 x)) 1/4)) |
(* (pow x 4) (- (* -1 (/ (- (* 1/2 (/ 1 x)) 1/3) x)) 1/4)) |
(* (pow x 4) (- (* -1 (/ (- (* -1 (/ (- (/ 1 x) 1/2) x)) 1/3) x)) 1/4)) |
(* 1/3 x) |
(* 1/3 x) |
(* 1/3 x) |
(* 1/3 x) |
(* 1/3 x) |
(* 1/3 x) |
(* 1/3 x) |
(* 1/3 x) |
(* 1/3 x) |
(* 1/3 x) |
(* 1/3 x) |
(* 1/3 x) |
(* 1/3 x) |
(* x (+ 1/3 (* -1/4 x))) |
(* x (+ 1/3 (* -1/4 x))) |
(* x (+ 1/3 (* -1/4 x))) |
(* -1/4 (pow x 2)) |
(* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4)) |
(* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4)) |
(* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4)) |
(* -1/4 (pow x 2)) |
(* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4)) |
(* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4)) |
(* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4)) |
1/3 |
(+ 1/3 (* -1/4 x)) |
(+ 1/3 (* -1/4 x)) |
(+ 1/3 (* -1/4 x)) |
(* -1/4 x) |
(* x (- (* 1/3 (/ 1 x)) 1/4)) |
(* x (- (* 1/3 (/ 1 x)) 1/4)) |
(* x (- (* 1/3 (/ 1 x)) 1/4)) |
(* -1/4 x) |
(* -1 (* x (- 1/4 (* 1/3 (/ 1 x))))) |
(* -1 (* x (- 1/4 (* 1/3 (/ 1 x))))) |
(* -1 (* x (- 1/4 (* 1/3 (/ 1 x))))) |
| Outputs |
|---|
-1 |
#s(literal -1 binary64) |
(- (* -1 x) 1) |
(-.f64 #s(literal -1 binary64) x) |
(- (* x (- (* -1/2 x) 1)) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(- (* x (- (* x (- (* -5/12 x) 1/2)) 1)) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))) |
(* -1 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (log (/ 1 x)))) |
(/.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) (log.f64 x)) |
(- (+ (* -1 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (log (/ 1 x)))) (/ 2 (* x (log (/ 1 x))))) (/ (log -1) (* x (pow (log (/ 1 x)) 2)))) |
(+.f64 (/.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) (log.f64 x)) (/.f64 (-.f64 (/.f64 #s(literal 2 binary64) (-.f64 #s(literal 0 binary64) (log.f64 x))) (/.f64 (log.f64 #s(literal -1 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) #s(literal 2 binary64)))) x)) |
(- (+ (* -1 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (log (/ 1 x)))) (+ (* 1/2 (/ 1 (* (pow x 2) (log (/ 1 x))))) (/ 2 (* x (log (/ 1 x)))))) (+ (* -1 (/ (- (* 2 (/ 1 (log (/ 1 x)))) (/ (log -1) (pow (log (/ 1 x)) 2))) (* (pow x 2) (log (/ 1 x))))) (+ (* -1/2 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (* (pow x 2) (pow (log (/ 1 x)) 2)))) (/ (log -1) (* x (pow (log (/ 1 x)) 2)))))) |
(+.f64 (+.f64 (/.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) (log.f64 x)) (-.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (log.f64 x))) (*.f64 x x)) (/.f64 (/.f64 #s(literal 2 binary64) x) (log.f64 x)))) (-.f64 (/.f64 (-.f64 (/.f64 #s(literal 2 binary64) (pow.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) #s(literal 2 binary64))) (/.f64 (log.f64 #s(literal -1 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) #s(literal 3 binary64)))) (*.f64 x x)) (+.f64 (/.f64 (/.f64 (log.f64 #s(literal -1 binary64)) x) (pow.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x))) (*.f64 (pow.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) #s(literal 2 binary64)) (*.f64 x x)))))) |
(- (+ (* -1 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (log (/ 1 x)))) (+ (/ 1/3 (* (pow x 3) (log (/ 1 x)))) (+ (* 1/2 (/ 1 (* (pow x 2) (log (/ 1 x))))) (/ 2 (* x (log (/ 1 x))))))) (+ (* -1 (/ (- (* 1/2 (/ 1 (log (/ 1 x)))) (+ (* -1 (/ (- (* 2 (/ 1 (log (/ 1 x)))) (/ (log -1) (pow (log (/ 1 x)) 2))) (log (/ 1 x)))) (* -1/2 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (pow (log (/ 1 x)) 2))))) (* (pow x 3) (log (/ 1 x))))) (+ (* -1 (/ (- (* 2 (/ 1 (log (/ 1 x)))) (/ (log -1) (pow (log (/ 1 x)) 2))) (* (pow x 2) (log (/ 1 x))))) (+ (* -1/2 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (* (pow x 2) (pow (log (/ 1 x)) 2)))) (+ (* 1/3 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (* (pow x 3) (pow (log (/ 1 x)) 2)))) (+ (* 1/2 (/ (- (* 2 (/ 1 (log (/ 1 x)))) (/ (log -1) (pow (log (/ 1 x)) 2))) (* (pow x 3) (log (/ 1 x))))) (/ (log -1) (* x (pow (log (/ 1 x)) 2))))))))) |
(+.f64 (/.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) (log.f64 x)) (-.f64 (-.f64 (-.f64 (-.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (log.f64 x))) (*.f64 x x)) (/.f64 (/.f64 #s(literal 2 binary64) x) (log.f64 x))) (/.f64 (/.f64 (/.f64 #s(literal 1/3 binary64) x) (*.f64 x x)) (log.f64 x))) (/.f64 (/.f64 (-.f64 (-.f64 (-.f64 (/.f64 #s(literal 2 binary64) (pow.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) #s(literal 2 binary64))) (/.f64 (log.f64 #s(literal -1 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) #s(literal 3 binary64)))) (/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x))) (pow.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) #s(literal 2 binary64)))) (/.f64 #s(literal 1/2 binary64) (log.f64 x))) (*.f64 x (*.f64 x x))) (log.f64 x))) (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x))) (*.f64 (pow.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) #s(literal 2 binary64)) (*.f64 x x))) (-.f64 (+.f64 (/.f64 (/.f64 (log.f64 #s(literal -1 binary64)) x) (pow.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) #s(literal 2 binary64))) (+.f64 (/.f64 (*.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) #s(literal 1/3 binary64)) (*.f64 (pow.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) #s(literal 2 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x x))) (-.f64 (/.f64 #s(literal 2 binary64) (pow.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) #s(literal 2 binary64))) (/.f64 (log.f64 #s(literal -1 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) #s(literal 3 binary64))))))) (/.f64 (-.f64 (/.f64 #s(literal 2 binary64) (pow.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) #s(literal 2 binary64))) (/.f64 (log.f64 #s(literal -1 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) #s(literal 3 binary64)))) (*.f64 x x)))))) |
(* -1 (/ (log (/ -1 x)) (+ (log -1) (* -1 (log (/ -1 x)))))) |
(-.f64 #s(literal 0 binary64) (/.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))))) |
(+ (* -1 (/ (log (/ -1 x)) (+ (log -1) (* -1 (log (/ -1 x)))))) (* -1 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) x))) |
(-.f64 (-.f64 #s(literal 0 binary64) (/.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))))) (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x)))) (/.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 2 binary64)))) x)) |
(+ (* -1 (/ (log (/ -1 x)) (+ (log -1) (* -1 (log (/ -1 x)))))) (* -1 (/ (- (+ (* -1 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (* x (+ (log -1) (* -1 (log (/ -1 x))))))) (+ (* 1/2 (/ (log (/ -1 x)) (* x (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2)))) (+ (/ 1/2 (* x (+ (log -1) (* -1 (log (/ -1 x)))))) (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) x))) |
(-.f64 (-.f64 #s(literal 0 binary64) (/.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))))) (/.f64 (-.f64 (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x)))) (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (/.f64 #s(literal -1 binary64) x))) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 2 binary64))) x) (/.f64 (/.f64 #s(literal 1/2 binary64) x) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x)))))) (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 2 binary64))) (/.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 3 binary64)))) x)) (/.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 2 binary64)))) x)) |
(+ (* -1 (/ (log (/ -1 x)) (+ (log -1) (* -1 (log (/ -1 x)))))) (* -1 (/ (- (+ (* -1 (/ (- (* -1 (/ (- (* 1/3 (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))) (+ (* -1 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (+ (* -1/2 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (+ (log -1) (* -1 (log (/ -1 x)))))) (+ (* 1/3 (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (+ (* 1/2 (/ 1 (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (* 1/2 (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 3)))))))) x)) (+ (* -1 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (+ (log -1) (* -1 (log (/ -1 x)))))) (+ (* 1/2 (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))) (* 1/2 (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2)))))) x)) (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) x))) |
(-.f64 (-.f64 #s(literal 0 binary64) (/.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))))) (/.f64 (-.f64 (-.f64 (/.f64 #s(literal 1 binary64) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x)))) (/.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 2 binary64)))) (/.f64 (-.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/3 binary64) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x)))) (+.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 2 binary64))) (/.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 3 binary64))))) (-.f64 (+.f64 (/.f64 (*.f64 #s(literal 1/3 binary64) (log.f64 (/.f64 #s(literal -1 binary64) x))) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 2 binary64))) (+.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (/.f64 #s(literal -1 binary64) x))) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 3 binary64))))) (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x)))) (/.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 2 binary64)))) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 2 binary64)))))) (-.f64 #s(literal 0 binary64) x)) (-.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x)))) (/.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (/.f64 #s(literal -1 binary64) x))) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 2 binary64)))) (-.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 2 binary64))) (/.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 3 binary64)))))) x)) x)) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* x (- (* -1/2 x) 1)) |
(*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) |
(* x (- (* x (- (* -1/3 x) 1/2)) 1)) |
(*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) |
(* x (- (* x (- (* x (- (* -1/4 x) 1/3)) 1/2)) 1)) |
(*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(+ (log -1) (* -1 (log (/ 1 x)))) |
(+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) |
(- (+ (log -1) (* -1 (log (/ 1 x)))) (/ 1 x)) |
(+.f64 (log.f64 x) (+.f64 (log.f64 #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) x))) |
(+ (log -1) (+ (* -1 (log (/ 1 x))) (* -1 (/ (+ 1 (* 1/2 (/ 1 x))) x)))) |
(+.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) (/.f64 (+.f64 #s(literal -1 binary64) (/.f64 #s(literal -1/2 binary64) x)) x)) |
(- (+ (log -1) (+ (* -1 (log (/ 1 x))) (* -1 (/ (+ 1/2 (* 1/3 (/ 1 x))) (pow x 2))))) (/ 1 x)) |
(+.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) (+.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/3 binary64) x)) (*.f64 x x)) (/.f64 #s(literal -1 binary64) x))) |
(* -1 (log (/ -1 x))) |
(-.f64 #s(literal 0 binary64) (log.f64 (/.f64 #s(literal -1 binary64) x))) |
(- (* -1 (log (/ -1 x))) (/ 1 x)) |
(-.f64 (/.f64 #s(literal -1 binary64) x) (log.f64 (/.f64 #s(literal -1 binary64) x))) |
(+ (* -1 (log (/ -1 x))) (* -1 (/ (+ 1 (* 1/2 (/ 1 x))) x))) |
(-.f64 (/.f64 (+.f64 #s(literal -1 binary64) (/.f64 #s(literal -1/2 binary64) x)) x) (log.f64 (/.f64 #s(literal -1 binary64) x))) |
(+ (* -1 (log (/ -1 x))) (* -1 (/ (+ 1 (+ (/ 1/3 (pow x 2)) (* 1/2 (/ 1 x)))) x))) |
(-.f64 (-.f64 #s(literal 0 binary64) (log.f64 (/.f64 #s(literal -1 binary64) x))) (/.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) x) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) (*.f64 x x)))) x)) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
x |
(* x (+ 1 (* -1/2 x))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x #s(literal -1/2 binary64)))) |
(* x (+ 1 (* x (- (* 1/3 x) 1/2)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))))) |
(* x (+ 1 (* x (- (* x (+ 1/3 (* -1/4 x))) 1/2)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(* -1 (log (/ 1 x))) |
(log.f64 x) |
(+ (* -1 (log (/ 1 x))) (/ 1 x)) |
(+.f64 (/.f64 #s(literal 1 binary64) x) (log.f64 x)) |
(- (+ (* -1 (log (/ 1 x))) (/ 1 x)) (/ 1/2 (pow x 2))) |
(+.f64 (log.f64 x) (+.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) |
(- (+ (* -1 (log (/ 1 x))) (+ (/ 1 x) (* 1/3 (/ 1 (pow x 3))))) (/ 1/2 (pow x 2))) |
(+.f64 (+.f64 (/.f64 #s(literal 1 binary64) x) (log.f64 x)) (/.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/3 binary64) x)) x) x)) |
(+ (log -1) (* -1 (log (/ -1 x)))) |
(-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) |
(+ (log -1) (+ (* -1 (log (/ -1 x))) (/ 1 x))) |
(+.f64 (log.f64 #s(literal -1 binary64)) (-.f64 (/.f64 #s(literal 1 binary64) x) (log.f64 (/.f64 #s(literal -1 binary64) x)))) |
(+ (log -1) (+ (* -1 (log (/ -1 x))) (* -1 (/ (- (* 1/2 (/ 1 x)) 1) x)))) |
(+.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) (/.f64 (+.f64 (/.f64 #s(literal -1/2 binary64) x) #s(literal 1 binary64)) x)) |
(+ (log -1) (+ (* -1 (log (/ -1 x))) (* -1 (/ (- (* -1 (/ (- (* 1/3 (/ 1 x)) 1/2) x)) 1) x)))) |
(-.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/3 binary64) x)) x)) x)) |
-1 |
#s(literal -1 binary64) |
(- (* -1 x) 1) |
(-.f64 #s(literal -1 binary64) x) |
(- (* x (- (* -1/2 x) 1)) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(- (* x (- (* -1/2 x) 1)) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(* -1/2 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal -1/2 binary64))) |
(* -1 (* (pow x 2) (+ 1/2 (/ 1 x)))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64))))) |
(* (pow x 2) (- (* -1 (/ (+ 1 (/ 1 x)) x)) 1/2)) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) x)) x))) |
(* (pow x 2) (- (* -1 (/ (+ 1 (/ 1 x)) x)) 1/2)) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) x)) x))) |
(* -1/2 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal -1/2 binary64))) |
(* -1 (* (pow x 2) (+ 1/2 (/ 1 x)))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64))))) |
(* (pow x 2) (- (* -1 (/ (+ 1 (/ 1 x)) x)) 1/2)) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) x)) x))) |
(* (pow x 2) (- (* -1 (/ (+ 1 (/ 1 x)) x)) 1/2)) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) x)) x))) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* x (- (* -1/2 x) 1)) |
(*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) |
(* x (- (* -1/2 x) 1)) |
(*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) |
(* x (- (* -1/2 x) 1)) |
(*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) |
(* -1/2 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal -1/2 binary64))) |
(* -1 (* (pow x 2) (+ 1/2 (/ 1 x)))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64))))) |
(* -1 (* (pow x 2) (+ 1/2 (/ 1 x)))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64))))) |
(* -1 (* (pow x 2) (+ 1/2 (/ 1 x)))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64))))) |
(* -1/2 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal -1/2 binary64))) |
(* -1 (* (pow x 2) (+ 1/2 (/ 1 x)))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64))))) |
(* -1 (* (pow x 2) (+ 1/2 (/ 1 x)))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64))))) |
(* -1 (* (pow x 2) (+ 1/2 (/ 1 x)))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64))))) |
-1 |
#s(literal -1 binary64) |
(- (* -1/2 x) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) |
(- (* -1/2 x) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) |
(- (* -1/2 x) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) |
(* -1/2 x) |
(*.f64 x #s(literal -1/2 binary64)) |
(* -1 (* x (+ 1/2 (/ 1 x)))) |
(+.f64 (*.f64 #s(literal -1 binary64) (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64)) |
(* -1 (* x (+ 1/2 (/ 1 x)))) |
(+.f64 (*.f64 #s(literal -1 binary64) (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64)) |
(* -1 (* x (+ 1/2 (/ 1 x)))) |
(+.f64 (*.f64 #s(literal -1 binary64) (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64)) |
(* -1/2 x) |
(*.f64 x #s(literal -1/2 binary64)) |
(* -1 (* x (+ 1/2 (/ 1 x)))) |
(+.f64 (*.f64 #s(literal -1 binary64) (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64)) |
(* -1 (* x (+ 1/2 (/ 1 x)))) |
(+.f64 (*.f64 #s(literal -1 binary64) (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64)) |
(* -1 (* x (+ 1/2 (/ 1 x)))) |
(+.f64 (*.f64 #s(literal -1 binary64) (*.f64 x #s(literal 1/2 binary64))) #s(literal -1 binary64)) |
(* -1/2 x) |
(*.f64 x #s(literal -1/2 binary64)) |
(* -1/2 x) |
(*.f64 x #s(literal -1/2 binary64)) |
(* -1/2 x) |
(*.f64 x #s(literal -1/2 binary64)) |
(* -1/2 x) |
(*.f64 x #s(literal -1/2 binary64)) |
(* -1/2 x) |
(*.f64 x #s(literal -1/2 binary64)) |
(* -1/2 x) |
(*.f64 x #s(literal -1/2 binary64)) |
(* -1/2 x) |
(*.f64 x #s(literal -1/2 binary64)) |
(* -1/2 x) |
(*.f64 x #s(literal -1/2 binary64)) |
(* -1/2 x) |
(*.f64 x #s(literal -1/2 binary64)) |
(* -1/2 x) |
(*.f64 x #s(literal -1/2 binary64)) |
(* -1/2 x) |
(*.f64 x #s(literal -1/2 binary64)) |
(* -1/2 x) |
(*.f64 x #s(literal -1/2 binary64)) |
-1 |
#s(literal -1 binary64) |
(- (* -1 x) 1) |
(-.f64 #s(literal -1 binary64) x) |
(- (* x (- (* -1/2 x) 1)) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(- (* x (- (* x (- (* -1/6 x) 1/2)) 1)) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/6 binary64))))))) |
(* 3 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (pow x 3))) |
(/.f64 (*.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) #s(literal 3 binary64)) (*.f64 x (*.f64 x x))) |
(/ (+ (* -1 (/ (+ 3 (* -9/2 (+ (log -1) (* -1 (log (/ 1 x)))))) x)) (* 3 (+ (log -1) (* -1 (log (/ 1 x)))))) (pow x 3)) |
(/.f64 (-.f64 (*.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) #s(literal 3 binary64)) (/.f64 (+.f64 #s(literal 3 binary64) (*.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) #s(literal -9/2 binary64))) x)) (*.f64 x (*.f64 x x))) |
(/ (- (+ (* -1 (/ (+ 3/2 (+ (* 3/2 (+ 3 (* -9/2 (+ (log -1) (* -1 (log (/ 1 x))))))) (* 9 (+ (log -1) (* -1 (log (/ 1 x))))))) (pow x 2))) (* 3 (+ (log -1) (* -1 (log (/ 1 x)))))) (+ (* -9/2 (/ (+ (log -1) (* -1 (log (/ 1 x)))) x)) (* 3 (/ 1 x)))) (pow x 3)) |
(/.f64 (-.f64 (-.f64 (*.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) #s(literal 3 binary64)) (/.f64 (+.f64 (*.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) #s(literal 9 binary64)) (+.f64 #s(literal 6 binary64) (*.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) #s(literal -27/4 binary64)))) (*.f64 x x))) (+.f64 (/.f64 (*.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) #s(literal -9/2 binary64)) x) (/.f64 #s(literal 3 binary64) x))) (*.f64 x (*.f64 x x))) |
(/ (- (+ (* -1 (/ (+ 1 (+ (* -3 (+ 3 (* -9/2 (+ (log -1) (* -1 (log (/ 1 x))))))) (* 3/2 (+ 3/2 (+ (* 3/2 (+ 3 (* -9/2 (+ (log -1) (* -1 (log (/ 1 x))))))) (* 9 (+ (log -1) (* -1 (log (/ 1 x)))))))))) (pow x 3))) (* 3 (+ (log -1) (* -1 (log (/ 1 x)))))) (+ (* -9/2 (/ (+ (log -1) (* -1 (log (/ 1 x)))) x)) (+ (* 3/2 (/ (+ 3 (* -9/2 (+ (log -1) (* -1 (log (/ 1 x)))))) (pow x 2))) (+ (* 9 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (pow x 2))) (+ (* 3 (/ 1 x)) (/ 3/2 (pow x 2))))))) (pow x 3)) |
(/.f64 (-.f64 (-.f64 (*.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) #s(literal 3 binary64)) (/.f64 (+.f64 (*.f64 #s(literal 3/2 binary64) (+.f64 (*.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) #s(literal 9 binary64)) (+.f64 #s(literal 6 binary64) (*.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) #s(literal -27/4 binary64))))) (+.f64 #s(literal -8 binary64) (*.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) #s(literal 27/2 binary64)))) (*.f64 x (*.f64 x x)))) (+.f64 (/.f64 (+.f64 #s(literal 9/2 binary64) (*.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) #s(literal -27/4 binary64))) (*.f64 x x)) (+.f64 (+.f64 (/.f64 (*.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) #s(literal 9 binary64)) (*.f64 x x)) (+.f64 (/.f64 #s(literal 3 binary64) x) (/.f64 #s(literal 3/2 binary64) (*.f64 x x)))) (/.f64 (*.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) #s(literal -9/2 binary64)) x)))) (*.f64 x (*.f64 x x))) |
(* -3 (/ (log (/ -1 x)) (pow x 3))) |
(*.f64 #s(literal -3 binary64) (/.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (*.f64 x (*.f64 x x)))) |
(* -1 (/ (- (+ (* 3 (log (/ -1 x))) (* 3 (/ 1 x))) (* -9/2 (/ (log (/ -1 x)) x))) (pow x 3))) |
(/.f64 (+.f64 (*.f64 #s(literal 3 binary64) (log.f64 (/.f64 #s(literal -1 binary64) x))) (/.f64 (+.f64 #s(literal 3 binary64) (*.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) #s(literal 9/2 binary64))) x)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) x)) |
(* -1 (/ (+ (* -1 (/ (+ (* -1 (- 3 (* -9/2 (log (/ -1 x))))) (* -1 (/ (+ 3/2 (+ (* -9 (log (/ -1 x))) (* 3/2 (- 3 (* -9/2 (log (/ -1 x))))))) x))) x)) (* 3 (log (/ -1 x)))) (pow x 3))) |
(/.f64 (-.f64 (*.f64 #s(literal 3 binary64) (log.f64 (/.f64 #s(literal -1 binary64) x))) (/.f64 (-.f64 (-.f64 #s(literal -3 binary64) (*.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) #s(literal 9/2 binary64))) (/.f64 (+.f64 (+.f64 #s(literal 9/2 binary64) (*.f64 #s(literal 3/2 binary64) (*.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) #s(literal 9/2 binary64)))) (+.f64 #s(literal 3/2 binary64) (*.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) #s(literal -9 binary64)))) x)) x)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) x)) |
(* -1 (/ (+ (* -1 (/ (+ (* -1 (- 3 (* -9/2 (log (/ -1 x))))) (* -1 (/ (- (+ 3/2 (+ (* -9 (log (/ -1 x))) (+ (* 3/2 (- 3 (* -9/2 (log (/ -1 x))))) (/ 1 x)))) (+ (* -3/2 (/ (+ 3/2 (+ (* -9 (log (/ -1 x))) (* 3/2 (- 3 (* -9/2 (log (/ -1 x))))))) x)) (* 3 (/ (- 3 (* -9/2 (log (/ -1 x)))) x)))) x))) x)) (* 3 (log (/ -1 x)))) (pow x 3))) |
(/.f64 (-.f64 (*.f64 #s(literal 3 binary64) (log.f64 (/.f64 #s(literal -1 binary64) x))) (/.f64 (-.f64 (-.f64 #s(literal -3 binary64) (*.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) #s(literal 9/2 binary64))) (/.f64 (+.f64 (-.f64 (+.f64 #s(literal 3/2 binary64) (+.f64 (+.f64 #s(literal 9/2 binary64) (*.f64 #s(literal 3/2 binary64) (*.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) #s(literal 9/2 binary64)))) (+.f64 (*.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) #s(literal -9 binary64)) (/.f64 #s(literal 1 binary64) x)))) (/.f64 (*.f64 (+.f64 (+.f64 #s(literal 9/2 binary64) (*.f64 #s(literal 3/2 binary64) (*.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) #s(literal 9/2 binary64)))) (+.f64 #s(literal 3/2 binary64) (*.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) #s(literal -9 binary64)))) #s(literal -3/2 binary64)) x)) (*.f64 #s(literal -3 binary64) (/.f64 (+.f64 #s(literal 3 binary64) (*.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) #s(literal 9/2 binary64))) x))) x)) x)) (*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) x)) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* x (- (* -1/2 x) 1)) |
(*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) |
(* x (- (* x (- (* -1/3 x) 1/2)) 1)) |
(*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) |
(* x (- (* x (- (* x (- (* -1/4 x) 1/3)) 1/2)) 1)) |
(*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(+ (log -1) (* -1 (log (/ 1 x)))) |
(+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) |
(- (+ (log -1) (* -1 (log (/ 1 x)))) (/ 1 x)) |
(+.f64 (log.f64 x) (+.f64 (log.f64 #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) x))) |
(+ (log -1) (+ (* -1 (log (/ 1 x))) (* -1 (/ (+ 1 (* 1/2 (/ 1 x))) x)))) |
(+.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) (/.f64 (+.f64 #s(literal -1 binary64) (/.f64 #s(literal -1/2 binary64) x)) x)) |
(- (+ (log -1) (+ (* -1 (log (/ 1 x))) (* -1 (/ (+ 1/2 (* 1/3 (/ 1 x))) (pow x 2))))) (/ 1 x)) |
(+.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) (+.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/3 binary64) x)) (*.f64 x x)) (/.f64 #s(literal -1 binary64) x))) |
(* -1 (log (/ -1 x))) |
(-.f64 #s(literal 0 binary64) (log.f64 (/.f64 #s(literal -1 binary64) x))) |
(- (* -1 (log (/ -1 x))) (/ 1 x)) |
(-.f64 (/.f64 #s(literal -1 binary64) x) (log.f64 (/.f64 #s(literal -1 binary64) x))) |
(+ (* -1 (log (/ -1 x))) (* -1 (/ (+ 1 (* 1/2 (/ 1 x))) x))) |
(-.f64 (/.f64 (+.f64 #s(literal -1 binary64) (/.f64 #s(literal -1/2 binary64) x)) x) (log.f64 (/.f64 #s(literal -1 binary64) x))) |
(+ (* -1 (log (/ -1 x))) (* -1 (/ (+ 1 (+ (/ 1/3 (pow x 2)) (* 1/2 (/ 1 x)))) x))) |
(-.f64 (-.f64 #s(literal 0 binary64) (log.f64 (/.f64 #s(literal -1 binary64) x))) (/.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) x) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/3 binary64) (*.f64 x x)))) x)) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1 x)) |
(-.f64 #s(literal 1 binary64) x) |
(+ 1 (* -1 x)) |
(-.f64 #s(literal 1 binary64) x) |
(+ 1 (* -1 x)) |
(-.f64 #s(literal 1 binary64) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* x (- (/ 1 x) 1)) |
(-.f64 #s(literal 1 binary64) x) |
(* x (- (/ 1 x) 1)) |
(-.f64 #s(literal 1 binary64) x) |
(* x (- (/ 1 x) 1)) |
(-.f64 #s(literal 1 binary64) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 (* x (- 1 (/ 1 x)))) |
(*.f64 x (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) x)))) |
(* -1 (* x (- 1 (/ 1 x)))) |
(*.f64 x (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) x)))) |
(* -1 (* x (- 1 (/ 1 x)))) |
(*.f64 x (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) x)))) |
x |
(* x (+ 1 (* -1/2 x))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x #s(literal -1/2 binary64)))) |
(* x (+ 1 (* x (- (* 1/3 x) 1/2)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))))) |
(* x (+ 1 (* x (- (* 1/3 x) 1/2)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))))) |
(* 1/3 (pow x 3)) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 x x)) x) |
(* (pow x 3) (- 1/3 (* 1/2 (/ 1 x)))) |
(*.f64 (*.f64 x x) (*.f64 x (-.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1/2 binary64) x)))) |
(* (pow x 3) (- (+ 1/3 (/ 1 (pow x 2))) (* 1/2 (/ 1 x)))) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) x)) x))) |
(* (pow x 3) (- (+ 1/3 (/ 1 (pow x 2))) (* 1/2 (/ 1 x)))) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) x)) x))) |
(* 1/3 (pow x 3)) |
(*.f64 (*.f64 #s(literal 1/3 binary64) (*.f64 x x)) x) |
(* -1 (* (pow x 3) (- (* 1/2 (/ 1 x)) 1/3))) |
(*.f64 (*.f64 x x) (*.f64 x (-.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1/2 binary64) x)))) |
(* -1 (* (pow x 3) (- (* -1 (/ (- (/ 1 x) 1/2) x)) 1/3))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 (/.f64 #s(literal -1 binary64) x) #s(literal 1/2 binary64)) x)))) |
(* -1 (* (pow x 3) (- (* -1 (/ (- (/ 1 x) 1/2) x)) 1/3))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 (/.f64 #s(literal -1 binary64) x) #s(literal 1/2 binary64)) x)))) |
-1 |
#s(literal -1 binary64) |
(- (* -1 x) 1) |
(-.f64 #s(literal -1 binary64) x) |
(- (* x (- (* -1/2 x) 1)) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(- (* x (- (* x (- (* -5/12 x) 1/2)) 1)) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))) |
(* -4 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (pow x 4))) |
(/.f64 (*.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) #s(literal -4 binary64)) (*.f64 (*.f64 x (*.f64 x x)) x)) |
(/ (- (+ (* -4 (+ (log -1) (* -1 (log (/ 1 x))))) (* 4 (/ 1 x))) (* 16/3 (/ (+ (log -1) (* -1 (log (/ 1 x)))) x))) (pow x 4)) |
(/.f64 (+.f64 (*.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) #s(literal -4 binary64)) (/.f64 (+.f64 #s(literal 4 binary64) (*.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) #s(literal -16/3 binary64))) x)) (*.f64 (*.f64 x (*.f64 x x)) x)) |
(/ (- (+ (* -4 (+ (log -1) (* -1 (log (/ 1 x))))) (+ (* 4 (/ 1 x)) (/ 2 (pow x 2)))) (+ (* -8 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (pow x 2))) (+ (* -4/3 (/ (- 4 (* 16/3 (+ (log -1) (* -1 (log (/ 1 x)))))) (pow x 2))) (* 16/3 (/ (+ (log -1) (* -1 (log (/ 1 x)))) x))))) (pow x 4)) |
(/.f64 (+.f64 (-.f64 (+.f64 (+.f64 (*.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) #s(literal -4 binary64)) (+.f64 (/.f64 #s(literal 4 binary64) x) (/.f64 #s(literal 2 binary64) (*.f64 x x)))) (*.f64 #s(literal 8 binary64) (/.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) (*.f64 x x)))) (*.f64 (+.f64 #s(literal 4 binary64) (*.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) #s(literal -16/3 binary64))) (/.f64 #s(literal -4/3 binary64) (*.f64 x x)))) (/.f64 (*.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) #s(literal -16/3 binary64)) x)) (*.f64 (*.f64 x (*.f64 x x)) x)) |
(/ (- (+ (* -4 (+ (log -1) (* -1 (log (/ 1 x))))) (+ (* 4 (/ 1 x)) (+ (* 4/3 (/ 1 (pow x 3))) (/ 2 (pow x 2))))) (+ (* -8 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (pow x 2))) (+ (* -4/3 (/ (- 2 (+ (* -8 (+ (log -1) (* -1 (log (/ 1 x))))) (* -4/3 (- 4 (* 16/3 (+ (log -1) (* -1 (log (/ 1 x))))))))) (pow x 3))) (+ (* -4/3 (/ (- 4 (* 16/3 (+ (log -1) (* -1 (log (/ 1 x)))))) (pow x 2))) (+ (* 2 (/ (- 4 (* 16/3 (+ (log -1) (* -1 (log (/ 1 x)))))) (pow x 3))) (+ (* 16/3 (/ (+ (log -1) (* -1 (log (/ 1 x)))) x)) (* 16 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (pow x 3))))))))) (pow x 4)) |
(/.f64 (-.f64 (+.f64 (*.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) #s(literal -4 binary64)) (+.f64 (+.f64 (/.f64 #s(literal 4 binary64) x) (/.f64 #s(literal 2 binary64) (*.f64 x x))) (/.f64 (/.f64 #s(literal 4/3 binary64) (*.f64 x x)) x))) (+.f64 (*.f64 #s(literal -4/3 binary64) (+.f64 (/.f64 (+.f64 (+.f64 #s(literal 2 binary64) (*.f64 #s(literal 8 binary64) (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)))) (*.f64 #s(literal 4/3 binary64) (+.f64 #s(literal 4 binary64) (*.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) #s(literal -16/3 binary64))))) (*.f64 x (*.f64 x x))) (/.f64 (+.f64 #s(literal 4 binary64) (*.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) #s(literal -16/3 binary64))) (*.f64 x x)))) (+.f64 (+.f64 (/.f64 (*.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) #s(literal 16/3 binary64)) x) (+.f64 (/.f64 (*.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) #s(literal 16 binary64)) (*.f64 x (*.f64 x x))) (/.f64 (+.f64 #s(literal 8 binary64) (*.f64 #s(literal 2 binary64) (*.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) #s(literal -16/3 binary64)))) (*.f64 x (*.f64 x x))))) (/.f64 (*.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) #s(literal -8 binary64)) (*.f64 x x))))) (*.f64 (*.f64 x (*.f64 x x)) x)) |
(* 4 (/ (log (/ -1 x)) (pow x 4))) |
(*.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (/.f64 #s(literal 4 binary64) (*.f64 (*.f64 x (*.f64 x x)) x))) |
(/ (- (+ (* 4 (log (/ -1 x))) (* 4 (/ 1 x))) (* -16/3 (/ (log (/ -1 x)) x))) (pow x 4)) |
(/.f64 (+.f64 (*.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) #s(literal 4 binary64)) (/.f64 (+.f64 #s(literal 4 binary64) (*.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) #s(literal 16/3 binary64))) x)) (*.f64 (*.f64 x (*.f64 x x)) x)) |
(/ (+ (* -1 (/ (+ (* -1 (- 4 (* -16/3 (log (/ -1 x))))) (* -1 (/ (+ 2 (+ (* -8 (log (/ -1 x))) (* 4/3 (- 4 (* -16/3 (log (/ -1 x))))))) x))) x)) (* 4 (log (/ -1 x)))) (pow x 4)) |
(/.f64 (-.f64 (*.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) #s(literal 4 binary64)) (/.f64 (-.f64 (-.f64 #s(literal -4 binary64) (*.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) #s(literal 16/3 binary64))) (/.f64 (+.f64 #s(literal 2 binary64) (+.f64 (*.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) #s(literal -8 binary64)) (*.f64 #s(literal 4/3 binary64) (+.f64 #s(literal 4 binary64) (*.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) #s(literal 16/3 binary64)))))) x)) x)) (*.f64 (*.f64 x (*.f64 x x)) x)) |
(/ (+ (* -1 (/ (+ (* -1 (- 4 (* -16/3 (log (/ -1 x))))) (* -1 (/ (- (+ 2 (+ (* -8 (log (/ -1 x))) (+ (* 4/3 (- 4 (* -16/3 (log (/ -1 x))))) (* 4/3 (/ 1 x))))) (+ (* -16 (/ (log (/ -1 x)) x)) (+ (* -4/3 (/ (+ 2 (+ (* -8 (log (/ -1 x))) (* 4/3 (- 4 (* -16/3 (log (/ -1 x))))))) x)) (* 2 (/ (- 4 (* -16/3 (log (/ -1 x)))) x))))) x))) x)) (* 4 (log (/ -1 x)))) (pow x 4)) |
(/.f64 (-.f64 (*.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) #s(literal 4 binary64)) (/.f64 (-.f64 (-.f64 #s(literal -4 binary64) (*.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) #s(literal 16/3 binary64))) (/.f64 (+.f64 (+.f64 #s(literal 2 binary64) (*.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) #s(literal -8 binary64))) (-.f64 (+.f64 (*.f64 #s(literal 4/3 binary64) (+.f64 #s(literal 4 binary64) (*.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) #s(literal 16/3 binary64)))) (/.f64 #s(literal 4/3 binary64) x)) (+.f64 (*.f64 #s(literal -4/3 binary64) (/.f64 (+.f64 #s(literal 2 binary64) (+.f64 (*.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) #s(literal -8 binary64)) (*.f64 #s(literal 4/3 binary64) (+.f64 #s(literal 4 binary64) (*.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) #s(literal 16/3 binary64)))))) x)) (+.f64 (/.f64 (*.f64 #s(literal 2 binary64) (+.f64 #s(literal 4 binary64) (*.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) #s(literal 16/3 binary64)))) x) (/.f64 (*.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) #s(literal -16 binary64)) x))))) x)) x)) (*.f64 (*.f64 x (*.f64 x x)) x)) |
x |
(* x (+ 1 (* -1/2 x))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x #s(literal -1/2 binary64)))) |
(* x (+ 1 (* x (- (* 1/3 x) 1/2)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))))) |
(* x (+ 1 (* x (- (* x (+ 1/3 (* -1/4 x))) 1/2)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(* -1/4 (pow x 4)) |
(*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 x (*.f64 x x)) x)) |
(* (pow x 4) (- (* 1/3 (/ 1 x)) 1/4)) |
(*.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 1/3 binary64) x))) |
(* (pow x 4) (- (* 1/3 (/ 1 x)) (+ 1/4 (/ 1/2 (pow x 2))))) |
(*.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (+.f64 #s(literal -1/4 binary64) (/.f64 (-.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1/2 binary64) x)) x))) |
(* (pow x 4) (- (+ (* 1/3 (/ 1 x)) (/ 1 (pow x 3))) (+ 1/4 (/ 1/2 (pow x 2))))) |
(*.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (+.f64 (/.f64 #s(literal 1/3 binary64) x) (+.f64 (/.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) x)) x) x) #s(literal -1/4 binary64)))) |
(* -1/4 (pow x 4)) |
(*.f64 #s(literal -1/4 binary64) (*.f64 (*.f64 x (*.f64 x x)) x)) |
(* (pow x 4) (- (* 1/3 (/ 1 x)) 1/4)) |
(*.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 1/3 binary64) x))) |
(* (pow x 4) (- (* -1 (/ (- (* 1/2 (/ 1 x)) 1/3) x)) 1/4)) |
(*.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (+.f64 #s(literal -1/4 binary64) (/.f64 (-.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1/2 binary64) x)) x))) |
(* (pow x 4) (- (* -1 (/ (- (* -1 (/ (- (/ 1 x) 1/2) x)) 1/3) x)) 1/4)) |
(*.f64 (*.f64 (*.f64 x (*.f64 x x)) x) (-.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 (/.f64 #s(literal -1 binary64) x) #s(literal 1/2 binary64)) x)) x))) |
(* 1/3 x) |
(*.f64 x #s(literal 1/3 binary64)) |
(* 1/3 x) |
(*.f64 x #s(literal 1/3 binary64)) |
(* 1/3 x) |
(*.f64 x #s(literal 1/3 binary64)) |
(* 1/3 x) |
(*.f64 x #s(literal 1/3 binary64)) |
(* 1/3 x) |
(*.f64 x #s(literal 1/3 binary64)) |
(* 1/3 x) |
(*.f64 x #s(literal 1/3 binary64)) |
(* 1/3 x) |
(*.f64 x #s(literal 1/3 binary64)) |
(* 1/3 x) |
(*.f64 x #s(literal 1/3 binary64)) |
(* 1/3 x) |
(*.f64 x #s(literal 1/3 binary64)) |
(* 1/3 x) |
(*.f64 x #s(literal 1/3 binary64)) |
(* 1/3 x) |
(*.f64 x #s(literal 1/3 binary64)) |
(* 1/3 x) |
(*.f64 x #s(literal 1/3 binary64)) |
(* 1/3 x) |
(*.f64 x #s(literal 1/3 binary64)) |
(* x (+ 1/3 (* -1/4 x))) |
(*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) |
(* x (+ 1/3 (* -1/4 x))) |
(*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) |
(* x (+ 1/3 (* -1/4 x))) |
(*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) |
(* -1/4 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal -1/4 binary64)) |
(* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4)) |
(*.f64 x (*.f64 x (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 1/3 binary64) x)))) |
(* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4)) |
(*.f64 x (*.f64 x (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 1/3 binary64) x)))) |
(* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4)) |
(*.f64 x (*.f64 x (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 1/3 binary64) x)))) |
(* -1/4 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal -1/4 binary64)) |
(* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4)) |
(*.f64 x (*.f64 x (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 1/3 binary64) x)))) |
(* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4)) |
(*.f64 x (*.f64 x (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 1/3 binary64) x)))) |
(* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4)) |
(*.f64 x (*.f64 x (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 1/3 binary64) x)))) |
1/3 |
#s(literal 1/3 binary64) |
(+ 1/3 (* -1/4 x)) |
(+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))) |
(+ 1/3 (* -1/4 x)) |
(+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))) |
(+ 1/3 (* -1/4 x)) |
(+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))) |
(* -1/4 x) |
(*.f64 x #s(literal -1/4 binary64)) |
(* x (- (* 1/3 (/ 1 x)) 1/4)) |
(*.f64 x (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 1/3 binary64) x))) |
(* x (- (* 1/3 (/ 1 x)) 1/4)) |
(*.f64 x (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 1/3 binary64) x))) |
(* x (- (* 1/3 (/ 1 x)) 1/4)) |
(*.f64 x (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 1/3 binary64) x))) |
(* -1/4 x) |
(*.f64 x #s(literal -1/4 binary64)) |
(* -1 (* x (- 1/4 (* 1/3 (/ 1 x))))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (-.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1/3 binary64) x)))) |
(* -1 (* x (- 1/4 (* 1/3 (/ 1 x))))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (-.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1/3 binary64) x)))) |
(* -1 (* x (- 1/4 (* 1/3 (/ 1 x))))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (-.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1/3 binary64) x)))) |
Compiled 16098 to 1924 computations (88% saved)
10 alts after pruning (6 fresh and 4 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 710 | 4 | 714 |
| Fresh | 1 | 2 | 3 |
| Picked | 2 | 3 | 5 |
| Done | 0 | 1 | 1 |
| Total | 713 | 10 | 723 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 99.5% | (/.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
| ▶ | 99.3% | (/.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
| ▶ | 100.0% | (/.f64 (log1p.f64 (neg.f64 x)) (log1p.f64 x)) |
| 5.4% | (/.f64 (log.f64 (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) | |
| ✓ | 5.4% | (/.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
| ✓ | 3.3% | (/.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) (log.f64 (+.f64 #s(literal 1 binary64) x))) |
| ▶ | 99.2% | (-.f64 #s(literal -1 binary64) x) |
| ▶ | 99.4% | (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))) |
| ✓ | 99.3% | (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
| ✓ | 98.1% | #s(literal -1 binary64) |
Compiled 275 to 187 computations (32% saved)
| 1× | egg-herbie |
Found 17 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) |
| ✓ | cost-diff | 0 | (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) |
| ✓ | cost-diff | 0 | (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
| ✓ | cost-diff | 256 | (/.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
| ✓ | cost-diff | 0 | (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) |
| ✓ | cost-diff | 0 | (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) |
| ✓ | cost-diff | 0 | (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) |
| ✓ | cost-diff | 256 | (/.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
| ✓ | cost-diff | 0 | (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) |
| ✓ | cost-diff | 0 | (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) |
| ✓ | cost-diff | 0 | (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) |
| ✓ | cost-diff | 0 | (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))) |
| ✓ | cost-diff | 0 | (-.f64 #s(literal -1 binary64) x) |
| ✓ | cost-diff | -64 | (neg.f64 x) |
| ✓ | cost-diff | -64 | (log1p.f64 (neg.f64 x)) |
| ✓ | cost-diff | -64 | (/.f64 (log1p.f64 (neg.f64 x)) (log1p.f64 x)) |
| ✓ | cost-diff | 0 | (log1p.f64 x) |
| 2272× | *-lowering-*.f32 |
| 2272× | *-lowering-*.f64 |
| 1744× | sum3-define |
| 1510× | +-lowering-+.f64 |
| 1510× | +-lowering-+.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 41 | 364 |
| 1 | 134 | 298 |
| 2 | 443 | 294 |
| 3 | 1242 | 294 |
| 4 | 3641 | 294 |
| 0 | 8196 | 294 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (log (+ 1 (neg x))) (log (+ 1 x))) |
(log (+ 1 (neg x))) |
(neg x) |
x |
(log (+ 1 x)) |
(- -1 x) |
-1 |
x |
(+ -1 (* x (+ -1 (* x (+ -1/2 (* x -5/12)))))) |
-1 |
(* x (+ -1 (* x (+ -1/2 (* x -5/12))))) |
x |
(+ -1 (* x (+ -1/2 (* x -5/12)))) |
(* x (+ -1/2 (* x -5/12))) |
(+ -1/2 (* x -5/12)) |
-1/2 |
(* x -5/12) |
-5/12 |
(/ (* x (+ -1 (* x (+ -1/2 (* x -1/3))))) (* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))))) |
(* x (+ -1 (* x (+ -1/2 (* x -1/3))))) |
x |
(+ -1 (* x (+ -1/2 (* x -1/3)))) |
-1 |
(* x (+ -1/2 (* x -1/3))) |
(+ -1/2 (* x -1/3)) |
-1/2 |
(* x -1/3) |
-1/3 |
(* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))))) |
(+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))) |
1 |
(* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))) |
(+ -1/2 (* x (+ 1/3 (* x -1/4)))) |
(* x (+ 1/3 (* x -1/4))) |
(+ 1/3 (* x -1/4)) |
1/3 |
(* x -1/4) |
-1/4 |
(/ (* x (+ -1 (* x (+ -1/2 (* x (+ -1/3 (* x -1/4))))))) (* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))))) |
(* x (+ -1 (* x (+ -1/2 (* x (+ -1/3 (* x -1/4))))))) |
x |
(+ -1 (* x (+ -1/2 (* x (+ -1/3 (* x -1/4)))))) |
-1 |
(* x (+ -1/2 (* x (+ -1/3 (* x -1/4))))) |
(+ -1/2 (* x (+ -1/3 (* x -1/4)))) |
-1/2 |
(* x (+ -1/3 (* x -1/4))) |
(+ -1/3 (* x -1/4)) |
-1/3 |
(* x -1/4) |
-1/4 |
(* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))))) |
(+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))) |
1 |
(* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))) |
(+ -1/2 (* x (+ 1/3 (* x -1/4)))) |
(* x (+ 1/3 (* x -1/4))) |
(+ 1/3 (* x -1/4)) |
1/3 |
| Outputs |
|---|
(/ (log (+ 1 (neg x))) (log (+ 1 x))) |
(/.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) (log1p.f64 x)) |
(log (+ 1 (neg x))) |
(log.f64 (-.f64 #s(literal 1 binary64) x)) |
(neg x) |
(-.f64 #s(literal 0 binary64) x) |
x |
(log (+ 1 x)) |
(log1p.f64 x) |
(- -1 x) |
(-.f64 #s(literal -1 binary64) x) |
-1 |
#s(literal -1 binary64) |
x |
(+ -1 (* x (+ -1 (* x (+ -1/2 (* x -5/12)))))) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))) |
-1 |
#s(literal -1 binary64) |
(* x (+ -1 (* x (+ -1/2 (* x -5/12))))) |
(*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) |
x |
(+ -1 (* x (+ -1/2 (* x -5/12)))) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) |
(* x (+ -1/2 (* x -5/12))) |
(*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) |
(+ -1/2 (* x -5/12)) |
(+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) |
-1/2 |
#s(literal -1/2 binary64) |
(* x -5/12) |
(*.f64 x #s(literal -5/12 binary64)) |
-5/12 |
#s(literal -5/12 binary64) |
(/ (* x (+ -1 (* x (+ -1/2 (* x -1/3))))) (* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(* x (+ -1 (* x (+ -1/2 (* x -1/3))))) |
(*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) |
x |
(+ -1 (* x (+ -1/2 (* x -1/3)))) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) |
-1 |
#s(literal -1 binary64) |
(* x (+ -1/2 (* x -1/3))) |
(*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) |
(+ -1/2 (* x -1/3)) |
(+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) |
-1/2 |
#s(literal -1/2 binary64) |
(* x -1/3) |
(*.f64 x #s(literal -1/3 binary64)) |
-1/3 |
#s(literal -1/3 binary64) |
(* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) |
1 |
#s(literal 1 binary64) |
(* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))) |
(*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) |
(+ -1/2 (* x (+ 1/3 (* x -1/4)))) |
(+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) |
(* x (+ 1/3 (* x -1/4))) |
(*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) |
(+ 1/3 (* x -1/4)) |
(+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))) |
1/3 |
#s(literal 1/3 binary64) |
(* x -1/4) |
(*.f64 x #s(literal -1/4 binary64)) |
-1/4 |
#s(literal -1/4 binary64) |
(/ (* x (+ -1 (* x (+ -1/2 (* x (+ -1/3 (* x -1/4))))))) (* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(* x (+ -1 (* x (+ -1/2 (* x (+ -1/3 (* x -1/4))))))) |
(*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
x |
(+ -1 (* x (+ -1/2 (* x (+ -1/3 (* x -1/4)))))) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) |
-1 |
#s(literal -1 binary64) |
(* x (+ -1/2 (* x (+ -1/3 (* x -1/4))))) |
(*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) |
(+ -1/2 (* x (+ -1/3 (* x -1/4)))) |
(+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) |
-1/2 |
#s(literal -1/2 binary64) |
(* x (+ -1/3 (* x -1/4))) |
(*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) |
(+ -1/3 (* x -1/4)) |
(+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))) |
-1/3 |
#s(literal -1/3 binary64) |
(* x -1/4) |
(*.f64 x #s(literal -1/4 binary64)) |
-1/4 |
#s(literal -1/4 binary64) |
(* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) |
1 |
#s(literal 1 binary64) |
(* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))) |
(*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) |
(+ -1/2 (* x (+ 1/3 (* x -1/4)))) |
(+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) |
(* x (+ 1/3 (* x -1/4))) |
(*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) |
(+ 1/3 (* x -1/4)) |
(+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))) |
1/3 |
#s(literal 1/3 binary64) |
Found 17 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
| ✓ | accuracy | 100.0% | (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))) |
| ✓ | accuracy | 99.6% | (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) |
| ✓ | accuracy | 99.6% | (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) |
| ✓ | accuracy | 100.0% | (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) |
| ✓ | accuracy | 100.0% | (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))) |
| ✓ | accuracy | 99.6% | (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) |
| ✓ | accuracy | 99.5% | (*.f64 x #s(literal -1/3 binary64)) |
| ✓ | accuracy | 100.0% | (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))) |
| ✓ | accuracy | 100.0% | (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) |
| ✓ | accuracy | 100.0% | (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) |
| ✓ | accuracy | 99.7% | (*.f64 x #s(literal -5/12 binary64)) |
| ✓ | accuracy | 100.0% | (-.f64 #s(literal -1 binary64) x) |
| ✓ | accuracy | 100.0% | (neg.f64 x) |
| ✓ | accuracy | 100.0% | (log1p.f64 (neg.f64 x)) |
| ✓ | accuracy | 100.0% | (log1p.f64 x) |
| ✓ | accuracy | 100.0% | (/.f64 (log1p.f64 (neg.f64 x)) (log1p.f64 x)) |
| 274.0ms | 87× | 5 | exit |
| 193.0ms | 164× | 1 | valid |
| 2.0ms | 5× | 0 | valid |
Compiled 366 to 40 computations (89.1% saved)
backward-pass: 75.0ms (22.9% of total)compiled-spec: 63.0ms (19.3% of total)ival-log: 49.0ms (15% of total)ival-mult: 47.0ms (14.4% of total)ival-add: 38.0ms (11.6% of total)...c/correct-round.rkt:119:19: 37.0ms (11.3% of total)ival-div: 10.0ms (3.1% of total)ival-sub: 3.0ms (0.9% of total)ival-neg: 3.0ms (0.9% of total)const: 2.0ms (0.6% of total)| Inputs |
|---|
#<alt (log (+ 1 x))> |
#<alt (/ (log (+ 1 (neg x))) (log (+ 1 x)))> |
#<alt (log (+ 1 (neg x)))> |
#<alt (neg x)> |
#<alt (- -1 x)> |
#<alt (+ -1 (* x (+ -1 (* x (+ -1/2 (* x -5/12))))))> |
#<alt (* x (+ -1 (* x (+ -1/2 (* x -5/12)))))> |
#<alt (+ -1 (* x (+ -1/2 (* x -5/12))))> |
#<alt (* x (+ -1/2 (* x -5/12)))> |
#<alt (/ (* x (+ -1 (* x (+ -1/2 (* x -1/3))))) (* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))))))> |
#<alt (* x (+ -1 (* x (+ -1/2 (* x -1/3)))))> |
#<alt (+ -1 (* x (+ -1/2 (* x -1/3))))> |
#<alt (* x (+ -1/2 (* x -1/3)))> |
#<alt (/ (* x (+ -1 (* x (+ -1/2 (* x (+ -1/3 (* x -1/4))))))) (* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))))))> |
#<alt (* x (+ -1 (* x (+ -1/2 (* x (+ -1/3 (* x -1/4)))))))> |
#<alt (+ -1 (* x (+ -1/2 (* x (+ -1/3 (* x -1/4))))))> |
#<alt (* x (+ -1/2 (* x (+ -1/3 (* x -1/4)))))> |
#<alt (* x -5/12)> |
#<alt (* x -1/3)> |
#<alt (* x (+ 1/3 (* x -1/4)))> |
#<alt (+ 1/3 (* x -1/4))> |
#<alt (* x (+ -1/3 (* x -1/4)))> |
| Outputs |
|---|
#<alt x> |
#<alt (* x (+ 1 (* -1/2 x)))> |
#<alt (* x (+ 1 (* x (- (* 1/3 x) 1/2))))> |
#<alt (* x (+ 1 (* x (- (* x (+ 1/3 (* -1/4 x))) 1/2))))> |
#<alt (* -1 (log (/ 1 x)))> |
#<alt (+ (* -1 (log (/ 1 x))) (/ 1 x))> |
#<alt (- (+ (* -1 (log (/ 1 x))) (/ 1 x)) (/ 1/2 (pow x 2)))> |
#<alt (- (+ (* -1 (log (/ 1 x))) (+ (/ 1 x) (* 1/3 (/ 1 (pow x 3))))) (/ 1/2 (pow x 2)))> |
#<alt (+ (log -1) (* -1 (log (/ -1 x))))> |
#<alt (+ (log -1) (+ (* -1 (log (/ -1 x))) (/ 1 x)))> |
#<alt (+ (log -1) (+ (* -1 (log (/ -1 x))) (* -1 (/ (- (* 1/2 (/ 1 x)) 1) x))))> |
#<alt (+ (log -1) (+ (* -1 (log (/ -1 x))) (* -1 (/ (- (* -1 (/ (- (* 1/3 (/ 1 x)) 1/2) x)) 1) x))))> |
#<alt -1> |
#<alt (- (* -1 x) 1)> |
#<alt (- (* x (- (* -1/2 x) 1)) 1)> |
#<alt (- (* x (- (* x (- (* -5/12 x) 1/2)) 1)) 1)> |
#<alt (* -1 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (log (/ 1 x))))> |
#<alt (- (+ (* -1 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (log (/ 1 x)))) (/ 2 (* x (log (/ 1 x))))) (/ (log -1) (* x (pow (log (/ 1 x)) 2))))> |
#<alt (- (+ (* -1 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (log (/ 1 x)))) (+ (* 1/2 (/ 1 (* (pow x 2) (log (/ 1 x))))) (/ 2 (* x (log (/ 1 x)))))) (+ (* -1 (/ (- (* 2 (/ 1 (log (/ 1 x)))) (/ (log -1) (pow (log (/ 1 x)) 2))) (* (pow x 2) (log (/ 1 x))))) (+ (* -1/2 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (* (pow x 2) (pow (log (/ 1 x)) 2)))) (/ (log -1) (* x (pow (log (/ 1 x)) 2))))))> |
#<alt (- (+ (* -1 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (log (/ 1 x)))) (+ (/ 1/3 (* (pow x 3) (log (/ 1 x)))) (+ (* 1/2 (/ 1 (* (pow x 2) (log (/ 1 x))))) (/ 2 (* x (log (/ 1 x))))))) (+ (* -1 (/ (- (* 1/2 (/ 1 (log (/ 1 x)))) (+ (* -1 (/ (- (* 2 (/ 1 (log (/ 1 x)))) (/ (log -1) (pow (log (/ 1 x)) 2))) (log (/ 1 x)))) (* -1/2 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (pow (log (/ 1 x)) 2))))) (* (pow x 3) (log (/ 1 x))))) (+ (* -1 (/ (- (* 2 (/ 1 (log (/ 1 x)))) (/ (log -1) (pow (log (/ 1 x)) 2))) (* (pow x 2) (log (/ 1 x))))) (+ (* -1/2 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (* (pow x 2) (pow (log (/ 1 x)) 2)))) (+ (* 1/3 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (* (pow x 3) (pow (log (/ 1 x)) 2)))) (+ (* 1/2 (/ (- (* 2 (/ 1 (log (/ 1 x)))) (/ (log -1) (pow (log (/ 1 x)) 2))) (* (pow x 3) (log (/ 1 x))))) (/ (log -1) (* x (pow (log (/ 1 x)) 2)))))))))> |
#<alt (* -1 (/ (log (/ -1 x)) (+ (log -1) (* -1 (log (/ -1 x))))))> |
#<alt (+ (* -1 (/ (log (/ -1 x)) (+ (log -1) (* -1 (log (/ -1 x)))))) (* -1 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) x)))> |
#<alt (+ (* -1 (/ (log (/ -1 x)) (+ (log -1) (* -1 (log (/ -1 x)))))) (* -1 (/ (- (+ (* -1 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (* x (+ (log -1) (* -1 (log (/ -1 x))))))) (+ (* 1/2 (/ (log (/ -1 x)) (* x (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2)))) (+ (/ 1/2 (* x (+ (log -1) (* -1 (log (/ -1 x)))))) (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) x)))> |
#<alt (+ (* -1 (/ (log (/ -1 x)) (+ (log -1) (* -1 (log (/ -1 x)))))) (* -1 (/ (- (+ (* -1 (/ (- (* -1 (/ (- (* 1/3 (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))) (+ (* -1 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (+ (* -1/2 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (+ (log -1) (* -1 (log (/ -1 x)))))) (+ (* 1/3 (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (+ (* 1/2 (/ 1 (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (* 1/2 (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 3)))))))) x)) (+ (* -1 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (+ (log -1) (* -1 (log (/ -1 x)))))) (+ (* 1/2 (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))) (* 1/2 (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2)))))) x)) (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) x)))> |
#<alt (* -1 x)> |
#<alt (* x (- (* -1/2 x) 1))> |
#<alt (* x (- (* x (- (* -1/3 x) 1/2)) 1))> |
#<alt (* x (- (* x (- (* x (- (* -1/4 x) 1/3)) 1/2)) 1))> |
#<alt (+ (log -1) (* -1 (log (/ 1 x))))> |
#<alt (- (+ (log -1) (* -1 (log (/ 1 x)))) (/ 1 x))> |
#<alt (+ (log -1) (+ (* -1 (log (/ 1 x))) (* -1 (/ (+ 1 (* 1/2 (/ 1 x))) x))))> |
#<alt (- (+ (log -1) (+ (* -1 (log (/ 1 x))) (* -1 (/ (+ 1/2 (* 1/3 (/ 1 x))) (pow x 2))))) (/ 1 x))> |
#<alt (* -1 (log (/ -1 x)))> |
#<alt (- (* -1 (log (/ -1 x))) (/ 1 x))> |
#<alt (+ (* -1 (log (/ -1 x))) (* -1 (/ (+ 1 (* 1/2 (/ 1 x))) x)))> |
#<alt (+ (* -1 (log (/ -1 x))) (* -1 (/ (+ 1 (+ (/ 1/3 (pow x 2)) (* 1/2 (/ 1 x)))) x)))> |
#<alt (* -1 x)> |
#<alt (* -1 x)> |
#<alt (* -1 x)> |
#<alt (* -1 x)> |
#<alt (* -1 x)> |
#<alt (* -1 x)> |
#<alt (* -1 x)> |
#<alt (* -1 x)> |
#<alt (* -1 x)> |
#<alt (* -1 x)> |
#<alt (* -1 x)> |
#<alt (* -1 x)> |
#<alt -1> |
#<alt (- (* -1 x) 1)> |
#<alt (- (* -1 x) 1)> |
#<alt (- (* -1 x) 1)> |
#<alt (* -1 x)> |
#<alt (* -1 (* x (+ 1 (/ 1 x))))> |
#<alt (* -1 (* x (+ 1 (/ 1 x))))> |
#<alt (* -1 (* x (+ 1 (/ 1 x))))> |
#<alt (* -1 x)> |
#<alt (* -1 (* x (+ 1 (/ 1 x))))> |
#<alt (* -1 (* x (+ 1 (/ 1 x))))> |
#<alt (* -1 (* x (+ 1 (/ 1 x))))> |
#<alt -1> |
#<alt (- (* -1 x) 1)> |
#<alt (- (* x (- (* -1/2 x) 1)) 1)> |
#<alt (- (* x (- (* x (- (* -5/12 x) 1/2)) 1)) 1)> |
#<alt (* -5/12 (pow x 3))> |
#<alt (* -1 (* (pow x 3) (+ 5/12 (* 1/2 (/ 1 x)))))> |
#<alt (* (pow x 3) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 5/12))> |
#<alt (* (pow x 3) (- (* -1 (/ (+ 1 (/ 1 x)) (pow x 2))) (+ 5/12 (* 1/2 (/ 1 x)))))> |
#<alt (* -5/12 (pow x 3))> |
#<alt (* -1 (* (pow x 3) (+ 5/12 (* 1/2 (/ 1 x)))))> |
#<alt (* -1 (* (pow x 3) (+ 5/12 (+ (* 1/2 (/ 1 x)) (/ 1 (pow x 2))))))> |
#<alt (* -1 (* (pow x 3) (+ 5/12 (* -1 (/ (- (* -1 (/ (+ 1 (/ 1 x)) x)) 1/2) x)))))> |
#<alt (* -1 x)> |
#<alt (* x (- (* -1/2 x) 1))> |
#<alt (* x (- (* x (- (* -5/12 x) 1/2)) 1))> |
#<alt (* x (- (* x (- (* -5/12 x) 1/2)) 1))> |
#<alt (* -5/12 (pow x 3))> |
#<alt (* -1 (* (pow x 3) (+ 5/12 (* 1/2 (/ 1 x)))))> |
#<alt (* (pow x 3) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 5/12))> |
#<alt (* (pow x 3) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 5/12))> |
#<alt (* -5/12 (pow x 3))> |
#<alt (* -1 (* (pow x 3) (+ 5/12 (* 1/2 (/ 1 x)))))> |
#<alt (* -1 (* (pow x 3) (+ 5/12 (+ (* 1/2 (/ 1 x)) (/ 1 (pow x 2))))))> |
#<alt (* -1 (* (pow x 3) (+ 5/12 (+ (* 1/2 (/ 1 x)) (/ 1 (pow x 2))))))> |
#<alt -1> |
#<alt (- (* -1/2 x) 1)> |
#<alt (- (* x (- (* -5/12 x) 1/2)) 1)> |
#<alt (- (* x (- (* -5/12 x) 1/2)) 1)> |
#<alt (* -5/12 (pow x 2))> |
#<alt (* -1 (* (pow x 2) (+ 5/12 (* 1/2 (/ 1 x)))))> |
#<alt (* (pow x 2) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 5/12))> |
#<alt (* (pow x 2) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 5/12))> |
#<alt (* -5/12 (pow x 2))> |
#<alt (* -1 (* (pow x 2) (+ 5/12 (* 1/2 (/ 1 x)))))> |
#<alt (* (pow x 2) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 5/12))> |
#<alt (* (pow x 2) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 5/12))> |
#<alt (* -1/2 x)> |
#<alt (* x (- (* -5/12 x) 1/2))> |
#<alt (* x (- (* -5/12 x) 1/2))> |
#<alt (* x (- (* -5/12 x) 1/2))> |
#<alt (* -5/12 (pow x 2))> |
#<alt (* -1 (* (pow x 2) (+ 5/12 (* 1/2 (/ 1 x)))))> |
#<alt (* -1 (* (pow x 2) (+ 5/12 (* 1/2 (/ 1 x)))))> |
#<alt (* -1 (* (pow x 2) (+ 5/12 (* 1/2 (/ 1 x)))))> |
#<alt (* -5/12 (pow x 2))> |
#<alt (* -1 (* (pow x 2) (+ 5/12 (* 1/2 (/ 1 x)))))> |
#<alt (* -1 (* (pow x 2) (+ 5/12 (* 1/2 (/ 1 x)))))> |
#<alt (* -1 (* (pow x 2) (+ 5/12 (* 1/2 (/ 1 x)))))> |
#<alt -1> |
#<alt (- (* -1 x) 1)> |
#<alt (- (* x (- (* -1/2 x) 1)) 1)> |
#<alt (- (* x (- (* x (- (* -1/6 x) 1/2)) 1)) 1)> |
#<alt (/ 4/3 x)> |
#<alt (/ (+ 4/3 (* 34/9 (/ 1 x))) x)> |
#<alt (/ (+ 4/3 (+ (* 34/9 (/ 1 x)) (/ 172/27 (pow x 2)))) x)> |
#<alt (/ (+ 4/3 (+ (* 34/9 (/ 1 x)) (+ (* 508/81 (/ 1 (pow x 3))) (/ 172/27 (pow x 2))))) x)> |
#<alt (/ 4/3 x)> |
#<alt (/ (+ 4/3 (* 34/9 (/ 1 x))) x)> |
#<alt (* -1 (/ (- (* -1 (/ (+ 34/9 (* 172/27 (/ 1 x))) x)) 4/3) x))> |
#<alt (* -1 (/ (- (* -1 (/ (+ 34/9 (+ (* 172/27 (/ 1 x)) (/ 508/81 (pow x 2)))) x)) 4/3) x))> |
#<alt (* -1 x)> |
#<alt (* x (- (* -1/2 x) 1))> |
#<alt (* x (- (* x (- (* -1/3 x) 1/2)) 1))> |
#<alt (* x (- (* x (- (* -1/3 x) 1/2)) 1))> |
#<alt (* -1/3 (pow x 3))> |
#<alt (* -1 (* (pow x 3) (+ 1/3 (* 1/2 (/ 1 x)))))> |
#<alt (* (pow x 3) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3))> |
#<alt (* (pow x 3) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3))> |
#<alt (* -1/3 (pow x 3))> |
#<alt (* -1 (* (pow x 3) (+ 1/3 (* 1/2 (/ 1 x)))))> |
#<alt (* -1 (* (pow x 3) (+ 1/3 (+ (* 1/2 (/ 1 x)) (/ 1 (pow x 2))))))> |
#<alt (* -1 (* (pow x 3) (+ 1/3 (+ (* 1/2 (/ 1 x)) (/ 1 (pow x 2))))))> |
#<alt -1> |
#<alt (- (* -1/2 x) 1)> |
#<alt (- (* x (- (* -1/3 x) 1/2)) 1)> |
#<alt (- (* x (- (* -1/3 x) 1/2)) 1)> |
#<alt (* -1/3 (pow x 2))> |
#<alt (* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x)))))> |
#<alt (* (pow x 2) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3))> |
#<alt (* (pow x 2) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3))> |
#<alt (* -1/3 (pow x 2))> |
#<alt (* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x)))))> |
#<alt (* (pow x 2) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3))> |
#<alt (* (pow x 2) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3))> |
#<alt (* -1/2 x)> |
#<alt (* x (- (* -1/3 x) 1/2))> |
#<alt (* x (- (* -1/3 x) 1/2))> |
#<alt (* x (- (* -1/3 x) 1/2))> |
#<alt (* -1/3 (pow x 2))> |
#<alt (* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x)))))> |
#<alt (* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x)))))> |
#<alt (* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x)))))> |
#<alt (* -1/3 (pow x 2))> |
#<alt (* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x)))))> |
#<alt (* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x)))))> |
#<alt (* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x)))))> |
#<alt -1> |
#<alt (- (* -1 x) 1)> |
#<alt (- (* x (- (* -1/2 x) 1)) 1)> |
#<alt (- (* x (- (* x (- (* -5/12 x) 1/2)) 1)) 1)> |
#<alt 1> |
#<alt (+ 1 (* 8/3 (/ 1 x)))> |
#<alt (+ 1 (+ (* 8/3 (/ 1 x)) (/ 32/9 (pow x 2))))> |
#<alt (+ 1 (+ (* 8/3 (/ 1 x)) (+ (* 200/27 (/ 1 (pow x 3))) (/ 32/9 (pow x 2)))))> |
#<alt 1> |
#<alt (+ 1 (* 8/3 (/ 1 x)))> |
#<alt (+ 1 (+ (* 8/3 (/ 1 x)) (/ 32/9 (pow x 2))))> |
#<alt (+ 1 (* -1 (/ (- (* -1 (/ (+ 32/9 (* 200/27 (/ 1 x))) x)) 8/3) x)))> |
#<alt (* -1 x)> |
#<alt (* x (- (* -1/2 x) 1))> |
#<alt (* x (- (* x (- (* -1/3 x) 1/2)) 1))> |
#<alt (* x (- (* x (- (* x (- (* -1/4 x) 1/3)) 1/2)) 1))> |
#<alt (* -1/4 (pow x 4))> |
#<alt (* -1 (* (pow x 4) (+ 1/4 (* 1/3 (/ 1 x)))))> |
#<alt (* (pow x 4) (- (* -1 (/ (+ 1/3 (* 1/2 (/ 1 x))) x)) 1/4))> |
#<alt (* (pow x 4) (- (* -1 (/ (+ 1/2 (/ 1 x)) (pow x 2))) (+ 1/4 (* 1/3 (/ 1 x)))))> |
#<alt (* -1/4 (pow x 4))> |
#<alt (* -1 (* (pow x 4) (+ 1/4 (* 1/3 (/ 1 x)))))> |
#<alt (* (pow x 4) (- (* -1 (/ (+ 1/3 (* 1/2 (/ 1 x))) x)) 1/4))> |
#<alt (* (pow x 4) (- (* -1 (/ (+ 1/3 (+ (* 1/2 (/ 1 x)) (/ 1 (pow x 2)))) x)) 1/4))> |
#<alt -1> |
#<alt (- (* -1/2 x) 1)> |
#<alt (- (* x (- (* -1/3 x) 1/2)) 1)> |
#<alt (- (* x (- (* x (- (* -1/4 x) 1/3)) 1/2)) 1)> |
#<alt (* -1/4 (pow x 3))> |
#<alt (* -1 (* (pow x 3) (+ 1/4 (* 1/3 (/ 1 x)))))> |
#<alt (* (pow x 3) (- (* -1 (/ (+ 1/3 (* 1/2 (/ 1 x))) x)) 1/4))> |
#<alt (* (pow x 3) (- (* -1 (/ (+ 1/2 (/ 1 x)) (pow x 2))) (+ 1/4 (* 1/3 (/ 1 x)))))> |
#<alt (* -1/4 (pow x 3))> |
#<alt (* -1 (* (pow x 3) (+ 1/4 (* 1/3 (/ 1 x)))))> |
#<alt (* -1 (* (pow x 3) (+ 1/4 (+ (/ 1/2 (pow x 2)) (* 1/3 (/ 1 x))))))> |
#<alt (* -1 (* (pow x 3) (+ 1/4 (* -1 (/ (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3) x)))))> |
#<alt (* -1/2 x)> |
#<alt (* x (- (* -1/3 x) 1/2))> |
#<alt (* x (- (* x (- (* -1/4 x) 1/3)) 1/2))> |
#<alt (* x (- (* x (- (* -1/4 x) 1/3)) 1/2))> |
#<alt (* -1/4 (pow x 3))> |
#<alt (* -1 (* (pow x 3) (+ 1/4 (* 1/3 (/ 1 x)))))> |
#<alt (* (pow x 3) (- (* -1 (/ (+ 1/3 (* 1/2 (/ 1 x))) x)) 1/4))> |
#<alt (* (pow x 3) (- (* -1 (/ (+ 1/3 (* 1/2 (/ 1 x))) x)) 1/4))> |
#<alt (* -1/4 (pow x 3))> |
#<alt (* -1 (* (pow x 3) (+ 1/4 (* 1/3 (/ 1 x)))))> |
#<alt (* -1 (* (pow x 3) (+ 1/4 (+ (/ 1/2 (pow x 2)) (* 1/3 (/ 1 x))))))> |
#<alt (* -1 (* (pow x 3) (+ 1/4 (+ (/ 1/2 (pow x 2)) (* 1/3 (/ 1 x))))))> |
#<alt (* -5/12 x)> |
#<alt (* -5/12 x)> |
#<alt (* -5/12 x)> |
#<alt (* -5/12 x)> |
#<alt (* -5/12 x)> |
#<alt (* -5/12 x)> |
#<alt (* -5/12 x)> |
#<alt (* -5/12 x)> |
#<alt (* -5/12 x)> |
#<alt (* -5/12 x)> |
#<alt (* -5/12 x)> |
#<alt (* -5/12 x)> |
#<alt (* -1/3 x)> |
#<alt (* -1/3 x)> |
#<alt (* -1/3 x)> |
#<alt (* -1/3 x)> |
#<alt (* -1/3 x)> |
#<alt (* -1/3 x)> |
#<alt (* -1/3 x)> |
#<alt (* -1/3 x)> |
#<alt (* -1/3 x)> |
#<alt (* -1/3 x)> |
#<alt (* -1/3 x)> |
#<alt (* -1/3 x)> |
#<alt (* 1/3 x)> |
#<alt (* x (+ 1/3 (* -1/4 x)))> |
#<alt (* x (+ 1/3 (* -1/4 x)))> |
#<alt (* x (+ 1/3 (* -1/4 x)))> |
#<alt (* -1/4 (pow x 2))> |
#<alt (* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4))> |
#<alt (* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4))> |
#<alt (* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4))> |
#<alt (* -1/4 (pow x 2))> |
#<alt (* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4))> |
#<alt (* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4))> |
#<alt (* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4))> |
#<alt 1/3> |
#<alt (+ 1/3 (* -1/4 x))> |
#<alt (+ 1/3 (* -1/4 x))> |
#<alt (+ 1/3 (* -1/4 x))> |
#<alt (* -1/4 x)> |
#<alt (* x (- (* 1/3 (/ 1 x)) 1/4))> |
#<alt (* x (- (* 1/3 (/ 1 x)) 1/4))> |
#<alt (* x (- (* 1/3 (/ 1 x)) 1/4))> |
#<alt (* -1/4 x)> |
#<alt (* -1 (* x (- 1/4 (* 1/3 (/ 1 x)))))> |
#<alt (* -1 (* x (- 1/4 (* 1/3 (/ 1 x)))))> |
#<alt (* -1 (* x (- 1/4 (* 1/3 (/ 1 x)))))> |
#<alt (* -1/3 x)> |
#<alt (* x (- (* -1/4 x) 1/3))> |
#<alt (* x (- (* -1/4 x) 1/3))> |
#<alt (* x (- (* -1/4 x) 1/3))> |
#<alt (* -1/4 (pow x 2))> |
#<alt (* -1 (* (pow x 2) (+ 1/4 (* 1/3 (/ 1 x)))))> |
#<alt (* -1 (* (pow x 2) (+ 1/4 (* 1/3 (/ 1 x)))))> |
#<alt (* -1 (* (pow x 2) (+ 1/4 (* 1/3 (/ 1 x)))))> |
#<alt (* -1/4 (pow x 2))> |
#<alt (* -1 (* (pow x 2) (+ 1/4 (* 1/3 (/ 1 x)))))> |
#<alt (* -1 (* (pow x 2) (+ 1/4 (* 1/3 (/ 1 x)))))> |
#<alt (* -1 (* (pow x 2) (+ 1/4 (* 1/3 (/ 1 x)))))> |
66 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 5.0ms | x | @ | 0 | (* x (+ -1/2 (* x -5/12))) |
| 2.0ms | x | @ | inf | (/ (* x (+ -1 (* x (+ -1/2 (* x -1/3))))) (* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))))) |
| 0.0ms | x | @ | -inf | (/ (* x (+ -1 (* x (+ -1/2 (* x (+ -1/3 (* x -1/4))))))) (* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))))) |
| 0.0ms | x | @ | inf | (/ (* x (+ -1 (* x (+ -1/2 (* x (+ -1/3 (* x -1/4))))))) (* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))))) |
| 0.0ms | x | @ | inf | (+ -1 (* x (+ -1 (* x (+ -1/2 (* x -5/12)))))) |
| 1× | batch-egg-rewrite |
| 2534× | fma-lowering-fma.f32 |
| 2534× | fma-lowering-fma.f64 |
| 2484× | *-lowering-*.f32 |
| 2484× | *-lowering-*.f64 |
| 2134× | /-lowering-/.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 41 | 204 |
| 1 | 301 | 165 |
| 2 | 2991 | 164 |
| 0 | 8676 | 164 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(log (+ 1 x)) |
(/ (log (+ 1 (neg x))) (log (+ 1 x))) |
(log (+ 1 (neg x))) |
(neg x) |
(- -1 x) |
(+ -1 (* x (+ -1 (* x (+ -1/2 (* x -5/12)))))) |
(* x (+ -1 (* x (+ -1/2 (* x -5/12))))) |
(+ -1 (* x (+ -1/2 (* x -5/12)))) |
(* x (+ -1/2 (* x -5/12))) |
(/ (* x (+ -1 (* x (+ -1/2 (* x -1/3))))) (* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))))) |
(* x (+ -1 (* x (+ -1/2 (* x -1/3))))) |
(+ -1 (* x (+ -1/2 (* x -1/3)))) |
(* x (+ -1/2 (* x -1/3))) |
(/ (* x (+ -1 (* x (+ -1/2 (* x (+ -1/3 (* x -1/4))))))) (* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))))) |
(* x (+ -1 (* x (+ -1/2 (* x (+ -1/3 (* x -1/4))))))) |
(+ -1 (* x (+ -1/2 (* x (+ -1/3 (* x -1/4)))))) |
(* x (+ -1/2 (* x (+ -1/3 (* x -1/4))))) |
(* x -5/12) |
(* x -1/3) |
(* x (+ 1/3 (* x -1/4))) |
(+ 1/3 (* x -1/4)) |
(* x (+ -1/3 (* x -1/4))) |
| Outputs |
|---|
(log.f64 (+.f64 #s(literal 1 binary64) x)) |
(+.f64 (log1p.f64 (*.f64 x (*.f64 x x))) (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))))) |
(+.f64 (log.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x))) (-.f64 #s(literal 0 binary64) (log1p.f64 x))) |
(+.f64 (log.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (log1p.f64 (*.f64 x (+.f64 x #s(literal -1 binary64))))) |
(+.f64 (log.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 #s(literal 1 binary64) (*.f64 x x)))) (log1p.f64 x)) |
(-.f64 #s(literal 0 binary64) (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(-.f64 #s(literal 0 binary64) (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(-.f64 (log1p.f64 (*.f64 x (*.f64 x x))) (log1p.f64 (*.f64 x (+.f64 x #s(literal -1 binary64))))) |
(-.f64 (log1p.f64 (*.f64 x (*.f64 x x))) (log.f64 (+.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)))) |
(-.f64 (log.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x))) (log1p.f64 x)) |
(-.f64 (log.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (log1p.f64 (*.f64 x (+.f64 x #s(literal -1 binary64))))) |
(-.f64 (log.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (log.f64 (+.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) x)))) |
(-.f64 (log.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (log.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))))) |
(-.f64 (log.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x)))) (log.f64 (neg.f64 (+.f64 #s(literal 1 binary64) x)))) |
(-.f64 (log.f64 (-.f64 (*.f64 x x) #s(literal 1 binary64))) (log.f64 (+.f64 x #s(literal -1 binary64)))) |
(neg.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(neg.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(log1p.f64 x) |
(log1p.f64 (-.f64 #s(literal 0 binary64) x)) |
(log1p.f64 (neg.f64 (-.f64 #s(literal 0 binary64) x))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (log1p.f64 x) (log1p.f64 x))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (log1p.f64 x) (-.f64 #s(literal 0 binary64) (log1p.f64 x)))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 x)) (log1p.f64 x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (log1p.f64 x) (log1p.f64 x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (log1p.f64 x) (log1p.f64 x)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (log1p.f64 x) (log1p.f64 x))))) |
(/.f64 (log1p.f64 x) (log1p.f64 x)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (log1p.f64 x) (log1p.f64 x)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (log1p.f64 x) (log1p.f64 x)) #s(literal 1 binary64)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 x)) (-.f64 #s(literal 0 binary64) (log1p.f64 x))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 x))) (neg.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 x)))) |
(/.f64 (*.f64 (log1p.f64 x) #s(literal 1 binary64)) (log1p.f64 x)) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 x)))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 x))))) |
(/.f64 (neg.f64 (*.f64 (log1p.f64 x) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (log1p.f64 x))) |
(pow.f64 (/.f64 (log1p.f64 x) (log1p.f64 x)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (log1p.f64 x) (log1p.f64 x)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (log1p.f64 x) (log1p.f64 x)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (log1p.f64 x) (log1p.f64 x))) |
(*.f64 (log1p.f64 x) (/.f64 #s(literal 1 binary64) (log1p.f64 x))) |
(*.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 x)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (log1p.f64 x)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (log1p.f64 x)) (log1p.f64 x)) |
(*.f64 (/.f64 #s(literal 1 binary64) (log1p.f64 x)) (pow.f64 (/.f64 #s(literal 1 binary64) (log1p.f64 x)) #s(literal -1 binary64))) |
(log.f64 (+.f64 #s(literal 1 binary64) x)) |
(+.f64 (log1p.f64 (*.f64 x (*.f64 x x))) (log.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))))) |
(+.f64 (log.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x))) (-.f64 #s(literal 0 binary64) (log1p.f64 x))) |
(+.f64 (log.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (log1p.f64 (*.f64 x (+.f64 x #s(literal -1 binary64))))) |
(+.f64 (log.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 #s(literal 1 binary64) (*.f64 x x)))) (log1p.f64 x)) |
(-.f64 #s(literal 0 binary64) (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(-.f64 #s(literal 0 binary64) (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(-.f64 (log1p.f64 (*.f64 x (*.f64 x x))) (log1p.f64 (*.f64 x (+.f64 x #s(literal -1 binary64))))) |
(-.f64 (log1p.f64 (*.f64 x (*.f64 x x))) (log.f64 (+.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)))) |
(-.f64 (log.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x))) (log1p.f64 x)) |
(-.f64 (log.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (log1p.f64 (*.f64 x (+.f64 x #s(literal -1 binary64))))) |
(-.f64 (log.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (log.f64 (+.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) x)))) |
(-.f64 (log.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))))) (log.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))))) |
(-.f64 (log.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x)))) (log.f64 (neg.f64 (+.f64 #s(literal 1 binary64) x)))) |
(-.f64 (log.f64 (-.f64 (*.f64 x x) #s(literal 1 binary64))) (log.f64 (+.f64 x #s(literal -1 binary64)))) |
(neg.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))))) |
(neg.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(log1p.f64 x) |
(log1p.f64 (-.f64 #s(literal 0 binary64) x)) |
(log1p.f64 (neg.f64 (-.f64 #s(literal 0 binary64) x))) |
(+.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) x)) |
(-.f64 #s(literal 0 binary64) x) |
(neg.f64 x) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x x))) (+.f64 #s(literal 0 binary64) (+.f64 (*.f64 x x) (*.f64 #s(literal 0 binary64) x)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) (+.f64 #s(literal 0 binary64) x)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x x)))) (neg.f64 (+.f64 #s(literal 0 binary64) (+.f64 (*.f64 x x) (*.f64 #s(literal 0 binary64) x))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x))) (neg.f64 (+.f64 #s(literal 0 binary64) x))) |
(*.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 x #s(literal -1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) x) |
(+.f64 x #s(literal -1 binary64)) |
(+.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) |
(+.f64 #s(literal -1 binary64) x) |
(+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) x)) |
(-.f64 x #s(literal 1 binary64)) |
(-.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64)) |
(-.f64 #s(literal -1 binary64) x) |
(-.f64 (/.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) |
(-.f64 (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))) (/.f64 (*.f64 x x) (+.f64 x #s(literal -1 binary64)))) |
(fma.f64 #s(literal 1 binary64) x #s(literal -1 binary64)) |
(fma.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)) |
(fma.f64 x #s(literal 1 binary64) #s(literal -1 binary64)) |
(fma.f64 x #s(literal -1 binary64) #s(literal -1 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64) #s(literal -1 binary64)) |
(fma.f64 #s(literal -1 binary64) x #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (+.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 x #s(literal -1 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 x x)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (+.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 x #s(literal -1 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 x x) (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) x))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 x #s(literal -1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x)) (-.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x))) (neg.f64 (+.f64 x #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x))) (neg.f64 (-.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) x)))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x)))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x)))) (neg.f64 (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 x x) (*.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) x)))))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (*.f64 x (*.f64 x x)))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))) (*.f64 (+.f64 x #s(literal -1 binary64)) (*.f64 x x))) (*.f64 (+.f64 x #s(literal -1 binary64)) (+.f64 x #s(literal -1 binary64)))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x)))) (neg.f64 (neg.f64 (+.f64 x #s(literal -1 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x))))) (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))) (+.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 x #s(literal -1 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 x x))) #s(literal -1 binary64)) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64)))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64)))) |
(+.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) #s(literal -1 binary64))) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))) |
(+.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) #s(literal -1 binary64)) |
(+.f64 (+.f64 x #s(literal -1 binary64)) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))))) (/.f64 (*.f64 x (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))))) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))))) |
(fma.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) #s(literal -1 binary64))) |
(fma.f64 x #s(literal -1 binary64) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) #s(literal -1 binary64))) |
(fma.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) #s(literal -1 binary64)) |
(fma.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) #s(literal -1 binary64))) |
(fma.f64 #s(literal -1 binary64) x (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) #s(literal -1 binary64))) |
(fma.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) x #s(literal -1 binary64)) |
(fma.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 x #s(literal -1 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) |
(fma.f64 (-.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) (-.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) #s(literal -1 binary64)))) (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) (*.f64 x (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) (-.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) #s(literal -1 binary64)))) (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) (*.f64 x (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))))))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) (*.f64 x (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) (-.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) #s(literal -1 binary64))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) (*.f64 x (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))))))) (+.f64 (*.f64 x (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))))) (-.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))))) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) (*.f64 x (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) (-.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) #s(literal -1 binary64)))))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) (*.f64 x (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))))))) (neg.f64 (+.f64 (*.f64 x (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))))) (-.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))))))) (neg.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))))) |
(/.f64 (-.f64 (*.f64 x (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))))) #s(literal 1 binary64)) (-.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) #s(literal -1 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))))) (*.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))) (*.f64 x (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))))))) (*.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) (*.f64 x (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))))))))) (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) (-.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) #s(literal -1 binary64))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))))))) (neg.f64 (neg.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))))) #s(literal 1 binary64))) (neg.f64 (-.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) #s(literal -1 binary64)))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) (-.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) #s(literal -1 binary64)))) (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) (*.f64 x (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) (*.f64 x (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) (-.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) #s(literal -1 binary64)))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))))) |
(+.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) |
(+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) (-.f64 #s(literal 0 binary64) x)) |
(-.f64 #s(literal 0 binary64) (-.f64 x (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))) |
(fma.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) |
(fma.f64 x #s(literal -1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) |
(fma.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) (-.f64 #s(literal 0 binary64) x)) |
(fma.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) |
(fma.f64 #s(literal -1 binary64) x (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) |
(fma.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x) (-.f64 #s(literal 0 binary64) x)) |
(fma.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) x (-.f64 #s(literal 0 binary64) x)) |
(fma.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) (*.f64 x (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))))) (+.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) (*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))))) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))) (-.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))) |
(/.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) (*.f64 x (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) #s(literal -1 binary64))))) |
(/.f64 (*.f64 x (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))))) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) (*.f64 x (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))))) x) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) #s(literal -1 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))) x) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) (*.f64 x (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))))))) (neg.f64 (+.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) (*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))))) (neg.f64 (-.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) (*.f64 x (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) #s(literal -1 binary64)))))) |
(/.f64 (neg.f64 (*.f64 x (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))))) (neg.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) (*.f64 x (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))))) x)) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) #s(literal -1 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))) x)) (neg.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))) |
(*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) x) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) |
(+.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) #s(literal -1 binary64)) |
(+.f64 (*.f64 x #s(literal -1/2 binary64)) (+.f64 (*.f64 #s(literal -5/12 binary64) (*.f64 x x)) #s(literal -1 binary64))) |
(+.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 #s(literal -5/12 binary64) (*.f64 x x))) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) (/.f64 (*.f64 x (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))) |
(fma.f64 x #s(literal -1/2 binary64) (+.f64 (*.f64 #s(literal -5/12 binary64) (*.f64 x x)) #s(literal -1 binary64))) |
(fma.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) #s(literal -1 binary64)) |
(fma.f64 #s(literal -1/2 binary64) x (+.f64 (*.f64 #s(literal -5/12 binary64) (*.f64 x x)) #s(literal -1 binary64))) |
(fma.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) x #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) #s(literal -1 binary64)))) (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) (*.f64 x (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) #s(literal -1 binary64)))) (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) (*.f64 x (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) (*.f64 x (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) #s(literal -1 binary64))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) (*.f64 x (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))))) (+.f64 (*.f64 x (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) (-.f64 #s(literal 1 binary64) (neg.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) (*.f64 x (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) #s(literal -1 binary64)))))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) (*.f64 x (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))))) (neg.f64 (+.f64 (*.f64 x (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) (-.f64 #s(literal 1 binary64) (neg.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))))) (neg.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))) |
(/.f64 (-.f64 (*.f64 x (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) #s(literal 1 binary64)) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) #s(literal -1 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) (*.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) (*.f64 x (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))))) (*.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) (*.f64 x (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))))))) (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) #s(literal -1 binary64))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))))) (neg.f64 (neg.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) #s(literal 1 binary64))) (neg.f64 (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) #s(literal -1 binary64)))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) #s(literal -1 binary64)))) (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) (*.f64 x (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) (*.f64 x (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) #s(literal -1 binary64)))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))) |
(+.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 #s(literal -5/12 binary64) (*.f64 x x))) |
(+.f64 (*.f64 #s(literal -5/12 binary64) (*.f64 x x)) (*.f64 x #s(literal -1/2 binary64))) |
(fma.f64 x #s(literal -1/2 binary64) (*.f64 #s(literal -5/12 binary64) (*.f64 x x))) |
(fma.f64 x (*.f64 x #s(literal -5/12 binary64)) (*.f64 x #s(literal -1/2 binary64))) |
(fma.f64 #s(literal -1/2 binary64) x (*.f64 #s(literal -5/12 binary64) (*.f64 x x))) |
(fma.f64 #s(literal -5/12 binary64) (*.f64 x x) (*.f64 x #s(literal -1/2 binary64))) |
(fma.f64 (*.f64 x #s(literal -5/12 binary64)) x (*.f64 x #s(literal -1/2 binary64))) |
(fma.f64 (*.f64 x x) #s(literal -5/12 binary64) (*.f64 x #s(literal -1/2 binary64))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -125/1728 binary64)) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 x #s(literal -1/2 binary64))) (-.f64 (*.f64 (*.f64 #s(literal -5/12 binary64) (*.f64 x x)) (*.f64 #s(literal -5/12 binary64) (*.f64 x x))) (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 #s(literal -5/12 binary64) (*.f64 x x)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 x #s(literal -1/2 binary64))) (*.f64 (*.f64 #s(literal -5/12 binary64) (*.f64 x x)) (*.f64 #s(literal -5/12 binary64) (*.f64 x x)))) (-.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 #s(literal -5/12 binary64) (*.f64 x x)))) |
(/.f64 (*.f64 x (+.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -125/1728 binary64)))) (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x #s(literal -5/12 binary64)) (-.f64 (*.f64 x #s(literal -5/12 binary64)) #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 x (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) #s(literal 25/144 binary64)))) (-.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -125/1728 binary64))) x) (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x #s(literal -5/12 binary64)) (-.f64 (*.f64 x #s(literal -5/12 binary64)) #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) #s(literal 25/144 binary64))) x) (-.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -125/1728 binary64)) (*.f64 x (*.f64 x x))))) (neg.f64 (+.f64 (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 x #s(literal -1/2 binary64))) (-.f64 (*.f64 (*.f64 #s(literal -5/12 binary64) (*.f64 x x)) (*.f64 #s(literal -5/12 binary64) (*.f64 x x))) (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 #s(literal -5/12 binary64) (*.f64 x x))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 x #s(literal -1/2 binary64))) (*.f64 (*.f64 #s(literal -5/12 binary64) (*.f64 x x)) (*.f64 #s(literal -5/12 binary64) (*.f64 x x))))) (neg.f64 (-.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 #s(literal -5/12 binary64) (*.f64 x x))))) |
(/.f64 (neg.f64 (*.f64 x (+.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -125/1728 binary64))))) (neg.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x #s(literal -5/12 binary64)) (-.f64 (*.f64 x #s(literal -5/12 binary64)) #s(literal -1/2 binary64)))))) |
(/.f64 (neg.f64 (*.f64 x (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) #s(literal 25/144 binary64))))) (neg.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -125/1728 binary64))) x)) (neg.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x #s(literal -5/12 binary64)) (-.f64 (*.f64 x #s(literal -5/12 binary64)) #s(literal -1/2 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x x) #s(literal 25/144 binary64))) x)) (neg.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) |
(*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) |
(*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) x) |
(exp.f64 (*.f64 (log.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) (*.f64 x (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) |
(/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) #s(literal 1 binary64))))) |
(/.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))) (*.f64 x (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))))) (neg.f64 (*.f64 x (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) #s(literal 1 binary64))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(/.f64 (*.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) #s(literal 1 binary64)) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(/.f64 (*.f64 x (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) x) |
(/.f64 (/.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) x) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))))) (neg.f64 (neg.f64 (*.f64 x (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) #s(literal 1 binary64)))) (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) #s(literal 1 binary64))) (*.f64 x (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(/.f64 (neg.f64 (*.f64 x (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (neg.f64 (/.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) (-.f64 #s(literal 0 binary64) x)) |
(pow.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) #s(literal 1 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(*.f64 x (/.f64 (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) x)) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) (*.f64 x (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) (/.f64 x (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) |
(*.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))) (/.f64 #s(literal 1 binary64) (*.f64 x (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))))) |
(*.f64 (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) #s(literal 1 binary64)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))) #s(literal -1 binary64))) |
(*.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(*.f64 (/.f64 (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) x) x) |
(*.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) x)) |
(*.f64 (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) x) (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal 1 binary64))))) |
(*.f64 (/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x x))))) (-.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(*.f64 (pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) x) #s(literal -1 binary64)) (pow.f64 (/.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) #s(literal -1 binary64)) (pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) x) #s(literal -1 binary64))) |
(+.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x))) |
(+.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x)) (-.f64 #s(literal 0 binary64) x)) |
(-.f64 #s(literal 0 binary64) (-.f64 x (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x)))) |
(fma.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x))) |
(fma.f64 x #s(literal -1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x))) |
(fma.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (-.f64 #s(literal 0 binary64) x)) |
(fma.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x))) |
(fma.f64 #s(literal -1 binary64) x (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x))) |
(fma.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x) (-.f64 #s(literal 0 binary64) x)) |
(fma.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) x (-.f64 #s(literal 0 binary64) x)) |
(fma.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x)))))) (+.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x)) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x))) (*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x)))))) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x)) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x)))) (-.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x)))) |
(/.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x)))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) #s(literal -1 binary64))))) |
(/.f64 (*.f64 x (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x))))) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x))))) x) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) #s(literal -1 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x)))) x) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x))))))) (neg.f64 (+.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x)) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x))) (*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x x) (*.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x)) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x))))) (neg.f64 (-.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x))))) |
(/.f64 (neg.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x))))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) #s(literal -1 binary64)))))) |
(/.f64 (neg.f64 (*.f64 x (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x)))))) (neg.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x))))) x)) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) #s(literal -1 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x)))) x)) (neg.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))) |
(*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) x) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) |
(+.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) #s(literal -1 binary64)) |
(+.f64 (*.f64 x #s(literal -1/2 binary64)) (+.f64 (*.f64 x (*.f64 x #s(literal -1/3 binary64))) #s(literal -1 binary64))) |
(+.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (*.f64 x #s(literal -1/3 binary64)))) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) (/.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x))) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))) |
(fma.f64 x #s(literal -1/2 binary64) (+.f64 (*.f64 x (*.f64 x #s(literal -1/3 binary64))) #s(literal -1 binary64))) |
(fma.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) #s(literal -1 binary64)) |
(fma.f64 #s(literal -1/2 binary64) x (+.f64 (*.f64 x (*.f64 x #s(literal -1/3 binary64))) #s(literal -1 binary64))) |
(fma.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) x #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) #s(literal -1 binary64)))) (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) #s(literal -1 binary64)))) (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x)))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x))))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) #s(literal -1 binary64))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x))))) (+.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x))) (-.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x)))) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x)))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) #s(literal -1 binary64)))))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x)))))) (neg.f64 (+.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x))) (-.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x))))) (neg.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x))) #s(literal 1 binary64)) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) #s(literal -1 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) (*.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x))))) (*.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x))))))) (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) #s(literal -1 binary64))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x)))))) (neg.f64 (neg.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x))) #s(literal 1 binary64))) (neg.f64 (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) #s(literal -1 binary64)))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) #s(literal -1 binary64)))) (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) #s(literal -1 binary64)))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))) |
(+.f64 (*.f64 x (*.f64 x #s(literal -1/3 binary64))) (*.f64 x #s(literal -1/2 binary64))) |
(+.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 x (*.f64 x #s(literal -1/3 binary64)))) |
(fma.f64 x #s(literal -1/2 binary64) (*.f64 x (*.f64 x #s(literal -1/3 binary64)))) |
(fma.f64 x (*.f64 x #s(literal -1/3 binary64)) (*.f64 x #s(literal -1/2 binary64))) |
(fma.f64 #s(literal -1/2 binary64) x (*.f64 x (*.f64 x #s(literal -1/3 binary64)))) |
(fma.f64 #s(literal -1/3 binary64) (*.f64 x x) (*.f64 x #s(literal -1/2 binary64))) |
(fma.f64 (*.f64 x #s(literal -1/3 binary64)) x (*.f64 x #s(literal -1/2 binary64))) |
(fma.f64 (*.f64 x x) #s(literal -1/3 binary64) (*.f64 x #s(literal -1/2 binary64))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 x #s(literal -1/2 binary64))) (-.f64 (*.f64 (*.f64 x (*.f64 x #s(literal -1/3 binary64))) (*.f64 x (*.f64 x #s(literal -1/3 binary64)))) (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 x (*.f64 x #s(literal -1/3 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 x #s(literal -1/2 binary64))) (*.f64 (*.f64 x (*.f64 x #s(literal -1/3 binary64))) (*.f64 x (*.f64 x #s(literal -1/3 binary64))))) (-.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 x (*.f64 x #s(literal -1/3 binary64))))) |
(/.f64 (*.f64 x (+.f64 #s(literal -1/8 binary64) (*.f64 #s(literal -1/27 binary64) (*.f64 x (*.f64 x x))))) (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x #s(literal -1/3 binary64)) (-.f64 (*.f64 x #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 x (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/9 binary64) (*.f64 x x)))) (-.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal -1/8 binary64) (*.f64 #s(literal -1/27 binary64) (*.f64 x (*.f64 x x)))) x) (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x #s(literal -1/3 binary64)) (-.f64 (*.f64 x #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/9 binary64) (*.f64 x x))) x) (-.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x))))) (neg.f64 (+.f64 (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 x #s(literal -1/2 binary64))) (-.f64 (*.f64 (*.f64 x (*.f64 x #s(literal -1/3 binary64))) (*.f64 x (*.f64 x #s(literal -1/3 binary64)))) (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 x (*.f64 x #s(literal -1/3 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 x #s(literal -1/2 binary64))) (*.f64 (*.f64 x (*.f64 x #s(literal -1/3 binary64))) (*.f64 x (*.f64 x #s(literal -1/3 binary64)))))) (neg.f64 (-.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 x (*.f64 x #s(literal -1/3 binary64)))))) |
(/.f64 (neg.f64 (*.f64 x (+.f64 #s(literal -1/8 binary64) (*.f64 #s(literal -1/27 binary64) (*.f64 x (*.f64 x x)))))) (neg.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x #s(literal -1/3 binary64)) (-.f64 (*.f64 x #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))) |
(/.f64 (neg.f64 (*.f64 x (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/9 binary64) (*.f64 x x))))) (neg.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal -1/8 binary64) (*.f64 #s(literal -1/27 binary64) (*.f64 x (*.f64 x x)))) x)) (neg.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x #s(literal -1/3 binary64)) (-.f64 (*.f64 x #s(literal -1/3 binary64)) #s(literal -1/2 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/9 binary64) (*.f64 x x))) x)) (neg.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) |
(*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) |
(*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) x) |
(exp.f64 (*.f64 (log.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (*.f64 x (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))))) |
(neg.f64 (/.f64 (*.f64 x (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) |
(/.f64 #s(literal 1 binary64) (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) #s(literal 1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) #s(literal 1 binary64))))) |
(/.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(/.f64 (*.f64 x (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) (*.f64 x (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 x (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) (neg.f64 (*.f64 x (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) #s(literal 1 binary64))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(/.f64 (*.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) #s(literal 1 binary64)) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(/.f64 (*.f64 x (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) x) |
(/.f64 (/.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) x) |
(/.f64 (neg.f64 (neg.f64 (*.f64 x (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))))) (neg.f64 (neg.f64 (*.f64 x (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) #s(literal 1 binary64)))) (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) #s(literal 1 binary64))) (*.f64 x (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(/.f64 (neg.f64 (*.f64 x (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (neg.f64 (/.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) (-.f64 #s(literal 0 binary64) x)) |
(pow.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) #s(literal 1 binary64))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(*.f64 x (/.f64 (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) x)) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (*.f64 x (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (/.f64 x (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) |
(*.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(*.f64 (*.f64 x (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) (/.f64 #s(literal 1 binary64) (*.f64 x (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))))) |
(*.f64 (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) #s(literal 1 binary64)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) #s(literal -1 binary64))) |
(*.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(*.f64 (/.f64 (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) x) x) |
(*.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) x)) |
(*.f64 (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) x) (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) #s(literal 1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal 1 binary64))))) |
(*.f64 (/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x x))))) (-.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(*.f64 (pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) x) #s(literal -1 binary64)) (pow.f64 (/.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) #s(literal -1 binary64)) (pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) x) #s(literal -1 binary64))) |
(+.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (-.f64 #s(literal 0 binary64) x)) |
(-.f64 #s(literal 0 binary64) (-.f64 x (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(fma.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) x) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(fma.f64 x #s(literal -1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(fma.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (-.f64 #s(literal 0 binary64) x)) |
(fma.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(fma.f64 #s(literal -1 binary64) x (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(fma.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x x) (-.f64 #s(literal 0 binary64) x)) |
(fma.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) x (-.f64 #s(literal 0 binary64) x)) |
(fma.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))))) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) (-.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(/.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal -1 binary64))))) |
(/.f64 (*.f64 x (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) x) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal -1 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) x) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))))) (neg.f64 (+.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) (neg.f64 (-.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) |
(/.f64 (neg.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal -1 binary64)))))) |
(/.f64 (neg.f64 (*.f64 x (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) (neg.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) x)) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal -1 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) x)) (neg.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) x) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) |
(+.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal -1 binary64)) |
(+.f64 (*.f64 x #s(literal -1/2 binary64)) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) #s(literal -1 binary64))) |
(+.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (/.f64 (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(fma.f64 x #s(literal -1/2 binary64) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) #s(literal -1 binary64))) |
(fma.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) #s(literal -1 binary64)) |
(fma.f64 #s(literal -1/2 binary64) x (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) #s(literal -1 binary64))) |
(fma.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) x #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal -1 binary64)))) (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal -1 binary64)))) (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal -1 binary64))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) (+.f64 (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (-.f64 #s(literal 1 binary64) (neg.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal -1 binary64)))))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) (neg.f64 (+.f64 (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (-.f64 #s(literal 1 binary64) (neg.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) (neg.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) #s(literal 1 binary64)) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal -1 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (*.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) (*.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))))) (neg.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal -1 binary64))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) (neg.f64 (neg.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) #s(literal 1 binary64))) (neg.f64 (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal -1 binary64)))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal -1 binary64)))) (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal -1 binary64)))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x #s(literal -1/2 binary64))) |
(+.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 x (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) |
(fma.f64 x #s(literal -1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) |
(fma.f64 x (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) (*.f64 x #s(literal -1/2 binary64))) |
(fma.f64 #s(literal -1/2 binary64) x (*.f64 x (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) |
(fma.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))) (*.f64 x x) (*.f64 x #s(literal -1/2 binary64))) |
(fma.f64 (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) x (*.f64 x #s(literal -1/2 binary64))) |
(fma.f64 (*.f64 x x) (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))) (*.f64 x #s(literal -1/2 binary64))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) (*.f64 (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 x #s(literal -1/2 binary64))) (-.f64 (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 x (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 x #s(literal -1/2 binary64))) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (-.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 x (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) |
(/.f64 (*.f64 x (+.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) (*.f64 (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 x (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (-.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) |
(/.f64 (*.f64 (+.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) (*.f64 (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) x) (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) x) (-.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) (*.f64 (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 x (*.f64 x x))))) (neg.f64 (+.f64 (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 x #s(literal -1/2 binary64))) (-.f64 (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 x (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 x #s(literal -1/2 binary64))) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (neg.f64 (-.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 x (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 x (+.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) (*.f64 (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) (neg.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) #s(literal -1/2 binary64)))))) |
(/.f64 (neg.f64 (*.f64 x (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (neg.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) (*.f64 (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) x)) (neg.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) #s(literal -1/2 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) x)) (neg.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) |
(*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) |
(*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) x) |
(*.f64 x #s(literal -5/12 binary64)) |
(*.f64 #s(literal -5/12 binary64) x) |
(*.f64 x #s(literal -1/3 binary64)) |
(*.f64 #s(literal -1/3 binary64) x) |
(+.f64 (*.f64 x (*.f64 x #s(literal -1/4 binary64))) (*.f64 x #s(literal 1/3 binary64))) |
(+.f64 (*.f64 x #s(literal 1/3 binary64)) (*.f64 x (*.f64 x #s(literal -1/4 binary64)))) |
(fma.f64 x #s(literal 1/3 binary64) (*.f64 x (*.f64 x #s(literal -1/4 binary64)))) |
(fma.f64 x (*.f64 x #s(literal -1/4 binary64)) (*.f64 x #s(literal 1/3 binary64))) |
(fma.f64 #s(literal 1/3 binary64) x (*.f64 x (*.f64 x #s(literal -1/4 binary64)))) |
(fma.f64 #s(literal -1/4 binary64) (*.f64 x x) (*.f64 x #s(literal 1/3 binary64))) |
(fma.f64 (*.f64 x #s(literal -1/4 binary64)) x (*.f64 x #s(literal 1/3 binary64))) |
(fma.f64 (*.f64 x x) #s(literal -1/4 binary64) (*.f64 x #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64)) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 (*.f64 x #s(literal 1/3 binary64)) (*.f64 x #s(literal 1/3 binary64))) (-.f64 (*.f64 (*.f64 x (*.f64 x #s(literal -1/4 binary64))) (*.f64 x (*.f64 x #s(literal -1/4 binary64)))) (*.f64 (*.f64 x #s(literal 1/3 binary64)) (*.f64 x (*.f64 x #s(literal -1/4 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x #s(literal 1/3 binary64)) (*.f64 x #s(literal 1/3 binary64))) (*.f64 (*.f64 x (*.f64 x #s(literal -1/4 binary64))) (*.f64 x (*.f64 x #s(literal -1/4 binary64))))) (-.f64 (*.f64 x #s(literal 1/3 binary64)) (*.f64 x (*.f64 x #s(literal -1/4 binary64))))) |
(/.f64 (*.f64 x (+.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64)))) (+.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x #s(literal -1/4 binary64)) (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) |
(/.f64 (*.f64 x (-.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x x) #s(literal 1/16 binary64)))) (-.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64))) x) (+.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x #s(literal -1/4 binary64)) (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x x) #s(literal 1/16 binary64))) x) (-.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal 1/27 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64)) (*.f64 x (*.f64 x x))))) (neg.f64 (+.f64 (*.f64 (*.f64 x #s(literal 1/3 binary64)) (*.f64 x #s(literal 1/3 binary64))) (-.f64 (*.f64 (*.f64 x (*.f64 x #s(literal -1/4 binary64))) (*.f64 x (*.f64 x #s(literal -1/4 binary64)))) (*.f64 (*.f64 x #s(literal 1/3 binary64)) (*.f64 x (*.f64 x #s(literal -1/4 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 x #s(literal 1/3 binary64)) (*.f64 x #s(literal 1/3 binary64))) (*.f64 (*.f64 x (*.f64 x #s(literal -1/4 binary64))) (*.f64 x (*.f64 x #s(literal -1/4 binary64)))))) (neg.f64 (-.f64 (*.f64 x #s(literal 1/3 binary64)) (*.f64 x (*.f64 x #s(literal -1/4 binary64)))))) |
(/.f64 (neg.f64 (*.f64 x (+.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64))))) (neg.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x #s(literal -1/4 binary64)) (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) |
(/.f64 (neg.f64 (*.f64 x (-.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x x) #s(literal 1/16 binary64))))) (neg.f64 (-.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64))) x)) (neg.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x #s(literal -1/4 binary64)) (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x x) #s(literal 1/16 binary64))) x)) (neg.f64 (-.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) |
(*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) |
(*.f64 (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))) x) |
(+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))) |
(+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) |
(-.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) |
(-.f64 (/.f64 #s(literal 1/9 binary64) (-.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) (-.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) |
(fma.f64 x #s(literal -1/4 binary64) #s(literal 1/3 binary64)) |
(fma.f64 #s(literal -1/4 binary64) x #s(literal 1/3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x #s(literal -1/4 binary64)) (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (+.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))) (-.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x x) #s(literal 1/16 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x #s(literal -1/4 binary64)) (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (+.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))) (-.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x x) #s(literal 1/16 binary64)))))) |
(/.f64 (+.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64))) (+.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x #s(literal -1/4 binary64)) (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) |
(/.f64 (+.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64))) (+.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) (-.f64 #s(literal 1/9 binary64) (*.f64 #s(literal -1/12 binary64) x)))) |
(/.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x x) #s(literal 1/16 binary64))) (-.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x x) #s(literal 1/16 binary64)))) (neg.f64 (-.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64)))) (neg.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x #s(literal -1/4 binary64)) (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64)))) (neg.f64 (+.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) (-.f64 #s(literal 1/9 binary64) (*.f64 #s(literal -1/12 binary64) x))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) #s(literal 1/9 binary64)) (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (-.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) (*.f64 (-.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))) (*.f64 (*.f64 x x) #s(literal 1/16 binary64)))) (*.f64 (-.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))) (-.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x x) #s(literal 1/16 binary64))))) (neg.f64 (neg.f64 (-.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64))))) (neg.f64 (neg.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x #s(literal -1/4 binary64)) (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) #s(literal 1/9 binary64))) (neg.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x #s(literal -1/4 binary64)) (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (+.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))) (-.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x x) #s(literal 1/16 binary64)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x #s(literal -1/4 binary64)) (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x x) #s(literal 1/16 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) |
(+.f64 (*.f64 x #s(literal -1/3 binary64)) (*.f64 x (*.f64 x #s(literal -1/4 binary64)))) |
(+.f64 (*.f64 x (*.f64 x #s(literal -1/4 binary64))) (*.f64 x #s(literal -1/3 binary64))) |
(fma.f64 x #s(literal -1/3 binary64) (*.f64 x (*.f64 x #s(literal -1/4 binary64)))) |
(fma.f64 x (*.f64 x #s(literal -1/4 binary64)) (*.f64 x #s(literal -1/3 binary64))) |
(fma.f64 #s(literal -1/3 binary64) x (*.f64 x (*.f64 x #s(literal -1/4 binary64)))) |
(fma.f64 #s(literal -1/4 binary64) (*.f64 x x) (*.f64 x #s(literal -1/3 binary64))) |
(fma.f64 (*.f64 x #s(literal -1/4 binary64)) x (*.f64 x #s(literal -1/3 binary64))) |
(fma.f64 (*.f64 x x) #s(literal -1/4 binary64) (*.f64 x #s(literal -1/3 binary64))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64)) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 x x)) (-.f64 (*.f64 (*.f64 x (*.f64 x #s(literal -1/4 binary64))) (*.f64 x (*.f64 x #s(literal -1/4 binary64)))) (*.f64 (*.f64 x #s(literal -1/3 binary64)) (*.f64 x (*.f64 x #s(literal -1/4 binary64))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x #s(literal -1/4 binary64))) (*.f64 x (*.f64 x #s(literal -1/4 binary64))))) (-.f64 (*.f64 x #s(literal -1/3 binary64)) (*.f64 x (*.f64 x #s(literal -1/4 binary64))))) |
(/.f64 (*.f64 x (-.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x x) #s(literal 1/16 binary64)))) (-.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) |
(/.f64 (*.f64 x (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64)) #s(literal -1/27 binary64))) (+.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x #s(literal -1/4 binary64)) (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x x) #s(literal 1/16 binary64))) x) (-.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64)) #s(literal -1/27 binary64)) x) (+.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x #s(literal -1/4 binary64)) (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) |
(/.f64 (neg.f64 (*.f64 x (-.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x x) #s(literal 1/16 binary64))))) (neg.f64 (-.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x x) #s(literal 1/16 binary64))) x)) (neg.f64 (-.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal -1/27 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64)) (*.f64 x (*.f64 x x))))) (neg.f64 (+.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 x x)) (-.f64 (*.f64 (*.f64 x (*.f64 x #s(literal -1/4 binary64))) (*.f64 x (*.f64 x #s(literal -1/4 binary64)))) (*.f64 (*.f64 x #s(literal -1/3 binary64)) (*.f64 x (*.f64 x #s(literal -1/4 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x #s(literal -1/4 binary64))) (*.f64 x (*.f64 x #s(literal -1/4 binary64)))))) (neg.f64 (-.f64 (*.f64 x #s(literal -1/3 binary64)) (*.f64 x (*.f64 x #s(literal -1/4 binary64)))))) |
(/.f64 (neg.f64 (*.f64 x (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64)) #s(literal -1/27 binary64)))) (neg.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x #s(literal -1/4 binary64)) (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64)) #s(literal -1/27 binary64)) x)) (neg.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x #s(literal -1/4 binary64)) (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) |
(*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) |
(*.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))) x) |
| 1× | egg-herbie |
| 3936× | *-lowering-*.f32 |
| 3936× | *-lowering-*.f64 |
| 2504× | +-lowering-+.f64 |
| 2504× | +-lowering-+.f32 |
| 1502× | sum3-define |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 356 | 2680 |
| 1 | 1196 | 2509 |
| 2 | 4146 | 2436 |
| 0 | 8248 | 2436 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
x |
(* x (+ 1 (* -1/2 x))) |
(* x (+ 1 (* x (- (* 1/3 x) 1/2)))) |
(* x (+ 1 (* x (- (* x (+ 1/3 (* -1/4 x))) 1/2)))) |
(* -1 (log (/ 1 x))) |
(+ (* -1 (log (/ 1 x))) (/ 1 x)) |
(- (+ (* -1 (log (/ 1 x))) (/ 1 x)) (/ 1/2 (pow x 2))) |
(- (+ (* -1 (log (/ 1 x))) (+ (/ 1 x) (* 1/3 (/ 1 (pow x 3))))) (/ 1/2 (pow x 2))) |
(+ (log -1) (* -1 (log (/ -1 x)))) |
(+ (log -1) (+ (* -1 (log (/ -1 x))) (/ 1 x))) |
(+ (log -1) (+ (* -1 (log (/ -1 x))) (* -1 (/ (- (* 1/2 (/ 1 x)) 1) x)))) |
(+ (log -1) (+ (* -1 (log (/ -1 x))) (* -1 (/ (- (* -1 (/ (- (* 1/3 (/ 1 x)) 1/2) x)) 1) x)))) |
-1 |
(- (* -1 x) 1) |
(- (* x (- (* -1/2 x) 1)) 1) |
(- (* x (- (* x (- (* -5/12 x) 1/2)) 1)) 1) |
(* -1 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (log (/ 1 x)))) |
(- (+ (* -1 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (log (/ 1 x)))) (/ 2 (* x (log (/ 1 x))))) (/ (log -1) (* x (pow (log (/ 1 x)) 2)))) |
(- (+ (* -1 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (log (/ 1 x)))) (+ (* 1/2 (/ 1 (* (pow x 2) (log (/ 1 x))))) (/ 2 (* x (log (/ 1 x)))))) (+ (* -1 (/ (- (* 2 (/ 1 (log (/ 1 x)))) (/ (log -1) (pow (log (/ 1 x)) 2))) (* (pow x 2) (log (/ 1 x))))) (+ (* -1/2 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (* (pow x 2) (pow (log (/ 1 x)) 2)))) (/ (log -1) (* x (pow (log (/ 1 x)) 2)))))) |
(- (+ (* -1 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (log (/ 1 x)))) (+ (/ 1/3 (* (pow x 3) (log (/ 1 x)))) (+ (* 1/2 (/ 1 (* (pow x 2) (log (/ 1 x))))) (/ 2 (* x (log (/ 1 x))))))) (+ (* -1 (/ (- (* 1/2 (/ 1 (log (/ 1 x)))) (+ (* -1 (/ (- (* 2 (/ 1 (log (/ 1 x)))) (/ (log -1) (pow (log (/ 1 x)) 2))) (log (/ 1 x)))) (* -1/2 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (pow (log (/ 1 x)) 2))))) (* (pow x 3) (log (/ 1 x))))) (+ (* -1 (/ (- (* 2 (/ 1 (log (/ 1 x)))) (/ (log -1) (pow (log (/ 1 x)) 2))) (* (pow x 2) (log (/ 1 x))))) (+ (* -1/2 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (* (pow x 2) (pow (log (/ 1 x)) 2)))) (+ (* 1/3 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (* (pow x 3) (pow (log (/ 1 x)) 2)))) (+ (* 1/2 (/ (- (* 2 (/ 1 (log (/ 1 x)))) (/ (log -1) (pow (log (/ 1 x)) 2))) (* (pow x 3) (log (/ 1 x))))) (/ (log -1) (* x (pow (log (/ 1 x)) 2))))))))) |
(* -1 (/ (log (/ -1 x)) (+ (log -1) (* -1 (log (/ -1 x)))))) |
(+ (* -1 (/ (log (/ -1 x)) (+ (log -1) (* -1 (log (/ -1 x)))))) (* -1 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) x))) |
(+ (* -1 (/ (log (/ -1 x)) (+ (log -1) (* -1 (log (/ -1 x)))))) (* -1 (/ (- (+ (* -1 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (* x (+ (log -1) (* -1 (log (/ -1 x))))))) (+ (* 1/2 (/ (log (/ -1 x)) (* x (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2)))) (+ (/ 1/2 (* x (+ (log -1) (* -1 (log (/ -1 x)))))) (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) x))) |
(+ (* -1 (/ (log (/ -1 x)) (+ (log -1) (* -1 (log (/ -1 x)))))) (* -1 (/ (- (+ (* -1 (/ (- (* -1 (/ (- (* 1/3 (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))) (+ (* -1 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (+ (* -1/2 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (+ (log -1) (* -1 (log (/ -1 x)))))) (+ (* 1/3 (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (+ (* 1/2 (/ 1 (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (* 1/2 (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 3)))))))) x)) (+ (* -1 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (+ (log -1) (* -1 (log (/ -1 x)))))) (+ (* 1/2 (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))) (* 1/2 (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2)))))) x)) (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) x))) |
(* -1 x) |
(* x (- (* -1/2 x) 1)) |
(* x (- (* x (- (* -1/3 x) 1/2)) 1)) |
(* x (- (* x (- (* x (- (* -1/4 x) 1/3)) 1/2)) 1)) |
(+ (log -1) (* -1 (log (/ 1 x)))) |
(- (+ (log -1) (* -1 (log (/ 1 x)))) (/ 1 x)) |
(+ (log -1) (+ (* -1 (log (/ 1 x))) (* -1 (/ (+ 1 (* 1/2 (/ 1 x))) x)))) |
(- (+ (log -1) (+ (* -1 (log (/ 1 x))) (* -1 (/ (+ 1/2 (* 1/3 (/ 1 x))) (pow x 2))))) (/ 1 x)) |
(* -1 (log (/ -1 x))) |
(- (* -1 (log (/ -1 x))) (/ 1 x)) |
(+ (* -1 (log (/ -1 x))) (* -1 (/ (+ 1 (* 1/2 (/ 1 x))) x))) |
(+ (* -1 (log (/ -1 x))) (* -1 (/ (+ 1 (+ (/ 1/3 (pow x 2)) (* 1/2 (/ 1 x)))) x))) |
(* -1 x) |
(* -1 x) |
(* -1 x) |
(* -1 x) |
(* -1 x) |
(* -1 x) |
(* -1 x) |
(* -1 x) |
(* -1 x) |
(* -1 x) |
(* -1 x) |
(* -1 x) |
-1 |
(- (* -1 x) 1) |
(- (* -1 x) 1) |
(- (* -1 x) 1) |
(* -1 x) |
(* -1 (* x (+ 1 (/ 1 x)))) |
(* -1 (* x (+ 1 (/ 1 x)))) |
(* -1 (* x (+ 1 (/ 1 x)))) |
(* -1 x) |
(* -1 (* x (+ 1 (/ 1 x)))) |
(* -1 (* x (+ 1 (/ 1 x)))) |
(* -1 (* x (+ 1 (/ 1 x)))) |
-1 |
(- (* -1 x) 1) |
(- (* x (- (* -1/2 x) 1)) 1) |
(- (* x (- (* x (- (* -5/12 x) 1/2)) 1)) 1) |
(* -5/12 (pow x 3)) |
(* -1 (* (pow x 3) (+ 5/12 (* 1/2 (/ 1 x))))) |
(* (pow x 3) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 5/12)) |
(* (pow x 3) (- (* -1 (/ (+ 1 (/ 1 x)) (pow x 2))) (+ 5/12 (* 1/2 (/ 1 x))))) |
(* -5/12 (pow x 3)) |
(* -1 (* (pow x 3) (+ 5/12 (* 1/2 (/ 1 x))))) |
(* -1 (* (pow x 3) (+ 5/12 (+ (* 1/2 (/ 1 x)) (/ 1 (pow x 2)))))) |
(* -1 (* (pow x 3) (+ 5/12 (* -1 (/ (- (* -1 (/ (+ 1 (/ 1 x)) x)) 1/2) x))))) |
(* -1 x) |
(* x (- (* -1/2 x) 1)) |
(* x (- (* x (- (* -5/12 x) 1/2)) 1)) |
(* x (- (* x (- (* -5/12 x) 1/2)) 1)) |
(* -5/12 (pow x 3)) |
(* -1 (* (pow x 3) (+ 5/12 (* 1/2 (/ 1 x))))) |
(* (pow x 3) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 5/12)) |
(* (pow x 3) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 5/12)) |
(* -5/12 (pow x 3)) |
(* -1 (* (pow x 3) (+ 5/12 (* 1/2 (/ 1 x))))) |
(* -1 (* (pow x 3) (+ 5/12 (+ (* 1/2 (/ 1 x)) (/ 1 (pow x 2)))))) |
(* -1 (* (pow x 3) (+ 5/12 (+ (* 1/2 (/ 1 x)) (/ 1 (pow x 2)))))) |
-1 |
(- (* -1/2 x) 1) |
(- (* x (- (* -5/12 x) 1/2)) 1) |
(- (* x (- (* -5/12 x) 1/2)) 1) |
(* -5/12 (pow x 2)) |
(* -1 (* (pow x 2) (+ 5/12 (* 1/2 (/ 1 x))))) |
(* (pow x 2) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 5/12)) |
(* (pow x 2) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 5/12)) |
(* -5/12 (pow x 2)) |
(* -1 (* (pow x 2) (+ 5/12 (* 1/2 (/ 1 x))))) |
(* (pow x 2) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 5/12)) |
(* (pow x 2) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 5/12)) |
(* -1/2 x) |
(* x (- (* -5/12 x) 1/2)) |
(* x (- (* -5/12 x) 1/2)) |
(* x (- (* -5/12 x) 1/2)) |
(* -5/12 (pow x 2)) |
(* -1 (* (pow x 2) (+ 5/12 (* 1/2 (/ 1 x))))) |
(* -1 (* (pow x 2) (+ 5/12 (* 1/2 (/ 1 x))))) |
(* -1 (* (pow x 2) (+ 5/12 (* 1/2 (/ 1 x))))) |
(* -5/12 (pow x 2)) |
(* -1 (* (pow x 2) (+ 5/12 (* 1/2 (/ 1 x))))) |
(* -1 (* (pow x 2) (+ 5/12 (* 1/2 (/ 1 x))))) |
(* -1 (* (pow x 2) (+ 5/12 (* 1/2 (/ 1 x))))) |
-1 |
(- (* -1 x) 1) |
(- (* x (- (* -1/2 x) 1)) 1) |
(- (* x (- (* x (- (* -1/6 x) 1/2)) 1)) 1) |
(/ 4/3 x) |
(/ (+ 4/3 (* 34/9 (/ 1 x))) x) |
(/ (+ 4/3 (+ (* 34/9 (/ 1 x)) (/ 172/27 (pow x 2)))) x) |
(/ (+ 4/3 (+ (* 34/9 (/ 1 x)) (+ (* 508/81 (/ 1 (pow x 3))) (/ 172/27 (pow x 2))))) x) |
(/ 4/3 x) |
(/ (+ 4/3 (* 34/9 (/ 1 x))) x) |
(* -1 (/ (- (* -1 (/ (+ 34/9 (* 172/27 (/ 1 x))) x)) 4/3) x)) |
(* -1 (/ (- (* -1 (/ (+ 34/9 (+ (* 172/27 (/ 1 x)) (/ 508/81 (pow x 2)))) x)) 4/3) x)) |
(* -1 x) |
(* x (- (* -1/2 x) 1)) |
(* x (- (* x (- (* -1/3 x) 1/2)) 1)) |
(* x (- (* x (- (* -1/3 x) 1/2)) 1)) |
(* -1/3 (pow x 3)) |
(* -1 (* (pow x 3) (+ 1/3 (* 1/2 (/ 1 x))))) |
(* (pow x 3) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3)) |
(* (pow x 3) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3)) |
(* -1/3 (pow x 3)) |
(* -1 (* (pow x 3) (+ 1/3 (* 1/2 (/ 1 x))))) |
(* -1 (* (pow x 3) (+ 1/3 (+ (* 1/2 (/ 1 x)) (/ 1 (pow x 2)))))) |
(* -1 (* (pow x 3) (+ 1/3 (+ (* 1/2 (/ 1 x)) (/ 1 (pow x 2)))))) |
-1 |
(- (* -1/2 x) 1) |
(- (* x (- (* -1/3 x) 1/2)) 1) |
(- (* x (- (* -1/3 x) 1/2)) 1) |
(* -1/3 (pow x 2)) |
(* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x))))) |
(* (pow x 2) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3)) |
(* (pow x 2) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3)) |
(* -1/3 (pow x 2)) |
(* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x))))) |
(* (pow x 2) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3)) |
(* (pow x 2) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3)) |
(* -1/2 x) |
(* x (- (* -1/3 x) 1/2)) |
(* x (- (* -1/3 x) 1/2)) |
(* x (- (* -1/3 x) 1/2)) |
(* -1/3 (pow x 2)) |
(* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x))))) |
(* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x))))) |
(* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x))))) |
(* -1/3 (pow x 2)) |
(* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x))))) |
(* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x))))) |
(* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x))))) |
-1 |
(- (* -1 x) 1) |
(- (* x (- (* -1/2 x) 1)) 1) |
(- (* x (- (* x (- (* -5/12 x) 1/2)) 1)) 1) |
1 |
(+ 1 (* 8/3 (/ 1 x))) |
(+ 1 (+ (* 8/3 (/ 1 x)) (/ 32/9 (pow x 2)))) |
(+ 1 (+ (* 8/3 (/ 1 x)) (+ (* 200/27 (/ 1 (pow x 3))) (/ 32/9 (pow x 2))))) |
1 |
(+ 1 (* 8/3 (/ 1 x))) |
(+ 1 (+ (* 8/3 (/ 1 x)) (/ 32/9 (pow x 2)))) |
(+ 1 (* -1 (/ (- (* -1 (/ (+ 32/9 (* 200/27 (/ 1 x))) x)) 8/3) x))) |
(* -1 x) |
(* x (- (* -1/2 x) 1)) |
(* x (- (* x (- (* -1/3 x) 1/2)) 1)) |
(* x (- (* x (- (* x (- (* -1/4 x) 1/3)) 1/2)) 1)) |
(* -1/4 (pow x 4)) |
(* -1 (* (pow x 4) (+ 1/4 (* 1/3 (/ 1 x))))) |
(* (pow x 4) (- (* -1 (/ (+ 1/3 (* 1/2 (/ 1 x))) x)) 1/4)) |
(* (pow x 4) (- (* -1 (/ (+ 1/2 (/ 1 x)) (pow x 2))) (+ 1/4 (* 1/3 (/ 1 x))))) |
(* -1/4 (pow x 4)) |
(* -1 (* (pow x 4) (+ 1/4 (* 1/3 (/ 1 x))))) |
(* (pow x 4) (- (* -1 (/ (+ 1/3 (* 1/2 (/ 1 x))) x)) 1/4)) |
(* (pow x 4) (- (* -1 (/ (+ 1/3 (+ (* 1/2 (/ 1 x)) (/ 1 (pow x 2)))) x)) 1/4)) |
-1 |
(- (* -1/2 x) 1) |
(- (* x (- (* -1/3 x) 1/2)) 1) |
(- (* x (- (* x (- (* -1/4 x) 1/3)) 1/2)) 1) |
(* -1/4 (pow x 3)) |
(* -1 (* (pow x 3) (+ 1/4 (* 1/3 (/ 1 x))))) |
(* (pow x 3) (- (* -1 (/ (+ 1/3 (* 1/2 (/ 1 x))) x)) 1/4)) |
(* (pow x 3) (- (* -1 (/ (+ 1/2 (/ 1 x)) (pow x 2))) (+ 1/4 (* 1/3 (/ 1 x))))) |
(* -1/4 (pow x 3)) |
(* -1 (* (pow x 3) (+ 1/4 (* 1/3 (/ 1 x))))) |
(* -1 (* (pow x 3) (+ 1/4 (+ (/ 1/2 (pow x 2)) (* 1/3 (/ 1 x)))))) |
(* -1 (* (pow x 3) (+ 1/4 (* -1 (/ (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3) x))))) |
(* -1/2 x) |
(* x (- (* -1/3 x) 1/2)) |
(* x (- (* x (- (* -1/4 x) 1/3)) 1/2)) |
(* x (- (* x (- (* -1/4 x) 1/3)) 1/2)) |
(* -1/4 (pow x 3)) |
(* -1 (* (pow x 3) (+ 1/4 (* 1/3 (/ 1 x))))) |
(* (pow x 3) (- (* -1 (/ (+ 1/3 (* 1/2 (/ 1 x))) x)) 1/4)) |
(* (pow x 3) (- (* -1 (/ (+ 1/3 (* 1/2 (/ 1 x))) x)) 1/4)) |
(* -1/4 (pow x 3)) |
(* -1 (* (pow x 3) (+ 1/4 (* 1/3 (/ 1 x))))) |
(* -1 (* (pow x 3) (+ 1/4 (+ (/ 1/2 (pow x 2)) (* 1/3 (/ 1 x)))))) |
(* -1 (* (pow x 3) (+ 1/4 (+ (/ 1/2 (pow x 2)) (* 1/3 (/ 1 x)))))) |
(* -5/12 x) |
(* -5/12 x) |
(* -5/12 x) |
(* -5/12 x) |
(* -5/12 x) |
(* -5/12 x) |
(* -5/12 x) |
(* -5/12 x) |
(* -5/12 x) |
(* -5/12 x) |
(* -5/12 x) |
(* -5/12 x) |
(* -1/3 x) |
(* -1/3 x) |
(* -1/3 x) |
(* -1/3 x) |
(* -1/3 x) |
(* -1/3 x) |
(* -1/3 x) |
(* -1/3 x) |
(* -1/3 x) |
(* -1/3 x) |
(* -1/3 x) |
(* -1/3 x) |
(* 1/3 x) |
(* x (+ 1/3 (* -1/4 x))) |
(* x (+ 1/3 (* -1/4 x))) |
(* x (+ 1/3 (* -1/4 x))) |
(* -1/4 (pow x 2)) |
(* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4)) |
(* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4)) |
(* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4)) |
(* -1/4 (pow x 2)) |
(* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4)) |
(* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4)) |
(* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4)) |
1/3 |
(+ 1/3 (* -1/4 x)) |
(+ 1/3 (* -1/4 x)) |
(+ 1/3 (* -1/4 x)) |
(* -1/4 x) |
(* x (- (* 1/3 (/ 1 x)) 1/4)) |
(* x (- (* 1/3 (/ 1 x)) 1/4)) |
(* x (- (* 1/3 (/ 1 x)) 1/4)) |
(* -1/4 x) |
(* -1 (* x (- 1/4 (* 1/3 (/ 1 x))))) |
(* -1 (* x (- 1/4 (* 1/3 (/ 1 x))))) |
(* -1 (* x (- 1/4 (* 1/3 (/ 1 x))))) |
(* -1/3 x) |
(* x (- (* -1/4 x) 1/3)) |
(* x (- (* -1/4 x) 1/3)) |
(* x (- (* -1/4 x) 1/3)) |
(* -1/4 (pow x 2)) |
(* -1 (* (pow x 2) (+ 1/4 (* 1/3 (/ 1 x))))) |
(* -1 (* (pow x 2) (+ 1/4 (* 1/3 (/ 1 x))))) |
(* -1 (* (pow x 2) (+ 1/4 (* 1/3 (/ 1 x))))) |
(* -1/4 (pow x 2)) |
(* -1 (* (pow x 2) (+ 1/4 (* 1/3 (/ 1 x))))) |
(* -1 (* (pow x 2) (+ 1/4 (* 1/3 (/ 1 x))))) |
(* -1 (* (pow x 2) (+ 1/4 (* 1/3 (/ 1 x))))) |
| Outputs |
|---|
x |
(* x (+ 1 (* -1/2 x))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x #s(literal -1/2 binary64)))) |
(* x (+ 1 (* x (- (* 1/3 x) 1/2)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))))) |
(* x (+ 1 (* x (- (* x (+ 1/3 (* -1/4 x))) 1/2)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(* -1 (log (/ 1 x))) |
(log.f64 x) |
(+ (* -1 (log (/ 1 x))) (/ 1 x)) |
(+.f64 (/.f64 #s(literal 1 binary64) x) (log.f64 x)) |
(- (+ (* -1 (log (/ 1 x))) (/ 1 x)) (/ 1/2 (pow x 2))) |
(+.f64 (+.f64 (/.f64 #s(literal 1 binary64) x) (log.f64 x)) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) |
(- (+ (* -1 (log (/ 1 x))) (+ (/ 1 x) (* 1/3 (/ 1 (pow x 3))))) (/ 1/2 (pow x 2))) |
(+.f64 (log.f64 x) (+.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/3 binary64) x)) x) x))) |
(+ (log -1) (* -1 (log (/ -1 x)))) |
(-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) |
(+ (log -1) (+ (* -1 (log (/ -1 x))) (/ 1 x))) |
(+.f64 (log.f64 #s(literal -1 binary64)) (-.f64 (/.f64 #s(literal 1 binary64) x) (log.f64 (/.f64 #s(literal -1 binary64) x)))) |
(+ (log -1) (+ (* -1 (log (/ -1 x))) (* -1 (/ (- (* 1/2 (/ 1 x)) 1) x)))) |
(-.f64 (log.f64 #s(literal -1 binary64)) (+.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (/.f64 (+.f64 #s(literal -1 binary64) (/.f64 #s(literal 1/2 binary64) x)) x))) |
(+ (log -1) (+ (* -1 (log (/ -1 x))) (* -1 (/ (- (* -1 (/ (- (* 1/3 (/ 1 x)) 1/2) x)) 1) x)))) |
(-.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) (/.f64 (-.f64 #s(literal -1 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/3 binary64) x)) x)) x)) |
-1 |
#s(literal -1 binary64) |
(- (* -1 x) 1) |
(-.f64 #s(literal -1 binary64) x) |
(- (* x (- (* -1/2 x) 1)) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/2 binary64)) #s(literal -1 binary64)))) |
(- (* x (- (* x (- (* -5/12 x) 1/2)) 1)) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))) |
(* -1 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (log (/ 1 x)))) |
(/.f64 (+.f64 (log.f64 x) (log.f64 #s(literal -1 binary64))) (log.f64 x)) |
(- (+ (* -1 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (log (/ 1 x)))) (/ 2 (* x (log (/ 1 x))))) (/ (log -1) (* x (pow (log (/ 1 x)) 2)))) |
(+.f64 (/.f64 (+.f64 (log.f64 x) (log.f64 #s(literal -1 binary64))) (log.f64 x)) (/.f64 (-.f64 (/.f64 (log.f64 #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) #s(literal 2 binary64)))) (/.f64 #s(literal 2 binary64) (log.f64 x))) x)) |
(- (+ (* -1 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (log (/ 1 x)))) (+ (* 1/2 (/ 1 (* (pow x 2) (log (/ 1 x))))) (/ 2 (* x (log (/ 1 x)))))) (+ (* -1 (/ (- (* 2 (/ 1 (log (/ 1 x)))) (/ (log -1) (pow (log (/ 1 x)) 2))) (* (pow x 2) (log (/ 1 x))))) (+ (* -1/2 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (* (pow x 2) (pow (log (/ 1 x)) 2)))) (/ (log -1) (* x (pow (log (/ 1 x)) 2)))))) |
(+.f64 (+.f64 (/.f64 (+.f64 (log.f64 x) (log.f64 #s(literal -1 binary64))) (log.f64 x)) (-.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) (-.f64 #s(literal 0 binary64) (log.f64 x))) (/.f64 (/.f64 #s(literal 2 binary64) x) (log.f64 x)))) (-.f64 (/.f64 (-.f64 (/.f64 #s(literal 2 binary64) (pow.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) #s(literal 2 binary64))) (/.f64 (log.f64 #s(literal -1 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) #s(literal 3 binary64)))) (*.f64 x x)) (+.f64 (/.f64 (log.f64 #s(literal -1 binary64)) (*.f64 x (pow.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) #s(literal 2 binary64)))) (*.f64 (/.f64 (+.f64 (log.f64 x) (log.f64 #s(literal -1 binary64))) (pow.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) #s(literal 2 binary64))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))))) |
(- (+ (* -1 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (log (/ 1 x)))) (+ (/ 1/3 (* (pow x 3) (log (/ 1 x)))) (+ (* 1/2 (/ 1 (* (pow x 2) (log (/ 1 x))))) (/ 2 (* x (log (/ 1 x))))))) (+ (* -1 (/ (- (* 1/2 (/ 1 (log (/ 1 x)))) (+ (* -1 (/ (- (* 2 (/ 1 (log (/ 1 x)))) (/ (log -1) (pow (log (/ 1 x)) 2))) (log (/ 1 x)))) (* -1/2 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (pow (log (/ 1 x)) 2))))) (* (pow x 3) (log (/ 1 x))))) (+ (* -1 (/ (- (* 2 (/ 1 (log (/ 1 x)))) (/ (log -1) (pow (log (/ 1 x)) 2))) (* (pow x 2) (log (/ 1 x))))) (+ (* -1/2 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (* (pow x 2) (pow (log (/ 1 x)) 2)))) (+ (* 1/3 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (* (pow x 3) (pow (log (/ 1 x)) 2)))) (+ (* 1/2 (/ (- (* 2 (/ 1 (log (/ 1 x)))) (/ (log -1) (pow (log (/ 1 x)) 2))) (* (pow x 3) (log (/ 1 x))))) (/ (log -1) (* x (pow (log (/ 1 x)) 2))))))))) |
(+.f64 (-.f64 (+.f64 (/.f64 (+.f64 (log.f64 x) (log.f64 #s(literal -1 binary64))) (log.f64 x)) (-.f64 (-.f64 (-.f64 (/.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) (-.f64 #s(literal 0 binary64) (log.f64 x))) (/.f64 (/.f64 #s(literal 2 binary64) x) (log.f64 x))) (/.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 x (*.f64 x x))) (log.f64 x))) (/.f64 (-.f64 (+.f64 (-.f64 (/.f64 #s(literal 2 binary64) (pow.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) #s(literal 2 binary64))) (/.f64 (log.f64 #s(literal -1 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) #s(literal 3 binary64)))) (*.f64 #s(literal 1/2 binary64) (/.f64 (+.f64 (log.f64 x) (log.f64 #s(literal -1 binary64))) (pow.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) #s(literal 2 binary64))))) (/.f64 #s(literal 1/2 binary64) (log.f64 x))) (*.f64 (log.f64 x) (*.f64 x (*.f64 x x)))))) (+.f64 (*.f64 (/.f64 (+.f64 (log.f64 x) (log.f64 #s(literal -1 binary64))) (pow.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) #s(literal 2 binary64))) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) (+.f64 (/.f64 (*.f64 (/.f64 #s(literal 1/3 binary64) x) (/.f64 (+.f64 (log.f64 x) (log.f64 #s(literal -1 binary64))) (*.f64 x x))) (pow.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) #s(literal 2 binary64))) (+.f64 (/.f64 (log.f64 #s(literal -1 binary64)) (*.f64 x (pow.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) #s(literal 2 binary64)))) (*.f64 (-.f64 (/.f64 #s(literal 2 binary64) (pow.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) #s(literal 2 binary64))) (/.f64 (log.f64 #s(literal -1 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) #s(literal 3 binary64)))) (/.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x x)))))))) (/.f64 (-.f64 (/.f64 #s(literal 2 binary64) (pow.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) #s(literal 2 binary64))) (/.f64 (log.f64 #s(literal -1 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) #s(literal 3 binary64)))) (*.f64 x x))) |
(* -1 (/ (log (/ -1 x)) (+ (log -1) (* -1 (log (/ -1 x)))))) |
(-.f64 #s(literal 0 binary64) (/.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))))) |
(+ (* -1 (/ (log (/ -1 x)) (+ (log -1) (* -1 (log (/ -1 x)))))) (* -1 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) x))) |
(-.f64 (-.f64 #s(literal 0 binary64) (/.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))))) (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x)))) (/.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 2 binary64)))) x)) |
(+ (* -1 (/ (log (/ -1 x)) (+ (log -1) (* -1 (log (/ -1 x)))))) (* -1 (/ (- (+ (* -1 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (* x (+ (log -1) (* -1 (log (/ -1 x))))))) (+ (* 1/2 (/ (log (/ -1 x)) (* x (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2)))) (+ (/ 1/2 (* x (+ (log -1) (* -1 (log (/ -1 x)))))) (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) x))) |
(-.f64 (-.f64 #s(literal 0 binary64) (/.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))))) (/.f64 (-.f64 (+.f64 (/.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (/.f64 #s(literal -1 binary64) x))) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 2 binary64))) x) (-.f64 (+.f64 (/.f64 #s(literal 1 binary64) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x)))) (/.f64 (/.f64 #s(literal 1/2 binary64) x) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))))) (/.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 2 binary64))))) (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 2 binary64))) (/.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 3 binary64)))) x)) x)) |
(+ (* -1 (/ (log (/ -1 x)) (+ (log -1) (* -1 (log (/ -1 x)))))) (* -1 (/ (- (+ (* -1 (/ (- (* -1 (/ (- (* 1/3 (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))) (+ (* -1 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (+ (* -1/2 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (+ (log -1) (* -1 (log (/ -1 x)))))) (+ (* 1/3 (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (+ (* 1/2 (/ 1 (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (* 1/2 (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 3)))))))) x)) (+ (* -1 (/ (- (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (+ (log -1) (* -1 (log (/ -1 x)))))) (+ (* 1/2 (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))) (* 1/2 (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2)))))) x)) (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))) (/ (log (/ -1 x)) (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) x))) |
(-.f64 (-.f64 #s(literal 0 binary64) (/.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))))) (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x)))) (-.f64 (/.f64 (+.f64 (/.f64 (-.f64 (+.f64 (/.f64 #s(literal 1/3 binary64) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x)))) (-.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 3 binary64))) (/.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 4 binary64))))) (+.f64 (*.f64 #s(literal -1/2 binary64) (-.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 2 binary64))) (/.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 3 binary64))))) (+.f64 (/.f64 #s(literal 1/2 binary64) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 2 binary64))) (+.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (/.f64 #s(literal -1 binary64) x))) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 3 binary64))) (/.f64 (*.f64 #s(literal 1/3 binary64) (log.f64 (/.f64 #s(literal -1 binary64) x))) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 2 binary64))))))) x) (+.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x)))) (-.f64 (/.f64 (*.f64 #s(literal 1/2 binary64) (log.f64 (/.f64 #s(literal -1 binary64) x))) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 2 binary64))) (-.f64 (/.f64 #s(literal 1 binary64) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 2 binary64))) (/.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 3 binary64))))))) x) (/.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 2 binary64))))) x)) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* x (- (* -1/2 x) 1)) |
(*.f64 x (+.f64 (*.f64 x #s(literal -1/2 binary64)) #s(literal -1 binary64))) |
(* x (- (* x (- (* -1/3 x) 1/2)) 1)) |
(*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) |
(* x (- (* x (- (* x (- (* -1/4 x) 1/3)) 1/2)) 1)) |
(*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64))))))) |
(+ (log -1) (* -1 (log (/ 1 x)))) |
(+.f64 (log.f64 x) (log.f64 #s(literal -1 binary64))) |
(- (+ (log -1) (* -1 (log (/ 1 x)))) (/ 1 x)) |
(+.f64 (log.f64 #s(literal -1 binary64)) (+.f64 (log.f64 x) (/.f64 #s(literal -1 binary64) x))) |
(+ (log -1) (+ (* -1 (log (/ 1 x))) (* -1 (/ (+ 1 (* 1/2 (/ 1 x))) x)))) |
(-.f64 (+.f64 (log.f64 x) (log.f64 #s(literal -1 binary64))) (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) x)) x)) |
(- (+ (log -1) (+ (* -1 (log (/ 1 x))) (* -1 (/ (+ 1/2 (* 1/3 (/ 1 x))) (pow x 2))))) (/ 1 x)) |
(+.f64 (log.f64 #s(literal -1 binary64)) (+.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1/3 binary64) x)) (*.f64 x x)) (+.f64 (log.f64 x) (/.f64 #s(literal -1 binary64) x)))) |
(* -1 (log (/ -1 x))) |
(-.f64 #s(literal 0 binary64) (log.f64 (/.f64 #s(literal -1 binary64) x))) |
(- (* -1 (log (/ -1 x))) (/ 1 x)) |
(-.f64 (/.f64 #s(literal -1 binary64) x) (log.f64 (/.f64 #s(literal -1 binary64) x))) |
(+ (* -1 (log (/ -1 x))) (* -1 (/ (+ 1 (* 1/2 (/ 1 x))) x))) |
(-.f64 (/.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) x)) (-.f64 #s(literal 0 binary64) x)) (log.f64 (/.f64 #s(literal -1 binary64) x))) |
(+ (* -1 (log (/ -1 x))) (* -1 (/ (+ 1 (+ (/ 1/3 (pow x 2)) (* 1/2 (/ 1 x)))) x))) |
(-.f64 (/.f64 (+.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 1/2 binary64) x)) (/.f64 #s(literal 1/3 binary64) (*.f64 x x))) (-.f64 #s(literal 0 binary64) x)) (log.f64 (/.f64 #s(literal -1 binary64) x))) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
-1 |
#s(literal -1 binary64) |
(- (* -1 x) 1) |
(-.f64 #s(literal -1 binary64) x) |
(- (* -1 x) 1) |
(-.f64 #s(literal -1 binary64) x) |
(- (* -1 x) 1) |
(-.f64 #s(literal -1 binary64) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 (* x (+ 1 (/ 1 x)))) |
(-.f64 #s(literal -1 binary64) x) |
(* -1 (* x (+ 1 (/ 1 x)))) |
(-.f64 #s(literal -1 binary64) x) |
(* -1 (* x (+ 1 (/ 1 x)))) |
(-.f64 #s(literal -1 binary64) x) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* -1 (* x (+ 1 (/ 1 x)))) |
(-.f64 #s(literal -1 binary64) x) |
(* -1 (* x (+ 1 (/ 1 x)))) |
(-.f64 #s(literal -1 binary64) x) |
(* -1 (* x (+ 1 (/ 1 x)))) |
(-.f64 #s(literal -1 binary64) x) |
-1 |
#s(literal -1 binary64) |
(- (* -1 x) 1) |
(-.f64 #s(literal -1 binary64) x) |
(- (* x (- (* -1/2 x) 1)) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/2 binary64)) #s(literal -1 binary64)))) |
(- (* x (- (* x (- (* -5/12 x) 1/2)) 1)) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))) |
(* -5/12 (pow x 3)) |
(*.f64 x (*.f64 (*.f64 x x) #s(literal -5/12 binary64))) |
(* -1 (* (pow x 3) (+ 5/12 (* 1/2 (/ 1 x))))) |
(*.f64 (*.f64 x (*.f64 x x)) (-.f64 #s(literal -5/12 binary64) (/.f64 #s(literal 1/2 binary64) x))) |
(* (pow x 3) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 5/12)) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -5/12 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x))) |
(* (pow x 3) (- (* -1 (/ (+ 1 (/ 1 x)) (pow x 2))) (+ 5/12 (* 1/2 (/ 1 x))))) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x) #s(literal -5/12 binary64))) |
(* -5/12 (pow x 3)) |
(*.f64 x (*.f64 (*.f64 x x) #s(literal -5/12 binary64))) |
(* -1 (* (pow x 3) (+ 5/12 (* 1/2 (/ 1 x))))) |
(*.f64 (*.f64 x (*.f64 x x)) (-.f64 #s(literal -5/12 binary64) (/.f64 #s(literal 1/2 binary64) x))) |
(* -1 (* (pow x 3) (+ 5/12 (+ (* 1/2 (/ 1 x)) (/ 1 (pow x 2)))))) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 (-.f64 #s(literal -5/12 binary64) (/.f64 #s(literal 1/2 binary64) x)) (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) x) x)))) |
(* -1 (* (pow x 3) (+ 5/12 (* -1 (/ (- (* -1 (/ (+ 1 (/ 1 x)) x)) 1/2) x))))) |
(*.f64 (-.f64 #s(literal 5/12 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 (+.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x)) (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x x)))) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* x (- (* -1/2 x) 1)) |
(*.f64 x (+.f64 (*.f64 x #s(literal -1/2 binary64)) #s(literal -1 binary64))) |
(* x (- (* x (- (* -5/12 x) 1/2)) 1)) |
(*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) |
(* x (- (* x (- (* -5/12 x) 1/2)) 1)) |
(*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) |
(* -5/12 (pow x 3)) |
(*.f64 x (*.f64 (*.f64 x x) #s(literal -5/12 binary64))) |
(* -1 (* (pow x 3) (+ 5/12 (* 1/2 (/ 1 x))))) |
(*.f64 (*.f64 x (*.f64 x x)) (-.f64 #s(literal -5/12 binary64) (/.f64 #s(literal 1/2 binary64) x))) |
(* (pow x 3) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 5/12)) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -5/12 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x))) |
(* (pow x 3) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 5/12)) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -5/12 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x))) |
(* -5/12 (pow x 3)) |
(*.f64 x (*.f64 (*.f64 x x) #s(literal -5/12 binary64))) |
(* -1 (* (pow x 3) (+ 5/12 (* 1/2 (/ 1 x))))) |
(*.f64 (*.f64 x (*.f64 x x)) (-.f64 #s(literal -5/12 binary64) (/.f64 #s(literal 1/2 binary64) x))) |
(* -1 (* (pow x 3) (+ 5/12 (+ (* 1/2 (/ 1 x)) (/ 1 (pow x 2)))))) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 (-.f64 #s(literal -5/12 binary64) (/.f64 #s(literal 1/2 binary64) x)) (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) x) x)))) |
(* -1 (* (pow x 3) (+ 5/12 (+ (* 1/2 (/ 1 x)) (/ 1 (pow x 2)))))) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 (-.f64 #s(literal -5/12 binary64) (/.f64 #s(literal 1/2 binary64) x)) (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) x) x)))) |
-1 |
#s(literal -1 binary64) |
(- (* -1/2 x) 1) |
(+.f64 (*.f64 x #s(literal -1/2 binary64)) #s(literal -1 binary64)) |
(- (* x (- (* -5/12 x) 1/2)) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) |
(- (* x (- (* -5/12 x) 1/2)) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) |
(* -5/12 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal -5/12 binary64)) |
(* -1 (* (pow x 2) (+ 5/12 (* 1/2 (/ 1 x))))) |
(*.f64 (*.f64 x x) (-.f64 #s(literal -5/12 binary64) (/.f64 #s(literal 1/2 binary64) x))) |
(* (pow x 2) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 5/12)) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -5/12 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x))) |
(* (pow x 2) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 5/12)) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -5/12 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x))) |
(* -5/12 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal -5/12 binary64)) |
(* -1 (* (pow x 2) (+ 5/12 (* 1/2 (/ 1 x))))) |
(*.f64 (*.f64 x x) (-.f64 #s(literal -5/12 binary64) (/.f64 #s(literal 1/2 binary64) x))) |
(* (pow x 2) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 5/12)) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -5/12 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x))) |
(* (pow x 2) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 5/12)) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -5/12 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x))) |
(* -1/2 x) |
(*.f64 x #s(literal -1/2 binary64)) |
(* x (- (* -5/12 x) 1/2)) |
(*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) |
(* x (- (* -5/12 x) 1/2)) |
(*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) |
(* x (- (* -5/12 x) 1/2)) |
(*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) |
(* -5/12 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal -5/12 binary64)) |
(* -1 (* (pow x 2) (+ 5/12 (* 1/2 (/ 1 x))))) |
(*.f64 (*.f64 x x) (-.f64 #s(literal -5/12 binary64) (/.f64 #s(literal 1/2 binary64) x))) |
(* -1 (* (pow x 2) (+ 5/12 (* 1/2 (/ 1 x))))) |
(*.f64 (*.f64 x x) (-.f64 #s(literal -5/12 binary64) (/.f64 #s(literal 1/2 binary64) x))) |
(* -1 (* (pow x 2) (+ 5/12 (* 1/2 (/ 1 x))))) |
(*.f64 (*.f64 x x) (-.f64 #s(literal -5/12 binary64) (/.f64 #s(literal 1/2 binary64) x))) |
(* -5/12 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal -5/12 binary64)) |
(* -1 (* (pow x 2) (+ 5/12 (* 1/2 (/ 1 x))))) |
(*.f64 (*.f64 x x) (-.f64 #s(literal -5/12 binary64) (/.f64 #s(literal 1/2 binary64) x))) |
(* -1 (* (pow x 2) (+ 5/12 (* 1/2 (/ 1 x))))) |
(*.f64 (*.f64 x x) (-.f64 #s(literal -5/12 binary64) (/.f64 #s(literal 1/2 binary64) x))) |
(* -1 (* (pow x 2) (+ 5/12 (* 1/2 (/ 1 x))))) |
(*.f64 (*.f64 x x) (-.f64 #s(literal -5/12 binary64) (/.f64 #s(literal 1/2 binary64) x))) |
-1 |
#s(literal -1 binary64) |
(- (* -1 x) 1) |
(-.f64 #s(literal -1 binary64) x) |
(- (* x (- (* -1/2 x) 1)) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/2 binary64)) #s(literal -1 binary64)))) |
(- (* x (- (* x (- (* -1/6 x) 1/2)) 1)) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/6 binary64))))))) |
(/ 4/3 x) |
(/.f64 #s(literal 4/3 binary64) x) |
(/ (+ 4/3 (* 34/9 (/ 1 x))) x) |
(/.f64 (+.f64 #s(literal 4/3 binary64) (/.f64 #s(literal 34/9 binary64) x)) x) |
(/ (+ 4/3 (+ (* 34/9 (/ 1 x)) (/ 172/27 (pow x 2)))) x) |
(/.f64 (+.f64 (/.f64 #s(literal 34/9 binary64) x) (+.f64 #s(literal 4/3 binary64) (/.f64 #s(literal 172/27 binary64) (*.f64 x x)))) x) |
(/ (+ 4/3 (+ (* 34/9 (/ 1 x)) (+ (* 508/81 (/ 1 (pow x 3))) (/ 172/27 (pow x 2))))) x) |
(/.f64 (+.f64 #s(literal 4/3 binary64) (+.f64 (/.f64 #s(literal 34/9 binary64) x) (+.f64 (/.f64 #s(literal 172/27 binary64) (*.f64 x x)) (/.f64 (/.f64 #s(literal 508/81 binary64) (*.f64 x x)) x)))) x) |
(/ 4/3 x) |
(/.f64 #s(literal 4/3 binary64) x) |
(/ (+ 4/3 (* 34/9 (/ 1 x))) x) |
(/.f64 (+.f64 #s(literal 4/3 binary64) (/.f64 #s(literal 34/9 binary64) x)) x) |
(* -1 (/ (- (* -1 (/ (+ 34/9 (* 172/27 (/ 1 x))) x)) 4/3) x)) |
(/.f64 (-.f64 #s(literal -4/3 binary64) (/.f64 (+.f64 #s(literal 34/9 binary64) (/.f64 #s(literal 172/27 binary64) x)) x)) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (/ (- (* -1 (/ (+ 34/9 (+ (* 172/27 (/ 1 x)) (/ 508/81 (pow x 2)))) x)) 4/3) x)) |
(/.f64 (-.f64 #s(literal -4/3 binary64) (/.f64 (+.f64 #s(literal 34/9 binary64) (+.f64 (/.f64 #s(literal 172/27 binary64) x) (/.f64 #s(literal 508/81 binary64) (*.f64 x x)))) x)) (-.f64 #s(literal 0 binary64) x)) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* x (- (* -1/2 x) 1)) |
(*.f64 x (+.f64 (*.f64 x #s(literal -1/2 binary64)) #s(literal -1 binary64))) |
(* x (- (* x (- (* -1/3 x) 1/2)) 1)) |
(*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) |
(* x (- (* x (- (* -1/3 x) 1/2)) 1)) |
(*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) |
(* -1/3 (pow x 3)) |
(*.f64 x (*.f64 x (*.f64 x #s(literal -1/3 binary64)))) |
(* -1 (* (pow x 3) (+ 1/3 (* 1/2 (/ 1 x))))) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/2 binary64) x)))) |
(* (pow x 3) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3)) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x))) |
(* (pow x 3) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3)) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x))) |
(* -1/3 (pow x 3)) |
(*.f64 x (*.f64 x (*.f64 x #s(literal -1/3 binary64)))) |
(* -1 (* (pow x 3) (+ 1/3 (* 1/2 (/ 1 x))))) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/2 binary64) x)))) |
(* -1 (* (pow x 3) (+ 1/3 (+ (* 1/2 (/ 1 x)) (/ 1 (pow x 2)))))) |
(*.f64 (*.f64 x (*.f64 x x)) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 #s(literal 1/2 binary64) x) (+.f64 #s(literal 1/3 binary64) (/.f64 (/.f64 #s(literal 1 binary64) x) x))))) |
(* -1 (* (pow x 3) (+ 1/3 (+ (* 1/2 (/ 1 x)) (/ 1 (pow x 2)))))) |
(*.f64 (*.f64 x (*.f64 x x)) (-.f64 #s(literal 0 binary64) (+.f64 (/.f64 #s(literal 1/2 binary64) x) (+.f64 #s(literal 1/3 binary64) (/.f64 (/.f64 #s(literal 1 binary64) x) x))))) |
-1 |
#s(literal -1 binary64) |
(- (* -1/2 x) 1) |
(+.f64 (*.f64 x #s(literal -1/2 binary64)) #s(literal -1 binary64)) |
(- (* x (- (* -1/3 x) 1/2)) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) |
(- (* x (- (* -1/3 x) 1/2)) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) |
(* -1/3 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal -1/3 binary64))) |
(* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x))))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/2 binary64) x)))) |
(* (pow x 2) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3)) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x))) |
(* (pow x 2) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3)) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x))) |
(* -1/3 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal -1/3 binary64))) |
(* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x))))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/2 binary64) x)))) |
(* (pow x 2) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3)) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x))) |
(* (pow x 2) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3)) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x))) |
(* -1/2 x) |
(*.f64 x #s(literal -1/2 binary64)) |
(* x (- (* -1/3 x) 1/2)) |
(*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) |
(* x (- (* -1/3 x) 1/2)) |
(*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) |
(* x (- (* -1/3 x) 1/2)) |
(*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) |
(* -1/3 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal -1/3 binary64))) |
(* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x))))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/2 binary64) x)))) |
(* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x))))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/2 binary64) x)))) |
(* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x))))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/2 binary64) x)))) |
(* -1/3 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal -1/3 binary64))) |
(* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x))))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/2 binary64) x)))) |
(* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x))))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/2 binary64) x)))) |
(* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x))))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -1/3 binary64) (-.f64 #s(literal 0 binary64) (/.f64 #s(literal 1/2 binary64) x)))) |
-1 |
#s(literal -1 binary64) |
(- (* -1 x) 1) |
(-.f64 #s(literal -1 binary64) x) |
(- (* x (- (* -1/2 x) 1)) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/2 binary64)) #s(literal -1 binary64)))) |
(- (* x (- (* x (- (* -5/12 x) 1/2)) 1)) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* 8/3 (/ 1 x))) |
(+.f64 #s(literal 1 binary64) (/.f64 #s(literal 8/3 binary64) x)) |
(+ 1 (+ (* 8/3 (/ 1 x)) (/ 32/9 (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 8/3 binary64) x) (/.f64 #s(literal 32/9 binary64) (*.f64 x x)))) |
(+ 1 (+ (* 8/3 (/ 1 x)) (+ (* 200/27 (/ 1 (pow x 3))) (/ 32/9 (pow x 2))))) |
(+.f64 (+.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 8/3 binary64) x) (/.f64 #s(literal 32/9 binary64) (*.f64 x x)))) (/.f64 #s(literal 200/27 binary64) (*.f64 x (*.f64 x x)))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* 8/3 (/ 1 x))) |
(+.f64 #s(literal 1 binary64) (/.f64 #s(literal 8/3 binary64) x)) |
(+ 1 (+ (* 8/3 (/ 1 x)) (/ 32/9 (pow x 2)))) |
(+.f64 #s(literal 1 binary64) (+.f64 (/.f64 #s(literal 8/3 binary64) x) (/.f64 #s(literal 32/9 binary64) (*.f64 x x)))) |
(+ 1 (* -1 (/ (- (* -1 (/ (+ 32/9 (* 200/27 (/ 1 x))) x)) 8/3) x))) |
(-.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal -8/3 binary64) (/.f64 (+.f64 #s(literal 32/9 binary64) (/.f64 #s(literal 200/27 binary64) x)) x)) x)) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* x (- (* -1/2 x) 1)) |
(*.f64 x (+.f64 (*.f64 x #s(literal -1/2 binary64)) #s(literal -1 binary64))) |
(* x (- (* x (- (* -1/3 x) 1/2)) 1)) |
(*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) |
(* x (- (* x (- (* x (- (* -1/4 x) 1/3)) 1/2)) 1)) |
(*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64))))))) |
(* -1/4 (pow x 4)) |
(*.f64 #s(literal -1/4 binary64) (pow.f64 x #s(literal 4 binary64))) |
(* -1 (* (pow x 4) (+ 1/4 (* 1/3 (/ 1 x))))) |
(*.f64 (pow.f64 x #s(literal 4 binary64)) (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal -1/3 binary64) x))) |
(* (pow x 4) (- (* -1 (/ (+ 1/3 (* 1/2 (/ 1 x))) x)) 1/4)) |
(*.f64 (pow.f64 x #s(literal 4 binary64)) (-.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1/2 binary64) x)) x))) |
(* (pow x 4) (- (* -1 (/ (+ 1/2 (/ 1 x)) (pow x 2))) (+ 1/4 (* 1/3 (/ 1 x))))) |
(*.f64 (pow.f64 x #s(literal 4 binary64)) (+.f64 (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x) #s(literal -1/4 binary64))) |
(* -1/4 (pow x 4)) |
(*.f64 #s(literal -1/4 binary64) (pow.f64 x #s(literal 4 binary64))) |
(* -1 (* (pow x 4) (+ 1/4 (* 1/3 (/ 1 x))))) |
(*.f64 (pow.f64 x #s(literal 4 binary64)) (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal -1/3 binary64) x))) |
(* (pow x 4) (- (* -1 (/ (+ 1/3 (* 1/2 (/ 1 x))) x)) 1/4)) |
(*.f64 (pow.f64 x #s(literal 4 binary64)) (-.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1/2 binary64) x)) x))) |
(* (pow x 4) (- (* -1 (/ (+ 1/3 (+ (* 1/2 (/ 1 x)) (/ 1 (pow x 2)))) x)) 1/4)) |
(*.f64 (pow.f64 x #s(literal 4 binary64)) (-.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) x) (+.f64 #s(literal 1/3 binary64) (/.f64 (/.f64 #s(literal 1 binary64) x) x))) x))) |
-1 |
#s(literal -1 binary64) |
(- (* -1/2 x) 1) |
(+.f64 (*.f64 x #s(literal -1/2 binary64)) #s(literal -1 binary64)) |
(- (* x (- (* -1/3 x) 1/2)) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) |
(- (* x (- (* x (- (* -1/4 x) 1/3)) 1/2)) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)))))) |
(* -1/4 (pow x 3)) |
(*.f64 x (*.f64 #s(literal -1/4 binary64) (*.f64 x x))) |
(* -1 (* (pow x 3) (+ 1/4 (* 1/3 (/ 1 x))))) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal -1/3 binary64) x))) |
(* (pow x 3) (- (* -1 (/ (+ 1/3 (* 1/2 (/ 1 x))) x)) 1/4)) |
(*.f64 (*.f64 x (*.f64 x x)) (-.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1/2 binary64) x)) x))) |
(* (pow x 3) (- (* -1 (/ (+ 1/2 (/ 1 x)) (pow x 2))) (+ 1/4 (* 1/3 (/ 1 x))))) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x) #s(literal -1/4 binary64))) |
(* -1/4 (pow x 3)) |
(*.f64 x (*.f64 #s(literal -1/4 binary64) (*.f64 x x))) |
(* -1 (* (pow x 3) (+ 1/4 (* 1/3 (/ 1 x))))) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal -1/3 binary64) x))) |
(* -1 (* (pow x 3) (+ 1/4 (+ (/ 1/2 (pow x 2)) (* 1/3 (/ 1 x)))))) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal -1/3 binary64) x)) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) |
(* -1 (* (pow x 3) (+ 1/4 (* -1 (/ (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3) x))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 x (*.f64 x x)) (-.f64 #s(literal 1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x)))) |
(* -1/2 x) |
(*.f64 x #s(literal -1/2 binary64)) |
(* x (- (* -1/3 x) 1/2)) |
(*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) |
(* x (- (* x (- (* -1/4 x) 1/3)) 1/2)) |
(*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64))))) |
(* x (- (* x (- (* -1/4 x) 1/3)) 1/2)) |
(*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64))))) |
(* -1/4 (pow x 3)) |
(*.f64 x (*.f64 #s(literal -1/4 binary64) (*.f64 x x))) |
(* -1 (* (pow x 3) (+ 1/4 (* 1/3 (/ 1 x))))) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal -1/3 binary64) x))) |
(* (pow x 3) (- (* -1 (/ (+ 1/3 (* 1/2 (/ 1 x))) x)) 1/4)) |
(*.f64 (*.f64 x (*.f64 x x)) (-.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1/2 binary64) x)) x))) |
(* (pow x 3) (- (* -1 (/ (+ 1/3 (* 1/2 (/ 1 x))) x)) 1/4)) |
(*.f64 (*.f64 x (*.f64 x x)) (-.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal 1/3 binary64) (/.f64 #s(literal 1/2 binary64) x)) x))) |
(* -1/4 (pow x 3)) |
(*.f64 x (*.f64 #s(literal -1/4 binary64) (*.f64 x x))) |
(* -1 (* (pow x 3) (+ 1/4 (* 1/3 (/ 1 x))))) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal -1/3 binary64) x))) |
(* -1 (* (pow x 3) (+ 1/4 (+ (/ 1/2 (pow x 2)) (* 1/3 (/ 1 x)))))) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal -1/3 binary64) x)) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) |
(* -1 (* (pow x 3) (+ 1/4 (+ (/ 1/2 (pow x 2)) (* 1/3 (/ 1 x)))))) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal -1/3 binary64) x)) (/.f64 #s(literal -1/2 binary64) (*.f64 x x)))) |
(* -5/12 x) |
(*.f64 x #s(literal -5/12 binary64)) |
(* -5/12 x) |
(*.f64 x #s(literal -5/12 binary64)) |
(* -5/12 x) |
(*.f64 x #s(literal -5/12 binary64)) |
(* -5/12 x) |
(*.f64 x #s(literal -5/12 binary64)) |
(* -5/12 x) |
(*.f64 x #s(literal -5/12 binary64)) |
(* -5/12 x) |
(*.f64 x #s(literal -5/12 binary64)) |
(* -5/12 x) |
(*.f64 x #s(literal -5/12 binary64)) |
(* -5/12 x) |
(*.f64 x #s(literal -5/12 binary64)) |
(* -5/12 x) |
(*.f64 x #s(literal -5/12 binary64)) |
(* -5/12 x) |
(*.f64 x #s(literal -5/12 binary64)) |
(* -5/12 x) |
(*.f64 x #s(literal -5/12 binary64)) |
(* -5/12 x) |
(*.f64 x #s(literal -5/12 binary64)) |
(* -1/3 x) |
(*.f64 x #s(literal -1/3 binary64)) |
(* -1/3 x) |
(*.f64 x #s(literal -1/3 binary64)) |
(* -1/3 x) |
(*.f64 x #s(literal -1/3 binary64)) |
(* -1/3 x) |
(*.f64 x #s(literal -1/3 binary64)) |
(* -1/3 x) |
(*.f64 x #s(literal -1/3 binary64)) |
(* -1/3 x) |
(*.f64 x #s(literal -1/3 binary64)) |
(* -1/3 x) |
(*.f64 x #s(literal -1/3 binary64)) |
(* -1/3 x) |
(*.f64 x #s(literal -1/3 binary64)) |
(* -1/3 x) |
(*.f64 x #s(literal -1/3 binary64)) |
(* -1/3 x) |
(*.f64 x #s(literal -1/3 binary64)) |
(* -1/3 x) |
(*.f64 x #s(literal -1/3 binary64)) |
(* -1/3 x) |
(*.f64 x #s(literal -1/3 binary64)) |
(* 1/3 x) |
(*.f64 x #s(literal 1/3 binary64)) |
(* x (+ 1/3 (* -1/4 x))) |
(*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) |
(* x (+ 1/3 (* -1/4 x))) |
(*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) |
(* x (+ 1/3 (* -1/4 x))) |
(*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) |
(* -1/4 (pow x 2)) |
(*.f64 #s(literal -1/4 binary64) (*.f64 x x)) |
(* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4)) |
(*.f64 x (*.f64 x (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 1/3 binary64) x)))) |
(* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4)) |
(*.f64 x (*.f64 x (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 1/3 binary64) x)))) |
(* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4)) |
(*.f64 x (*.f64 x (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 1/3 binary64) x)))) |
(* -1/4 (pow x 2)) |
(*.f64 #s(literal -1/4 binary64) (*.f64 x x)) |
(* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4)) |
(*.f64 x (*.f64 x (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 1/3 binary64) x)))) |
(* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4)) |
(*.f64 x (*.f64 x (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 1/3 binary64) x)))) |
(* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4)) |
(*.f64 x (*.f64 x (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 1/3 binary64) x)))) |
1/3 |
#s(literal 1/3 binary64) |
(+ 1/3 (* -1/4 x)) |
(+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))) |
(+ 1/3 (* -1/4 x)) |
(+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))) |
(+ 1/3 (* -1/4 x)) |
(+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))) |
(* -1/4 x) |
(*.f64 x #s(literal -1/4 binary64)) |
(* x (- (* 1/3 (/ 1 x)) 1/4)) |
(*.f64 x (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 1/3 binary64) x))) |
(* x (- (* 1/3 (/ 1 x)) 1/4)) |
(*.f64 x (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 1/3 binary64) x))) |
(* x (- (* 1/3 (/ 1 x)) 1/4)) |
(*.f64 x (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 1/3 binary64) x))) |
(* -1/4 x) |
(*.f64 x #s(literal -1/4 binary64)) |
(* -1 (* x (- 1/4 (* 1/3 (/ 1 x))))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (-.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1/3 binary64) x)))) |
(* -1 (* x (- 1/4 (* 1/3 (/ 1 x))))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (-.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1/3 binary64) x)))) |
(* -1 (* x (- 1/4 (* 1/3 (/ 1 x))))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (-.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1/3 binary64) x)))) |
(* -1/3 x) |
(*.f64 x #s(literal -1/3 binary64)) |
(* x (- (* -1/4 x) 1/3)) |
(*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64))) |
(* x (- (* -1/4 x) 1/3)) |
(*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64))) |
(* x (- (* -1/4 x) 1/3)) |
(*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64))) |
(* -1/4 (pow x 2)) |
(*.f64 #s(literal -1/4 binary64) (*.f64 x x)) |
(* -1 (* (pow x 2) (+ 1/4 (* 1/3 (/ 1 x))))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal -1/3 binary64) x))) |
(* -1 (* (pow x 2) (+ 1/4 (* 1/3 (/ 1 x))))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal -1/3 binary64) x))) |
(* -1 (* (pow x 2) (+ 1/4 (* 1/3 (/ 1 x))))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal -1/3 binary64) x))) |
(* -1/4 (pow x 2)) |
(*.f64 #s(literal -1/4 binary64) (*.f64 x x)) |
(* -1 (* (pow x 2) (+ 1/4 (* 1/3 (/ 1 x))))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal -1/3 binary64) x))) |
(* -1 (* (pow x 2) (+ 1/4 (* 1/3 (/ 1 x))))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal -1/3 binary64) x))) |
(* -1 (* (pow x 2) (+ 1/4 (* 1/3 (/ 1 x))))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal -1/3 binary64) x))) |
Compiled 26600 to 2413 computations (90.9% saved)
13 alts after pruning (6 fresh and 7 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 864 | 5 | 869 |
| Fresh | 0 | 1 | 1 |
| Picked | 1 | 4 | 5 |
| Done | 1 | 3 | 4 |
| Total | 866 | 13 | 879 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 99.5% | (/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
| ▶ | 99.3% | (/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
| ✓ | 99.3% | (/.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
| ▶ | 32.9% | (/.f64 (*.f64 x (*.f64 (*.f64 x (*.f64 x x)) (+.f64 (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x) #s(literal -1/4 binary64)))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
| ▶ | 99.4% | (/.f64 (log1p.f64 (neg.f64 x)) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
| ✓ | 100.0% | (/.f64 (log1p.f64 (neg.f64 x)) (log1p.f64 x)) |
| 5.4% | (/.f64 (log.f64 (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) | |
| ✓ | 3.3% | (/.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) (log.f64 (+.f64 #s(literal 1 binary64) x))) |
| ✓ | 99.2% | (-.f64 #s(literal -1 binary64) x) |
| ✓ | 99.4% | (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))) |
| ✓ | 99.3% | (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
| ▶ | 99.3% | (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
| ✓ | 98.1% | #s(literal -1 binary64) |
Compiled 433 to 294 computations (32.1% saved)
| 1× | egg-herbie |
Found 20 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) |
| ✓ | cost-diff | 0 | (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) |
| ✓ | cost-diff | 0 | (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) |
| ✓ | cost-diff | 0 | (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
| ✓ | cost-diff | 0 | (*.f64 x (*.f64 x x)) |
| ✓ | cost-diff | 128 | (*.f64 (*.f64 x (*.f64 x x)) (+.f64 (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x) #s(literal -1/4 binary64))) |
| ✓ | cost-diff | 128 | (*.f64 x (*.f64 (*.f64 x (*.f64 x x)) (+.f64 (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x) #s(literal -1/4 binary64)))) |
| ✓ | cost-diff | 384 | (/.f64 (*.f64 x (*.f64 (*.f64 x (*.f64 x x)) (+.f64 (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x) #s(literal -1/4 binary64)))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
| ✓ | cost-diff | 0 | (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1 binary64) x) |
| ✓ | cost-diff | 0 | (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
| ✓ | cost-diff | 384 | (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
| ✓ | cost-diff | 0 | (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) |
| ✓ | cost-diff | 0 | (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) |
| ✓ | cost-diff | 128 | (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) #s(literal 1 binary64)) |
| ✓ | cost-diff | 128 | (/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
| ✓ | cost-diff | 0 | (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) |
| ✓ | cost-diff | 0 | (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) |
| ✓ | cost-diff | 128 | (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) #s(literal 1 binary64)) |
| ✓ | cost-diff | 128 | (/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
| 2740× | *-lowering-*.f32 |
| 2740× | *-lowering-*.f64 |
| 1524× | sum3-define |
| 1362× | +-lowering-+.f64 |
| 1362× | +-lowering-+.f32 |
Useful iterations: 4 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 46 | 698 |
| 1 | 147 | 589 |
| 2 | 531 | 585 |
| 3 | 1766 | 585 |
| 4 | 5093 | 574 |
| 0 | 8104 | 574 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (* (+ -1 (* x (+ -1/2 (* x (+ -1/3 (* x -1/4)))))) 1) (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))))) |
(* (+ -1 (* x (+ -1/2 (* x (+ -1/3 (* x -1/4)))))) 1) |
(+ -1 (* x (+ -1/2 (* x (+ -1/3 (* x -1/4)))))) |
-1 |
(* x (+ -1/2 (* x (+ -1/3 (* x -1/4))))) |
x |
(+ -1/2 (* x (+ -1/3 (* x -1/4)))) |
-1/2 |
(* x (+ -1/3 (* x -1/4))) |
(+ -1/3 (* x -1/4)) |
-1/3 |
(* x -1/4) |
-1/4 |
1 |
(+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))) |
(* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))) |
(+ -1/2 (* x (+ 1/3 (* x -1/4)))) |
(* x (+ 1/3 (* x -1/4))) |
(+ 1/3 (* x -1/4)) |
1/3 |
(/ (* (+ -1 (* x (+ -1/2 (* x -1/3)))) 1) (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))))) |
(* (+ -1 (* x (+ -1/2 (* x -1/3)))) 1) |
(+ -1 (* x (+ -1/2 (* x -1/3)))) |
-1 |
(* x (+ -1/2 (* x -1/3))) |
x |
(+ -1/2 (* x -1/3)) |
-1/2 |
(* x -1/3) |
-1/3 |
1 |
(+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))) |
(* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))) |
(+ -1/2 (* x (+ 1/3 (* x -1/4)))) |
(* x (+ 1/3 (* x -1/4))) |
(+ 1/3 (* x -1/4)) |
1/3 |
(* x -1/4) |
-1/4 |
(* (/ (/ 1 x) (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))))) (* x (+ -1 (* x (+ -1/2 (* x (+ -1/3 (* x -1/4)))))))) |
(/ (/ 1 x) (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))))) |
(/ 1 x) |
1 |
x |
(+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))) |
(* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))) |
(+ -1/2 (* x (+ 1/3 (* x -1/4)))) |
-1/2 |
(* x (+ 1/3 (* x -1/4))) |
(+ 1/3 (* x -1/4)) |
1/3 |
(* x -1/4) |
-1/4 |
(* x (+ -1 (* x (+ -1/2 (* x (+ -1/3 (* x -1/4))))))) |
(+ -1 (* x (+ -1/2 (* x (+ -1/3 (* x -1/4)))))) |
-1 |
(* x (+ -1/2 (* x (+ -1/3 (* x -1/4))))) |
(+ -1/2 (* x (+ -1/3 (* x -1/4)))) |
(* x (+ -1/3 (* x -1/4))) |
(+ -1/3 (* x -1/4)) |
-1/3 |
(/ (* x (* (* x (* x x)) (+ (/ (+ -1/3 (/ (+ -1/2 (/ -1 x)) x)) x) -1/4))) (* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))))) |
(* x (* (* x (* x x)) (+ (/ (+ -1/3 (/ (+ -1/2 (/ -1 x)) x)) x) -1/4))) |
x |
(* (* x (* x x)) (+ (/ (+ -1/3 (/ (+ -1/2 (/ -1 x)) x)) x) -1/4)) |
(* x (* x x)) |
(* x x) |
(+ (/ (+ -1/3 (/ (+ -1/2 (/ -1 x)) x)) x) -1/4) |
(/ (+ -1/3 (/ (+ -1/2 (/ -1 x)) x)) x) |
(+ -1/3 (/ (+ -1/2 (/ -1 x)) x)) |
-1/3 |
(/ (+ -1/2 (/ -1 x)) x) |
(+ -1/2 (/ -1 x)) |
-1/2 |
(/ -1 x) |
-1 |
-1/4 |
(* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))))) |
(+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))) |
1 |
(* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))) |
(+ -1/2 (* x (+ 1/3 (* x -1/4)))) |
(* x (+ 1/3 (* x -1/4))) |
(+ 1/3 (* x -1/4)) |
1/3 |
(* x -1/4) |
(/ (log (+ 1 (neg x))) (* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))))) |
(log (+ 1 (neg x))) |
(neg x) |
x |
(* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))))) |
(+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))) |
1 |
(* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))) |
(+ -1/2 (* x (+ 1/3 (* x -1/4)))) |
-1/2 |
(* x (+ 1/3 (* x -1/4))) |
(+ 1/3 (* x -1/4)) |
1/3 |
(* x -1/4) |
-1/4 |
| Outputs |
|---|
(/ (* (+ -1 (* x (+ -1/2 (* x (+ -1/3 (* x -1/4)))))) 1) (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) |
(* (+ -1 (* x (+ -1/2 (* x (+ -1/3 (* x -1/4)))))) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) |
(+ -1 (* x (+ -1/2 (* x (+ -1/3 (* x -1/4)))))) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) |
-1 |
#s(literal -1 binary64) |
(* x (+ -1/2 (* x (+ -1/3 (* x -1/4))))) |
(*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) |
x |
(+ -1/2 (* x (+ -1/3 (* x -1/4)))) |
(+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) |
-1/2 |
#s(literal -1/2 binary64) |
(* x (+ -1/3 (* x -1/4))) |
(*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) |
(+ -1/3 (* x -1/4)) |
(+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))) |
-1/3 |
#s(literal -1/3 binary64) |
(* x -1/4) |
(*.f64 x #s(literal -1/4 binary64)) |
-1/4 |
#s(literal -1/4 binary64) |
1 |
#s(literal 1 binary64) |
(+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) |
(* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))) |
(*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) |
(+ -1/2 (* x (+ 1/3 (* x -1/4)))) |
(+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) |
(* x (+ 1/3 (* x -1/4))) |
(*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))) |
(+ 1/3 (* x -1/4)) |
(+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) |
1/3 |
#s(literal 1/3 binary64) |
(/ (* (+ -1 (* x (+ -1/2 (* x -1/3)))) 1) (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) |
(* (+ -1 (* x (+ -1/2 (* x -1/3)))) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) |
(+ -1 (* x (+ -1/2 (* x -1/3)))) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) |
-1 |
#s(literal -1 binary64) |
(* x (+ -1/2 (* x -1/3))) |
(*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) |
x |
(+ -1/2 (* x -1/3)) |
(+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) |
-1/2 |
#s(literal -1/2 binary64) |
(* x -1/3) |
(*.f64 x #s(literal -1/3 binary64)) |
-1/3 |
#s(literal -1/3 binary64) |
1 |
#s(literal 1 binary64) |
(+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) |
(* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))) |
(*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) |
(+ -1/2 (* x (+ 1/3 (* x -1/4)))) |
(+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) |
(* x (+ 1/3 (* x -1/4))) |
(*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))) |
(+ 1/3 (* x -1/4)) |
(+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) |
1/3 |
#s(literal 1/3 binary64) |
(* x -1/4) |
(*.f64 x #s(literal -1/4 binary64)) |
-1/4 |
#s(literal -1/4 binary64) |
(* (/ (/ 1 x) (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))))) (* x (+ -1 (* x (+ -1/2 (* x (+ -1/3 (* x -1/4)))))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) |
(/ (/ 1 x) (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))))) |
(/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) |
(/ 1 x) |
(/.f64 #s(literal 1 binary64) x) |
1 |
#s(literal 1 binary64) |
x |
(+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) |
(* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))) |
(*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) |
(+ -1/2 (* x (+ 1/3 (* x -1/4)))) |
(+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) |
-1/2 |
#s(literal -1/2 binary64) |
(* x (+ 1/3 (* x -1/4))) |
(*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))) |
(+ 1/3 (* x -1/4)) |
(+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) |
1/3 |
#s(literal 1/3 binary64) |
(* x -1/4) |
(*.f64 x #s(literal -1/4 binary64)) |
-1/4 |
#s(literal -1/4 binary64) |
(* x (+ -1 (* x (+ -1/2 (* x (+ -1/3 (* x -1/4))))))) |
(*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(+ -1 (* x (+ -1/2 (* x (+ -1/3 (* x -1/4)))))) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) |
-1 |
#s(literal -1 binary64) |
(* x (+ -1/2 (* x (+ -1/3 (* x -1/4))))) |
(*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) |
(+ -1/2 (* x (+ -1/3 (* x -1/4)))) |
(+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) |
(* x (+ -1/3 (* x -1/4))) |
(*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) |
(+ -1/3 (* x -1/4)) |
(+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))) |
-1/3 |
#s(literal -1/3 binary64) |
(/ (* x (* (* x (* x x)) (+ (/ (+ -1/3 (/ (+ -1/2 (/ -1 x)) x)) x) -1/4))) (* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))))) |
(*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x))) (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(* x (* (* x (* x x)) (+ (/ (+ -1/3 (/ (+ -1/2 (/ -1 x)) x)) x) -1/4))) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 (*.f64 x #s(literal -1/4 binary64)) (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)))) |
x |
(* (* x (* x x)) (+ (/ (+ -1/3 (/ (+ -1/2 (/ -1 x)) x)) x) -1/4)) |
(*.f64 (*.f64 x x) (+.f64 (*.f64 x #s(literal -1/4 binary64)) (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)))) |
(* x (* x x)) |
(*.f64 x (*.f64 x x)) |
(* x x) |
(*.f64 x x) |
(+ (/ (+ -1/3 (/ (+ -1/2 (/ -1 x)) x)) x) -1/4) |
(+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x)) |
(/ (+ -1/3 (/ (+ -1/2 (/ -1 x)) x)) x) |
(/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x) |
(+ -1/3 (/ (+ -1/2 (/ -1 x)) x)) |
(+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) |
-1/3 |
#s(literal -1/3 binary64) |
(/ (+ -1/2 (/ -1 x)) x) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x) |
(+ -1/2 (/ -1 x)) |
(+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) |
-1/2 |
#s(literal -1/2 binary64) |
(/ -1 x) |
(/.f64 #s(literal -1 binary64) x) |
-1 |
#s(literal -1 binary64) |
-1/4 |
#s(literal -1/4 binary64) |
(* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) |
(+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) |
1 |
#s(literal 1 binary64) |
(* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))) |
(*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) |
(+ -1/2 (* x (+ 1/3 (* x -1/4)))) |
(+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) |
(* x (+ 1/3 (* x -1/4))) |
(*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))) |
(+ 1/3 (* x -1/4)) |
(+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) |
1/3 |
#s(literal 1/3 binary64) |
(* x -1/4) |
(*.f64 x #s(literal -1/4 binary64)) |
(/ (log (+ 1 (neg x))) (* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))))) |
(/.f64 (/.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) |
(log (+ 1 (neg x))) |
(log.f64 (-.f64 #s(literal 1 binary64) x)) |
(neg x) |
(-.f64 #s(literal 0 binary64) x) |
x |
(* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) |
(+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) |
1 |
#s(literal 1 binary64) |
(* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))) |
(*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) |
(+ -1/2 (* x (+ 1/3 (* x -1/4)))) |
(+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) |
-1/2 |
#s(literal -1/2 binary64) |
(* x (+ 1/3 (* x -1/4))) |
(*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))) |
(+ 1/3 (* x -1/4)) |
(+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) |
1/3 |
#s(literal 1/3 binary64) |
(* x -1/4) |
(*.f64 x #s(literal -1/4 binary64)) |
-1/4 |
#s(literal -1/4 binary64) |
Found 20 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
| ✓ | accuracy | 100.0% | (/.f64 (log1p.f64 (neg.f64 x)) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
| ✓ | accuracy | 99.9% | (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))) |
| ✓ | accuracy | 99.6% | (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) |
| ✓ | accuracy | 99.9% | (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x) |
| ✓ | accuracy | 99.8% | (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x) |
| ✓ | accuracy | 99.6% | (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) |
| ✓ | accuracy | 58.3% | (*.f64 (*.f64 x (*.f64 x x)) (+.f64 (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x) #s(literal -1/4 binary64))) |
| ✓ | accuracy | 99.9% | (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))) |
| ✓ | accuracy | 99.8% | (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
| ✓ | accuracy | 99.6% | (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) |
| ✓ | accuracy | 99.6% | (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) |
| ✓ | accuracy | 100.0% | (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) |
| ✓ | accuracy | 99.9% | (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))) |
| ✓ | accuracy | 99.6% | (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) |
| ✓ | accuracy | 99.5% | (*.f64 x #s(literal -1/3 binary64)) |
| ✓ | accuracy | 100.0% | (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) |
| ✓ | accuracy | 99.9% | (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))) |
| ✓ | accuracy | 99.6% | (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) |
| ✓ | accuracy | 99.6% | (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) |
| 350.0ms | 187× | 1 | valid |
| 188.0ms | 63× | 5 | exit |
| 16.0ms | 6× | 0 | valid |
Compiled 724 to 46 computations (93.6% saved)
ival-mult: 96.0ms (28.7% of total)backward-pass: 66.0ms (19.7% of total)ival-div: 58.0ms (17.3% of total)ival-add: 37.0ms (11.1% of total)compiled-spec: 31.0ms (9.3% of total)ival-log: 24.0ms (7.2% of total)...c/correct-round.rkt:119:19: 18.0ms (5.4% of total)ival-neg: 3.0ms (0.9% of total)const: 2.0ms (0.6% of total)| Inputs |
|---|
#<alt (/ (* (+ -1 (* x (+ -1/2 (* x (+ -1/3 (* x -1/4)))))) 1) (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))))> |
#<alt (* (+ -1 (* x (+ -1/2 (* x (+ -1/3 (* x -1/4)))))) 1)> |
#<alt (+ -1 (* x (+ -1/2 (* x (+ -1/3 (* x -1/4))))))> |
#<alt (* x (+ -1/2 (* x (+ -1/3 (* x -1/4)))))> |
#<alt (/ (* (+ -1 (* x (+ -1/2 (* x -1/3)))) 1) (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))))> |
#<alt (* (+ -1 (* x (+ -1/2 (* x -1/3)))) 1)> |
#<alt (+ -1 (* x (+ -1/2 (* x -1/3))))> |
#<alt (* x (+ -1/2 (* x -1/3)))> |
#<alt (* (/ (/ 1 x) (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))))) (* x (+ -1 (* x (+ -1/2 (* x (+ -1/3 (* x -1/4))))))))> |
#<alt (/ (/ 1 x) (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))))> |
#<alt (/ 1 x)> |
#<alt (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))))> |
#<alt (/ (* x (* (* x (* x x)) (+ (/ (+ -1/3 (/ (+ -1/2 (/ -1 x)) x)) x) -1/4))) (* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))))))> |
#<alt (* x (* (* x (* x x)) (+ (/ (+ -1/3 (/ (+ -1/2 (/ -1 x)) x)) x) -1/4)))> |
#<alt (* (* x (* x x)) (+ (/ (+ -1/3 (/ (+ -1/2 (/ -1 x)) x)) x) -1/4))> |
#<alt (* x (* x x))> |
#<alt (* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))))> |
#<alt (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))> |
#<alt (+ -1/2 (* x (+ 1/3 (* x -1/4))))> |
#<alt (* x (+ 1/3 (* x -1/4)))> |
#<alt (* x (+ -1/3 (* x -1/4)))> |
#<alt (+ 1/3 (* x -1/4))> |
#<alt (* x -1/3)> |
#<alt (/ (+ -1/3 (/ (+ -1/2 (/ -1 x)) x)) x)> |
#<alt (/ (+ -1/2 (/ -1 x)) x)> |
#<alt (/ (log (+ 1 (neg x))) (* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))))))> |
| Outputs |
|---|
#<alt -1> |
#<alt (- (* -1 x) 1)> |
#<alt (- (* x (- (* -1/2 x) 1)) 1)> |
#<alt (- (* x (- (* x (- (* -5/12 x) 1/2)) 1)) 1)> |
#<alt 1> |
#<alt (+ 1 (* 8/3 (/ 1 x)))> |
#<alt (+ 1 (+ (* 8/3 (/ 1 x)) (/ 32/9 (pow x 2))))> |
#<alt (+ 1 (+ (* 8/3 (/ 1 x)) (+ (* 200/27 (/ 1 (pow x 3))) (/ 32/9 (pow x 2)))))> |
#<alt 1> |
#<alt (+ 1 (* 8/3 (/ 1 x)))> |
#<alt (+ 1 (+ (* 8/3 (/ 1 x)) (/ 32/9 (pow x 2))))> |
#<alt (+ 1 (* -1 (/ (- (* -1 (/ (+ 32/9 (* 200/27 (/ 1 x))) x)) 8/3) x)))> |
#<alt -1> |
#<alt (- (* -1/2 x) 1)> |
#<alt (- (* x (- (* -1/3 x) 1/2)) 1)> |
#<alt (- (* x (- (* x (- (* -1/4 x) 1/3)) 1/2)) 1)> |
#<alt (* -1/4 (pow x 3))> |
#<alt (* -1 (* (pow x 3) (+ 1/4 (* 1/3 (/ 1 x)))))> |
#<alt (* (pow x 3) (- (* -1 (/ (+ 1/3 (* 1/2 (/ 1 x))) x)) 1/4))> |
#<alt (* (pow x 3) (- (* -1 (/ (+ 1/2 (/ 1 x)) (pow x 2))) (+ 1/4 (* 1/3 (/ 1 x)))))> |
#<alt (* -1/4 (pow x 3))> |
#<alt (* -1 (* (pow x 3) (+ 1/4 (* 1/3 (/ 1 x)))))> |
#<alt (* -1 (* (pow x 3) (+ 1/4 (+ (/ 1/2 (pow x 2)) (* 1/3 (/ 1 x))))))> |
#<alt (* -1 (* (pow x 3) (+ 1/4 (* -1 (/ (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3) x)))))> |
#<alt -1> |
#<alt (- (* -1/2 x) 1)> |
#<alt (- (* x (- (* -1/3 x) 1/2)) 1)> |
#<alt (- (* x (- (* x (- (* -1/4 x) 1/3)) 1/2)) 1)> |
#<alt (* -1/4 (pow x 3))> |
#<alt (* -1 (* (pow x 3) (+ 1/4 (* 1/3 (/ 1 x)))))> |
#<alt (* (pow x 3) (- (* -1 (/ (+ 1/3 (* 1/2 (/ 1 x))) x)) 1/4))> |
#<alt (* (pow x 3) (- (* -1 (/ (+ 1/2 (/ 1 x)) (pow x 2))) (+ 1/4 (* 1/3 (/ 1 x)))))> |
#<alt (* -1/4 (pow x 3))> |
#<alt (* -1 (* (pow x 3) (+ 1/4 (* 1/3 (/ 1 x)))))> |
#<alt (* -1 (* (pow x 3) (+ 1/4 (+ (/ 1/2 (pow x 2)) (* 1/3 (/ 1 x))))))> |
#<alt (* -1 (* (pow x 3) (+ 1/4 (* -1 (/ (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3) x)))))> |
#<alt (* -1/2 x)> |
#<alt (* x (- (* -1/3 x) 1/2))> |
#<alt (* x (- (* x (- (* -1/4 x) 1/3)) 1/2))> |
#<alt (* x (- (* x (- (* -1/4 x) 1/3)) 1/2))> |
#<alt (* -1/4 (pow x 3))> |
#<alt (* -1 (* (pow x 3) (+ 1/4 (* 1/3 (/ 1 x)))))> |
#<alt (* (pow x 3) (- (* -1 (/ (+ 1/3 (* 1/2 (/ 1 x))) x)) 1/4))> |
#<alt (* (pow x 3) (- (* -1 (/ (+ 1/3 (* 1/2 (/ 1 x))) x)) 1/4))> |
#<alt (* -1/4 (pow x 3))> |
#<alt (* -1 (* (pow x 3) (+ 1/4 (* 1/3 (/ 1 x)))))> |
#<alt (* -1 (* (pow x 3) (+ 1/4 (+ (/ 1/2 (pow x 2)) (* 1/3 (/ 1 x))))))> |
#<alt (* -1 (* (pow x 3) (+ 1/4 (+ (/ 1/2 (pow x 2)) (* 1/3 (/ 1 x))))))> |
#<alt -1> |
#<alt (- (* -1 x) 1)> |
#<alt (- (* x (- (* -1/2 x) 1)) 1)> |
#<alt (- (* x (- (* x (- (* -1/6 x) 1/2)) 1)) 1)> |
#<alt (/ 4/3 x)> |
#<alt (/ (+ 4/3 (* 34/9 (/ 1 x))) x)> |
#<alt (/ (+ 4/3 (+ (* 34/9 (/ 1 x)) (/ 172/27 (pow x 2)))) x)> |
#<alt (/ (+ 4/3 (+ (* 34/9 (/ 1 x)) (+ (* 508/81 (/ 1 (pow x 3))) (/ 172/27 (pow x 2))))) x)> |
#<alt (/ 4/3 x)> |
#<alt (/ (+ 4/3 (* 34/9 (/ 1 x))) x)> |
#<alt (* -1 (/ (- (* -1 (/ (+ 34/9 (* 172/27 (/ 1 x))) x)) 4/3) x))> |
#<alt (* -1 (/ (- (* -1 (/ (+ 34/9 (+ (* 172/27 (/ 1 x)) (/ 508/81 (pow x 2)))) x)) 4/3) x))> |
#<alt -1> |
#<alt (- (* -1/2 x) 1)> |
#<alt (- (* x (- (* -1/3 x) 1/2)) 1)> |
#<alt (- (* x (- (* -1/3 x) 1/2)) 1)> |
#<alt (* -1/3 (pow x 2))> |
#<alt (* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x)))))> |
#<alt (* (pow x 2) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3))> |
#<alt (* (pow x 2) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3))> |
#<alt (* -1/3 (pow x 2))> |
#<alt (* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x)))))> |
#<alt (* (pow x 2) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3))> |
#<alt (* (pow x 2) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3))> |
#<alt -1> |
#<alt (- (* -1/2 x) 1)> |
#<alt (- (* x (- (* -1/3 x) 1/2)) 1)> |
#<alt (- (* x (- (* -1/3 x) 1/2)) 1)> |
#<alt (* -1/3 (pow x 2))> |
#<alt (* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x)))))> |
#<alt (* (pow x 2) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3))> |
#<alt (* (pow x 2) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3))> |
#<alt (* -1/3 (pow x 2))> |
#<alt (* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x)))))> |
#<alt (* (pow x 2) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3))> |
#<alt (* (pow x 2) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3))> |
#<alt (* -1/2 x)> |
#<alt (* x (- (* -1/3 x) 1/2))> |
#<alt (* x (- (* -1/3 x) 1/2))> |
#<alt (* x (- (* -1/3 x) 1/2))> |
#<alt (* -1/3 (pow x 2))> |
#<alt (* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x)))))> |
#<alt (* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x)))))> |
#<alt (* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x)))))> |
#<alt (* -1/3 (pow x 2))> |
#<alt (* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x)))))> |
#<alt (* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x)))))> |
#<alt (* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x)))))> |
#<alt -1> |
#<alt (- (* -1 x) 1)> |
#<alt (- (* x (- (* -1/2 x) 1)) 1)> |
#<alt (- (* x (- (* x (- (* -5/12 x) 1/2)) 1)) 1)> |
#<alt 1> |
#<alt (+ 1 (* 8/3 (/ 1 x)))> |
#<alt (+ 1 (+ (* 8/3 (/ 1 x)) (/ 32/9 (pow x 2))))> |
#<alt (+ 1 (+ (* 8/3 (/ 1 x)) (+ (* 200/27 (/ 1 (pow x 3))) (/ 32/9 (pow x 2)))))> |
#<alt 1> |
#<alt (+ 1 (* 8/3 (/ 1 x)))> |
#<alt (+ 1 (+ (* 8/3 (/ 1 x)) (/ 32/9 (pow x 2))))> |
#<alt (+ 1 (* -1 (/ (- (* -1 (/ (+ 32/9 (* 200/27 (/ 1 x))) x)) 8/3) x)))> |
#<alt (/ 1 x)> |
#<alt (/ (+ 1 (* 1/2 x)) x)> |
#<alt (/ (+ 1 (* x (+ 1/2 (* -1/12 x)))) x)> |
#<alt (/ (+ 1 (* x (+ 1/2 (* x (- (* 1/24 x) 1/12))))) x)> |
#<alt (/ -4 (pow x 4))> |
#<alt (* -1 (/ (+ 4 (* 16/3 (/ 1 x))) (pow x 4)))> |
#<alt (/ (- (/ 8/9 (pow x 2)) (+ 4 (* 16/3 (/ 1 x)))) (pow x 4))> |
#<alt (/ (- (/ 8/9 (pow x 2)) (+ 4 (+ (* 16/3 (/ 1 x)) (* 112/27 (/ 1 (pow x 3)))))) (pow x 4))> |
#<alt (/ -4 (pow x 4))> |
#<alt (* -1 (/ (+ 4 (* 16/3 (/ 1 x))) (pow x 4)))> |
#<alt (/ (- (* -1 (/ (- 16/3 (* 8/9 (/ 1 x))) x)) 4) (pow x 4))> |
#<alt (/ (- (* -1 (/ (+ 16/3 (* -1 (/ (- 8/9 (* 112/27 (/ 1 x))) x))) x)) 4) (pow x 4))> |
#<alt (/ 1 x)> |
#<alt (/ 1 x)> |
#<alt (/ 1 x)> |
#<alt (/ 1 x)> |
#<alt (/ 1 x)> |
#<alt (/ 1 x)> |
#<alt (/ 1 x)> |
#<alt (/ 1 x)> |
#<alt (/ 1 x)> |
#<alt (/ 1 x)> |
#<alt (/ 1 x)> |
#<alt (/ 1 x)> |
#<alt 1> |
#<alt (+ 1 (* -1/2 x))> |
#<alt (+ 1 (* x (- (* 1/3 x) 1/2)))> |
#<alt (+ 1 (* x (- (* x (+ 1/3 (* -1/4 x))) 1/2)))> |
#<alt (* -1/4 (pow x 3))> |
#<alt (* (pow x 3) (- (* 1/3 (/ 1 x)) 1/4))> |
#<alt (* (pow x 3) (- (* 1/3 (/ 1 x)) (+ 1/4 (/ 1/2 (pow x 2)))))> |
#<alt (* (pow x 3) (- (+ (* 1/3 (/ 1 x)) (/ 1 (pow x 3))) (+ 1/4 (/ 1/2 (pow x 2)))))> |
#<alt (* -1/4 (pow x 3))> |
#<alt (* -1 (* (pow x 3) (- 1/4 (* 1/3 (/ 1 x)))))> |
#<alt (* -1 (* (pow x 3) (+ 1/4 (* -1 (/ (- 1/3 (* 1/2 (/ 1 x))) x)))))> |
#<alt (* -1 (* (pow x 3) (+ 1/4 (* -1 (/ (+ 1/3 (* -1 (/ (- 1/2 (/ 1 x)) x))) x)))))> |
#<alt -1> |
#<alt (- (* -1 x) 1)> |
#<alt (- (* x (- (* -1/2 x) 1)) 1)> |
#<alt (- (* x (- (* x (- (* -5/12 x) 1/2)) 1)) 1)> |
#<alt 1> |
#<alt (+ 1 (* 8/3 (/ 1 x)))> |
#<alt (+ 1 (+ (* 8/3 (/ 1 x)) (/ 32/9 (pow x 2))))> |
#<alt (+ 1 (+ (* 8/3 (/ 1 x)) (+ (* 200/27 (/ 1 (pow x 3))) (/ 32/9 (pow x 2)))))> |
#<alt 1> |
#<alt (+ 1 (* 8/3 (/ 1 x)))> |
#<alt (+ 1 (+ (* 8/3 (/ 1 x)) (/ 32/9 (pow x 2))))> |
#<alt (+ 1 (* -1 (/ (- (* -1 (/ (+ 32/9 (* 200/27 (/ 1 x))) x)) 8/3) x)))> |
#<alt (* -1 x)> |
#<alt (* x (- (* -1/2 x) 1))> |
#<alt (* x (- (* x (- (* -1/3 x) 1/2)) 1))> |
#<alt (* x (- (* x (- (* x (- (* -1/4 x) 1/3)) 1/2)) 1))> |
#<alt (* -1/4 (pow x 4))> |
#<alt (* -1 (* (pow x 4) (+ 1/4 (* 1/3 (/ 1 x)))))> |
#<alt (* (pow x 4) (- (* -1 (/ (+ 1/3 (* 1/2 (/ 1 x))) x)) 1/4))> |
#<alt (* (pow x 4) (- (* -1 (/ (+ 1/2 (/ 1 x)) (pow x 2))) (+ 1/4 (* 1/3 (/ 1 x)))))> |
#<alt (* -1/4 (pow x 4))> |
#<alt (* -1 (* (pow x 4) (+ 1/4 (* 1/3 (/ 1 x)))))> |
#<alt (* (pow x 4) (- (* -1 (/ (+ 1/3 (* 1/2 (/ 1 x))) x)) 1/4))> |
#<alt (* (pow x 4) (- (* -1 (/ (+ 1/3 (+ (* 1/2 (/ 1 x)) (/ 1 (pow x 2)))) x)) 1/4))> |
#<alt -1> |
#<alt (- (* -1/2 x) 1)> |
#<alt (- (* x (- (* -1/3 x) 1/2)) 1)> |
#<alt (- (* x (- (* x (- (* -1/4 x) 1/3)) 1/2)) 1)> |
#<alt (* -1/4 (pow x 3))> |
#<alt (* -1 (* (pow x 3) (+ 1/4 (* 1/3 (/ 1 x)))))> |
#<alt (* (pow x 3) (- (* -1 (/ (+ 1/3 (* 1/2 (/ 1 x))) x)) 1/4))> |
#<alt (* (pow x 3) (- (* -1 (/ (+ 1/2 (/ 1 x)) (pow x 2))) (+ 1/4 (* 1/3 (/ 1 x)))))> |
#<alt (* -1/4 (pow x 3))> |
#<alt (* -1 (* (pow x 3) (+ 1/4 (* 1/3 (/ 1 x)))))> |
#<alt (* -1 (* (pow x 3) (+ 1/4 (+ (/ 1/2 (pow x 2)) (* 1/3 (/ 1 x))))))> |
#<alt (* -1 (* (pow x 3) (+ 1/4 (* -1 (/ (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3) x)))))> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt x> |
#<alt (* x (+ 1 (* -1/2 x)))> |
#<alt (* x (+ 1 (* x (- (* 1/3 x) 1/2))))> |
#<alt (* x (+ 1 (* x (- (* x (+ 1/3 (* -1/4 x))) 1/2))))> |
#<alt (* -1/4 (pow x 4))> |
#<alt (* (pow x 4) (- (* 1/3 (/ 1 x)) 1/4))> |
#<alt (* (pow x 4) (- (* 1/3 (/ 1 x)) (+ 1/4 (/ 1/2 (pow x 2)))))> |
#<alt (* (pow x 4) (- (+ (* 1/3 (/ 1 x)) (/ 1 (pow x 3))) (+ 1/4 (/ 1/2 (pow x 2)))))> |
#<alt (* -1/4 (pow x 4))> |
#<alt (* (pow x 4) (- (* 1/3 (/ 1 x)) 1/4))> |
#<alt (* (pow x 4) (- (* -1 (/ (- (* 1/2 (/ 1 x)) 1/3) x)) 1/4))> |
#<alt (* (pow x 4) (- (* -1 (/ (- (* -1 (/ (- (/ 1 x) 1/2) x)) 1/3) x)) 1/4))> |
#<alt (* -1/2 x)> |
#<alt (* x (- (* 1/3 x) 1/2))> |
#<alt (* x (- (* x (+ 1/3 (* -1/4 x))) 1/2))> |
#<alt (* x (- (* x (+ 1/3 (* -1/4 x))) 1/2))> |
#<alt (* -1/4 (pow x 3))> |
#<alt (* (pow x 3) (- (* 1/3 (/ 1 x)) 1/4))> |
#<alt (* (pow x 3) (- (* 1/3 (/ 1 x)) (+ 1/4 (/ 1/2 (pow x 2)))))> |
#<alt (* (pow x 3) (- (* 1/3 (/ 1 x)) (+ 1/4 (/ 1/2 (pow x 2)))))> |
#<alt (* -1/4 (pow x 3))> |
#<alt (* -1 (* (pow x 3) (- 1/4 (* 1/3 (/ 1 x)))))> |
#<alt (* -1 (* (pow x 3) (+ 1/4 (* -1 (/ (- 1/3 (* 1/2 (/ 1 x))) x)))))> |
#<alt (* -1 (* (pow x 3) (+ 1/4 (* -1 (/ (- 1/3 (* 1/2 (/ 1 x))) x)))))> |
#<alt -1/2> |
#<alt (- (* 1/3 x) 1/2)> |
#<alt (- (* x (+ 1/3 (* -1/4 x))) 1/2)> |
#<alt (- (* x (+ 1/3 (* -1/4 x))) 1/2)> |
#<alt (* -1/4 (pow x 2))> |
#<alt (* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4))> |
#<alt (* (pow x 2) (- (* 1/3 (/ 1 x)) (+ 1/4 (/ 1/2 (pow x 2)))))> |
#<alt (* (pow x 2) (- (* 1/3 (/ 1 x)) (+ 1/4 (/ 1/2 (pow x 2)))))> |
#<alt (* -1/4 (pow x 2))> |
#<alt (* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4))> |
#<alt (* (pow x 2) (- (* -1 (/ (- (* 1/2 (/ 1 x)) 1/3) x)) 1/4))> |
#<alt (* (pow x 2) (- (* -1 (/ (- (* 1/2 (/ 1 x)) 1/3) x)) 1/4))> |
#<alt (* 1/3 x)> |
#<alt (* x (+ 1/3 (* -1/4 x)))> |
#<alt (* x (+ 1/3 (* -1/4 x)))> |
#<alt (* x (+ 1/3 (* -1/4 x)))> |
#<alt (* -1/4 (pow x 2))> |
#<alt (* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4))> |
#<alt (* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4))> |
#<alt (* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4))> |
#<alt (* -1/4 (pow x 2))> |
#<alt (* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4))> |
#<alt (* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4))> |
#<alt (* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4))> |
#<alt (* -1/3 x)> |
#<alt (* x (- (* -1/4 x) 1/3))> |
#<alt (* x (- (* -1/4 x) 1/3))> |
#<alt (* x (- (* -1/4 x) 1/3))> |
#<alt (* -1/4 (pow x 2))> |
#<alt (* -1 (* (pow x 2) (+ 1/4 (* 1/3 (/ 1 x)))))> |
#<alt (* -1 (* (pow x 2) (+ 1/4 (* 1/3 (/ 1 x)))))> |
#<alt (* -1 (* (pow x 2) (+ 1/4 (* 1/3 (/ 1 x)))))> |
#<alt (* -1/4 (pow x 2))> |
#<alt (* -1 (* (pow x 2) (+ 1/4 (* 1/3 (/ 1 x)))))> |
#<alt (* -1 (* (pow x 2) (+ 1/4 (* 1/3 (/ 1 x)))))> |
#<alt (* -1 (* (pow x 2) (+ 1/4 (* 1/3 (/ 1 x)))))> |
#<alt 1/3> |
#<alt (+ 1/3 (* -1/4 x))> |
#<alt (+ 1/3 (* -1/4 x))> |
#<alt (+ 1/3 (* -1/4 x))> |
#<alt (* -1/4 x)> |
#<alt (* x (- (* 1/3 (/ 1 x)) 1/4))> |
#<alt (* x (- (* 1/3 (/ 1 x)) 1/4))> |
#<alt (* x (- (* 1/3 (/ 1 x)) 1/4))> |
#<alt (* -1/4 x)> |
#<alt (* -1 (* x (- 1/4 (* 1/3 (/ 1 x)))))> |
#<alt (* -1 (* x (- 1/4 (* 1/3 (/ 1 x)))))> |
#<alt (* -1 (* x (- 1/4 (* 1/3 (/ 1 x)))))> |
#<alt (* -1/3 x)> |
#<alt (* -1/3 x)> |
#<alt (* -1/3 x)> |
#<alt (* -1/3 x)> |
#<alt (* -1/3 x)> |
#<alt (* -1/3 x)> |
#<alt (* -1/3 x)> |
#<alt (* -1/3 x)> |
#<alt (* -1/3 x)> |
#<alt (* -1/3 x)> |
#<alt (* -1/3 x)> |
#<alt (* -1/3 x)> |
#<alt (/ -1 (pow x 3))> |
#<alt (/ (- (* -1/2 x) 1) (pow x 3))> |
#<alt (/ (- (* x (- (* -1/3 x) 1/2)) 1) (pow x 3))> |
#<alt (/ (- (* x (- (* -1/3 x) 1/2)) 1) (pow x 3))> |
#<alt (/ -1/3 x)> |
#<alt (* -1 (/ (+ 1/3 (* 1/2 (/ 1 x))) x))> |
#<alt (/ (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3) x)> |
#<alt (/ (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3) x)> |
#<alt (/ -1/3 x)> |
#<alt (* -1 (/ (+ 1/3 (* 1/2 (/ 1 x))) x))> |
#<alt (* -1 (/ (+ 1/3 (+ (* 1/2 (/ 1 x)) (/ 1 (pow x 2)))) x))> |
#<alt (* -1 (/ (+ 1/3 (+ (* 1/2 (/ 1 x)) (/ 1 (pow x 2)))) x))> |
#<alt (/ -1 (pow x 2))> |
#<alt (/ (- (* -1/2 x) 1) (pow x 2))> |
#<alt (/ (- (* -1/2 x) 1) (pow x 2))> |
#<alt (/ (- (* -1/2 x) 1) (pow x 2))> |
#<alt (/ -1/2 x)> |
#<alt (* -1 (/ (+ 1/2 (/ 1 x)) x))> |
#<alt (* -1 (/ (+ 1/2 (/ 1 x)) x))> |
#<alt (* -1 (/ (+ 1/2 (/ 1 x)) x))> |
#<alt (/ -1/2 x)> |
#<alt (* -1 (/ (+ 1/2 (/ 1 x)) x))> |
#<alt (* -1 (/ (+ 1/2 (/ 1 x)) x))> |
#<alt (* -1 (/ (+ 1/2 (/ 1 x)) x))> |
#<alt -1> |
#<alt (- (* -1 x) 1)> |
#<alt (- (* x (- (* -1/2 x) 1)) 1)> |
#<alt (- (* x (- (* x (- (* -5/12 x) 1/2)) 1)) 1)> |
#<alt (* -4 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (pow x 4)))> |
#<alt (/ (- (+ (* -4 (+ (log -1) (* -1 (log (/ 1 x))))) (* 4 (/ 1 x))) (* 16/3 (/ (+ (log -1) (* -1 (log (/ 1 x)))) x))) (pow x 4))> |
#<alt (/ (- (+ (* -4 (+ (log -1) (* -1 (log (/ 1 x))))) (+ (* 4 (/ 1 x)) (/ 2 (pow x 2)))) (+ (* -8 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (pow x 2))) (+ (* -4/3 (/ (- 4 (* 16/3 (+ (log -1) (* -1 (log (/ 1 x)))))) (pow x 2))) (* 16/3 (/ (+ (log -1) (* -1 (log (/ 1 x)))) x))))) (pow x 4))> |
#<alt (/ (- (+ (* -4 (+ (log -1) (* -1 (log (/ 1 x))))) (+ (* 4 (/ 1 x)) (+ (* 4/3 (/ 1 (pow x 3))) (/ 2 (pow x 2))))) (+ (* -8 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (pow x 2))) (+ (* -4/3 (/ (- 2 (+ (* -8 (+ (log -1) (* -1 (log (/ 1 x))))) (* -4/3 (- 4 (* 16/3 (+ (log -1) (* -1 (log (/ 1 x))))))))) (pow x 3))) (+ (* -4/3 (/ (- 4 (* 16/3 (+ (log -1) (* -1 (log (/ 1 x)))))) (pow x 2))) (+ (* 2 (/ (- 4 (* 16/3 (+ (log -1) (* -1 (log (/ 1 x)))))) (pow x 3))) (+ (* 16/3 (/ (+ (log -1) (* -1 (log (/ 1 x)))) x)) (* 16 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (pow x 3))))))))) (pow x 4))> |
#<alt (* 4 (/ (log (/ -1 x)) (pow x 4)))> |
#<alt (/ (- (+ (* 4 (log (/ -1 x))) (* 4 (/ 1 x))) (* -16/3 (/ (log (/ -1 x)) x))) (pow x 4))> |
#<alt (/ (+ (* -1 (/ (+ (* -1 (- 4 (* -16/3 (log (/ -1 x))))) (* -1 (/ (+ 2 (+ (* -8 (log (/ -1 x))) (* 4/3 (- 4 (* -16/3 (log (/ -1 x))))))) x))) x)) (* 4 (log (/ -1 x)))) (pow x 4))> |
#<alt (/ (+ (* -1 (/ (+ (* -1 (- 4 (* -16/3 (log (/ -1 x))))) (* -1 (/ (- (+ 2 (+ (* -8 (log (/ -1 x))) (+ (* 4/3 (- 4 (* -16/3 (log (/ -1 x))))) (* 4/3 (/ 1 x))))) (+ (* -16 (/ (log (/ -1 x)) x)) (+ (* -4/3 (/ (+ 2 (+ (* -8 (log (/ -1 x))) (* 4/3 (- 4 (* -16/3 (log (/ -1 x))))))) x)) (* 2 (/ (- 4 (* -16/3 (log (/ -1 x)))) x))))) x))) x)) (* 4 (log (/ -1 x)))) (pow x 4))> |
78 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 0.0ms | x | @ | 0 | (/ (+ -1/3 (/ (+ -1/2 (/ -1 x)) x)) x) |
| 0.0ms | x | @ | 0 | (* x (* x x)) |
| 0.0ms | x | @ | -inf | (* x (* x x)) |
| 0.0ms | x | @ | -inf | (/ (* x (* (* x (* x x)) (+ (/ (+ -1/3 (/ (+ -1/2 (/ -1 x)) x)) x) -1/4))) (* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))))) |
| 0.0ms | x | @ | -inf | (/ (+ -1/3 (/ (+ -1/2 (/ -1 x)) x)) x) |
| 1× | batch-egg-rewrite |
| 3328× | *-lowering-*.f32 |
| 3328× | *-lowering-*.f64 |
| 2272× | fma-lowering-fma.f32 |
| 2272× | fma-lowering-fma.f64 |
| 2016× | /-lowering-/.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 46 | 338 |
| 1 | 336 | 284 |
| 2 | 3260 | 280 |
| 0 | 8397 | 280 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (* (+ -1 (* x (+ -1/2 (* x (+ -1/3 (* x -1/4)))))) 1) (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))))) |
(* (+ -1 (* x (+ -1/2 (* x (+ -1/3 (* x -1/4)))))) 1) |
(+ -1 (* x (+ -1/2 (* x (+ -1/3 (* x -1/4)))))) |
(* x (+ -1/2 (* x (+ -1/3 (* x -1/4))))) |
(/ (* (+ -1 (* x (+ -1/2 (* x -1/3)))) 1) (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))))) |
(* (+ -1 (* x (+ -1/2 (* x -1/3)))) 1) |
(+ -1 (* x (+ -1/2 (* x -1/3)))) |
(* x (+ -1/2 (* x -1/3))) |
(* (/ (/ 1 x) (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))))) (* x (+ -1 (* x (+ -1/2 (* x (+ -1/3 (* x -1/4)))))))) |
(/ (/ 1 x) (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))))) |
(/ 1 x) |
(+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))) |
(/ (* x (* (* x (* x x)) (+ (/ (+ -1/3 (/ (+ -1/2 (/ -1 x)) x)) x) -1/4))) (* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))))) |
(* x (* (* x (* x x)) (+ (/ (+ -1/3 (/ (+ -1/2 (/ -1 x)) x)) x) -1/4))) |
(* (* x (* x x)) (+ (/ (+ -1/3 (/ (+ -1/2 (/ -1 x)) x)) x) -1/4)) |
(* x (* x x)) |
(* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))))) |
(* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))) |
(+ -1/2 (* x (+ 1/3 (* x -1/4)))) |
(* x (+ 1/3 (* x -1/4))) |
(* x (+ -1/3 (* x -1/4))) |
(+ 1/3 (* x -1/4)) |
(* x -1/3) |
(/ (+ -1/3 (/ (+ -1/2 (/ -1 x)) x)) x) |
(/ (+ -1/2 (/ -1 x)) x) |
(/ (log (+ 1 (neg x))) (* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))))) |
| Outputs |
|---|
(+.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (-.f64 #s(literal 0 binary64) x)) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) #s(literal -1 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) #s(literal -1 binary64))) |
(+.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) |
(+.f64 (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) |
(+.f64 (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) #s(literal -1 binary64))) |
(fma.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) |
(fma.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) |
(fma.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) |
(/.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal -1 binary64)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal -1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) |
(/.f64 (*.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (/.f64 #s(literal -1 binary64) x)) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal -1 binary64))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(/.f64 (*.f64 (/.f64 #s(literal -1 binary64) x) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal -1 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) #s(literal -1 binary64)) |
(*.f64 x (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(*.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) #s(literal 1 binary64)) |
(*.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) x) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) #s(literal 1 binary64)) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(*.f64 (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) #s(literal 1 binary64))))) |
(*.f64 (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) |
(*.f64 (pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal -1 binary64)))))) |
(*.f64 (pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) |
(+.f64 #s(literal -1 binary64) (*.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal 1 binary64))) |
(+.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal -1 binary64)) |
(+.f64 (*.f64 x #s(literal -1/2 binary64)) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) #s(literal -1 binary64))) |
(+.f64 (*.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) #s(literal -1 binary64)) |
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 0 binary64) x)) (*.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(+.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 1 binary64) x)) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (/.f64 #s(literal 1 binary64) x))) |
(+.f64 (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(+.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (/.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(fma.f64 x #s(literal -1/2 binary64) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) #s(literal -1 binary64))) |
(fma.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) #s(literal -1 binary64)) |
(fma.f64 #s(literal -1/2 binary64) x (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) #s(literal -1 binary64))) |
(fma.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) x #s(literal -1 binary64)) |
(fma.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal 1 binary64) #s(literal -1 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal -1 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 1 binary64) x) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (/.f64 #s(literal 1 binary64) x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal -1 binary64)))) (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))))) |
(/.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) x) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal -1 binary64))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) (+.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (-.f64 #s(literal 1 binary64) (neg.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal -1 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) #s(literal 1 binary64)) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal -1 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) (neg.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) #s(literal 1 binary64)) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal -1 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal -1 binary64))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) (-.f64 #s(literal 0 binary64) x)) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal -1 binary64)))) (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) #s(literal 1 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(*.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal -1 binary64)))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) x) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) |
(+.f64 #s(literal -1 binary64) (*.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal 1 binary64))) |
(+.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal -1 binary64)) |
(+.f64 (*.f64 x #s(literal -1/2 binary64)) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) #s(literal -1 binary64))) |
(+.f64 (*.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) #s(literal -1 binary64)) |
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 0 binary64) x)) (*.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(+.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 1 binary64) x)) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (/.f64 #s(literal 1 binary64) x))) |
(+.f64 (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(+.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (/.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(fma.f64 x #s(literal -1/2 binary64) (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) #s(literal -1 binary64))) |
(fma.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) #s(literal -1 binary64)) |
(fma.f64 #s(literal -1/2 binary64) x (+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) #s(literal -1 binary64))) |
(fma.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) x #s(literal -1 binary64)) |
(fma.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal 1 binary64) #s(literal -1 binary64)) |
(fma.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal -1 binary64)) |
(fma.f64 (/.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 #s(literal 1 binary64) x) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (/.f64 #s(literal 1 binary64) x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal -1 binary64)))) (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))))) |
(/.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) x) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal -1 binary64))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) (+.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (-.f64 #s(literal 1 binary64) (neg.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal -1 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) #s(literal 1 binary64)) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal -1 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) (neg.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) #s(literal 1 binary64)) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal -1 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal -1 binary64))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) (-.f64 #s(literal 0 binary64) x)) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal -1 binary64)))) (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) #s(literal 1 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(*.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal -1 binary64)))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) x) |
(+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x #s(literal -1/2 binary64))) |
(+.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 x (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) |
(fma.f64 x #s(literal -1/2 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) |
(fma.f64 x (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) (*.f64 x #s(literal -1/2 binary64))) |
(fma.f64 #s(literal -1/2 binary64) x (*.f64 x (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) |
(fma.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))) (*.f64 x x) (*.f64 x #s(literal -1/2 binary64))) |
(fma.f64 (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) x (*.f64 x #s(literal -1/2 binary64))) |
(fma.f64 (*.f64 x x) (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))) (*.f64 x #s(literal -1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/8 binary64)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) (*.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) (+.f64 (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 x #s(literal -1/2 binary64))) (-.f64 (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 x (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 x #s(literal -1/2 binary64))) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (-.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 x (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) |
(/.f64 (*.f64 x (+.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) (*.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 x (-.f64 #s(literal 1/4 binary64) (*.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (-.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) |
(/.f64 (*.f64 (+.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) (*.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) x) (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) x) (-.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) |
(*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) |
(*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) x) |
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) |
(neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) #s(literal -1 binary64)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) #s(literal -1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) #s(literal -1 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) #s(literal 1 binary64))))) |
(*.f64 (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) |
(*.f64 (pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) #s(literal -1 binary64)))))) |
(*.f64 (pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) |
(+.f64 #s(literal -1 binary64) (*.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) |
(+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) #s(literal 1 binary64))) |
(+.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) #s(literal -1 binary64)) |
(+.f64 (*.f64 x #s(literal -1/2 binary64)) (+.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 x x)) #s(literal -1 binary64))) |
(+.f64 (*.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) #s(literal -1 binary64)) |
(+.f64 (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(+.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 #s(literal -1/3 binary64) (*.f64 x x))) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) (/.f64 (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))) |
(fma.f64 x #s(literal -1/2 binary64) (+.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 x x)) #s(literal -1 binary64))) |
(fma.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) #s(literal -1 binary64)) |
(fma.f64 #s(literal -1/2 binary64) x (+.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 x x)) #s(literal -1 binary64))) |
(fma.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) #s(literal -1 binary64)) |
(fma.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) x #s(literal -1 binary64)) |
(fma.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) #s(literal 1 binary64) #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) #s(literal -1 binary64)))) (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) #s(literal -1 binary64))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))) (+.f64 (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) #s(literal -1 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) #s(literal 1 binary64)) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) #s(literal -1 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))) (neg.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) #s(literal 1 binary64)) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) #s(literal -1 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) #s(literal -1 binary64))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) #s(literal -1 binary64)))) (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) #s(literal 1 binary64)) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) #s(literal -1 binary64)))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) |
(+.f64 #s(literal -1 binary64) (*.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) |
(+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) #s(literal 1 binary64))) |
(+.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) #s(literal -1 binary64)) |
(+.f64 (*.f64 x #s(literal -1/2 binary64)) (+.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 x x)) #s(literal -1 binary64))) |
(+.f64 (*.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) #s(literal -1 binary64)) |
(+.f64 (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(+.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 #s(literal -1/3 binary64) (*.f64 x x))) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) (/.f64 (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))) |
(fma.f64 x #s(literal -1/2 binary64) (+.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 x x)) #s(literal -1 binary64))) |
(fma.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) #s(literal -1 binary64)) |
(fma.f64 #s(literal -1/2 binary64) x (+.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 x x)) #s(literal -1 binary64))) |
(fma.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) #s(literal -1 binary64)) |
(fma.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) x #s(literal -1 binary64)) |
(fma.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) #s(literal 1 binary64) #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) #s(literal -1 binary64)))) (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) #s(literal -1 binary64))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))) (+.f64 (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 (-.f64 #s(literal 0 binary64) x) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) #s(literal -1 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) #s(literal 1 binary64)) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) #s(literal -1 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))) (neg.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) #s(literal 1 binary64)) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) #s(literal -1 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) #s(literal -1 binary64))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) #s(literal -1 binary64)))) (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) #s(literal 1 binary64)) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) #s(literal -1 binary64)))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))))) |
(+.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 x x)) (*.f64 x #s(literal -1/2 binary64))) |
(+.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 #s(literal -1/3 binary64) (*.f64 x x))) |
(fma.f64 x #s(literal -1/2 binary64) (*.f64 #s(literal -1/3 binary64) (*.f64 x x))) |
(fma.f64 x (*.f64 x #s(literal -1/3 binary64)) (*.f64 x #s(literal -1/2 binary64))) |
(fma.f64 #s(literal -1/2 binary64) x (*.f64 #s(literal -1/3 binary64) (*.f64 x x))) |
(fma.f64 #s(literal -1/3 binary64) (*.f64 x x) (*.f64 x #s(literal -1/2 binary64))) |
(fma.f64 (*.f64 x #s(literal -1/3 binary64)) x (*.f64 x #s(literal -1/2 binary64))) |
(fma.f64 (*.f64 x x) #s(literal -1/3 binary64) (*.f64 x #s(literal -1/2 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/8 binary64)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/27 binary64)))) (+.f64 (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 x #s(literal -1/2 binary64))) (-.f64 (*.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 x x)) (*.f64 #s(literal -1/3 binary64) (*.f64 x x))) (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 #s(literal -1/3 binary64) (*.f64 x x)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 x #s(literal -1/2 binary64))) (*.f64 (*.f64 #s(literal -1/3 binary64) (*.f64 x x)) (*.f64 #s(literal -1/3 binary64) (*.f64 x x)))) (-.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 #s(literal -1/3 binary64) (*.f64 x x)))) |
(/.f64 (*.f64 x (+.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/27 binary64)))) (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x #s(literal -1/3 binary64)) (-.f64 (*.f64 x #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 x (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/9 binary64) (*.f64 x x)))) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/27 binary64))) x) (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x #s(literal -1/3 binary64)) (-.f64 (*.f64 x #s(literal -1/3 binary64)) #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 #s(literal 1/9 binary64) (*.f64 x x))) x) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))) |
(*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) |
(*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) x) |
(+.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (-.f64 #s(literal 0 binary64) x)) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) #s(literal -1 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) #s(literal -1 binary64))) |
(+.f64 (*.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) |
(+.f64 (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) |
(+.f64 (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) #s(literal -1 binary64))) |
(fma.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) |
(fma.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) |
(fma.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (-.f64 #s(literal 0 binary64) x) (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(fma.f64 (-.f64 #s(literal 0 binary64) x) (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) |
(/.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal -1 binary64)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal -1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) |
(/.f64 (*.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (/.f64 #s(literal -1 binary64) x)) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal -1 binary64))))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(/.f64 (*.f64 (/.f64 #s(literal -1 binary64) x) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal -1 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) #s(literal -1 binary64)) |
(*.f64 x (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(*.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) #s(literal 1 binary64)) |
(*.f64 (*.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) x) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) #s(literal 1 binary64)) (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(*.f64 (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) #s(literal 1 binary64))))) |
(*.f64 (/.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) |
(*.f64 (pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (+.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal -1 binary64)))))) |
(*.f64 (pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(exp.f64 (*.f64 (log.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) |
(neg.f64 (/.f64 (/.f64 #s(literal -1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) #s(literal 1 binary64))) |
(/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) |
(/.f64 (/.f64 #s(literal 1 binary64) x) (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) |
(/.f64 (/.f64 #s(literal -1 binary64) x) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(/.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) x) |
(/.f64 (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) (-.f64 #s(literal 0 binary64) x)) |
(pow.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(*.f64 (/.f64 #s(literal -1 binary64) x) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) #s(literal 1 binary64))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) |
(*.f64 (pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) #s(literal -1 binary64)) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) x)) |
(exp.f64 (*.f64 (log.f64 x) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -1 binary64) x)) |
(/.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 #s(literal 1 binary64) x) |
(/.f64 #s(literal 1 binary64) (neg.f64 (-.f64 #s(literal 0 binary64) x))) |
(pow.f64 x #s(literal -1 binary64)) |
(pow.f64 (*.f64 x x) #s(literal -1/2 binary64)) |
(pow.f64 (neg.f64 (-.f64 #s(literal 0 binary64) x)) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 x #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 x)) #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) x)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1 binary64)) |
(*.f64 (pow.f64 x #s(literal -1/2 binary64)) (pow.f64 x #s(literal -1/2 binary64))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) |
(+.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) #s(literal 1 binary64)) |
(+.f64 (*.f64 x #s(literal -1/2 binary64)) (+.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) #s(literal 1 binary64))) |
(+.f64 (+.f64 #s(literal 1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) |
(-.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (/.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(fma.f64 x #s(literal -1/2 binary64) (+.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) #s(literal 1 binary64))) |
(fma.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) #s(literal 1 binary64)) |
(fma.f64 #s(literal -1/2 binary64) x (+.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) #s(literal 1 binary64))) |
(fma.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) #s(literal 1 binary64)) |
(fma.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) x #s(literal 1 binary64)) |
(fma.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) #s(literal 1 binary64) #s(literal 1 binary64)) |
(fma.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) x #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) #s(literal 1 binary64))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) (+.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))))) (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) #s(literal 1 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) (neg.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) #s(literal 1 binary64)) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) #s(literal 1 binary64))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) #s(literal 1 binary64)))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) #s(literal 1 binary64)))))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (*.f64 (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x)) (*.f64 x (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x)) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x))) #s(literal 1 binary64)))) |
(/.f64 (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) |
(/.f64 (*.f64 (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x)) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x)) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) |
(/.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x))) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x)) (*.f64 x (*.f64 x (*.f64 x x)))))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x))) #s(literal 1 binary64))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x)))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(/.f64 (*.f64 (*.f64 (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 1 binary64)) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(/.f64 (*.f64 (*.f64 (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x)) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 #s(literal -1 binary64) x)) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x)))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) |
(/.f64 (*.f64 x (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) x) |
(/.f64 (/.f64 (*.f64 (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x)) (*.f64 x (*.f64 x (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) x) |
(pow.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x))) #s(literal 1 binary64))) #s(literal -1 binary64)) |
(*.f64 x (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x)) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) |
(*.f64 x (/.f64 (*.f64 (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x)) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (*.f64 (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (*.f64 (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x)) (*.f64 x (*.f64 x (*.f64 x x))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -1 binary64))) |
(*.f64 (*.f64 x (*.f64 x x)) (/.f64 (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(*.f64 (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x)) (/.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(*.f64 (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(*.f64 (*.f64 (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x)) (*.f64 x (*.f64 x (*.f64 x x)))) (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(*.f64 (-.f64 #s(literal 0 binary64) (*.f64 (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x)) (*.f64 x (*.f64 x (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))))) |
(*.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) #s(literal 1 binary64)) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x))) #s(literal 1 binary64))) |
(*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x)) (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) |
(*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x)) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) |
(*.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(*.f64 (*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x)) (*.f64 x x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) x) |
(*.f64 (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x))) x)) |
(*.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x))) x) (/.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) x) (/.f64 (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(*.f64 (/.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (/.f64 (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x)) x)) |
(*.f64 (/.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x))) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) #s(literal 1 binary64))))) |
(*.f64 (/.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x))) #s(literal 1 binary64)) (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) |
(*.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) #s(literal 1 binary64))))) |
(*.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x))) (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) |
(*.f64 (pow.f64 (/.f64 x (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x)))) #s(literal -1 binary64)) (pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) x) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) x) #s(literal -1 binary64)) (pow.f64 (/.f64 x (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x)))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 x (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -1 binary64)) (pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -1 binary64)) (pow.f64 (/.f64 x (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x))) #s(literal -1 binary64))) |
(+.f64 (*.f64 x (*.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) (*.f64 x x))) (*.f64 x (*.f64 x (*.f64 x (*.f64 x #s(literal -1/4 binary64)))))) |
(+.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/4 binary64)) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x))) |
(+.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x)) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/4 binary64))) |
(+.f64 (*.f64 (*.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) (*.f64 x x)) x) (*.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal -1/4 binary64)))) x)) |
(+.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x) (*.f64 x (*.f64 x (*.f64 x x))))) |
(+.f64 (*.f64 (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 #s(literal -1/4 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(fma.f64 x (*.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) (*.f64 x x)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x #s(literal -1/4 binary64)))))) |
(fma.f64 #s(literal -1/4 binary64) (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x) (*.f64 x (*.f64 x (*.f64 x x))))) |
(fma.f64 (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x) (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 #s(literal -1/4 binary64) (*.f64 x (*.f64 x (*.f64 x x))))) |
(fma.f64 (*.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) (*.f64 x x)) x (*.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal -1/4 binary64)))) x)) |
(fma.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/4 binary64) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x))) |
(fma.f64 (*.f64 x (*.f64 x (*.f64 x x))) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x) (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/4 binary64))) |
(/.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 (*.f64 (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x) (/.f64 (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x) (/.f64 x (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x))))) #s(literal -1/64 binary64))) (+.f64 (/.f64 (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x) (/.f64 x (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)))) (-.f64 #s(literal 1/16 binary64) (/.f64 #s(literal -1/4 binary64) (/.f64 x (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x))))))) |
(/.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 (/.f64 (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x) (/.f64 x (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)))) #s(literal -1/16 binary64))) (+.f64 (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x) #s(literal 1/4 binary64))) |
(*.f64 x (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x)))) |
(*.f64 (*.f64 x (*.f64 x x)) (*.f64 (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x)) x)) |
(*.f64 (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x)) (*.f64 x (*.f64 x (*.f64 x x)))) |
(*.f64 (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x))) x) |
(*.f64 (*.f64 x x) (*.f64 (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x)) (*.f64 x x))) |
(*.f64 (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x))) |
(*.f64 (*.f64 x (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x))) (*.f64 x (*.f64 x x))) |
(+.f64 (*.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) (*.f64 x x)) (*.f64 x (*.f64 x (*.f64 x #s(literal -1/4 binary64))))) |
(+.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal -1/4 binary64)))) (*.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) (*.f64 x x))) |
(fma.f64 x (*.f64 x (*.f64 x #s(literal -1/4 binary64))) (*.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) (*.f64 x x))) |
(fma.f64 x (*.f64 (*.f64 x x) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x)) (*.f64 x (*.f64 x (*.f64 x #s(literal -1/4 binary64))))) |
(fma.f64 #s(literal -1/4 binary64) (*.f64 x (*.f64 x x)) (*.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) (*.f64 x x))) |
(fma.f64 (*.f64 x #s(literal -1/4 binary64)) (*.f64 x x) (*.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) (*.f64 x x))) |
(fma.f64 (*.f64 x (*.f64 x x)) #s(literal -1/4 binary64) (*.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) (*.f64 x x))) |
(fma.f64 (*.f64 x (*.f64 x x)) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x) (*.f64 x (*.f64 x (*.f64 x #s(literal -1/4 binary64))))) |
(fma.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x #s(literal -1/4 binary64))))) |
(fma.f64 (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x) (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x (*.f64 x #s(literal -1/4 binary64))))) |
(fma.f64 (*.f64 x x) (*.f64 x #s(literal -1/4 binary64)) (*.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) (*.f64 x x))) |
(fma.f64 (*.f64 x x) (*.f64 x (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x)) (*.f64 x (*.f64 x (*.f64 x #s(literal -1/4 binary64))))) |
(fma.f64 (*.f64 x (*.f64 x #s(literal -1/4 binary64))) x (*.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) (*.f64 x x))) |
(fma.f64 (*.f64 (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x) (*.f64 x x)) x (*.f64 x (*.f64 x (*.f64 x #s(literal -1/4 binary64))))) |
(fma.f64 (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x))) (/.f64 #s(literal 1 binary64) x) (*.f64 x (*.f64 x (*.f64 x #s(literal -1/4 binary64))))) |
(fma.f64 (*.f64 (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x) x) (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x #s(literal -1/4 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) (*.f64 x x)) (*.f64 (*.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) (*.f64 x x)) (*.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64))))) (+.f64 (*.f64 (*.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) (*.f64 x x)) (*.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) (*.f64 x x))) (-.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal -1/4 binary64)))) (*.f64 x (*.f64 x (*.f64 x #s(literal -1/4 binary64))))) (*.f64 (*.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) (*.f64 x x)) (*.f64 x (*.f64 x (*.f64 x #s(literal -1/4 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) (*.f64 x x)) (*.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal -1/4 binary64)))) (*.f64 x (*.f64 x (*.f64 x #s(literal -1/4 binary64)))))) (-.f64 (*.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) (*.f64 x x)) (*.f64 x (*.f64 x (*.f64 x #s(literal -1/4 binary64)))))) |
(/.f64 (*.f64 (*.f64 x (*.f64 x x)) (+.f64 (*.f64 (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x) (/.f64 (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x) (/.f64 x (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x))))) #s(literal -1/64 binary64))) (+.f64 (/.f64 (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x) (/.f64 x (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)))) (-.f64 #s(literal 1/16 binary64) (/.f64 #s(literal -1/4 binary64) (/.f64 x (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x))))))) |
(/.f64 (*.f64 (*.f64 x (*.f64 x x)) (+.f64 (/.f64 (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x) (/.f64 x (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)))) #s(literal -1/16 binary64))) (+.f64 (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x) #s(literal 1/4 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x) (/.f64 (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x) (/.f64 x (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x))))) #s(literal -1/64 binary64)) (*.f64 x (*.f64 x x))) (+.f64 (/.f64 (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x) (/.f64 x (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)))) (-.f64 #s(literal 1/16 binary64) (/.f64 #s(literal -1/4 binary64) (/.f64 x (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x))))))) |
(/.f64 (*.f64 (+.f64 (/.f64 (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x) (/.f64 x (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)))) #s(literal -1/16 binary64)) (*.f64 x (*.f64 x x))) (+.f64 (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x) #s(literal 1/4 binary64))) |
(*.f64 x (*.f64 (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x)) (*.f64 x x))) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x))) |
(*.f64 (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x)) (*.f64 x (*.f64 x x))) |
(*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x)))) |
(*.f64 (*.f64 (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x)) (*.f64 x x)) x) |
(*.f64 (*.f64 (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x)) x) (*.f64 x x)) |
(exp.f64 (*.f64 (log.f64 x) #s(literal 3 binary64))) |
(exp.f64 (*.f64 (log.f64 (-.f64 #s(literal 0 binary64) x)) #s(literal 3 binary64))) |
(neg.f64 (*.f64 x (*.f64 x x))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x)))) |
(/.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64)) |
(/.f64 (*.f64 x (*.f64 x x)) #s(literal 1 binary64)) |
(/.f64 (pow.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (*.f64 x x))) #s(literal 3 binary64)) (pow.f64 (+.f64 #s(literal 0 binary64) (+.f64 (*.f64 x x) (*.f64 #s(literal 0 binary64) x))) #s(literal 3 binary64))) |
(/.f64 (pow.f64 (-.f64 #s(literal 0 binary64) (*.f64 x x)) #s(literal 3 binary64)) (pow.f64 (+.f64 #s(literal 0 binary64) x) #s(literal 3 binary64))) |
(pow.f64 x #s(literal 3 binary64)) |
(pow.f64 (-.f64 #s(literal 0 binary64) 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 (pow.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 3/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 x)) #s(literal 3 binary64)) |
(pow.f64 (exp.f64 (log.f64 (-.f64 #s(literal 0 binary64) x))) #s(literal 3 binary64)) |
(*.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x))) |
(*.f64 x (*.f64 x x)) |
(*.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) |
(*.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64)) |
(*.f64 (*.f64 x (*.f64 x x)) #s(literal 1 binary64)) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 x x)) |
(*.f64 (*.f64 x x) x) |
(*.f64 (*.f64 x x) (-.f64 #s(literal 0 binary64) x)) |
(*.f64 (pow.f64 x #s(literal 3/2 binary64)) (pow.f64 x #s(literal 3/2 binary64))) |
(*.f64 (pow.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 3/2 binary64)) (pow.f64 (-.f64 #s(literal 0 binary64) x) #s(literal 3/2 binary64))) |
(+.f64 x (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) |
(+.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) x) |
(fma.f64 x #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) |
(fma.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) x) |
(fma.f64 #s(literal 1 binary64) x (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) |
(fma.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) (*.f64 x x) x) |
(fma.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) x x) |
(fma.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) x) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (/.f64 #s(literal -1 binary64) x)) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) (*.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) #s(literal 1 binary64)))))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) (*.f64 (/.f64 #s(literal 1 binary64) x) (-.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) (+.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (*.f64 x (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))))) |
(/.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) (-.f64 x (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(/.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) #s(literal 1 binary64))))) |
(/.f64 (*.f64 x (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) |
(/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) x) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) #s(literal 1 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) x) (-.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) #s(literal -1 binary64)) |
(pow.f64 (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) #s(literal 1 binary64)) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) |
(*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) x) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) #s(literal 1 binary64)) x) |
(*.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) x)) |
(+.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) (*.f64 x #s(literal -1/2 binary64))) |
(+.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 x (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) |
(+.f64 (*.f64 #s(literal 1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) |
(+.f64 (*.f64 (*.f64 x #s(literal -1/2 binary64)) #s(literal 1 binary64)) (*.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) #s(literal 1 binary64))) |
(fma.f64 x #s(literal -1/2 binary64) (*.f64 x (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) |
(fma.f64 x (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))) (*.f64 x #s(literal -1/2 binary64))) |
(fma.f64 #s(literal -1/2 binary64) x (*.f64 x (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) |
(fma.f64 #s(literal 1 binary64) (*.f64 x #s(literal -1/2 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) |
(fma.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x x) (*.f64 x #s(literal -1/2 binary64))) |
(fma.f64 (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))) x (*.f64 x #s(literal -1/2 binary64))) |
(fma.f64 (*.f64 x x) (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x #s(literal -1/2 binary64))) |
(fma.f64 (*.f64 x #s(literal -1/2 binary64)) #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) #s(literal 1 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/8 binary64)) (*.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) (*.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) (*.f64 x (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (+.f64 (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 x #s(literal -1/2 binary64))) (-.f64 (*.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) (*.f64 x (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 x (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 x #s(literal -1/2 binary64))) (*.f64 (*.f64 x (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) (*.f64 x (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (-.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 x (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) |
(/.f64 (*.f64 x (+.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))) (-.f64 (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))) #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 x (-.f64 #s(literal 1/4 binary64) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (-.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 (+.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) x) (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))) (-.f64 (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))) #s(literal -1/2 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) x) (-.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) |
(*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) |
(*.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) |
(*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) x) |
(*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) #s(literal 1 binary64)) |
(*.f64 (*.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) x) |
(+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) |
(+.f64 (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))) #s(literal -1/2 binary64)) |
(+.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))) (*.f64 x (*.f64 x #s(literal -1/4 binary64)))) |
(+.f64 (*.f64 x #s(literal 1/3 binary64)) (+.f64 (*.f64 x (*.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 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) (/.f64 (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) (-.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) |
(fma.f64 x #s(literal 1/3 binary64) (+.f64 (*.f64 x (*.f64 x #s(literal -1/4 binary64))) #s(literal -1/2 binary64))) |
(fma.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) #s(literal -1/2 binary64)) |
(fma.f64 #s(literal 1/3 binary64) x (+.f64 (*.f64 x (*.f64 x #s(literal -1/4 binary64))) #s(literal -1/2 binary64))) |
(fma.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) x #s(literal -1/2 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))) (-.f64 (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))) #s(literal -1/2 binary64)))) (+.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) (-.f64 #s(literal 1/4 binary64) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(/.f64 (+.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))) (-.f64 (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))) #s(literal -1/2 binary64))))) |
(/.f64 (+.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (+.f64 (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) (-.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x #s(literal -1/2 binary64)) (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) |
(/.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (-.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) (neg.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))) (-.f64 (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))) #s(literal -1/2 binary64)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (neg.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) |
(/.f64 (-.f64 (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) #s(literal 1/4 binary64)) (-.f64 (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))) #s(literal -1/2 binary64))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))) (-.f64 (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))) #s(literal -1/2 binary64)))) (+.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) (-.f64 #s(literal 1/4 binary64) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/4 binary64) (*.f64 (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))) (-.f64 (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))) #s(literal -1/2 binary64)))))) |
(*.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) |
(+.f64 (*.f64 x (*.f64 x #s(literal -1/4 binary64))) (*.f64 x #s(literal 1/3 binary64))) |
(+.f64 (*.f64 x #s(literal 1/3 binary64)) (*.f64 x (*.f64 x #s(literal -1/4 binary64)))) |
(fma.f64 x (*.f64 x #s(literal -1/4 binary64)) (*.f64 x #s(literal 1/3 binary64))) |
(fma.f64 x #s(literal 1/3 binary64) (*.f64 x (*.f64 x #s(literal -1/4 binary64)))) |
(fma.f64 #s(literal -1/4 binary64) (*.f64 x x) (*.f64 x #s(literal 1/3 binary64))) |
(fma.f64 (*.f64 x #s(literal -1/4 binary64)) x (*.f64 x #s(literal 1/3 binary64))) |
(fma.f64 #s(literal 1/3 binary64) x (*.f64 x (*.f64 x #s(literal -1/4 binary64)))) |
(fma.f64 (*.f64 x x) #s(literal -1/4 binary64) (*.f64 x #s(literal 1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/27 binary64)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64)))) (+.f64 (*.f64 (*.f64 x #s(literal 1/3 binary64)) (*.f64 x #s(literal 1/3 binary64))) (-.f64 (*.f64 (*.f64 x (*.f64 x #s(literal -1/4 binary64))) (*.f64 x (*.f64 x #s(literal -1/4 binary64)))) (*.f64 (*.f64 x #s(literal 1/3 binary64)) (*.f64 x (*.f64 x #s(literal -1/4 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x #s(literal 1/3 binary64)) (*.f64 x #s(literal 1/3 binary64))) (*.f64 (*.f64 x (*.f64 x #s(literal -1/4 binary64))) (*.f64 x (*.f64 x #s(literal -1/4 binary64))))) (-.f64 (*.f64 x #s(literal 1/3 binary64)) (*.f64 x (*.f64 x #s(literal -1/4 binary64))))) |
(/.f64 (*.f64 x (-.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x x) #s(literal 1/16 binary64)))) (-.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) |
(/.f64 (*.f64 x (+.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64)))) (+.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x #s(literal -1/4 binary64)) (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x x) #s(literal 1/16 binary64))) x) (-.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64))) x) (+.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x #s(literal -1/4 binary64)) (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) |
(*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))) |
(*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) x) |
(+.f64 (*.f64 x #s(literal -1/3 binary64)) (*.f64 x (*.f64 x #s(literal -1/4 binary64)))) |
(+.f64 (*.f64 x (*.f64 x #s(literal -1/4 binary64))) (*.f64 x #s(literal -1/3 binary64))) |
(fma.f64 x #s(literal -1/3 binary64) (*.f64 x (*.f64 x #s(literal -1/4 binary64)))) |
(fma.f64 x (*.f64 x #s(literal -1/4 binary64)) (*.f64 x #s(literal -1/3 binary64))) |
(fma.f64 #s(literal -1/3 binary64) x (*.f64 x (*.f64 x #s(literal -1/4 binary64)))) |
(fma.f64 #s(literal -1/4 binary64) (*.f64 x x) (*.f64 x #s(literal -1/3 binary64))) |
(fma.f64 (*.f64 x #s(literal -1/4 binary64)) x (*.f64 x #s(literal -1/3 binary64))) |
(fma.f64 (*.f64 x x) #s(literal -1/4 binary64) (*.f64 x #s(literal -1/3 binary64))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/27 binary64)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64)))) (+.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 x x)) (-.f64 (*.f64 (*.f64 x (*.f64 x #s(literal -1/4 binary64))) (*.f64 x (*.f64 x #s(literal -1/4 binary64)))) (*.f64 (*.f64 x #s(literal -1/3 binary64)) (*.f64 x (*.f64 x #s(literal -1/4 binary64))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1/9 binary64) (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x #s(literal -1/4 binary64))) (*.f64 x (*.f64 x #s(literal -1/4 binary64))))) (-.f64 (*.f64 x #s(literal -1/3 binary64)) (*.f64 x (*.f64 x #s(literal -1/4 binary64))))) |
(/.f64 (*.f64 x (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64)) #s(literal -1/27 binary64))) (+.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x #s(literal -1/4 binary64)) (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 x (-.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x x) #s(literal 1/16 binary64)))) (-.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64)) #s(literal -1/27 binary64)) x) (+.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x #s(literal -1/4 binary64)) (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x x) #s(literal 1/16 binary64))) x) (-.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) |
(*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) |
(*.f64 (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))) x) |
(+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) |
(+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))) |
(-.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) |
(-.f64 (/.f64 #s(literal 1/9 binary64) (-.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) (-.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) |
(fma.f64 x #s(literal -1/4 binary64) #s(literal 1/3 binary64)) |
(fma.f64 #s(literal -1/4 binary64) x #s(literal 1/3 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x #s(literal -1/4 binary64)) (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (+.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))) (-.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x x) #s(literal 1/16 binary64))))) |
(/.f64 (+.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64))) (+.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x #s(literal -1/4 binary64)) (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) |
(/.f64 (+.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64))) (+.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) (-.f64 #s(literal 1/9 binary64) (*.f64 #s(literal -1/12 binary64) x)))) |
(/.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x x) #s(literal 1/16 binary64))) (-.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64)))) (neg.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x #s(literal -1/4 binary64)) (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x x) #s(literal 1/16 binary64)))) (neg.f64 (-.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) #s(literal 1/9 binary64)) (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) |
(pow.f64 (/.f64 (+.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x #s(literal -1/4 binary64)) (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (+.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))) (-.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x x) #s(literal 1/16 binary64)))) #s(literal -1 binary64)) |
(*.f64 (+.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x #s(literal -1/4 binary64)) (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) |
(*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x x) #s(literal 1/16 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) |
(*.f64 x #s(literal -1/3 binary64)) |
(*.f64 #s(literal -1/3 binary64) x) |
(exp.f64 (*.f64 (log.f64 (/.f64 x (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) (-.f64 #s(literal 0 binary64) x))) |
(neg.f64 (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x))) x)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 x (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 x (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x))) #s(literal 1 binary64))) |
(/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x))) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (+.f64 #s(literal -1/27 binary64) (/.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)))) (*.f64 x (*.f64 x x)))) (*.f64 x (+.f64 #s(literal 1/9 binary64) (/.f64 (-.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x) #s(literal -1/3 binary64)) (/.f64 x (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x))))))) |
(/.f64 (-.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x))) (*.f64 x x))) (*.f64 x (-.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)))) |
(/.f64 (*.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) #s(literal 1 binary64)) x) |
(/.f64 (*.f64 (+.f64 #s(literal -1/27 binary64) (/.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)))) (*.f64 x (*.f64 x x)))) #s(literal -1 binary64)) (*.f64 (+.f64 #s(literal 1/9 binary64) (/.f64 (-.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x) #s(literal -1/3 binary64)) (/.f64 x (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x))))) (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (*.f64 (+.f64 #s(literal -1/27 binary64) (/.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)))) (*.f64 x (*.f64 x x)))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1/9 binary64) (/.f64 (-.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x) #s(literal -1/3 binary64)) (/.f64 x (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x))))) x)) |
(/.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x))) (*.f64 x x))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x))) (*.f64 x x))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x)) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)))) (neg.f64 (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (*.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (*.f64 (+.f64 #s(literal -1/27 binary64) (/.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1/9 binary64) (/.f64 (-.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x) #s(literal -1/3 binary64)) (/.f64 x (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)))))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x))) (*.f64 x x))) (/.f64 #s(literal 1 binary64) x)) (-.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x))) |
(/.f64 (/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x))) #s(literal -1 binary64)) x) |
(pow.f64 (/.f64 x (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 x (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x)) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x))) #s(literal -1 binary64))) |
(*.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x))) (/.f64 #s(literal -1 binary64) x)) |
(*.f64 (*.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (pow.f64 (/.f64 x (+.f64 #s(literal -1/27 binary64) (/.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)))) (*.f64 x (*.f64 x x))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/9 binary64) (/.f64 (-.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x) #s(literal -1/3 binary64)) (/.f64 x (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x))))))) |
(*.f64 (pow.f64 (/.f64 x (-.f64 #s(literal 1/9 binary64) (/.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x))) (*.f64 x x)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 x (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) (-.f64 #s(literal 0 binary64) x))) |
(neg.f64 (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/2 binary64)) x)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 x (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 x (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 x (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x))) #s(literal 1 binary64))) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x) |
(/.f64 (+.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/2 binary64)) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (+.f64 #s(literal -1/8 binary64) (/.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x)))) (*.f64 x (+.f64 #s(literal 1/4 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/2 binary64)) x)))) |
(/.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x x))) (*.f64 x (-.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)))) |
(/.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) #s(literal 1 binary64)) x) |
(/.f64 (*.f64 (+.f64 #s(literal -1/8 binary64) (/.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x)))) #s(literal -1 binary64)) (*.f64 (+.f64 #s(literal 1/4 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/2 binary64)) x)) (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (*.f64 (+.f64 #s(literal -1/8 binary64) (/.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x)))) #s(literal 1 binary64)) (*.f64 (+.f64 #s(literal 1/4 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/2 binary64)) x)) x)) |
(/.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x x))) #s(literal -1 binary64)) (*.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x x))) #s(literal 1 binary64)) (*.f64 (-.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) |
(/.f64 (neg.f64 (+.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/2 binary64))) (neg.f64 (-.f64 #s(literal 0 binary64) x))) |
(/.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) #s(literal -1 binary64)) (-.f64 #s(literal 0 binary64) x)) |
(/.f64 (*.f64 (+.f64 #s(literal -1/8 binary64) (/.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1/4 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/2 binary64)) x))) |
(/.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x x))) (/.f64 #s(literal 1 binary64) x)) (-.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x))) |
(/.f64 (/.f64 (+.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/2 binary64)) #s(literal -1 binary64)) x) |
(pow.f64 (/.f64 x (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 x (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x))) #s(literal -1 binary64))) |
(*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (+.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/2 binary64)) (/.f64 #s(literal -1 binary64) x)) |
(*.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (pow.f64 (/.f64 x (+.f64 #s(literal -1/8 binary64) (/.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/4 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 1/2 binary64)) x)))) |
(*.f64 (pow.f64 (/.f64 x (-.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x x)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)))) |
(exp.f64 (*.f64 (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (/.f64 x (log.f64 (-.f64 #s(literal 1 binary64) x))))) #s(literal -1 binary64))) |
(neg.f64 (/.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))))) |
(neg.f64 (/.f64 (log.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) x))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (/.f64 x (log.f64 (-.f64 #s(literal 1 binary64) x)))))) |
(/.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (/.f64 x (log.f64 (-.f64 #s(literal 1 binary64) x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (/.f64 x (log.f64 (-.f64 #s(literal 1 binary64) x)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (/.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) x))) |
(/.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(/.f64 (log.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) x))) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) |
(/.f64 (/.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) |
(/.f64 (log.f64 (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) x)))) (neg.f64 (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))))) |
(/.f64 (neg.f64 (/.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) x)) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(/.f64 (*.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) #s(literal 1 binary64)) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(/.f64 (*.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) (/.f64 #s(literal -1 binary64) x)) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(/.f64 (/.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) x) |
(pow.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (/.f64 x (log.f64 (-.f64 #s(literal 1 binary64) x)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (/.f64 x (log.f64 (-.f64 #s(literal 1 binary64) x)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (/.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) x)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (pow.f64 (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (log.f64 (-.f64 #s(literal 1 binary64) x))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (log.f64 (-.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (pow.f64 (/.f64 #s(literal 1 binary64) (log.f64 (-.f64 #s(literal 1 binary64) x))) #s(literal -1 binary64))) |
(*.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) x))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (/.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) x)) |
(*.f64 (/.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) x) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(*.f64 (/.f64 (/.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) x) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))))) (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) (-.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) #s(literal 1 binary64))))) |
(*.f64 (/.f64 (/.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) x) (-.f64 #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) |
| 1× | egg-herbie |
| 3676× | *-lowering-*.f32 |
| 3676× | *-lowering-*.f64 |
| 2820× | +-lowering-+.f64 |
| 2820× | +-lowering-+.f32 |
| 1536× | sum3-define |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 361 | 2827 |
| 1 | 1140 | 2659 |
| 2 | 3783 | 2588 |
| 0 | 8449 | 2588 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
-1 |
(- (* -1 x) 1) |
(- (* x (- (* -1/2 x) 1)) 1) |
(- (* x (- (* x (- (* -5/12 x) 1/2)) 1)) 1) |
1 |
(+ 1 (* 8/3 (/ 1 x))) |
(+ 1 (+ (* 8/3 (/ 1 x)) (/ 32/9 (pow x 2)))) |
(+ 1 (+ (* 8/3 (/ 1 x)) (+ (* 200/27 (/ 1 (pow x 3))) (/ 32/9 (pow x 2))))) |
1 |
(+ 1 (* 8/3 (/ 1 x))) |
(+ 1 (+ (* 8/3 (/ 1 x)) (/ 32/9 (pow x 2)))) |
(+ 1 (* -1 (/ (- (* -1 (/ (+ 32/9 (* 200/27 (/ 1 x))) x)) 8/3) x))) |
-1 |
(- (* -1/2 x) 1) |
(- (* x (- (* -1/3 x) 1/2)) 1) |
(- (* x (- (* x (- (* -1/4 x) 1/3)) 1/2)) 1) |
(* -1/4 (pow x 3)) |
(* -1 (* (pow x 3) (+ 1/4 (* 1/3 (/ 1 x))))) |
(* (pow x 3) (- (* -1 (/ (+ 1/3 (* 1/2 (/ 1 x))) x)) 1/4)) |
(* (pow x 3) (- (* -1 (/ (+ 1/2 (/ 1 x)) (pow x 2))) (+ 1/4 (* 1/3 (/ 1 x))))) |
(* -1/4 (pow x 3)) |
(* -1 (* (pow x 3) (+ 1/4 (* 1/3 (/ 1 x))))) |
(* -1 (* (pow x 3) (+ 1/4 (+ (/ 1/2 (pow x 2)) (* 1/3 (/ 1 x)))))) |
(* -1 (* (pow x 3) (+ 1/4 (* -1 (/ (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3) x))))) |
-1 |
(- (* -1/2 x) 1) |
(- (* x (- (* -1/3 x) 1/2)) 1) |
(- (* x (- (* x (- (* -1/4 x) 1/3)) 1/2)) 1) |
(* -1/4 (pow x 3)) |
(* -1 (* (pow x 3) (+ 1/4 (* 1/3 (/ 1 x))))) |
(* (pow x 3) (- (* -1 (/ (+ 1/3 (* 1/2 (/ 1 x))) x)) 1/4)) |
(* (pow x 3) (- (* -1 (/ (+ 1/2 (/ 1 x)) (pow x 2))) (+ 1/4 (* 1/3 (/ 1 x))))) |
(* -1/4 (pow x 3)) |
(* -1 (* (pow x 3) (+ 1/4 (* 1/3 (/ 1 x))))) |
(* -1 (* (pow x 3) (+ 1/4 (+ (/ 1/2 (pow x 2)) (* 1/3 (/ 1 x)))))) |
(* -1 (* (pow x 3) (+ 1/4 (* -1 (/ (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3) x))))) |
(* -1/2 x) |
(* x (- (* -1/3 x) 1/2)) |
(* x (- (* x (- (* -1/4 x) 1/3)) 1/2)) |
(* x (- (* x (- (* -1/4 x) 1/3)) 1/2)) |
(* -1/4 (pow x 3)) |
(* -1 (* (pow x 3) (+ 1/4 (* 1/3 (/ 1 x))))) |
(* (pow x 3) (- (* -1 (/ (+ 1/3 (* 1/2 (/ 1 x))) x)) 1/4)) |
(* (pow x 3) (- (* -1 (/ (+ 1/3 (* 1/2 (/ 1 x))) x)) 1/4)) |
(* -1/4 (pow x 3)) |
(* -1 (* (pow x 3) (+ 1/4 (* 1/3 (/ 1 x))))) |
(* -1 (* (pow x 3) (+ 1/4 (+ (/ 1/2 (pow x 2)) (* 1/3 (/ 1 x)))))) |
(* -1 (* (pow x 3) (+ 1/4 (+ (/ 1/2 (pow x 2)) (* 1/3 (/ 1 x)))))) |
-1 |
(- (* -1 x) 1) |
(- (* x (- (* -1/2 x) 1)) 1) |
(- (* x (- (* x (- (* -1/6 x) 1/2)) 1)) 1) |
(/ 4/3 x) |
(/ (+ 4/3 (* 34/9 (/ 1 x))) x) |
(/ (+ 4/3 (+ (* 34/9 (/ 1 x)) (/ 172/27 (pow x 2)))) x) |
(/ (+ 4/3 (+ (* 34/9 (/ 1 x)) (+ (* 508/81 (/ 1 (pow x 3))) (/ 172/27 (pow x 2))))) x) |
(/ 4/3 x) |
(/ (+ 4/3 (* 34/9 (/ 1 x))) x) |
(* -1 (/ (- (* -1 (/ (+ 34/9 (* 172/27 (/ 1 x))) x)) 4/3) x)) |
(* -1 (/ (- (* -1 (/ (+ 34/9 (+ (* 172/27 (/ 1 x)) (/ 508/81 (pow x 2)))) x)) 4/3) x)) |
-1 |
(- (* -1/2 x) 1) |
(- (* x (- (* -1/3 x) 1/2)) 1) |
(- (* x (- (* -1/3 x) 1/2)) 1) |
(* -1/3 (pow x 2)) |
(* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x))))) |
(* (pow x 2) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3)) |
(* (pow x 2) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3)) |
(* -1/3 (pow x 2)) |
(* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x))))) |
(* (pow x 2) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3)) |
(* (pow x 2) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3)) |
-1 |
(- (* -1/2 x) 1) |
(- (* x (- (* -1/3 x) 1/2)) 1) |
(- (* x (- (* -1/3 x) 1/2)) 1) |
(* -1/3 (pow x 2)) |
(* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x))))) |
(* (pow x 2) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3)) |
(* (pow x 2) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3)) |
(* -1/3 (pow x 2)) |
(* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x))))) |
(* (pow x 2) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3)) |
(* (pow x 2) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3)) |
(* -1/2 x) |
(* x (- (* -1/3 x) 1/2)) |
(* x (- (* -1/3 x) 1/2)) |
(* x (- (* -1/3 x) 1/2)) |
(* -1/3 (pow x 2)) |
(* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x))))) |
(* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x))))) |
(* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x))))) |
(* -1/3 (pow x 2)) |
(* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x))))) |
(* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x))))) |
(* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x))))) |
-1 |
(- (* -1 x) 1) |
(- (* x (- (* -1/2 x) 1)) 1) |
(- (* x (- (* x (- (* -5/12 x) 1/2)) 1)) 1) |
1 |
(+ 1 (* 8/3 (/ 1 x))) |
(+ 1 (+ (* 8/3 (/ 1 x)) (/ 32/9 (pow x 2)))) |
(+ 1 (+ (* 8/3 (/ 1 x)) (+ (* 200/27 (/ 1 (pow x 3))) (/ 32/9 (pow x 2))))) |
1 |
(+ 1 (* 8/3 (/ 1 x))) |
(+ 1 (+ (* 8/3 (/ 1 x)) (/ 32/9 (pow x 2)))) |
(+ 1 (* -1 (/ (- (* -1 (/ (+ 32/9 (* 200/27 (/ 1 x))) x)) 8/3) x))) |
(/ 1 x) |
(/ (+ 1 (* 1/2 x)) x) |
(/ (+ 1 (* x (+ 1/2 (* -1/12 x)))) x) |
(/ (+ 1 (* x (+ 1/2 (* x (- (* 1/24 x) 1/12))))) x) |
(/ -4 (pow x 4)) |
(* -1 (/ (+ 4 (* 16/3 (/ 1 x))) (pow x 4))) |
(/ (- (/ 8/9 (pow x 2)) (+ 4 (* 16/3 (/ 1 x)))) (pow x 4)) |
(/ (- (/ 8/9 (pow x 2)) (+ 4 (+ (* 16/3 (/ 1 x)) (* 112/27 (/ 1 (pow x 3)))))) (pow x 4)) |
(/ -4 (pow x 4)) |
(* -1 (/ (+ 4 (* 16/3 (/ 1 x))) (pow x 4))) |
(/ (- (* -1 (/ (- 16/3 (* 8/9 (/ 1 x))) x)) 4) (pow x 4)) |
(/ (- (* -1 (/ (+ 16/3 (* -1 (/ (- 8/9 (* 112/27 (/ 1 x))) x))) x)) 4) (pow x 4)) |
(/ 1 x) |
(/ 1 x) |
(/ 1 x) |
(/ 1 x) |
(/ 1 x) |
(/ 1 x) |
(/ 1 x) |
(/ 1 x) |
(/ 1 x) |
(/ 1 x) |
(/ 1 x) |
(/ 1 x) |
1 |
(+ 1 (* -1/2 x)) |
(+ 1 (* x (- (* 1/3 x) 1/2))) |
(+ 1 (* x (- (* x (+ 1/3 (* -1/4 x))) 1/2))) |
(* -1/4 (pow x 3)) |
(* (pow x 3) (- (* 1/3 (/ 1 x)) 1/4)) |
(* (pow x 3) (- (* 1/3 (/ 1 x)) (+ 1/4 (/ 1/2 (pow x 2))))) |
(* (pow x 3) (- (+ (* 1/3 (/ 1 x)) (/ 1 (pow x 3))) (+ 1/4 (/ 1/2 (pow x 2))))) |
(* -1/4 (pow x 3)) |
(* -1 (* (pow x 3) (- 1/4 (* 1/3 (/ 1 x))))) |
(* -1 (* (pow x 3) (+ 1/4 (* -1 (/ (- 1/3 (* 1/2 (/ 1 x))) x))))) |
(* -1 (* (pow x 3) (+ 1/4 (* -1 (/ (+ 1/3 (* -1 (/ (- 1/2 (/ 1 x)) x))) x))))) |
-1 |
(- (* -1 x) 1) |
(- (* x (- (* -1/2 x) 1)) 1) |
(- (* x (- (* x (- (* -5/12 x) 1/2)) 1)) 1) |
1 |
(+ 1 (* 8/3 (/ 1 x))) |
(+ 1 (+ (* 8/3 (/ 1 x)) (/ 32/9 (pow x 2)))) |
(+ 1 (+ (* 8/3 (/ 1 x)) (+ (* 200/27 (/ 1 (pow x 3))) (/ 32/9 (pow x 2))))) |
1 |
(+ 1 (* 8/3 (/ 1 x))) |
(+ 1 (+ (* 8/3 (/ 1 x)) (/ 32/9 (pow x 2)))) |
(+ 1 (* -1 (/ (- (* -1 (/ (+ 32/9 (* 200/27 (/ 1 x))) x)) 8/3) x))) |
(* -1 x) |
(* x (- (* -1/2 x) 1)) |
(* x (- (* x (- (* -1/3 x) 1/2)) 1)) |
(* x (- (* x (- (* x (- (* -1/4 x) 1/3)) 1/2)) 1)) |
(* -1/4 (pow x 4)) |
(* -1 (* (pow x 4) (+ 1/4 (* 1/3 (/ 1 x))))) |
(* (pow x 4) (- (* -1 (/ (+ 1/3 (* 1/2 (/ 1 x))) x)) 1/4)) |
(* (pow x 4) (- (* -1 (/ (+ 1/2 (/ 1 x)) (pow x 2))) (+ 1/4 (* 1/3 (/ 1 x))))) |
(* -1/4 (pow x 4)) |
(* -1 (* (pow x 4) (+ 1/4 (* 1/3 (/ 1 x))))) |
(* (pow x 4) (- (* -1 (/ (+ 1/3 (* 1/2 (/ 1 x))) x)) 1/4)) |
(* (pow x 4) (- (* -1 (/ (+ 1/3 (+ (* 1/2 (/ 1 x)) (/ 1 (pow x 2)))) x)) 1/4)) |
-1 |
(- (* -1/2 x) 1) |
(- (* x (- (* -1/3 x) 1/2)) 1) |
(- (* x (- (* x (- (* -1/4 x) 1/3)) 1/2)) 1) |
(* -1/4 (pow x 3)) |
(* -1 (* (pow x 3) (+ 1/4 (* 1/3 (/ 1 x))))) |
(* (pow x 3) (- (* -1 (/ (+ 1/3 (* 1/2 (/ 1 x))) x)) 1/4)) |
(* (pow x 3) (- (* -1 (/ (+ 1/2 (/ 1 x)) (pow x 2))) (+ 1/4 (* 1/3 (/ 1 x))))) |
(* -1/4 (pow x 3)) |
(* -1 (* (pow x 3) (+ 1/4 (* 1/3 (/ 1 x))))) |
(* -1 (* (pow x 3) (+ 1/4 (+ (/ 1/2 (pow x 2)) (* 1/3 (/ 1 x)))))) |
(* -1 (* (pow x 3) (+ 1/4 (* -1 (/ (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3) x))))) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
x |
(* x (+ 1 (* -1/2 x))) |
(* x (+ 1 (* x (- (* 1/3 x) 1/2)))) |
(* x (+ 1 (* x (- (* x (+ 1/3 (* -1/4 x))) 1/2)))) |
(* -1/4 (pow x 4)) |
(* (pow x 4) (- (* 1/3 (/ 1 x)) 1/4)) |
(* (pow x 4) (- (* 1/3 (/ 1 x)) (+ 1/4 (/ 1/2 (pow x 2))))) |
(* (pow x 4) (- (+ (* 1/3 (/ 1 x)) (/ 1 (pow x 3))) (+ 1/4 (/ 1/2 (pow x 2))))) |
(* -1/4 (pow x 4)) |
(* (pow x 4) (- (* 1/3 (/ 1 x)) 1/4)) |
(* (pow x 4) (- (* -1 (/ (- (* 1/2 (/ 1 x)) 1/3) x)) 1/4)) |
(* (pow x 4) (- (* -1 (/ (- (* -1 (/ (- (/ 1 x) 1/2) x)) 1/3) x)) 1/4)) |
(* -1/2 x) |
(* x (- (* 1/3 x) 1/2)) |
(* x (- (* x (+ 1/3 (* -1/4 x))) 1/2)) |
(* x (- (* x (+ 1/3 (* -1/4 x))) 1/2)) |
(* -1/4 (pow x 3)) |
(* (pow x 3) (- (* 1/3 (/ 1 x)) 1/4)) |
(* (pow x 3) (- (* 1/3 (/ 1 x)) (+ 1/4 (/ 1/2 (pow x 2))))) |
(* (pow x 3) (- (* 1/3 (/ 1 x)) (+ 1/4 (/ 1/2 (pow x 2))))) |
(* -1/4 (pow x 3)) |
(* -1 (* (pow x 3) (- 1/4 (* 1/3 (/ 1 x))))) |
(* -1 (* (pow x 3) (+ 1/4 (* -1 (/ (- 1/3 (* 1/2 (/ 1 x))) x))))) |
(* -1 (* (pow x 3) (+ 1/4 (* -1 (/ (- 1/3 (* 1/2 (/ 1 x))) x))))) |
-1/2 |
(- (* 1/3 x) 1/2) |
(- (* x (+ 1/3 (* -1/4 x))) 1/2) |
(- (* x (+ 1/3 (* -1/4 x))) 1/2) |
(* -1/4 (pow x 2)) |
(* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4)) |
(* (pow x 2) (- (* 1/3 (/ 1 x)) (+ 1/4 (/ 1/2 (pow x 2))))) |
(* (pow x 2) (- (* 1/3 (/ 1 x)) (+ 1/4 (/ 1/2 (pow x 2))))) |
(* -1/4 (pow x 2)) |
(* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4)) |
(* (pow x 2) (- (* -1 (/ (- (* 1/2 (/ 1 x)) 1/3) x)) 1/4)) |
(* (pow x 2) (- (* -1 (/ (- (* 1/2 (/ 1 x)) 1/3) x)) 1/4)) |
(* 1/3 x) |
(* x (+ 1/3 (* -1/4 x))) |
(* x (+ 1/3 (* -1/4 x))) |
(* x (+ 1/3 (* -1/4 x))) |
(* -1/4 (pow x 2)) |
(* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4)) |
(* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4)) |
(* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4)) |
(* -1/4 (pow x 2)) |
(* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4)) |
(* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4)) |
(* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4)) |
(* -1/3 x) |
(* x (- (* -1/4 x) 1/3)) |
(* x (- (* -1/4 x) 1/3)) |
(* x (- (* -1/4 x) 1/3)) |
(* -1/4 (pow x 2)) |
(* -1 (* (pow x 2) (+ 1/4 (* 1/3 (/ 1 x))))) |
(* -1 (* (pow x 2) (+ 1/4 (* 1/3 (/ 1 x))))) |
(* -1 (* (pow x 2) (+ 1/4 (* 1/3 (/ 1 x))))) |
(* -1/4 (pow x 2)) |
(* -1 (* (pow x 2) (+ 1/4 (* 1/3 (/ 1 x))))) |
(* -1 (* (pow x 2) (+ 1/4 (* 1/3 (/ 1 x))))) |
(* -1 (* (pow x 2) (+ 1/4 (* 1/3 (/ 1 x))))) |
1/3 |
(+ 1/3 (* -1/4 x)) |
(+ 1/3 (* -1/4 x)) |
(+ 1/3 (* -1/4 x)) |
(* -1/4 x) |
(* x (- (* 1/3 (/ 1 x)) 1/4)) |
(* x (- (* 1/3 (/ 1 x)) 1/4)) |
(* x (- (* 1/3 (/ 1 x)) 1/4)) |
(* -1/4 x) |
(* -1 (* x (- 1/4 (* 1/3 (/ 1 x))))) |
(* -1 (* x (- 1/4 (* 1/3 (/ 1 x))))) |
(* -1 (* x (- 1/4 (* 1/3 (/ 1 x))))) |
(* -1/3 x) |
(* -1/3 x) |
(* -1/3 x) |
(* -1/3 x) |
(* -1/3 x) |
(* -1/3 x) |
(* -1/3 x) |
(* -1/3 x) |
(* -1/3 x) |
(* -1/3 x) |
(* -1/3 x) |
(* -1/3 x) |
(/ -1 (pow x 3)) |
(/ (- (* -1/2 x) 1) (pow x 3)) |
(/ (- (* x (- (* -1/3 x) 1/2)) 1) (pow x 3)) |
(/ (- (* x (- (* -1/3 x) 1/2)) 1) (pow x 3)) |
(/ -1/3 x) |
(* -1 (/ (+ 1/3 (* 1/2 (/ 1 x))) x)) |
(/ (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3) x) |
(/ (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3) x) |
(/ -1/3 x) |
(* -1 (/ (+ 1/3 (* 1/2 (/ 1 x))) x)) |
(* -1 (/ (+ 1/3 (+ (* 1/2 (/ 1 x)) (/ 1 (pow x 2)))) x)) |
(* -1 (/ (+ 1/3 (+ (* 1/2 (/ 1 x)) (/ 1 (pow x 2)))) x)) |
(/ -1 (pow x 2)) |
(/ (- (* -1/2 x) 1) (pow x 2)) |
(/ (- (* -1/2 x) 1) (pow x 2)) |
(/ (- (* -1/2 x) 1) (pow x 2)) |
(/ -1/2 x) |
(* -1 (/ (+ 1/2 (/ 1 x)) x)) |
(* -1 (/ (+ 1/2 (/ 1 x)) x)) |
(* -1 (/ (+ 1/2 (/ 1 x)) x)) |
(/ -1/2 x) |
(* -1 (/ (+ 1/2 (/ 1 x)) x)) |
(* -1 (/ (+ 1/2 (/ 1 x)) x)) |
(* -1 (/ (+ 1/2 (/ 1 x)) x)) |
-1 |
(- (* -1 x) 1) |
(- (* x (- (* -1/2 x) 1)) 1) |
(- (* x (- (* x (- (* -5/12 x) 1/2)) 1)) 1) |
(* -4 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (pow x 4))) |
(/ (- (+ (* -4 (+ (log -1) (* -1 (log (/ 1 x))))) (* 4 (/ 1 x))) (* 16/3 (/ (+ (log -1) (* -1 (log (/ 1 x)))) x))) (pow x 4)) |
(/ (- (+ (* -4 (+ (log -1) (* -1 (log (/ 1 x))))) (+ (* 4 (/ 1 x)) (/ 2 (pow x 2)))) (+ (* -8 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (pow x 2))) (+ (* -4/3 (/ (- 4 (* 16/3 (+ (log -1) (* -1 (log (/ 1 x)))))) (pow x 2))) (* 16/3 (/ (+ (log -1) (* -1 (log (/ 1 x)))) x))))) (pow x 4)) |
(/ (- (+ (* -4 (+ (log -1) (* -1 (log (/ 1 x))))) (+ (* 4 (/ 1 x)) (+ (* 4/3 (/ 1 (pow x 3))) (/ 2 (pow x 2))))) (+ (* -8 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (pow x 2))) (+ (* -4/3 (/ (- 2 (+ (* -8 (+ (log -1) (* -1 (log (/ 1 x))))) (* -4/3 (- 4 (* 16/3 (+ (log -1) (* -1 (log (/ 1 x))))))))) (pow x 3))) (+ (* -4/3 (/ (- 4 (* 16/3 (+ (log -1) (* -1 (log (/ 1 x)))))) (pow x 2))) (+ (* 2 (/ (- 4 (* 16/3 (+ (log -1) (* -1 (log (/ 1 x)))))) (pow x 3))) (+ (* 16/3 (/ (+ (log -1) (* -1 (log (/ 1 x)))) x)) (* 16 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (pow x 3))))))))) (pow x 4)) |
(* 4 (/ (log (/ -1 x)) (pow x 4))) |
(/ (- (+ (* 4 (log (/ -1 x))) (* 4 (/ 1 x))) (* -16/3 (/ (log (/ -1 x)) x))) (pow x 4)) |
(/ (+ (* -1 (/ (+ (* -1 (- 4 (* -16/3 (log (/ -1 x))))) (* -1 (/ (+ 2 (+ (* -8 (log (/ -1 x))) (* 4/3 (- 4 (* -16/3 (log (/ -1 x))))))) x))) x)) (* 4 (log (/ -1 x)))) (pow x 4)) |
(/ (+ (* -1 (/ (+ (* -1 (- 4 (* -16/3 (log (/ -1 x))))) (* -1 (/ (- (+ 2 (+ (* -8 (log (/ -1 x))) (+ (* 4/3 (- 4 (* -16/3 (log (/ -1 x))))) (* 4/3 (/ 1 x))))) (+ (* -16 (/ (log (/ -1 x)) x)) (+ (* -4/3 (/ (+ 2 (+ (* -8 (log (/ -1 x))) (* 4/3 (- 4 (* -16/3 (log (/ -1 x))))))) x)) (* 2 (/ (- 4 (* -16/3 (log (/ -1 x)))) x))))) x))) x)) (* 4 (log (/ -1 x)))) (pow x 4)) |
| Outputs |
|---|
-1 |
#s(literal -1 binary64) |
(- (* -1 x) 1) |
(-.f64 #s(literal -1 binary64) x) |
(- (* x (- (* -1/2 x) 1)) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(- (* x (- (* x (- (* -5/12 x) 1/2)) 1)) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* 8/3 (/ 1 x))) |
(+.f64 #s(literal 1 binary64) (/.f64 #s(literal 8/3 binary64) x)) |
(+ 1 (+ (* 8/3 (/ 1 x)) (/ 32/9 (pow x 2)))) |
(+.f64 (/.f64 #s(literal 8/3 binary64) x) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 32/9 binary64) (*.f64 x x)))) |
(+ 1 (+ (* 8/3 (/ 1 x)) (+ (* 200/27 (/ 1 (pow x 3))) (/ 32/9 (pow x 2))))) |
(+.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 8/3 binary64) x)) (+.f64 (/.f64 #s(literal 32/9 binary64) (*.f64 x x)) (/.f64 #s(literal 200/27 binary64) (*.f64 x (*.f64 x x))))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* 8/3 (/ 1 x))) |
(+.f64 #s(literal 1 binary64) (/.f64 #s(literal 8/3 binary64) x)) |
(+ 1 (+ (* 8/3 (/ 1 x)) (/ 32/9 (pow x 2)))) |
(+.f64 (/.f64 #s(literal 8/3 binary64) x) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 32/9 binary64) (*.f64 x x)))) |
(+ 1 (* -1 (/ (- (* -1 (/ (+ 32/9 (* 200/27 (/ 1 x))) x)) 8/3) x))) |
(-.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal -8/3 binary64) (/.f64 (+.f64 #s(literal 32/9 binary64) (/.f64 #s(literal 200/27 binary64) x)) x)) x)) |
-1 |
#s(literal -1 binary64) |
(- (* -1/2 x) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) |
(- (* x (- (* -1/3 x) 1/2)) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) |
(- (* x (- (* x (- (* -1/4 x) 1/3)) 1/2)) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) |
(* -1/4 (pow x 3)) |
(*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/4 binary64)) |
(* -1 (* (pow x 3) (+ 1/4 (* 1/3 (/ 1 x))))) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal -1/3 binary64) x))) |
(* (pow x 3) (- (* -1 (/ (+ 1/3 (* 1/2 (/ 1 x))) x)) 1/4)) |
(*.f64 x (*.f64 (*.f64 x x) (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 #s(literal -1/2 binary64) x)) x)))) |
(* (pow x 3) (- (* -1 (/ (+ 1/2 (/ 1 x)) (pow x 2))) (+ 1/4 (* 1/3 (/ 1 x))))) |
(*.f64 x (*.f64 (*.f64 x x) (+.f64 #s(literal -1/4 binary64) (/.f64 (-.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) x)) x)) x)))) |
(* -1/4 (pow x 3)) |
(*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/4 binary64)) |
(* -1 (* (pow x 3) (+ 1/4 (* 1/3 (/ 1 x))))) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal -1/3 binary64) x))) |
(* -1 (* (pow x 3) (+ 1/4 (+ (/ 1/2 (pow x 2)) (* 1/3 (/ 1 x)))))) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) (/.f64 #s(literal -1/3 binary64) x))) |
(* -1 (* (pow x 3) (+ 1/4 (* -1 (/ (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3) x))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 x (*.f64 x x)) (-.f64 #s(literal 1/4 binary64) (/.f64 (-.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) x)) x)) x)))) |
-1 |
#s(literal -1 binary64) |
(- (* -1/2 x) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) |
(- (* x (- (* -1/3 x) 1/2)) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) |
(- (* x (- (* x (- (* -1/4 x) 1/3)) 1/2)) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) |
(* -1/4 (pow x 3)) |
(*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/4 binary64)) |
(* -1 (* (pow x 3) (+ 1/4 (* 1/3 (/ 1 x))))) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal -1/3 binary64) x))) |
(* (pow x 3) (- (* -1 (/ (+ 1/3 (* 1/2 (/ 1 x))) x)) 1/4)) |
(*.f64 x (*.f64 (*.f64 x x) (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 #s(literal -1/2 binary64) x)) x)))) |
(* (pow x 3) (- (* -1 (/ (+ 1/2 (/ 1 x)) (pow x 2))) (+ 1/4 (* 1/3 (/ 1 x))))) |
(*.f64 x (*.f64 (*.f64 x x) (+.f64 #s(literal -1/4 binary64) (/.f64 (-.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) x)) x)) x)))) |
(* -1/4 (pow x 3)) |
(*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/4 binary64)) |
(* -1 (* (pow x 3) (+ 1/4 (* 1/3 (/ 1 x))))) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal -1/3 binary64) x))) |
(* -1 (* (pow x 3) (+ 1/4 (+ (/ 1/2 (pow x 2)) (* 1/3 (/ 1 x)))))) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) (/.f64 #s(literal -1/3 binary64) x))) |
(* -1 (* (pow x 3) (+ 1/4 (* -1 (/ (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3) x))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 x (*.f64 x x)) (-.f64 #s(literal 1/4 binary64) (/.f64 (-.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) x)) x)) x)))) |
(* -1/2 x) |
(*.f64 x #s(literal -1/2 binary64)) |
(* x (- (* -1/3 x) 1/2)) |
(*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) |
(* x (- (* x (- (* -1/4 x) 1/3)) 1/2)) |
(*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) |
(* x (- (* x (- (* -1/4 x) 1/3)) 1/2)) |
(*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) |
(* -1/4 (pow x 3)) |
(*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/4 binary64)) |
(* -1 (* (pow x 3) (+ 1/4 (* 1/3 (/ 1 x))))) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal -1/3 binary64) x))) |
(* (pow x 3) (- (* -1 (/ (+ 1/3 (* 1/2 (/ 1 x))) x)) 1/4)) |
(*.f64 x (*.f64 (*.f64 x x) (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 #s(literal -1/2 binary64) x)) x)))) |
(* (pow x 3) (- (* -1 (/ (+ 1/3 (* 1/2 (/ 1 x))) x)) 1/4)) |
(*.f64 x (*.f64 (*.f64 x x) (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 #s(literal -1/2 binary64) x)) x)))) |
(* -1/4 (pow x 3)) |
(*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/4 binary64)) |
(* -1 (* (pow x 3) (+ 1/4 (* 1/3 (/ 1 x))))) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal -1/3 binary64) x))) |
(* -1 (* (pow x 3) (+ 1/4 (+ (/ 1/2 (pow x 2)) (* 1/3 (/ 1 x)))))) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) (/.f64 #s(literal -1/3 binary64) x))) |
(* -1 (* (pow x 3) (+ 1/4 (+ (/ 1/2 (pow x 2)) (* 1/3 (/ 1 x)))))) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) (/.f64 #s(literal -1/3 binary64) x))) |
-1 |
#s(literal -1 binary64) |
(- (* -1 x) 1) |
(-.f64 #s(literal -1 binary64) x) |
(- (* x (- (* -1/2 x) 1)) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(- (* x (- (* x (- (* -1/6 x) 1/2)) 1)) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/6 binary64))))))) |
(/ 4/3 x) |
(/.f64 #s(literal 4/3 binary64) x) |
(/ (+ 4/3 (* 34/9 (/ 1 x))) x) |
(/.f64 (+.f64 #s(literal 4/3 binary64) (/.f64 #s(literal 34/9 binary64) x)) x) |
(/ (+ 4/3 (+ (* 34/9 (/ 1 x)) (/ 172/27 (pow x 2)))) x) |
(/.f64 (+.f64 (/.f64 #s(literal 34/9 binary64) x) (+.f64 #s(literal 4/3 binary64) (/.f64 #s(literal 172/27 binary64) (*.f64 x x)))) x) |
(/ (+ 4/3 (+ (* 34/9 (/ 1 x)) (+ (* 508/81 (/ 1 (pow x 3))) (/ 172/27 (pow x 2))))) x) |
(/.f64 (+.f64 (+.f64 #s(literal 4/3 binary64) (/.f64 #s(literal 34/9 binary64) x)) (+.f64 (/.f64 #s(literal 172/27 binary64) (*.f64 x x)) (/.f64 #s(literal 508/81 binary64) (*.f64 x (*.f64 x x))))) x) |
(/ 4/3 x) |
(/.f64 #s(literal 4/3 binary64) x) |
(/ (+ 4/3 (* 34/9 (/ 1 x))) x) |
(/.f64 (+.f64 #s(literal 4/3 binary64) (/.f64 #s(literal 34/9 binary64) x)) x) |
(* -1 (/ (- (* -1 (/ (+ 34/9 (* 172/27 (/ 1 x))) x)) 4/3) x)) |
(/.f64 (-.f64 #s(literal -4/3 binary64) (/.f64 (+.f64 #s(literal 34/9 binary64) (/.f64 #s(literal 172/27 binary64) x)) x)) (-.f64 #s(literal 0 binary64) x)) |
(* -1 (/ (- (* -1 (/ (+ 34/9 (+ (* 172/27 (/ 1 x)) (/ 508/81 (pow x 2)))) x)) 4/3) x)) |
(/.f64 (-.f64 #s(literal -4/3 binary64) (/.f64 (+.f64 (/.f64 #s(literal 172/27 binary64) x) (+.f64 #s(literal 34/9 binary64) (/.f64 #s(literal 508/81 binary64) (*.f64 x x)))) x)) (-.f64 #s(literal 0 binary64) x)) |
-1 |
#s(literal -1 binary64) |
(- (* -1/2 x) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) |
(- (* x (- (* -1/3 x) 1/2)) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) |
(- (* x (- (* -1/3 x) 1/2)) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) |
(* -1/3 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal -1/3 binary64)) |
(* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x))))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -1/3 binary64) (/.f64 #s(literal -1/2 binary64) x))) |
(* (pow x 2) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3)) |
(*.f64 x (*.f64 x (-.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) x)) x)))) |
(* (pow x 2) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3)) |
(*.f64 x (*.f64 x (-.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) x)) x)))) |
(* -1/3 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal -1/3 binary64)) |
(* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x))))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -1/3 binary64) (/.f64 #s(literal -1/2 binary64) x))) |
(* (pow x 2) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3)) |
(*.f64 x (*.f64 x (-.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) x)) x)))) |
(* (pow x 2) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3)) |
(*.f64 x (*.f64 x (-.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) x)) x)))) |
-1 |
#s(literal -1 binary64) |
(- (* -1/2 x) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) |
(- (* x (- (* -1/3 x) 1/2)) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) |
(- (* x (- (* -1/3 x) 1/2)) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) |
(* -1/3 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal -1/3 binary64)) |
(* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x))))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -1/3 binary64) (/.f64 #s(literal -1/2 binary64) x))) |
(* (pow x 2) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3)) |
(*.f64 x (*.f64 x (-.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) x)) x)))) |
(* (pow x 2) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3)) |
(*.f64 x (*.f64 x (-.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) x)) x)))) |
(* -1/3 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal -1/3 binary64)) |
(* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x))))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -1/3 binary64) (/.f64 #s(literal -1/2 binary64) x))) |
(* (pow x 2) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3)) |
(*.f64 x (*.f64 x (-.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) x)) x)))) |
(* (pow x 2) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3)) |
(*.f64 x (*.f64 x (-.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) x)) x)))) |
(* -1/2 x) |
(*.f64 x #s(literal -1/2 binary64)) |
(* x (- (* -1/3 x) 1/2)) |
(*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) |
(* x (- (* -1/3 x) 1/2)) |
(*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) |
(* x (- (* -1/3 x) 1/2)) |
(*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))) |
(* -1/3 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal -1/3 binary64)) |
(* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x))))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -1/3 binary64) (/.f64 #s(literal -1/2 binary64) x))) |
(* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x))))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -1/3 binary64) (/.f64 #s(literal -1/2 binary64) x))) |
(* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x))))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -1/3 binary64) (/.f64 #s(literal -1/2 binary64) x))) |
(* -1/3 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal -1/3 binary64)) |
(* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x))))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -1/3 binary64) (/.f64 #s(literal -1/2 binary64) x))) |
(* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x))))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -1/3 binary64) (/.f64 #s(literal -1/2 binary64) x))) |
(* -1 (* (pow x 2) (+ 1/3 (* 1/2 (/ 1 x))))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -1/3 binary64) (/.f64 #s(literal -1/2 binary64) x))) |
-1 |
#s(literal -1 binary64) |
(- (* -1 x) 1) |
(-.f64 #s(literal -1 binary64) x) |
(- (* x (- (* -1/2 x) 1)) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(- (* x (- (* x (- (* -5/12 x) 1/2)) 1)) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* 8/3 (/ 1 x))) |
(+.f64 #s(literal 1 binary64) (/.f64 #s(literal 8/3 binary64) x)) |
(+ 1 (+ (* 8/3 (/ 1 x)) (/ 32/9 (pow x 2)))) |
(+.f64 (/.f64 #s(literal 8/3 binary64) x) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 32/9 binary64) (*.f64 x x)))) |
(+ 1 (+ (* 8/3 (/ 1 x)) (+ (* 200/27 (/ 1 (pow x 3))) (/ 32/9 (pow x 2))))) |
(+.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 8/3 binary64) x)) (+.f64 (/.f64 #s(literal 32/9 binary64) (*.f64 x x)) (/.f64 #s(literal 200/27 binary64) (*.f64 x (*.f64 x x))))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* 8/3 (/ 1 x))) |
(+.f64 #s(literal 1 binary64) (/.f64 #s(literal 8/3 binary64) x)) |
(+ 1 (+ (* 8/3 (/ 1 x)) (/ 32/9 (pow x 2)))) |
(+.f64 (/.f64 #s(literal 8/3 binary64) x) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 32/9 binary64) (*.f64 x x)))) |
(+ 1 (* -1 (/ (- (* -1 (/ (+ 32/9 (* 200/27 (/ 1 x))) x)) 8/3) x))) |
(-.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal -8/3 binary64) (/.f64 (+.f64 #s(literal 32/9 binary64) (/.f64 #s(literal 200/27 binary64) x)) x)) x)) |
(/ 1 x) |
(/.f64 #s(literal 1 binary64) x) |
(/ (+ 1 (* 1/2 x)) x) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x #s(literal 1/2 binary64))) x) |
(/ (+ 1 (* x (+ 1/2 (* -1/12 x)))) x) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x #s(literal -1/12 binary64))))) x) |
(/ (+ 1 (* x (+ 1/2 (* x (- (* 1/24 x) 1/12))))) x) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal 1/2 binary64) (*.f64 x (+.f64 #s(literal -1/12 binary64) (*.f64 x #s(literal 1/24 binary64))))))) x) |
(/ -4 (pow x 4)) |
(/.f64 #s(literal -4 binary64) (pow.f64 x #s(literal 4 binary64))) |
(* -1 (/ (+ 4 (* 16/3 (/ 1 x))) (pow x 4))) |
(/.f64 (+.f64 #s(literal -4 binary64) (/.f64 #s(literal -16/3 binary64) x)) (pow.f64 x #s(literal 4 binary64))) |
(/ (- (/ 8/9 (pow x 2)) (+ 4 (* 16/3 (/ 1 x)))) (pow x 4)) |
(/.f64 (+.f64 (/.f64 #s(literal 8/9 binary64) (*.f64 x x)) (+.f64 #s(literal -4 binary64) (/.f64 #s(literal -16/3 binary64) x))) (pow.f64 x #s(literal 4 binary64))) |
(/ (- (/ 8/9 (pow x 2)) (+ 4 (+ (* 16/3 (/ 1 x)) (* 112/27 (/ 1 (pow x 3)))))) (pow x 4)) |
(/.f64 (+.f64 (+.f64 (/.f64 #s(literal 8/9 binary64) (*.f64 x x)) #s(literal -4 binary64)) (+.f64 (/.f64 #s(literal -16/3 binary64) x) (/.f64 #s(literal -112/27 binary64) (*.f64 x (*.f64 x x))))) (pow.f64 x #s(literal 4 binary64))) |
(/ -4 (pow x 4)) |
(/.f64 #s(literal -4 binary64) (pow.f64 x #s(literal 4 binary64))) |
(* -1 (/ (+ 4 (* 16/3 (/ 1 x))) (pow x 4))) |
(/.f64 (+.f64 #s(literal -4 binary64) (/.f64 #s(literal -16/3 binary64) x)) (pow.f64 x #s(literal 4 binary64))) |
(/ (- (* -1 (/ (- 16/3 (* 8/9 (/ 1 x))) x)) 4) (pow x 4)) |
(/.f64 (-.f64 #s(literal -4 binary64) (/.f64 (-.f64 #s(literal 16/3 binary64) (/.f64 #s(literal 8/9 binary64) x)) x)) (pow.f64 x #s(literal 4 binary64))) |
(/ (- (* -1 (/ (+ 16/3 (* -1 (/ (- 8/9 (* 112/27 (/ 1 x))) x))) x)) 4) (pow x 4)) |
(/.f64 (-.f64 #s(literal -4 binary64) (/.f64 (-.f64 #s(literal 16/3 binary64) (/.f64 (+.f64 #s(literal 8/9 binary64) (/.f64 #s(literal -112/27 binary64) x)) x)) x)) (pow.f64 x #s(literal 4 binary64))) |
(/ 1 x) |
(/.f64 #s(literal 1 binary64) x) |
(/ 1 x) |
(/.f64 #s(literal 1 binary64) x) |
(/ 1 x) |
(/.f64 #s(literal 1 binary64) x) |
(/ 1 x) |
(/.f64 #s(literal 1 binary64) x) |
(/ 1 x) |
(/.f64 #s(literal 1 binary64) x) |
(/ 1 x) |
(/.f64 #s(literal 1 binary64) x) |
(/ 1 x) |
(/.f64 #s(literal 1 binary64) x) |
(/ 1 x) |
(/.f64 #s(literal 1 binary64) x) |
(/ 1 x) |
(/.f64 #s(literal 1 binary64) x) |
(/ 1 x) |
(/.f64 #s(literal 1 binary64) x) |
(/ 1 x) |
(/.f64 #s(literal 1 binary64) x) |
(/ 1 x) |
(/.f64 #s(literal 1 binary64) x) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1/2 x)) |
(+.f64 #s(literal 1 binary64) (*.f64 x #s(literal -1/2 binary64))) |
(+ 1 (* x (- (* 1/3 x) 1/2))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))) |
(+ 1 (* x (- (* x (+ 1/3 (* -1/4 x))) 1/2))) |
(+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) |
(* -1/4 (pow x 3)) |
(*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/4 binary64)) |
(* (pow x 3) (- (* 1/3 (/ 1 x)) 1/4)) |
(*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 1/3 binary64) x)))) |
(* (pow x 3) (- (* 1/3 (/ 1 x)) (+ 1/4 (/ 1/2 (pow x 2))))) |
(*.f64 x (*.f64 x (+.f64 (*.f64 x (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 1/3 binary64) x))) (/.f64 #s(literal -1/2 binary64) x)))) |
(* (pow x 3) (- (+ (* 1/3 (/ 1 x)) (/ 1 (pow x 3))) (+ 1/4 (/ 1/2 (pow x 2))))) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 (/.f64 #s(literal 1/3 binary64) x) (+.f64 (/.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) x)) x) x) #s(literal -1/4 binary64)))) |
(* -1/4 (pow x 3)) |
(*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/4 binary64)) |
(* -1 (* (pow x 3) (- 1/4 (* 1/3 (/ 1 x))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (*.f64 x x) (-.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1/3 binary64) x)))) |
(* -1 (* (pow x 3) (+ 1/4 (* -1 (/ (- 1/3 (* 1/2 (/ 1 x))) x))))) |
(*.f64 x (*.f64 x (+.f64 (*.f64 x (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 1/3 binary64) x))) (/.f64 #s(literal -1/2 binary64) x)))) |
(* -1 (* (pow x 3) (+ 1/4 (* -1 (/ (+ 1/3 (* -1 (/ (- 1/2 (/ 1 x)) x))) x))))) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal 1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) x)) x)) x))) |
-1 |
#s(literal -1 binary64) |
(- (* -1 x) 1) |
(-.f64 #s(literal -1 binary64) x) |
(- (* x (- (* -1/2 x) 1)) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(- (* x (- (* x (- (* -5/12 x) 1/2)) 1)) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* 8/3 (/ 1 x))) |
(+.f64 #s(literal 1 binary64) (/.f64 #s(literal 8/3 binary64) x)) |
(+ 1 (+ (* 8/3 (/ 1 x)) (/ 32/9 (pow x 2)))) |
(+.f64 (/.f64 #s(literal 8/3 binary64) x) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 32/9 binary64) (*.f64 x x)))) |
(+ 1 (+ (* 8/3 (/ 1 x)) (+ (* 200/27 (/ 1 (pow x 3))) (/ 32/9 (pow x 2))))) |
(+.f64 (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 8/3 binary64) x)) (+.f64 (/.f64 #s(literal 32/9 binary64) (*.f64 x x)) (/.f64 #s(literal 200/27 binary64) (*.f64 x (*.f64 x x))))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* 8/3 (/ 1 x))) |
(+.f64 #s(literal 1 binary64) (/.f64 #s(literal 8/3 binary64) x)) |
(+ 1 (+ (* 8/3 (/ 1 x)) (/ 32/9 (pow x 2)))) |
(+.f64 (/.f64 #s(literal 8/3 binary64) x) (+.f64 #s(literal 1 binary64) (/.f64 #s(literal 32/9 binary64) (*.f64 x x)))) |
(+ 1 (* -1 (/ (- (* -1 (/ (+ 32/9 (* 200/27 (/ 1 x))) x)) 8/3) x))) |
(-.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal -8/3 binary64) (/.f64 (+.f64 #s(literal 32/9 binary64) (/.f64 #s(literal 200/27 binary64) x)) x)) x)) |
(* -1 x) |
(-.f64 #s(literal 0 binary64) x) |
(* x (- (* -1/2 x) 1)) |
(*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) |
(* x (- (* x (- (* -1/3 x) 1/2)) 1)) |
(*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) |
(* x (- (* x (- (* x (- (* -1/4 x) 1/3)) 1/2)) 1)) |
(*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(* -1/4 (pow x 4)) |
(*.f64 #s(literal -1/4 binary64) (pow.f64 x #s(literal 4 binary64))) |
(* -1 (* (pow x 4) (+ 1/4 (* 1/3 (/ 1 x))))) |
(*.f64 (pow.f64 x #s(literal 4 binary64)) (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal -1/3 binary64) x))) |
(* (pow x 4) (- (* -1 (/ (+ 1/3 (* 1/2 (/ 1 x))) x)) 1/4)) |
(*.f64 (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 #s(literal -1/2 binary64) x)) x)) (pow.f64 x #s(literal 4 binary64))) |
(* (pow x 4) (- (* -1 (/ (+ 1/2 (/ 1 x)) (pow x 2))) (+ 1/4 (* 1/3 (/ 1 x))))) |
(*.f64 (+.f64 #s(literal -1/4 binary64) (/.f64 (-.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) x)) x)) x)) (pow.f64 x #s(literal 4 binary64))) |
(* -1/4 (pow x 4)) |
(*.f64 #s(literal -1/4 binary64) (pow.f64 x #s(literal 4 binary64))) |
(* -1 (* (pow x 4) (+ 1/4 (* 1/3 (/ 1 x))))) |
(*.f64 (pow.f64 x #s(literal 4 binary64)) (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal -1/3 binary64) x))) |
(* (pow x 4) (- (* -1 (/ (+ 1/3 (* 1/2 (/ 1 x))) x)) 1/4)) |
(*.f64 (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 #s(literal -1/2 binary64) x)) x)) (pow.f64 x #s(literal 4 binary64))) |
(* (pow x 4) (- (* -1 (/ (+ 1/3 (+ (* 1/2 (/ 1 x)) (/ 1 (pow x 2)))) x)) 1/4)) |
(*.f64 (+.f64 #s(literal -1/4 binary64) (/.f64 (-.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) x)) x)) x)) (pow.f64 x #s(literal 4 binary64))) |
-1 |
#s(literal -1 binary64) |
(- (* -1/2 x) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) |
(- (* x (- (* -1/3 x) 1/2)) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) |
(- (* x (- (* x (- (* -1/4 x) 1/3)) 1/2)) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) |
(* -1/4 (pow x 3)) |
(*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/4 binary64)) |
(* -1 (* (pow x 3) (+ 1/4 (* 1/3 (/ 1 x))))) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal -1/3 binary64) x))) |
(* (pow x 3) (- (* -1 (/ (+ 1/3 (* 1/2 (/ 1 x))) x)) 1/4)) |
(*.f64 x (*.f64 (*.f64 x x) (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 #s(literal -1/2 binary64) x)) x)))) |
(* (pow x 3) (- (* -1 (/ (+ 1/2 (/ 1 x)) (pow x 2))) (+ 1/4 (* 1/3 (/ 1 x))))) |
(*.f64 x (*.f64 (*.f64 x x) (+.f64 #s(literal -1/4 binary64) (/.f64 (-.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) x)) x)) x)))) |
(* -1/4 (pow x 3)) |
(*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/4 binary64)) |
(* -1 (* (pow x 3) (+ 1/4 (* 1/3 (/ 1 x))))) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal -1/3 binary64) x))) |
(* -1 (* (pow x 3) (+ 1/4 (+ (/ 1/2 (pow x 2)) (* 1/3 (/ 1 x)))))) |
(*.f64 (*.f64 x (*.f64 x x)) (+.f64 (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal -1/2 binary64) (*.f64 x x))) (/.f64 #s(literal -1/3 binary64) x))) |
(* -1 (* (pow x 3) (+ 1/4 (* -1 (/ (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3) x))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 x (*.f64 x x)) (-.f64 #s(literal 1/4 binary64) (/.f64 (-.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) x)) 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)) |
x |
(* x (+ 1 (* -1/2 x))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x #s(literal -1/2 binary64)))) |
(* x (+ 1 (* x (- (* 1/3 x) 1/2)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))))) |
(* x (+ 1 (* x (- (* x (+ 1/3 (* -1/4 x))) 1/2)))) |
(*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) |
(* -1/4 (pow x 4)) |
(*.f64 #s(literal -1/4 binary64) (pow.f64 x #s(literal 4 binary64))) |
(* (pow x 4) (- (* 1/3 (/ 1 x)) 1/4)) |
(*.f64 (pow.f64 x #s(literal 4 binary64)) (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 1/3 binary64) x))) |
(* (pow x 4) (- (* 1/3 (/ 1 x)) (+ 1/4 (/ 1/2 (pow x 2))))) |
(*.f64 (pow.f64 x #s(literal 4 binary64)) (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal 1/3 binary64) (/.f64 #s(literal -1/2 binary64) x)) x))) |
(* (pow x 4) (- (+ (* 1/3 (/ 1 x)) (/ 1 (pow x 3))) (+ 1/4 (/ 1/2 (pow x 2))))) |
(*.f64 (pow.f64 x #s(literal 4 binary64)) (+.f64 (/.f64 #s(literal 1/3 binary64) x) (+.f64 (/.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) x)) x) x) #s(literal -1/4 binary64)))) |
(* -1/4 (pow x 4)) |
(*.f64 #s(literal -1/4 binary64) (pow.f64 x #s(literal 4 binary64))) |
(* (pow x 4) (- (* 1/3 (/ 1 x)) 1/4)) |
(*.f64 (pow.f64 x #s(literal 4 binary64)) (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 1/3 binary64) x))) |
(* (pow x 4) (- (* -1 (/ (- (* 1/2 (/ 1 x)) 1/3) x)) 1/4)) |
(*.f64 (pow.f64 x #s(literal 4 binary64)) (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal 1/3 binary64) (/.f64 #s(literal -1/2 binary64) x)) x))) |
(* (pow x 4) (- (* -1 (/ (- (* -1 (/ (- (/ 1 x) 1/2) x)) 1/3) x)) 1/4)) |
(*.f64 (pow.f64 x #s(literal 4 binary64)) (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal 1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) x)) x)) x))) |
(* -1/2 x) |
(*.f64 x #s(literal -1/2 binary64)) |
(* x (- (* 1/3 x) 1/2)) |
(*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64)))) |
(* x (- (* x (+ 1/3 (* -1/4 x))) 1/2)) |
(*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) |
(* x (- (* x (+ 1/3 (* -1/4 x))) 1/2)) |
(*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) |
(* -1/4 (pow x 3)) |
(*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/4 binary64)) |
(* (pow x 3) (- (* 1/3 (/ 1 x)) 1/4)) |
(*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 1/3 binary64) x)))) |
(* (pow x 3) (- (* 1/3 (/ 1 x)) (+ 1/4 (/ 1/2 (pow x 2))))) |
(*.f64 x (*.f64 x (+.f64 (*.f64 x (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 1/3 binary64) x))) (/.f64 #s(literal -1/2 binary64) x)))) |
(* (pow x 3) (- (* 1/3 (/ 1 x)) (+ 1/4 (/ 1/2 (pow x 2))))) |
(*.f64 x (*.f64 x (+.f64 (*.f64 x (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 1/3 binary64) x))) (/.f64 #s(literal -1/2 binary64) x)))) |
(* -1/4 (pow x 3)) |
(*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/4 binary64)) |
(* -1 (* (pow x 3) (- 1/4 (* 1/3 (/ 1 x))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (*.f64 x x) (-.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1/3 binary64) x)))) |
(* -1 (* (pow x 3) (+ 1/4 (* -1 (/ (- 1/3 (* 1/2 (/ 1 x))) x))))) |
(*.f64 x (*.f64 x (+.f64 (*.f64 x (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 1/3 binary64) x))) (/.f64 #s(literal -1/2 binary64) x)))) |
(* -1 (* (pow x 3) (+ 1/4 (* -1 (/ (- 1/3 (* 1/2 (/ 1 x))) x))))) |
(*.f64 x (*.f64 x (+.f64 (*.f64 x (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 1/3 binary64) x))) (/.f64 #s(literal -1/2 binary64) x)))) |
-1/2 |
#s(literal -1/2 binary64) |
(- (* 1/3 x) 1/2) |
(+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))) |
(- (* x (+ 1/3 (* -1/4 x))) 1/2) |
(+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) |
(- (* x (+ 1/3 (* -1/4 x))) 1/2) |
(+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) |
(* -1/4 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal -1/4 binary64))) |
(* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4)) |
(*.f64 x (*.f64 x (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 1/3 binary64) x)))) |
(* (pow x 2) (- (* 1/3 (/ 1 x)) (+ 1/4 (/ 1/2 (pow x 2))))) |
(*.f64 x (+.f64 (*.f64 x (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 1/3 binary64) x))) (/.f64 #s(literal -1/2 binary64) x))) |
(* (pow x 2) (- (* 1/3 (/ 1 x)) (+ 1/4 (/ 1/2 (pow x 2))))) |
(*.f64 x (+.f64 (*.f64 x (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 1/3 binary64) x))) (/.f64 #s(literal -1/2 binary64) x))) |
(* -1/4 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal -1/4 binary64))) |
(* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4)) |
(*.f64 x (*.f64 x (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 1/3 binary64) x)))) |
(* (pow x 2) (- (* -1 (/ (- (* 1/2 (/ 1 x)) 1/3) x)) 1/4)) |
(*.f64 x (+.f64 (*.f64 x (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 1/3 binary64) x))) (/.f64 #s(literal -1/2 binary64) x))) |
(* (pow x 2) (- (* -1 (/ (- (* 1/2 (/ 1 x)) 1/3) x)) 1/4)) |
(*.f64 x (+.f64 (*.f64 x (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 1/3 binary64) x))) (/.f64 #s(literal -1/2 binary64) x))) |
(* 1/3 x) |
(*.f64 x #s(literal 1/3 binary64)) |
(* x (+ 1/3 (* -1/4 x))) |
(*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))) |
(* x (+ 1/3 (* -1/4 x))) |
(*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))) |
(* x (+ 1/3 (* -1/4 x))) |
(*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))) |
(* -1/4 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal -1/4 binary64))) |
(* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4)) |
(*.f64 x (*.f64 x (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 1/3 binary64) x)))) |
(* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4)) |
(*.f64 x (*.f64 x (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 1/3 binary64) x)))) |
(* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4)) |
(*.f64 x (*.f64 x (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 1/3 binary64) x)))) |
(* -1/4 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal -1/4 binary64))) |
(* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4)) |
(*.f64 x (*.f64 x (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 1/3 binary64) x)))) |
(* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4)) |
(*.f64 x (*.f64 x (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 1/3 binary64) x)))) |
(* (pow x 2) (- (* 1/3 (/ 1 x)) 1/4)) |
(*.f64 x (*.f64 x (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 1/3 binary64) x)))) |
(* -1/3 x) |
(*.f64 x #s(literal -1/3 binary64)) |
(* x (- (* -1/4 x) 1/3)) |
(*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) |
(* x (- (* -1/4 x) 1/3)) |
(*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) |
(* x (- (* -1/4 x) 1/3)) |
(*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) |
(* -1/4 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal -1/4 binary64))) |
(* -1 (* (pow x 2) (+ 1/4 (* 1/3 (/ 1 x))))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal -1/3 binary64) x))) |
(* -1 (* (pow x 2) (+ 1/4 (* 1/3 (/ 1 x))))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal -1/3 binary64) x))) |
(* -1 (* (pow x 2) (+ 1/4 (* 1/3 (/ 1 x))))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal -1/3 binary64) x))) |
(* -1/4 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal -1/4 binary64))) |
(* -1 (* (pow x 2) (+ 1/4 (* 1/3 (/ 1 x))))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal -1/3 binary64) x))) |
(* -1 (* (pow x 2) (+ 1/4 (* 1/3 (/ 1 x))))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal -1/3 binary64) x))) |
(* -1 (* (pow x 2) (+ 1/4 (* 1/3 (/ 1 x))))) |
(*.f64 (*.f64 x x) (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal -1/3 binary64) x))) |
1/3 |
#s(literal 1/3 binary64) |
(+ 1/3 (* -1/4 x)) |
(+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) |
(+ 1/3 (* -1/4 x)) |
(+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) |
(+ 1/3 (* -1/4 x)) |
(+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) |
(* -1/4 x) |
(*.f64 x #s(literal -1/4 binary64)) |
(* x (- (* 1/3 (/ 1 x)) 1/4)) |
(*.f64 x (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 1/3 binary64) x))) |
(* x (- (* 1/3 (/ 1 x)) 1/4)) |
(*.f64 x (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 1/3 binary64) x))) |
(* x (- (* 1/3 (/ 1 x)) 1/4)) |
(*.f64 x (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal 1/3 binary64) x))) |
(* -1/4 x) |
(*.f64 x #s(literal -1/4 binary64)) |
(* -1 (* x (- 1/4 (* 1/3 (/ 1 x))))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (-.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1/3 binary64) x)))) |
(* -1 (* x (- 1/4 (* 1/3 (/ 1 x))))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (-.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1/3 binary64) x)))) |
(* -1 (* x (- 1/4 (* 1/3 (/ 1 x))))) |
(-.f64 #s(literal 0 binary64) (*.f64 x (-.f64 #s(literal 1/4 binary64) (/.f64 #s(literal 1/3 binary64) x)))) |
(* -1/3 x) |
(*.f64 x #s(literal -1/3 binary64)) |
(* -1/3 x) |
(*.f64 x #s(literal -1/3 binary64)) |
(* -1/3 x) |
(*.f64 x #s(literal -1/3 binary64)) |
(* -1/3 x) |
(*.f64 x #s(literal -1/3 binary64)) |
(* -1/3 x) |
(*.f64 x #s(literal -1/3 binary64)) |
(* -1/3 x) |
(*.f64 x #s(literal -1/3 binary64)) |
(* -1/3 x) |
(*.f64 x #s(literal -1/3 binary64)) |
(* -1/3 x) |
(*.f64 x #s(literal -1/3 binary64)) |
(* -1/3 x) |
(*.f64 x #s(literal -1/3 binary64)) |
(* -1/3 x) |
(*.f64 x #s(literal -1/3 binary64)) |
(* -1/3 x) |
(*.f64 x #s(literal -1/3 binary64)) |
(* -1/3 x) |
(*.f64 x #s(literal -1/3 binary64)) |
(/ -1 (pow x 3)) |
(/.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x))) |
(/ (- (* -1/2 x) 1) (pow x 3)) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) (*.f64 x x)) |
(/ (- (* x (- (* -1/3 x) 1/2)) 1) (pow x 3)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) x)) (*.f64 x x)) |
(/ (- (* x (- (* -1/3 x) 1/2)) 1) (pow x 3)) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))) #s(literal 1 binary64))) (/.f64 #s(literal 1 binary64) x)) (*.f64 x x)) |
(/ -1/3 x) |
(/.f64 #s(literal -1/3 binary64) x) |
(* -1 (/ (+ 1/3 (* 1/2 (/ 1 x))) x)) |
(/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 #s(literal -1/2 binary64) x)) x) |
(/ (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3) x) |
(/.f64 (-.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) x)) x)) x) |
(/ (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3) x) |
(/.f64 (-.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) x)) x)) x) |
(/ -1/3 x) |
(/.f64 #s(literal -1/3 binary64) x) |
(* -1 (/ (+ 1/3 (* 1/2 (/ 1 x))) x)) |
(/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 #s(literal -1/2 binary64) x)) x) |
(* -1 (/ (+ 1/3 (+ (* 1/2 (/ 1 x)) (/ 1 (pow x 2)))) x)) |
(/.f64 (-.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) x)) x)) x) |
(* -1 (/ (+ 1/3 (+ (* 1/2 (/ 1 x)) (/ 1 (pow x 2)))) x)) |
(/.f64 (-.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal 1/2 binary64) (/.f64 #s(literal 1 binary64) x)) x)) x) |
(/ -1 (pow x 2)) |
(/.f64 #s(literal -1 binary64) (*.f64 x x)) |
(/ (- (* -1/2 x) 1) (pow x 2)) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x) |
(/ (- (* -1/2 x) 1) (pow x 2)) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x) |
(/ (- (* -1/2 x) 1) (pow x 2)) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(* -1 (/ (+ 1/2 (/ 1 x)) x)) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x) |
(* -1 (/ (+ 1/2 (/ 1 x)) x)) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x) |
(* -1 (/ (+ 1/2 (/ 1 x)) x)) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x) |
(/ -1/2 x) |
(/.f64 #s(literal -1/2 binary64) x) |
(* -1 (/ (+ 1/2 (/ 1 x)) x)) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x) |
(* -1 (/ (+ 1/2 (/ 1 x)) x)) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x) |
(* -1 (/ (+ 1/2 (/ 1 x)) x)) |
(/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x) |
-1 |
#s(literal -1 binary64) |
(- (* -1 x) 1) |
(-.f64 #s(literal -1 binary64) x) |
(- (* x (- (* -1/2 x) 1)) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(- (* x (- (* x (- (* -5/12 x) 1/2)) 1)) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))) |
(* -4 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (pow x 4))) |
(*.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) (/.f64 #s(literal -4 binary64) (pow.f64 x #s(literal 4 binary64)))) |
(/ (- (+ (* -4 (+ (log -1) (* -1 (log (/ 1 x))))) (* 4 (/ 1 x))) (* 16/3 (/ (+ (log -1) (* -1 (log (/ 1 x)))) x))) (pow x 4)) |
(/.f64 (+.f64 (*.f64 #s(literal -4 binary64) (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x))) (/.f64 (+.f64 #s(literal 4 binary64) (*.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) #s(literal -16/3 binary64))) x)) (pow.f64 x #s(literal 4 binary64))) |
(/ (- (+ (* -4 (+ (log -1) (* -1 (log (/ 1 x))))) (+ (* 4 (/ 1 x)) (/ 2 (pow x 2)))) (+ (* -8 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (pow x 2))) (+ (* -4/3 (/ (- 4 (* 16/3 (+ (log -1) (* -1 (log (/ 1 x)))))) (pow x 2))) (* 16/3 (/ (+ (log -1) (* -1 (log (/ 1 x)))) x))))) (pow x 4)) |
(/.f64 (+.f64 (-.f64 (+.f64 (*.f64 #s(literal -4 binary64) (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x))) (+.f64 (/.f64 #s(literal 4 binary64) x) (/.f64 #s(literal 2 binary64) (*.f64 x x)))) (+.f64 (*.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) (/.f64 #s(literal 16/3 binary64) x)) (*.f64 #s(literal -4/3 binary64) (/.f64 (+.f64 #s(literal 4 binary64) (*.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) #s(literal -16/3 binary64))) (*.f64 x x))))) (*.f64 (/.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) (*.f64 x x)) #s(literal 8 binary64))) (pow.f64 x #s(literal 4 binary64))) |
(/ (- (+ (* -4 (+ (log -1) (* -1 (log (/ 1 x))))) (+ (* 4 (/ 1 x)) (+ (* 4/3 (/ 1 (pow x 3))) (/ 2 (pow x 2))))) (+ (* -8 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (pow x 2))) (+ (* -4/3 (/ (- 2 (+ (* -8 (+ (log -1) (* -1 (log (/ 1 x))))) (* -4/3 (- 4 (* 16/3 (+ (log -1) (* -1 (log (/ 1 x))))))))) (pow x 3))) (+ (* -4/3 (/ (- 4 (* 16/3 (+ (log -1) (* -1 (log (/ 1 x)))))) (pow x 2))) (+ (* 2 (/ (- 4 (* 16/3 (+ (log -1) (* -1 (log (/ 1 x)))))) (pow x 3))) (+ (* 16/3 (/ (+ (log -1) (* -1 (log (/ 1 x)))) x)) (* 16 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (pow x 3))))))))) (pow x 4)) |
(/.f64 (+.f64 (*.f64 #s(literal -4 binary64) (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x))) (-.f64 (+.f64 (/.f64 #s(literal 4 binary64) x) (+.f64 (/.f64 #s(literal 2 binary64) (*.f64 x x)) (/.f64 #s(literal 4/3 binary64) (*.f64 x (*.f64 x x))))) (+.f64 (*.f64 #s(literal -4/3 binary64) (+.f64 (/.f64 (+.f64 (+.f64 #s(literal 2 binary64) (*.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) #s(literal 8 binary64))) (*.f64 #s(literal 4/3 binary64) (+.f64 #s(literal 4 binary64) (*.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) #s(literal -16/3 binary64))))) (*.f64 x (*.f64 x x))) (/.f64 (+.f64 #s(literal 4 binary64) (*.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) #s(literal -16/3 binary64))) (*.f64 x x)))) (+.f64 (+.f64 (*.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) (/.f64 #s(literal 16/3 binary64) x)) (+.f64 (*.f64 (/.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) (*.f64 x x)) (/.f64 #s(literal 16 binary64) x)) (/.f64 (*.f64 #s(literal 2 binary64) (+.f64 #s(literal 4 binary64) (*.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) #s(literal -16/3 binary64)))) (*.f64 x (*.f64 x x))))) (*.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) (/.f64 #s(literal -8 binary64) (*.f64 x x))))))) (pow.f64 x #s(literal 4 binary64))) |
(* 4 (/ (log (/ -1 x)) (pow x 4))) |
(*.f64 #s(literal 4 binary64) (/.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (pow.f64 x #s(literal 4 binary64)))) |
(/ (- (+ (* 4 (log (/ -1 x))) (* 4 (/ 1 x))) (* -16/3 (/ (log (/ -1 x)) x))) (pow x 4)) |
(/.f64 (+.f64 (*.f64 #s(literal 4 binary64) (log.f64 (/.f64 #s(literal -1 binary64) x))) (/.f64 (+.f64 #s(literal 4 binary64) (*.f64 #s(literal 16/3 binary64) (log.f64 (/.f64 #s(literal -1 binary64) x)))) x)) (pow.f64 x #s(literal 4 binary64))) |
(/ (+ (* -1 (/ (+ (* -1 (- 4 (* -16/3 (log (/ -1 x))))) (* -1 (/ (+ 2 (+ (* -8 (log (/ -1 x))) (* 4/3 (- 4 (* -16/3 (log (/ -1 x))))))) x))) x)) (* 4 (log (/ -1 x)))) (pow x 4)) |
(/.f64 (+.f64 (*.f64 #s(literal 4 binary64) (log.f64 (/.f64 #s(literal -1 binary64) x))) (/.f64 (+.f64 (+.f64 #s(literal 4 binary64) (*.f64 #s(literal 16/3 binary64) (log.f64 (/.f64 #s(literal -1 binary64) x)))) (/.f64 (+.f64 #s(literal 2 binary64) (+.f64 (*.f64 #s(literal -8 binary64) (log.f64 (/.f64 #s(literal -1 binary64) x))) (+.f64 #s(literal 16/3 binary64) (*.f64 #s(literal 4/3 binary64) (*.f64 #s(literal 16/3 binary64) (log.f64 (/.f64 #s(literal -1 binary64) x))))))) x)) x)) (pow.f64 x #s(literal 4 binary64))) |
(/ (+ (* -1 (/ (+ (* -1 (- 4 (* -16/3 (log (/ -1 x))))) (* -1 (/ (- (+ 2 (+ (* -8 (log (/ -1 x))) (+ (* 4/3 (- 4 (* -16/3 (log (/ -1 x))))) (* 4/3 (/ 1 x))))) (+ (* -16 (/ (log (/ -1 x)) x)) (+ (* -4/3 (/ (+ 2 (+ (* -8 (log (/ -1 x))) (* 4/3 (- 4 (* -16/3 (log (/ -1 x))))))) x)) (* 2 (/ (- 4 (* -16/3 (log (/ -1 x)))) x))))) x))) x)) (* 4 (log (/ -1 x)))) (pow x 4)) |
(/.f64 (+.f64 (*.f64 #s(literal 4 binary64) (log.f64 (/.f64 #s(literal -1 binary64) x))) (/.f64 (+.f64 (+.f64 #s(literal 4 binary64) (*.f64 #s(literal 16/3 binary64) (log.f64 (/.f64 #s(literal -1 binary64) x)))) (/.f64 (+.f64 #s(literal 2 binary64) (+.f64 (*.f64 #s(literal -8 binary64) (log.f64 (/.f64 #s(literal -1 binary64) x))) (+.f64 (+.f64 (+.f64 #s(literal 16/3 binary64) (*.f64 #s(literal 4/3 binary64) (*.f64 #s(literal 16/3 binary64) (log.f64 (/.f64 #s(literal -1 binary64) x))))) (/.f64 #s(literal 4/3 binary64) x)) (-.f64 (*.f64 #s(literal 16 binary64) (/.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) x)) (+.f64 (/.f64 (*.f64 #s(literal -4/3 binary64) (+.f64 #s(literal 2 binary64) (+.f64 (*.f64 #s(literal -8 binary64) (log.f64 (/.f64 #s(literal -1 binary64) x))) (+.f64 #s(literal 16/3 binary64) (*.f64 #s(literal 4/3 binary64) (*.f64 #s(literal 16/3 binary64) (log.f64 (/.f64 #s(literal -1 binary64) x)))))))) x) (/.f64 (+.f64 #s(literal 8 binary64) (*.f64 #s(literal 2 binary64) (*.f64 #s(literal 16/3 binary64) (log.f64 (/.f64 #s(literal -1 binary64) x))))) x)))))) x)) x)) (pow.f64 x #s(literal 4 binary64))) |
Compiled 67749 to 3632 computations (94.6% saved)
10 alts after pruning (4 fresh and 6 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1803 | 4 | 1807 |
| Fresh | 1 | 0 | 1 |
| Picked | 5 | 0 | 5 |
| Done | 1 | 6 | 7 |
| Total | 1810 | 10 | 1820 |
| Status | Accuracy | Program |
|---|---|---|
| 99.5% | (/.f64 (+.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal -1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) | |
| 99.2% | (/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x #s(literal -1/2 binary64)))) | |
| 33.0% | (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) | |
| 32.9% | (/.f64 (*.f64 x (*.f64 (*.f64 x (*.f64 x x)) (+.f64 (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x) #s(literal -1/4 binary64)))) (*.f64 x (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) (+.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))))) | |
| ✓ | 100.0% | (/.f64 (log1p.f64 (neg.f64 x)) (log1p.f64 x)) |
| ✓ | 3.3% | (/.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) (log.f64 (+.f64 #s(literal 1 binary64) x))) |
| ✓ | 99.2% | (-.f64 #s(literal -1 binary64) x) |
| ✓ | 99.4% | (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))) |
| ✓ | 99.3% | (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
| ✓ | 98.1% | #s(literal -1 binary64) |
Compiled 744 to 232 computations (68.8% saved)
| Inputs |
|---|
#s(literal -1 binary64) |
(-.f64 #s(literal -1 binary64) x) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x #s(literal -1/2 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(/.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(/.f64 (+.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal -1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(/.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(/.f64 (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) |
(/.f64 (*.f64 x (*.f64 (*.f64 x (*.f64 x x)) (+.f64 (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x) #s(literal -1/4 binary64)))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(/.f64 (*.f64 x (*.f64 (*.f64 x (*.f64 x x)) (+.f64 (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x) #s(literal -1/4 binary64)))) (*.f64 x (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) (+.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))))) |
(/.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))))) |
(/.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64))))))) (log1p.f64 x)) |
(/.f64 (log1p.f64 (neg.f64 x)) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(/.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(/.f64 (log.f64 (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(/.f64 (log1p.f64 (neg.f64 x)) (log1p.f64 x)) |
(/.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) (log1p.f64 x)) |
(/.f64 (log1p.f64 (-.f64 #s(literal 0 binary64) x)) (log1p.f64 x)) |
(/.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) (log.f64 (+.f64 #s(literal 1 binary64) x))) |
| Outputs |
|---|
(/.f64 (log1p.f64 (neg.f64 x)) (log1p.f64 x)) |
2 calls:
| 7.0ms | x |
| 6.0ms | (/.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) (log.f64 (+.f64 #s(literal 1 binary64) x))) |
| Accuracy | Segments | Branch |
|---|---|---|
| 100.0% | 1 | x |
| 100.0% | 1 | (/.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) (log.f64 (+.f64 #s(literal 1 binary64) x))) |
Compiled 12 to 8 computations (33.3% saved)
| Inputs |
|---|
#s(literal -1 binary64) |
(-.f64 #s(literal -1 binary64) x) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x #s(literal -1/2 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(/.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(/.f64 (+.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal -1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(/.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(/.f64 (*.f64 (*.f64 x (*.f64 x x)) (+.f64 #s(literal -1/4 binary64) (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x))) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) |
(/.f64 (*.f64 x (*.f64 (*.f64 x (*.f64 x x)) (+.f64 (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x) #s(literal -1/4 binary64)))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(/.f64 (*.f64 x (*.f64 (*.f64 x (*.f64 x x)) (+.f64 (/.f64 (+.f64 #s(literal -1/3 binary64) (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal -1 binary64) x)) x)) x) #s(literal -1/4 binary64)))) (*.f64 x (/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) (+.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) (*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) (-.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))))) |
(/.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal 1/3 binary64))))))) |
(/.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64))))))) (log1p.f64 x)) |
(/.f64 (log1p.f64 (neg.f64 x)) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(/.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(/.f64 (log.f64 (-.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1 binary64) x)) (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
| Outputs |
|---|
(/.f64 (+.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal -1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
1 calls:
| 8.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.5% | 1 | x |
Compiled 2 to 1 computations (50% saved)
| Inputs |
|---|
#s(literal -1 binary64) |
(-.f64 #s(literal -1 binary64) x) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x #s(literal -1/2 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64))))) #s(literal 1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(/.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -1/3 binary64)))))) (*.f64 x (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
| Outputs |
|---|
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))) |
1 calls:
| 3.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.4% | 1 | x |
Compiled 2 to 1 computations (50% saved)
| Inputs |
|---|
#s(literal -1 binary64) |
(-.f64 #s(literal -1 binary64) x) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
| Outputs |
|---|
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
1 calls:
| 2.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.3% | 1 | x |
Compiled 2 to 1 computations (50% saved)
| Inputs |
|---|
#s(literal -1 binary64) |
(-.f64 #s(literal -1 binary64) x) |
| Outputs |
|---|
(-.f64 #s(literal -1 binary64) x) |
1 calls:
| 1.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.2% | 1 | x |
Compiled 2 to 1 computations (50% saved)
Total 0.0b remaining (0%)
Threshold costs 0b (0%)
| Inputs |
|---|
#s(literal -1 binary64) |
| Outputs |
|---|
#s(literal -1 binary64) |
1 calls:
| 1.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 98.1% | 1 | x |
Compiled 2 to 1 computations (50% saved)
| 1× | egg-herbie |
| 26× | +-commutative_binary64 |
| 22× | *-commutative_binary64 |
| 4× | sub-neg_binary64 |
| 2× | 1-exp_binary64 |
| 2× | neg-sub0_binary64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 35 | 59 |
| 1 | 62 | 59 |
| 2 | 65 | 59 |
| 3 | 66 | 59 |
| 1× | saturated |
| Inputs |
|---|
(/.f64 (log1p.f64 (neg.f64 x)) (log1p.f64 x)) |
(/.f64 (+.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal -1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(-.f64 #s(literal -1 binary64) x) |
#s(literal -1 binary64) |
| Outputs |
|---|
(/.f64 (log1p.f64 (neg.f64 x)) (log1p.f64 x)) |
(/.f64 (log1p.f64 (-.f64 #s(literal 0 binary64) x)) (log1p.f64 x)) |
(/.f64 (+.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal -1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
(/.f64 (+.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal -1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) #s(literal -1 binary64)) (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))) |
(+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(-.f64 #s(literal -1 binary64) x) |
#s(literal -1 binary64) |
| 4134× | +-lowering-+.f64 |
| 4134× | +-lowering-+.f32 |
| 3454× | +-lowering-+.f64 |
| 3454× | +-lowering-+.f32 |
| 3328× | *-lowering-*.f32 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 41 | 204 |
| 1 | 301 | 165 |
| 2 | 2991 | 164 |
| 0 | 8676 | 164 |
| 0 | 447 | 2747 |
| 1 | 1537 | 2461 |
| 2 | 5591 | 2405 |
| 0 | 8132 | 2405 |
| 0 | 217 | 1971 |
| 1 | 739 | 1725 |
| 2 | 2433 | 1593 |
| 0 | 8384 | 1593 |
| 0 | 33 | 119 |
| 1 | 233 | 103 |
| 2 | 2146 | 96 |
| 0 | 9284 | 96 |
| 0 | 7 | 26 |
| 1 | 37 | 24 |
| 2 | 256 | 24 |
| 3 | 2322 | 22 |
| 0 | 11278 | 22 |
| 0 | 46 | 338 |
| 1 | 336 | 284 |
| 2 | 3260 | 280 |
| 0 | 8397 | 280 |
| 0 | 7 | 7 |
| 1 | 13 | 6 |
| 2 | 18 | 6 |
| 3 | 24 | 6 |
| 4 | 33 | 6 |
| 5 | 46 | 6 |
| 6 | 63 | 6 |
| 7 | 81 | 6 |
| 8 | 98 | 6 |
| 9 | 100 | 6 |
| 0 | 100 | 6 |
| 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 |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
Compiled 196 to 131 computations (33.2% saved)
Compiled 156 to 96 computations (38.5% saved)
Loading profile data...