
Time bar (total: 12.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: 98.0ms (47.4% of total)ival-fabs: 28.0ms (13.5% of total)ival-sub: 24.0ms (11.6% of total)ival-add: 21.0ms (10.2% of total)ival-<=: 18.0ms (8.7% of total)ival-div: 13.0ms (6.3% of total)const: 2.0ms (1% of total)backward-pass: 2.0ms (1% of total)| 2.8s | 3894× | 2 | valid |
| 1.2s | 4125× | 1 | valid |
| 23.0ms | 237× | 0 | valid |
ival-log: 2.4s (71.6% of total)backward-pass: 297.0ms (8.8% of total)ival-add: 159.0ms (4.7% of total)ival-sub: 155.0ms (4.6% of total)ival-<=: 131.0ms (3.9% of total)ival-div: 130.0ms (3.9% of total)ival-fabs: 69.0ms (2% of total)const: 16.0ms (0.5% 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 |
|---|---|---|---|---|---|
| 255 | 0 | - | 0 | - | (log.f64 (-.f64 #s(literal 1 binary64) x)) |
| 255 | 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))) |
| 234.0ms | 266× | 2 | valid |
| 88.0ms | 228× | 1 | valid |
| 2.0ms | 18× | 0 | valid |
Compiled 64 to 23 computations (64.1% saved)
ival-log: 157.0ms (66.9% of total)ival-sub: 39.0ms (16.6% of total)backward-pass: 22.0ms (9.4% of total)ival-div: 8.0ms (3.4% of total)ival-add: 8.0ms (3.4% of total)const: 1.0ms (0.4% of total)Compiled 8 to 6 computations (25% saved)
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 5.8% | (/.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 | 28.2% | (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 | 28.2% | (log.f64 (-.f64 #s(literal 1 binary64) x)) |
| ✓ | accuracy | 28.2% | (log.f64 (+.f64 #s(literal 1 binary64) x)) |
| 122.0ms | 78× | 2 | valid |
| 82.0ms | 55× | 5 | exit |
| 64.0ms | 116× | 1 | valid |
| 1.0ms | 7× | 0 | valid |
Compiled 45 to 10 computations (77.8% saved)
ival-log: 123.0ms (55.8% of total)compiled-spec: 50.0ms (22.7% of total)backward-pass: 23.0ms (10.4% of total)ival-add: 10.0ms (4.5% of total)ival-div: 8.0ms (3.6% of total)ival-sub: 5.0ms (2.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 | 257 | 24 |
| 3 | 2331 | 22 |
| 0 | 11331 | 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 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64))))) |
(+.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 #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 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)))) |
(+.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 (+.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) (*.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 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 (log.f64 (+.f64 #s(literal -1 binary64) (*.f64 x x))) (log.f64 (+.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)))) |
(-.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 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)))) |
(-.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 (*.f64 x 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 (*.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 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 (*.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 (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) (*.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 (*.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 (*.f64 x 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 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 #s(literal -1 binary64) (*.f64 x x)))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64))))) |
(-.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 (/.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 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (*.f64 x x)))) (log.f64 (+.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)))) |
(-.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)))) |
(-.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) x) (*.f64 (+.f64 #s(literal 1 binary64) x) (*.f64 x 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 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 (*.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 (/.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 (+.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 (*.f64 x 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)))) |
(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 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64))))) |
(+.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 #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 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)))) |
(+.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 (+.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) (*.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 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 (log.f64 (+.f64 #s(literal -1 binary64) (*.f64 x x))) (log.f64 (+.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)))) |
(-.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 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)))) |
(-.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 (*.f64 x 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 (*.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 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 (*.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 (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) (*.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 (*.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 (*.f64 x 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 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 #s(literal -1 binary64) (*.f64 x x)))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64))))) |
(-.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 (/.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 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (*.f64 x x)))) (log.f64 (+.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)))) |
(-.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)))) |
(-.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) x) (*.f64 (+.f64 #s(literal 1 binary64) x) (*.f64 x 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 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 (*.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 (/.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 (+.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 (*.f64 x 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)))) |
(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 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 (*.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 (+.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)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (*.f64 x x))) (+.f64 (-.f64 #s(literal 0 binary64) 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 (*.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 (*.f64 x x) (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (*.f64 x x)) (neg.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)))) |
(neg.f64 (+.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64))) |
(/.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 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #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 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64))) |
(/.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) (+.f64 x #s(literal -1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x 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 (+.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 (*.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 (*.f64 x 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 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)))) |
(/.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 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 x #s(literal -1 binary64))) |
(/.f64 (*.f64 (/.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 (*.f64 x 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 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64))) |
(/.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 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)))) |
(*.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 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 #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 (+.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 (+.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 #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)) (+.f64 #s(literal -1 binary64) (*.f64 x x))) (+.f64 (-.f64 #s(literal 0 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 (+.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 (+.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 #s(literal -1 binary64) (*.f64 x x))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)))) |
(*.f64 (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 (*.f64 x 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 #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 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64))))) |
(+.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 #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 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)))) |
(+.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 (+.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) (*.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 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 (log.f64 (+.f64 #s(literal -1 binary64) (*.f64 x x))) (log.f64 (+.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)))) |
(-.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 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)))) |
(-.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 (*.f64 x 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 (*.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 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 (*.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 (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) (*.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 (*.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 (*.f64 x 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 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 #s(literal -1 binary64) (*.f64 x x)))) (log.f64 (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64))))) |
(-.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 (/.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 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (*.f64 x x)))) (log.f64 (+.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)))) |
(-.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)))) |
(-.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) x) (*.f64 (+.f64 #s(literal 1 binary64) x) (*.f64 x 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 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 (*.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 (/.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 (+.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 (*.f64 x 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)))) |
(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 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 (*.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 (+.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)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (+.f64 #s(literal -1 binary64) (*.f64 x x))) (+.f64 (-.f64 #s(literal 0 binary64) 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 (*.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 (*.f64 x x) (*.f64 x x)))) (+.f64 #s(literal 1 binary64) (*.f64 x x)) (neg.f64 (/.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x)))) |
(neg.f64 (+.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64))) |
(/.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 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64))) |
(/.f64 (+.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (*.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #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 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64))) |
(/.f64 (+.f64 (*.f64 x x) #s(literal -1 binary64)) (+.f64 x #s(literal -1 binary64))) |
(/.f64 (-.f64 #s(literal 1 binary64) (*.f64 (*.f64 x 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 (+.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 (*.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 (*.f64 x 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 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)))) |
(/.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 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) #s(literal -1 binary64))) (+.f64 x #s(literal -1 binary64))) |
(/.f64 (*.f64 (/.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 (*.f64 x 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 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64))) |
(/.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 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)))) |
(*.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 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 #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 (+.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 (+.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 #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)) (+.f64 #s(literal -1 binary64) (*.f64 x x))) (+.f64 (-.f64 #s(literal 0 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 (+.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 (+.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 #s(literal -1 binary64) (*.f64 x x))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (-.f64 #s(literal 0 binary64) x) #s(literal -1 binary64)))) |
(*.f64 (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 (*.f64 x 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 #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 | 1661 |
| 2 | 2436 | 1513 |
| 0 | 8397 | 1513 |
| 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 (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 (/.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)) (+.f64 (/.f64 (/.f64 (log.f64 #s(literal -1 binary64)) (pow.f64 (log.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal 2 binary64))) x) (/.f64 (*.f64 (/.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) (*.f64 x x)) #s(literal -1/2 binary64)) (pow.f64 (log.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal 2 binary64)))))) |
(- (+ (* -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 -2 binary64) (log.f64 x)) x) (/.f64 (/.f64 #s(literal -1/2 binary64) (log.f64 x)) (*.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 #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 (*.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 #s(literal -1/2 binary64) (log.f64 x)))) (*.f64 x (*.f64 x x)))))) (+.f64 (*.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 x x)) (/.f64 #s(literal 1/2 binary64) 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)) (pow.f64 (log.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal 2 binary64))) 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) (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 #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 (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) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x)))) #s(literal 1/3 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)))) (+.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)))))) 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 (/.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/3 binary64) x)) x) x) (log.f64 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 (+.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)))) (-.f64 #s(literal 0 binary64) x)) (log.f64 (/.f64 #s(literal -1 binary64) 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 (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 (/.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)) (+.f64 (/.f64 (/.f64 (log.f64 #s(literal -1 binary64)) (pow.f64 (log.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal 2 binary64))) x) (/.f64 (*.f64 (/.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) (*.f64 x x)) #s(literal -1/2 binary64)) (pow.f64 (log.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal 2 binary64)))))) |
(- (+ (* -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 -2 binary64) (log.f64 x)) x) (/.f64 (/.f64 #s(literal -1/2 binary64) (log.f64 x)) (*.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 #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 (*.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 #s(literal -1/2 binary64) (log.f64 x)))) (*.f64 x (*.f64 x x)))))) (+.f64 (*.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 x x)) (/.f64 #s(literal 1/2 binary64) 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)) (pow.f64 (log.f64 (/.f64 #s(literal 1 binary64) x)) #s(literal 2 binary64))) 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) (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 #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 (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) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x)))) #s(literal 1/3 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)))) (+.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)))))) 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 (/.f64 (/.f64 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1/3 binary64) x)) x) x) (log.f64 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 1675 computations (93.4% saved)
8 alts after pruning (7 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1010 | 7 | 1017 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 1 | 2 |
| Done | 0 | 0 | 0 |
| Total | 1011 | 8 | 1019 |
| Status | Accuracy | Program |
|---|---|---|
| 99.7% | (/.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.6% | (/.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.1% | (-.f64 #s(literal -1 binary64) x) |
| ▶ | 99.7% | (+.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.5% | (+.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 166 to 121 computations (27.1% saved)
| 1× | egg-herbie |
Found 13 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | 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 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 | (-.f64 #s(literal -1 binary64) x) |
| ✓ | 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)) |
| 3422× | sum3-define |
| 2624× | sum5-define |
| 1872× | sum4-define |
| 1364× | fnmadd-define |
| 1196× | fmsub-define |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 23 | 100 |
| 1 | 60 | 87 |
| 2 | 145 | 87 |
| 3 | 329 | 85 |
| 4 | 710 | 85 |
| 5 | 1764 | 85 |
| 6 | 4256 | 85 |
| 7 | 7260 | 85 |
| 8 | 7802 | 85 |
| 9 | 7866 | 85 |
| 10 | 7896 | 85 |
| 0 | 8844 | 85 |
| 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 (* x (+ -1 (* x -1/2)))) |
-1 |
(* x (+ -1 (* x -1/2))) |
x |
(+ -1 (* x -1/2)) |
(* x -1/2) |
-1/2 |
(+ -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 |
| 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) |
(-.f64 #s(literal -1 binary64) x) |
-1 |
#s(literal -1 binary64) |
x |
(+ -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) |
(+ -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) |
Found 13 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | 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) (*.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 -1 binary64) x) |
| ✓ | 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)) |
| 174.0ms | 170× | 1 | valid |
| 103.0ms | 35× | 5 | exit |
| 56.0ms | 44× | 2 | valid |
| 4.0ms | 7× | 0 | valid |
Compiled 105 to 21 computations (80% saved)
compiled-spec: 84.0ms (29.7% of total)ival-log: 67.0ms (23.7% of total)backward-pass: 38.0ms (13.4% of total)...c/correct-round.rkt:119:19: 36.0ms (12.7% of total)ival-add: 23.0ms (8.1% of total)ival-mult: 22.0ms (7.8% of total)ival-sub: 7.0ms (2.5% of total)ival-div: 4.0ms (1.4% of total)const: 2.0ms (0.7% 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)> |
#<alt (+ -1 (* x (+ -1 (* x -1/2))))> |
#<alt (* x (+ -1 (* x -1/2)))> |
#<alt (+ -1 (* x -1/2))> |
#<alt (* x -1/2)> |
#<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 -5/12)> |
| 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 (- (* -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 (- (* -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 (- (* -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 (* -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)> |
42 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 1.0ms | x | @ | inf | (* x (+ -1 (* x (+ -1/2 (* x -5/12))))) |
| 0.0ms | x | @ | 0 | (/ (log (+ 1 (- 0 x))) (log (+ 1 x))) |
| 0.0ms | x | @ | inf | (+ -1 (* x (+ -1 (* x -1/2)))) |
| 0.0ms | x | @ | inf | (* x -5/12) |
| 0.0ms | x | @ | -inf | (* x -1/2) |
| 1× | batch-egg-rewrite |
| 2160× | /-lowering-/.f32 |
| 2160× | /-lowering-/.f64 |
| 2108× | *-lowering-*.f32 |
| 2108× | *-lowering-*.f64 |
| 1626× | +-lowering-+.f64 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 23 | 84 |
| 1 | 162 | 72 |
| 2 | 1559 | 66 |
| 0 | 10152 | 66 |
| 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 (* x -1/2)))) |
(* x (+ -1 (* x -1/2))) |
(+ -1 (* x -1/2)) |
(* x -1/2) |
(+ -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 -5/12) |
| Outputs |
|---|
(exp.f64 (*.f64 (log.f64 (/.f64 (log1p.f64 x) (log1p.f64 x))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (log1p.f64 (*.f64 x (*.f64 x x))) (log1p.f64 x)) (/.f64 (log1p.f64 (*.f64 x (+.f64 x #s(literal -1 binary64)))) (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 (-.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 (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 (*.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 (log1p.f64 (*.f64 x x)) (log1p.f64 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 (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 (-.f64 (*.f64 x x) #s(literal 1 binary64))) (log.f64 (+.f64 x #s(literal -1 binary64)))) |
(-.f64 (log.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (log1p.f64 (*.f64 x (+.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) |
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 x) (/.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)) |
(neg.f64 x) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 #s(literal 1 binary64) (/.f64 x (*.f64 x 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 x) x) |
(/.f64 (*.f64 x (*.f64 x x)) (*.f64 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)) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) #s(literal 0 binary64)) (*.f64 x x)) |
(pow.f64 x #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64)) |
(pow.f64 (/.f64 x (*.f64 x x)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) x) |
(*.f64 x #s(literal 1 binary64)) |
(*.f64 x #s(literal -1 binary64)) |
(*.f64 x (/.f64 x x)) |
(*.f64 #s(literal -1 binary64) x) |
(*.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (*.f64 x (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 x x)) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (*.f64 x x) #s(literal 1 binary64))) |
(*.f64 (/.f64 x #s(literal 1 binary64)) (/.f64 x x)) |
(*.f64 (/.f64 x x) x) |
(*.f64 (/.f64 x x) (/.f64 x #s(literal 1 binary64))) |
(*.f64 (/.f64 (pow.f64 x #s(literal 3/2 binary64)) x) (/.f64 (pow.f64 x #s(literal 3/2 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 x #s(literal -1 binary64))))))) |
(+.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 (*.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 (log1p.f64 (*.f64 x x)) (log1p.f64 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 (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 (-.f64 (*.f64 x x) #s(literal 1 binary64))) (log.f64 (+.f64 x #s(literal -1 binary64)))) |
(-.f64 (log.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x)))) (log1p.f64 (*.f64 x (+.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) |
(+.f64 x #s(literal -1 binary64)) |
(+.f64 #s(literal -1 binary64) x) |
(-.f64 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 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 x) (/.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)) |
(/.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 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 x (+.f64 x #s(literal -1 binary64)))))) |
(/.f64 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x))) (neg.f64 (+.f64 x #s(literal -1 binary64)))) |
(/.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))))))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64)) (+.f64 (*.f64 x x) (+.f64 #s(literal 1 binary64) x))) |
(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 x (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) #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 x #s(literal -1 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))) |
(-.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(-.f64 (+.f64 x #s(literal -1 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))) |
(-.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 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (*.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 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (*.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)))) #s(literal -1 binary64)))) |
(-.f64 (/.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 (*.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))) (*.f64 x (*.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)))))) |
(fma.f64 #s(literal 1 binary64) x (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) #s(literal -1 binary64))) |
(fma.f64 x #s(literal 1 binary64) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) #s(literal -1 binary64))) |
(fma.f64 x #s(literal -1 binary64) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) #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 #s(literal -1/2 binary64) (*.f64 x x)) #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 x) (/.f64 #s(literal 1 binary64) x) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x 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 #s(literal -1/2 binary64) (*.f64 x x))) |
(fma.f64 (*.f64 x (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) #s(literal -1 binary64))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))) |
(/.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 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (*.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 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (*.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 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (*.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 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (*.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 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (*.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 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))))))) (+.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (*.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 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (*.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 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (*.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 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))))))) (neg.f64 (+.f64 (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (*.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 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (*.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 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (*.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 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (*.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 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (*.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 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (*.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 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (*.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 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (*.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 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (*.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)))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) #s(literal -1 binary64)) #s(literal 3 binary64))) (+.f64 (*.f64 x x) (-.f64 (*.f64 (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) #s(literal -1 binary64)) (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) #s(literal -1 binary64))) (*.f64 x (+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) #s(literal -1 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 x #s(literal -1 binary64)) #s(literal 3 binary64)) (*.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 (+.f64 x #s(literal -1 binary64)) (+.f64 x #s(literal -1 binary64))) (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))) (*.f64 (+.f64 x #s(literal -1 binary64)) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (pow.f64 (*.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) x) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) x) (*.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) x)) (*.f64 #s(literal -1 binary64) (*.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) x))))) |
(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 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (*.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 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (*.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 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (*.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 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 x (*.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 #s(literal -1/2 binary64) (*.f64 x x))) |
(+.f64 x (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) |
(+.f64 x (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) #s(literal -1 binary64))) |
(+.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) x) |
(-.f64 (/.f64 (*.f64 x x) (-.f64 x (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (/.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))) (-.f64 x (*.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(fma.f64 #s(literal 1 binary64) x (*.f64 #s(literal -1/2 binary64) (*.f64 x x))) |
(fma.f64 x #s(literal 1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))) |
(fma.f64 x #s(literal -1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))) |
(fma.f64 x #s(literal -1 binary64) (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) #s(literal -1 binary64))) |
(fma.f64 x (*.f64 x #s(literal -1/2 binary64)) x) |
(fma.f64 #s(literal -1 binary64) x (*.f64 #s(literal -1/2 binary64) (*.f64 x x))) |
(fma.f64 #s(literal -1 binary64) x (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) |
(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 x) #s(literal -1/2 binary64) x) |
(fma.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) x) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))) |
(fma.f64 (*.f64 x (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))) |
(neg.f64 (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))) (*.f64 x (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))))) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (-.f64 x (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) |
(/.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 (*.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x))))) (neg.f64 (+.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))) (*.f64 x (*.f64 #s(literal -1/2 binary64) (*.f64 x x))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x x) (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))))) (neg.f64 (-.f64 x (*.f64 #s(literal -1/2 binary64) (*.f64 x x))))) |
(/.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 (+.f64 (*.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x))) (+.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))) (-.f64 (*.f64 x x) (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) x)))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))) #s(literal 3 binary64))) (+.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x)))) (*.f64 x (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -1/2 binary64) (*.f64 x x))))))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) #s(literal -1 binary64)) #s(literal 3 binary64))) (+.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) #s(literal -1 binary64)) (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) #s(literal -1 binary64))) (*.f64 x (*.f64 (*.f64 #s(literal -1/2 binary64) (*.f64 x x)) #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 (+.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))))) |
(-.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) (-.f64 (*.f64 x #s(literal -1/2 binary64)) #s(literal -1 binary64))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x #s(literal -1/2 binary64)) #s(literal -1 binary64)))) |
(-.f64 (/.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/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)))))) |
(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) |
(+.f64 x (+.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x)) #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 #s(literal -1 binary64) (*.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) x)) |
(+.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 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x))) |
(-.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 #s(literal -1 binary64)) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #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 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))))) (/.f64 (*.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 #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 (/.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 (*.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)))))) (*.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 (*.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 #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)))))) #s(literal -1 binary64)))) |
(fma.f64 #s(literal 1 binary64) x (+.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x)) #s(literal -1 binary64))) |
(fma.f64 x #s(literal 1 binary64) (+.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x)) #s(literal -1 binary64))) |
(fma.f64 x #s(literal -1 binary64) (+.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x)) #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 #s(literal -1 binary64) x (+.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x)) #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 x x) (/.f64 #s(literal 1 binary64) x) (+.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x 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 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x))) |
(fma.f64 (*.f64 x (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x)) (+.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x)) #s(literal -1 binary64))) |
(fma.f64 (+.f64 #s(literal 1 binary64) (*.f64 x x)) (/.f64 #s(literal 1 binary64) (+.f64 x #s(literal -1 binary64))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x))) |
(/.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 (*.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 #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 (*.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 #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 (*.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 #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 (*.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 #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 (*.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 #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 (*.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 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))))))) (+.f64 (*.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 #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 (+.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 #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 (*.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 #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 (*.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 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))))))) (neg.f64 (+.f64 (*.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 #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 #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 #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)))))) (*.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 (*.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 #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 (*.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 #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 (-.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)))))) (*.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 (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)))))) (*.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 (*.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 #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 (*.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 #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)))) |
(/.f64 (+.f64 #s(literal -1 binary64) (pow.f64 (*.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) x) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) x) (*.f64 (neg.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 (neg.f64 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))))) x))))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (+.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x)) #s(literal -1 binary64)) #s(literal 3 binary64))) (+.f64 (*.f64 x x) (-.f64 (*.f64 (+.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x)) #s(literal -1 binary64)) (+.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x)) #s(literal -1 binary64))) (*.f64 x (+.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x)) #s(literal -1 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 x #s(literal -1 binary64)) #s(literal 3 binary64)) (*.f64 (*.f64 (*.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))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x)))) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 (+.f64 x #s(literal -1 binary64)) (+.f64 x #s(literal -1 binary64))) (-.f64 (*.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x)) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x))) (*.f64 (+.f64 x #s(literal -1 binary64)) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x)))))) |
(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 (*.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 #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 (*.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 #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 (*.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 #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 (*.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 #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 x (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x))) |
(+.f64 x (*.f64 #s(literal -1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x)))) |
(+.f64 x (*.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x)) #s(literal -1 binary64))) |
(+.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x)) x) |
(-.f64 (/.f64 (*.f64 x x) (-.f64 x (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x)))) (/.f64 (*.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x)) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x))) (-.f64 x (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x))))) |
(fma.f64 #s(literal 1 binary64) x (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x))) |
(fma.f64 x #s(literal 1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x))) |
(fma.f64 x #s(literal -1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x))) |
(fma.f64 x #s(literal -1 binary64) (*.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x)) #s(literal -1 binary64))) |
(fma.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) x) |
(fma.f64 #s(literal -1 binary64) x (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x))) |
(fma.f64 #s(literal -1 binary64) x (*.f64 #s(literal -1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x)))) |
(fma.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x) x) |
(fma.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) x x) |
(fma.f64 (*.f64 x x) (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) x) |
(fma.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) x) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x))) |
(fma.f64 (*.f64 x (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x)) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x))) |
(neg.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 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (*.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))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x)))) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x)) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x))) (*.f64 x (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x)))))) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x)) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x)))) (-.f64 x (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 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 -5/12 binary64)))) (*.f64 (+.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))) (*.f64 x 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 x (+.f64 #s(literal 1 binary64) (*.f64 (+.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))) (*.f64 x 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 (*.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))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x))))) 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 (+.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))) (*.f64 x x)))) 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 (*.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))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x)))) (*.f64 x (*.f64 x x))))) (neg.f64 (+.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x)) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x))) (*.f64 x (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x x) (*.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x)) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x))))) (neg.f64 (-.f64 x (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 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 -5/12 binary64)))) (*.f64 (+.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))) (*.f64 x 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 x (+.f64 #s(literal 1 binary64) (*.f64 (+.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))) (*.f64 x x)))))) (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 (+.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))) (*.f64 x x))))) 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 (+.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))) (*.f64 x x)))) x)) (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 (*.f64 (*.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))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x)))) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 x x))) (+.f64 (*.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x)) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x))) (-.f64 (*.f64 x x) (*.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x)) x)))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 #s(literal -1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x))) #s(literal 3 binary64))) (+.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 #s(literal -1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x))) (*.f64 #s(literal -1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x)))) (*.f64 x (*.f64 #s(literal -1 binary64) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x))))))) |
(/.f64 (+.f64 (*.f64 x (*.f64 x x)) (pow.f64 (*.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x)) #s(literal -1 binary64)) #s(literal 3 binary64))) (+.f64 (*.f64 x x) (-.f64 (*.f64 (*.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x)) #s(literal -1 binary64)) (*.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x)) #s(literal -1 binary64))) (*.f64 x (*.f64 (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x)) #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 (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) x) |
(*.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 #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 #s(literal -1 binary64) (*.f64 (neg.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) x)) |
(+.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 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/2 binary64) (*.f64 x #s(literal -5/12 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 (+.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))) (*.f64 x 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 #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 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))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x 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 (+.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))) (*.f64 x x))) (-.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)))) #s(literal -1 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)) |
(fma.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 #s(literal -5/12 binary64) (*.f64 x x))) |
(fma.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)))) (*.f64 #s(literal -5/12 binary64) (*.f64 x x))) |
(/.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 (+.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))) (*.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 -5/12 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 (+.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))) (*.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 -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 (+.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))) (*.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 -5/12 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 (+.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))) (*.f64 x x))))))) |
(/.f64 (+.f64 #s(literal -1 binary64) (*.f64 (*.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))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x 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 #s(literal -1 binary64) (*.f64 (*.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))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x))))) (+.f64 (*.f64 (+.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))) (*.f64 x 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 #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))) (*.f64 x 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/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) (*.f64 (+.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))) (*.f64 x 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 #s(literal -1 binary64) (*.f64 (*.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))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x x)))))) (neg.f64 (+.f64 (*.f64 (+.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))) (*.f64 x 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 #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))) (*.f64 x x))))) (neg.f64 (+.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/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) (*.f64 (+.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))) (*.f64 x 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 (+.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))) (*.f64 x x))) #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 (+.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))) (*.f64 x x))))) (*.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 (-.f64 #s(literal -1 binary64) (*.f64 (*.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))) (*.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) (*.f64 x 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 (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 #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))) (*.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 -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 (+.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))) (*.f64 x x)))))) (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 (+.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))) (*.f64 x x))) #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)))) |
(/.f64 (+.f64 #s(literal -1 binary64) (pow.f64 (*.f64 (neg.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) x) #s(literal 3 binary64))) (+.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 (neg.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) x) (*.f64 (neg.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) x)) (*.f64 #s(literal -1 binary64) (*.f64 (neg.f64 (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) x))))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (pow.f64 (+.f64 (*.f64 #s(literal -5/12 binary64) (*.f64 x x)) #s(literal -1 binary64)) #s(literal 3 binary64))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) (-.f64 (*.f64 (+.f64 (*.f64 #s(literal -5/12 binary64) (*.f64 x x)) #s(literal -1 binary64)) (+.f64 (*.f64 #s(literal -5/12 binary64) (*.f64 x x)) #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 (*.f64 (+.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 binary64) (*.f64 x #s(literal -1/2 binary64))))) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -125/1728 binary64)) (*.f64 x (*.f64 x x)))) (+.f64 (*.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 (*.f64 (*.f64 #s(literal -5/12 binary64) (*.f64 x x)) (*.f64 #s(literal -5/12 binary64) (*.f64 x x))) (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 #s(literal -5/12 binary64) (*.f64 x x)))))) |
(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 (+.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))) (*.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 -5/12 binary64))))) (+.f64 #s(literal 1 binary64) (*.f64 (+.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))) (*.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 -5/12 binary64)))) (*.f64 (+.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))) (*.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 -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 #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))) (*.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 -5/12 binary64))))))) |
(+.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 #s(literal -5/12 binary64) (*.f64 x x))) |
(+.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -5/12 binary64) (*.f64 x x)))) |
(+.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 -5/12 binary64) (*.f64 x x)) (*.f64 x #s(literal -1/2 binary64))) |
(-.f64 (/.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) (-.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 #s(literal -5/12 binary64) (*.f64 x x)))) (/.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))))) |
(fma.f64 x #s(literal -1/2 binary64) (*.f64 #s(literal -5/12 binary64) (*.f64 x x))) |
(fma.f64 x #s(literal -1/2 binary64) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -5/12 binary64) (*.f64 x x)))) |
(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 x #s(literal -5/12 binary64)) (*.f64 x #s(literal -1/2 binary64))) |
(fma.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -5/12 binary64) (*.f64 x x)))) |
(fma.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)) (*.f64 (*.f64 #s(literal -5/12 binary64) (*.f64 x x)) #s(literal -1 binary64))) |
(fma.f64 #s(literal -1/2 binary64) x (*.f64 #s(literal -5/12 binary64) (*.f64 x x))) |
(fma.f64 (*.f64 x #s(literal -1/2 binary64)) #s(literal -1 binary64) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -5/12 binary64) (*.f64 x x)))) |
(fma.f64 (*.f64 x #s(literal -1/2 binary64)) #s(literal -1 binary64) (*.f64 (*.f64 #s(literal -5/12 binary64) (*.f64 x x)) #s(literal -1 binary64))) |
(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))) |
(fma.f64 #s(literal 1/2 binary64) x (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -5/12 binary64) (*.f64 x x)))) |
(fma.f64 #s(literal 1/2 binary64) x (*.f64 (*.f64 #s(literal -5/12 binary64) (*.f64 x x)) #s(literal -1 binary64))) |
(neg.f64 (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 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 #s(literal 1/4 binary64) (*.f64 x x)) (-.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 #s(literal 1/4 binary64) (*.f64 x x)) (*.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 #s(literal 1/4 binary64) (*.f64 x x)) (-.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 #s(literal 1/4 binary64) (*.f64 x x)) (*.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 (+.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -125/1728 binary64)) (*.f64 x (*.f64 x x))) (*.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 (*.f64 #s(literal -5/12 binary64) (*.f64 x x)) (*.f64 #s(literal -5/12 binary64) (*.f64 x x))) (-.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) (*.f64 (*.f64 #s(literal -5/12 binary64) (*.f64 x x)) (*.f64 x #s(literal -1/2 binary64)))))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (pow.f64 (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -5/12 binary64) (*.f64 x x))) #s(literal 3 binary64))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) (-.f64 (*.f64 (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -5/12 binary64) (*.f64 x x))) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -5/12 binary64) (*.f64 x x)))) (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 #s(literal -1 binary64) (*.f64 #s(literal -5/12 binary64) (*.f64 x x))))))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (pow.f64 (*.f64 (*.f64 #s(literal -5/12 binary64) (*.f64 x x)) #s(literal -1 binary64)) #s(literal 3 binary64))) (+.f64 (*.f64 #s(literal 1/4 binary64) (*.f64 x x)) (-.f64 (*.f64 (*.f64 (*.f64 #s(literal -5/12 binary64) (*.f64 x x)) #s(literal -1 binary64)) (*.f64 (*.f64 #s(literal -5/12 binary64) (*.f64 x x)) #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 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 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))) x) |
(*.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 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) x) |
(*.f64 x #s(literal -5/12 binary64)) |
(*.f64 #s(literal -5/12 binary64) x) |
| 1× | egg-herbie |
| 3392× | *-lowering-*.f32 |
| 3392× | *-lowering-*.f64 |
| 2400× | +-lowering-+.f64 |
| 2400× | +-lowering-+.f32 |
| 1884× | fma-lowering-fma.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 248 | 1788 |
| 1 | 865 | 1583 |
| 2 | 3043 | 1486 |
| 0 | 8296 | 1486 |
| 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) |
(- (* -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 (- (* -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 (- (* -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))))) |
(* -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) |
| 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) (+.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 x)))) (/.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 (/.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) (log.f64 x)) (-.f64 (+.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 #s(literal 1/3 binary64) x) (*.f64 x x)) (log.f64 x)))) (+.f64 (/.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (+.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 x)) (-.f64 (+.f64 (*.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 x x)) (/.f64 #s(literal 1/2 binary64) 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/3 binary64) x) (/.f64 (+.f64 (log.f64 #s(literal -1 binary64)) (log.f64 x)) (*.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))))) (/.f64 (+.f64 (/.f64 #s(literal -1/2 binary64) (log.f64 x)) (+.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 (+.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 (log.f64 x) (*.f64 x (*.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))) 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)) (-.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))))) 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 (/.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 (-.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) (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)))))) (*.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)))))) 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))))) |
(* -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 (+.f64 (log.f64 #s(literal -1 binary64)) (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 #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 (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 (+.f64 (/.f64 #s(literal 1/2 binary64) x) (+.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1/3 binary64) 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) |
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 (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 (-.f64 (log.f64 #s(literal -1 binary64)) (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) 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 #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 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 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 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) |
(* -1 (* (pow x 2) (+ 1/2 (/ 1 x)))) |
(*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) |
(* -1 (* (pow x 2) (+ 1/2 (/ 1 x)))) |
(*.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 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) |
(* -1 (* (pow x 2) (+ 1/2 (/ 1 x)))) |
(*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)))) |
(* -1 (* (pow x 2) (+ 1/2 (/ 1 x)))) |
(*.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 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) |
(* -1 (* x (+ 1/2 (/ 1 x)))) |
(+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) |
(* -1 (* x (+ 1/2 (/ 1 x)))) |
(+.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 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) |
(* -1 (* x (+ 1/2 (/ 1 x)))) |
(+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) |
(* -1 (* x (+ 1/2 (/ 1 x)))) |
(+.f64 #s(literal -1 binary64) (*.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/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 (- (* -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 #s(literal -5/12 binary64) (*.f64 x x))) |
(* -1 (* (pow x 3) (+ 5/12 (* 1/2 (/ 1 x))))) |
(*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) |
(* (pow x 3) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 5/12)) |
(*.f64 (*.f64 x x) (*.f64 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 #s(literal -5/12 binary64) (*.f64 x x))) |
(* -1 (* (pow x 3) (+ 5/12 (* 1/2 (/ 1 x))))) |
(*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) |
(* -1 (* (pow x 3) (+ 5/12 (+ (* 1/2 (/ 1 x)) (/ 1 (pow x 2)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (*.f64 x x) (+.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) x) #s(literal 5/12 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(* -1 (* (pow x 3) (+ 5/12 (* -1 (/ (- (* -1 (/ (+ 1 (/ 1 x)) x)) 1/2) x))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 x (*.f64 x x)) (-.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)))) |
(* -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 (- (* -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 #s(literal -5/12 binary64) (*.f64 x x))) |
(* -1 (* (pow x 3) (+ 5/12 (* 1/2 (/ 1 x))))) |
(*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) |
(* (pow x 3) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 5/12)) |
(*.f64 (*.f64 x x) (*.f64 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 x) (*.f64 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 #s(literal -5/12 binary64) (*.f64 x x))) |
(* -1 (* (pow x 3) (+ 5/12 (* 1/2 (/ 1 x))))) |
(*.f64 x (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64))))) |
(* -1 (* (pow x 3) (+ 5/12 (+ (* 1/2 (/ 1 x)) (/ 1 (pow x 2)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (*.f64 x x) (+.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) x) #s(literal 5/12 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 x x))))) |
(* -1 (* (pow x 3) (+ 5/12 (+ (* 1/2 (/ 1 x)) (/ 1 (pow x 2)))))) |
(*.f64 (-.f64 #s(literal 0 binary64) x) (*.f64 (*.f64 x x) (+.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) x) #s(literal 5/12 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 x x))))) |
-1 |
#s(literal -1 binary64) |
(- (* -1/2 x) 1) |
(+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 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 #s(literal -5/12 binary64) (*.f64 x x)) |
(* -1 (* (pow x 2) (+ 5/12 (* 1/2 (/ 1 x))))) |
(*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) |
(* (pow x 2) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 5/12)) |
(*.f64 x (*.f64 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 x (*.f64 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 #s(literal -5/12 binary64) (*.f64 x x)) |
(* -1 (* (pow x 2) (+ 5/12 (* 1/2 (/ 1 x))))) |
(*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) |
(* (pow x 2) (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 5/12)) |
(*.f64 x (*.f64 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 x (*.f64 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 #s(literal -5/12 binary64) (*.f64 x x)) |
(* -1 (* (pow x 2) (+ 5/12 (* 1/2 (/ 1 x))))) |
(*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) |
(* -1 (* (pow x 2) (+ 5/12 (* 1/2 (/ 1 x))))) |
(*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) |
(* -1 (* (pow x 2) (+ 5/12 (* 1/2 (/ 1 x))))) |
(*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) |
(* -5/12 (pow x 2)) |
(*.f64 #s(literal -5/12 binary64) (*.f64 x x)) |
(* -1 (* (pow x 2) (+ 5/12 (* 1/2 (/ 1 x))))) |
(*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) |
(* -1 (* (pow x 2) (+ 5/12 (* 1/2 (/ 1 x))))) |
(*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x #s(literal -5/12 binary64)))) |
(* -1 (* (pow x 2) (+ 5/12 (* 1/2 (/ 1 x))))) |
(*.f64 x (+.f64 #s(literal -1/2 binary64) (*.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)) |
(* -5/12 x) |
(*.f64 x #s(literal -5/12 binary64)) |
Compiled 11982 to 1520 computations (87.3% saved)
8 alts after pruning (3 fresh and 5 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 572 | 2 | 574 |
| Fresh | 1 | 1 | 2 |
| Picked | 1 | 4 | 5 |
| Done | 0 | 1 | 1 |
| Total | 574 | 8 | 582 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 99.7% | (/.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)) |
| ▶ | 99.7% | (/.f64 (log1p.f64 (-.f64 #s(literal 0 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))))))))) |
| ▶ | 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.1% | (-.f64 #s(literal -1 binary64) x) |
| ✓ | 99.7% | (+.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.5% | (+.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 87 to 64 computations (26.4% saved)
| 1× | egg-herbie |
Found 12 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64))))) |
| ✓ | cost-diff | 0 | (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #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 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64))))))) |
| ✓ | cost-diff | 0 | (/.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)) |
| ✓ | 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 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)) (*.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 | -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) |
| 2036× | *-lowering-*.f32 |
| 2036× | *-lowering-*.f64 |
| 1864× | --lowering--.f32 |
| 1864× | --lowering--.f64 |
| 1576× | fma-lowering-fma.f32 |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 32 | 188 |
| 1 | 92 | 165 |
| 2 | 272 | 163 |
| 3 | 751 | 161 |
| 4 | 2168 | 161 |
| 5 | 4611 | 161 |
| 6 | 7779 | 161 |
| 0 | 8283 | 161 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (log (+ 1 (neg x))) (log (+ 1 x))) |
(log (+ 1 (neg x))) |
(neg x) |
x |
(log (+ 1 x)) |
(/ (log (+ 1 (- 0 x))) (* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))))) |
(log (+ 1 (- 0 x))) |
(- 0 x) |
0 |
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 |
(/ (* x (+ -1 (* x (+ -1/2 (* x (+ (* x -1/4) -1/3)))))) (log (+ 1 x))) |
(* x (+ -1 (* x (+ -1/2 (* x (+ (* x -1/4) -1/3)))))) |
x |
(+ -1 (* x (+ -1/2 (* x (+ (* x -1/4) -1/3))))) |
-1 |
(* x (+ -1/2 (* x (+ (* x -1/4) -1/3)))) |
(+ -1/2 (* x (+ (* x -1/4) -1/3))) |
-1/2 |
(* x (+ (* x -1/4) -1/3)) |
(+ (* x -1/4) -1/3) |
(* x -1/4) |
-1/4 |
-1/3 |
(log (+ 1 x)) |
| 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) |
(/ (log (+ 1 (- 0 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 (- 0 x))) |
(log.f64 (-.f64 #s(literal 1 binary64) x)) |
(- 0 x) |
(-.f64 #s(literal 0 binary64) x) |
0 |
#s(literal 0 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))))))) |
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 (+ (* x -1/4) -1/3)))))) (log (+ 1 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))))))) (log1p.f64 x)) |
(* x (+ -1 (* x (+ -1/2 (* x (+ (* x -1/4) -1/3)))))) |
(*.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))))))) |
x |
(+ -1 (* x (+ -1/2 (* x (+ (* x -1/4) -1/3))))) |
(+.f64 #s(literal -1 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 (+ (* x -1/4) -1/3)))) |
(*.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 (+ (* x -1/4) -1/3))) |
(+.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 (+ (* x -1/4) -1/3)) |
(*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64))) |
(+ (* x -1/4) -1/3) |
(+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) |
(* x -1/4) |
(*.f64 x #s(literal -1/4 binary64)) |
-1/4 |
#s(literal -1/4 binary64) |
-1/3 |
#s(literal -1/3 binary64) |
(log (+ 1 x)) |
(log1p.f64 x) |
Found 12 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (/.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)) |
| ✓ | accuracy | 100.0% | (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) |
| ✓ | accuracy | 100.0% | (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64))))) |
| ✓ | accuracy | 99.7% | (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64))) |
| ✓ | accuracy | 100.0% | (+.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 (+.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 (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))) |
| ✓ | accuracy | 99.7% | (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) |
| ✓ | 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)) |
| 223.0ms | 169× | 1 | valid |
| 191.0ms | 79× | 5 | exit |
| 6.0ms | 1× | 2 | valid |
| 3.0ms | 7× | 0 | valid |
Compiled 200 to 30 computations (85% saved)
compiled-spec: 114.0ms (31.5% of total)ival-log: 82.0ms (22.7% of total)backward-pass: 65.0ms (18% of total)ival-mult: 29.0ms (8% of total)ival-add: 28.0ms (7.7% of total)...c/correct-round.rkt:119:19: 26.0ms (7.2% of total)ival-div: 9.0ms (2.5% of total)ival-neg: 4.0ms (1.1% of total)const: 3.0ms (0.8% of total)ival-sub: 3.0ms (0.8% of total)| Inputs |
|---|
#<alt (log (+ 1 x))> |
#<alt (/ (log (+ 1 (neg x))) (log (+ 1 x)))> |
#<alt (log (+ 1 (neg x)))> |
#<alt (neg x)> |
#<alt (/ (log (+ 1 (- 0 x))) (* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))))))> |
#<alt (log (+ 1 (- 0 x)))> |
#<alt (- 0 x)> |
#<alt (* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))))> |
#<alt (/ (* x (+ -1 (* x (+ -1/2 (* x (+ (* x -1/4) -1/3)))))) (log (+ 1 x)))> |
#<alt (* x (+ -1 (* x (+ -1/2 (* x (+ (* x -1/4) -1/3))))))> |
#<alt (+ -1 (* x (+ -1/2 (* x (+ (* x -1/4) -1/3)))))> |
#<alt (* x (+ -1/2 (* x (+ (* x -1/4) -1/3))))> |
#<alt (* x (+ 1/3 (* x -1/4)))> |
#<alt (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))> |
#<alt (+ 1/3 (* x -1/4))> |
#<alt (* x (+ (* x -1/4) -1/3))> |
#<alt (+ (* x -1/4) -1/3)> |
| 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 (- (* 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 (* -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/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> |
#<alt (- (* -1 x) 1)> |
#<alt (- (* x (- (* -1/2 x) 1)) 1)> |
#<alt (- (* x (- (* x (- (* -5/12 x) 1/2)) 1)) 1)> |
#<alt (* 1/4 (/ (pow x 4) (log (/ 1 x))))> |
#<alt (* (pow x 4) (+ (/ 1/4 (* x (pow (log (/ 1 x)) 2))) (+ (/ 1/3 (* x (log (/ 1 x)))) (* 1/4 (/ 1 (log (/ 1 x)))))))> |
#<alt (* (pow x 4) (- (+ (/ 1/4 (* x (pow (log (/ 1 x)) 2))) (+ (/ 1/3 (* x (log (/ 1 x)))) (+ (* 1/4 (/ 1 (log (/ 1 x)))) (* 1/2 (/ 1 (* (pow x 2) (log (/ 1 x)))))))) (+ (* -1 (/ (+ (* 1/3 (/ 1 (log (/ 1 x)))) (* 1/4 (/ 1 (pow (log (/ 1 x)) 2)))) (* (pow x 2) (log (/ 1 x))))) (* 1/8 (/ 1 (* (pow x 2) (pow (log (/ 1 x)) 2)))))))> |
#<alt (* (pow x 4) (- (+ (/ 1/12 (* (pow x 3) (pow (log (/ 1 x)) 2))) (+ (/ 1/4 (* x (pow (log (/ 1 x)) 2))) (+ (/ 1/3 (* x (log (/ 1 x)))) (+ (* 1/4 (/ 1 (log (/ 1 x)))) (+ (* 1/2 (/ 1 (* (pow x 2) (log (/ 1 x))))) (/ 1 (* (pow x 3) (log (/ 1 x))))))))) (+ (* -1 (/ (+ (* 1/3 (/ 1 (log (/ 1 x)))) (* 1/4 (/ 1 (pow (log (/ 1 x)) 2)))) (* (pow x 2) (log (/ 1 x))))) (+ (* -1 (/ (- (* 1/2 (/ 1 (log (/ 1 x)))) (+ (* -1 (/ (+ (* 1/3 (/ 1 (log (/ 1 x)))) (* 1/4 (/ 1 (pow (log (/ 1 x)) 2)))) (log (/ 1 x)))) (* 1/8 (/ 1 (pow (log (/ 1 x)) 2))))) (* (pow x 3) (log (/ 1 x))))) (+ (* 1/2 (/ (+ (* 1/3 (/ 1 (log (/ 1 x)))) (* 1/4 (/ 1 (pow (log (/ 1 x)) 2)))) (* (pow x 3) (log (/ 1 x))))) (* 1/8 (/ 1 (* (pow x 2) (pow (log (/ 1 x)) 2)))))))))> |
#<alt (* -1/4 (/ (pow x 4) (+ (log -1) (* -1 (log (/ -1 x))))))> |
#<alt (* (pow x 4) (- (/ 1/4 (* x (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (+ (/ 1/3 (* x (+ (log -1) (* -1 (log (/ -1 x)))))) (* 1/4 (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))))))> |
#<alt (* (pow x 4) (- (* -1 (/ (- (+ (* -1 (- (* 1/4 (/ 1 (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (* 1/3 (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))))) (+ (/ 1/8 (* x (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (/ 1/2 (* x (+ (log -1) (* -1 (log (/ -1 x)))))))) (* -1 (/ (- (* 1/4 (/ 1 (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (* 1/3 (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))))) (* x (+ (log -1) (* -1 (log (/ -1 x)))))))) x)) (* 1/4 (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))))))> |
#<alt (* (pow x 4) (- (* -1 (/ (+ (* -1 (- (* 1/4 (/ 1 (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (* 1/3 (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))))) (* -1 (/ (- (+ (* -1 (- (+ (* 1/8 (/ 1 (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (* 1/2 (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))))) (* -1 (/ (- (* 1/4 (/ 1 (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (* 1/3 (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))))) (+ (log -1) (* -1 (log (/ -1 x)))))))) (/ 1/12 (* x (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2)))) (+ (* -1 (/ (- (+ (* 1/8 (/ 1 (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (* 1/2 (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))))) (* -1 (/ (- (* 1/4 (/ 1 (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (* 1/3 (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))))) (+ (log -1) (* -1 (log (/ -1 x))))))) (* x (+ (log -1) (* -1 (log (/ -1 x))))))) (+ (* -1/2 (/ (- (* 1/4 (/ 1 (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (* 1/3 (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))))) (* x (+ (log -1) (* -1 (log (/ -1 x))))))) (/ 1 (* x (+ (log -1) (* -1 (log (/ -1 x))))))))) x))) x)) (* 1/4 (/ 1 (+ (log -1) (* -1 (log (/ -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 (* -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 (* 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/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/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)))))> |
#<alt -1/3> |
#<alt (- (* -1/4 x) 1/3)> |
#<alt (- (* -1/4 x) 1/3)> |
#<alt (- (* -1/4 x) 1/3)> |
#<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/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 | (* x (+ 1/3 (* x -1/4))) |
| 2.0ms | x | @ | -inf | (/ (* x (+ -1 (* x (+ -1/2 (* x (+ (* x -1/4) -1/3)))))) (log (+ 1 x))) |
| 1.0ms | x | @ | -inf | (/ (log (+ 1 (- 0 x))) (* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))))) |
| 1.0ms | x | @ | inf | (/ (* x (+ -1 (* x (+ -1/2 (* x (+ (* x -1/4) -1/3)))))) (log (+ 1 x))) |
| 1.0ms | x | @ | inf | (/ (log (+ 1 (- 0 x))) (* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))))) |
| 1× | batch-egg-rewrite |
| 2262× | /-lowering-/.f32 |
| 2262× | /-lowering-/.f64 |
| 2066× | *-lowering-*.f32 |
| 2066× | *-lowering-*.f64 |
| 1382× | fma-lowering-fma.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 32 | 136 |
| 1 | 225 | 119 |
| 2 | 2016 | 111 |
| 0 | 9483 | 111 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(log (+ 1 x)) |
(/ (log (+ 1 (neg x))) (log (+ 1 x))) |
(log (+ 1 (neg x))) |
(neg x) |
(/ (log (+ 1 (- 0 x))) (* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))))) |
(log (+ 1 (- 0 x))) |
(- 0 x) |
(* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))))) |
(/ (* x (+ -1 (* x (+ -1/2 (* x (+ (* x -1/4) -1/3)))))) (log (+ 1 x))) |
(* x (+ -1 (* x (+ -1/2 (* x (+ (* x -1/4) -1/3)))))) |
(+ -1 (* x (+ -1/2 (* x (+ (* x -1/4) -1/3))))) |
(* x (+ -1/2 (* x (+ (* x -1/4) -1/3)))) |
(* x (+ 1/3 (* x -1/4))) |
(* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))) |
(+ 1/3 (* x -1/4)) |
(* x (+ (* x -1/4) -1/3)) |
(+ (* x -1/4) -1/3) |
| Outputs |
|---|
(log.f64 (+.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 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 (+.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 x)) (log1p.f64 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 (*.f64 x x)))) (log1p.f64 (*.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 (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 (-.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) |
(exp.f64 (*.f64 (log.f64 (/.f64 (log1p.f64 x) (log1p.f64 x))) #s(literal -1 binary64))) |
(-.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)))) |
(-.f64 (/.f64 (log1p.f64 (*.f64 x x)) (log1p.f64 x)) (/.f64 (log1p.f64 x) (log1p.f64 x))) |
(-.f64 (/.f64 (log1p.f64 (*.f64 x (*.f64 x x))) (log1p.f64 x)) (/.f64 (log1p.f64 (*.f64 x (-.f64 x #s(literal 1 binary64)))) (log1p.f64 x))) |
(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 x)) (-.f64 #s(literal 0 binary64) (log1p.f64 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 (+.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 x)) (log1p.f64 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 (*.f64 x x)))) (log1p.f64 (*.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 (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 (-.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) |
x |
(+.f64 x #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) x) |
(-.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 x (/.f64 x x)) |
(*.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)) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 x x)) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (*.f64 x x) #s(literal 1 binary64))) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 (*.f64 x x) (*.f64 x x))) |
(*.f64 (/.f64 x #s(literal 1 binary64)) (/.f64 (*.f64 x x) (*.f64 x x))) |
(*.f64 (/.f64 x #s(literal 1 binary64)) (/.f64 x x)) |
(*.f64 (/.f64 x x) x) |
(*.f64 (/.f64 x x) (/.f64 x #s(literal 1 binary64))) |
(*.f64 (/.f64 (*.f64 x x) #s(literal -1 binary64)) (/.f64 x (*.f64 x x))) |
(*.f64 (/.f64 (*.f64 x x) #s(literal 1 binary64)) (/.f64 x (*.f64 x x))) |
(*.f64 (/.f64 (pow.f64 x #s(literal 3/2 binary64)) #s(literal 1 binary64)) (/.f64 (pow.f64 x #s(literal 3/2 binary64)) (*.f64 x x))) |
(*.f64 (/.f64 (pow.f64 x #s(literal 3/2 binary64)) x) (/.f64 (pow.f64 x #s(literal 3/2 binary64)) x)) |
(*.f64 (/.f64 (pow.f64 x #s(literal 3/2 binary64)) #s(literal -1 binary64)) (/.f64 (pow.f64 x #s(literal 3/2 binary64)) (*.f64 x 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))) |
(-.f64 (/.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 (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 (*.f64 x 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 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 (*.f64 x (*.f64 x 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 (*.f64 x (-.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)))))))))) |
(neg.f64 (/.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 #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 (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 #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 (-.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 (*.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 (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) (+.f64 #s(literal 1 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 (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 (log1p.f64 x) (/.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 0 binary64) (log1p.f64 x)) (/.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 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 #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))))))))) (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) (/.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))))))))) |
(*.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 #s(literal 1 binary64) x) (/.f64 (log1p.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 (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)))))))) (/.f64 #s(literal 1 binary64) x)) |
(*.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 (+.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 (*.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 (+.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 (/.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 (log1p.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 (+.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 (/.f64 #s(literal 1 binary64) x) (/.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 (log1p.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 (+.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 (/.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 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))))))) |
(log.f64 (+.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 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 (+.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 x)) (log1p.f64 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 (*.f64 x x)))) (log1p.f64 (*.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 (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 (-.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) |
x |
(+.f64 x #s(literal 0 binary64)) |
(+.f64 #s(literal 0 binary64) x) |
(-.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 x (/.f64 x x)) |
(*.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)) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (*.f64 x x)) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 (*.f64 x x) #s(literal 1 binary64))) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 (*.f64 x x) (*.f64 x x))) |
(*.f64 (/.f64 x #s(literal 1 binary64)) (/.f64 (*.f64 x x) (*.f64 x x))) |
(*.f64 (/.f64 x #s(literal 1 binary64)) (/.f64 x x)) |
(*.f64 (/.f64 x x) x) |
(*.f64 (/.f64 x x) (/.f64 x #s(literal 1 binary64))) |
(*.f64 (/.f64 (*.f64 x x) #s(literal -1 binary64)) (/.f64 x (*.f64 x x))) |
(*.f64 (/.f64 (*.f64 x x) #s(literal 1 binary64)) (/.f64 x (*.f64 x x))) |
(*.f64 (/.f64 (pow.f64 x #s(literal 3/2 binary64)) #s(literal 1 binary64)) (/.f64 (pow.f64 x #s(literal 3/2 binary64)) (*.f64 x x))) |
(*.f64 (/.f64 (pow.f64 x #s(literal 3/2 binary64)) x) (/.f64 (pow.f64 x #s(literal 3/2 binary64)) x)) |
(*.f64 (/.f64 (pow.f64 x #s(literal 3/2 binary64)) #s(literal -1 binary64)) (/.f64 (pow.f64 x #s(literal 3/2 binary64)) (*.f64 x x))) |
(+.f64 x (*.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 (neg.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 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 (+.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 (*.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 (+.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 (*.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 (+.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 (*.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 (+.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 (*.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) |
(-.f64 x (*.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) (*.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 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 (*.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 (+.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 #s(literal 1 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 #s(literal 1 binary64) x (*.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))) |
(fma.f64 #s(literal 1 binary64) x (neg.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 x)))) |
(fma.f64 x #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 x))) |
(fma.f64 x #s(literal 1 binary64) (neg.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 x)))) |
(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 x #s(literal -1 binary64) (neg.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 x)))) |
(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 #s(literal -1 binary64) x (neg.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 x)))) |
(fma.f64 (*.f64 x (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x)) (neg.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 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))))) x) |
(fma.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) x) (neg.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 x)))) |
(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 (+.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 (*.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 (+.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 (*.f64 x x) (-.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 x)) (*.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 (+.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 (-.f64 (*.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 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 x 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 (*.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 (+.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 (*.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 (+.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 (*.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 (+.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) (+.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 (+.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) (+.f64 #s(literal 1 binary64) (*.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 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 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 x x)))))) (neg.f64 (+.f64 (*.f64 x x) (-.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 x)) (*.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 (+.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 (neg.f64 (-.f64 (*.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 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 x 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 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 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.f64 x 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 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 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) (*.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 (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 (+.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)) (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 (+.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)) (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) |
(exp.f64 (*.f64 (log.f64 (/.f64 (/.f64 (log1p.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)))))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (log1p.f64 x)) (*.f64 x (/.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)))))) (log1p.f64 x)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (log1p.f64 x)) (/.f64 (-.f64 x (*.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))) (log1p.f64 x))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (log1p.f64 x))) (*.f64 x (/.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)))))) (log1p.f64 x)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 binary64) (log1p.f64 x))) (/.f64 (-.f64 x (*.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))) (-.f64 #s(literal 0 binary64) (log1p.f64 x)))) |
(neg.f64 (*.f64 x (/.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)))))) (log1p.f64 x)))) |
(/.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 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (/.f64 (log1p.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))))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (/.f64 (log1p.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) (neg.f64 (/.f64 (/.f64 (log1p.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) (neg.f64 (/.f64 (/.f64 (/.f64 (log1p.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))))))) #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))))))) (log1p.f64 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 #s(literal 0 binary64) (log1p.f64 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))))))) (neg.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 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))))))) (neg.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (log1p.f64 x))))) |
(/.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)) (log1p.f64 x)) |
(/.f64 (neg.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))) (-.f64 #s(literal 0 binary64) (log1p.f64 x))) |
(pow.f64 (/.f64 (/.f64 (log1p.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))))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (/.f64 (log1p.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))))))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 x (/.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)))))) (log1p.f64 x)))) |
(*.f64 x (/.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)))))) (log1p.f64 x))) |
(*.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 (log1p.f64 x))) |
(*.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 #s(literal 1 binary64) (log1p.f64 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 #s(literal 1 binary64) (log1p.f64 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 #s(literal 1 binary64) (-.f64 #s(literal 0 binary64) (log1p.f64 x)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (log1p.f64 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) (log1p.f64 x)) (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 (*.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 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)))))) (log1p.f64 x)) x) |
(*.f64 (/.f64 x #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)))))) (log1p.f64 x))) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 (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))))))) (log1p.f64 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 x (log1p.f64 x))) |
(*.f64 (/.f64 (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))))))) #s(literal -1 binary64)) (/.f64 x (log1p.f64 x))) |
(+.f64 x (*.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))) |
(+.f64 x (neg.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 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 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)))) (*.f64 x 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 #s(literal 0 binary64) (-.f64 x (*.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)))) |
(-.f64 (/.f64 (*.f64 x x) (-.f64 x (*.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)))) (/.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 x)) (*.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))) (-.f64 x (*.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))))) |
(fma.f64 #s(literal 1 binary64) x (*.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))) |
(fma.f64 x #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 x))) |
(fma.f64 x #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 x))) |
(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 (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)))) (*.f64 x x))) |
(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 (*.f64 x x)) (/.f64 #s(literal 1 binary64) (*.f64 x x)) (*.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))) |
(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) |
(fma.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) x) (*.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))) |
(neg.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 (*.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)) (*.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 x)) (*.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))))) (+.f64 (*.f64 x x) (-.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 x)) (*.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))) (*.f64 x (*.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)))))) |
(/.f64 (-.f64 (*.f64 x x) (*.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 x)) (*.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)))) (-.f64 x (*.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)))) |
(/.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 x (*.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 #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 x (*.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 #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 x (*.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 #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 x (*.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 #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))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 x (*.f64 x x)) (*.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 x)) (*.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 x)) (*.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)))))) (neg.f64 (+.f64 (*.f64 x x) (-.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 x)) (*.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))) (*.f64 x (*.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))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x x) (*.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 x)) (*.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))))) (neg.f64 (-.f64 x (*.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))))) |
(/.f64 (neg.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 x (*.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 #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 x (+.f64 #s(literal 1 binary64) (*.f64 x (*.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 #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 (neg.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 x (*.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 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64))))))))) x)) (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 (+.f64 #s(literal 1 binary64) (*.f64 x (*.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 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)))))))) x)) (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 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 (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 #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 (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))))))) 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 (neg.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 x #s(literal -1/2 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)) #s(literal -1 binary64))) |
(+.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.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 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 (+.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 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x))) |
(-.f64 (/.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 (*.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 #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 (*.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 x (*.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 #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))))) #s(literal -1 binary64)))) |
(fma.f64 x #s(literal -1/2 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)) #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 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)) #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)) |
(/.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 x (*.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 #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 x (*.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 #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 (*.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 x (*.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 #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 (+.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 (+.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 x (*.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 #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 x (*.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 #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 #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 binary64) (*.f64 x (*.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 #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 x (*.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 #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 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 #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)))))))))) (neg.f64 (+.f64 (*.f64 x (*.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 #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 x (*.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 #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 #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 x (*.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 #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 x (*.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 #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))) |
(/.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 (+.f64 #s(literal -1 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 #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 (+.f64 #s(literal -1 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 (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 x (*.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 #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 (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 x (*.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 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64))))))))))) (neg.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 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 (neg.f64 (+.f64 #s(literal 1 binary64) (*.f64 x (*.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 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)))))))))) (neg.f64 (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 (neg.f64 (-.f64 (*.f64 x (*.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 #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 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 x (*.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 #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 x (*.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 #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 x (*.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 #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 x (*.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 #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)))))))) |
(+.f64 (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)) (*.f64 x #s(literal -1/2 binary64))) |
(+.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x))) |
(+.f64 (*.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 #s(literal -1 binary64) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)))) |
(+.f64 (*.f64 (*.f64 x #s(literal -1/2 binary64)) #s(literal -1 binary64)) (*.f64 (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)) #s(literal -1 binary64))) |
(-.f64 (/.f64 (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 x #s(literal -1/2 binary64))) (-.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)))) (/.f64 (*.f64 (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x))) (-.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x))))) |
(fma.f64 x #s(literal -1/2 binary64) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x))) |
(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 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x))) |
(fma.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64)) (*.f64 #s(literal -1 binary64) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)))) |
(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 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)) #s(literal -1 binary64))) |
(neg.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 (*.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64))) (*.f64 x (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 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 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x))) (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #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 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)))) (-.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)))) |
(/.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 x (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.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 x (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.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 x (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.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 x (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 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 (neg.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64))) (*.f64 x (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 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 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x))) (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 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 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x))))) (neg.f64 (-.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x))))) |
(/.f64 (neg.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 x (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.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 x (-.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.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 (neg.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 x (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64))))))) x)) (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 (-.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)))))) x)) (neg.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 #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 (*.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))) |
(-.f64 (/.f64 (*.f64 (*.f64 x #s(literal 1/3 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))))) (/.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)))))) |
(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 #s(literal -1/64 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.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 (*.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 (*.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 (*.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 (*.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)))))) |
(+.f64 (*.f64 #s(literal 1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 #s(literal 1 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)) #s(literal 1 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 (*.f64 (*.f64 x #s(literal -1/2 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))))))) (/.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)))))))) |
(fma.f64 #s(literal 1 binary64) (*.f64 x #s(literal -1/2 binary64)) (*.f64 #s(literal 1 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))) |
(fma.f64 (*.f64 x #s(literal -1/2 binary64)) #s(literal 1 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 (*.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.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 (*.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 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 x (*.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 (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) (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 #s(literal 1 binary64) (*.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/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/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/2 binary64) (*.f64 x (+.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 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))))) |
(-.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64))) (/.f64 #s(literal 1/9 binary64) (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)))) |
(-.f64 (/.f64 (*.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 x #s(literal 1/12 binary64))))) (/.f64 #s(literal -1/27 binary64) (+.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) (+.f64 #s(literal 1/9 binary64) (*.f64 x #s(literal 1/12 binary64)))))) |
(-.f64 (/.f64 #s(literal 1/27 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 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))))) |
(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/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 x #s(literal 1/12 binary64))))) |
(/.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 (+.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 (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 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/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 x #s(literal 1/12 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 #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 #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 #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))))) |
(+.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))) |
(-.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x #s(literal -1/4 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)))) (/.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 #s(literal -1/3 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 #s(literal -1/64 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/27 binary64))) (+.f64 (*.f64 (*.f64 x (*.f64 x #s(literal -1/4 binary64))) (*.f64 x (*.f64 x #s(literal -1/4 binary64)))) (-.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 #s(literal -1/3 binary64)))))) |
(/.f64 (-.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 #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 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64)) #s(literal -1/27 binary64))) (+.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) (-.f64 #s(literal 1/9 binary64) (*.f64 x #s(literal 1/12 binary64))))) |
(/.f64 (*.f64 x (+.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 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64)) #s(literal -1/27 binary64)) x) (+.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) (-.f64 #s(literal 1/9 binary64) (*.f64 x #s(literal 1/12 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) #s(literal -1/9 binary64)) x) (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal -1/64 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/27 binary64)))) (neg.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x #s(literal -1/4 binary64))) (*.f64 x (*.f64 x #s(literal -1/4 binary64)))) (-.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 #s(literal -1/3 binary64))))))) |
(/.f64 (neg.f64 (-.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 #s(literal -1/3 binary64))))) (neg.f64 (-.f64 (*.f64 x (*.f64 x #s(literal -1/4 binary64))) (*.f64 x #s(literal -1/3 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 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) (-.f64 #s(literal 1/9 binary64) (*.f64 x #s(literal 1/12 binary64)))))) |
(/.f64 (neg.f64 (*.f64 x (+.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))))) |
(/.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 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) (-.f64 #s(literal 1/9 binary64) (*.f64 x #s(literal 1/12 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) #s(literal -1/9 binary64)) x)) (neg.f64 (+.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 (+.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64)))) (/.f64 (+.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) #s(literal -1/9 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 x (-.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x x) #s(literal 1/16 binary64)))) (/.f64 (+.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) #s(literal -1/9 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) |
(*.f64 (/.f64 (+.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) #s(literal -1/9 binary64)) (+.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64)))) (/.f64 x (/.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 (+.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) #s(literal -1/9 binary64)) (-.f64 #s(literal 1/9 binary64) (*.f64 (*.f64 x x) #s(literal 1/16 binary64)))) (/.f64 x (/.f64 #s(literal 1 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 #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 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) (/.f64 #s(literal 1/9 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 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) (-.f64 #s(literal 1/9 binary64) (*.f64 x #s(literal 1/12 binary64)))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64)) #s(literal -1/27 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))) (+.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) #s(literal -1/9 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) (-.f64 #s(literal 1/9 binary64) (*.f64 x #s(literal 1/12 binary64)))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64)) #s(literal -1/27 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))) (+.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) #s(literal -1/9 binary64))))) |
(/.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64)) #s(literal -1/27 binary64)) (+.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) (-.f64 #s(literal 1/9 binary64) (*.f64 x #s(literal 1/12 binary64))))) |
(/.f64 (+.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 (*.f64 x x) #s(literal 1/16 binary64)) (*.f64 x #s(literal 1/12 binary64))))) |
(/.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 (+.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 (neg.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64)) #s(literal -1/27 binary64))) (neg.f64 (+.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) (-.f64 #s(literal 1/9 binary64) (*.f64 x #s(literal 1/12 binary64)))))) |
(/.f64 (neg.f64 (+.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 (*.f64 x x) #s(literal 1/16 binary64)) (*.f64 x #s(literal 1/12 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))))) |
(/.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 (*.f64 x x) #s(literal 1/16 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))) #s(literal 1/9 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 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64)) #s(literal -1/27 binary64)))) (neg.f64 (neg.f64 (+.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) (-.f64 #s(literal 1/9 binary64) (*.f64 x #s(literal 1/12 binary64))))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) #s(literal -1/9 binary64)))) (neg.f64 (neg.f64 (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) |
(pow.f64 (/.f64 (+.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) (-.f64 #s(literal 1/9 binary64) (*.f64 x #s(literal 1/12 binary64)))) (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64)) #s(literal -1/27 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))) (+.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) #s(literal -1/9 binary64))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64)) #s(literal -1/27 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) (-.f64 #s(literal 1/9 binary64) (*.f64 x #s(literal 1/12 binary64)))))) |
(*.f64 (+.f64 (*.f64 (*.f64 x x) #s(literal 1/16 binary64)) #s(literal -1/9 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))) |
| 1× | egg-herbie |
| 4022× | *-lowering-*.f32 |
| 4022× | *-lowering-*.f64 |
| 3136× | +-lowering-+.f64 |
| 3136× | +-lowering-+.f32 |
| 2366× | /-lowering-/.f32 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 469 | 3225 |
| 1 | 1644 | 2814 |
| 2 | 6098 | 2758 |
| 0 | 8125 | 2758 |
| 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) |
(- (* 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)) |
(* -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/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 |
(- (* -1 x) 1) |
(- (* x (- (* -1/2 x) 1)) 1) |
(- (* x (- (* x (- (* -5/12 x) 1/2)) 1)) 1) |
(* 1/4 (/ (pow x 4) (log (/ 1 x)))) |
(* (pow x 4) (+ (/ 1/4 (* x (pow (log (/ 1 x)) 2))) (+ (/ 1/3 (* x (log (/ 1 x)))) (* 1/4 (/ 1 (log (/ 1 x))))))) |
(* (pow x 4) (- (+ (/ 1/4 (* x (pow (log (/ 1 x)) 2))) (+ (/ 1/3 (* x (log (/ 1 x)))) (+ (* 1/4 (/ 1 (log (/ 1 x)))) (* 1/2 (/ 1 (* (pow x 2) (log (/ 1 x)))))))) (+ (* -1 (/ (+ (* 1/3 (/ 1 (log (/ 1 x)))) (* 1/4 (/ 1 (pow (log (/ 1 x)) 2)))) (* (pow x 2) (log (/ 1 x))))) (* 1/8 (/ 1 (* (pow x 2) (pow (log (/ 1 x)) 2))))))) |
(* (pow x 4) (- (+ (/ 1/12 (* (pow x 3) (pow (log (/ 1 x)) 2))) (+ (/ 1/4 (* x (pow (log (/ 1 x)) 2))) (+ (/ 1/3 (* x (log (/ 1 x)))) (+ (* 1/4 (/ 1 (log (/ 1 x)))) (+ (* 1/2 (/ 1 (* (pow x 2) (log (/ 1 x))))) (/ 1 (* (pow x 3) (log (/ 1 x))))))))) (+ (* -1 (/ (+ (* 1/3 (/ 1 (log (/ 1 x)))) (* 1/4 (/ 1 (pow (log (/ 1 x)) 2)))) (* (pow x 2) (log (/ 1 x))))) (+ (* -1 (/ (- (* 1/2 (/ 1 (log (/ 1 x)))) (+ (* -1 (/ (+ (* 1/3 (/ 1 (log (/ 1 x)))) (* 1/4 (/ 1 (pow (log (/ 1 x)) 2)))) (log (/ 1 x)))) (* 1/8 (/ 1 (pow (log (/ 1 x)) 2))))) (* (pow x 3) (log (/ 1 x))))) (+ (* 1/2 (/ (+ (* 1/3 (/ 1 (log (/ 1 x)))) (* 1/4 (/ 1 (pow (log (/ 1 x)) 2)))) (* (pow x 3) (log (/ 1 x))))) (* 1/8 (/ 1 (* (pow x 2) (pow (log (/ 1 x)) 2))))))))) |
(* -1/4 (/ (pow x 4) (+ (log -1) (* -1 (log (/ -1 x)))))) |
(* (pow x 4) (- (/ 1/4 (* x (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (+ (/ 1/3 (* x (+ (log -1) (* -1 (log (/ -1 x)))))) (* 1/4 (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))))))) |
(* (pow x 4) (- (* -1 (/ (- (+ (* -1 (- (* 1/4 (/ 1 (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (* 1/3 (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))))) (+ (/ 1/8 (* x (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (/ 1/2 (* x (+ (log -1) (* -1 (log (/ -1 x)))))))) (* -1 (/ (- (* 1/4 (/ 1 (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (* 1/3 (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))))) (* x (+ (log -1) (* -1 (log (/ -1 x)))))))) x)) (* 1/4 (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))))) |
(* (pow x 4) (- (* -1 (/ (+ (* -1 (- (* 1/4 (/ 1 (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (* 1/3 (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))))) (* -1 (/ (- (+ (* -1 (- (+ (* 1/8 (/ 1 (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (* 1/2 (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))))) (* -1 (/ (- (* 1/4 (/ 1 (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (* 1/3 (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))))) (+ (log -1) (* -1 (log (/ -1 x)))))))) (/ 1/12 (* x (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2)))) (+ (* -1 (/ (- (+ (* 1/8 (/ 1 (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (* 1/2 (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))))) (* -1 (/ (- (* 1/4 (/ 1 (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (* 1/3 (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))))) (+ (log -1) (* -1 (log (/ -1 x))))))) (* x (+ (log -1) (* -1 (log (/ -1 x))))))) (+ (* -1/2 (/ (- (* 1/4 (/ 1 (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (* 1/3 (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))))) (* x (+ (log -1) (* -1 (log (/ -1 x))))))) (/ 1 (* x (+ (log -1) (* -1 (log (/ -1 x))))))))) x))) x)) (* 1/4 (/ 1 (+ (log -1) (* -1 (log (/ -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)) |
(* -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)))))) |
(* 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/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/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))))) |
-1/3 |
(- (* -1/4 x) 1/3) |
(- (* -1/4 x) 1/3) |
(- (* -1/4 x) 1/3) |
(* -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/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 |
|---|
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 (+.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 (/.f64 #s(literal 1 binary64) x) (-.f64 (log.f64 #s(literal -1 binary64)) (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 (/.f64 #s(literal -1/3 binary64) x) #s(literal 1/2 binary64)) x)) x)) |
-1 |
#s(literal -1 binary64) |
(- (* -1 x) 1) |
(+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 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 #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 x) (log.f64 #s(literal -1 binary64))) (log.f64 x)) (-.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (log.f64 x))))) (/.f64 (/.f64 #s(literal 2 binary64) x) (log.f64 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 #s(literal -1/2 binary64) (+.f64 (log.f64 x) (log.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 x 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 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 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (log.f64 x))))) (/.f64 (/.f64 #s(literal 2 binary64) x) (log.f64 x))) (-.f64 (/.f64 (+.f64 (log.f64 x) (log.f64 #s(literal -1 binary64))) (log.f64 x)) (/.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 x (*.f64 x x))) (log.f64 x)))) (+.f64 (+.f64 (+.f64 (+.f64 (/.f64 (*.f64 #s(literal -1/2 binary64) (+.f64 (log.f64 x) (log.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 x x) (pow.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) #s(literal 2 binary64)))) (/.f64 (*.f64 #s(literal 1/3 binary64) (+.f64 (log.f64 x) (log.f64 #s(literal -1 binary64)))) (*.f64 (*.f64 x (*.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)) 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 (+.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (log.f64 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 #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 x (*.f64 x x))) (log.f64 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 (log.f64 (/.f64 #s(literal -1 binary64) x)) (neg.f64 (-.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 (log.f64 (/.f64 #s(literal -1 binary64) x)) (neg.f64 (-.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 (log.f64 (/.f64 #s(literal -1 binary64) x)) (neg.f64 (-.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/2 binary64) (log.f64 (/.f64 #s(literal -1 binary64) x))) 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) (-.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 (-.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 (log.f64 (/.f64 #s(literal -1 binary64) x)) (neg.f64 (-.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 (-.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 (*.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 #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)) (/.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 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 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 (+.f64 (log.f64 x) (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 #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)) |
(neg.f64 (+.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/2 binary64) x) (/.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) |
-1 |
#s(literal -1 binary64) |
(- (* -1 x) 1) |
(+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 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))))))) |
(* -4 (/ (+ (log -1) (* -1 (log (/ 1 x)))) (pow x 4))) |
(*.f64 (+.f64 (log.f64 x) (log.f64 #s(literal -1 binary64))) (/.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 (+.f64 (log.f64 x) (log.f64 #s(literal -1 binary64))) #s(literal -4 binary64)) (/.f64 (+.f64 #s(literal 4 binary64) (*.f64 (+.f64 (log.f64 x) (log.f64 #s(literal -1 binary64))) #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 (log.f64 x) (log.f64 #s(literal -1 binary64))) #s(literal -4 binary64)) (+.f64 (/.f64 #s(literal 4 binary64) x) (/.f64 #s(literal 2 binary64) (*.f64 x x)))) (+.f64 (/.f64 (*.f64 (+.f64 (log.f64 x) (log.f64 #s(literal -1 binary64))) #s(literal 16/3 binary64)) x) (+.f64 (/.f64 (*.f64 (+.f64 (log.f64 x) (log.f64 #s(literal -1 binary64))) #s(literal -8 binary64)) (*.f64 x x)) (*.f64 (+.f64 #s(literal 4 binary64) (*.f64 (+.f64 (log.f64 x) (log.f64 #s(literal -1 binary64))) #s(literal -16/3 binary64))) (/.f64 #s(literal -4/3 binary64) (*.f64 x x)))))) (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 (*.f64 (+.f64 (log.f64 x) (log.f64 #s(literal -1 binary64))) #s(literal -4 binary64)) (-.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 (+.f64 (log.f64 x) (log.f64 #s(literal -1 binary64))) #s(literal -8 binary64)) (*.f64 x x)))) (+.f64 (+.f64 (/.f64 (+.f64 #s(literal 8 binary64) (*.f64 #s(literal 2 binary64) (*.f64 (+.f64 (log.f64 x) (log.f64 #s(literal -1 binary64))) #s(literal -16/3 binary64)))) (*.f64 x (*.f64 x x))) (+.f64 (/.f64 (*.f64 (+.f64 (log.f64 x) (log.f64 #s(literal -1 binary64))) #s(literal 16/3 binary64)) x) (/.f64 (*.f64 (+.f64 (log.f64 x) (log.f64 #s(literal -1 binary64))) #s(literal 16 binary64)) (*.f64 x (*.f64 x x))))) (*.f64 #s(literal -4/3 binary64) (+.f64 (/.f64 (+.f64 (-.f64 #s(literal 2 binary64) (*.f64 (+.f64 (log.f64 x) (log.f64 #s(literal -1 binary64))) #s(literal -8 binary64))) (*.f64 #s(literal 4/3 binary64) (+.f64 #s(literal 4 binary64) (*.f64 (+.f64 (log.f64 x) (log.f64 #s(literal -1 binary64))) #s(literal -16/3 binary64))))) (*.f64 x (*.f64 x x))) (/.f64 (+.f64 #s(literal 4 binary64) (*.f64 (+.f64 (log.f64 x) (log.f64 #s(literal -1 binary64))) #s(literal -16/3 binary64))) (*.f64 x x)))))) (pow.f64 x #s(literal 4 binary64))) |
(* 4 (/ (log (/ -1 x)) (pow x 4))) |
(*.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) (/.f64 #s(literal 4 binary64) (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 (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)) (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 (log.f64 (/.f64 #s(literal -1 binary64) x)) #s(literal 4 binary64)) (/.f64 (-.f64 (+.f64 #s(literal -4 binary64) (neg.f64 (*.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) #s(literal 16/3 binary64)))) (/.f64 (+.f64 (+.f64 #s(literal 16/3 binary64) (*.f64 #s(literal 4/3 binary64) (*.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) #s(literal 16/3 binary64)))) (+.f64 #s(literal 2 binary64) (*.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) #s(literal -8 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))))) (* 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 #s(literal 1 binary64) (+.f64 #s(literal 4 binary64) (+.f64 (*.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) #s(literal 16/3 binary64)) (/.f64 (-.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 (/.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 4 binary64) (*.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) #s(literal 16/3 binary64))))))) (+.f64 (/.f64 (*.f64 #s(literal -4/3 binary64) (+.f64 (+.f64 #s(literal 16/3 binary64) (*.f64 #s(literal 4/3 binary64) (*.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) #s(literal 16/3 binary64)))) (+.f64 #s(literal 2 binary64) (*.f64 (log.f64 (/.f64 #s(literal -1 binary64) x)) #s(literal -8 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)) (pow.f64 x #s(literal 4 binary64))) |
(* -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 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 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 (+.f64 (log.f64 x) (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 #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)) |
(neg.f64 (+.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/2 binary64) x) (/.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/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 (/.f64 #s(literal -1 binary64) x) #s(literal 1/2 binary64)) x)) (-.f64 #s(literal 0 binary64) x)))) |
-1 |
#s(literal -1 binary64) |
(- (* -1 x) 1) |
(+.f64 #s(literal -1 binary64) (-.f64 #s(literal 0 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/4 (/ (pow x 4) (log (/ 1 x)))) |
(*.f64 #s(literal -1/4 binary64) (/.f64 (pow.f64 x #s(literal 4 binary64)) (log.f64 x))) |
(* (pow x 4) (+ (/ 1/4 (* x (pow (log (/ 1 x)) 2))) (+ (/ 1/3 (* x (log (/ 1 x)))) (* 1/4 (/ 1 (log (/ 1 x))))))) |
(*.f64 (pow.f64 x #s(literal 4 binary64)) (+.f64 (/.f64 (/.f64 #s(literal 1/4 binary64) x) (pow.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) #s(literal 2 binary64))) (-.f64 (/.f64 #s(literal 1/4 binary64) (-.f64 #s(literal 0 binary64) (log.f64 x))) (/.f64 (/.f64 #s(literal 1/3 binary64) x) (log.f64 x))))) |
(* (pow x 4) (- (+ (/ 1/4 (* x (pow (log (/ 1 x)) 2))) (+ (/ 1/3 (* x (log (/ 1 x)))) (+ (* 1/4 (/ 1 (log (/ 1 x)))) (* 1/2 (/ 1 (* (pow x 2) (log (/ 1 x)))))))) (+ (* -1 (/ (+ (* 1/3 (/ 1 (log (/ 1 x)))) (* 1/4 (/ 1 (pow (log (/ 1 x)) 2)))) (* (pow x 2) (log (/ 1 x))))) (* 1/8 (/ 1 (* (pow x 2) (pow (log (/ 1 x)) 2))))))) |
(*.f64 (pow.f64 x #s(literal 4 binary64)) (-.f64 (-.f64 (+.f64 (/.f64 (/.f64 #s(literal 1/4 binary64) x) (pow.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) #s(literal 2 binary64))) (+.f64 (/.f64 #s(literal 1/3 binary64) (*.f64 x (-.f64 #s(literal 0 binary64) (log.f64 x)))) (-.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (log.f64 x))))) (/.f64 #s(literal 1/4 binary64) (log.f64 x))))) (/.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) #s(literal 2 binary64))) (/.f64 #s(literal 1/3 binary64) (log.f64 x))) (log.f64 x)) (*.f64 x x))) (/.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (pow.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) #s(literal 2 binary64))))) |
(* (pow x 4) (- (+ (/ 1/12 (* (pow x 3) (pow (log (/ 1 x)) 2))) (+ (/ 1/4 (* x (pow (log (/ 1 x)) 2))) (+ (/ 1/3 (* x (log (/ 1 x)))) (+ (* 1/4 (/ 1 (log (/ 1 x)))) (+ (* 1/2 (/ 1 (* (pow x 2) (log (/ 1 x))))) (/ 1 (* (pow x 3) (log (/ 1 x))))))))) (+ (* -1 (/ (+ (* 1/3 (/ 1 (log (/ 1 x)))) (* 1/4 (/ 1 (pow (log (/ 1 x)) 2)))) (* (pow x 2) (log (/ 1 x))))) (+ (* -1 (/ (- (* 1/2 (/ 1 (log (/ 1 x)))) (+ (* -1 (/ (+ (* 1/3 (/ 1 (log (/ 1 x)))) (* 1/4 (/ 1 (pow (log (/ 1 x)) 2)))) (log (/ 1 x)))) (* 1/8 (/ 1 (pow (log (/ 1 x)) 2))))) (* (pow x 3) (log (/ 1 x))))) (+ (* 1/2 (/ (+ (* 1/3 (/ 1 (log (/ 1 x)))) (* 1/4 (/ 1 (pow (log (/ 1 x)) 2)))) (* (pow x 3) (log (/ 1 x))))) (* 1/8 (/ 1 (* (pow x 2) (pow (log (/ 1 x)) 2))))))))) |
(*.f64 (pow.f64 x #s(literal 4 binary64)) (+.f64 (/.f64 (/.f64 #s(literal 1/12 binary64) (*.f64 x (*.f64 x x))) (pow.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) #s(literal 2 binary64))) (-.f64 (+.f64 (/.f64 (/.f64 #s(literal 1/4 binary64) x) (pow.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) #s(literal 2 binary64))) (+.f64 (-.f64 (/.f64 #s(literal 1/4 binary64) (-.f64 #s(literal 0 binary64) (log.f64 x))) (/.f64 (/.f64 #s(literal 1/3 binary64) x) (log.f64 x))) (-.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x (*.f64 x (-.f64 #s(literal 0 binary64) (log.f64 x))))) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) (log.f64 x))))) (+.f64 (+.f64 (/.f64 (/.f64 #s(literal 1/8 binary64) (*.f64 x x)) (pow.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) #s(literal 2 binary64))) (/.f64 (*.f64 #s(literal -1/2 binary64) (/.f64 (-.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) #s(literal 2 binary64))) (/.f64 #s(literal 1/3 binary64) (log.f64 x))) (log.f64 x))) (*.f64 x (*.f64 x x)))) (+.f64 (/.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) #s(literal 2 binary64))) (/.f64 #s(literal 1/3 binary64) (log.f64 x))) (log.f64 x)) (*.f64 x x)) (/.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/2 binary64) (-.f64 #s(literal 0 binary64) (log.f64 x))) (+.f64 (/.f64 (-.f64 (/.f64 #s(literal 1/4 binary64) (pow.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) #s(literal 2 binary64))) (/.f64 #s(literal 1/3 binary64) (log.f64 x))) (log.f64 x)) (/.f64 #s(literal 1/8 binary64) (pow.f64 (-.f64 #s(literal 0 binary64) (log.f64 x)) #s(literal 2 binary64))))) (*.f64 x (*.f64 x x))) (log.f64 x))))))) |
(* -1/4 (/ (pow x 4) (+ (log -1) (* -1 (log (/ -1 x)))))) |
(/.f64 (*.f64 #s(literal -1/4 binary64) (pow.f64 x #s(literal 4 binary64))) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x)))) |
(* (pow x 4) (- (/ 1/4 (* x (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (+ (/ 1/3 (* x (+ (log -1) (* -1 (log (/ -1 x)))))) (* 1/4 (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))))))) |
(*.f64 (pow.f64 x #s(literal 4 binary64)) (+.f64 (/.f64 (+.f64 (/.f64 #s(literal 1/4 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 -1/3 binary64) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))))) x) (/.f64 #s(literal -1/4 binary64) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x)))))) |
(* (pow x 4) (- (* -1 (/ (- (+ (* -1 (- (* 1/4 (/ 1 (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (* 1/3 (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))))) (+ (/ 1/8 (* x (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (/ 1/2 (* x (+ (log -1) (* -1 (log (/ -1 x)))))))) (* -1 (/ (- (* 1/4 (/ 1 (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (* 1/3 (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))))) (* x (+ (log -1) (* -1 (log (/ -1 x)))))))) x)) (* 1/4 (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))))) |
(*.f64 (pow.f64 x #s(literal 4 binary64)) (+.f64 (/.f64 (+.f64 (-.f64 (+.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 #s(literal 1/8 binary64) (*.f64 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/4 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 -1/3 binary64) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x)))))) (/.f64 (-.f64 (/.f64 #s(literal 1/4 binary64) (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/3 binary64) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 2 binary64)))) x)) (-.f64 #s(literal 0 binary64) x)) (/.f64 #s(literal -1/4 binary64) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x)))))) |
(* (pow x 4) (- (* -1 (/ (+ (* -1 (- (* 1/4 (/ 1 (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (* 1/3 (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))))) (* -1 (/ (- (+ (* -1 (- (+ (* 1/8 (/ 1 (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (* 1/2 (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))))) (* -1 (/ (- (* 1/4 (/ 1 (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (* 1/3 (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))))) (+ (log -1) (* -1 (log (/ -1 x)))))))) (/ 1/12 (* x (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2)))) (+ (* -1 (/ (- (+ (* 1/8 (/ 1 (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (* 1/2 (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))))) (* -1 (/ (- (* 1/4 (/ 1 (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (* 1/3 (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))))) (+ (log -1) (* -1 (log (/ -1 x))))))) (* x (+ (log -1) (* -1 (log (/ -1 x))))))) (+ (* -1/2 (/ (- (* 1/4 (/ 1 (pow (+ (log -1) (* -1 (log (/ -1 x)))) 2))) (* 1/3 (/ 1 (+ (log -1) (* -1 (log (/ -1 x))))))) (* x (+ (log -1) (* -1 (log (/ -1 x))))))) (/ 1 (* x (+ (log -1) (* -1 (log (/ -1 x))))))))) x))) x)) (* 1/4 (/ 1 (+ (log -1) (* -1 (log (/ -1 x)))))))) |
(*.f64 (pow.f64 x #s(literal 4 binary64)) (+.f64 (/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (+.f64 (/.f64 #s(literal 1/4 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 -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/12 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) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x)))) (+.f64 (/.f64 #s(literal 1/8 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/4 binary64) (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/3 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 (-.f64 (/.f64 #s(literal 1/4 binary64) (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/3 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 -1/2 binary64) x)) (/.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/2 binary64) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x)))) (+.f64 (/.f64 #s(literal 1/8 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/4 binary64) (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/3 binary64) (pow.f64 (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))) #s(literal 2 binary64)))))) (*.f64 x (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 binary64) x))))))) x))) x) (/.f64 #s(literal -1/4 binary64) (-.f64 (log.f64 #s(literal -1 binary64)) (log.f64 (/.f64 #s(literal -1 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))))))) |
(* -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 #s(literal 1 binary64) (*.f64 x x)))) (-.f64 #s(literal 0 binary64) 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 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) (+.f64 (/.f64 #s(literal 1/3 binary64) x) #s(literal 1/4 binary64))) (*.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x)))) |
(* -1 (* (pow x 3) (+ 1/4 (* -1 (/ (- (* -1 (/ (+ 1/2 (/ 1 x)) x)) 1/3) 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 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 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) (+.f64 (/.f64 #s(literal 1/3 binary64) x) #s(literal 1/4 binary64))) (*.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x)))) |
(* -1 (* (pow x 3) (+ 1/4 (+ (/ 1/2 (pow x 2)) (* 1/3 (/ 1 x)))))) |
(*.f64 (+.f64 (/.f64 #s(literal 1/2 binary64) (*.f64 x x)) (+.f64 (/.f64 #s(literal 1/3 binary64) x) #s(literal 1/4 binary64))) (*.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x)))) |
(* 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/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 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))))) |
(* x (- (* x (+ 1/3 (* -1/4 x))) 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 x (*.f64 #s(literal -1/4 binary64) (*.f64 x x))) |
(* (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 (*.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/3 (/ 1 x)) (+ 1/4 (/ 1/2 (pow x 2))))) |
(*.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 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)) (neg.f64 (+.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 (*.f64 x (*.f64 x x)) (*.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 (+.f64 #s(literal 1/3 binary64) (/.f64 #s(literal -1/2 binary64) x)) x)) #s(literal -1 binary64))) |
(* -1 (* (pow x 3) (+ 1/4 (* -1 (/ (- 1/3 (* 1/2 (/ 1 x))) x))))) |
(*.f64 (*.f64 x (*.f64 x x)) (*.f64 (-.f64 #s(literal 1/4 binary64) (/.f64 (+.f64 #s(literal 1/3 binary64) (/.f64 #s(literal -1/2 binary64) x)) x)) #s(literal -1 binary64))) |
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))) |
-1/3 |
#s(literal -1/3 binary64) |
(- (* -1/4 x) 1/3) |
(+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) |
(- (* -1/4 x) 1/3) |
(+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) |
(- (* -1/4 x) 1/3) |
(+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) |
(* -1/4 x) |
(*.f64 x #s(literal -1/4 binary64)) |
(* -1 (* x (+ 1/4 (* 1/3 (/ 1 x))))) |
(*.f64 x (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal -1/3 binary64) x))) |
(* -1 (* x (+ 1/4 (* 1/3 (/ 1 x))))) |
(*.f64 x (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal -1/3 binary64) x))) |
(* -1 (* x (+ 1/4 (* 1/3 (/ 1 x))))) |
(*.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 x (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal -1/3 binary64) x))) |
(* -1 (* x (+ 1/4 (* 1/3 (/ 1 x))))) |
(*.f64 x (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal -1/3 binary64) x))) |
(* -1 (* x (+ 1/4 (* 1/3 (/ 1 x))))) |
(*.f64 x (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal -1/3 binary64) x))) |
Compiled 20167 to 2547 computations (87.4% saved)
7 alts after pruning (1 fresh and 6 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 748 | 1 | 749 |
| Fresh | 0 | 0 | 0 |
| Picked | 2 | 1 | 3 |
| Done | 0 | 5 | 5 |
| Total | 750 | 7 | 757 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 99.8% | (/.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 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)) |
| ✓ | 3.3% | (/.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) (log.f64 (+.f64 #s(literal 1 binary64) x))) |
| ✓ | 99.1% | (-.f64 #s(literal -1 binary64) x) |
| ✓ | 99.7% | (+.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.5% | (+.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 79 to 55 computations (30.4% saved)
| 1× | egg-herbie |
Found 4 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64))))) |
| ✓ | cost-diff | 0 | (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #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 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #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 (+.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))))))))) |
| 2254× | *-lowering-*.f32 |
| 2254× | *-lowering-*.f64 |
| 1944× | sum5-define |
| 1404× | /-lowering-/.f32 |
| 1404× | /-lowering-/.f64 |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 21 | 154 |
| 1 | 76 | 129 |
| 2 | 261 | 126 |
| 3 | 716 | 125 |
| 4 | 1928 | 125 |
| 5 | 4455 | 125 |
| 6 | 7614 | 125 |
| 0 | 8512 | 125 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (* x (+ -1 (* x (+ -1/2 (* x (+ (* x -1/4) -1/3)))))) (* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))))) |
(* x (+ -1 (* x (+ -1/2 (* x (+ (* x -1/4) -1/3)))))) |
x |
(+ -1 (* x (+ -1/2 (* x (+ (* x -1/4) -1/3))))) |
-1 |
(* x (+ -1/2 (* x (+ (* x -1/4) -1/3)))) |
(+ -1/2 (* x (+ (* x -1/4) -1/3))) |
-1/2 |
(* x (+ (* x -1/4) -1/3)) |
(+ (* x -1/4) -1/3) |
(* x -1/4) |
-1/4 |
-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 |
| Outputs |
|---|
(/ (* x (+ -1 (* x (+ -1/2 (* x (+ (* x -1/4) -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 (+.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))))))) |
(* x (+ -1 (* x (+ -1/2 (* x (+ (* x -1/4) -1/3)))))) |
(*.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))))))) |
x |
(+ -1 (* x (+ -1/2 (* x (+ (* x -1/4) -1/3))))) |
(+.f64 #s(literal -1 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 (+ (* x -1/4) -1/3)))) |
(*.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 (+ (* x -1/4) -1/3))) |
(+.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 (+ (* x -1/4) -1/3)) |
(*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64))) |
(+ (* x -1/4) -1/3) |
(+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) |
(* x -1/4) |
(*.f64 x #s(literal -1/4 binary64)) |
-1/4 |
#s(literal -1/4 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 (*.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) |
Found 4 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | 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 | 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 | 99.5% | (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64))) |
| ✓ | accuracy | 99.5% | (*.f64 x (+.f64 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64)))) |
| 69.0ms | 255× | 0 | valid |
| 1.0ms | 1× | 2 | valid |
Compiled 163 to 22 computations (86.5% saved)
ival-mult: 13.0ms (42.7% of total)...c/correct-round.rkt:119:19: 8.0ms (26.3% of total)ival-add: 8.0ms (26.3% of total)ival-div: 2.0ms (6.6% of total)const: 1.0ms (3.3% of total)backward-pass: 0.0ms (0% of total)| Inputs |
|---|
#<alt (/ (* x (+ -1 (* x (+ -1/2 (* x (+ (* x -1/4) -1/3)))))) (* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))))))> |
#<alt (* x (+ -1 (* x (+ -1/2 (* x (+ (* x -1/4) -1/3))))))> |
#<alt (+ -1 (* x (+ -1/2 (* x (+ (* x -1/4) -1/3)))))> |
#<alt (* x (+ -1/2 (* x (+ (* x -1/4) -1/3))))> |
#<alt (* x (+ 1/3 (* x -1/4)))> |
#<alt (* x (+ (* x -1/4) -1/3))> |
#<alt (* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))))> |
#<alt (* 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 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 (* 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 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)))))> |
24 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 0.0ms | x | @ | -inf | (/ (* x (+ -1 (* x (+ -1/2 (* x (+ (* x -1/4) -1/3)))))) (* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))))) |
| 0.0ms | x | @ | inf | (/ (* x (+ -1 (* x (+ -1/2 (* x (+ (* x -1/4) -1/3)))))) (* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))))) |
| 0.0ms | x | @ | 0 | (/ (* x (+ -1 (* x (+ -1/2 (* x (+ (* x -1/4) -1/3)))))) (* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))))) |
| 0.0ms | x | @ | inf | (* x (+ -1 (* x (+ -1/2 (* x (+ (* x -1/4) -1/3)))))) |
| 0.0ms | x | @ | 0 | (* x (+ -1 (* x (+ -1/2 (* x (+ (* x -1/4) -1/3)))))) |
| 1× | batch-egg-rewrite |
| 3610× | /-lowering-/.f32 |
| 3610× | /-lowering-/.f64 |
| 2952× | *-lowering-*.f32 |
| 2952× | *-lowering-*.f64 |
| 2136× | +-lowering-+.f64 |
Useful iterations: 2 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 21 | 105 |
| 1 | 157 | 87 |
| 2 | 1533 | 84 |
| 0 | 8357 | 84 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (* x (+ -1 (* x (+ -1/2 (* x (+ (* x -1/4) -1/3)))))) (* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4)))))))) |
(* x (+ -1 (* x (+ -1/2 (* x (+ (* x -1/4) -1/3)))))) |
(+ -1 (* x (+ -1/2 (* x (+ (* x -1/4) -1/3))))) |
(* x (+ -1/2 (* x (+ (* x -1/4) -1/3)))) |
(* x (+ 1/3 (* x -1/4))) |
(* x (+ (* x -1/4) -1/3)) |
(* x (+ 1 (* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))))) |
(* x (+ -1/2 (* x (+ 1/3 (* x -1/4))))) |
| Outputs |
|---|
(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 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)))))))) #s(literal -1 binary64))) |
(-.f64 #s(literal 0 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 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)))))))) |
(-.f64 (/.f64 #s(literal 0 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 0 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 #s(literal -1 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 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 (+.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 #s(literal 1 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 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 x (*.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 #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) (*.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 #s(literal 1 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 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 #s(literal -1 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 (+.f64 #s(literal 1 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 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 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 (*.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 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 0 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 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 x (/.f64 x (/.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 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)))))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 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 #s(literal 1 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 #s(literal 1 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 (*.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 x (*.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 #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 #s(literal 1 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 #s(literal 1 binary64) (*.f64 x (*.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 #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 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)))) (*.f64 x x))) (*.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 0 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 x (*.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 #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) (*.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 x (*.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 #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) (*.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 (*.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 #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)))))))))) (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 (*.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 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.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 #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 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 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 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 x (/.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 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)))))))) x) |
(/.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))))))) (+.f64 #s(literal 1 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 (neg.f64 (/.f64 x (/.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 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 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 (*.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 #s(literal 0 binary64) x)) |
(/.f64 (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)))))))) (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))))))))) |
(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 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64))))))) #s(literal -1 binary64)) |
(*.f64 x (/.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 #s(literal 1 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 #s(literal 1 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 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 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 (*.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) (+.f64 #s(literal 1 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 (*.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 #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 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) |
(*.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 #s(literal 1 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 x (*.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))) (/.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 (/.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 (*.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 x (*.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 #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 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 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 (*.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))))))) (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 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)))))))) #s(literal -1 binary64))) |
(*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.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 #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 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)))))) (*.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)))))))) 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) (-.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 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)))))) 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) (+.f64 #s(literal 1 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 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 #s(literal 1 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 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 x (/.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 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)))))))) (/.f64 #s(literal 1 binary64) x)) |
(*.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))))))) (+.f64 #s(literal 1 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) (*.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 x (*.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 #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 (*.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 x (*.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 #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 (*.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 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)))))) (-.f64 #s(literal 1 binary64) (*.f64 x (*.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 #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 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 (+.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 #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 (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 #s(literal 1 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 #s(literal -1 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 (+.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 (+.f64 #s(literal -1 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 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 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) (*.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 0 binary64) x))) |
(*.f64 (/.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))))))) x) (/.f64 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) 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 #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 (*.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 0 binary64) x))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 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 0 binary64) x))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) x) (/.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 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 x #s(literal -1 binary64)) (/.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 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 #s(literal 0 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) (*.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 0 binary64) x) #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 (+.f64 #s(literal 1 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 (*.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 #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 (/.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 #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 x (-.f64 #s(literal 1 binary64) (*.f64 x (*.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 #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)))))) 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 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 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))))))) 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 (-.f64 #s(literal 0 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 (+.f64 #s(literal -1 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 #s(literal 0 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 #s(literal -1 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) (+.f64 #s(literal 1 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) x) x)) |
(*.f64 (/.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))))))) #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 (*.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/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))) (*.f64 x (*.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 #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 (*.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 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 (+.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 (/.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) (+.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 x (*.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 #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) (+.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 #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 (+.f64 #s(literal 1 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 x (*.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 #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 x (*.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 #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 (*.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 #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 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 #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 (+.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 (/.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 #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 x (*.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 #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 x (*.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 #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 #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 (+.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 (+.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 (/.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 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 x)) (-.f64 #s(literal 0 binary64) x)) |
(+.f64 (-.f64 #s(literal 0 binary64) x) (*.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))) |
(-.f64 #s(literal 0 binary64) (-.f64 x (*.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)))) |
(-.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 x)) x) |
(-.f64 (/.f64 (*.f64 x x) (-.f64 (-.f64 #s(literal 0 binary64) x) (*.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)))) (/.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 x)) (*.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))) (-.f64 (-.f64 #s(literal 0 binary64) x) (*.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))))) |
(fma.f64 x #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 x))) |
(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))))) (-.f64 #s(literal 0 binary64) x)) |
(fma.f64 #s(literal -1 binary64) x (*.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))) |
(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) (-.f64 #s(literal 0 binary64) 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 (-.f64 #s(literal 0 binary64) 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)))) (-.f64 #s(literal 0 binary64) x)) |
(neg.f64 (-.f64 x (*.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)))) |
(/.f64 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 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x x) (-.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 x)) (*.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))) (*.f64 (-.f64 #s(literal 0 binary64) x) (*.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))))) (+.f64 (*.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.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 x (*.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 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)))))))) (*.f64 x (*.f64 x x)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (-.f64 #s(literal 0 binary64) x) (*.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))) (-.f64 (*.f64 x x) (*.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 x)) (*.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)))))) |
(/.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 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 x (*.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 #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 x (-.f64 #s(literal 1 binary64) (*.f64 x (*.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 #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 (*.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 x (*.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 #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) (*.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 (+.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)))))))) x))) |
(/.f64 (+.f64 (*.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.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 x (*.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 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)))))))) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 x x) (-.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 x)) (*.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))) (*.f64 (-.f64 #s(literal 0 binary64) x) (*.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)))))) |
(/.f64 (-.f64 (*.f64 x x) (*.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 x)) (*.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)))) (-.f64 (-.f64 #s(literal 0 binary64) x) (*.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)))) |
(/.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 x (*.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 #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 x (*.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 #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 x (*.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 #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 x (*.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 #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))))))) |
(/.f64 (neg.f64 (+.f64 (*.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.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 x (*.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 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)))))))) (*.f64 x (*.f64 x x))))) (neg.f64 (+.f64 (*.f64 x x) (-.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 x)) (*.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))) (*.f64 (-.f64 #s(literal 0 binary64) x) (*.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))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x x) (*.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 x)) (*.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))))) (neg.f64 (-.f64 (-.f64 #s(literal 0 binary64) x) (*.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))))) |
(/.f64 (neg.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 x (*.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 #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) (+.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 x (-.f64 #s(literal 1 binary64) (*.f64 x (*.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 #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) (-.f64 #s(literal -1 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 #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 x (*.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 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64))))))))) x)) (-.f64 #s(literal 0 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 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.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 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 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 (*.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 x (*.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 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)))))))) (*.f64 x (*.f64 x x))) (*.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x)))) (+.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 x)) (*.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))) (-.f64 (*.f64 x x) (*.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 x)) (-.f64 #s(literal 0 binary64) x))))) |
(/.f64 (-.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 x)) (*.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))) (*.f64 x x)) (-.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 x)) (-.f64 #s(literal 0 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) (-.f64 x (*.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)))) |
(*.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 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 (*.f64 #s(literal -1 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.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 x (*.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 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)))))))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x x) (-.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 x)) (*.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))) (*.f64 (-.f64 #s(literal 0 binary64) x) (*.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))))))) |
(*.f64 (-.f64 (*.f64 x x) (*.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 x)) (*.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)))) (/.f64 #s(literal 1 binary64) (-.f64 (-.f64 #s(literal 0 binary64) x) (*.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))))) |
(*.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 x (*.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 #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 x (-.f64 #s(literal 1 binary64) (*.f64 x (*.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 #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)))))))) |
(*.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 x (*.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 #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 #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 (+.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)))))))) 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 #s(literal -1 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 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)) #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))))))) (neg.f64 (/.f64 (*.f64 x (*.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 #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 x #s(literal -1/2 binary64))) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #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 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64))))))) (/.f64 (*.f64 x (*.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 #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 x (*.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 #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))))) #s(literal 1 binary64)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (-.f64 #s(literal 0 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 #s(literal 0 binary64) x))) |
(fma.f64 x #s(literal -1/2 binary64) (+.f64 (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)) #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 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)) #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)) |
(/.f64 #s(literal -1 binary64) (neg.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 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 #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 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))))))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x (*.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 #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 #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 x (*.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 #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 #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 (+.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))))))) #s(literal -1 binary64)))) |
(/.f64 (-.f64 x (*.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))) (-.f64 #s(literal 0 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 x (*.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 #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 x (*.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 #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 #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 binary64) (*.f64 x (*.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 #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 0 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 x (*.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 #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) (+.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 0 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 x (*.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 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)))))))))) (neg.f64 (+.f64 (*.f64 x (*.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 #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 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.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 #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) (-.f64 #s(literal -1 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 (+.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))))))) #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))) |
(/.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 (-.f64 #s(literal -1 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 #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 (-.f64 #s(literal -1 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 (neg.f64 (-.f64 #s(literal 0 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 x (*.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 #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 0 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 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.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 #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 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 (+.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))))))) #s(literal -1 binary64))) (neg.f64 (+.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/8 binary64) (*.f64 x (*.f64 x x))) (pow.f64 (+.f64 (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)) #s(literal -1 binary64)) #s(literal 3 binary64))) (+.f64 (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 x #s(literal -1/2 binary64))) (-.f64 (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)) #s(literal -1 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)) #s(literal -1 binary64))) (*.f64 (*.f64 x #s(literal -1/2 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)) #s(literal -1 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) #s(literal 3 binary64)) (*.f64 (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)) (*.f64 (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x))))) (+.f64 (*.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 (*.f64 (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x))) (*.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)))))) |
(/.f64 (-.f64 (pow.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 3 binary64)) (pow.f64 (/.f64 (*.f64 x (*.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 #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))))))) #s(literal 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 #s(literal -1 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 (+.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 x (*.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 #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 #s(literal -1 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 #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 (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 x #s(literal -1/2 binary64))) (*.f64 (+.f64 (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)) #s(literal -1 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)) #s(literal -1 binary64)))) (-.f64 (*.f64 x #s(literal -1/2 binary64)) (+.f64 (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)) #s(literal -1 binary64)))) |
(/.f64 (-.f64 (*.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 (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)))) (-.f64 (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)))) |
(/.f64 (-.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 #s(literal -1 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 (+.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 x (*.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 #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 #s(literal -1 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 #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))))))))) |
(pow.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 x (/.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 #s(literal -1 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 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) 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 #s(literal 1 binary64) (/.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))))))) #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)))))) #s(literal 1 binary64))) |
(*.f64 (-.f64 x (*.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))) (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 0 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 x (*.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 #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 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 #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 (*.f64 x (*.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 #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 x (*.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 #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)))))))) |
(*.f64 (-.f64 #s(literal 0 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 x (*.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 #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 #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 0 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.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 #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 #s(literal -1 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 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 0 binary64) x) #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)))))) x) (/.f64 x #s(literal 1 binary64))) |
(*.f64 (+.f64 (*.f64 x (*.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 #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))))) #s(literal 1 binary64)))) |
(*.f64 (/.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))))))) x) (/.f64 x #s(literal -1 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 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64))))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) x) (/.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 (/.f64 x #s(literal -1 binary64)) (/.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))))))) x)) |
(*.f64 (/.f64 (-.f64 #s(literal 0 binary64) x) #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)))))) 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 (-.f64 #s(literal 0 binary64) x) x)) |
(*.f64 (/.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))))))) #s(literal -1 binary64)) #s(literal 1 binary64)) |
(*.f64 (/.f64 x #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)))))) 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)) #s(literal 1 binary64)) |
(+.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x))) |
(+.f64 (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)) (*.f64 x #s(literal -1/2 binary64))) |
(-.f64 #s(literal 0 binary64) (*.f64 (-.f64 #s(literal 0 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 (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 x #s(literal -1/2 binary64))) (-.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)))) (/.f64 (*.f64 (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x))) (-.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x))))) |
(fma.f64 x #s(literal -1/2 binary64) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x))) |
(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 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x))) |
(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))) |
(neg.f64 (*.f64 (-.f64 #s(literal 0 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 binary64) (+.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 (*.f64 x #s(literal -1/2 binary64)) (*.f64 x #s(literal -1/2 binary64))) (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x))) (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x))))) (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)) (*.f64 (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x))) (-.f64 (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 x #s(literal -1/2 binary64))) (*.f64 (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)))))) |
(/.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 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 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 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 #s(literal 1/4 binary64) (*.f64 (+.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 x))))))) |
(/.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 (+.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 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 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 (-.f64 #s(literal 1/4 binary64) (*.f64 (+.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 x)))) x))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)) (*.f64 (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x))))) (+.f64 (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 x #s(literal -1/2 binary64))) (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x))) (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #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 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)))) (-.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)))) |
(/.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 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x 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 x (-.f64 #s(literal 1/4 binary64) (*.f64 (+.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 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/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 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x))))) 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 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)))) 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 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)) (*.f64 (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)))))) (neg.f64 (+.f64 (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 x #s(literal -1/2 binary64))) (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x))) (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 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 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x))))) (neg.f64 (-.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x))))) |
(/.f64 (neg.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 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x))))))) (-.f64 #s(literal 0 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 (neg.f64 (*.f64 x (-.f64 #s(literal 1/4 binary64) (*.f64 (+.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 x)))))) (-.f64 #s(literal 0 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 (+.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 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x))))) x)) (-.f64 #s(literal 0 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 (neg.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 (+.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 x)))) x)) (-.f64 #s(literal 0 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 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)) (*.f64 (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)))) (*.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x))) (-.f64 (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 x #s(literal -1/2 binary64))) (*.f64 (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)) (*.f64 x #s(literal -1/2 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x))) (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 x #s(literal -1/2 binary64)))) (-.f64 (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)) (*.f64 x #s(literal -1/2 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 0 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 #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)))))) |
(*.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)) (*.f64 (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x))))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 x #s(literal -1/2 binary64))) (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x))) (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #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 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x))))) |
(*.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 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x)))))) (/.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 x (-.f64 #s(literal 1/4 binary64) (*.f64 (+.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 x))))) (/.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 (+.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 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)) (*.f64 x x))))) x) (/.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 (-.f64 #s(literal 1/4 binary64) (*.f64 (+.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 x)))) x) (/.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 #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))) |
(-.f64 (/.f64 (*.f64 (*.f64 x #s(literal 1/3 binary64)) (*.f64 x #s(literal 1/3 binary64))) (-.f64 (*.f64 x #s(literal 1/3 binary64)) (*.f64 #s(literal -1/4 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))))) |
(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 #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 #s(literal 1/3 binary64) x (*.f64 #s(literal -1/4 binary64) (*.f64 x x))) |
(fma.f64 (*.f64 x x) #s(literal -1/4 binary64) (*.f64 x #s(literal 1/3 binary64))) |
(/.f64 x (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 x #s(literal 1/3 binary64)) (*.f64 x #s(literal 1/3 binary64))) (-.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 #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 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 x #s(literal 1/3 binary64)) (*.f64 #s(literal -1/4 binary64) (*.f64 x x))) (-.f64 (*.f64 (*.f64 x #s(literal 1/3 binary64)) (*.f64 x #s(literal 1/3 binary64))) (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 x x)) (*.f64 #s(literal -1/4 binary64) (*.f64 x x)))))) |
(/.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 x (+.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 #s(literal 1/4 binary64) x)) (*.f64 x (-.f64 #s(literal 1/9 binary64) (*.f64 #s(literal 1/16 binary64) (*.f64 x x)))))) |
(/.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 (+.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64))) x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1/3 binary64) (*.f64 #s(literal 1/4 binary64) x)) (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 #s(literal 1/16 binary64) (*.f64 x x))) x))) |
(/.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 #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 (*.f64 x #s(literal 1/3 binary64)) (*.f64 x #s(literal 1/3 binary64))) (*.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 #s(literal 1/16 binary64) (*.f64 x x)))) (+.f64 #s(literal 1/3 binary64) (*.f64 #s(literal 1/4 binary64) x))) |
(/.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 #s(literal 1/16 binary64) (*.f64 x x))) x) (+.f64 #s(literal 1/3 binary64) (*.f64 #s(literal 1/4 binary64) x))) |
(/.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 #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 (*.f64 x #s(literal 1/3 binary64)) (*.f64 x #s(literal 1/3 binary64))) (*.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))))) (-.f64 #s(literal 0 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 (neg.f64 (*.f64 x (-.f64 #s(literal 1/9 binary64) (*.f64 #s(literal 1/16 binary64) (*.f64 x x))))) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/3 binary64) (*.f64 #s(literal 1/4 binary64) x)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64))) x)) (-.f64 #s(literal 0 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 (neg.f64 (*.f64 (-.f64 #s(literal 1/9 binary64) (*.f64 #s(literal 1/16 binary64) (*.f64 x x))) x)) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/3 binary64) (*.f64 #s(literal 1/4 binary64) x)))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64)) (*.f64 x (*.f64 x x))) (*.f64 #s(literal 1/27 binary64) (*.f64 x (*.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 (*.f64 x #s(literal 1/3 binary64)) (*.f64 x #s(literal 1/3 binary64))) (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 x x)) (*.f64 x #s(literal 1/3 binary64)))))) |
(/.f64 (-.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 x #s(literal 1/3 binary64)))) (-.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 x x)) (*.f64 x #s(literal 1/3 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 (*.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 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x #s(literal 1/3 binary64)) (*.f64 x #s(literal 1/3 binary64))) (-.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 (*.f64 x #s(literal 1/3 binary64)) (*.f64 x #s(literal 1/3 binary64))) (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 x x)) (*.f64 #s(literal -1/4 binary64) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (-.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 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 #s(literal 1/16 binary64) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/3 binary64) (*.f64 #s(literal 1/4 binary64) x)))) |
(*.f64 (*.f64 (+.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64))) x) (/.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 (-.f64 #s(literal 1/9 binary64) (*.f64 #s(literal 1/16 binary64) (*.f64 x x))) x) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/3 binary64) (*.f64 #s(literal 1/4 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))) |
(-.f64 (/.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 x x)) (*.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)))) (/.f64 (*.f64 (*.f64 x #s(literal -1/3 binary64)) (*.f64 x #s(literal -1/3 binary64))) (-.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 x x)) (*.f64 x #s(literal -1/3 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 #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 #s(literal -1/3 binary64) x (*.f64 #s(literal -1/4 binary64) (*.f64 x x))) |
(fma.f64 (*.f64 x x) #s(literal -1/4 binary64) (*.f64 x #s(literal -1/3 binary64))) |
(/.f64 x (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 x x)) (*.f64 #s(literal -1/4 binary64) (*.f64 x x))) (-.f64 (*.f64 (*.f64 x #s(literal -1/3 binary64)) (*.f64 x #s(literal -1/3 binary64))) (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 x x)) (*.f64 x #s(literal -1/3 binary64))))) (+.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64)) (*.f64 x (*.f64 x x))) (*.f64 #s(literal -1/27 binary64) (*.f64 x (*.f64 x x)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 x x)) (*.f64 x #s(literal -1/3 binary64))) (-.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 x #s(literal -1/3 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal 1/16 binary64) (*.f64 x x)) (-.f64 #s(literal 1/9 binary64) (*.f64 x #s(literal 1/12 binary64)))) (*.f64 x (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64)) #s(literal -1/27 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x (+.f64 (*.f64 #s(literal 1/16 binary64) (*.f64 x x)) #s(literal -1/9 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 #s(literal 1/16 binary64) (*.f64 x x)) (-.f64 #s(literal 1/9 binary64) (*.f64 x #s(literal 1/12 binary64)))) (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64)) #s(literal -1/27 binary64)) x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 (+.f64 (*.f64 #s(literal 1/16 binary64) (*.f64 x x)) #s(literal -1/9 binary64)) x))) |
(/.f64 (+.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64)) (*.f64 x (*.f64 x x))) (*.f64 #s(literal -1/27 binary64) (*.f64 x (*.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 (*.f64 x #s(literal -1/3 binary64)) (*.f64 x #s(literal -1/3 binary64))) (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 x x)) (*.f64 x #s(literal -1/3 binary64)))))) |
(/.f64 (-.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 x #s(literal -1/3 binary64)))) (-.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 x x)) (*.f64 x #s(literal -1/3 binary64)))) |
(/.f64 (*.f64 x (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64)) #s(literal -1/27 binary64))) (+.f64 (*.f64 #s(literal 1/16 binary64) (*.f64 x x)) (-.f64 #s(literal 1/9 binary64) (*.f64 x #s(literal 1/12 binary64))))) |
(/.f64 (*.f64 x (+.f64 (*.f64 #s(literal 1/16 binary64) (*.f64 x x)) #s(literal -1/9 binary64))) (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))) |
(/.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64)) #s(literal -1/27 binary64)) x) (+.f64 (*.f64 #s(literal 1/16 binary64) (*.f64 x x)) (-.f64 #s(literal 1/9 binary64) (*.f64 x #s(literal 1/12 binary64))))) |
(/.f64 (*.f64 (+.f64 (*.f64 #s(literal 1/16 binary64) (*.f64 x x)) #s(literal -1/9 binary64)) x) (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))) |
(/.f64 (neg.f64 (+.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64)) (*.f64 x (*.f64 x x))) (*.f64 #s(literal -1/27 binary64) (*.f64 x (*.f64 x x))))) (neg.f64 (+.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 x x)) (*.f64 #s(literal -1/4 binary64) (*.f64 x x))) (-.f64 (*.f64 (*.f64 x #s(literal -1/3 binary64)) (*.f64 x #s(literal -1/3 binary64))) (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 x x)) (*.f64 x #s(literal -1/3 binary64))))))) |
(/.f64 (neg.f64 (-.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 x #s(literal -1/3 binary64))))) (neg.f64 (-.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 x x)) (*.f64 x #s(literal -1/3 binary64))))) |
(/.f64 (neg.f64 (*.f64 x (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64)) #s(literal -1/27 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal 1/16 binary64) (*.f64 x x)) (-.f64 #s(literal 1/9 binary64) (*.f64 x #s(literal 1/12 binary64)))))) |
(/.f64 (neg.f64 (*.f64 x (+.f64 (*.f64 #s(literal 1/16 binary64) (*.f64 x x)) #s(literal -1/9 binary64)))) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64)) #s(literal -1/27 binary64)) x)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 #s(literal 1/16 binary64) (*.f64 x x)) (-.f64 #s(literal 1/9 binary64) (*.f64 x #s(literal 1/12 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (*.f64 #s(literal 1/16 binary64) (*.f64 x x)) #s(literal -1/9 binary64)) x)) (-.f64 #s(literal 0 binary64) (+.f64 (*.f64 x #s(literal -1/4 binary64)) #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 #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 (*.f64 x #s(literal -1/3 binary64)) (*.f64 x #s(literal -1/3 binary64))) (*.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 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 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64)) (*.f64 x (*.f64 x x))) (*.f64 #s(literal -1/27 binary64) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 x x)) (*.f64 #s(literal -1/4 binary64) (*.f64 x x))) (-.f64 (*.f64 (*.f64 x #s(literal -1/3 binary64)) (*.f64 x #s(literal -1/3 binary64))) (*.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 x x)) (*.f64 x #s(literal -1/3 binary64))))))) |
(*.f64 (-.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 x #s(literal -1/3 binary64)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 #s(literal -1/4 binary64) (*.f64 x x)) (*.f64 x #s(literal -1/3 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 binary64) (+.f64 (*.f64 #s(literal 1/16 binary64) (*.f64 x x)) (-.f64 #s(literal 1/9 binary64) (*.f64 x #s(literal 1/12 binary64)))))) |
(*.f64 (*.f64 x (+.f64 (*.f64 #s(literal 1/16 binary64) (*.f64 x x)) #s(literal -1/9 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 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 binary64) (+.f64 (*.f64 #s(literal 1/16 binary64) (*.f64 x x)) (-.f64 #s(literal 1/9 binary64) (*.f64 x #s(literal 1/12 binary64)))))) |
(*.f64 (*.f64 (+.f64 (*.f64 #s(literal 1/16 binary64) (*.f64 x x)) #s(literal -1/9 binary64)) x) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))) |
(*.f64 (/.f64 x (+.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64)))) (/.f64 (+.f64 (*.f64 #s(literal 1/16 binary64) (*.f64 x x)) #s(literal -1/9 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 x (-.f64 #s(literal 1/9 binary64) (*.f64 #s(literal 1/16 binary64) (*.f64 x x)))) (/.f64 (+.f64 (*.f64 #s(literal 1/16 binary64) (*.f64 x x)) #s(literal -1/9 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/3 binary64) (*.f64 #s(literal 1/4 binary64) x))))) |
(*.f64 (/.f64 (+.f64 (*.f64 #s(literal 1/16 binary64) (*.f64 x x)) #s(literal -1/9 binary64)) (+.f64 #s(literal 1/27 binary64) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/64 binary64)))) (/.f64 x (/.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 (+.f64 (*.f64 #s(literal 1/16 binary64) (*.f64 x x)) #s(literal -1/9 binary64)) (-.f64 #s(literal 1/9 binary64) (*.f64 #s(literal 1/16 binary64) (*.f64 x x)))) (/.f64 x (/.f64 #s(literal 1 binary64) (+.f64 #s(literal 1/3 binary64) (*.f64 #s(literal 1/4 binary64) x))))) |
(+.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) |
(-.f64 #s(literal 0 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 0 binary64) x))) |
(-.f64 (/.f64 (*.f64 x x) (-.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 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))))))))) |
(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) |
(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 0 binary64) x))) |
(/.f64 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 #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 #s(literal 1 binary64) (/.f64 (+.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 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 #s(literal 1 binary64) (/.f64 (-.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 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 #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 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 x (*.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 #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 x (-.f64 #s(literal 1 binary64) (*.f64 x (*.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 #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 (*.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 x (*.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 #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) (*.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 (+.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)))))))) 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))))))) #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 #s(literal 0 binary64) x)) #s(literal -1 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 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 x (*.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 #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 x (*.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 #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 x (*.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 #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 x (*.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 #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))))))) |
(/.f64 (neg.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)))))))))) (neg.f64 (+.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 (neg.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))))))))) (neg.f64 (-.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 (neg.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 x (*.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 #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) (+.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 x (-.f64 #s(literal 1 binary64) (*.f64 x (*.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 #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) (-.f64 #s(literal 1 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 #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 x (*.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 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) x)) (-.f64 #s(literal 0 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 (neg.f64 (*.f64 (-.f64 #s(literal 1 binary64) (*.f64 x (*.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 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 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 (*.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 x (*.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 (*.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)))))) x)))) |
(/.f64 (-.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 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)))))) 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) (*.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 0 binary64) x))) |
(*.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 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 (*.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 #s(literal 1 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 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 #s(literal 1 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 x (*.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 #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 x (-.f64 #s(literal 1 binary64) (*.f64 x (*.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 #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)))))))) |
(*.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 x (*.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 #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 #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 (+.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)))))))) 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 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x x)) (*.f64 x #s(literal -1/2 binary64))) |
(+.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #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 x #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x x)))) (/.f64 (*.f64 (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x x)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x x))) (-.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x x))))) |
(fma.f64 x #s(literal -1/2 binary64) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x x))) |
(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 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x x))) |
(fma.f64 #s(literal 1 binary64) (*.f64 x #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x x))) |
(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 #s(literal -1/2 binary64)) #s(literal 1 binary64) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x x))) |
(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))) |
(/.f64 x (/.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 #s(literal 1 binary64) (/.f64 (+.f64 (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 x #s(literal -1/2 binary64))) (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x x)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x x))) (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x x))))) (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))) (*.f64 x (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (*.f64 x (*.f64 x x)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x x))) (-.f64 (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 x #s(literal -1/2 binary64))) (*.f64 (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x x)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x x)))))) |
(/.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 x (+.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))) (*.f64 x (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 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 #s(literal 1/4 binary64) (*.f64 x (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 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/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 x (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 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/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 x (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) x))) |
(/.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))) (*.f64 x (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 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 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x x)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x x))) (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #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 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x x)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x x)))) (-.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x x)))) |
(/.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 x (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.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 x (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.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 x (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.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 x (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 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 (neg.f64 (+.f64 (*.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))) (*.f64 x (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 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 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x x)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x x))) (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 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 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x x)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x x))))) (neg.f64 (-.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x x))))) |
(/.f64 (neg.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 x (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) (-.f64 #s(literal 0 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 (neg.f64 (*.f64 x (-.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))))) (-.f64 #s(literal 0 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 (+.f64 #s(literal -1/8 binary64) (*.f64 (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))) (*.f64 x (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) x)) (-.f64 #s(literal 0 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 (neg.f64 (*.f64 (-.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) x)) (-.f64 #s(literal 0 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 (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))) (*.f64 x (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (*.f64 x (*.f64 x x))) (*.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x)))) (+.f64 (*.f64 (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x x)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x x))) (-.f64 (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 x #s(literal -1/2 binary64))) (*.f64 (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x x)) (*.f64 x #s(literal -1/2 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x x)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x x))) (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 x #s(literal -1/2 binary64)))) (-.f64 (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x x)) (*.f64 x #s(literal -1/2 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 (*.f64 #s(literal -1/8 binary64) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))) (*.f64 x (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) (*.f64 x (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 x #s(literal -1/2 binary64))) (-.f64 (*.f64 (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x x)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x x))) (*.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #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 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x x)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x x)))) (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 x #s(literal -1/2 binary64)) (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x x))))) |
(*.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 x (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 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/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 x (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 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/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 x (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) x) (/.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 (-.f64 #s(literal 1/4 binary64) (*.f64 x (*.f64 (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64)))))) x) (/.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)))))) |
| 1× | egg-herbie |
| 4254× | *-lowering-*.f32 |
| 4254× | *-lowering-*.f64 |
| 1784× | fnmadd-define |
| 1742× | fma-lowering-fma.f32 |
| 1742× | fma-lowering-fma.f64 |
Useful iterations: 3 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 152 | 875 |
| 1 | 482 | 797 |
| 2 | 1489 | 785 |
| 3 | 4984 | 777 |
| 0 | 8271 | 777 |
| 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 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)))))) |
(* 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))))) |
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))))) |
| 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 #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 #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 (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 #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 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/3 binary64) (/.f64 #s(literal -1/2 binary64) x)) (/.f64 #s(literal -1 binary64) (*.f64 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 x (*.f64 (*.f64 x x) #s(literal -1/4 binary64))) |
(* -1 (* (pow x 3) (+ 1/4 (* 1/3 (/ 1 x))))) |
(*.f64 (*.f64 x x) (*.f64 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 x (*.f64 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 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)))) |
(* -1/4 (pow x 3)) |
(*.f64 x (*.f64 (*.f64 x x) #s(literal -1/4 binary64))) |
(* -1 (* (pow x 3) (+ 1/4 (* 1/3 (/ 1 x))))) |
(*.f64 (*.f64 x x) (*.f64 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 (*.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)))) |
(* -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 x (*.f64 (*.f64 x x) #s(literal -1/4 binary64))) |
(* -1 (* (pow x 3) (+ 1/4 (* 1/3 (/ 1 x))))) |
(*.f64 (*.f64 x x) (*.f64 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 x (*.f64 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 x (*.f64 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 (*.f64 x x) #s(literal -1/4 binary64))) |
(* -1 (* (pow x 3) (+ 1/4 (* 1/3 (/ 1 x))))) |
(*.f64 (*.f64 x x) (*.f64 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/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 (*.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 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 (*.f64 x x) #s(literal -1/4 binary64)) |
(* -1 (* (pow x 2) (+ 1/4 (* 1/3 (/ 1 x))))) |
(*.f64 x (*.f64 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 x (*.f64 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 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)) |
(* -1 (* (pow x 2) (+ 1/4 (* 1/3 (/ 1 x))))) |
(*.f64 x (*.f64 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 x (*.f64 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 x (*.f64 x (+.f64 #s(literal -1/4 binary64) (/.f64 #s(literal -1/3 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 (*.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 (+.f64 #s(literal -1/2 binary64) (/.f64 #s(literal 1 binary64) x)) (*.f64 x x)) (+.f64 #s(literal 1/4 binary64) (/.f64 #s(literal -1/3 binary64) x)))) |
(* -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 x (*.f64 (*.f64 x x) #s(literal -1/4 binary64))) |
(* (pow x 3) (- (* 1/3 (/ 1 x)) 1/4)) |
(*.f64 x (*.f64 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 (*.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/3 (/ 1 x)) (+ 1/4 (/ 1/2 (pow x 2))))) |
(*.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 x (*.f64 (*.f64 x x) #s(literal -1/4 binary64))) |
(* -1 (* (pow x 3) (- 1/4 (* 1/3 (/ 1 x))))) |
(-.f64 #s(literal 0 binary64) (*.f64 (*.f64 x x) (*.f64 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 (*.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 (* (pow x 3) (+ 1/4 (* -1 (/ (- 1/3 (* 1/2 (/ 1 x))) x))))) |
(*.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)))) |
Compiled 23655 to 1912 computations (91.9% saved)
11 alts after pruning (5 fresh and 6 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 485 | 5 | 490 |
| Fresh | 0 | 0 | 0 |
| Picked | 1 | 0 | 1 |
| Done | 0 | 6 | 6 |
| Total | 486 | 11 | 497 |
| Status | Accuracy | Program |
|---|---|---|
| 99.8% | (/.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 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))) | |
| 99.8% | (/.f64 (*.f64 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))))))) (*.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 (+.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 (-.f64 #s(literal -1 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 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))))))))) | |
| 28.0% | (/.f64 (*.f64 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 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)) |
| ✓ | 3.3% | (/.f64 (log.f64 (-.f64 #s(literal 1 binary64) x)) (log.f64 (+.f64 #s(literal 1 binary64) x))) |
| 99.8% | (/.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 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64)))))))) | |
| ✓ | 99.1% | (-.f64 #s(literal -1 binary64) x) |
| ✓ | 99.7% | (+.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.5% | (+.f64 #s(literal -1 binary64) (*.f64 x (+.f64 #s(literal -1 binary64) (*.f64 x #s(literal -1/2 binary64))))) |
| 99.8% | (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.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 #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) (-.f64 #s(literal 1 binary64) (*.f64 x (+.f64 #s(literal -1/2 binary64) (*.f64 x (+.f64 (*.f64 x #s(literal -1/4 binary64)) #s(literal 1/3 binary64))))))))) | |
| ✓ | 98.1% | #s(literal -1 binary64) |
Compiled 695 to 238 computations (65.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 #s(literal -1 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 #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 (*.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 (*.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 (*.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 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 (+.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 (+.f64 #s(literal -1 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 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 #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 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 #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 (-.f64 #s(literal -1 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 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 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64))))))) (log1p.f64 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 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(/.f64 (log1p.f64 (-.f64 #s(literal 0 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:
| 5.0ms | x |
| 4.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 #s(literal -1 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 #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 (*.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 (*.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 (*.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 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 (+.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 (+.f64 #s(literal -1 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 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 #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 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 #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 (-.f64 #s(literal -1 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 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 (*.f64 x #s(literal -1/4 binary64)) #s(literal -1/3 binary64))))))) (log1p.f64 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 #s(literal 1/3 binary64) (*.f64 x #s(literal -1/4 binary64))))))))) |
(/.f64 (log1p.f64 (-.f64 #s(literal 0 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 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.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 #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) (-.f64 #s(literal 1 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 calls:
| 4.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.8% | 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 #s(literal -1 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 #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 (*.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 (*.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 (*.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 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 #s(literal -1 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))))))) |
1 calls:
| 3.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.8% | 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))))))) |
| 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:
| 2.0ms | x |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.7% | 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.5% | 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.1% | 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 |
| 50× | +-commutative_binary64 |
| 48× | *-commutative_binary64 |
| 28× | sub-neg_binary64 |
| 22× | neg-sub0_binary64 |
| 22× | neg-mul-1_binary64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 43 | 116 |
| 1 | 81 | 116 |
| 2 | 100 | 116 |
| 3 | 117 | 116 |
| 4 | 134 | 116 |
| 5 | 146 | 116 |
| 6 | 161 | 116 |
| 7 | 168 | 116 |
| 8 | 172 | 116 |
| 9 | 173 | 116 |
| 1× | saturated |
| Inputs |
|---|
(/.f64 (log1p.f64 (neg.f64 x)) (log1p.f64 x)) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.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 #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) (-.f64 #s(literal 1 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) (*.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) |
| Outputs |
|---|
(/.f64 (log1p.f64 (neg.f64 x)) (log1p.f64 x)) |
(/.f64 (log1p.f64 (-.f64 #s(literal 0 binary64) x)) (log1p.f64 x)) |
(*.f64 (/.f64 #s(literal 1 binary64) (-.f64 #s(literal 1 binary64) (*.f64 x (*.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 #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) (-.f64 #s(literal 1 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) (*.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 |
| 4022× | *-lowering-*.f32 |
| 4022× | *-lowering-*.f64 |
| 3610× | /-lowering-/.f32 |
Useful iterations: 1 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 469 | 3225 |
| 1 | 1644 | 2814 |
| 2 | 6098 | 2758 |
| 0 | 8125 | 2758 |
| 0 | 21 | 105 |
| 1 | 157 | 87 |
| 2 | 1533 | 84 |
| 0 | 8357 | 84 |
| 0 | 217 | 1971 |
| 1 | 739 | 1661 |
| 2 | 2436 | 1513 |
| 0 | 8397 | 1513 |
| 0 | 23 | 84 |
| 1 | 162 | 72 |
| 2 | 1559 | 66 |
| 0 | 10152 | 66 |
| 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 |
| 0 | 7 | 26 |
| 1 | 37 | 24 |
| 2 | 257 | 24 |
| 3 | 2331 | 22 |
| 0 | 11331 | 22 |
| 1× | fuel |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | saturated |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
Compiled 291 to 167 computations (42.6% saved)
Compiled 270 to 112 computations (58.5% saved)
Loading profile data...