
Time bar (total: 15.9s)
| 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 |
| 50% | 25% | 25% | 50% | 0% | 0% | 0% | 2 |
| 75% | 37.5% | 12.5% | 50% | 0% | 0% | 0% | 3 |
| 87.5% | 43.7% | 6.2% | 50% | 0% | 0% | 0% | 4 |
| 93.8% | 46.8% | 3.1% | 50% | 0% | 0% | 0% | 5 |
| 96.9% | 48.4% | 1.6% | 50% | 0% | 0% | 0% | 6 |
| 98.4% | 49.2% | 0.8% | 50% | 0% | 0% | 0% | 7 |
| 99.2% | 49.6% | 0.4% | 50% | 0% | 0% | 0% | 8 |
| 99.6% | 49.8% | 0.2% | 50% | 0% | 0% | 0% | 9 |
| 99.8% | 49.9% | 0.1% | 50% | 0% | 0% | 0% | 10 |
| 99.9% | 49.9% | 0% | 50% | 0% | 0% | 0% | 11 |
| 100% | 49.9% | 0% | 50% | 0% | 0% | 0% | 12 |
Compiled 15 to 11 computations (26.7% saved)
| 3.0s | 5 708× | 2 | valid |
| 381.0ms | 2 390× | 1 | valid |
| 10.0ms | 158× | 0 | valid |
ival-sin: 2.3s (75.2% of total)adjust: 238.0ms (7.8% of total)ival-div: 201.0ms (6.6% of total)ival-sub: 180.0ms (5.9% of total)ival-tan: 55.0ms (1.8% of total)ival-<=: 51.0ms (1.7% of total)ival-and: 13.0ms (0.4% of total)exact: 10.0ms (0.3% of total)ival-assert: 3.0ms (0.1% of total)| 2× | egg-herbie |
| 272× | accelerator-lowering-fma.f32 |
| 272× | accelerator-lowering-fma.f64 |
| 176× | *-lowering-*.f32 |
| 176× | *-lowering-*.f64 |
| 150× | div-sub |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 11 | 25 |
| 1 | 32 | 22 |
| 2 | 80 | 21 |
| 3 | 228 | 21 |
| 4 | 575 | 21 |
| 5 | 786 | 21 |
| 6 | 812 | 21 |
| 7 | 850 | 21 |
| 8 | 879 | 21 |
| 0 | 5 | 7 |
| 1 | 10 | 7 |
| 2 | 17 | 7 |
| 3 | 29 | 7 |
| 4 | 54 | 7 |
| 5 | 84 | 7 |
| 6 | 140 | 7 |
| 7 | 230 | 7 |
| 8 | 409 | 7 |
| 9 | 671 | 7 |
| 10 | 681 | 7 |
| 11 | 719 | 7 |
| 12 | 748 | 7 |
| 0 | 748 | 7 |
| 1× | iter limit |
| 1× | saturated |
| 1× | saturated |
| Inputs |
|---|
(/ (- x (sin x)) (tan x)) |
| Outputs |
|---|
(/ (- x (sin x)) (tan x)) |
(/.f64 (-.f64 x (sin.f64 x)) (tan.f64 x)) |
| Inputs |
|---|
(/ (- x (sin x)) (tan x)) |
(/ (- (neg x) (sin (neg x))) (tan (neg x))) |
(neg (/ (- (neg x) (sin (neg x))) (tan (neg x)))) |
| Outputs |
|---|
(/ (- x (sin x)) (tan x)) |
(/ (- (neg x) (sin (neg x))) (tan (neg x))) |
(/ (- x (sin x)) (tan x)) |
(neg (/ (- (neg x) (sin (neg x))) (tan (neg x)))) |
(/ (- (sin x) x) (tan x)) |
(abs x)
| Ground Truth | Overpredictions | Example | Underpredictions | Example | Subexpression |
|---|---|---|---|---|---|
| 83 | 0 | - | 0 | - | (-.f64 x (sin.f64 x)) |
| 55 | 1 | (7.57133197461409e-162) | 5 | (7.634851065580753e-106) | (/.f64 (-.f64 x (sin.f64 x)) (tan.f64 x)) |
| 0 | 0 | - | 0 | - | (tan.f64 x) |
| 0 | 0 | - | 0 | - | (sin.f64 x) |
| 0 | 0 | - | 0 | - | x |
| Operator | Subexpression | Explanation | Count | |
|---|---|---|---|---|
-.f64 | (-.f64 x (sin.f64 x)) | cancellation | 83 | 0 |
/.f64 | (/.f64 (-.f64 x (sin.f64 x)) (tan.f64 x)) | u/n | 51 | 0 |
| ↳ | (-.f64 x (sin.f64 x)) | underflow | 171 |
| Predicted + | Predicted - | |
|---|---|---|
| + | 133 | 0 |
| - | 1 | 122 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 133 | 0 | 0 |
| - | 1 | 0 | 122 |
| number | freq |
|---|---|
| 0 | 122 |
| 1 | 134 |
| Predicted + | Predicted Maybe | Predicted - | |
|---|---|---|---|
| + | 1 | 0 | 0 |
| - | 0 | 0 | 0 |
| 167.0ms | 358× | 2 | valid |
| 16.0ms | 140× | 1 | valid |
| 1.0ms | 14× | 0 | valid |
Compiled 52 to 24 computations (53.8% saved)
ival-sin: 133.0ms (81.2% of total)adjust: 11.0ms (6.7% of total)ival-div: 9.0ms (5.5% of total)ival-sub: 7.0ms (4.3% of total)ival-tan: 4.0ms (2.4% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)Compiled 1 to 1 computations (0% saved)
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 54.1% | (/.f64 (-.f64 x (sin.f64 x)) (tan.f64 x)) |
Compiled 8 to 5 computations (37.5% saved)
| 1× | egg-herbie |
Found 4 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (tan.f64 x) |
| ✓ | cost-diff | 0 | (sin.f64 x) |
| ✓ | cost-diff | 0 | (-.f64 x (sin.f64 x)) |
| ✓ | cost-diff | 0 | (/.f64 (-.f64 x (sin.f64 x)) (tan.f64 x)) |
| 272× | accelerator-lowering-fma.f32 |
| 272× | accelerator-lowering-fma.f64 |
| 176× | *-lowering-*.f32 |
| 176× | *-lowering-*.f64 |
| 150× | div-sub |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 5 | 16 |
| 1 | 10 | 16 |
| 2 | 17 | 16 |
| 3 | 29 | 16 |
| 4 | 54 | 16 |
| 5 | 84 | 16 |
| 6 | 140 | 16 |
| 7 | 230 | 16 |
| 8 | 409 | 16 |
| 9 | 671 | 16 |
| 10 | 681 | 16 |
| 11 | 719 | 16 |
| 12 | 748 | 16 |
| 0 | 748 | 16 |
| 1× | iter limit |
| 1× | saturated |
| Inputs |
|---|
(/ (- x (sin x)) (tan x)) |
(- x (sin x)) |
x |
(sin x) |
(tan x) |
| Outputs |
|---|
(/ (- x (sin x)) (tan x)) |
(/.f64 (-.f64 x (sin.f64 x)) (tan.f64 x)) |
(- x (sin x)) |
(-.f64 x (sin.f64 x)) |
x |
(sin x) |
(sin.f64 x) |
(tan x) |
(tan.f64 x) |
Found 4 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (tan.f64 x) |
| ✓ | accuracy | 100.0% | (sin.f64 x) |
| ✓ | accuracy | 83.3% | (/.f64 (-.f64 x (sin.f64 x)) (tan.f64 x)) |
| ✓ | accuracy | 71.2% | (-.f64 x (sin.f64 x)) |
| 69.0ms | 179× | 2 | valid |
| 8.0ms | 70× | 1 | valid |
| 0.0ms | 7× | 0 | valid |
Compiled 18 to 7 computations (61.1% saved)
ival-sin: 48.0ms (75.8% of total)adjust: 5.0ms (7.9% of total)ival-div: 4.0ms (6.3% of total)ival-sub: 4.0ms (6.3% of total)ival-tan: 2.0ms (3.2% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)| Inputs |
|---|
#<alt (/ (- x (sin x)) (tan x))> |
#<alt (- x (sin x))> |
#<alt (sin x)> |
#<alt (tan x)> |
| Outputs |
|---|
#<alt (* 1/6 (pow x 2))> |
#<alt (* (pow x 2) (+ 1/6 (* -23/360 (pow x 2))))> |
#<alt (* (pow x 2) (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360))))> |
#<alt (* (pow x 2) (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360))))> |
#<alt (/ (* x (cos x)) (sin x))> |
#<alt (* x (+ (* -1 (/ (cos x) x)) (/ (cos x) (sin x))))> |
#<alt (* x (+ (* -1 (/ (cos x) x)) (/ (cos x) (sin x))))> |
#<alt (* x (+ (* -1 (/ (cos x) x)) (/ (cos x) (sin x))))> |
#<alt (/ (* x (cos x)) (sin x))> |
#<alt (* -1 (* x (+ (* -1 (/ (cos x) (sin x))) (/ (cos x) x))))> |
#<alt (* -1 (* x (+ (* -1 (/ (cos x) (sin x))) (/ (cos x) x))))> |
#<alt (* -1 (* x (+ (* -1 (/ (cos x) (sin x))) (/ (cos x) x))))> |
#<alt (* 1/6 (pow x 3))> |
#<alt (* (pow x 3) (+ 1/6 (* -1/120 (pow x 2))))> |
#<alt (* (pow x 3) (+ 1/6 (* (pow x 2) (- (* 1/5040 (pow x 2)) 1/120))))> |
#<alt (* (pow x 3) (+ 1/6 (* (pow x 2) (- (* (pow x 2) (+ 1/5040 (* -1/362880 (pow x 2)))) 1/120))))> |
#<alt x> |
#<alt (* x (+ 1 (* -1 (/ (sin x) x))))> |
#<alt (* x (+ 1 (* -1 (/ (sin x) x))))> |
#<alt (* x (+ 1 (* -1 (/ (sin x) x))))> |
#<alt x> |
#<alt (* -1 (* x (- (/ (sin x) x) 1)))> |
#<alt (* -1 (* x (- (/ (sin x) x) 1)))> |
#<alt (* -1 (* x (- (/ (sin x) x) 1)))> |
#<alt x> |
#<alt (* x (+ 1 (* -1/6 (pow x 2))))> |
#<alt (* x (+ 1 (* (pow x 2) (- (* 1/120 (pow x 2)) 1/6))))> |
#<alt (* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 1/120 (* -1/5040 (pow x 2)))) 1/6))))> |
#<alt (sin x)> |
#<alt (sin x)> |
#<alt (sin x)> |
#<alt (sin x)> |
#<alt (sin x)> |
#<alt (sin x)> |
#<alt (sin x)> |
#<alt (sin x)> |
#<alt x> |
#<alt (* x (+ 1 (* 1/3 (pow x 2))))> |
#<alt (* x (+ 1 (* (pow x 2) (+ 1/3 (* 2/15 (pow x 2))))))> |
#<alt (* x (+ 1 (* (pow x 2) (+ 1/3 (* (pow x 2) (+ 2/15 (* 17/315 (pow x 2))))))))> |
#<alt (/ (sin x) (cos x))> |
#<alt (/ (sin x) (cos x))> |
#<alt (/ (sin x) (cos x))> |
#<alt (/ (sin x) (cos x))> |
#<alt (/ (sin x) (cos x))> |
#<alt (/ (sin x) (cos x))> |
#<alt (/ (sin x) (cos x))> |
#<alt (/ (sin x) (cos x))> |
12 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 1.0ms | x | @ | inf | (/ (- x (sin x)) (tan x)) |
| 1.0ms | x | @ | -inf | (/ (- x (sin x)) (tan x)) |
| 1.0ms | x | @ | 0 | (/ (- x (sin x)) (tan x)) |
| 0.0ms | x | @ | inf | (tan x) |
| 0.0ms | x | @ | -inf | (tan x) |
| 1× | batch-egg-rewrite |
| 5 862× | *-lowering-*.f32 |
| 5 862× | *-lowering-*.f64 |
| 3 904× | /-lowering-/.f32 |
| 3 904× | /-lowering-/.f64 |
| 2 230× | --lowering--.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 5 | 15 |
| 1 | 33 | 15 |
| 2 | 263 | 15 |
| 3 | 3097 | 15 |
| 0 | 9004 | 15 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(/ (- x (sin x)) (tan x)) |
(- x (sin x)) |
(sin x) |
(tan x) |
| Outputs |
|---|
(+.f64 (/.f64 x (tan.f64 x)) (neg.f64 (cos.f64 x))) |
(+.f64 (/.f64 x (tan.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) (neg.f64 (sin.f64 x)))) |
(+.f64 (neg.f64 (cos.f64 x)) (/.f64 x (tan.f64 x))) |
(+.f64 (*.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) (neg.f64 (sin.f64 x))) (/.f64 x (tan.f64 x))) |
(+.f64 (*.f64 (/.f64 x (tan.f64 x)) #s(literal 1 binary64)) (*.f64 (neg.f64 (cos.f64 x)) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (tan.f64 x) (-.f64 x (sin.f64 x)))) #s(literal -1 binary64))) |
(-.f64 (/.f64 x (tan.f64 x)) (neg.f64 (neg.f64 (cos.f64 x)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (-.f64 (sin.f64 x) x) (tan.f64 x))) |
(-.f64 (/.f64 (/.f64 (*.f64 x (*.f64 x x)) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))) (tan.f64 x)) (/.f64 (/.f64 (pow.f64 (sin.f64 x) #s(literal 3 binary64)) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))) (tan.f64 x))) |
(-.f64 (/.f64 (/.f64 (*.f64 x x) (+.f64 x (sin.f64 x))) (tan.f64 x)) (/.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (+.f64 x x))) (*.f64 (+.f64 x (sin.f64 x)) #s(literal 2 binary64))) (tan.f64 x))) |
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (tan.f64 x))) (/.f64 (-.f64 (sin.f64 x) x) (tan.f64 x))) |
(-.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 (tan.f64 x) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)))) (/.f64 (pow.f64 (sin.f64 x) #s(literal 3 binary64)) (*.f64 (tan.f64 x) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))))) |
(-.f64 (/.f64 (*.f64 x x) (*.f64 (tan.f64 x) (+.f64 x (sin.f64 x)))) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x)))) (*.f64 (tan.f64 x) (+.f64 x (sin.f64 x))))) |
(-.f64 (/.f64 (*.f64 x (tan.f64 x)) (pow.f64 (tan.f64 x) #s(literal 2 binary64))) (/.f64 (*.f64 (sin.f64 x) (tan.f64 x)) (pow.f64 (tan.f64 x) #s(literal 2 binary64)))) |
(-.f64 (/.f64 (pow.f64 (/.f64 (tan.f64 x) x) #s(literal -3 binary64)) (fma.f64 (neg.f64 (neg.f64 (cos.f64 x))) (fma.f64 (cos.f64 x) #s(literal 1 binary64) (/.f64 x (tan.f64 x))) (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))))) (/.f64 (neg.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (fma.f64 (neg.f64 (neg.f64 (cos.f64 x))) (fma.f64 (cos.f64 x) #s(literal 1 binary64) (/.f64 x (tan.f64 x))) (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64)))))) |
(-.f64 (/.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (fma.f64 (cos.f64 x) #s(literal 1 binary64) (/.f64 x (tan.f64 x)))) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x)))) (fma.f64 (cos.f64 x) #s(literal 1 binary64) (/.f64 x (tan.f64 x))))) |
(fma.f64 x (/.f64 #s(literal 1 binary64) (tan.f64 x)) (neg.f64 (cos.f64 x))) |
(fma.f64 x (/.f64 #s(literal 1 binary64) (tan.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) (neg.f64 (sin.f64 x)))) |
(fma.f64 (sin.f64 x) (/.f64 #s(literal -1 binary64) (tan.f64 x)) (/.f64 x (tan.f64 x))) |
(fma.f64 (cos.f64 x) (/.f64 x (sin.f64 x)) (neg.f64 (cos.f64 x))) |
(fma.f64 (cos.f64 x) (/.f64 x (sin.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) (neg.f64 (sin.f64 x)))) |
(fma.f64 (/.f64 x (tan.f64 x)) #s(literal 1 binary64) (*.f64 (neg.f64 (cos.f64 x)) #s(literal 1 binary64))) |
(fma.f64 #s(literal 1 binary64) (/.f64 x (tan.f64 x)) (neg.f64 (cos.f64 x))) |
(fma.f64 #s(literal 1 binary64) (/.f64 x (tan.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) (neg.f64 (sin.f64 x)))) |
(fma.f64 #s(literal 1 binary64) (neg.f64 (cos.f64 x)) (/.f64 x (tan.f64 x))) |
(fma.f64 (neg.f64 (sin.f64 x)) (/.f64 #s(literal 1 binary64) (tan.f64 x)) (/.f64 x (tan.f64 x))) |
(fma.f64 #s(literal -1 binary64) (cos.f64 x) (/.f64 x (tan.f64 x))) |
(fma.f64 #s(literal -1 binary64) (neg.f64 (neg.f64 (cos.f64 x))) (/.f64 x (tan.f64 x))) |
(fma.f64 (neg.f64 x) (/.f64 #s(literal -1 binary64) (tan.f64 x)) (neg.f64 (cos.f64 x))) |
(fma.f64 (neg.f64 x) (/.f64 #s(literal -1 binary64) (tan.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) (neg.f64 (sin.f64 x)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) x (neg.f64 (cos.f64 x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) x (*.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) (neg.f64 (sin.f64 x)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) (neg.f64 (sin.f64 x)) (/.f64 x (tan.f64 x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64)) (neg.f64 (cos.f64 x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal -1 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) (neg.f64 (sin.f64 x)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (sin.f64 x)) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (cos.f64 x)) x) #s(literal -1 binary64)) (neg.f64 (cos.f64 x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (sin.f64 x)) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (cos.f64 x)) x) #s(literal -1 binary64)) (*.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) (neg.f64 (sin.f64 x)))) |
(fma.f64 (/.f64 x (sin.f64 x)) (cos.f64 x) (neg.f64 (cos.f64 x))) |
(fma.f64 (/.f64 x (sin.f64 x)) (cos.f64 x) (*.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) (neg.f64 (sin.f64 x)))) |
(fma.f64 (*.f64 x #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (tan.f64 x)) (neg.f64 (cos.f64 x))) |
(fma.f64 (*.f64 x #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (tan.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) (neg.f64 (sin.f64 x)))) |
(fma.f64 (/.f64 x #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (tan.f64 x)) (neg.f64 (cos.f64 x))) |
(fma.f64 (/.f64 x #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (tan.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) (neg.f64 (sin.f64 x)))) |
(fma.f64 (/.f64 x (neg.f64 (sin.f64 x))) (neg.f64 (cos.f64 x)) (neg.f64 (cos.f64 x))) |
(fma.f64 (/.f64 x (neg.f64 (sin.f64 x))) (neg.f64 (cos.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) (neg.f64 (sin.f64 x)))) |
(fma.f64 (/.f64 (neg.f64 x) (sin.f64 x)) (neg.f64 (cos.f64 x)) (neg.f64 (cos.f64 x))) |
(fma.f64 (/.f64 (neg.f64 x) (sin.f64 x)) (neg.f64 (cos.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) (neg.f64 (sin.f64 x)))) |
(neg.f64 (/.f64 (-.f64 (sin.f64 x) x) (tan.f64 x))) |
(neg.f64 (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 (sin.f64 x) x) (tan.f64 x)))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (/.f64 (tan.f64 x) (-.f64 x (sin.f64 x))))) |
(/.f64 (-.f64 x (sin.f64 x)) (tan.f64 x)) |
(/.f64 (-.f64 (sin.f64 x) x) (neg.f64 (tan.f64 x))) |
(/.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 x) #s(literal 3 binary64))) (*.f64 (tan.f64 x) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)))) |
(/.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 x) #s(literal 3 binary64))) (*.f64 (neg.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))) (neg.f64 (tan.f64 x)))) |
(/.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 x) #s(literal 3 binary64))) (*.f64 (neg.f64 (tan.f64 x)) (neg.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (tan.f64 x) (-.f64 x (sin.f64 x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 (tan.f64 x) #s(literal 2 binary64)) (/.f64 (-.f64 x (sin.f64 x)) (/.f64 #s(literal 1 binary64) (tan.f64 x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (neg.f64 (neg.f64 (cos.f64 x))) (fma.f64 (cos.f64 x) #s(literal 1 binary64) (/.f64 x (tan.f64 x))) (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64)))) (+.f64 (pow.f64 (/.f64 (tan.f64 x) x) #s(literal -3 binary64)) (neg.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (cos.f64 x) #s(literal 1 binary64) (/.f64 x (tan.f64 x))) (-.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)) (/.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 x) #s(literal 3 binary64))) (tan.f64 x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 x (sin.f64 x)) (/.f64 (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x)))) (tan.f64 x)))) |
(/.f64 (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x)))) (*.f64 (tan.f64 x) (+.f64 x (sin.f64 x)))) |
(/.f64 (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x)))) (*.f64 (neg.f64 (+.f64 x (sin.f64 x))) (neg.f64 (tan.f64 x)))) |
(/.f64 (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x)))) (*.f64 (neg.f64 (tan.f64 x)) (neg.f64 (+.f64 x (sin.f64 x))))) |
(/.f64 #s(literal -1 binary64) (/.f64 (tan.f64 x) (-.f64 (sin.f64 x) x))) |
(/.f64 #s(literal -1 binary64) (*.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (sin.f64 x))) (neg.f64 (tan.f64 x)))) |
(/.f64 (/.f64 (-.f64 x (sin.f64 x)) (/.f64 #s(literal 1 binary64) (tan.f64 x))) (pow.f64 (tan.f64 x) #s(literal 2 binary64))) |
(/.f64 (fma.f64 (*.f64 x x) (neg.f64 x) (pow.f64 (sin.f64 x) #s(literal 3 binary64))) (*.f64 (tan.f64 x) (neg.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))))) |
(/.f64 (fma.f64 (*.f64 x x) (neg.f64 x) (pow.f64 (sin.f64 x) #s(literal 3 binary64))) (*.f64 (neg.f64 (tan.f64 x)) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)))) |
(/.f64 (fma.f64 (*.f64 x x) (neg.f64 x) (pow.f64 (sin.f64 x) #s(literal 3 binary64))) (neg.f64 (*.f64 (tan.f64 x) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))))) |
(/.f64 (+.f64 (neg.f64 (*.f64 x x)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x))))) (*.f64 (tan.f64 x) (neg.f64 (+.f64 x (sin.f64 x))))) |
(/.f64 (+.f64 (neg.f64 (*.f64 x x)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x))))) (*.f64 (neg.f64 (tan.f64 x)) (+.f64 x (sin.f64 x)))) |
(/.f64 (+.f64 (neg.f64 (*.f64 x x)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x))))) (neg.f64 (*.f64 (tan.f64 x) (+.f64 x (sin.f64 x))))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (pow.f64 (sin.f64 x) #s(literal 9 binary64))) (*.f64 (*.f64 (tan.f64 x) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))) (+.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)) (pow.f64 (sin.f64 x) #s(literal 6 binary64))) (pow.f64 (*.f64 x (sin.f64 x)) #s(literal 3 binary64))))) |
(/.f64 (+.f64 (pow.f64 (/.f64 (tan.f64 x) x) #s(literal -3 binary64)) (neg.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)))) (fma.f64 (neg.f64 (neg.f64 (cos.f64 x))) (fma.f64 (cos.f64 x) #s(literal 1 binary64) (/.f64 x (tan.f64 x))) (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))))) |
(/.f64 (+.f64 (pow.f64 (/.f64 (tan.f64 x) x) #s(literal -3 binary64)) (neg.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)))) (fma.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64)) (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x)))) (*.f64 (/.f64 x (tan.f64 x)) (neg.f64 (cos.f64 x)))))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)) (pow.f64 (sin.f64 x) #s(literal 6 binary64))) (*.f64 (*.f64 (tan.f64 x) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 x) #s(literal 3 binary64))))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)) (pow.f64 (sin.f64 x) #s(literal 6 binary64))) (*.f64 (*.f64 (tan.f64 x) (+.f64 x (sin.f64 x))) (fma.f64 x (*.f64 x (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x)))) (-.f64 (fma.f64 x x #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x)))))))) |
(/.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) (/.f64 #s(literal 1 binary64) (-.f64 x (sin.f64 x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x))))) (fma.f64 (cos.f64 x) #s(literal 1 binary64) (/.f64 x (tan.f64 x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x))))) (/.f64 (+.f64 x (sin.f64 x)) (tan.f64 x))) |
(/.f64 (-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (pow.f64 (sin.f64 x) #s(literal 4 binary64))) (*.f64 (*.f64 (tan.f64 x) (+.f64 x (sin.f64 x))) (-.f64 (fma.f64 x x #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x)))))) |
(/.f64 (/.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 x) #s(literal 3 binary64))) (tan.f64 x)) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))) |
(/.f64 (/.f64 (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x)))) (tan.f64 x)) (+.f64 x (sin.f64 x))) |
(/.f64 (-.f64 (/.f64 x (sin.f64 x)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (cos.f64 x))) |
(/.f64 (*.f64 (-.f64 x (sin.f64 x)) (cos.f64 x)) (sin.f64 x)) |
(/.f64 (-.f64 (*.f64 x (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x))))) (tan.f64 x)) (*.f64 (tan.f64 x) (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x)))))) |
(/.f64 (-.f64 (*.f64 x (neg.f64 (tan.f64 x))) (*.f64 (tan.f64 x) (neg.f64 (sin.f64 x)))) (*.f64 (tan.f64 x) (neg.f64 (tan.f64 x)))) |
(/.f64 (-.f64 (tan.f64 x) (*.f64 (/.f64 (tan.f64 x) x) (sin.f64 x))) (*.f64 (/.f64 (tan.f64 x) x) (tan.f64 x))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x))))) (*.f64 (/.f64 (tan.f64 x) x) #s(literal 1 binary64))) (*.f64 (/.f64 (tan.f64 x) x) (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (tan.f64 x))) (*.f64 (/.f64 (tan.f64 x) x) (neg.f64 (sin.f64 x)))) (*.f64 (/.f64 (tan.f64 x) x) (neg.f64 (tan.f64 x)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 x) (tan.f64 x)) (*.f64 (neg.f64 (tan.f64 x)) (sin.f64 x))) (*.f64 (neg.f64 (tan.f64 x)) (tan.f64 x))) |
(/.f64 (-.f64 (*.f64 (neg.f64 x) (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x))))) (*.f64 (neg.f64 (tan.f64 x)) #s(literal 1 binary64))) (*.f64 (neg.f64 (tan.f64 x)) (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x)))))) |
(/.f64 (-.f64 (*.f64 (neg.f64 x) (neg.f64 (tan.f64 x))) (*.f64 (neg.f64 (tan.f64 x)) (neg.f64 (sin.f64 x)))) (pow.f64 (tan.f64 x) #s(literal 2 binary64))) |
(/.f64 (*.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 x) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)) (neg.f64 (tan.f64 x)))) |
(/.f64 (*.f64 (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x)))) #s(literal -1 binary64)) (*.f64 (+.f64 x (sin.f64 x)) (neg.f64 (tan.f64 x)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x x) (neg.f64 x) (pow.f64 (sin.f64 x) #s(literal 3 binary64))) #s(literal 1 binary64)) (*.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)) (neg.f64 (tan.f64 x)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x x) (neg.f64 x) (pow.f64 (sin.f64 x) #s(literal 3 binary64))) #s(literal 1 binary64)) (*.f64 (neg.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))) (tan.f64 x))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x x) (neg.f64 x) (pow.f64 (sin.f64 x) #s(literal 3 binary64))) #s(literal -1 binary64)) (*.f64 (neg.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))) (neg.f64 (tan.f64 x)))) |
(/.f64 (*.f64 (+.f64 (neg.f64 (*.f64 x x)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x))))) #s(literal 1 binary64)) (*.f64 (+.f64 x (sin.f64 x)) (neg.f64 (tan.f64 x)))) |
(/.f64 (*.f64 (+.f64 (neg.f64 (*.f64 x x)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x))))) #s(literal 1 binary64)) (*.f64 (neg.f64 (+.f64 x (sin.f64 x))) (tan.f64 x))) |
(/.f64 (*.f64 (+.f64 (neg.f64 (*.f64 x x)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x))))) #s(literal -1 binary64)) (*.f64 (neg.f64 (+.f64 x (sin.f64 x))) (neg.f64 (tan.f64 x)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) (neg.f64 x) (pow.f64 (sin.f64 x) #s(literal 3 binary64)))) (*.f64 (tan.f64 x) (neg.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (neg.f64 (*.f64 x x)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x)))))) (*.f64 (tan.f64 x) (neg.f64 (+.f64 x (sin.f64 x))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (fma.f64 (*.f64 x x) (neg.f64 x) (pow.f64 (sin.f64 x) #s(literal 3 binary64)))) (*.f64 (neg.f64 (tan.f64 x)) (neg.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))))) |
(/.f64 (*.f64 #s(literal -1 binary64) (+.f64 (neg.f64 (*.f64 x x)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x)))))) (*.f64 (neg.f64 (tan.f64 x)) (neg.f64 (+.f64 x (sin.f64 x))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 x (sin.f64 x)) (/.f64 #s(literal 1 binary64) (tan.f64 x)))) (neg.f64 (pow.f64 (tan.f64 x) #s(literal 2 binary64)))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (/.f64 (tan.f64 x) x) #s(literal -3 binary64)) (neg.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64))))) (neg.f64 (fma.f64 (neg.f64 (neg.f64 (cos.f64 x))) (fma.f64 (cos.f64 x) #s(literal 1 binary64) (/.f64 x (tan.f64 x))) (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x)))))) (neg.f64 (fma.f64 (cos.f64 x) #s(literal 1 binary64) (/.f64 x (tan.f64 x))))) |
(/.f64 (neg.f64 (/.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 x) #s(literal 3 binary64))) (tan.f64 x))) (neg.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)))) |
(/.f64 (neg.f64 (/.f64 (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x)))) (tan.f64 x))) (neg.f64 (+.f64 x (sin.f64 x)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (sin.f64 x) x)) (neg.f64 (tan.f64 x))) |
(/.f64 (*.f64 (-.f64 (sin.f64 x) x) #s(literal 1 binary64)) (neg.f64 (tan.f64 x))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (-.f64 x (sin.f64 x)) (/.f64 #s(literal 1 binary64) (tan.f64 x)))) (pow.f64 (tan.f64 x) #s(literal 2 binary64))) |
(/.f64 (*.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (/.f64 (tan.f64 x) x) #s(literal -3 binary64)) (neg.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64))))) (fma.f64 (neg.f64 (neg.f64 (cos.f64 x))) (fma.f64 (cos.f64 x) #s(literal 1 binary64) (/.f64 x (tan.f64 x))) (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x)))))) (fma.f64 (cos.f64 x) #s(literal 1 binary64) (/.f64 x (tan.f64 x)))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 x) #s(literal 3 binary64))) (tan.f64 x))) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))) |
(/.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x)))) (tan.f64 x))) (+.f64 x (sin.f64 x))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) (fma.f64 (*.f64 x x) (neg.f64 x) (pow.f64 (sin.f64 x) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)))) |
(/.f64 (*.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) (+.f64 (neg.f64 (*.f64 x x)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x)))))) (neg.f64 (+.f64 x (sin.f64 x)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x x) (neg.f64 x) (pow.f64 (sin.f64 x) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (tan.f64 x))) (neg.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)))) |
(/.f64 (*.f64 (+.f64 (neg.f64 (*.f64 x x)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x))))) (/.f64 #s(literal 1 binary64) (tan.f64 x))) (neg.f64 (+.f64 x (sin.f64 x)))) |
(/.f64 (*.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 x) #s(literal 3 binary64))) (/.f64 #s(literal -1 binary64) (tan.f64 x))) (neg.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)))) |
(/.f64 (*.f64 (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x)))) (/.f64 #s(literal -1 binary64) (tan.f64 x))) (neg.f64 (+.f64 x (sin.f64 x)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x x) (neg.f64 x) (pow.f64 (sin.f64 x) #s(literal 3 binary64))) (/.f64 #s(literal -1 binary64) (tan.f64 x))) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))) |
(/.f64 (*.f64 (+.f64 (neg.f64 (*.f64 x x)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x))))) (/.f64 #s(literal -1 binary64) (tan.f64 x))) (+.f64 x (sin.f64 x))) |
(/.f64 (/.f64 (-.f64 (sin.f64 x) x) #s(literal -1 binary64)) (tan.f64 x)) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (tan.f64 x) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 x) #s(literal 3 binary64))))) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))) |
(/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (tan.f64 x) (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x)))))) (+.f64 x (sin.f64 x))) |
(/.f64 (/.f64 (/.f64 (-.f64 x (sin.f64 x)) (/.f64 #s(literal 1 binary64) (tan.f64 x))) (tan.f64 x)) (tan.f64 x)) |
(/.f64 (-.f64 (*.f64 x #s(literal 1 binary64)) (sin.f64 x)) (tan.f64 x)) |
(/.f64 (-.f64 (neg.f64 (neg.f64 x)) (sin.f64 x)) (tan.f64 x)) |
(/.f64 (-.f64 (/.f64 (neg.f64 x) #s(literal -1 binary64)) (sin.f64 x)) (tan.f64 x)) |
(/.f64 (-.f64 (*.f64 x #s(literal -1 binary64)) (neg.f64 (sin.f64 x))) (neg.f64 (tan.f64 x))) |
(/.f64 (-.f64 x (*.f64 (sin.f64 x) #s(literal 1 binary64))) (tan.f64 x)) |
(/.f64 (-.f64 (*.f64 x #s(literal 1 binary64)) (*.f64 (sin.f64 x) #s(literal 1 binary64))) (tan.f64 x)) |
(/.f64 (-.f64 (neg.f64 (neg.f64 x)) (*.f64 (sin.f64 x) #s(literal 1 binary64))) (tan.f64 x)) |
(/.f64 (-.f64 (/.f64 (neg.f64 x) #s(literal -1 binary64)) (*.f64 (sin.f64 x) #s(literal 1 binary64))) (tan.f64 x)) |
(/.f64 (-.f64 (*.f64 x (cos.f64 x)) (*.f64 (sin.f64 x) (cos.f64 x))) (sin.f64 x)) |
(/.f64 (-.f64 x (/.f64 (neg.f64 (sin.f64 x)) #s(literal -1 binary64))) (tan.f64 x)) |
(/.f64 (-.f64 (*.f64 x #s(literal 1 binary64)) (/.f64 (neg.f64 (sin.f64 x)) #s(literal -1 binary64))) (tan.f64 x)) |
(/.f64 (-.f64 (neg.f64 (neg.f64 x)) (/.f64 (neg.f64 (sin.f64 x)) #s(literal -1 binary64))) (tan.f64 x)) |
(/.f64 (-.f64 (/.f64 (neg.f64 x) #s(literal -1 binary64)) (/.f64 (neg.f64 (sin.f64 x)) #s(literal -1 binary64))) (tan.f64 x)) |
(/.f64 (-.f64 (*.f64 x (/.f64 #s(literal 1 binary64) (cos.f64 x))) (tan.f64 x)) (*.f64 (tan.f64 x) (/.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(/.f64 (-.f64 (*.f64 x (/.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x)))) #s(literal 1 binary64))) (tan.f64 x)) (*.f64 (tan.f64 x) (/.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x)))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 x (neg.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x)))))) (neg.f64 (tan.f64 x))) (*.f64 (tan.f64 x) (neg.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x))))))) |
(/.f64 (-.f64 (*.f64 x (tan.f64 x)) (*.f64 (tan.f64 x) (*.f64 (sin.f64 x) #s(literal 1 binary64)))) (pow.f64 (tan.f64 x) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 x (sin.f64 x)) (*.f64 (tan.f64 x) (*.f64 (sin.f64 x) (cos.f64 x)))) (*.f64 (sin.f64 x) (tan.f64 x))) |
(/.f64 (-.f64 (*.f64 x (tan.f64 x)) (*.f64 (tan.f64 x) (/.f64 (neg.f64 (sin.f64 x)) #s(literal -1 binary64)))) (pow.f64 (tan.f64 x) #s(literal 2 binary64))) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 (/.f64 (tan.f64 x) x) #s(literal 1 binary64))) (*.f64 (/.f64 (tan.f64 x) x) (/.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x)))) #s(literal 1 binary64))) (*.f64 (/.f64 (tan.f64 x) x) #s(literal 1 binary64))) (*.f64 (/.f64 (tan.f64 x) x) (/.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x)))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x)))))) (*.f64 (/.f64 (tan.f64 x) x) #s(literal -1 binary64))) (*.f64 (/.f64 (tan.f64 x) x) (neg.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x))))))) |
(/.f64 (-.f64 (tan.f64 x) (*.f64 (/.f64 (tan.f64 x) x) (*.f64 (sin.f64 x) #s(literal 1 binary64)))) (*.f64 (/.f64 (tan.f64 x) x) (tan.f64 x))) |
(/.f64 (-.f64 (sin.f64 x) (*.f64 (/.f64 (tan.f64 x) x) (*.f64 (sin.f64 x) (cos.f64 x)))) (*.f64 (/.f64 (tan.f64 x) x) (sin.f64 x))) |
(/.f64 (-.f64 (tan.f64 x) (*.f64 (/.f64 (tan.f64 x) x) (/.f64 (neg.f64 (sin.f64 x)) #s(literal -1 binary64)))) (*.f64 (/.f64 (tan.f64 x) x) (tan.f64 x))) |
(/.f64 (-.f64 (tan.f64 x) (*.f64 (/.f64 (/.f64 (tan.f64 x) x) #s(literal 1 binary64)) (sin.f64 x))) (*.f64 (/.f64 (/.f64 (tan.f64 x) x) #s(literal 1 binary64)) (tan.f64 x))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x))))) (*.f64 (/.f64 (/.f64 (tan.f64 x) x) #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 (tan.f64 x) x) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x)))))) |
(/.f64 (-.f64 (/.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 (/.f64 (/.f64 (tan.f64 x) x) #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 (tan.f64 x) x) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x)))) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 (tan.f64 x) x) #s(literal 1 binary64)) #s(literal 1 binary64))) (*.f64 (/.f64 (/.f64 (tan.f64 x) x) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x)))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (tan.f64 x))) (*.f64 (/.f64 (/.f64 (tan.f64 x) x) #s(literal 1 binary64)) (neg.f64 (sin.f64 x)))) (*.f64 (/.f64 (/.f64 (tan.f64 x) x) #s(literal 1 binary64)) (neg.f64 (tan.f64 x)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x)))))) (*.f64 (/.f64 (/.f64 (tan.f64 x) x) #s(literal 1 binary64)) #s(literal -1 binary64))) (*.f64 (/.f64 (/.f64 (tan.f64 x) x) #s(literal 1 binary64)) (neg.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x))))))) |
(/.f64 (-.f64 (tan.f64 x) (*.f64 (/.f64 (/.f64 (tan.f64 x) x) #s(literal 1 binary64)) (*.f64 (sin.f64 x) #s(literal 1 binary64)))) (*.f64 (/.f64 (/.f64 (tan.f64 x) x) #s(literal 1 binary64)) (tan.f64 x))) |
(/.f64 (-.f64 (sin.f64 x) (*.f64 (/.f64 (/.f64 (tan.f64 x) x) #s(literal 1 binary64)) (*.f64 (sin.f64 x) (cos.f64 x)))) (*.f64 (/.f64 (/.f64 (tan.f64 x) x) #s(literal 1 binary64)) (sin.f64 x))) |
(/.f64 (-.f64 (tan.f64 x) (*.f64 (/.f64 (/.f64 (tan.f64 x) x) #s(literal 1 binary64)) (/.f64 (neg.f64 (sin.f64 x)) #s(literal -1 binary64)))) (*.f64 (/.f64 (/.f64 (tan.f64 x) x) #s(literal 1 binary64)) (tan.f64 x))) |
(/.f64 (-.f64 (neg.f64 (tan.f64 x)) (*.f64 (neg.f64 (/.f64 (tan.f64 x) x)) (sin.f64 x))) (*.f64 (neg.f64 (/.f64 (tan.f64 x) x)) (tan.f64 x))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x))))) (*.f64 (neg.f64 (/.f64 (tan.f64 x) x)) #s(literal 1 binary64))) (*.f64 (neg.f64 (/.f64 (tan.f64 x) x)) (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x)))))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (cos.f64 x))) (*.f64 (neg.f64 (/.f64 (tan.f64 x) x)) #s(literal 1 binary64))) (*.f64 (neg.f64 (/.f64 (tan.f64 x) x)) (/.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x)))) #s(literal 1 binary64))) (*.f64 (neg.f64 (/.f64 (tan.f64 x) x)) #s(literal 1 binary64))) (*.f64 (neg.f64 (/.f64 (tan.f64 x) x)) (/.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x)))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (tan.f64 x) (*.f64 (neg.f64 (/.f64 (tan.f64 x) x)) (neg.f64 (sin.f64 x)))) (*.f64 (neg.f64 (/.f64 (tan.f64 x) x)) (neg.f64 (tan.f64 x)))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x)))))) (*.f64 (neg.f64 (/.f64 (tan.f64 x) x)) #s(literal -1 binary64))) (*.f64 (neg.f64 (/.f64 (tan.f64 x) x)) (neg.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x))))))) |
(/.f64 (-.f64 (neg.f64 (tan.f64 x)) (*.f64 (neg.f64 (/.f64 (tan.f64 x) x)) (*.f64 (sin.f64 x) #s(literal 1 binary64)))) (*.f64 (neg.f64 (/.f64 (tan.f64 x) x)) (tan.f64 x))) |
(/.f64 (-.f64 (neg.f64 (sin.f64 x)) (*.f64 (neg.f64 (/.f64 (tan.f64 x) x)) (*.f64 (sin.f64 x) (cos.f64 x)))) (*.f64 (neg.f64 (/.f64 (tan.f64 x) x)) (sin.f64 x))) |
(/.f64 (-.f64 (neg.f64 (tan.f64 x)) (*.f64 (neg.f64 (/.f64 (tan.f64 x) x)) (/.f64 (neg.f64 (sin.f64 x)) #s(literal -1 binary64)))) (*.f64 (neg.f64 (/.f64 (tan.f64 x) x)) (tan.f64 x))) |
(/.f64 (-.f64 (*.f64 (neg.f64 x) (/.f64 #s(literal 1 binary64) (cos.f64 x))) (*.f64 (neg.f64 (tan.f64 x)) #s(literal 1 binary64))) (*.f64 (neg.f64 (tan.f64 x)) (/.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 x) (/.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x)))) #s(literal 1 binary64))) (*.f64 (neg.f64 (tan.f64 x)) #s(literal 1 binary64))) (*.f64 (neg.f64 (tan.f64 x)) (/.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x)))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 x) (neg.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x)))))) (*.f64 (neg.f64 (tan.f64 x)) #s(literal -1 binary64))) (*.f64 (neg.f64 (tan.f64 x)) (neg.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x))))))) |
(/.f64 (-.f64 (*.f64 (neg.f64 x) (tan.f64 x)) (*.f64 (neg.f64 (tan.f64 x)) (*.f64 (sin.f64 x) #s(literal 1 binary64)))) (*.f64 (neg.f64 (tan.f64 x)) (tan.f64 x))) |
(/.f64 (-.f64 (*.f64 (neg.f64 x) (sin.f64 x)) (*.f64 (neg.f64 (tan.f64 x)) (*.f64 (sin.f64 x) (cos.f64 x)))) (*.f64 (neg.f64 (tan.f64 x)) (sin.f64 x))) |
(/.f64 (-.f64 (*.f64 (neg.f64 x) (tan.f64 x)) (*.f64 (neg.f64 (tan.f64 x)) (/.f64 (neg.f64 (sin.f64 x)) #s(literal -1 binary64)))) (*.f64 (neg.f64 (tan.f64 x)) (tan.f64 x))) |
(/.f64 (-.f64 (*.f64 (/.f64 x (sin.f64 x)) (tan.f64 x)) (tan.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (cos.f64 x)) (tan.f64 x))) |
(/.f64 (-.f64 (*.f64 (/.f64 x (sin.f64 x)) (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x))))) (*.f64 (/.f64 #s(literal 1 binary64) (cos.f64 x)) #s(literal 1 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (cos.f64 x)) (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 x (sin.f64 x)) (/.f64 #s(literal 1 binary64) (cos.f64 x))) (*.f64 (/.f64 #s(literal 1 binary64) (cos.f64 x)) #s(literal 1 binary64))) (pow.f64 (cos.f64 x) #s(literal -2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 x (sin.f64 x)) (/.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x)))) #s(literal 1 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (cos.f64 x)) #s(literal 1 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (cos.f64 x)) (/.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x)))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 x (sin.f64 x)) (neg.f64 (tan.f64 x))) (*.f64 (/.f64 #s(literal 1 binary64) (cos.f64 x)) (neg.f64 (sin.f64 x)))) (*.f64 (/.f64 #s(literal 1 binary64) (cos.f64 x)) (neg.f64 (tan.f64 x)))) |
(/.f64 (-.f64 (*.f64 (/.f64 x (sin.f64 x)) (neg.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x)))))) (*.f64 (/.f64 #s(literal 1 binary64) (cos.f64 x)) #s(literal -1 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (cos.f64 x)) (neg.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 x (sin.f64 x)) (tan.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 (sin.f64 x) #s(literal 1 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) (cos.f64 x)) (tan.f64 x))) |
(/.f64 (-.f64 (*.f64 (/.f64 x (sin.f64 x)) (sin.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (cos.f64 x)) (*.f64 (sin.f64 x) (cos.f64 x)))) (tan.f64 x)) |
(/.f64 (-.f64 (*.f64 (/.f64 x (sin.f64 x)) (tan.f64 x)) (*.f64 (/.f64 #s(literal 1 binary64) (cos.f64 x)) (/.f64 (neg.f64 (sin.f64 x)) #s(literal -1 binary64)))) (*.f64 (/.f64 #s(literal 1 binary64) (cos.f64 x)) (tan.f64 x))) |
(/.f64 (-.f64 (*.f64 (*.f64 x #s(literal 1 binary64)) (tan.f64 x)) (*.f64 (sin.f64 x) (tan.f64 x))) (pow.f64 (tan.f64 x) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 x #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x))))) (tan.f64 x)) (*.f64 (tan.f64 x) (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (cos.f64 x))) (tan.f64 x)) (*.f64 (tan.f64 x) (/.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x)))) #s(literal 1 binary64))) (tan.f64 x)) (*.f64 (tan.f64 x) (/.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x)))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x #s(literal 1 binary64)) (neg.f64 (tan.f64 x))) (*.f64 (tan.f64 x) (neg.f64 (sin.f64 x)))) (*.f64 (tan.f64 x) (neg.f64 (tan.f64 x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x #s(literal 1 binary64)) (neg.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x)))))) (neg.f64 (tan.f64 x))) (*.f64 (tan.f64 x) (neg.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x #s(literal 1 binary64)) (tan.f64 x)) (*.f64 (tan.f64 x) (*.f64 (sin.f64 x) #s(literal 1 binary64)))) (pow.f64 (tan.f64 x) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 x #s(literal 1 binary64)) (sin.f64 x)) (*.f64 (tan.f64 x) (*.f64 (sin.f64 x) (cos.f64 x)))) (*.f64 (sin.f64 x) (tan.f64 x))) |
(/.f64 (-.f64 (*.f64 (*.f64 x #s(literal 1 binary64)) (tan.f64 x)) (*.f64 (tan.f64 x) (/.f64 (neg.f64 (sin.f64 x)) #s(literal -1 binary64)))) (pow.f64 (tan.f64 x) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (neg.f64 x)) (tan.f64 x)) (*.f64 (sin.f64 x) (tan.f64 x))) (pow.f64 (tan.f64 x) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (neg.f64 x)) (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x))))) (tan.f64 x)) (*.f64 (tan.f64 x) (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x)))))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (neg.f64 x)) (/.f64 #s(literal 1 binary64) (cos.f64 x))) (tan.f64 x)) (*.f64 (tan.f64 x) (/.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (neg.f64 x)) (/.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x)))) #s(literal 1 binary64))) (tan.f64 x)) (*.f64 (tan.f64 x) (/.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x)))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (neg.f64 x)) (neg.f64 (tan.f64 x))) (*.f64 (tan.f64 x) (neg.f64 (sin.f64 x)))) (*.f64 (tan.f64 x) (neg.f64 (tan.f64 x)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (neg.f64 x)) (neg.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x)))))) (neg.f64 (tan.f64 x))) (*.f64 (tan.f64 x) (neg.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x))))))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (neg.f64 x)) (tan.f64 x)) (*.f64 (tan.f64 x) (*.f64 (sin.f64 x) #s(literal 1 binary64)))) (pow.f64 (tan.f64 x) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (neg.f64 x)) (sin.f64 x)) (*.f64 (tan.f64 x) (*.f64 (sin.f64 x) (cos.f64 x)))) (*.f64 (sin.f64 x) (tan.f64 x))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (neg.f64 x)) (tan.f64 x)) (*.f64 (tan.f64 x) (/.f64 (neg.f64 (sin.f64 x)) #s(literal -1 binary64)))) (pow.f64 (tan.f64 x) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 x #s(literal -1 binary64)) (tan.f64 x)) (*.f64 (neg.f64 (tan.f64 x)) (sin.f64 x))) (*.f64 (neg.f64 (tan.f64 x)) (tan.f64 x))) |
(/.f64 (-.f64 (*.f64 (*.f64 x #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x))))) (*.f64 (neg.f64 (tan.f64 x)) #s(literal 1 binary64))) (*.f64 (neg.f64 (tan.f64 x)) (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (cos.f64 x))) (*.f64 (neg.f64 (tan.f64 x)) #s(literal 1 binary64))) (*.f64 (neg.f64 (tan.f64 x)) (/.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x)))) #s(literal 1 binary64))) (*.f64 (neg.f64 (tan.f64 x)) #s(literal 1 binary64))) (*.f64 (neg.f64 (tan.f64 x)) (/.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x)))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x #s(literal -1 binary64)) (neg.f64 (tan.f64 x))) (*.f64 (neg.f64 (tan.f64 x)) (neg.f64 (sin.f64 x)))) (pow.f64 (tan.f64 x) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 x #s(literal -1 binary64)) (neg.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x)))))) (*.f64 (neg.f64 (tan.f64 x)) #s(literal -1 binary64))) (*.f64 (neg.f64 (tan.f64 x)) (neg.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x #s(literal -1 binary64)) (tan.f64 x)) (*.f64 (neg.f64 (tan.f64 x)) (*.f64 (sin.f64 x) #s(literal 1 binary64)))) (*.f64 (neg.f64 (tan.f64 x)) (tan.f64 x))) |
(/.f64 (-.f64 (*.f64 x (neg.f64 (sin.f64 x))) (*.f64 (neg.f64 (tan.f64 x)) (*.f64 (sin.f64 x) (cos.f64 x)))) (*.f64 (neg.f64 (tan.f64 x)) (sin.f64 x))) |
(/.f64 (-.f64 (*.f64 (*.f64 x #s(literal -1 binary64)) (tan.f64 x)) (*.f64 (neg.f64 (tan.f64 x)) (/.f64 (neg.f64 (sin.f64 x)) #s(literal -1 binary64)))) (*.f64 (neg.f64 (tan.f64 x)) (tan.f64 x))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (cos.f64 x)) (tan.f64 x)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x))))) (*.f64 (sin.f64 x) (tan.f64 x))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (cos.f64 x)) (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x))))) (*.f64 (sin.f64 x) #s(literal 1 binary64))) (*.f64 (sin.f64 x) (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (cos.f64 x)) (/.f64 #s(literal 1 binary64) (cos.f64 x))) (*.f64 (sin.f64 x) #s(literal 1 binary64))) (tan.f64 x)) |
(/.f64 (-.f64 (*.f64 (*.f64 x (cos.f64 x)) (/.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x)))) #s(literal 1 binary64))) (*.f64 (sin.f64 x) #s(literal 1 binary64))) (*.f64 (sin.f64 x) (/.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x)))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (cos.f64 x)) (neg.f64 (tan.f64 x))) (neg.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x)))))) (*.f64 (sin.f64 x) (neg.f64 (tan.f64 x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (cos.f64 x)) (neg.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x)))))) (neg.f64 (sin.f64 x))) (*.f64 (sin.f64 x) (neg.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (cos.f64 x)) (tan.f64 x)) (*.f64 (sin.f64 x) (*.f64 (sin.f64 x) #s(literal 1 binary64)))) (*.f64 (sin.f64 x) (tan.f64 x))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (cos.f64 x)) (sin.f64 x)) (*.f64 (sin.f64 x) (*.f64 (sin.f64 x) (cos.f64 x)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (cos.f64 x)) (tan.f64 x)) (*.f64 (sin.f64 x) (/.f64 (neg.f64 (sin.f64 x)) #s(literal -1 binary64)))) (*.f64 (sin.f64 x) (tan.f64 x))) |
(/.f64 (-.f64 (*.f64 (/.f64 (neg.f64 x) #s(literal -1 binary64)) (tan.f64 x)) (*.f64 (sin.f64 x) (tan.f64 x))) (pow.f64 (tan.f64 x) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (neg.f64 x) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x))))) (tan.f64 x)) (*.f64 (tan.f64 x) (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x)))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (neg.f64 x) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (cos.f64 x))) (tan.f64 x)) (*.f64 (tan.f64 x) (/.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (neg.f64 x) #s(literal -1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x)))) #s(literal 1 binary64))) (tan.f64 x)) (*.f64 (tan.f64 x) (/.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x)))) #s(literal 1 binary64)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (neg.f64 x) #s(literal -1 binary64)) (neg.f64 (tan.f64 x))) (*.f64 (tan.f64 x) (neg.f64 (sin.f64 x)))) (*.f64 (tan.f64 x) (neg.f64 (tan.f64 x)))) |
(/.f64 (-.f64 (*.f64 (/.f64 (neg.f64 x) #s(literal -1 binary64)) (neg.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x)))))) (neg.f64 (tan.f64 x))) (*.f64 (tan.f64 x) (neg.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x))))))) |
(/.f64 (-.f64 (*.f64 (/.f64 (neg.f64 x) #s(literal -1 binary64)) (tan.f64 x)) (*.f64 (tan.f64 x) (*.f64 (sin.f64 x) #s(literal 1 binary64)))) (pow.f64 (tan.f64 x) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (neg.f64 x) #s(literal -1 binary64)) (sin.f64 x)) (*.f64 (tan.f64 x) (*.f64 (sin.f64 x) (cos.f64 x)))) (*.f64 (sin.f64 x) (tan.f64 x))) |
(/.f64 (-.f64 (*.f64 (/.f64 (neg.f64 x) #s(literal -1 binary64)) (tan.f64 x)) (*.f64 (tan.f64 x) (/.f64 (neg.f64 (sin.f64 x)) #s(literal -1 binary64)))) (pow.f64 (tan.f64 x) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x (*.f64 x x)) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))) (tan.f64 x)) (*.f64 (tan.f64 x) (/.f64 (pow.f64 (sin.f64 x) #s(literal 3 binary64)) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))))) (pow.f64 (tan.f64 x) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (/.f64 (*.f64 x x) (+.f64 x (sin.f64 x))) (tan.f64 x)) (*.f64 (tan.f64 x) (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (+.f64 x x))) (*.f64 (+.f64 x (sin.f64 x)) #s(literal 2 binary64))))) (pow.f64 (tan.f64 x) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (neg.f64 (tan.f64 x))) (*.f64 (neg.f64 (tan.f64 x)) (-.f64 x (sin.f64 x)))) (pow.f64 (tan.f64 x) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (tan.f64 x)) (*.f64 (neg.f64 (tan.f64 x)) (-.f64 (sin.f64 x) x))) (*.f64 (neg.f64 (tan.f64 x)) (tan.f64 x))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (*.f64 (tan.f64 x) (neg.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))))) (*.f64 (neg.f64 (tan.f64 x)) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 x) #s(literal 3 binary64))))) (*.f64 (neg.f64 (tan.f64 x)) (*.f64 (tan.f64 x) (neg.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (*.f64 (neg.f64 (tan.f64 x)) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)))) (*.f64 (neg.f64 (tan.f64 x)) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 x) #s(literal 3 binary64))))) (*.f64 (neg.f64 (tan.f64 x)) (*.f64 (neg.f64 (tan.f64 x)) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 (tan.f64 x) (-.f64 (sin.f64 x) x))) (*.f64 (neg.f64 (tan.f64 x)) #s(literal 1 binary64))) (*.f64 (neg.f64 (tan.f64 x)) (/.f64 (tan.f64 x) (-.f64 (sin.f64 x) x)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (*.f64 (tan.f64 x) (neg.f64 (+.f64 x (sin.f64 x))))) (*.f64 (neg.f64 (tan.f64 x)) (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x)))))) (*.f64 (neg.f64 (tan.f64 x)) (*.f64 (tan.f64 x) (neg.f64 (+.f64 x (sin.f64 x)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (*.f64 (neg.f64 (tan.f64 x)) (+.f64 x (sin.f64 x)))) (*.f64 (neg.f64 (tan.f64 x)) (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x)))))) (*.f64 (neg.f64 (tan.f64 x)) (*.f64 (neg.f64 (tan.f64 x)) (+.f64 x (sin.f64 x))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (*.f64 (tan.f64 x) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)))) (*.f64 (neg.f64 (tan.f64 x)) (fma.f64 (*.f64 x x) (neg.f64 x) (pow.f64 (sin.f64 x) #s(literal 3 binary64))))) (*.f64 (neg.f64 (tan.f64 x)) (*.f64 (tan.f64 x) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (*.f64 (neg.f64 (tan.f64 x)) (neg.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))))) (*.f64 (neg.f64 (tan.f64 x)) (fma.f64 (*.f64 x x) (neg.f64 x) (pow.f64 (sin.f64 x) #s(literal 3 binary64))))) (*.f64 (neg.f64 (tan.f64 x)) (*.f64 (neg.f64 (tan.f64 x)) (neg.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (*.f64 (tan.f64 x) (+.f64 x (sin.f64 x)))) (*.f64 (neg.f64 (tan.f64 x)) (+.f64 (neg.f64 (*.f64 x x)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x))))))) (*.f64 (neg.f64 (tan.f64 x)) (*.f64 (tan.f64 x) (+.f64 x (sin.f64 x))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (*.f64 (neg.f64 (tan.f64 x)) (neg.f64 (+.f64 x (sin.f64 x))))) (*.f64 (neg.f64 (tan.f64 x)) (+.f64 (neg.f64 (*.f64 x x)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x))))))) (*.f64 (neg.f64 (tan.f64 x)) (*.f64 (neg.f64 (tan.f64 x)) (neg.f64 (+.f64 x (sin.f64 x)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (cos.f64 x))) (*.f64 (neg.f64 (tan.f64 x)) (/.f64 (-.f64 (sin.f64 x) x) (sin.f64 x)))) (*.f64 (neg.f64 (tan.f64 x)) (/.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (tan.f64 x)) (*.f64 (neg.f64 (tan.f64 x)) (/.f64 (-.f64 x (sin.f64 x)) #s(literal -1 binary64)))) (*.f64 (neg.f64 (tan.f64 x)) (tan.f64 x))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (tan.f64 x) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)))) (*.f64 (*.f64 (tan.f64 x) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))) (pow.f64 (sin.f64 x) #s(literal 3 binary64)))) (*.f64 (*.f64 (tan.f64 x) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))) (*.f64 (tan.f64 x) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) (*.f64 (tan.f64 x) (+.f64 x (sin.f64 x)))) (*.f64 (*.f64 (tan.f64 x) (+.f64 x (sin.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x)))))) (*.f64 (*.f64 (tan.f64 x) (+.f64 x (sin.f64 x))) (*.f64 (tan.f64 x) (+.f64 x (sin.f64 x))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (tan.f64 x)) (pow.f64 (tan.f64 x) #s(literal 2 binary64))) (*.f64 (pow.f64 (tan.f64 x) #s(literal 2 binary64)) (*.f64 (sin.f64 x) (tan.f64 x)))) (*.f64 (pow.f64 (tan.f64 x) #s(literal 2 binary64)) (pow.f64 (tan.f64 x) #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (pow.f64 (/.f64 (tan.f64 x) x) #s(literal -3 binary64)) (fma.f64 (neg.f64 (neg.f64 (cos.f64 x))) (fma.f64 (cos.f64 x) #s(literal 1 binary64) (/.f64 x (tan.f64 x))) (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))))) (*.f64 (fma.f64 (neg.f64 (neg.f64 (cos.f64 x))) (fma.f64 (cos.f64 x) #s(literal 1 binary64) (/.f64 x (tan.f64 x))) (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64)))) (neg.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64))))) (*.f64 (fma.f64 (neg.f64 (neg.f64 (cos.f64 x))) (fma.f64 (cos.f64 x) #s(literal 1 binary64) (/.f64 x (tan.f64 x))) (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64)))) (fma.f64 (neg.f64 (neg.f64 (cos.f64 x))) (fma.f64 (cos.f64 x) #s(literal 1 binary64) (/.f64 x (tan.f64 x))) (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (fma.f64 (cos.f64 x) #s(literal 1 binary64) (/.f64 x (tan.f64 x)))) (*.f64 (fma.f64 (cos.f64 x) #s(literal 1 binary64) (/.f64 x (tan.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x)))))) (*.f64 (fma.f64 (cos.f64 x) #s(literal 1 binary64) (/.f64 x (tan.f64 x))) (fma.f64 (cos.f64 x) #s(literal 1 binary64) (/.f64 x (tan.f64 x))))) |
(pow.f64 (/.f64 (-.f64 x (sin.f64 x)) (tan.f64 x)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 (tan.f64 x) (-.f64 x (sin.f64 x))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (pow.f64 (tan.f64 x) #s(literal 2 binary64)) (/.f64 (-.f64 x (sin.f64 x)) (/.f64 #s(literal 1 binary64) (tan.f64 x)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 (neg.f64 (neg.f64 (cos.f64 x))) (fma.f64 (cos.f64 x) #s(literal 1 binary64) (/.f64 x (tan.f64 x))) (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64)))) (+.f64 (pow.f64 (/.f64 (tan.f64 x) x) #s(literal -3 binary64)) (neg.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 (cos.f64 x) #s(literal 1 binary64) (/.f64 x (tan.f64 x))) (-.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x)))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)) (/.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 x) #s(literal 3 binary64))) (tan.f64 x))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 x (sin.f64 x)) (/.f64 (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x)))) (tan.f64 x))) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (/.f64 (-.f64 x (sin.f64 x)) (tan.f64 x)) #s(literal 1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (/.f64 (tan.f64 x) (-.f64 x (sin.f64 x))) (/.f64 (tan.f64 x) (-.f64 x (sin.f64 x)))) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (/.f64 (tan.f64 x) (-.f64 x (sin.f64 x))))) #s(literal -1 binary64)) |
(*.f64 (-.f64 x (sin.f64 x)) (/.f64 #s(literal 1 binary64) (tan.f64 x))) |
(*.f64 (/.f64 (-.f64 x (sin.f64 x)) (tan.f64 x)) #s(literal 1 binary64)) |
(*.f64 (cos.f64 x) (-.f64 (/.f64 x (sin.f64 x)) #s(literal 1 binary64))) |
(*.f64 (-.f64 (sin.f64 x) x) (/.f64 #s(literal -1 binary64) (tan.f64 x))) |
(*.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 x) #s(literal 3 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))) (tan.f64 x))) |
(*.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 x) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (*.f64 (tan.f64 x) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))))) |
(*.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 x) #s(literal 3 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)))) |
(*.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)) (/.f64 (-.f64 x (sin.f64 x)) (*.f64 (tan.f64 x) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 x (sin.f64 x)) (tan.f64 x))) |
(*.f64 (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x)))) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (sin.f64 x))) (tan.f64 x))) |
(*.f64 (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x)))) (/.f64 #s(literal 1 binary64) (*.f64 (tan.f64 x) (+.f64 x (sin.f64 x))))) |
(*.f64 (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x)))) (/.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) (+.f64 x (sin.f64 x)))) |
(*.f64 (+.f64 x (sin.f64 x)) (/.f64 (-.f64 x (sin.f64 x)) (*.f64 (tan.f64 x) (+.f64 x (sin.f64 x))))) |
(*.f64 #s(literal -1 binary64) (/.f64 (-.f64 (sin.f64 x) x) (tan.f64 x))) |
(*.f64 (/.f64 (-.f64 x (sin.f64 x)) (/.f64 #s(literal 1 binary64) (tan.f64 x))) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) |
(*.f64 (+.f64 (pow.f64 (/.f64 (tan.f64 x) x) #s(literal -3 binary64)) (neg.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 (neg.f64 (cos.f64 x))) (fma.f64 (cos.f64 x) #s(literal 1 binary64) (/.f64 x (tan.f64 x))) (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) (-.f64 x (sin.f64 x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))) (/.f64 #s(literal 1 binary64) (/.f64 (tan.f64 x) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 x) #s(literal 3 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (sin.f64 x))) (/.f64 #s(literal 1 binary64) (/.f64 (tan.f64 x) (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x))))))) |
(*.f64 (/.f64 #s(literal -1 binary64) (tan.f64 x)) (-.f64 (sin.f64 x) x)) |
(*.f64 (/.f64 #s(literal -1 binary64) (tan.f64 x)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sin.f64 x) x)) #s(literal -1 binary64))) |
(*.f64 (-.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x))))) (/.f64 #s(literal 1 binary64) (fma.f64 (cos.f64 x) #s(literal 1 binary64) (/.f64 x (tan.f64 x))))) |
(*.f64 (/.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 x) #s(literal 3 binary64))) (tan.f64 x)) (/.f64 #s(literal 1 binary64) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)))) |
(*.f64 (/.f64 (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x)))) (tan.f64 x)) (/.f64 #s(literal 1 binary64) (+.f64 x (sin.f64 x)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 x)) (*.f64 (-.f64 x (sin.f64 x)) (cos.f64 x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 x)) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (cos.f64 x)) (-.f64 x (sin.f64 x))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 x)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (-.f64 x (sin.f64 x)) (cos.f64 x))) #s(literal -1 binary64))) |
(*.f64 (-.f64 (/.f64 x (sin.f64 x)) #s(literal 1 binary64)) (cos.f64 x)) |
(*.f64 (-.f64 (/.f64 x (sin.f64 x)) #s(literal 1 binary64)) (neg.f64 (neg.f64 (cos.f64 x)))) |
(*.f64 (/.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 x) #s(literal 3 binary64))) (sin.f64 x)) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))) (/.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(*.f64 (/.f64 (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x)))) (sin.f64 x)) (/.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (sin.f64 x))) (/.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(*.f64 (/.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)) (tan.f64 x)) (/.f64 (-.f64 x (sin.f64 x)) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)))) |
(*.f64 (/.f64 (+.f64 x (sin.f64 x)) (tan.f64 x)) (/.f64 (-.f64 x (sin.f64 x)) (+.f64 x (sin.f64 x)))) |
(*.f64 (/.f64 (-.f64 x (sin.f64 x)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (tan.f64 x))) |
(*.f64 (pow.f64 (/.f64 (-.f64 x (sin.f64 x)) (tan.f64 x)) #s(literal 1/2 binary64)) (pow.f64 (/.f64 (-.f64 x (sin.f64 x)) (tan.f64 x)) #s(literal 1/2 binary64))) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 (sin.f64 x) x)) (/.f64 #s(literal -1 binary64) (tan.f64 x))) |
(*.f64 (*.f64 #s(literal 1 binary64) (-.f64 (/.f64 x (sin.f64 x)) #s(literal 1 binary64))) (cos.f64 x)) |
(*.f64 (/.f64 (-.f64 (sin.f64 x) x) (sin.f64 x)) (neg.f64 (cos.f64 x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (tan.f64 x) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 x) #s(literal 3 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (/.f64 (tan.f64 x) (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x)))))) (/.f64 #s(literal 1 binary64) (+.f64 x (sin.f64 x)))) |
(*.f64 (/.f64 (-.f64 x (sin.f64 x)) (neg.f64 (sin.f64 x))) (neg.f64 (cos.f64 x))) |
(*.f64 (/.f64 (/.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 x) #s(literal 3 binary64))) (tan.f64 x)) (fma.f64 x (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x x)) (pow.f64 (*.f64 (sin.f64 x) (+.f64 x (sin.f64 x))) #s(literal 3 binary64)))) (fma.f64 (*.f64 (sin.f64 x) (+.f64 x (sin.f64 x))) (-.f64 (*.f64 (sin.f64 x) (+.f64 x (sin.f64 x))) (*.f64 x x)) (*.f64 x (*.f64 x (*.f64 x x))))) |
(*.f64 (/.f64 (/.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 x) #s(literal 3 binary64))) (tan.f64 x)) (-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (pow.f64 (*.f64 (sin.f64 x) (+.f64 x (sin.f64 x))) #s(literal 2 binary64)))) (-.f64 (*.f64 x x) (*.f64 (sin.f64 x) (+.f64 x (sin.f64 x))))) |
(*.f64 (/.f64 (/.f64 (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x)))) (tan.f64 x)) (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x))))) (-.f64 x (sin.f64 x))) |
(*.f64 (/.f64 (/.f64 (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x)))) (tan.f64 x)) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 x) #s(literal 3 binary64)))) (fma.f64 x x (*.f64 (sin.f64 x) (-.f64 (sin.f64 x) x)))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (tan.f64 x) (+.f64 x (sin.f64 x))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 x) #s(literal 3 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 (tan.f64 x) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (sin.f64 x) x)) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (tan.f64 x))) |
(*.f64 (pow.f64 (/.f64 (sin.f64 x) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 x) #s(literal 3 binary64)))) #s(literal -1 binary64)) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (cos.f64 x)) (/.f64 #s(literal 1 binary64) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (sin.f64 x) (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x))))) #s(literal -1 binary64)) (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (cos.f64 x)) (/.f64 #s(literal 1 binary64) (+.f64 x (sin.f64 x)))) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 (tan.f64 x) (fma.f64 (*.f64 x x) (neg.f64 x) (pow.f64 (sin.f64 x) #s(literal 3 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))))) |
(*.f64 (pow.f64 (/.f64 (tan.f64 x) (+.f64 (neg.f64 (*.f64 x x)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x)))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (neg.f64 (+.f64 x (sin.f64 x))))) |
(*.f64 (pow.f64 (/.f64 (neg.f64 (tan.f64 x)) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 x) #s(literal 3 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))))) |
(*.f64 (pow.f64 (/.f64 (neg.f64 (tan.f64 x)) (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (neg.f64 (+.f64 x (sin.f64 x))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 x (sin.f64 x)) (/.f64 #s(literal 1 binary64) (tan.f64 x)))) #s(literal -1 binary64)) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (/.f64 (tan.f64 x) x) #s(literal -3 binary64)) (neg.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 (neg.f64 (cos.f64 x))) (fma.f64 (cos.f64 x) #s(literal 1 binary64) (/.f64 x (tan.f64 x))) (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64)))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x)))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (cos.f64 x) #s(literal 1 binary64) (/.f64 x (tan.f64 x))))) |
(+.f64 x (neg.f64 (sin.f64 x))) |
(+.f64 (neg.f64 (sin.f64 x)) x) |
(+.f64 (/.f64 (*.f64 x (*.f64 x x)) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))) (neg.f64 (/.f64 (pow.f64 (sin.f64 x) #s(literal 3 binary64)) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))))) |
(+.f64 (/.f64 (*.f64 x x) (+.f64 x (sin.f64 x))) (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (+.f64 x x))) (*.f64 (+.f64 x (sin.f64 x)) #s(literal 2 binary64))))) |
(+.f64 (neg.f64 (neg.f64 x)) (neg.f64 (sin.f64 x))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (sin.f64 x)))) #s(literal -1 binary64))) |
(-.f64 x (sin.f64 x)) |
(-.f64 #s(literal 0 binary64) (-.f64 (sin.f64 x) x)) |
(-.f64 (/.f64 (*.f64 x (*.f64 x x)) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))) (/.f64 (pow.f64 (sin.f64 x) #s(literal 3 binary64)) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)))) |
(-.f64 (/.f64 (*.f64 x x) (+.f64 x (sin.f64 x))) (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (+.f64 x x))) (*.f64 (+.f64 x (sin.f64 x)) #s(literal 2 binary64)))) |
(-.f64 (+.f64 x #s(literal 0 binary64)) (sin.f64 x)) |
(fma.f64 x (/.f64 x (+.f64 x (sin.f64 x))) (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (+.f64 x x))) (*.f64 (+.f64 x (sin.f64 x)) #s(literal 2 binary64))))) |
(fma.f64 x (/.f64 (*.f64 x x) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))) (neg.f64 (/.f64 (pow.f64 (sin.f64 x) #s(literal 3 binary64)) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))))) |
(fma.f64 (sin.f64 x) #s(literal -1 binary64) x) |
(fma.f64 (*.f64 x (*.f64 x x)) (/.f64 #s(literal 1 binary64) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))) (neg.f64 (/.f64 (pow.f64 (sin.f64 x) #s(literal 3 binary64)) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))))) |
(fma.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) (+.f64 x (sin.f64 x))) (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (+.f64 x x))) (*.f64 (+.f64 x (sin.f64 x)) #s(literal 2 binary64))))) |
(fma.f64 (*.f64 x x) (/.f64 x (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))) (neg.f64 (/.f64 (pow.f64 (sin.f64 x) #s(literal 3 binary64)) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))))) |
(fma.f64 #s(literal -1 binary64) (sin.f64 x) x) |
(fma.f64 (pow.f64 x #s(literal 3/2 binary64)) (/.f64 (pow.f64 x #s(literal 3/2 binary64)) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))) (neg.f64 (/.f64 (pow.f64 (sin.f64 x) #s(literal 3 binary64)) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))))) |
(fma.f64 (/.f64 (*.f64 x x) (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x))))) (-.f64 x (sin.f64 x)) (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (+.f64 x x))) (*.f64 (+.f64 x (sin.f64 x)) #s(literal 2 binary64))))) |
(fma.f64 (/.f64 (*.f64 x x) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 x) #s(literal 3 binary64)))) (fma.f64 x x (*.f64 (sin.f64 x) (-.f64 (sin.f64 x) x))) (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (+.f64 x x))) (*.f64 (+.f64 x (sin.f64 x)) #s(literal 2 binary64))))) |
(fma.f64 (/.f64 (*.f64 x (*.f64 x x)) (fma.f64 x (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x x)) (pow.f64 (*.f64 (sin.f64 x) (+.f64 x (sin.f64 x))) #s(literal 3 binary64)))) (fma.f64 (*.f64 (sin.f64 x) (+.f64 x (sin.f64 x))) (-.f64 (*.f64 (sin.f64 x) (+.f64 x (sin.f64 x))) (*.f64 x x)) (*.f64 x (*.f64 x (*.f64 x x)))) (neg.f64 (/.f64 (pow.f64 (sin.f64 x) #s(literal 3 binary64)) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))))) |
(fma.f64 (/.f64 (*.f64 x (*.f64 x x)) (-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (pow.f64 (*.f64 (sin.f64 x) (+.f64 x (sin.f64 x))) #s(literal 2 binary64)))) (-.f64 (*.f64 x x) (*.f64 (sin.f64 x) (+.f64 x (sin.f64 x)))) (neg.f64 (/.f64 (pow.f64 (sin.f64 x) #s(literal 3 binary64)) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))))) |
(neg.f64 (-.f64 (sin.f64 x) x)) |
(/.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 x) #s(literal 3 binary64))) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))) |
(/.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 x) #s(literal 3 binary64))) (neg.f64 (neg.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))))) |
(/.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 x) #s(literal 3 binary64))) (fma.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (+.f64 x x))) #s(literal 1/2 binary64) (-.f64 (*.f64 x x) (*.f64 x (neg.f64 (sin.f64 x)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 x (sin.f64 x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (sin.f64 x))) #s(literal 1 binary64))) |
(/.f64 (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x)))) (+.f64 x (sin.f64 x))) |
(/.f64 (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x)))) (neg.f64 (neg.f64 (+.f64 x (sin.f64 x))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (sin.f64 x))))) |
(/.f64 (fma.f64 (*.f64 x x) (neg.f64 x) (pow.f64 (sin.f64 x) #s(literal 3 binary64))) (neg.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)))) |
(/.f64 (+.f64 (neg.f64 (*.f64 x x)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x))))) (neg.f64 (+.f64 x (sin.f64 x)))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (pow.f64 (sin.f64 x) #s(literal 9 binary64))) (*.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)) (+.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)) (pow.f64 (sin.f64 x) #s(literal 6 binary64))) (pow.f64 (*.f64 x (sin.f64 x)) #s(literal 3 binary64))))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)) (pow.f64 (sin.f64 x) #s(literal 6 binary64))) (*.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 x) #s(literal 3 binary64))))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)) (pow.f64 (sin.f64 x) #s(literal 6 binary64))) (*.f64 (+.f64 x (sin.f64 x)) (fma.f64 x (*.f64 x (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x)))) (-.f64 (fma.f64 x x #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x)))))))) |
(/.f64 (-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (pow.f64 (sin.f64 x) #s(literal 4 binary64))) (*.f64 (+.f64 x (sin.f64 x)) (-.f64 (fma.f64 x x #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))) (*.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)) (pow.f64 (sin.f64 x) #s(literal 3 binary64)))) (pow.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) (+.f64 x (sin.f64 x))) (*.f64 (+.f64 x (sin.f64 x)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x)))))) (pow.f64 (+.f64 x (sin.f64 x)) #s(literal 2 binary64))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)) (pow.f64 (sin.f64 x) #s(literal 6 binary64))) #s(literal 1 binary64)) (*.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 x) #s(literal 3 binary64))) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)) (pow.f64 (sin.f64 x) #s(literal 6 binary64))) #s(literal 1 binary64)) (*.f64 (fma.f64 x (*.f64 x (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x)))) (-.f64 (fma.f64 x x #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x)))))) (+.f64 x (sin.f64 x)))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (pow.f64 (sin.f64 x) #s(literal 4 binary64))) #s(literal 1 binary64)) (*.f64 (-.f64 (fma.f64 x x #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x)))) (+.f64 x (sin.f64 x)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x x) (neg.f64 x) (pow.f64 (sin.f64 x) #s(literal 3 binary64))) #s(literal 1 binary64)) (neg.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)))) |
(/.f64 (*.f64 (+.f64 (neg.f64 (*.f64 x x)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x))))) #s(literal 1 binary64)) (neg.f64 (+.f64 x (sin.f64 x)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (pow.f64 (sin.f64 x) #s(literal 9 binary64))) #s(literal 1 binary64)) (*.f64 (+.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)) (pow.f64 (sin.f64 x) #s(literal 6 binary64))) (pow.f64 (*.f64 x (sin.f64 x)) #s(literal 3 binary64))) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x x) (neg.f64 x) (pow.f64 (sin.f64 x) #s(literal 3 binary64)))) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x x) (neg.f64 x) (pow.f64 (sin.f64 x) #s(literal 3 binary64)))) (neg.f64 (neg.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))))) |
(/.f64 (neg.f64 (+.f64 (neg.f64 (*.f64 x x)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x)))))) (+.f64 x (sin.f64 x))) |
(/.f64 (neg.f64 (+.f64 (neg.f64 (*.f64 x x)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x)))))) (neg.f64 (neg.f64 (+.f64 x (sin.f64 x))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 x (*.f64 x x)) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))) #s(literal 3 binary64)) (pow.f64 (/.f64 (pow.f64 (sin.f64 x) #s(literal 3 binary64)) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))) #s(literal 3 binary64))) (+.f64 (pow.f64 (/.f64 (*.f64 x (*.f64 x x)) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))) #s(literal 2 binary64)) (+.f64 (pow.f64 (/.f64 (pow.f64 (sin.f64 x) #s(literal 3 binary64)) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))) #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 x (*.f64 x x)) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))) (/.f64 (pow.f64 (sin.f64 x) #s(literal 3 binary64)) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 x x) (+.f64 x (sin.f64 x))) #s(literal 3 binary64)) (pow.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (+.f64 x x))) (*.f64 (+.f64 x (sin.f64 x)) #s(literal 2 binary64))) #s(literal 3 binary64))) (+.f64 (pow.f64 (/.f64 (*.f64 x x) (+.f64 x (sin.f64 x))) #s(literal 2 binary64)) (+.f64 (pow.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (+.f64 x x))) (*.f64 (+.f64 x (sin.f64 x)) #s(literal 2 binary64))) #s(literal 2 binary64)) (*.f64 (/.f64 (*.f64 x x) (+.f64 x (sin.f64 x))) (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (+.f64 x x))) (*.f64 (+.f64 x (sin.f64 x)) #s(literal 2 binary64))))))) |
(/.f64 (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x)))) (*.f64 x x)) (-.f64 (neg.f64 (sin.f64 x)) x)) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 x (*.f64 x x)) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))) #s(literal 2 binary64)) (pow.f64 (/.f64 (pow.f64 (sin.f64 x) #s(literal 3 binary64)) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))) #s(literal 2 binary64))) (fma.f64 x (/.f64 (*.f64 x x) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))) (/.f64 (pow.f64 (sin.f64 x) #s(literal 3 binary64)) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 x x) (+.f64 x (sin.f64 x))) #s(literal 2 binary64)) (pow.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (+.f64 x x))) (*.f64 (+.f64 x (sin.f64 x)) #s(literal 2 binary64))) #s(literal 2 binary64))) (fma.f64 x (/.f64 x (+.f64 x (sin.f64 x))) (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (+.f64 x x))) (*.f64 (+.f64 x (sin.f64 x)) #s(literal 2 binary64))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (pow.f64 (sin.f64 x) #s(literal 9 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)))) (+.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)) (pow.f64 (sin.f64 x) #s(literal 6 binary64))) (pow.f64 (*.f64 x (sin.f64 x)) #s(literal 3 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)) (pow.f64 (sin.f64 x) #s(literal 6 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 x) #s(literal 3 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)) (pow.f64 (sin.f64 x) #s(literal 6 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 x (sin.f64 x)))) (fma.f64 x (*.f64 x (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x)))) (-.f64 (fma.f64 x x #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x))))))) |
(/.f64 (*.f64 (-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (pow.f64 (sin.f64 x) #s(literal 4 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 x (sin.f64 x)))) (-.f64 (fma.f64 x x #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x))))) |
(/.f64 (-.f64 (neg.f64 (*.f64 x (*.f64 x x))) (pow.f64 (sin.f64 x) #s(literal 3 binary64))) (neg.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)))) |
(/.f64 (-.f64 (neg.f64 (*.f64 x x)) (neg.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x)))))) (neg.f64 (+.f64 x (sin.f64 x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) (/.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)) (pow.f64 (sin.f64 x) #s(literal 3 binary64)))) (*.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)) #s(literal 1 binary64))) (*.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)) (/.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)) (pow.f64 (sin.f64 x) #s(literal 3 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) (neg.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)))) (*.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)) (pow.f64 (sin.f64 x) #s(literal 3 binary64)))) (*.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)) (neg.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))) (*.f64 (/.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)) (*.f64 x (*.f64 x x))) (pow.f64 (sin.f64 x) #s(literal 3 binary64)))) (*.f64 (/.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)) (*.f64 x (*.f64 x x))) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)) (pow.f64 (sin.f64 x) #s(literal 3 binary64)))) (*.f64 (/.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)) (*.f64 x (*.f64 x x))) #s(literal 1 binary64))) (*.f64 (/.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)) (*.f64 x (*.f64 x x))) (/.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)) (pow.f64 (sin.f64 x) #s(literal 3 binary64))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)))) (*.f64 (/.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)) (*.f64 x (*.f64 x x))) (pow.f64 (sin.f64 x) #s(literal 3 binary64)))) (*.f64 (/.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)) (*.f64 x (*.f64 x x))) (neg.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 x (*.f64 x x))) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))) (*.f64 (neg.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))) (pow.f64 (sin.f64 x) #s(literal 3 binary64)))) (*.f64 (neg.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 x (*.f64 x x))) (/.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)) (pow.f64 (sin.f64 x) #s(literal 3 binary64)))) (*.f64 (neg.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))) #s(literal 1 binary64))) (*.f64 (neg.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))) (/.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)) (pow.f64 (sin.f64 x) #s(literal 3 binary64))))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 x (*.f64 x x))) (neg.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)))) (*.f64 (neg.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))) (pow.f64 (sin.f64 x) #s(literal 3 binary64)))) (*.f64 (neg.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))) (neg.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) (/.f64 (+.f64 x (sin.f64 x)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x)))))) (+.f64 x (sin.f64 x))) (*.f64 (+.f64 x (sin.f64 x)) (/.f64 (+.f64 x (sin.f64 x)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) (*.f64 (+.f64 x (sin.f64 x)) #s(literal 2 binary64))) (*.f64 (+.f64 x (sin.f64 x)) (-.f64 #s(literal 1 binary64) (cos.f64 (+.f64 x x))))) (*.f64 (+.f64 x (sin.f64 x)) (*.f64 (+.f64 x (sin.f64 x)) #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) (neg.f64 (+.f64 x (sin.f64 x)))) (*.f64 (+.f64 x (sin.f64 x)) (neg.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x))))))) (*.f64 (+.f64 x (sin.f64 x)) (neg.f64 (+.f64 x (sin.f64 x))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (+.f64 x (sin.f64 x))) (*.f64 (/.f64 (+.f64 x (sin.f64 x)) (*.f64 x x)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x)))))) (*.f64 (/.f64 (+.f64 x (sin.f64 x)) (*.f64 x x)) (+.f64 x (sin.f64 x)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (+.f64 x (sin.f64 x)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x)))))) (*.f64 (/.f64 (+.f64 x (sin.f64 x)) (*.f64 x x)) #s(literal 1 binary64))) (*.f64 (/.f64 (+.f64 x (sin.f64 x)) (*.f64 x x)) (/.f64 (+.f64 x (sin.f64 x)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 (+.f64 x (sin.f64 x)) #s(literal 2 binary64))) (*.f64 (/.f64 (+.f64 x (sin.f64 x)) (*.f64 x x)) (-.f64 #s(literal 1 binary64) (cos.f64 (+.f64 x x))))) (*.f64 (/.f64 (+.f64 x (sin.f64 x)) (*.f64 x x)) (*.f64 (+.f64 x (sin.f64 x)) #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (+.f64 x (sin.f64 x)))) (*.f64 (/.f64 (+.f64 x (sin.f64 x)) (*.f64 x x)) (neg.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x))))))) (*.f64 (/.f64 (+.f64 x (sin.f64 x)) (*.f64 x x)) (neg.f64 (+.f64 x (sin.f64 x))))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 x x)) (+.f64 x (sin.f64 x))) (*.f64 (neg.f64 (+.f64 x (sin.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x)))))) (*.f64 (neg.f64 (+.f64 x (sin.f64 x))) (+.f64 x (sin.f64 x)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 x x)) (/.f64 (+.f64 x (sin.f64 x)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x)))))) (*.f64 (neg.f64 (+.f64 x (sin.f64 x))) #s(literal 1 binary64))) (*.f64 (neg.f64 (+.f64 x (sin.f64 x))) (/.f64 (+.f64 x (sin.f64 x)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x))))))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 x x)) (*.f64 (+.f64 x (sin.f64 x)) #s(literal 2 binary64))) (*.f64 (neg.f64 (+.f64 x (sin.f64 x))) (-.f64 #s(literal 1 binary64) (cos.f64 (+.f64 x x))))) (*.f64 (neg.f64 (+.f64 x (sin.f64 x))) (*.f64 (+.f64 x (sin.f64 x)) #s(literal 2 binary64)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 (*.f64 x x)) (neg.f64 (+.f64 x (sin.f64 x)))) (*.f64 (neg.f64 (+.f64 x (sin.f64 x))) (neg.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x))))))) (*.f64 (neg.f64 (+.f64 x (sin.f64 x))) (neg.f64 (+.f64 x (sin.f64 x))))) |
(pow.f64 (-.f64 x (sin.f64 x)) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (sin.f64 x))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (sin.f64 x))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 (-.f64 x (sin.f64 x)) #s(literal 1 binary64)) |
(*.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 x) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)))) |
(*.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 x) #s(literal 3 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))) #s(literal 1 binary64))) |
(*.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)) (/.f64 (-.f64 x (sin.f64 x)) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)))) |
(*.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)) (*.f64 (-.f64 x (sin.f64 x)) (/.f64 #s(literal 1 binary64) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))))) |
(*.f64 #s(literal 1 binary64) (-.f64 x (sin.f64 x))) |
(*.f64 (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x)))) (/.f64 #s(literal 1 binary64) (+.f64 x (sin.f64 x)))) |
(*.f64 (+.f64 x (sin.f64 x)) (/.f64 (-.f64 x (sin.f64 x)) (+.f64 x (sin.f64 x)))) |
(*.f64 (+.f64 x (sin.f64 x)) (*.f64 (-.f64 x (sin.f64 x)) (/.f64 #s(literal 1 binary64) (+.f64 x (sin.f64 x))))) |
(*.f64 #s(literal -1 binary64) (-.f64 (sin.f64 x) x)) |
(*.f64 (fma.f64 (*.f64 x x) (neg.f64 x) (pow.f64 (sin.f64 x) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))))) |
(*.f64 (+.f64 (neg.f64 (*.f64 x x)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x))))) (/.f64 #s(literal 1 binary64) (neg.f64 (+.f64 x (sin.f64 x))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 x) #s(literal 3 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 x) #s(literal 3 binary64)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (sin.f64 x))) (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (+.f64 x (sin.f64 x))) (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x)))) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 x) #s(literal 3 binary64)))) (fma.f64 x x (*.f64 (sin.f64 x) (-.f64 (sin.f64 x) x)))) |
(*.f64 (/.f64 (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x)))) (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x))))) (-.f64 x (sin.f64 x))) |
(*.f64 (/.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 x) #s(literal 3 binary64))) (fma.f64 x (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x x)) (pow.f64 (*.f64 (sin.f64 x) (+.f64 x (sin.f64 x))) #s(literal 3 binary64)))) (fma.f64 (*.f64 (sin.f64 x) (+.f64 x (sin.f64 x))) (-.f64 (*.f64 (sin.f64 x) (+.f64 x (sin.f64 x))) (*.f64 x x)) (*.f64 x (*.f64 x (*.f64 x x))))) |
(*.f64 (/.f64 (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 x) #s(literal 3 binary64))) (-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (pow.f64 (*.f64 (sin.f64 x) (+.f64 x (sin.f64 x))) #s(literal 2 binary64)))) (-.f64 (*.f64 x x) (*.f64 (sin.f64 x) (+.f64 x (sin.f64 x))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (-.f64 (*.f64 x x) #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x (sin.f64 x)))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 x) #s(literal 3 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)))) |
(*.f64 (pow.f64 (/.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)) (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (pow.f64 (sin.f64 x) #s(literal 9 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)) (pow.f64 (sin.f64 x) #s(literal 6 binary64))) (pow.f64 (*.f64 x (sin.f64 x)) #s(literal 3 binary64))))) |
(*.f64 (pow.f64 (/.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x)) (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)) (pow.f64 (sin.f64 x) #s(literal 6 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 x) #s(literal 3 binary64))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) (neg.f64 x) (pow.f64 (sin.f64 x) #s(literal 3 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 (sin.f64 x) (+.f64 x (sin.f64 x)) (*.f64 x x))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (+.f64 (neg.f64 (*.f64 x x)) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x)))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (neg.f64 (+.f64 x (sin.f64 x))))) |
(*.f64 (pow.f64 (/.f64 (+.f64 x (sin.f64 x)) (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x)) (pow.f64 (sin.f64 x) #s(literal 6 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 x (*.f64 x (*.f64 x x)) (*.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x)))) (-.f64 (fma.f64 x x #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x)))))))) |
(*.f64 (pow.f64 (/.f64 (+.f64 x (sin.f64 x)) (-.f64 (*.f64 x (*.f64 x (*.f64 x x))) (pow.f64 (sin.f64 x) #s(literal 4 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 x x #s(literal 1/2 binary64)) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x)))))) |
(exp.f64 (log.f64 (sin.f64 x))) |
(exp.f64 (*.f64 (log.f64 (sin.f64 x)) #s(literal 1 binary64))) |
(-.f64 #s(literal 0 binary64) (neg.f64 (sin.f64 x))) |
(sin.f64 x) |
(neg.f64 (neg.f64 (sin.f64 x))) |
(pow.f64 (sin.f64 x) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (sin.f64 x)) |
(*.f64 #s(literal -1 binary64) (neg.f64 (sin.f64 x))) |
(*.f64 #s(literal -1 binary64) (pow.f64 (neg.f64 (sin.f64 x)) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (tan.f64 x)) #s(literal -1 binary64)) #s(literal -1 binary64))) |
(exp.f64 (neg.f64 (*.f64 (log.f64 (tan.f64 x)) #s(literal -1 binary64)))) |
(-.f64 #s(literal 0 binary64) (neg.f64 (tan.f64 x))) |
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (cos.f64 x))) (neg.f64 (tan.f64 x))) |
(tan.f64 x) |
(neg.f64 (neg.f64 (tan.f64 x))) |
(/.f64 (sin.f64 x) (cos.f64 x)) |
(/.f64 (sin.f64 x) (neg.f64 (neg.f64 (cos.f64 x)))) |
(/.f64 (tan.f64 x) #s(literal 1 binary64)) |
(/.f64 (neg.f64 (tan.f64 x)) #s(literal -1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (tan.f64 x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) #s(literal 1 binary64))) |
(/.f64 (neg.f64 (sin.f64 x)) (neg.f64 (cos.f64 x))) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (tan.f64 x))) |
(/.f64 (*.f64 (sin.f64 x) #s(literal 1 binary64)) (cos.f64 x)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (neg.f64 (cos.f64 x))) (*.f64 (neg.f64 (cos.f64 x)) (sin.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal -1 binary64) (tan.f64 x))) (*.f64 (neg.f64 (cos.f64 x)) #s(literal 1 binary64))) (*.f64 (neg.f64 (cos.f64 x)) (/.f64 #s(literal -1 binary64) (tan.f64 x)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 (neg.f64 (cos.f64 x)) (sin.f64 x))) (*.f64 (neg.f64 (cos.f64 x)) #s(literal 1 binary64))) (*.f64 (neg.f64 (cos.f64 x)) (/.f64 (neg.f64 (cos.f64 x)) (sin.f64 x)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 (cos.f64 x) (neg.f64 (sin.f64 x)))) (*.f64 (neg.f64 (cos.f64 x)) #s(literal 1 binary64))) (*.f64 (neg.f64 (cos.f64 x)) (/.f64 (cos.f64 x) (neg.f64 (sin.f64 x))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (cos.f64 x)) (*.f64 (neg.f64 (cos.f64 x)) (neg.f64 (sin.f64 x)))) (*.f64 (neg.f64 (cos.f64 x)) (cos.f64 x))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (neg.f64 (neg.f64 (cos.f64 x)))) (*.f64 (neg.f64 (cos.f64 x)) (neg.f64 (sin.f64 x)))) (*.f64 (neg.f64 (cos.f64 x)) (neg.f64 (neg.f64 (cos.f64 x))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (/.f64 #s(literal 1 binary64) (tan.f64 x))) (*.f64 (neg.f64 (cos.f64 x)) #s(literal -1 binary64))) (*.f64 (neg.f64 (cos.f64 x)) (/.f64 #s(literal 1 binary64) (tan.f64 x)))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (+.f64 #s(literal 0 binary64) (+.f64 (pow.f64 (tan.f64 x) #s(literal 2 binary64)) (*.f64 #s(literal 0 binary64) (tan.f64 x))))) (*.f64 (neg.f64 (cos.f64 x)) (-.f64 #s(literal 0 binary64) (pow.f64 (tan.f64 x) #s(literal 3 binary64))))) (*.f64 (neg.f64 (cos.f64 x)) (+.f64 #s(literal 0 binary64) (+.f64 (pow.f64 (tan.f64 x) #s(literal 2 binary64)) (*.f64 #s(literal 0 binary64) (tan.f64 x)))))) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (+.f64 #s(literal 0 binary64) (tan.f64 x))) (*.f64 (neg.f64 (cos.f64 x)) (-.f64 #s(literal 0 binary64) (pow.f64 (tan.f64 x) #s(literal 2 binary64))))) (*.f64 (neg.f64 (cos.f64 x)) (+.f64 #s(literal 0 binary64) (tan.f64 x)))) |
(pow.f64 (tan.f64 x) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 (sin.f64 x) (/.f64 #s(literal 1 binary64) (cos.f64 x))) |
(*.f64 (sin.f64 x) (/.f64 (/.f64 #s(literal 1 binary64) (cos.f64 x)) #s(literal 1 binary64))) |
(*.f64 (tan.f64 x) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (tan.f64 x)) |
(*.f64 (neg.f64 (sin.f64 x)) (/.f64 #s(literal 1 binary64) (neg.f64 (cos.f64 x)))) |
(*.f64 #s(literal -1 binary64) (neg.f64 (tan.f64 x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (cos.f64 x)) (sin.f64 x)) |
(*.f64 (/.f64 #s(literal 1 binary64) (cos.f64 x)) (pow.f64 (/.f64 #s(literal 1 binary64) (sin.f64 x)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (sin.f64 x)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (cos.f64 x))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (sin.f64 x)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (cos.f64 x))) |
(*.f64 (pow.f64 (/.f64 #s(literal -1 binary64) (sin.f64 x)) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (neg.f64 (cos.f64 x)))) |
(*.f64 (pow.f64 (pow.f64 (tan.f64 x) #s(literal -1/2 binary64)) #s(literal -1 binary64)) (pow.f64 (pow.f64 (tan.f64 x) #s(literal -1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (sin.f64 x))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (neg.f64 (cos.f64 x)))) |
| 1× | egg-herbie |
| 18 358× | accelerator-lowering-fma.f32 |
| 18 358× | accelerator-lowering-fma.f64 |
| 5 180× | *-lowering-*.f32 |
| 5 180× | *-lowering-*.f64 |
| 3 422× | +-lowering-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 105 | 408 |
| 1 | 301 | 384 |
| 2 | 829 | 384 |
| 3 | 2520 | 348 |
| 4 | 5523 | 342 |
| 0 | 8535 | 318 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* 1/6 (pow x 2)) |
(* (pow x 2) (+ 1/6 (* -23/360 (pow x 2)))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360)))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360)))) |
(/ (* x (cos x)) (sin x)) |
(* x (+ (* -1 (/ (cos x) x)) (/ (cos x) (sin x)))) |
(* x (+ (* -1 (/ (cos x) x)) (/ (cos x) (sin x)))) |
(* x (+ (* -1 (/ (cos x) x)) (/ (cos x) (sin x)))) |
(/ (* x (cos x)) (sin x)) |
(* -1 (* x (+ (* -1 (/ (cos x) (sin x))) (/ (cos x) x)))) |
(* -1 (* x (+ (* -1 (/ (cos x) (sin x))) (/ (cos x) x)))) |
(* -1 (* x (+ (* -1 (/ (cos x) (sin x))) (/ (cos x) x)))) |
(* 1/6 (pow x 3)) |
(* (pow x 3) (+ 1/6 (* -1/120 (pow x 2)))) |
(* (pow x 3) (+ 1/6 (* (pow x 2) (- (* 1/5040 (pow x 2)) 1/120)))) |
(* (pow x 3) (+ 1/6 (* (pow x 2) (- (* (pow x 2) (+ 1/5040 (* -1/362880 (pow x 2)))) 1/120)))) |
x |
(* x (+ 1 (* -1 (/ (sin x) x)))) |
(* x (+ 1 (* -1 (/ (sin x) x)))) |
(* x (+ 1 (* -1 (/ (sin x) x)))) |
x |
(* -1 (* x (- (/ (sin x) x) 1))) |
(* -1 (* x (- (/ (sin x) x) 1))) |
(* -1 (* x (- (/ (sin x) x) 1))) |
x |
(* x (+ 1 (* -1/6 (pow x 2)))) |
(* x (+ 1 (* (pow x 2) (- (* 1/120 (pow x 2)) 1/6)))) |
(* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 1/120 (* -1/5040 (pow x 2)))) 1/6)))) |
(sin x) |
(sin x) |
(sin x) |
(sin x) |
(sin x) |
(sin x) |
(sin x) |
(sin x) |
x |
(* x (+ 1 (* 1/3 (pow x 2)))) |
(* x (+ 1 (* (pow x 2) (+ 1/3 (* 2/15 (pow x 2)))))) |
(* x (+ 1 (* (pow x 2) (+ 1/3 (* (pow x 2) (+ 2/15 (* 17/315 (pow x 2)))))))) |
(/ (sin x) (cos x)) |
(/ (sin x) (cos x)) |
(/ (sin x) (cos x)) |
(/ (sin x) (cos x)) |
(/ (sin x) (cos x)) |
(/ (sin x) (cos x)) |
(/ (sin x) (cos x)) |
(/ (sin x) (cos x)) |
| Outputs |
|---|
(* 1/6 (pow x 2)) |
(*.f64 #s(literal 1/6 binary64) (*.f64 x x)) |
(* (pow x 2) (+ 1/6 (* -23/360 (pow x 2)))) |
(*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -23/360 binary64) #s(literal 1/6 binary64)))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360)))) |
(*.f64 x (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -11/15120 binary64) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360)))) |
(*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) #s(literal 1/6 binary64)))) |
(/ (* x (cos x)) (sin x)) |
(/.f64 (*.f64 x (cos.f64 x)) (sin.f64 x)) |
(* x (+ (* -1 (/ (cos x) x)) (/ (cos x) (sin x)))) |
(*.f64 (cos.f64 x) (+.f64 (/.f64 x (sin.f64 x)) #s(literal -1 binary64))) |
(* x (+ (* -1 (/ (cos x) x)) (/ (cos x) (sin x)))) |
(*.f64 (cos.f64 x) (+.f64 (/.f64 x (sin.f64 x)) #s(literal -1 binary64))) |
(* x (+ (* -1 (/ (cos x) x)) (/ (cos x) (sin x)))) |
(*.f64 (cos.f64 x) (+.f64 (/.f64 x (sin.f64 x)) #s(literal -1 binary64))) |
(/ (* x (cos x)) (sin x)) |
(/.f64 (*.f64 x (cos.f64 x)) (sin.f64 x)) |
(* -1 (* x (+ (* -1 (/ (cos x) (sin x))) (/ (cos x) x)))) |
(*.f64 (cos.f64 x) (+.f64 (/.f64 x (sin.f64 x)) #s(literal -1 binary64))) |
(* -1 (* x (+ (* -1 (/ (cos x) (sin x))) (/ (cos x) x)))) |
(*.f64 (cos.f64 x) (+.f64 (/.f64 x (sin.f64 x)) #s(literal -1 binary64))) |
(* -1 (* x (+ (* -1 (/ (cos x) (sin x))) (/ (cos x) x)))) |
(*.f64 (cos.f64 x) (+.f64 (/.f64 x (sin.f64 x)) #s(literal -1 binary64))) |
(* 1/6 (pow x 3)) |
(*.f64 #s(literal 1/6 binary64) (*.f64 x (*.f64 x x))) |
(* (pow x 3) (+ 1/6 (* -1/120 (pow x 2)))) |
(*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -1/120 binary64)) #s(literal 1/6 binary64))))) |
(* (pow x 3) (+ 1/6 (* (pow x 2) (- (* 1/5040 (pow x 2)) 1/120)))) |
(*.f64 (*.f64 x (*.f64 x x)) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal 1/5040 binary64)) #s(literal -1/120 binary64))) #s(literal 1/6 binary64))) |
(* (pow x 3) (+ 1/6 (* (pow x 2) (- (* (pow x 2) (+ 1/5040 (* -1/362880 (pow x 2)))) 1/120)))) |
(*.f64 x (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64)) #s(literal -1/120 binary64)) #s(literal 1/6 binary64)))) |
x |
(* x (+ 1 (* -1 (/ (sin x) x)))) |
(-.f64 x (sin.f64 x)) |
(* x (+ 1 (* -1 (/ (sin x) x)))) |
(-.f64 x (sin.f64 x)) |
(* x (+ 1 (* -1 (/ (sin x) x)))) |
(-.f64 x (sin.f64 x)) |
x |
(* -1 (* x (- (/ (sin x) x) 1))) |
(-.f64 x (sin.f64 x)) |
(* -1 (* x (- (/ (sin x) x) 1))) |
(-.f64 x (sin.f64 x)) |
(* -1 (* x (- (/ (sin x) x) 1))) |
(-.f64 x (sin.f64 x)) |
x |
(* x (+ 1 (* -1/6 (pow x 2)))) |
(fma.f64 x (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) x) |
(* x (+ 1 (* (pow x 2) (- (* 1/120 (pow x 2)) 1/6)))) |
(fma.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x #s(literal 1/120 binary64)) #s(literal -1/6 binary64))) x) |
(* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 1/120 (* -1/5040 (pow x 2)))) 1/6)))) |
(fma.f64 (*.f64 x (*.f64 x x)) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -1/5040 binary64)) #s(literal 1/120 binary64))) #s(literal -1/6 binary64)) x) |
(sin x) |
(sin.f64 x) |
(sin x) |
(sin.f64 x) |
(sin x) |
(sin.f64 x) |
(sin x) |
(sin.f64 x) |
(sin x) |
(sin.f64 x) |
(sin x) |
(sin.f64 x) |
(sin x) |
(sin.f64 x) |
(sin x) |
(sin.f64 x) |
x |
(* x (+ 1 (* 1/3 (pow x 2)))) |
(fma.f64 x (*.f64 (*.f64 x x) #s(literal 1/3 binary64)) x) |
(* x (+ 1 (* (pow x 2) (+ 1/3 (* 2/15 (pow x 2)))))) |
(fma.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal 1/3 binary64))) x) |
(* x (+ 1 (* (pow x 2) (+ 1/3 (* (pow x 2) (+ 2/15 (* 17/315 (pow x 2)))))))) |
(fma.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal 17/315 binary64)) #s(literal 2/15 binary64)) #s(literal 1/3 binary64)) x) |
(/ (sin x) (cos x)) |
(/.f64 (sin.f64 x) (cos.f64 x)) |
(/ (sin x) (cos x)) |
(/.f64 (sin.f64 x) (cos.f64 x)) |
(/ (sin x) (cos x)) |
(/.f64 (sin.f64 x) (cos.f64 x)) |
(/ (sin x) (cos x)) |
(/.f64 (sin.f64 x) (cos.f64 x)) |
(/ (sin x) (cos x)) |
(/.f64 (sin.f64 x) (cos.f64 x)) |
(/ (sin x) (cos x)) |
(/.f64 (sin.f64 x) (cos.f64 x)) |
(/ (sin x) (cos x)) |
(/.f64 (sin.f64 x) (cos.f64 x)) |
(/ (sin x) (cos x)) |
(/.f64 (sin.f64 x) (cos.f64 x)) |
Compiled 12 253 to 1 554 computations (87.3% saved)
15 alts after pruning (14 fresh and 1 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 515 | 14 | 529 |
| Fresh | 0 | 0 | 0 |
| Picked | 0 | 1 | 1 |
| Done | 0 | 0 | 0 |
| Total | 515 | 15 | 530 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 5.7% | (fma.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) x (*.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) (neg.f64 (sin.f64 x)))) |
| 5.5% | (fma.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) x (neg.f64 (cos.f64 x))) | |
| 3.1% | (/.f64 (fma.f64 (/.f64 (*.f64 x x) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 x) #s(literal 3 binary64)))) (fma.f64 x x (*.f64 (sin.f64 x) (-.f64 (sin.f64 x) x))) (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (+.f64 x x))) (*.f64 (+.f64 x (sin.f64 x)) #s(literal 2 binary64))))) (tan.f64 x)) | |
| 1.9% | (/.f64 (-.f64 (*.f64 (*.f64 x (cos.f64 x)) (sin.f64 x)) (*.f64 (sin.f64 x) (*.f64 (sin.f64 x) (cos.f64 x)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x))))) | |
| 4.1% | (/.f64 (-.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x))))) (/.f64 (+.f64 x (sin.f64 x)) (tan.f64 x))) | |
| 53.7% | (/.f64 (-.f64 x (fma.f64 (*.f64 x (*.f64 x x)) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -1/5040 binary64)) #s(literal 1/120 binary64))) #s(literal -1/6 binary64)) x)) (tan.f64 x)) | |
| ✓ | 54.1% | (/.f64 (-.f64 x (sin.f64 x)) (tan.f64 x)) |
| 82.9% | (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal 1/5040 binary64)) #s(literal -1/120 binary64))) #s(literal 1/6 binary64))) (tan.f64 x)) | |
| ▶ | 83.0% | (/.f64 (*.f64 x (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64)) #s(literal -1/120 binary64)) #s(literal 1/6 binary64)))) (tan.f64 x)) |
| ▶ | 82.1% | (/.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 x (*.f64 x x))) (tan.f64 x)) |
| 54.1% | (+.f64 (/.f64 x (tan.f64 x)) (neg.f64 (cos.f64 x))) | |
| 99.3% | (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -11/15120 binary64) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) | |
| 99.3% | (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -23/360 binary64) #s(literal 1/6 binary64)))) | |
| ▶ | 99.4% | (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) #s(literal 1/6 binary64)))) |
| ▶ | 98.4% | (*.f64 #s(literal 1/6 binary64) (*.f64 x x)) |
Compiled 536 to 313 computations (41.6% saved)
| 1× | egg-herbie |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (tan.f64 x) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1 binary64) (tan.f64 x)) |
| ✓ | cost-diff | 320 | (*.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) (neg.f64 (sin.f64 x))) |
| ✓ | cost-diff | 7424 | (fma.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) x (*.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) (neg.f64 (sin.f64 x)))) |
| ✓ | cost-diff | 0 | (*.f64 x x) |
| ✓ | cost-diff | 0 | (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64)) #s(literal -1/120 binary64)) #s(literal 1/6 binary64))) |
| ✓ | cost-diff | 0 | (*.f64 x (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64)) #s(literal -1/120 binary64)) #s(literal 1/6 binary64)))) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 x (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64)) #s(literal -1/120 binary64)) #s(literal 1/6 binary64)))) (tan.f64 x)) |
| ✓ | cost-diff | 0 | (*.f64 x x) |
| ✓ | cost-diff | 0 | (*.f64 x (*.f64 x x)) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal 1/6 binary64) (*.f64 x (*.f64 x x))) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 x (*.f64 x x))) (tan.f64 x)) |
| ✓ | cost-diff | 0 | (*.f64 x x) |
| ✓ | cost-diff | 0 | (*.f64 #s(literal 1/6 binary64) (*.f64 x x)) |
| ✓ | cost-diff | 0 | (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) |
| ✓ | cost-diff | 0 | (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) #s(literal 1/6 binary64)) |
| ✓ | cost-diff | 0 | (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) #s(literal 1/6 binary64))) |
| ✓ | cost-diff | 0 | (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) #s(literal 1/6 binary64)))) |
| 11 084× | accelerator-lowering-fma.f32 |
| 11 084× | accelerator-lowering-fma.f64 |
| 5 432× | *-lowering-*.f32 |
| 5 432× | *-lowering-*.f64 |
| 3 128× | +-lowering-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 40 | 300 |
| 1 | 134 | 297 |
| 2 | 422 | 295 |
| 3 | 1302 | 295 |
| 4 | 3689 | 295 |
| 5 | 4087 | 295 |
| 6 | 4322 | 295 |
| 7 | 5273 | 295 |
| 0 | 9156 | 265 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* x (* x (+ (* x (* x (+ (* x (* x (+ (* (* x x) -143/604800) -11/15120))) -23/360))) 1/6))) |
x |
(* x (+ (* x (* x (+ (* x (* x (+ (* (* x x) -143/604800) -11/15120))) -23/360))) 1/6)) |
(+ (* x (* x (+ (* x (* x (+ (* (* x x) -143/604800) -11/15120))) -23/360))) 1/6) |
(* x (+ (* x (* x (+ (* (* x x) -143/604800) -11/15120))) -23/360)) |
(+ (* x (* x (+ (* (* x x) -143/604800) -11/15120))) -23/360) |
(* x (+ (* (* x x) -143/604800) -11/15120)) |
(+ (* (* x x) -143/604800) -11/15120) |
(* x x) |
-143/604800 |
-11/15120 |
-23/360 |
1/6 |
(* 1/6 (* x x)) |
1/6 |
(* x x) |
x |
(/ (* 1/6 (* x (* x x))) (tan x)) |
(* 1/6 (* x (* x x))) |
1/6 |
(* x (* x x)) |
x |
(* x x) |
(tan x) |
(/ (* x (* (* x x) (+ (* (* x x) (+ (* (* x x) (+ (* (* x x) -1/362880) 1/5040)) -1/120)) 1/6))) (tan x)) |
(* x (* (* x x) (+ (* (* x x) (+ (* (* x x) (+ (* (* x x) -1/362880) 1/5040)) -1/120)) 1/6))) |
x |
(* (* x x) (+ (* (* x x) (+ (* (* x x) (+ (* (* x x) -1/362880) 1/5040)) -1/120)) 1/6)) |
(* x x) |
(+ (* (* x x) (+ (* (* x x) (+ (* (* x x) -1/362880) 1/5040)) -1/120)) 1/6) |
(+ (* (* x x) (+ (* (* x x) -1/362880) 1/5040)) -1/120) |
(+ (* (* x x) -1/362880) 1/5040) |
-1/362880 |
1/5040 |
-1/120 |
1/6 |
(tan x) |
(+ (* (/ 1 (tan x)) x) (* (/ 1 (tan x)) (neg (sin x)))) |
(/ 1 (tan x)) |
1 |
(tan x) |
x |
(* (/ 1 (tan x)) (neg (sin x))) |
(neg (sin x)) |
(sin x) |
| Outputs |
|---|
(* x (* x (+ (* x (* x (+ (* x (* x (+ (* (* x x) -143/604800) -11/15120))) -23/360))) 1/6))) |
(*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
x |
(* x (+ (* x (* x (+ (* x (* x (+ (* (* x x) -143/604800) -11/15120))) -23/360))) 1/6)) |
(*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(+ (* x (* x (+ (* x (* x (+ (* (* x x) -143/604800) -11/15120))) -23/360))) 1/6) |
(fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)) |
(* x (+ (* x (* x (+ (* (* x x) -143/604800) -11/15120))) -23/360)) |
(*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) |
(+ (* x (* x (+ (* (* x x) -143/604800) -11/15120))) -23/360) |
(fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) |
(* x (+ (* (* x x) -143/604800) -11/15120)) |
(*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) |
(+ (* (* x x) -143/604800) -11/15120) |
(fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) |
(* x x) |
(*.f64 x x) |
-143/604800 |
#s(literal -143/604800 binary64) |
-11/15120 |
#s(literal -11/15120 binary64) |
-23/360 |
#s(literal -23/360 binary64) |
1/6 |
#s(literal 1/6 binary64) |
(* 1/6 (* x x)) |
(*.f64 x (*.f64 x #s(literal 1/6 binary64))) |
1/6 |
#s(literal 1/6 binary64) |
(* x x) |
(*.f64 x x) |
x |
(/ (* 1/6 (* x (* x x))) (tan x)) |
(*.f64 x (*.f64 x (*.f64 x (/.f64 #s(literal 1/6 binary64) (tan.f64 x))))) |
(* 1/6 (* x (* x x))) |
(*.f64 x (*.f64 x (*.f64 x #s(literal 1/6 binary64)))) |
1/6 |
#s(literal 1/6 binary64) |
(* x (* x x)) |
(*.f64 x (*.f64 x x)) |
x |
(* x x) |
(*.f64 x x) |
(tan x) |
(tan.f64 x) |
(/ (* x (* (* x x) (+ (* (* x x) (+ (* (* x x) (+ (* (* x x) -1/362880) 1/5040)) -1/120)) 1/6))) (tan x)) |
(/.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64)) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) (tan.f64 x)) |
(* x (* (* x x) (+ (* (* x x) (+ (* (* x x) (+ (* (* x x) -1/362880) 1/5040)) -1/120)) 1/6))) |
(*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64)) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) |
x |
(* (* x x) (+ (* (* x x) (+ (* (* x x) (+ (* (* x x) -1/362880) 1/5040)) -1/120)) 1/6)) |
(*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64)) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) |
(* x x) |
(*.f64 x x) |
(+ (* (* x x) (+ (* (* x x) (+ (* (* x x) -1/362880) 1/5040)) -1/120)) 1/6) |
(fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64)) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)) |
(+ (* (* x x) (+ (* (* x x) -1/362880) 1/5040)) -1/120) |
(fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64)) #s(literal -1/120 binary64)) |
(+ (* (* x x) -1/362880) 1/5040) |
(fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64)) |
-1/362880 |
#s(literal -1/362880 binary64) |
1/5040 |
#s(literal 1/5040 binary64) |
-1/120 |
#s(literal -1/120 binary64) |
1/6 |
#s(literal 1/6 binary64) |
(tan x) |
(tan.f64 x) |
(+ (* (/ 1 (tan x)) x) (* (/ 1 (tan x)) (neg (sin x)))) |
(/.f64 (-.f64 x (sin.f64 x)) (tan.f64 x)) |
(/ 1 (tan x)) |
(/.f64 #s(literal 1 binary64) (tan.f64 x)) |
1 |
#s(literal 1 binary64) |
(tan x) |
(tan.f64 x) |
x |
(* (/ 1 (tan x)) (neg (sin x))) |
(/.f64 (sin.f64 x) (tan.f64 (neg.f64 x))) |
(neg (sin x)) |
(sin.f64 (neg.f64 x)) |
(sin x) |
(sin.f64 x) |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (neg.f64 (sin.f64 x)) |
| ✓ | accuracy | 100.0% | (/.f64 #s(literal 1 binary64) (tan.f64 x)) |
| ✓ | accuracy | 99.8% | (*.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) (neg.f64 (sin.f64 x))) |
| ✓ | accuracy | 5.5% | (fma.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) x (*.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) (neg.f64 (sin.f64 x)))) |
| ✓ | accuracy | 100.0% | (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64)) #s(literal -1/120 binary64)) #s(literal 1/6 binary64)) |
| ✓ | accuracy | 99.8% | (*.f64 x (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64)) #s(literal -1/120 binary64)) #s(literal 1/6 binary64)))) |
| ✓ | accuracy | 99.7% | (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64)) #s(literal -1/120 binary64)) #s(literal 1/6 binary64))) |
| ✓ | accuracy | 83.3% | (/.f64 (*.f64 x (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64)) #s(literal -1/120 binary64)) #s(literal 1/6 binary64)))) (tan.f64 x)) |
| ✓ | accuracy | 100.0% | (tan.f64 x) |
| ✓ | accuracy | 99.9% | (*.f64 x (*.f64 x x)) |
| ✓ | accuracy | 99.8% | (*.f64 #s(literal 1/6 binary64) (*.f64 x (*.f64 x x))) |
| ✓ | accuracy | 83.3% | (/.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 x (*.f64 x x))) (tan.f64 x)) |
| ✓ | accuracy | 100.0% | (*.f64 x x) |
| ✓ | accuracy | 99.7% | (*.f64 #s(literal 1/6 binary64) (*.f64 x x)) |
| ✓ | accuracy | 99.8% | (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) #s(literal 1/6 binary64)))) |
| ✓ | accuracy | 99.7% | (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64))) |
| ✓ | accuracy | 99.5% | (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) #s(literal 1/6 binary64))) |
| ✓ | accuracy | 99.3% | (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) |
| 472.0ms | 181× | 2 | valid |
| 223.0ms | 68× | 1 | valid |
| 2.0ms | 7× | 0 | valid |
Compiled 286 to 42 computations (85.3% saved)
ival-tan: 236.0ms (36.8% of total)ival-mult: 220.0ms (34.3% of total)adjust: 58.0ms (9% of total)ival-sin: 58.0ms (9% of total)const: 35.0ms (5.5% of total)ival-add: 18.0ms (2.8% of total)ival-div: 13.0ms (2% of total)ival-neg: 3.0ms (0.5% of total)ival-assert: 0.0ms (0% of total)exact: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)| Inputs |
|---|
#<alt (* x (* x (+ (* x (* x (+ (* x (* x (+ (* (* x x) -143/604800) -11/15120))) -23/360))) 1/6)))> |
#<alt (* x (+ (* x (* x (+ (* x (* x (+ (* (* x x) -143/604800) -11/15120))) -23/360))) 1/6))> |
#<alt (+ (* x (* x (+ (* x (* x (+ (* (* x x) -143/604800) -11/15120))) -23/360))) 1/6)> |
#<alt (* x (+ (* x (* x (+ (* (* x x) -143/604800) -11/15120))) -23/360))> |
#<alt (* 1/6 (* x x))> |
#<alt (* x x)> |
#<alt (/ (* 1/6 (* x (* x x))) (tan x))> |
#<alt (* 1/6 (* x (* x x)))> |
#<alt (* x (* x x))> |
#<alt (/ (* x (* (* x x) (+ (* (* x x) (+ (* (* x x) (+ (* (* x x) -1/362880) 1/5040)) -1/120)) 1/6))) (tan x))> |
#<alt (* x (* (* x x) (+ (* (* x x) (+ (* (* x x) (+ (* (* x x) -1/362880) 1/5040)) -1/120)) 1/6)))> |
#<alt (* (* x x) (+ (* (* x x) (+ (* (* x x) (+ (* (* x x) -1/362880) 1/5040)) -1/120)) 1/6))> |
#<alt (+ (* (/ 1 (tan x)) x) (* (/ 1 (tan x)) (neg (sin x))))> |
#<alt (* (/ 1 (tan x)) (neg (sin x)))> |
#<alt (/ 1 (tan x))> |
#<alt (tan x)> |
#<alt (* x (+ (* (* x x) -143/604800) -11/15120))> |
#<alt (+ (* (* x x) (+ (* (* x x) (+ (* (* x x) -1/362880) 1/5040)) -1/120)) 1/6)> |
#<alt (neg (sin x))> |
| Outputs |
|---|
#<alt (* 1/6 (pow x 2))> |
#<alt (* (pow x 2) (+ 1/6 (* -23/360 (pow x 2))))> |
#<alt (* (pow x 2) (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360))))> |
#<alt (* (pow x 2) (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360))))> |
#<alt (* -143/604800 (pow x 8))> |
#<alt (* -1 (* (pow x 8) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2))))))> |
#<alt (* (pow x 8) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800))> |
#<alt (* (pow x 8) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2)))))))> |
#<alt (* -143/604800 (pow x 8))> |
#<alt (* -1 (* (pow x 8) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2))))))> |
#<alt (* (pow x 8) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800))> |
#<alt (* (pow x 8) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2)))))))> |
#<alt (* 1/6 x)> |
#<alt (* x (+ 1/6 (* -23/360 (pow x 2))))> |
#<alt (* x (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360))))> |
#<alt (* x (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360))))> |
#<alt (* -143/604800 (pow x 7))> |
#<alt (* -1 (* (pow x 7) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2))))))> |
#<alt (* (pow x 7) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800))> |
#<alt (* (pow x 7) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2)))))))> |
#<alt (* -143/604800 (pow x 7))> |
#<alt (* -1 (* (pow x 7) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2))))))> |
#<alt (* -1 (* (pow x 7) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2)))))))> |
#<alt (* -1 (* (pow x 7) (- (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))) (* 1/6 (/ 1 (pow x 6))))))> |
#<alt 1/6> |
#<alt (+ 1/6 (* -23/360 (pow x 2)))> |
#<alt (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360)))> |
#<alt (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360)))> |
#<alt (* -143/604800 (pow x 6))> |
#<alt (* -1 (* (pow x 6) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2))))))> |
#<alt (* (pow x 6) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800))> |
#<alt (* (pow x 6) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2)))))))> |
#<alt (* -143/604800 (pow x 6))> |
#<alt (* -1 (* (pow x 6) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2))))))> |
#<alt (* (pow x 6) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800))> |
#<alt (* (pow x 6) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2)))))))> |
#<alt (* -23/360 x)> |
#<alt (* x (- (* -11/15120 (pow x 2)) 23/360))> |
#<alt (* x (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360))> |
#<alt (* x (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360))> |
#<alt (* -143/604800 (pow x 5))> |
#<alt (* -1 (* (pow x 5) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2))))))> |
#<alt (* (pow x 5) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800))> |
#<alt (* (pow x 5) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800))> |
#<alt (* -143/604800 (pow x 5))> |
#<alt (* -1 (* (pow x 5) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2))))))> |
#<alt (* -1 (* (pow x 5) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2)))))))> |
#<alt (* -1 (* (pow x 5) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2)))))))> |
#<alt (* 1/6 (pow x 2))> |
#<alt (* 1/6 (pow x 2))> |
#<alt (* 1/6 (pow x 2))> |
#<alt (* 1/6 (pow x 2))> |
#<alt (* 1/6 (pow x 2))> |
#<alt (* 1/6 (pow x 2))> |
#<alt (* 1/6 (pow x 2))> |
#<alt (* 1/6 (pow x 2))> |
#<alt (* 1/6 (pow x 2))> |
#<alt (* 1/6 (pow x 2))> |
#<alt (* 1/6 (pow x 2))> |
#<alt (* 1/6 (pow x 2))> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (* 1/6 (pow x 2))> |
#<alt (* (pow x 2) (+ 1/6 (* -1/18 (pow x 2))))> |
#<alt (* (pow x 2) (+ 1/6 (* (pow x 2) (- (* -1/270 (pow x 2)) 1/18))))> |
#<alt (* (pow x 2) (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -1/2835 (pow x 2)) 1/270)) 1/18))))> |
#<alt (* 1/6 (/ (* (pow x 3) (cos x)) (sin x)))> |
#<alt (* 1/6 (/ (* (pow x 3) (cos x)) (sin x)))> |
#<alt (* 1/6 (/ (* (pow x 3) (cos x)) (sin x)))> |
#<alt (* 1/6 (/ (* (pow x 3) (cos x)) (sin x)))> |
#<alt (* 1/6 (/ (* (pow x 3) (cos x)) (sin x)))> |
#<alt (* 1/6 (/ (* (pow x 3) (cos x)) (sin x)))> |
#<alt (* 1/6 (/ (* (pow x 3) (cos x)) (sin x)))> |
#<alt (* 1/6 (/ (* (pow x 3) (cos x)) (sin x)))> |
#<alt (* 1/6 (pow x 3))> |
#<alt (* 1/6 (pow x 3))> |
#<alt (* 1/6 (pow x 3))> |
#<alt (* 1/6 (pow x 3))> |
#<alt (* 1/6 (pow x 3))> |
#<alt (* 1/6 (pow x 3))> |
#<alt (* 1/6 (pow x 3))> |
#<alt (* 1/6 (pow x 3))> |
#<alt (* 1/6 (pow x 3))> |
#<alt (* 1/6 (pow x 3))> |
#<alt (* 1/6 (pow x 3))> |
#<alt (* 1/6 (pow x 3))> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (* 1/6 (pow x 2))> |
#<alt (* (pow x 2) (+ 1/6 (* -23/360 (pow x 2))))> |
#<alt (* (pow x 2) (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360))))> |
#<alt (* (pow x 2) (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360))))> |
#<alt (* -1/362880 (/ (* (pow x 9) (cos x)) (sin x)))> |
#<alt (* (pow x 9) (+ (* -1/362880 (/ (cos x) (sin x))) (* 1/5040 (/ (cos x) (* (pow x 2) (sin x))))))> |
#<alt (* (pow x 9) (+ (* -1/120 (/ (cos x) (* (pow x 4) (sin x)))) (+ (* -1/362880 (/ (cos x) (sin x))) (* 1/5040 (/ (cos x) (* (pow x 2) (sin x)))))))> |
#<alt (* (pow x 9) (+ (* -1/120 (/ (cos x) (* (pow x 4) (sin x)))) (+ (* -1/362880 (/ (cos x) (sin x))) (+ (* 1/5040 (/ (cos x) (* (pow x 2) (sin x)))) (* 1/6 (/ (cos x) (* (pow x 6) (sin x))))))))> |
#<alt (* -1/362880 (/ (* (pow x 9) (cos x)) (sin x)))> |
#<alt (* -1 (* (pow x 9) (+ (* -1/5040 (/ (cos x) (* (pow x 2) (sin x)))) (* 1/362880 (/ (cos x) (sin x))))))> |
#<alt (* -1 (* (pow x 9) (+ (* -1/5040 (/ (cos x) (* (pow x 2) (sin x)))) (+ (* 1/362880 (/ (cos x) (sin x))) (* 1/120 (/ (cos x) (* (pow x 4) (sin x))))))))> |
#<alt (* -1 (* (pow x 9) (+ (* -1/6 (/ (cos x) (* (pow x 6) (sin x)))) (+ (* -1/5040 (/ (cos x) (* (pow x 2) (sin x)))) (+ (* 1/362880 (/ (cos x) (sin x))) (* 1/120 (/ (cos x) (* (pow x 4) (sin x)))))))))> |
#<alt (* 1/6 (pow x 3))> |
#<alt (* (pow x 3) (+ 1/6 (* -1/120 (pow x 2))))> |
#<alt (* (pow x 3) (+ 1/6 (* (pow x 2) (- (* 1/5040 (pow x 2)) 1/120))))> |
#<alt (* (pow x 3) (+ 1/6 (* (pow x 2) (- (* (pow x 2) (+ 1/5040 (* -1/362880 (pow x 2)))) 1/120))))> |
#<alt (* -1/362880 (pow x 9))> |
#<alt (* (pow x 9) (- (* 1/5040 (/ 1 (pow x 2))) 1/362880))> |
#<alt (* (pow x 9) (- (* 1/5040 (/ 1 (pow x 2))) (+ 1/362880 (/ 1/120 (pow x 4)))))> |
#<alt (* (pow x 9) (- (+ (* 1/5040 (/ 1 (pow x 2))) (* 1/6 (/ 1 (pow x 6)))) (+ 1/362880 (/ 1/120 (pow x 4)))))> |
#<alt (* -1/362880 (pow x 9))> |
#<alt (* -1 (* (pow x 9) (- 1/362880 (* 1/5040 (/ 1 (pow x 2))))))> |
#<alt (* -1 (* (pow x 9) (- (+ 1/362880 (/ 1/120 (pow x 4))) (* 1/5040 (/ 1 (pow x 2))))))> |
#<alt (* -1 (* (pow x 9) (- (+ 1/362880 (/ 1/120 (pow x 4))) (+ (* 1/5040 (/ 1 (pow x 2))) (* 1/6 (/ 1 (pow x 6)))))))> |
#<alt (* 1/6 (pow x 2))> |
#<alt (* (pow x 2) (+ 1/6 (* -1/120 (pow x 2))))> |
#<alt (* (pow x 2) (+ 1/6 (* (pow x 2) (- (* 1/5040 (pow x 2)) 1/120))))> |
#<alt (* (pow x 2) (+ 1/6 (* (pow x 2) (- (* (pow x 2) (+ 1/5040 (* -1/362880 (pow x 2)))) 1/120))))> |
#<alt (* -1/362880 (pow x 8))> |
#<alt (* (pow x 8) (- (* 1/5040 (/ 1 (pow x 2))) 1/362880))> |
#<alt (* (pow x 8) (- (* 1/5040 (/ 1 (pow x 2))) (+ 1/362880 (/ 1/120 (pow x 4)))))> |
#<alt (* (pow x 8) (- (+ (* 1/5040 (/ 1 (pow x 2))) (* 1/6 (/ 1 (pow x 6)))) (+ 1/362880 (/ 1/120 (pow x 4)))))> |
#<alt (* -1/362880 (pow x 8))> |
#<alt (* (pow x 8) (- (* 1/5040 (/ 1 (pow x 2))) 1/362880))> |
#<alt (* (pow x 8) (- (* 1/5040 (/ 1 (pow x 2))) (+ 1/362880 (/ 1/120 (pow x 4)))))> |
#<alt (* (pow x 8) (- (+ (* 1/5040 (/ 1 (pow x 2))) (* 1/6 (/ 1 (pow x 6)))) (+ 1/362880 (/ 1/120 (pow x 4)))))> |
#<alt (* 1/6 (pow x 2))> |
#<alt (* (pow x 2) (+ 1/6 (* -23/360 (pow x 2))))> |
#<alt (* (pow x 2) (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360))))> |
#<alt (* (pow x 2) (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360))))> |
#<alt (/ (* x (cos x)) (sin x))> |
#<alt (* x (+ (* -1 (/ (cos x) x)) (/ (cos x) (sin x))))> |
#<alt (* x (+ (* -1 (/ (cos x) x)) (/ (cos x) (sin x))))> |
#<alt (* x (+ (* -1 (/ (cos x) x)) (/ (cos x) (sin x))))> |
#<alt (/ (* x (cos x)) (sin x))> |
#<alt (* -1 (* x (- (/ (cos x) x) (/ (cos x) (sin x)))))> |
#<alt (* -1 (* x (- (/ (cos x) x) (/ (cos x) (sin x)))))> |
#<alt (* -1 (* x (- (/ (cos x) x) (/ (cos x) (sin x)))))> |
#<alt -1> |
#<alt (- (* 1/2 (pow x 2)) 1)> |
#<alt (- (* (pow x 2) (+ 1/2 (* -1/24 (pow x 2)))) 1)> |
#<alt (- (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24)))) 1)> |
#<alt (* -1 (cos x))> |
#<alt (* -1 (cos x))> |
#<alt (* -1 (cos x))> |
#<alt (* -1 (cos x))> |
#<alt (* -1 (cos x))> |
#<alt (* -1 (cos x))> |
#<alt (* -1 (cos x))> |
#<alt (* -1 (cos x))> |
#<alt (/ 1 x)> |
#<alt (/ (+ 1 (* -1/3 (pow x 2))) x)> |
#<alt (/ (+ 1 (* (pow x 2) (- (* -1/45 (pow x 2)) 1/3))) x)> |
#<alt (/ (+ 1 (* (pow x 2) (- (* (pow x 2) (- (* -2/945 (pow x 2)) 1/45)) 1/3))) x)> |
#<alt (/ (cos x) (sin x))> |
#<alt (/ (cos x) (sin x))> |
#<alt (/ (cos x) (sin x))> |
#<alt (/ (cos x) (sin x))> |
#<alt (/ (cos x) (sin x))> |
#<alt (/ (cos x) (sin x))> |
#<alt (/ (cos x) (sin x))> |
#<alt (/ (cos x) (sin x))> |
#<alt x> |
#<alt (* x (+ 1 (* 1/3 (pow x 2))))> |
#<alt (* x (+ 1 (* (pow x 2) (+ 1/3 (* 2/15 (pow x 2))))))> |
#<alt (* x (+ 1 (* (pow x 2) (+ 1/3 (* (pow x 2) (+ 2/15 (* 17/315 (pow x 2))))))))> |
#<alt (/ (sin x) (cos x))> |
#<alt (/ (sin x) (cos x))> |
#<alt (/ (sin x) (cos x))> |
#<alt (/ (sin x) (cos x))> |
#<alt (/ (sin x) (cos x))> |
#<alt (/ (sin x) (cos x))> |
#<alt (/ (sin x) (cos x))> |
#<alt (/ (sin x) (cos x))> |
#<alt (* -11/15120 x)> |
#<alt (* x (- (* -143/604800 (pow x 2)) 11/15120))> |
#<alt (* x (- (* -143/604800 (pow x 2)) 11/15120))> |
#<alt (* x (- (* -143/604800 (pow x 2)) 11/15120))> |
#<alt (* -143/604800 (pow x 3))> |
#<alt (* -1 (* (pow x 3) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2))))))> |
#<alt (* -1 (* (pow x 3) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2))))))> |
#<alt (* -1 (* (pow x 3) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2))))))> |
#<alt (* -143/604800 (pow x 3))> |
#<alt (* -1 (* (pow x 3) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2))))))> |
#<alt (* -1 (* (pow x 3) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2))))))> |
#<alt (* -1 (* (pow x 3) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2))))))> |
#<alt 1/6> |
#<alt (+ 1/6 (* -1/120 (pow x 2)))> |
#<alt (+ 1/6 (* (pow x 2) (- (* 1/5040 (pow x 2)) 1/120)))> |
#<alt (+ 1/6 (* (pow x 2) (- (* (pow x 2) (+ 1/5040 (* -1/362880 (pow x 2)))) 1/120)))> |
#<alt (* -1/362880 (pow x 6))> |
#<alt (* (pow x 6) (- (* 1/5040 (/ 1 (pow x 2))) 1/362880))> |
#<alt (* (pow x 6) (- (* 1/5040 (/ 1 (pow x 2))) (+ 1/362880 (/ 1/120 (pow x 4)))))> |
#<alt (* (pow x 6) (- (+ (* 1/5040 (/ 1 (pow x 2))) (* 1/6 (/ 1 (pow x 6)))) (+ 1/362880 (/ 1/120 (pow x 4)))))> |
#<alt (* -1/362880 (pow x 6))> |
#<alt (* (pow x 6) (- (* 1/5040 (/ 1 (pow x 2))) 1/362880))> |
#<alt (* (pow x 6) (- (* 1/5040 (/ 1 (pow x 2))) (+ 1/362880 (/ 1/120 (pow x 4)))))> |
#<alt (* (pow x 6) (- (+ (* 1/5040 (/ 1 (pow x 2))) (* 1/6 (/ 1 (pow x 6)))) (+ 1/362880 (/ 1/120 (pow x 4)))))> |
#<alt (* -1 x)> |
#<alt (* x (- (* 1/6 (pow x 2)) 1))> |
#<alt (* x (- (* (pow x 2) (+ 1/6 (* -1/120 (pow x 2)))) 1))> |
#<alt (* x (- (* (pow x 2) (+ 1/6 (* (pow x 2) (- (* 1/5040 (pow x 2)) 1/120)))) 1))> |
#<alt (* -1 (sin x))> |
#<alt (* -1 (sin x))> |
#<alt (* -1 (sin x))> |
#<alt (* -1 (sin x))> |
#<alt (* -1 (sin x))> |
#<alt (* -1 (sin x))> |
#<alt (* -1 (sin x))> |
#<alt (* -1 (sin x))> |
57 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 36.0ms | x | @ | -inf | (* 1/6 (* x (* x x))) |
| 2.0ms | x | @ | inf | (/ (* 1/6 (* x (* x x))) (tan x)) |
| 1.0ms | x | @ | -inf | (+ (* (/ 1 (tan x)) x) (* (/ 1 (tan x)) (neg (sin x)))) |
| 1.0ms | x | @ | 0 | (* x (* x (+ (* x (* x (+ (* x (* x (+ (* (* x x) -143/604800) -11/15120))) -23/360))) 1/6))) |
| 1.0ms | x | @ | inf | (+ (* (/ 1 (tan x)) x) (* (/ 1 (tan x)) (neg (sin x)))) |
| 1× | batch-egg-rewrite |
| 4 750× | accelerator-lowering-fma.f32 |
| 4 750× | accelerator-lowering-fma.f64 |
| 4 286× | /-lowering-/.f32 |
| 4 286× | /-lowering-/.f64 |
| 4 174× | *-lowering-*.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 40 | 229 |
| 1 | 247 | 226 |
| 2 | 1970 | 226 |
| 0 | 8180 | 202 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* x (* x (+ (* x (* x (+ (* x (* x (+ (* (* x x) -143/604800) -11/15120))) -23/360))) 1/6))) |
(* x (+ (* x (* x (+ (* x (* x (+ (* (* x x) -143/604800) -11/15120))) -23/360))) 1/6)) |
(+ (* x (* x (+ (* x (* x (+ (* (* x x) -143/604800) -11/15120))) -23/360))) 1/6) |
(* x (+ (* x (* x (+ (* (* x x) -143/604800) -11/15120))) -23/360)) |
(* 1/6 (* x x)) |
(* x x) |
(/ (* 1/6 (* x (* x x))) (tan x)) |
(* 1/6 (* x (* x x))) |
(* x (* x x)) |
(/ (* x (* (* x x) (+ (* (* x x) (+ (* (* x x) (+ (* (* x x) -1/362880) 1/5040)) -1/120)) 1/6))) (tan x)) |
(* x (* (* x x) (+ (* (* x x) (+ (* (* x x) (+ (* (* x x) -1/362880) 1/5040)) -1/120)) 1/6))) |
(* (* x x) (+ (* (* x x) (+ (* (* x x) (+ (* (* x x) -1/362880) 1/5040)) -1/120)) 1/6)) |
(+ (* (/ 1 (tan x)) x) (* (/ 1 (tan x)) (neg (sin x)))) |
(* (/ 1 (tan x)) (neg (sin x))) |
(/ 1 (tan x)) |
(tan x) |
(* x (+ (* (* x x) -143/604800) -11/15120)) |
(+ (* (* x x) (+ (* (* x x) (+ (* (* x x) -1/362880) 1/5040)) -1/120)) 1/6) |
(neg (sin x)) |
| Outputs |
|---|
(+.f64 (*.f64 x (*.f64 x #s(literal 1/6 binary64))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) |
(+.f64 (*.f64 x (*.f64 x #s(literal 1/6 binary64))) (*.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 x x))) |
(+.f64 (*.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) (*.f64 x (*.f64 x #s(literal 1/6 binary64)))) |
(+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 x (*.f64 x #s(literal 1/6 binary64)))) |
(+.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) x) (*.f64 x (*.f64 x #s(literal 1/6 binary64)))) |
(+.f64 (*.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 x x)) (*.f64 x (*.f64 x #s(literal 1/6 binary64)))) |
(fma.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 x (*.f64 x #s(literal 1/6 binary64)))) |
(fma.f64 x (*.f64 x #s(literal 1/6 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) |
(fma.f64 x (*.f64 x #s(literal 1/6 binary64)) (*.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 x x))) |
(fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 x (*.f64 x #s(literal 1/6 binary64)))) |
(fma.f64 (*.f64 x x) #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) |
(fma.f64 (*.f64 x x) #s(literal 1/6 binary64) (*.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 x x))) |
(fma.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 x x) (*.f64 x (*.f64 x #s(literal 1/6 binary64)))) |
(fma.f64 #s(literal 1/6 binary64) (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) |
(fma.f64 #s(literal 1/6 binary64) (*.f64 x x) (*.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 x x))) |
(fma.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) x (*.f64 x (*.f64 x #s(literal 1/6 binary64)))) |
(fma.f64 (*.f64 x #s(literal 1/6 binary64)) x (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) |
(fma.f64 (*.f64 x #s(literal 1/6 binary64)) x (*.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 x x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) (*.f64 (*.f64 x x) (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64))))) |
(/.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64))) (-.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) |
(/.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64))) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64)))) (neg.f64 (-.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64)))) (neg.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(/.f64 (fma.f64 #s(literal 1/216 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (pow.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 3 binary64))) (fma.f64 (*.f64 x (*.f64 x #s(literal 1/6 binary64))) (*.f64 x (*.f64 x #s(literal 1/6 binary64))) (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) (*.f64 (*.f64 x (*.f64 x #s(literal 1/6 binary64))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))))) |
(/.f64 (fma.f64 #s(literal 1/216 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (pow.f64 (*.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 x x)) #s(literal 3 binary64))) (fma.f64 (*.f64 x (*.f64 x #s(literal 1/6 binary64))) (*.f64 x (*.f64 x #s(literal 1/6 binary64))) (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 x x)) (*.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x #s(literal 1/6 binary64))) (*.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 x x)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 3 binary64)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64)))) (fma.f64 (*.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) (*.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) (-.f64 (*.f64 (*.f64 x (*.f64 x #s(literal 1/6 binary64))) (*.f64 x (*.f64 x #s(literal 1/6 binary64)))) (*.f64 (*.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) (*.f64 x (*.f64 x #s(literal 1/6 binary64))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 3 binary64)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64)))) (fma.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (-.f64 (*.f64 (*.f64 x (*.f64 x #s(literal 1/6 binary64))) (*.f64 x (*.f64 x #s(literal 1/6 binary64)))) (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 x (*.f64 x #s(literal 1/6 binary64))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) x) #s(literal 3 binary64)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64)))) (fma.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) x) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) x) (-.f64 (*.f64 (*.f64 x (*.f64 x #s(literal 1/6 binary64))) (*.f64 x (*.f64 x #s(literal 1/6 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) x) (*.f64 x (*.f64 x #s(literal 1/6 binary64))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 x x)) #s(literal 3 binary64)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64)))) (fma.f64 (*.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 x x)) (*.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 x x)) (-.f64 (*.f64 (*.f64 x (*.f64 x #s(literal 1/6 binary64))) (*.f64 x (*.f64 x #s(literal 1/6 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 x x)) (*.f64 x (*.f64 x #s(literal 1/6 binary64))))))) |
(*.f64 x (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) |
(*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)) (*.f64 x x)) |
(*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) x) |
(+.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 x #s(literal 1/6 binary64))) |
(+.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) (-.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 x #s(literal 1/6 binary64)))) (/.f64 (*.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 x #s(literal 1/6 binary64))) (-.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 x #s(literal 1/6 binary64))))) |
(fma.f64 x (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 x #s(literal 1/6 binary64))) |
(fma.f64 x #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) |
(fma.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 x #s(literal 1/6 binary64))) |
(fma.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 x x) (*.f64 x #s(literal 1/6 binary64))) |
(fma.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) x (*.f64 x #s(literal 1/6 binary64))) |
(fma.f64 #s(literal 1/6 binary64) x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) |
(fma.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 x #s(literal 1/6 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (-.f64 (*.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 x #s(literal 1/6 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 x #s(literal 1/6 binary64))))) (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 x #s(literal 1/6 binary64))) (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) (*.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 x #s(literal 1/6 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) (*.f64 x (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)) (*.f64 x (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) (*.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64)) x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)) (*.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64)) x))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64))) (fma.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (-.f64 (*.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 x #s(literal 1/6 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 x #s(literal 1/6 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) (*.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 x #s(literal 1/6 binary64)))) (-.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 x #s(literal 1/6 binary64)))) |
(/.f64 (*.f64 x (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64))) (-.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) |
(/.f64 (*.f64 x (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64))) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64)) x) (-.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64)) x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64)))) (neg.f64 (fma.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (-.f64 (*.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 x #s(literal 1/6 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 x #s(literal 1/6 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) (*.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 x #s(literal 1/6 binary64))))) (neg.f64 (-.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 x #s(literal 1/6 binary64))))) |
(/.f64 (neg.f64 (*.f64 x (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64)))) (neg.f64 (-.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))))) |
(/.f64 (neg.f64 (*.f64 x (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64)))) (neg.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64)) x)) (neg.f64 (-.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64)) x)) (neg.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))))) (fma.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 x #s(literal 1/6 binary64)) (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) (*.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))))) |
(*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)) x) |
(+.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 1/6 binary64)) |
(+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) |
(-.f64 (/.f64 (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) (/.f64 #s(literal 1/36 binary64) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(-.f64 (/.f64 #s(literal 1/36 binary64) (-.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) (/.f64 (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) (-.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) |
(fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 1/6 binary64)) |
(fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)) |
(fma.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 x x) #s(literal 1/6 binary64)) |
(fma.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) x #s(literal 1/6 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1/36 binary64) (-.f64 (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (-.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64)) (-.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64)) (+.f64 #s(literal 1/36 binary64) (-.f64 (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))))) |
(/.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64))) (neg.f64 (-.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64))) (neg.f64 (+.f64 #s(literal 1/36 binary64) (-.f64 (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64))) (neg.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(/.f64 (-.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) (-.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)) #s(literal 1/36 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64)))) (neg.f64 (neg.f64 (-.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64)))) (neg.f64 (neg.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))))) (neg.f64 (-.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1/36 binary64) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) (/.f64 (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) (fma.f64 (/.f64 #s(literal 1/36 binary64) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) (/.f64 #s(literal 1/36 binary64) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) (/.f64 #s(literal 1/36 binary64) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) #s(literal -1 binary64)) |
(*.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))))) |
(*.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(+.f64 (*.f64 x #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64))))) |
(+.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)))) (*.f64 x #s(literal -23/360 binary64))) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)))) (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64))))) (-.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)))) (*.f64 x #s(literal -23/360 binary64)))) (/.f64 (*.f64 (*.f64 x #s(literal -23/360 binary64)) (*.f64 x #s(literal -23/360 binary64))) (-.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)))) (*.f64 x #s(literal -23/360 binary64))))) |
(fma.f64 x (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64))) (*.f64 x #s(literal -23/360 binary64))) |
(fma.f64 x #s(literal -23/360 binary64) (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64))))) |
(fma.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64))) (*.f64 x #s(literal -23/360 binary64))) |
(fma.f64 (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64))) (*.f64 x x) (*.f64 x #s(literal -23/360 binary64))) |
(fma.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64))) x (*.f64 x #s(literal -23/360 binary64))) |
(fma.f64 #s(literal -23/360 binary64) x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64))))) |
(fma.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) (*.f64 x #s(literal -23/360 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)))) (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)))) (-.f64 (*.f64 (*.f64 x #s(literal -23/360 binary64)) (*.f64 x #s(literal -23/360 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)))) (*.f64 x #s(literal -23/360 binary64))))) (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64))))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -12167/46656000 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)))) (*.f64 x #s(literal -23/360 binary64))) (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)))) (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64))))) (*.f64 (*.f64 x #s(literal -23/360 binary64)) (*.f64 x #s(literal -23/360 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 x (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)))) #s(literal -12167/46656000 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (*.f64 x (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)))) #s(literal -529/129600 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)))) #s(literal -12167/46656000 binary64)) x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (*.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)))) #s(literal -529/129600 binary64)) x))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64))))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -12167/46656000 binary64))) (fma.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)))) (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)))) (-.f64 (*.f64 (*.f64 x #s(literal -23/360 binary64)) (*.f64 x #s(literal -23/360 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)))) (*.f64 x #s(literal -23/360 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)))) (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64))))) (*.f64 (*.f64 x #s(literal -23/360 binary64)) (*.f64 x #s(literal -23/360 binary64)))) (-.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)))) (*.f64 x #s(literal -23/360 binary64)))) |
(/.f64 (*.f64 x (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)))) #s(literal -12167/46656000 binary64))) (-.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) |
(/.f64 (*.f64 x (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)))) #s(literal -529/129600 binary64))) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)))) #s(literal -12167/46656000 binary64)) x) (-.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)))) #s(literal -529/129600 binary64)) x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64))))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -12167/46656000 binary64)))) (neg.f64 (fma.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)))) (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)))) (-.f64 (*.f64 (*.f64 x #s(literal -23/360 binary64)) (*.f64 x #s(literal -23/360 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)))) (*.f64 x #s(literal -23/360 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)))) (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64))))) (*.f64 (*.f64 x #s(literal -23/360 binary64)) (*.f64 x #s(literal -23/360 binary64))))) (neg.f64 (-.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)))) (*.f64 x #s(literal -23/360 binary64))))) |
(/.f64 (neg.f64 (*.f64 x (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)))) #s(literal -12167/46656000 binary64)))) (neg.f64 (-.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) |
(/.f64 (neg.f64 (*.f64 x (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)))) #s(literal -529/129600 binary64)))) (neg.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)))) #s(literal -12167/46656000 binary64)) x)) (neg.f64 (-.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)))) #s(literal -529/129600 binary64)) x)) (neg.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x x)) #s(literal -12167/46656000 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64))))))) (fma.f64 (*.f64 x #s(literal -23/360 binary64)) (*.f64 x #s(literal -23/360 binary64)) (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)))) (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64))))) (*.f64 (*.f64 x #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)))))))) |
(*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) |
(*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) x) |
(*.f64 x (*.f64 x #s(literal 1/6 binary64))) |
(*.f64 (*.f64 x x) #s(literal 1/6 binary64)) |
(*.f64 #s(literal 1/6 binary64) (*.f64 x x)) |
(*.f64 (*.f64 x #s(literal 1/6 binary64)) x) |
(exp.f64 (*.f64 (log.f64 x) #s(literal 2 binary64))) |
(pow.f64 x #s(literal 2 binary64)) |
(pow.f64 (*.f64 x x) #s(literal 1 binary64)) |
(pow.f64 (exp.f64 (log.f64 x)) #s(literal 2 binary64)) |
(*.f64 x x) |
(*.f64 (*.f64 x x) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 x x)) |
(*.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 x))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (tan.f64 x) (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (tan.f64 x))) (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 x (*.f64 x x)) (tan.f64 x)))) |
(neg.f64 (*.f64 #s(literal -1/6 binary64) (/.f64 (*.f64 x (*.f64 x x)) (tan.f64 x)))) |
(neg.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/6 binary64)) (tan.f64 x))) |
(/.f64 (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64))) (tan.f64 x)) |
(/.f64 #s(literal 1 binary64) (/.f64 (tan.f64 x) (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (tan.f64 x) (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (tan.f64 x) (*.f64 (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64))) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (neg.f64 (tan.f64 x)) (*.f64 (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64))) #s(literal -1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (tan.f64 x) (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64)))))) |
(/.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/6 binary64)) (neg.f64 (tan.f64 x))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/6 binary64))) (neg.f64 (neg.f64 (tan.f64 x)))) |
(/.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64))) #s(literal 1 binary64)) (tan.f64 x)) |
(/.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64))) #s(literal -1 binary64)) (neg.f64 (tan.f64 x))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/6 binary64)))) (neg.f64 (neg.f64 (neg.f64 (tan.f64 x))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64))) #s(literal 1 binary64))) (neg.f64 (tan.f64 x))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64))) #s(literal -1 binary64))) (neg.f64 (neg.f64 (tan.f64 x)))) |
(pow.f64 (/.f64 (tan.f64 x) (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64)))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1/6 binary64) (/.f64 (*.f64 x (*.f64 x x)) (tan.f64 x))) |
(*.f64 (*.f64 x (*.f64 x x)) (*.f64 #s(literal 1/6 binary64) (/.f64 #s(literal 1 binary64) (tan.f64 x)))) |
(*.f64 (*.f64 x (*.f64 x x)) (/.f64 #s(literal 1/6 binary64) (tan.f64 x))) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64))) (/.f64 #s(literal 1 binary64) (tan.f64 x))) |
(*.f64 (/.f64 (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64))) (tan.f64 x)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64))) (tan.f64 x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) (pow.f64 (/.f64 #s(literal -1 binary64) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/6 binary64))) #s(literal -1 binary64))) |
(*.f64 (/.f64 x (tan.f64 x)) (/.f64 (*.f64 x (*.f64 x #s(literal 1/6 binary64))) #s(literal 1 binary64))) |
(*.f64 (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/6 binary64)) (/.f64 #s(literal -1 binary64) (tan.f64 x))) |
(*.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) (tan.f64 x)))) |
(*.f64 (*.f64 x #s(literal 1/6 binary64)) (/.f64 (*.f64 x x) (tan.f64 x))) |
(*.f64 (/.f64 (*.f64 x (*.f64 x x)) (tan.f64 x)) #s(literal 1/6 binary64)) |
(*.f64 #s(literal -1/6 binary64) (/.f64 (neg.f64 (*.f64 x (*.f64 x x))) (tan.f64 x))) |
(*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (tan.f64 x))) |
(*.f64 (/.f64 (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64))) (sin.f64 x)) (cos.f64 x)) |
(*.f64 (/.f64 (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64))) (sin.f64 x)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(*.f64 (/.f64 (*.f64 x (*.f64 x x)) (sin.f64 x)) (/.f64 #s(literal 1/6 binary64) (/.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(*.f64 (/.f64 x (sin.f64 x)) (/.f64 (*.f64 x (*.f64 x #s(literal 1/6 binary64))) (/.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(*.f64 (/.f64 #s(literal 1/6 binary64) (tan.f64 x)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (*.f64 x x) (tan.f64 x)) (/.f64 (*.f64 x #s(literal 1/6 binary64)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (*.f64 x x) (sin.f64 x)) (/.f64 (*.f64 x #s(literal 1/6 binary64)) (/.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(*.f64 (/.f64 #s(literal 1/6 binary64) (sin.f64 x)) (/.f64 (*.f64 x (*.f64 x x)) (/.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(*.f64 (/.f64 (*.f64 x #s(literal 1/6 binary64)) (tan.f64 x)) (/.f64 (*.f64 x x) #s(literal 1 binary64))) |
(*.f64 (/.f64 (*.f64 x #s(literal 1/6 binary64)) (sin.f64 x)) (/.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(*.f64 (/.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64)) (/.f64 #s(literal -1/6 binary64) (tan.f64 x))) |
(*.f64 (/.f64 (neg.f64 (*.f64 x (*.f64 x x))) #s(literal -1 binary64)) (/.f64 #s(literal 1/6 binary64) (tan.f64 x))) |
(*.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 1/6 binary64))) (tan.f64 x)) (/.f64 x #s(literal 1 binary64))) |
(*.f64 (/.f64 (*.f64 x (*.f64 x #s(literal 1/6 binary64))) (sin.f64 x)) (/.f64 x (/.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(*.f64 (/.f64 (*.f64 x #s(literal 1/6 binary64)) #s(literal -1 binary64)) (/.f64 (neg.f64 (*.f64 x x)) (tan.f64 x))) |
(*.f64 (/.f64 (neg.f64 (*.f64 x #s(literal 1/6 binary64))) #s(literal -1 binary64)) (/.f64 (*.f64 x x) (tan.f64 x))) |
(*.f64 (/.f64 (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (tan.f64 x))) |
(*.f64 x (*.f64 x (*.f64 x #s(literal 1/6 binary64)))) |
(*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64))) |
(*.f64 #s(literal 1/6 binary64) (*.f64 x (*.f64 x x))) |
(*.f64 (*.f64 x (*.f64 x #s(literal 1/6 binary64))) x) |
(*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/6 binary64)) |
(*.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 x x)) |
(exp.f64 (*.f64 (log.f64 x) #s(literal 3 binary64))) |
(pow.f64 x #s(literal 3 binary64)) |
(pow.f64 (*.f64 x x) #s(literal 3/2 binary64)) |
(pow.f64 (pow.f64 x #s(literal 3/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 x)) #s(literal 3 binary64)) |
(*.f64 x (*.f64 x x)) |
(*.f64 (*.f64 x x) x) |
(*.f64 (*.f64 x (*.f64 x x)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) |
(*.f64 (pow.f64 x #s(literal 3/2 binary64)) (pow.f64 x #s(literal 3/2 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (tan.f64 x) (*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (tan.f64 x))) (/.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) (neg.f64 (tan.f64 x)))) |
(neg.f64 (/.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) (neg.f64 (tan.f64 x)))) |
(neg.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (neg.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) (tan.f64 x))) |
(/.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) (tan.f64 x)) |
(/.f64 #s(literal 1 binary64) (/.f64 (tan.f64 x) (*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (tan.f64 x) (*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (tan.f64 x) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (neg.f64 (tan.f64 x)) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) #s(literal -1 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (tan.f64 x) (*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64))))))) |
(/.f64 (*.f64 (*.f64 x (*.f64 x x)) (neg.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) (neg.f64 (tan.f64 x))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x (*.f64 x x)) (neg.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64))))) (neg.f64 (neg.f64 (tan.f64 x)))) |
(/.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) #s(literal 1 binary64)) (tan.f64 x)) |
(/.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) #s(literal -1 binary64)) (neg.f64 (tan.f64 x))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (*.f64 x (*.f64 x x)) (neg.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))))) (neg.f64 (neg.f64 (neg.f64 (tan.f64 x))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) #s(literal 1 binary64))) (neg.f64 (tan.f64 x))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) #s(literal -1 binary64))) (neg.f64 (neg.f64 (tan.f64 x)))) |
(pow.f64 (/.f64 (tan.f64 x) (*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64))))) #s(literal -1 binary64)) |
(*.f64 x (/.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) (tan.f64 x))) |
(*.f64 (*.f64 x (*.f64 x x)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)) (/.f64 #s(literal 1 binary64) (tan.f64 x)))) |
(*.f64 (*.f64 x (*.f64 x x)) (/.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)) (tan.f64 x))) |
(*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) (/.f64 x (tan.f64 x))) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) (/.f64 #s(literal 1 binary64) (tan.f64 x))) |
(*.f64 (/.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) (tan.f64 x)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) (tan.f64 x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) (*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 x (tan.f64 x)) (/.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) #s(literal 1 binary64))) |
(*.f64 (*.f64 (*.f64 x (*.f64 x x)) (neg.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) (/.f64 #s(literal -1 binary64) (tan.f64 x))) |
(*.f64 (/.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) (tan.f64 x)) x) |
(*.f64 (/.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) (tan.f64 x)) (/.f64 x #s(literal 1 binary64))) |
(*.f64 (/.f64 (*.f64 x (*.f64 x x)) (tan.f64 x)) (/.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)) #s(literal 1 binary64))) |
(*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (tan.f64 x))) |
(*.f64 (/.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) (sin.f64 x)) (cos.f64 x)) |
(*.f64 (/.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) (sin.f64 x)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(*.f64 (/.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) (sin.f64 x)) (/.f64 x (/.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(*.f64 (/.f64 (*.f64 x (*.f64 x x)) (sin.f64 x)) (/.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)) (/.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(*.f64 (/.f64 x (sin.f64 x)) (/.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) (/.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(*.f64 (/.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)) (tan.f64 x)) (/.f64 (*.f64 x (*.f64 x x)) #s(literal 1 binary64))) |
(*.f64 (/.f64 (*.f64 x x) (tan.f64 x)) (/.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64))) #s(literal 1 binary64))) |
(*.f64 (/.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64))) (tan.f64 x)) (/.f64 (*.f64 x x) #s(literal 1 binary64))) |
(*.f64 (/.f64 (*.f64 x x) (sin.f64 x)) (/.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64))) (/.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(*.f64 (/.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)) (sin.f64 x)) (/.f64 (*.f64 x (*.f64 x x)) (/.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(*.f64 (/.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64))) (sin.f64 x)) (/.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 (neg.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64))))) (tan.f64 x))) |
(*.f64 (/.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64)) (/.f64 (neg.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64))) (tan.f64 x))) |
(*.f64 (/.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) #s(literal -1 binary64)) (/.f64 (neg.f64 x) (tan.f64 x))) |
(*.f64 (/.f64 (neg.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64))))) #s(literal -1 binary64)) (/.f64 x (tan.f64 x))) |
(*.f64 (/.f64 (neg.f64 (*.f64 x (*.f64 x x))) #s(literal -1 binary64)) (/.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)) (tan.f64 x))) |
(*.f64 (/.f64 (neg.f64 x) #s(literal -1 binary64)) (/.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) (tan.f64 x))) |
(*.f64 (/.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (tan.f64 x))) |
(+.f64 (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))))) |
(+.f64 (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64))) (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 x x)))) |
(+.f64 (*.f64 x (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))))) (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64)))) |
(+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64)))) |
(+.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) x) (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64)))) |
(+.f64 (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64)))) |
(fma.f64 x (*.f64 x (*.f64 x #s(literal 1/6 binary64))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))))) |
(fma.f64 x (*.f64 x (*.f64 x #s(literal 1/6 binary64))) (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 x x)))) |
(fma.f64 x (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64)))) |
(fma.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))))) |
(fma.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64)) (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 x x)))) |
(fma.f64 #s(literal 1/6 binary64) (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))))) |
(fma.f64 #s(literal 1/6 binary64) (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 x x)))) |
(fma.f64 (*.f64 x (*.f64 x #s(literal 1/6 binary64))) x (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))))) |
(fma.f64 (*.f64 x (*.f64 x #s(literal 1/6 binary64))) x (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 x x)))) |
(fma.f64 (*.f64 x (*.f64 x x)) #s(literal 1/6 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))))) |
(fma.f64 (*.f64 x (*.f64 x x)) #s(literal 1/6 binary64) (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 x x)))) |
(fma.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))) (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64)))) |
(fma.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64)))) |
(fma.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) x (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64)))) |
(fma.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 x x) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))))) |
(fma.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 x x) (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 x x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (fma.f64 x (*.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) #s(literal 1/36 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) (*.f64 x (*.f64 x #s(literal 1/6 binary64))))) (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) #s(literal 1/216 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal -1/6 binary64)) (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 x (*.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) #s(literal -1/36 binary64))))) |
(/.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) #s(literal 1/216 binary64))) (-.f64 (fma.f64 x (*.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) #s(literal 1/36 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) (*.f64 x (*.f64 x #s(literal 1/6 binary64)))))) |
(/.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 x (*.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) #s(literal -1/36 binary64))) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal -1/6 binary64))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) #s(literal 1/216 binary64)))) (neg.f64 (-.f64 (fma.f64 x (*.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) #s(literal 1/36 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) (*.f64 x (*.f64 x #s(literal 1/6 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 x (*.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) #s(literal -1/36 binary64)))) (neg.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal -1/6 binary64)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64))) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64))) (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64))) (-.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64))) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 x x))) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64))) (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64))) (-.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64))) (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 x x))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 x (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))))) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64))) #s(literal 3 binary64))) (fma.f64 (*.f64 x (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))))) (*.f64 x (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))))) (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64))) (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64)))) (*.f64 (*.f64 x (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))))) (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64))) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64))) (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64)))) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) x) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64))) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) x) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) x) (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64))) (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) x) (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64))))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 x x))) #s(literal 3 binary64)) (pow.f64 (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64))) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 x x))) (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64))) (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64)))) (*.f64 (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64))))))) |
(*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64))))) |
(*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) |
(*.f64 (*.f64 x (*.f64 x x)) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64))) |
(*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)) (*.f64 x (*.f64 x x))) |
(*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) x) |
(*.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64))) (*.f64 x x)) |
(+.f64 (*.f64 x (*.f64 x #s(literal 1/6 binary64))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))))) |
(+.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) (*.f64 x (*.f64 x #s(literal 1/6 binary64)))) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))))) (-.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) (*.f64 x (*.f64 x #s(literal 1/6 binary64))))) (/.f64 (*.f64 (*.f64 x (*.f64 x #s(literal 1/6 binary64))) (*.f64 x (*.f64 x #s(literal 1/6 binary64)))) (-.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) (*.f64 x (*.f64 x #s(literal 1/6 binary64)))))) |
(fma.f64 x (*.f64 x #s(literal 1/6 binary64)) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))))) |
(fma.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) (*.f64 x (*.f64 x #s(literal 1/6 binary64)))) |
(fma.f64 x (*.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) (*.f64 x x)) (*.f64 x (*.f64 x #s(literal 1/6 binary64)))) |
(fma.f64 (*.f64 x x) #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))))) |
(fma.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 x #s(literal 1/6 binary64)))) |
(fma.f64 #s(literal 1/6 binary64) (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))))) |
(fma.f64 (*.f64 x (*.f64 x x)) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) (*.f64 x (*.f64 x #s(literal 1/6 binary64)))) |
(fma.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 x (*.f64 x #s(literal 1/6 binary64)))) |
(fma.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))) (*.f64 x x) (*.f64 x (*.f64 x #s(literal 1/6 binary64)))) |
(fma.f64 (*.f64 x #s(literal 1/6 binary64)) x (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))))) |
(fma.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) (*.f64 x (*.f64 x #s(literal 1/6 binary64)))) |
(fma.f64 (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))) x) x (*.f64 x (*.f64 x #s(literal 1/6 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) (-.f64 (*.f64 (*.f64 x (*.f64 x #s(literal 1/6 binary64))) (*.f64 x (*.f64 x #s(literal 1/6 binary64)))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) (*.f64 x (*.f64 x #s(literal 1/6 binary64)))))) (fma.f64 (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) (*.f64 x (*.f64 x #s(literal 1/6 binary64)))) (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))))) (*.f64 (*.f64 x (*.f64 x #s(literal 1/6 binary64))) (*.f64 x (*.f64 x #s(literal 1/6 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (fma.f64 x (*.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) #s(literal 1/36 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) (*.f64 x (*.f64 x #s(literal 1/6 binary64))))) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) #s(literal 1/216 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal -1/6 binary64)) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) #s(literal -1/36 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (fma.f64 x (*.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) #s(literal 1/36 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) (*.f64 x (*.f64 x #s(literal 1/6 binary64))))) (*.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) #s(literal 1/216 binary64)) (*.f64 x x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal -1/6 binary64)) (*.f64 (fma.f64 x (*.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) #s(literal -1/36 binary64)) (*.f64 x x)))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64)))) (fma.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) (-.f64 (*.f64 (*.f64 x (*.f64 x #s(literal 1/6 binary64))) (*.f64 x (*.f64 x #s(literal 1/6 binary64)))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) (*.f64 x (*.f64 x #s(literal 1/6 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))))) (*.f64 (*.f64 x (*.f64 x #s(literal 1/6 binary64))) (*.f64 x (*.f64 x #s(literal 1/6 binary64))))) (-.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) (*.f64 x (*.f64 x #s(literal 1/6 binary64))))) |
(/.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) #s(literal 1/216 binary64))) (-.f64 (fma.f64 x (*.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) #s(literal 1/36 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) (*.f64 x (*.f64 x #s(literal 1/6 binary64)))))) |
(/.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) #s(literal -1/36 binary64))) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal -1/6 binary64))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) #s(literal 1/216 binary64)) (*.f64 x x)) (-.f64 (fma.f64 x (*.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) #s(literal 1/36 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) (*.f64 x (*.f64 x #s(literal 1/6 binary64)))))) |
(/.f64 (*.f64 (fma.f64 x (*.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) #s(literal -1/36 binary64)) (*.f64 x x)) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal -1/6 binary64))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64))))) (neg.f64 (fma.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) (-.f64 (*.f64 (*.f64 x (*.f64 x #s(literal 1/6 binary64))) (*.f64 x (*.f64 x #s(literal 1/6 binary64)))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) (*.f64 x (*.f64 x #s(literal 1/6 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))))) (*.f64 (*.f64 x (*.f64 x #s(literal 1/6 binary64))) (*.f64 x (*.f64 x #s(literal 1/6 binary64)))))) (neg.f64 (-.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) (*.f64 x (*.f64 x #s(literal 1/6 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) #s(literal 1/216 binary64)))) (neg.f64 (-.f64 (fma.f64 x (*.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) #s(literal 1/36 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) (*.f64 x (*.f64 x #s(literal 1/6 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) #s(literal -1/36 binary64)))) (neg.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal -1/6 binary64)))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) #s(literal 1/216 binary64)) (*.f64 x x))) (neg.f64 (-.f64 (fma.f64 x (*.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) #s(literal 1/36 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) (*.f64 x (*.f64 x #s(literal 1/6 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 x (*.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) #s(literal -1/36 binary64)) (*.f64 x x))) (neg.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal -1/6 binary64)))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64)) (*.f64 (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (fma.f64 (*.f64 x (*.f64 x #s(literal 1/6 binary64))) (*.f64 x (*.f64 x #s(literal 1/6 binary64))) (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))))) (*.f64 (*.f64 x (*.f64 x #s(literal 1/6 binary64))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))))))) |
(*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) |
(*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64))) |
(*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)) (*.f64 x x)) |
(*.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64))) x) |
(+.f64 (/.f64 x (tan.f64 x)) (/.f64 (neg.f64 (sin.f64 x)) (tan.f64 x))) |
(+.f64 (/.f64 (neg.f64 (sin.f64 x)) (tan.f64 x)) (/.f64 x (tan.f64 x))) |
(-.f64 (/.f64 x (tan.f64 x)) (/.f64 (neg.f64 (sin.f64 x)) (neg.f64 (tan.f64 x)))) |
(-.f64 (/.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (/.f64 (-.f64 x (neg.f64 (sin.f64 x))) (tan.f64 x))) (/.f64 (pow.f64 (/.f64 (neg.f64 (sin.f64 x)) (tan.f64 x)) #s(literal 2 binary64)) (/.f64 (-.f64 x (neg.f64 (sin.f64 x))) (tan.f64 x)))) |
(-.f64 (/.f64 (pow.f64 (/.f64 (neg.f64 (sin.f64 x)) (tan.f64 x)) #s(literal 2 binary64)) (/.f64 (-.f64 (neg.f64 (sin.f64 x)) x) (tan.f64 x))) (/.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (/.f64 (-.f64 (neg.f64 (sin.f64 x)) x) (tan.f64 x)))) |
(fma.f64 x (/.f64 #s(literal 1 binary64) (tan.f64 x)) (/.f64 (neg.f64 (sin.f64 x)) (tan.f64 x))) |
(fma.f64 #s(literal 1 binary64) (/.f64 x (tan.f64 x)) (/.f64 (neg.f64 (sin.f64 x)) (tan.f64 x))) |
(fma.f64 #s(literal 1 binary64) (/.f64 (neg.f64 (sin.f64 x)) (tan.f64 x)) (/.f64 x (tan.f64 x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) x (/.f64 (neg.f64 (sin.f64 x)) (tan.f64 x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) (neg.f64 (sin.f64 x)) (/.f64 x (tan.f64 x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) (/.f64 x #s(literal 1 binary64)) (/.f64 (neg.f64 (sin.f64 x)) (tan.f64 x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) (/.f64 (neg.f64 (sin.f64 x)) #s(literal 1 binary64)) (/.f64 x (tan.f64 x))) |
(fma.f64 (/.f64 x (tan.f64 x)) #s(literal 1 binary64) (/.f64 (neg.f64 (sin.f64 x)) (tan.f64 x))) |
(fma.f64 (neg.f64 (sin.f64 x)) (/.f64 #s(literal 1 binary64) (tan.f64 x)) (/.f64 x (tan.f64 x))) |
(fma.f64 (/.f64 (neg.f64 (sin.f64 x)) (tan.f64 x)) #s(literal 1 binary64) (/.f64 x (tan.f64 x))) |
(fma.f64 #s(literal -1 binary64) (/.f64 (neg.f64 (sin.f64 x)) (neg.f64 (tan.f64 x))) (/.f64 x (tan.f64 x))) |
(fma.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x))) (sin.f64 x) (/.f64 x (tan.f64 x))) |
(fma.f64 (/.f64 #s(literal -1 binary64) (tan.f64 x)) (/.f64 (sin.f64 x) #s(literal 1 binary64)) (/.f64 x (tan.f64 x))) |
(fma.f64 (*.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) #s(literal -1 binary64)) (sin.f64 x) (/.f64 x (tan.f64 x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (sin.f64 x)) (/.f64 x (/.f64 #s(literal 1 binary64) (cos.f64 x))) (/.f64 (neg.f64 (sin.f64 x)) (tan.f64 x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (sin.f64 x)) (/.f64 (neg.f64 (sin.f64 x)) (/.f64 #s(literal 1 binary64) (cos.f64 x))) (/.f64 x (tan.f64 x))) |
(fma.f64 (/.f64 (neg.f64 (sin.f64 x)) (sin.f64 x)) (cos.f64 x) (/.f64 x (tan.f64 x))) |
(fma.f64 (/.f64 (neg.f64 (sin.f64 x)) (sin.f64 x)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (cos.f64 x))) (/.f64 x (tan.f64 x))) |
(fma.f64 (/.f64 x (sin.f64 x)) (cos.f64 x) (/.f64 (neg.f64 (sin.f64 x)) (tan.f64 x))) |
(fma.f64 (/.f64 x (sin.f64 x)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (cos.f64 x))) (/.f64 (neg.f64 (sin.f64 x)) (tan.f64 x))) |
(fma.f64 (/.f64 (sin.f64 x) (tan.f64 x)) #s(literal -1 binary64) (/.f64 x (tan.f64 x))) |
(fma.f64 (/.f64 (sin.f64 x) (sin.f64 x)) (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (cos.f64 x))) (/.f64 x (tan.f64 x))) |
(fma.f64 (/.f64 #s(literal -1 binary64) (sin.f64 x)) (/.f64 (sin.f64 x) (/.f64 #s(literal 1 binary64) (cos.f64 x))) (/.f64 x (tan.f64 x))) |
(fma.f64 (/.f64 (neg.f64 (sin.f64 x)) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (tan.f64 x)) (/.f64 x (tan.f64 x))) |
(fma.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (tan.f64 x)) (/.f64 (neg.f64 (sin.f64 x)) (tan.f64 x))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 1 binary64) (-.f64 x (sin.f64 x))) (tan.f64 x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 1 binary64) (-.f64 x (sin.f64 x))) (tan.f64 x))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (pow.f64 (/.f64 (neg.f64 (sin.f64 x)) (tan.f64 x)) #s(literal 2 binary64)) (/.f64 (-.f64 (*.f64 x x) (*.f64 x (neg.f64 (sin.f64 x)))) (pow.f64 (tan.f64 x) #s(literal 2 binary64)))) (+.f64 (pow.f64 (/.f64 x (tan.f64 x)) #s(literal 3 binary64)) (pow.f64 (/.f64 (neg.f64 (sin.f64 x)) (tan.f64 x)) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 (tan.f64 x) #s(literal 2 binary64)) (fma.f64 x (tan.f64 x) (*.f64 (tan.f64 x) (neg.f64 (sin.f64 x)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (pow.f64 (tan.f64 x) #s(literal 2 binary64)) (fma.f64 (neg.f64 (sin.f64 x)) (tan.f64 x) (*.f64 (tan.f64 x) x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (-.f64 (neg.f64 (sin.f64 x)) x) (tan.f64 x)) (/.f64 (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 x x)) (pow.f64 (tan.f64 x) #s(literal 2 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (tan.f64 x) (*.f64 #s(literal 1 binary64) (-.f64 x (sin.f64 x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (neg.f64 (tan.f64 x)) (*.f64 #s(literal -1 binary64) (-.f64 x (sin.f64 x))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 1 binary64) (-.f64 x (sin.f64 x))) (tan.f64 x))))) |
(/.f64 (+.f64 (pow.f64 (/.f64 x (tan.f64 x)) #s(literal 3 binary64)) (pow.f64 (/.f64 (neg.f64 (sin.f64 x)) (tan.f64 x)) #s(literal 3 binary64))) (fma.f64 (/.f64 (neg.f64 (sin.f64 x)) (tan.f64 x)) (/.f64 (-.f64 (neg.f64 (sin.f64 x)) x) (tan.f64 x)) (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))))) |
(/.f64 (+.f64 (pow.f64 (/.f64 x (tan.f64 x)) #s(literal 3 binary64)) (pow.f64 (/.f64 (neg.f64 (sin.f64 x)) (tan.f64 x)) #s(literal 3 binary64))) (+.f64 (pow.f64 (/.f64 (neg.f64 (sin.f64 x)) (tan.f64 x)) #s(literal 2 binary64)) (/.f64 (-.f64 (*.f64 x x) (*.f64 x (neg.f64 (sin.f64 x)))) (pow.f64 (tan.f64 x) #s(literal 2 binary64))))) |
(/.f64 (/.f64 (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))) (pow.f64 (tan.f64 x) #s(literal 2 binary64))) (/.f64 (-.f64 x (neg.f64 (sin.f64 x))) (tan.f64 x))) |
(/.f64 (fma.f64 x (tan.f64 x) (*.f64 (tan.f64 x) (neg.f64 (sin.f64 x)))) (pow.f64 (tan.f64 x) #s(literal 2 binary64))) |
(/.f64 (fma.f64 (neg.f64 (sin.f64 x)) (tan.f64 x) (*.f64 (tan.f64 x) x)) (pow.f64 (tan.f64 x) #s(literal 2 binary64))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (/.f64 x (tan.f64 x)) #s(literal 3 binary64)) (pow.f64 (/.f64 (neg.f64 (sin.f64 x)) (tan.f64 x)) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (/.f64 (neg.f64 (sin.f64 x)) (tan.f64 x)) (/.f64 (-.f64 (neg.f64 (sin.f64 x)) x) (tan.f64 x)) (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (/.f64 x (tan.f64 x)) #s(literal 3 binary64)) (pow.f64 (/.f64 (neg.f64 (sin.f64 x)) (tan.f64 x)) #s(literal 3 binary64)))) (neg.f64 (+.f64 (pow.f64 (/.f64 (neg.f64 (sin.f64 x)) (tan.f64 x)) #s(literal 2 binary64)) (/.f64 (-.f64 (*.f64 x x) (*.f64 x (neg.f64 (sin.f64 x)))) (pow.f64 (tan.f64 x) #s(literal 2 binary64)))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))) (pow.f64 (tan.f64 x) #s(literal 2 binary64)))) (neg.f64 (/.f64 (-.f64 x (neg.f64 (sin.f64 x))) (tan.f64 x)))) |
(/.f64 (/.f64 (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 x x)) (pow.f64 (tan.f64 x) #s(literal 2 binary64))) (/.f64 (-.f64 (neg.f64 (sin.f64 x)) x) (tan.f64 x))) |
(/.f64 (*.f64 #s(literal 1 binary64) (-.f64 x (sin.f64 x))) (tan.f64 x)) |
(/.f64 (*.f64 #s(literal -1 binary64) (-.f64 x (sin.f64 x))) (neg.f64 (tan.f64 x))) |
(/.f64 (-.f64 (neg.f64 x) (neg.f64 (sin.f64 x))) (neg.f64 (tan.f64 x))) |
(/.f64 (-.f64 (*.f64 x #s(literal -1 binary64)) (neg.f64 (sin.f64 x))) (neg.f64 (tan.f64 x))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) x) (neg.f64 (sin.f64 x))) (neg.f64 (tan.f64 x))) |
(/.f64 (-.f64 x (*.f64 #s(literal 1 binary64) (sin.f64 x))) (tan.f64 x)) |
(/.f64 (fma.f64 x (/.f64 (tan.f64 x) (neg.f64 (sin.f64 x))) (tan.f64 x)) (*.f64 (tan.f64 x) (/.f64 (tan.f64 x) (neg.f64 (sin.f64 x))))) |
(/.f64 (fma.f64 x (neg.f64 (tan.f64 x)) (*.f64 (tan.f64 x) (neg.f64 (neg.f64 (sin.f64 x))))) (*.f64 (tan.f64 x) (neg.f64 (tan.f64 x)))) |
(/.f64 (fma.f64 x (neg.f64 (tan.f64 x)) (*.f64 (tan.f64 x) (*.f64 (neg.f64 (sin.f64 x)) #s(literal -1 binary64)))) (*.f64 (tan.f64 x) (neg.f64 (tan.f64 x)))) |
(/.f64 (fma.f64 x (neg.f64 (tan.f64 x)) (*.f64 (tan.f64 x) (*.f64 #s(literal -1 binary64) (neg.f64 (sin.f64 x))))) (*.f64 (tan.f64 x) (neg.f64 (tan.f64 x)))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (/.f64 (tan.f64 x) (neg.f64 (sin.f64 x))) (/.f64 (tan.f64 x) x)) (*.f64 (/.f64 (tan.f64 x) x) (/.f64 (tan.f64 x) (neg.f64 (sin.f64 x))))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (tan.f64 x) (*.f64 (/.f64 (tan.f64 x) x) (neg.f64 (sin.f64 x)))) (*.f64 (/.f64 (tan.f64 x) x) (tan.f64 x))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (neg.f64 (tan.f64 x)) (*.f64 (/.f64 (tan.f64 x) x) (neg.f64 (neg.f64 (sin.f64 x))))) (*.f64 (/.f64 (tan.f64 x) x) (neg.f64 (tan.f64 x)))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (neg.f64 (tan.f64 x)) (*.f64 (/.f64 (tan.f64 x) x) (*.f64 (neg.f64 (sin.f64 x)) #s(literal -1 binary64)))) (*.f64 (/.f64 (tan.f64 x) x) (neg.f64 (tan.f64 x)))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (neg.f64 (tan.f64 x)) (*.f64 (/.f64 (tan.f64 x) x) (*.f64 #s(literal -1 binary64) (neg.f64 (sin.f64 x))))) (*.f64 (/.f64 (tan.f64 x) x) (neg.f64 (tan.f64 x)))) |
(/.f64 (fma.f64 (neg.f64 x) (/.f64 (tan.f64 x) (neg.f64 (sin.f64 x))) (*.f64 (neg.f64 (tan.f64 x)) #s(literal 1 binary64))) (*.f64 (neg.f64 (tan.f64 x)) (/.f64 (tan.f64 x) (neg.f64 (sin.f64 x))))) |
(/.f64 (fma.f64 (neg.f64 x) (tan.f64 x) (*.f64 (neg.f64 (tan.f64 x)) (neg.f64 (sin.f64 x)))) (*.f64 (neg.f64 (tan.f64 x)) (tan.f64 x))) |
(/.f64 (fma.f64 (neg.f64 x) (neg.f64 (tan.f64 x)) (*.f64 (neg.f64 (tan.f64 x)) (neg.f64 (neg.f64 (sin.f64 x))))) (*.f64 (neg.f64 (tan.f64 x)) (neg.f64 (tan.f64 x)))) |
(/.f64 (fma.f64 (neg.f64 x) (neg.f64 (tan.f64 x)) (*.f64 (neg.f64 (tan.f64 x)) (*.f64 (neg.f64 (sin.f64 x)) #s(literal -1 binary64)))) (*.f64 (neg.f64 (tan.f64 x)) (neg.f64 (tan.f64 x)))) |
(/.f64 (fma.f64 (neg.f64 x) (neg.f64 (tan.f64 x)) (*.f64 (neg.f64 (tan.f64 x)) (*.f64 #s(literal -1 binary64) (neg.f64 (sin.f64 x))))) (*.f64 (neg.f64 (tan.f64 x)) (neg.f64 (tan.f64 x)))) |
(/.f64 (fma.f64 (*.f64 x #s(literal -1 binary64)) (/.f64 (tan.f64 x) (neg.f64 (sin.f64 x))) (*.f64 (neg.f64 (tan.f64 x)) #s(literal 1 binary64))) (*.f64 (neg.f64 (tan.f64 x)) (/.f64 (tan.f64 x) (neg.f64 (sin.f64 x))))) |
(/.f64 (fma.f64 (*.f64 x #s(literal -1 binary64)) (tan.f64 x) (*.f64 (neg.f64 (tan.f64 x)) (neg.f64 (sin.f64 x)))) (*.f64 (neg.f64 (tan.f64 x)) (tan.f64 x))) |
(/.f64 (fma.f64 (*.f64 x #s(literal -1 binary64)) (neg.f64 (tan.f64 x)) (*.f64 (neg.f64 (tan.f64 x)) (neg.f64 (neg.f64 (sin.f64 x))))) (*.f64 (neg.f64 (tan.f64 x)) (neg.f64 (tan.f64 x)))) |
(/.f64 (fma.f64 (*.f64 x #s(literal -1 binary64)) (neg.f64 (tan.f64 x)) (*.f64 (neg.f64 (tan.f64 x)) (*.f64 (neg.f64 (sin.f64 x)) #s(literal -1 binary64)))) (*.f64 (neg.f64 (tan.f64 x)) (neg.f64 (tan.f64 x)))) |
(/.f64 (fma.f64 (*.f64 x #s(literal -1 binary64)) (neg.f64 (tan.f64 x)) (*.f64 (neg.f64 (tan.f64 x)) (*.f64 #s(literal -1 binary64) (neg.f64 (sin.f64 x))))) (*.f64 (neg.f64 (tan.f64 x)) (neg.f64 (tan.f64 x)))) |
(/.f64 (fma.f64 (*.f64 #s(literal -1 binary64) x) (/.f64 (tan.f64 x) (neg.f64 (sin.f64 x))) (*.f64 (neg.f64 (tan.f64 x)) #s(literal 1 binary64))) (*.f64 (neg.f64 (tan.f64 x)) (/.f64 (tan.f64 x) (neg.f64 (sin.f64 x))))) |
(/.f64 (fma.f64 (*.f64 #s(literal -1 binary64) x) (tan.f64 x) (*.f64 (neg.f64 (tan.f64 x)) (neg.f64 (sin.f64 x)))) (*.f64 (neg.f64 (tan.f64 x)) (tan.f64 x))) |
(/.f64 (fma.f64 (*.f64 #s(literal -1 binary64) x) (neg.f64 (tan.f64 x)) (*.f64 (neg.f64 (tan.f64 x)) (neg.f64 (neg.f64 (sin.f64 x))))) (*.f64 (neg.f64 (tan.f64 x)) (neg.f64 (tan.f64 x)))) |
(/.f64 (fma.f64 (*.f64 #s(literal -1 binary64) x) (neg.f64 (tan.f64 x)) (*.f64 (neg.f64 (tan.f64 x)) (*.f64 (neg.f64 (sin.f64 x)) #s(literal -1 binary64)))) (*.f64 (neg.f64 (tan.f64 x)) (neg.f64 (tan.f64 x)))) |
(/.f64 (fma.f64 (*.f64 #s(literal -1 binary64) x) (neg.f64 (tan.f64 x)) (*.f64 (neg.f64 (tan.f64 x)) (*.f64 #s(literal -1 binary64) (neg.f64 (sin.f64 x))))) (*.f64 (neg.f64 (tan.f64 x)) (neg.f64 (tan.f64 x)))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (tan.f64 x) (*.f64 (/.f64 (tan.f64 x) (neg.f64 (sin.f64 x))) x)) (*.f64 (/.f64 (tan.f64 x) (neg.f64 (sin.f64 x))) (tan.f64 x))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (/.f64 (tan.f64 x) x) (/.f64 (tan.f64 x) (neg.f64 (sin.f64 x)))) (*.f64 (/.f64 (tan.f64 x) (neg.f64 (sin.f64 x))) (/.f64 (tan.f64 x) x))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (neg.f64 (tan.f64 x)) (*.f64 (/.f64 (tan.f64 x) (neg.f64 (sin.f64 x))) (neg.f64 x))) (*.f64 (/.f64 (tan.f64 x) (neg.f64 (sin.f64 x))) (neg.f64 (tan.f64 x)))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (neg.f64 (tan.f64 x)) (*.f64 (/.f64 (tan.f64 x) (neg.f64 (sin.f64 x))) (*.f64 x #s(literal -1 binary64)))) (*.f64 (/.f64 (tan.f64 x) (neg.f64 (sin.f64 x))) (neg.f64 (tan.f64 x)))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (neg.f64 (tan.f64 x)) (*.f64 (/.f64 (tan.f64 x) (neg.f64 (sin.f64 x))) (*.f64 #s(literal -1 binary64) x))) (*.f64 (/.f64 (tan.f64 x) (neg.f64 (sin.f64 x))) (neg.f64 (tan.f64 x)))) |
(/.f64 (fma.f64 (neg.f64 (sin.f64 x)) (/.f64 (tan.f64 x) x) (tan.f64 x)) (*.f64 (tan.f64 x) (/.f64 (tan.f64 x) x))) |
(/.f64 (fma.f64 (neg.f64 (sin.f64 x)) (neg.f64 (tan.f64 x)) (*.f64 (tan.f64 x) (neg.f64 x))) (*.f64 (tan.f64 x) (neg.f64 (tan.f64 x)))) |
(/.f64 (fma.f64 (neg.f64 (sin.f64 x)) (neg.f64 (tan.f64 x)) (*.f64 (tan.f64 x) (*.f64 x #s(literal -1 binary64)))) (*.f64 (tan.f64 x) (neg.f64 (tan.f64 x)))) |
(/.f64 (fma.f64 (neg.f64 (sin.f64 x)) (neg.f64 (tan.f64 x)) (*.f64 (tan.f64 x) (*.f64 #s(literal -1 binary64) x))) (*.f64 (tan.f64 x) (neg.f64 (tan.f64 x)))) |
(/.f64 (fma.f64 (neg.f64 (neg.f64 (sin.f64 x))) (tan.f64 x) (*.f64 (neg.f64 (tan.f64 x)) x)) (*.f64 (neg.f64 (tan.f64 x)) (tan.f64 x))) |
(/.f64 (fma.f64 (neg.f64 (neg.f64 (sin.f64 x))) (/.f64 (tan.f64 x) x) (*.f64 (neg.f64 (tan.f64 x)) #s(literal 1 binary64))) (*.f64 (neg.f64 (tan.f64 x)) (/.f64 (tan.f64 x) x))) |
(/.f64 (fma.f64 (neg.f64 (neg.f64 (sin.f64 x))) (neg.f64 (tan.f64 x)) (*.f64 (neg.f64 (tan.f64 x)) (neg.f64 x))) (*.f64 (neg.f64 (tan.f64 x)) (neg.f64 (tan.f64 x)))) |
(/.f64 (fma.f64 (neg.f64 (neg.f64 (sin.f64 x))) (neg.f64 (tan.f64 x)) (*.f64 (neg.f64 (tan.f64 x)) (*.f64 x #s(literal -1 binary64)))) (*.f64 (neg.f64 (tan.f64 x)) (neg.f64 (tan.f64 x)))) |
(/.f64 (fma.f64 (neg.f64 (neg.f64 (sin.f64 x))) (neg.f64 (tan.f64 x)) (*.f64 (neg.f64 (tan.f64 x)) (*.f64 #s(literal -1 binary64) x))) (*.f64 (neg.f64 (tan.f64 x)) (neg.f64 (tan.f64 x)))) |
(/.f64 (fma.f64 (*.f64 (neg.f64 (sin.f64 x)) #s(literal -1 binary64)) (tan.f64 x) (*.f64 (neg.f64 (tan.f64 x)) x)) (*.f64 (neg.f64 (tan.f64 x)) (tan.f64 x))) |
(/.f64 (fma.f64 (*.f64 (neg.f64 (sin.f64 x)) #s(literal -1 binary64)) (/.f64 (tan.f64 x) x) (*.f64 (neg.f64 (tan.f64 x)) #s(literal 1 binary64))) (*.f64 (neg.f64 (tan.f64 x)) (/.f64 (tan.f64 x) x))) |
(/.f64 (fma.f64 (*.f64 (neg.f64 (sin.f64 x)) #s(literal -1 binary64)) (neg.f64 (tan.f64 x)) (*.f64 (neg.f64 (tan.f64 x)) (neg.f64 x))) (*.f64 (neg.f64 (tan.f64 x)) (neg.f64 (tan.f64 x)))) |
(/.f64 (fma.f64 (*.f64 (neg.f64 (sin.f64 x)) #s(literal -1 binary64)) (neg.f64 (tan.f64 x)) (*.f64 (neg.f64 (tan.f64 x)) (*.f64 x #s(literal -1 binary64)))) (*.f64 (neg.f64 (tan.f64 x)) (neg.f64 (tan.f64 x)))) |
(/.f64 (fma.f64 (*.f64 (neg.f64 (sin.f64 x)) #s(literal -1 binary64)) (neg.f64 (tan.f64 x)) (*.f64 (neg.f64 (tan.f64 x)) (*.f64 #s(literal -1 binary64) x))) (*.f64 (neg.f64 (tan.f64 x)) (neg.f64 (tan.f64 x)))) |
(/.f64 (fma.f64 (*.f64 #s(literal -1 binary64) (neg.f64 (sin.f64 x))) (tan.f64 x) (*.f64 (neg.f64 (tan.f64 x)) x)) (*.f64 (neg.f64 (tan.f64 x)) (tan.f64 x))) |
(/.f64 (fma.f64 (*.f64 #s(literal -1 binary64) (neg.f64 (sin.f64 x))) (/.f64 (tan.f64 x) x) (*.f64 (neg.f64 (tan.f64 x)) #s(literal 1 binary64))) (*.f64 (neg.f64 (tan.f64 x)) (/.f64 (tan.f64 x) x))) |
(/.f64 (fma.f64 (*.f64 #s(literal -1 binary64) (neg.f64 (sin.f64 x))) (neg.f64 (tan.f64 x)) (*.f64 (neg.f64 (tan.f64 x)) (neg.f64 x))) (*.f64 (neg.f64 (tan.f64 x)) (neg.f64 (tan.f64 x)))) |
(/.f64 (fma.f64 (*.f64 #s(literal -1 binary64) (neg.f64 (sin.f64 x))) (neg.f64 (tan.f64 x)) (*.f64 (neg.f64 (tan.f64 x)) (*.f64 x #s(literal -1 binary64)))) (*.f64 (neg.f64 (tan.f64 x)) (neg.f64 (tan.f64 x)))) |
(/.f64 (fma.f64 (*.f64 #s(literal -1 binary64) (neg.f64 (sin.f64 x))) (neg.f64 (tan.f64 x)) (*.f64 (neg.f64 (tan.f64 x)) (*.f64 #s(literal -1 binary64) x))) (*.f64 (neg.f64 (tan.f64 x)) (neg.f64 (tan.f64 x)))) |
(/.f64 (-.f64 (*.f64 x (neg.f64 (tan.f64 x))) (*.f64 (tan.f64 x) (neg.f64 (sin.f64 x)))) (*.f64 (tan.f64 x) (neg.f64 (tan.f64 x)))) |
(/.f64 (-.f64 (*.f64 x (tan.f64 x)) (*.f64 (tan.f64 x) (*.f64 #s(literal 1 binary64) (sin.f64 x)))) (pow.f64 (tan.f64 x) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (tan.f64 x))) (*.f64 (/.f64 (tan.f64 x) x) (neg.f64 (sin.f64 x)))) (*.f64 (/.f64 (tan.f64 x) x) (neg.f64 (tan.f64 x)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (tan.f64 x)) (*.f64 (/.f64 (tan.f64 x) x) (*.f64 #s(literal 1 binary64) (sin.f64 x)))) (*.f64 (/.f64 (tan.f64 x) x) (tan.f64 x))) |
(/.f64 (-.f64 (*.f64 (neg.f64 x) (neg.f64 (tan.f64 x))) (*.f64 (neg.f64 (tan.f64 x)) (neg.f64 (sin.f64 x)))) (*.f64 (neg.f64 (tan.f64 x)) (neg.f64 (tan.f64 x)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 x) (tan.f64 x)) (*.f64 (neg.f64 (tan.f64 x)) (*.f64 #s(literal 1 binary64) (sin.f64 x)))) (*.f64 (neg.f64 (tan.f64 x)) (tan.f64 x))) |
(/.f64 (-.f64 (*.f64 (*.f64 x #s(literal -1 binary64)) (neg.f64 (tan.f64 x))) (*.f64 (neg.f64 (tan.f64 x)) (neg.f64 (sin.f64 x)))) (*.f64 (neg.f64 (tan.f64 x)) (neg.f64 (tan.f64 x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x #s(literal -1 binary64)) (tan.f64 x)) (*.f64 (neg.f64 (tan.f64 x)) (*.f64 #s(literal 1 binary64) (sin.f64 x)))) (*.f64 (neg.f64 (tan.f64 x)) (tan.f64 x))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1 binary64) x) (neg.f64 (tan.f64 x))) (*.f64 (neg.f64 (tan.f64 x)) (neg.f64 (sin.f64 x)))) (*.f64 (neg.f64 (tan.f64 x)) (neg.f64 (tan.f64 x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1 binary64) x) (tan.f64 x)) (*.f64 (neg.f64 (tan.f64 x)) (*.f64 #s(literal 1 binary64) (sin.f64 x)))) (*.f64 (neg.f64 (tan.f64 x)) (tan.f64 x))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (/.f64 (-.f64 x (neg.f64 (sin.f64 x))) (tan.f64 x))) (*.f64 (/.f64 (-.f64 x (neg.f64 (sin.f64 x))) (tan.f64 x)) (pow.f64 (/.f64 (neg.f64 (sin.f64 x)) (tan.f64 x)) #s(literal 2 binary64)))) (*.f64 (/.f64 (-.f64 x (neg.f64 (sin.f64 x))) (tan.f64 x)) (/.f64 (-.f64 x (neg.f64 (sin.f64 x))) (tan.f64 x)))) |
(/.f64 (neg.f64 (fma.f64 x (tan.f64 x) (*.f64 (tan.f64 x) (neg.f64 (sin.f64 x))))) (neg.f64 (pow.f64 (tan.f64 x) #s(literal 2 binary64)))) |
(/.f64 (neg.f64 (fma.f64 (neg.f64 (sin.f64 x)) (tan.f64 x) (*.f64 (tan.f64 x) x))) (neg.f64 (pow.f64 (tan.f64 x) #s(literal 2 binary64)))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (pow.f64 (/.f64 x (tan.f64 x)) #s(literal 3 binary64)) (pow.f64 (/.f64 (neg.f64 (sin.f64 x)) (tan.f64 x)) #s(literal 3 binary64))))) (neg.f64 (neg.f64 (fma.f64 (/.f64 (neg.f64 (sin.f64 x)) (tan.f64 x)) (/.f64 (-.f64 (neg.f64 (sin.f64 x)) x) (tan.f64 x)) (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))))))) |
(/.f64 (neg.f64 (neg.f64 (/.f64 (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))) (pow.f64 (tan.f64 x) #s(literal 2 binary64))))) (neg.f64 (neg.f64 (/.f64 (-.f64 x (neg.f64 (sin.f64 x))) (tan.f64 x))))) |
(/.f64 (neg.f64 (/.f64 (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 x x)) (pow.f64 (tan.f64 x) #s(literal 2 binary64)))) (neg.f64 (/.f64 (-.f64 (neg.f64 (sin.f64 x)) x) (tan.f64 x)))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1 binary64) (-.f64 x (sin.f64 x)))) (neg.f64 (tan.f64 x))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1 binary64) (-.f64 x (sin.f64 x)))) (neg.f64 (neg.f64 (tan.f64 x)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 x (tan.f64 x)) #s(literal 3 binary64)) (pow.f64 (/.f64 (neg.f64 (sin.f64 x)) (neg.f64 (tan.f64 x))) #s(literal 3 binary64))) (fma.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64)) (+.f64 (pow.f64 (/.f64 (neg.f64 (sin.f64 x)) (tan.f64 x)) #s(literal 2 binary64)) (*.f64 (/.f64 x (tan.f64 x)) (/.f64 (neg.f64 (sin.f64 x)) (neg.f64 (tan.f64 x))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (/.f64 (-.f64 x (neg.f64 (sin.f64 x))) (tan.f64 x))) #s(literal 3 binary64)) (pow.f64 (/.f64 (pow.f64 (/.f64 (neg.f64 (sin.f64 x)) (tan.f64 x)) #s(literal 2 binary64)) (/.f64 (-.f64 x (neg.f64 (sin.f64 x))) (tan.f64 x))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (/.f64 (-.f64 x (neg.f64 (sin.f64 x))) (tan.f64 x))) (/.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (/.f64 (-.f64 x (neg.f64 (sin.f64 x))) (tan.f64 x))) (fma.f64 (/.f64 (pow.f64 (/.f64 (neg.f64 (sin.f64 x)) (tan.f64 x)) #s(literal 2 binary64)) (/.f64 (-.f64 x (neg.f64 (sin.f64 x))) (tan.f64 x))) (/.f64 (pow.f64 (/.f64 (neg.f64 (sin.f64 x)) (tan.f64 x)) #s(literal 2 binary64)) (/.f64 (-.f64 x (neg.f64 (sin.f64 x))) (tan.f64 x))) (*.f64 (/.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (/.f64 (-.f64 x (neg.f64 (sin.f64 x))) (tan.f64 x))) (/.f64 (pow.f64 (/.f64 (neg.f64 (sin.f64 x)) (tan.f64 x)) #s(literal 2 binary64)) (/.f64 (-.f64 x (neg.f64 (sin.f64 x))) (tan.f64 x))))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 1 binary64) (-.f64 x (sin.f64 x))) (tan.f64 x))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 1 binary64) (-.f64 x (sin.f64 x))) (tan.f64 x))) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 x (sin.f64 x)) (tan.f64 x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) (-.f64 x (sin.f64 x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) (/.f64 (-.f64 x (sin.f64 x)) #s(literal 1 binary64))) |
(*.f64 (+.f64 (pow.f64 (/.f64 x (tan.f64 x)) #s(literal 3 binary64)) (pow.f64 (/.f64 (neg.f64 (sin.f64 x)) (tan.f64 x)) #s(literal 3 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (/.f64 (neg.f64 (sin.f64 x)) (tan.f64 x)) (/.f64 (-.f64 (neg.f64 (sin.f64 x)) x) (tan.f64 x)) (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64)))))) |
(*.f64 (/.f64 (-.f64 (*.f64 x x) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))) (pow.f64 (tan.f64 x) #s(literal 2 binary64))) (/.f64 #s(literal 1 binary64) (/.f64 (-.f64 x (neg.f64 (sin.f64 x))) (tan.f64 x)))) |
(*.f64 (-.f64 x (sin.f64 x)) (/.f64 #s(literal 1 binary64) (tan.f64 x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 x)) (/.f64 (-.f64 x (sin.f64 x)) (/.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(*.f64 (/.f64 (/.f64 (*.f64 #s(literal 1 binary64) (-.f64 x (sin.f64 x))) (tan.f64 x)) (/.f64 #s(literal 1 binary64) (tan.f64 x))) (/.f64 (/.f64 (-.f64 x (neg.f64 (sin.f64 x))) (tan.f64 x)) (-.f64 x (neg.f64 (sin.f64 x))))) |
(-.f64 #s(literal 0 binary64) (/.f64 (neg.f64 (sin.f64 x)) (neg.f64 (tan.f64 x)))) |
(-.f64 (/.f64 #s(literal 0 binary64) (tan.f64 x)) (/.f64 (sin.f64 x) (tan.f64 x))) |
(neg.f64 (/.f64 (neg.f64 (sin.f64 x)) (neg.f64 (tan.f64 x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (tan.f64 x) (neg.f64 (sin.f64 x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (tan.f64 x) (neg.f64 (sin.f64 x))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (neg.f64 (tan.f64 x)) (*.f64 (neg.f64 (sin.f64 x)) #s(literal -1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (neg.f64 (tan.f64 x)) (*.f64 #s(literal -1 binary64) (neg.f64 (sin.f64 x))))) |
(/.f64 (neg.f64 (sin.f64 x)) (tan.f64 x)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (tan.f64 x) (neg.f64 (sin.f64 x))))) |
(/.f64 (neg.f64 (neg.f64 (sin.f64 x))) (neg.f64 (tan.f64 x))) |
(/.f64 (*.f64 (neg.f64 (sin.f64 x)) #s(literal -1 binary64)) (neg.f64 (tan.f64 x))) |
(/.f64 (*.f64 #s(literal -1 binary64) (neg.f64 (sin.f64 x))) (neg.f64 (tan.f64 x))) |
(/.f64 (neg.f64 (neg.f64 (neg.f64 (sin.f64 x)))) (neg.f64 (neg.f64 (tan.f64 x)))) |
(/.f64 (neg.f64 (*.f64 (neg.f64 (sin.f64 x)) #s(literal -1 binary64))) (neg.f64 (neg.f64 (tan.f64 x)))) |
(/.f64 (neg.f64 (*.f64 #s(literal -1 binary64) (neg.f64 (sin.f64 x)))) (neg.f64 (neg.f64 (tan.f64 x)))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (/.f64 (neg.f64 (sin.f64 x)) (neg.f64 (tan.f64 x))) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (+.f64 (pow.f64 (/.f64 (neg.f64 (sin.f64 x)) (tan.f64 x)) #s(literal 2 binary64)) (*.f64 #s(literal 0 binary64) (/.f64 (neg.f64 (sin.f64 x)) (neg.f64 (tan.f64 x))))))) |
(pow.f64 (/.f64 (tan.f64 x) (neg.f64 (sin.f64 x))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 (neg.f64 (sin.f64 x)) (tan.f64 x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) (neg.f64 (sin.f64 x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) (/.f64 (neg.f64 (sin.f64 x)) #s(literal 1 binary64))) |
(*.f64 (neg.f64 (sin.f64 x)) (/.f64 #s(literal 1 binary64) (tan.f64 x))) |
(*.f64 (/.f64 (neg.f64 (sin.f64 x)) (tan.f64 x)) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 (neg.f64 (sin.f64 x)) (neg.f64 (tan.f64 x)))) |
(*.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x))) (sin.f64 x)) |
(*.f64 (/.f64 #s(literal -1 binary64) (tan.f64 x)) (/.f64 (sin.f64 x) #s(literal 1 binary64))) |
(*.f64 (*.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) #s(literal -1 binary64)) (sin.f64 x)) |
(*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 x)) (/.f64 (neg.f64 (sin.f64 x)) (/.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(*.f64 (/.f64 (neg.f64 (sin.f64 x)) (sin.f64 x)) (cos.f64 x)) |
(*.f64 (/.f64 (neg.f64 (sin.f64 x)) (sin.f64 x)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(*.f64 (/.f64 (sin.f64 x) (tan.f64 x)) #s(literal -1 binary64)) |
(*.f64 (/.f64 (sin.f64 x) (sin.f64 x)) (/.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(*.f64 (/.f64 #s(literal -1 binary64) (sin.f64 x)) (/.f64 (sin.f64 x) (/.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(*.f64 (/.f64 (neg.f64 (sin.f64 x)) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (tan.f64 x))) |
(exp.f64 (*.f64 (log.f64 (tan.f64 x)) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (tan.f64 x))) |
(/.f64 #s(literal 1 binary64) (tan.f64 x)) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (tan.f64 x)))) |
(/.f64 (cos.f64 x) (sin.f64 x)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (tan.f64 x))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (neg.f64 (neg.f64 (tan.f64 x))))) |
(/.f64 (neg.f64 (cos.f64 x)) (neg.f64 (sin.f64 x))) |
(pow.f64 (tan.f64 x) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (tan.f64 x) #s(literal 2 binary64)) #s(literal -1/2 binary64)) |
(pow.f64 (neg.f64 (neg.f64 (tan.f64 x))) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (tan.f64 x) #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (tan.f64 x))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (tan.f64 x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (tan.f64 x))) |
(*.f64 (pow.f64 (tan.f64 x) #s(literal -1/2 binary64)) (pow.f64 (tan.f64 x) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 x)) (cos.f64 x)) |
(*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 x)) (pow.f64 (/.f64 #s(literal 1 binary64) (cos.f64 x)) #s(literal -1 binary64))) |
(exp.f64 (neg.f64 (*.f64 (log.f64 (tan.f64 x)) #s(literal -1 binary64)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (tan.f64 x) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (cos.f64 x))) (neg.f64 (tan.f64 x))) |
(tan.f64 x) |
(/.f64 (tan.f64 x) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (tan.f64 x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 1 binary64) (cos.f64 x)) (sin.f64 x))) |
(/.f64 (sin.f64 x) (cos.f64 x)) |
(/.f64 (sin.f64 x) (*.f64 #s(literal 1 binary64) (cos.f64 x))) |
(/.f64 (neg.f64 (sin.f64 x)) (neg.f64 (cos.f64 x))) |
(/.f64 (neg.f64 (sin.f64 x)) (neg.f64 (*.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)))) |
(/.f64 (neg.f64 (tan.f64 x)) #s(literal -1 binary64)) |
(/.f64 (neg.f64 (neg.f64 (tan.f64 x))) #s(literal 1 binary64)) |
(/.f64 (neg.f64 (neg.f64 (sin.f64 x))) (neg.f64 (neg.f64 (cos.f64 x)))) |
(pow.f64 (tan.f64 x) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) #s(literal -1 binary64)) |
(*.f64 (tan.f64 x) #s(literal 1 binary64)) |
(*.f64 (sin.f64 x) (/.f64 #s(literal 1 binary64) (cos.f64 x))) |
(+.f64 (*.f64 #s(literal -143/604800 binary64) (*.f64 x (*.f64 x x))) (*.f64 x #s(literal -11/15120 binary64))) |
(+.f64 (*.f64 x #s(literal -11/15120 binary64)) (*.f64 #s(literal -143/604800 binary64) (*.f64 x (*.f64 x x)))) |
(-.f64 (/.f64 (*.f64 (*.f64 #s(literal -143/604800 binary64) (*.f64 x (*.f64 x x))) (*.f64 #s(literal -143/604800 binary64) (*.f64 x (*.f64 x x)))) (-.f64 (*.f64 #s(literal -143/604800 binary64) (*.f64 x (*.f64 x x))) (*.f64 x #s(literal -11/15120 binary64)))) (/.f64 (*.f64 (*.f64 x #s(literal -11/15120 binary64)) (*.f64 x #s(literal -11/15120 binary64))) (-.f64 (*.f64 #s(literal -143/604800 binary64) (*.f64 x (*.f64 x x))) (*.f64 x #s(literal -11/15120 binary64))))) |
(fma.f64 x (*.f64 x (*.f64 x #s(literal -143/604800 binary64))) (*.f64 x #s(literal -11/15120 binary64))) |
(fma.f64 x #s(literal -11/15120 binary64) (*.f64 #s(literal -143/604800 binary64) (*.f64 x (*.f64 x x)))) |
(fma.f64 (*.f64 x x) (*.f64 x #s(literal -143/604800 binary64)) (*.f64 x #s(literal -11/15120 binary64))) |
(fma.f64 #s(literal -143/604800 binary64) (*.f64 x (*.f64 x x)) (*.f64 x #s(literal -11/15120 binary64))) |
(fma.f64 (*.f64 x (*.f64 x #s(literal -143/604800 binary64))) x (*.f64 x #s(literal -11/15120 binary64))) |
(fma.f64 #s(literal -11/15120 binary64) x (*.f64 #s(literal -143/604800 binary64) (*.f64 x (*.f64 x x)))) |
(fma.f64 (*.f64 x (*.f64 x x)) #s(literal -143/604800 binary64) (*.f64 x #s(literal -11/15120 binary64))) |
(fma.f64 (*.f64 x #s(literal -143/604800 binary64)) (*.f64 x x) (*.f64 x #s(literal -11/15120 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 #s(literal -143/604800 binary64) (*.f64 x (*.f64 x x))) (*.f64 #s(literal -143/604800 binary64) (*.f64 x (*.f64 x x))) (-.f64 (*.f64 (*.f64 x #s(literal -11/15120 binary64)) (*.f64 x #s(literal -11/15120 binary64))) (*.f64 (*.f64 #s(literal -143/604800 binary64) (*.f64 x (*.f64 x x))) (*.f64 x #s(literal -11/15120 binary64))))) (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -2924207/221225582592000000 binary64))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1331/3456649728000 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 #s(literal -143/604800 binary64) (*.f64 x (*.f64 x x))) (*.f64 x #s(literal -11/15120 binary64))) (-.f64 (*.f64 (*.f64 #s(literal -143/604800 binary64) (*.f64 x (*.f64 x x))) (*.f64 #s(literal -143/604800 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x #s(literal -11/15120 binary64)) (*.f64 x #s(literal -11/15120 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (fma.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 20449/365783040000 binary64) #s(literal 121/228614400 binary64)) (*.f64 (*.f64 x x) #s(literal 1573/9144576000 binary64))) (*.f64 x (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -2924207/221225582592000000 binary64)) #s(literal -1331/3456649728000 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal 11/15120 binary64)) (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 20449/365783040000 binary64) #s(literal -121/228614400 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (fma.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 20449/365783040000 binary64) #s(literal 121/228614400 binary64)) (*.f64 (*.f64 x x) #s(literal 1573/9144576000 binary64))) (*.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -2924207/221225582592000000 binary64)) #s(literal -1331/3456649728000 binary64)) x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal 11/15120 binary64)) (*.f64 (fma.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 20449/365783040000 binary64) #s(literal -121/228614400 binary64)) x))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -2924207/221225582592000000 binary64))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1331/3456649728000 binary64))) (fma.f64 (*.f64 #s(literal -143/604800 binary64) (*.f64 x (*.f64 x x))) (*.f64 #s(literal -143/604800 binary64) (*.f64 x (*.f64 x x))) (-.f64 (*.f64 (*.f64 x #s(literal -11/15120 binary64)) (*.f64 x #s(literal -11/15120 binary64))) (*.f64 (*.f64 #s(literal -143/604800 binary64) (*.f64 x (*.f64 x x))) (*.f64 x #s(literal -11/15120 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -143/604800 binary64) (*.f64 x (*.f64 x x))) (*.f64 #s(literal -143/604800 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x #s(literal -11/15120 binary64)) (*.f64 x #s(literal -11/15120 binary64)))) (-.f64 (*.f64 #s(literal -143/604800 binary64) (*.f64 x (*.f64 x x))) (*.f64 x #s(literal -11/15120 binary64)))) |
(/.f64 (*.f64 x (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -2924207/221225582592000000 binary64)) #s(literal -1331/3456649728000 binary64))) (-.f64 (fma.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 20449/365783040000 binary64) #s(literal 121/228614400 binary64)) (*.f64 (*.f64 x x) #s(literal 1573/9144576000 binary64)))) |
(/.f64 (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 20449/365783040000 binary64) #s(literal -121/228614400 binary64))) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal 11/15120 binary64))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -2924207/221225582592000000 binary64)) #s(literal -1331/3456649728000 binary64)) x) (-.f64 (fma.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 20449/365783040000 binary64) #s(literal 121/228614400 binary64)) (*.f64 (*.f64 x x) #s(literal 1573/9144576000 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 20449/365783040000 binary64) #s(literal -121/228614400 binary64)) x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal 11/15120 binary64))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -2924207/221225582592000000 binary64))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -1331/3456649728000 binary64)))) (neg.f64 (fma.f64 (*.f64 #s(literal -143/604800 binary64) (*.f64 x (*.f64 x x))) (*.f64 #s(literal -143/604800 binary64) (*.f64 x (*.f64 x x))) (-.f64 (*.f64 (*.f64 x #s(literal -11/15120 binary64)) (*.f64 x #s(literal -11/15120 binary64))) (*.f64 (*.f64 #s(literal -143/604800 binary64) (*.f64 x (*.f64 x x))) (*.f64 x #s(literal -11/15120 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 #s(literal -143/604800 binary64) (*.f64 x (*.f64 x x))) (*.f64 #s(literal -143/604800 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x #s(literal -11/15120 binary64)) (*.f64 x #s(literal -11/15120 binary64))))) (neg.f64 (-.f64 (*.f64 #s(literal -143/604800 binary64) (*.f64 x (*.f64 x x))) (*.f64 x #s(literal -11/15120 binary64))))) |
(/.f64 (neg.f64 (*.f64 x (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -2924207/221225582592000000 binary64)) #s(literal -1331/3456649728000 binary64)))) (neg.f64 (-.f64 (fma.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 20449/365783040000 binary64) #s(literal 121/228614400 binary64)) (*.f64 (*.f64 x x) #s(literal 1573/9144576000 binary64))))) |
(/.f64 (neg.f64 (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 20449/365783040000 binary64) #s(literal -121/228614400 binary64)))) (neg.f64 (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal 11/15120 binary64)))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -2924207/221225582592000000 binary64)) #s(literal -1331/3456649728000 binary64)) x)) (neg.f64 (-.f64 (fma.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 20449/365783040000 binary64) #s(literal 121/228614400 binary64)) (*.f64 (*.f64 x x) #s(literal 1573/9144576000 binary64))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 20449/365783040000 binary64) #s(literal -121/228614400 binary64)) x)) (neg.f64 (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal 11/15120 binary64)))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x x)) #s(literal -1331/3456649728000 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -2924207/221225582592000000 binary64))))) (fma.f64 (*.f64 x #s(literal -11/15120 binary64)) (*.f64 x #s(literal -11/15120 binary64)) (-.f64 (*.f64 (*.f64 #s(literal -143/604800 binary64) (*.f64 x (*.f64 x x))) (*.f64 #s(literal -143/604800 binary64) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x #s(literal -11/15120 binary64)) (*.f64 #s(literal -143/604800 binary64) (*.f64 x (*.f64 x x))))))) |
(*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64))) |
(*.f64 (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) x) |
(+.f64 #s(literal 1/6 binary64) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) |
(+.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))) #s(literal 1/6 binary64)) |
(+.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))))) (fma.f64 x (*.f64 x #s(literal -1/120 binary64)) #s(literal 1/6 binary64))) |
(+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64)))))) (*.f64 (*.f64 x x) #s(literal -1/120 binary64))) |
(-.f64 (/.f64 (*.f64 x (*.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))))) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal -1/6 binary64))) (/.f64 #s(literal 1/36 binary64) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal -1/6 binary64)))) |
(-.f64 (/.f64 #s(literal 1/36 binary64) (-.f64 #s(literal 1/6 binary64) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))))) (/.f64 (*.f64 x (*.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))))) (-.f64 #s(literal 1/6 binary64) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))))) |
(fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)) |
(fma.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))))) (fma.f64 x (*.f64 x #s(literal -1/120 binary64)) #s(literal 1/6 binary64))) |
(fma.f64 x (*.f64 (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) (*.f64 x x)) (fma.f64 x (*.f64 x #s(literal -1/120 binary64)) #s(literal 1/6 binary64))) |
(fma.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64)))) (fma.f64 x (*.f64 x #s(literal -1/120 binary64)) #s(literal 1/6 binary64))) |
(fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) #s(literal 1/6 binary64)) |
(fma.f64 (*.f64 x (*.f64 x x)) (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) (fma.f64 x (*.f64 x #s(literal -1/120 binary64)) #s(literal 1/6 binary64))) |
(fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64)) (*.f64 (*.f64 x x) (*.f64 x x)) (fma.f64 x (*.f64 x #s(literal -1/120 binary64)) #s(literal 1/6 binary64))) |
(fma.f64 (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64)))) (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -1/120 binary64)) #s(literal 1/6 binary64))) |
(fma.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) (*.f64 x x) #s(literal 1/6 binary64)) |
(fma.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) x #s(literal 1/6 binary64)) |
(fma.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64)) (fma.f64 x (*.f64 x #s(literal -1/120 binary64)) #s(literal 1/6 binary64))) |
(fma.f64 (*.f64 (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64)))) x) x (fma.f64 x (*.f64 x #s(literal -1/120 binary64)) #s(literal 1/6 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1/36 binary64) (-.f64 (*.f64 x (*.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) (*.f64 x (*.f64 x #s(literal 1/6 binary64)))))) (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) #s(literal 1/216 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1/6 binary64) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) (-.f64 #s(literal 1/36 binary64) (*.f64 x (*.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64))))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) #s(literal 1/216 binary64)) (-.f64 (fma.f64 x (*.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) #s(literal 1/36 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) (*.f64 x (*.f64 x #s(literal 1/6 binary64)))))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) #s(literal 1/216 binary64)) (+.f64 #s(literal 1/36 binary64) (-.f64 (*.f64 x (*.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) (*.f64 x (*.f64 x #s(literal 1/6 binary64))))))) |
(/.f64 (fma.f64 x (*.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) #s(literal -1/36 binary64)) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal -1/6 binary64))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) #s(literal 1/216 binary64))) (neg.f64 (-.f64 (fma.f64 x (*.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) #s(literal 1/36 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) (*.f64 x (*.f64 x #s(literal 1/6 binary64))))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) #s(literal 1/216 binary64))) (neg.f64 (+.f64 #s(literal 1/36 binary64) (-.f64 (*.f64 x (*.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) (*.f64 x (*.f64 x #s(literal 1/6 binary64)))))))) |
(/.f64 (neg.f64 (fma.f64 x (*.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) #s(literal -1/36 binary64))) (neg.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal -1/6 binary64)))) |
(/.f64 (-.f64 #s(literal 1/36 binary64) (*.f64 x (*.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))))) (-.f64 #s(literal 1/6 binary64) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))))) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal -1/6 binary64))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal -1/6 binary64)) #s(literal 1/36 binary64))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal -1/6 binary64)) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal -1/6 binary64)))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) #s(literal 1/216 binary64)))) (neg.f64 (neg.f64 (-.f64 (fma.f64 x (*.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) #s(literal 1/36 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) (*.f64 x (*.f64 x #s(literal 1/6 binary64)))))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 x (*.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) #s(literal -1/36 binary64)))) (neg.f64 (neg.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal -1/6 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/36 binary64) (*.f64 x (*.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))))))) (neg.f64 (-.f64 #s(literal 1/6 binary64) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64)) (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64)) (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64)))))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (pow.f64 (fma.f64 x (*.f64 x #s(literal -1/120 binary64)) #s(literal 1/6 binary64)) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))))) (-.f64 (*.f64 (fma.f64 x (*.f64 x #s(literal -1/120 binary64)) #s(literal 1/6 binary64)) (fma.f64 x (*.f64 x #s(literal -1/120 binary64)) #s(literal 1/6 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))))) (fma.f64 x (*.f64 x #s(literal -1/120 binary64)) #s(literal 1/6 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64)))))) #s(literal 3 binary64)) (*.f64 #s(literal -1/1728000 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))))) (fma.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64)))))) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64)))))) (-.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal -1/120 binary64)) (*.f64 (*.f64 x x) #s(literal -1/120 binary64))) (*.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64)))))) (*.f64 (*.f64 x x) #s(literal -1/120 binary64)))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 x (*.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))))) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal -1/6 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1/36 binary64) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal -1/6 binary64))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 x (*.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))))) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal -1/6 binary64))) (/.f64 (*.f64 x (*.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))))) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal -1/6 binary64))) (fma.f64 (/.f64 #s(literal 1/36 binary64) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal -1/6 binary64))) (/.f64 #s(literal 1/36 binary64) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal -1/6 binary64))) (*.f64 (/.f64 (*.f64 x (*.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))))) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal -1/6 binary64))) (/.f64 #s(literal 1/36 binary64) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal -1/6 binary64))))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64))) #s(literal -1 binary64)) |
(*.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) #s(literal 1/216 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 x (*.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) #s(literal 1/36 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)) (*.f64 x (*.f64 x #s(literal 1/6 binary64))))))) |
(*.f64 (fma.f64 x (*.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) #s(literal -1/36 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal -1/6 binary64)))) |
(+.f64 #s(literal 0 binary64) (neg.f64 (sin.f64 x))) |
(-.f64 #s(literal 0 binary64) (sin.f64 x)) |
(-.f64 (/.f64 #s(literal 0 binary64) (+.f64 #s(literal 0 binary64) (+.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (sin.f64 x))))) (/.f64 (pow.f64 (sin.f64 x) #s(literal 3 binary64)) (+.f64 #s(literal 0 binary64) (+.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (sin.f64 x)))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (+.f64 #s(literal 0 binary64) (sin.f64 x))) (/.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (+.f64 #s(literal 0 binary64) (sin.f64 x)))) |
(neg.f64 (sin.f64 x)) |
(neg.f64 (*.f64 #s(literal 1 binary64) (sin.f64 x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 0 binary64) (+.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (sin.f64 x)))) (-.f64 #s(literal 0 binary64) (pow.f64 (sin.f64 x) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 0 binary64) (sin.f64 x)) (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (sin.f64 x) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (+.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (sin.f64 x))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))) (+.f64 #s(literal 0 binary64) (sin.f64 x))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (sin.f64 x) #s(literal 3 binary64)))) (neg.f64 (+.f64 #s(literal 0 binary64) (+.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (sin.f64 x)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))))) (neg.f64 (+.f64 #s(literal 0 binary64) (sin.f64 x)))) |
(/.f64 (+.f64 #s(literal 0 binary64) (neg.f64 (pow.f64 (sin.f64 x) #s(literal 3 binary64)))) (+.f64 #s(literal 0 binary64) (-.f64 (-.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (neg.f64 (sin.f64 x)))))) |
(*.f64 #s(literal 1 binary64) (neg.f64 (sin.f64 x))) |
(*.f64 (sin.f64 x) #s(literal -1 binary64)) |
(*.f64 (neg.f64 (sin.f64 x)) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (sin.f64 x)) |
| 1× | egg-herbie |
| 15 344× | accelerator-lowering-fma.f32 |
| 15 344× | accelerator-lowering-fma.f64 |
| 6 220× | *-lowering-*.f32 |
| 6 220× | *-lowering-*.f64 |
| 3 466× | +-lowering-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 282 | 2321 |
| 1 | 820 | 2306 |
| 2 | 2529 | 2231 |
| 3 | 6031 | 2231 |
| 0 | 8198 | 2144 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* 1/6 (pow x 2)) |
(* (pow x 2) (+ 1/6 (* -23/360 (pow x 2)))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360)))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360)))) |
(* -143/604800 (pow x 8)) |
(* -1 (* (pow x 8) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(* (pow x 8) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(* (pow x 8) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(* -143/604800 (pow x 8)) |
(* -1 (* (pow x 8) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(* (pow x 8) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(* (pow x 8) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(* 1/6 x) |
(* x (+ 1/6 (* -23/360 (pow x 2)))) |
(* x (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360)))) |
(* x (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360)))) |
(* -143/604800 (pow x 7)) |
(* -1 (* (pow x 7) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(* (pow x 7) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(* (pow x 7) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(* -143/604800 (pow x 7)) |
(* -1 (* (pow x 7) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(* -1 (* (pow x 7) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(* -1 (* (pow x 7) (- (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))) (* 1/6 (/ 1 (pow x 6)))))) |
1/6 |
(+ 1/6 (* -23/360 (pow x 2))) |
(+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360))) |
(+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360))) |
(* -143/604800 (pow x 6)) |
(* -1 (* (pow x 6) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(* (pow x 6) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(* (pow x 6) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(* -143/604800 (pow x 6)) |
(* -1 (* (pow x 6) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(* (pow x 6) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(* (pow x 6) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(* -23/360 x) |
(* x (- (* -11/15120 (pow x 2)) 23/360)) |
(* x (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360)) |
(* x (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360)) |
(* -143/604800 (pow x 5)) |
(* -1 (* (pow x 5) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(* (pow x 5) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(* (pow x 5) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(* -143/604800 (pow x 5)) |
(* -1 (* (pow x 5) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(* -1 (* (pow x 5) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(* -1 (* (pow x 5) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(* 1/6 (pow x 2)) |
(* 1/6 (pow x 2)) |
(* 1/6 (pow x 2)) |
(* 1/6 (pow x 2)) |
(* 1/6 (pow x 2)) |
(* 1/6 (pow x 2)) |
(* 1/6 (pow x 2)) |
(* 1/6 (pow x 2)) |
(* 1/6 (pow x 2)) |
(* 1/6 (pow x 2)) |
(* 1/6 (pow x 2)) |
(* 1/6 (pow x 2)) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(* 1/6 (pow x 2)) |
(* (pow x 2) (+ 1/6 (* -1/18 (pow x 2)))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* -1/270 (pow x 2)) 1/18)))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -1/2835 (pow x 2)) 1/270)) 1/18)))) |
(* 1/6 (/ (* (pow x 3) (cos x)) (sin x))) |
(* 1/6 (/ (* (pow x 3) (cos x)) (sin x))) |
(* 1/6 (/ (* (pow x 3) (cos x)) (sin x))) |
(* 1/6 (/ (* (pow x 3) (cos x)) (sin x))) |
(* 1/6 (/ (* (pow x 3) (cos x)) (sin x))) |
(* 1/6 (/ (* (pow x 3) (cos x)) (sin x))) |
(* 1/6 (/ (* (pow x 3) (cos x)) (sin x))) |
(* 1/6 (/ (* (pow x 3) (cos x)) (sin x))) |
(* 1/6 (pow x 3)) |
(* 1/6 (pow x 3)) |
(* 1/6 (pow x 3)) |
(* 1/6 (pow x 3)) |
(* 1/6 (pow x 3)) |
(* 1/6 (pow x 3)) |
(* 1/6 (pow x 3)) |
(* 1/6 (pow x 3)) |
(* 1/6 (pow x 3)) |
(* 1/6 (pow x 3)) |
(* 1/6 (pow x 3)) |
(* 1/6 (pow x 3)) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(* 1/6 (pow x 2)) |
(* (pow x 2) (+ 1/6 (* -23/360 (pow x 2)))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360)))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360)))) |
(* -1/362880 (/ (* (pow x 9) (cos x)) (sin x))) |
(* (pow x 9) (+ (* -1/362880 (/ (cos x) (sin x))) (* 1/5040 (/ (cos x) (* (pow x 2) (sin x)))))) |
(* (pow x 9) (+ (* -1/120 (/ (cos x) (* (pow x 4) (sin x)))) (+ (* -1/362880 (/ (cos x) (sin x))) (* 1/5040 (/ (cos x) (* (pow x 2) (sin x))))))) |
(* (pow x 9) (+ (* -1/120 (/ (cos x) (* (pow x 4) (sin x)))) (+ (* -1/362880 (/ (cos x) (sin x))) (+ (* 1/5040 (/ (cos x) (* (pow x 2) (sin x)))) (* 1/6 (/ (cos x) (* (pow x 6) (sin x)))))))) |
(* -1/362880 (/ (* (pow x 9) (cos x)) (sin x))) |
(* -1 (* (pow x 9) (+ (* -1/5040 (/ (cos x) (* (pow x 2) (sin x)))) (* 1/362880 (/ (cos x) (sin x)))))) |
(* -1 (* (pow x 9) (+ (* -1/5040 (/ (cos x) (* (pow x 2) (sin x)))) (+ (* 1/362880 (/ (cos x) (sin x))) (* 1/120 (/ (cos x) (* (pow x 4) (sin x)))))))) |
(* -1 (* (pow x 9) (+ (* -1/6 (/ (cos x) (* (pow x 6) (sin x)))) (+ (* -1/5040 (/ (cos x) (* (pow x 2) (sin x)))) (+ (* 1/362880 (/ (cos x) (sin x))) (* 1/120 (/ (cos x) (* (pow x 4) (sin x))))))))) |
(* 1/6 (pow x 3)) |
(* (pow x 3) (+ 1/6 (* -1/120 (pow x 2)))) |
(* (pow x 3) (+ 1/6 (* (pow x 2) (- (* 1/5040 (pow x 2)) 1/120)))) |
(* (pow x 3) (+ 1/6 (* (pow x 2) (- (* (pow x 2) (+ 1/5040 (* -1/362880 (pow x 2)))) 1/120)))) |
(* -1/362880 (pow x 9)) |
(* (pow x 9) (- (* 1/5040 (/ 1 (pow x 2))) 1/362880)) |
(* (pow x 9) (- (* 1/5040 (/ 1 (pow x 2))) (+ 1/362880 (/ 1/120 (pow x 4))))) |
(* (pow x 9) (- (+ (* 1/5040 (/ 1 (pow x 2))) (* 1/6 (/ 1 (pow x 6)))) (+ 1/362880 (/ 1/120 (pow x 4))))) |
(* -1/362880 (pow x 9)) |
(* -1 (* (pow x 9) (- 1/362880 (* 1/5040 (/ 1 (pow x 2)))))) |
(* -1 (* (pow x 9) (- (+ 1/362880 (/ 1/120 (pow x 4))) (* 1/5040 (/ 1 (pow x 2)))))) |
(* -1 (* (pow x 9) (- (+ 1/362880 (/ 1/120 (pow x 4))) (+ (* 1/5040 (/ 1 (pow x 2))) (* 1/6 (/ 1 (pow x 6))))))) |
(* 1/6 (pow x 2)) |
(* (pow x 2) (+ 1/6 (* -1/120 (pow x 2)))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* 1/5040 (pow x 2)) 1/120)))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* (pow x 2) (+ 1/5040 (* -1/362880 (pow x 2)))) 1/120)))) |
(* -1/362880 (pow x 8)) |
(* (pow x 8) (- (* 1/5040 (/ 1 (pow x 2))) 1/362880)) |
(* (pow x 8) (- (* 1/5040 (/ 1 (pow x 2))) (+ 1/362880 (/ 1/120 (pow x 4))))) |
(* (pow x 8) (- (+ (* 1/5040 (/ 1 (pow x 2))) (* 1/6 (/ 1 (pow x 6)))) (+ 1/362880 (/ 1/120 (pow x 4))))) |
(* -1/362880 (pow x 8)) |
(* (pow x 8) (- (* 1/5040 (/ 1 (pow x 2))) 1/362880)) |
(* (pow x 8) (- (* 1/5040 (/ 1 (pow x 2))) (+ 1/362880 (/ 1/120 (pow x 4))))) |
(* (pow x 8) (- (+ (* 1/5040 (/ 1 (pow x 2))) (* 1/6 (/ 1 (pow x 6)))) (+ 1/362880 (/ 1/120 (pow x 4))))) |
(* 1/6 (pow x 2)) |
(* (pow x 2) (+ 1/6 (* -23/360 (pow x 2)))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360)))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360)))) |
(/ (* x (cos x)) (sin x)) |
(* x (+ (* -1 (/ (cos x) x)) (/ (cos x) (sin x)))) |
(* x (+ (* -1 (/ (cos x) x)) (/ (cos x) (sin x)))) |
(* x (+ (* -1 (/ (cos x) x)) (/ (cos x) (sin x)))) |
(/ (* x (cos x)) (sin x)) |
(* -1 (* x (- (/ (cos x) x) (/ (cos x) (sin x))))) |
(* -1 (* x (- (/ (cos x) x) (/ (cos x) (sin x))))) |
(* -1 (* x (- (/ (cos x) x) (/ (cos x) (sin x))))) |
-1 |
(- (* 1/2 (pow x 2)) 1) |
(- (* (pow x 2) (+ 1/2 (* -1/24 (pow x 2)))) 1) |
(- (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24)))) 1) |
(* -1 (cos x)) |
(* -1 (cos x)) |
(* -1 (cos x)) |
(* -1 (cos x)) |
(* -1 (cos x)) |
(* -1 (cos x)) |
(* -1 (cos x)) |
(* -1 (cos x)) |
(/ 1 x) |
(/ (+ 1 (* -1/3 (pow x 2))) x) |
(/ (+ 1 (* (pow x 2) (- (* -1/45 (pow x 2)) 1/3))) x) |
(/ (+ 1 (* (pow x 2) (- (* (pow x 2) (- (* -2/945 (pow x 2)) 1/45)) 1/3))) x) |
(/ (cos x) (sin x)) |
(/ (cos x) (sin x)) |
(/ (cos x) (sin x)) |
(/ (cos x) (sin x)) |
(/ (cos x) (sin x)) |
(/ (cos x) (sin x)) |
(/ (cos x) (sin x)) |
(/ (cos x) (sin x)) |
x |
(* x (+ 1 (* 1/3 (pow x 2)))) |
(* x (+ 1 (* (pow x 2) (+ 1/3 (* 2/15 (pow x 2)))))) |
(* x (+ 1 (* (pow x 2) (+ 1/3 (* (pow x 2) (+ 2/15 (* 17/315 (pow x 2)))))))) |
(/ (sin x) (cos x)) |
(/ (sin x) (cos x)) |
(/ (sin x) (cos x)) |
(/ (sin x) (cos x)) |
(/ (sin x) (cos x)) |
(/ (sin x) (cos x)) |
(/ (sin x) (cos x)) |
(/ (sin x) (cos x)) |
(* -11/15120 x) |
(* x (- (* -143/604800 (pow x 2)) 11/15120)) |
(* x (- (* -143/604800 (pow x 2)) 11/15120)) |
(* x (- (* -143/604800 (pow x 2)) 11/15120)) |
(* -143/604800 (pow x 3)) |
(* -1 (* (pow x 3) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(* -1 (* (pow x 3) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(* -1 (* (pow x 3) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(* -143/604800 (pow x 3)) |
(* -1 (* (pow x 3) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(* -1 (* (pow x 3) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(* -1 (* (pow x 3) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
1/6 |
(+ 1/6 (* -1/120 (pow x 2))) |
(+ 1/6 (* (pow x 2) (- (* 1/5040 (pow x 2)) 1/120))) |
(+ 1/6 (* (pow x 2) (- (* (pow x 2) (+ 1/5040 (* -1/362880 (pow x 2)))) 1/120))) |
(* -1/362880 (pow x 6)) |
(* (pow x 6) (- (* 1/5040 (/ 1 (pow x 2))) 1/362880)) |
(* (pow x 6) (- (* 1/5040 (/ 1 (pow x 2))) (+ 1/362880 (/ 1/120 (pow x 4))))) |
(* (pow x 6) (- (+ (* 1/5040 (/ 1 (pow x 2))) (* 1/6 (/ 1 (pow x 6)))) (+ 1/362880 (/ 1/120 (pow x 4))))) |
(* -1/362880 (pow x 6)) |
(* (pow x 6) (- (* 1/5040 (/ 1 (pow x 2))) 1/362880)) |
(* (pow x 6) (- (* 1/5040 (/ 1 (pow x 2))) (+ 1/362880 (/ 1/120 (pow x 4))))) |
(* (pow x 6) (- (+ (* 1/5040 (/ 1 (pow x 2))) (* 1/6 (/ 1 (pow x 6)))) (+ 1/362880 (/ 1/120 (pow x 4))))) |
(* -1 x) |
(* x (- (* 1/6 (pow x 2)) 1)) |
(* x (- (* (pow x 2) (+ 1/6 (* -1/120 (pow x 2)))) 1)) |
(* x (- (* (pow x 2) (+ 1/6 (* (pow x 2) (- (* 1/5040 (pow x 2)) 1/120)))) 1)) |
(* -1 (sin x)) |
(* -1 (sin x)) |
(* -1 (sin x)) |
(* -1 (sin x)) |
(* -1 (sin x)) |
(* -1 (sin x)) |
(* -1 (sin x)) |
(* -1 (sin x)) |
| Outputs |
|---|
(* 1/6 (pow x 2)) |
(*.f64 #s(literal 1/6 binary64) (*.f64 x x)) |
(* (pow x 2) (+ 1/6 (* -23/360 (pow x 2)))) |
(*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360)))) |
(*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360)))) |
(*.f64 x (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) |
(* -143/604800 (pow x 8)) |
(*.f64 #s(literal -143/604800 binary64) (pow.f64 x #s(literal 8 binary64))) |
(* -1 (* (pow x 8) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 8 binary64)) (+.f64 #s(literal -143/604800 binary64) (/.f64 #s(literal -11/15120 binary64) (*.f64 x x)))) |
(* (pow x 8) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(*.f64 (pow.f64 x #s(literal 8 binary64)) (-.f64 #s(literal -143/604800 binary64) (/.f64 (+.f64 #s(literal 11/15120 binary64) (/.f64 #s(literal 23/360 binary64) (*.f64 x x))) (*.f64 x x)))) |
(* (pow x 8) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(*.f64 (pow.f64 x #s(literal 8 binary64)) (+.f64 (/.f64 #s(literal 1/6 binary64) (pow.f64 x #s(literal 6 binary64))) (-.f64 (+.f64 #s(literal -143/604800 binary64) (/.f64 #s(literal -11/15120 binary64) (*.f64 x x))) (/.f64 #s(literal 23/360 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(* -143/604800 (pow x 8)) |
(*.f64 #s(literal -143/604800 binary64) (pow.f64 x #s(literal 8 binary64))) |
(* -1 (* (pow x 8) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 8 binary64)) (+.f64 #s(literal -143/604800 binary64) (/.f64 #s(literal -11/15120 binary64) (*.f64 x x)))) |
(* (pow x 8) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(*.f64 (pow.f64 x #s(literal 8 binary64)) (-.f64 #s(literal -143/604800 binary64) (/.f64 (+.f64 #s(literal 11/15120 binary64) (/.f64 #s(literal 23/360 binary64) (*.f64 x x))) (*.f64 x x)))) |
(* (pow x 8) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(*.f64 (pow.f64 x #s(literal 8 binary64)) (+.f64 (/.f64 #s(literal 1/6 binary64) (pow.f64 x #s(literal 6 binary64))) (-.f64 (+.f64 #s(literal -143/604800 binary64) (/.f64 #s(literal -11/15120 binary64) (*.f64 x x))) (/.f64 #s(literal 23/360 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(* 1/6 x) |
(*.f64 #s(literal 1/6 binary64) x) |
(* x (+ 1/6 (* -23/360 (pow x 2)))) |
(*.f64 x (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(* x (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360)))) |
(*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(* x (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360)))) |
(*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(* -143/604800 (pow x 7)) |
(*.f64 #s(literal -143/604800 binary64) (pow.f64 x #s(literal 7 binary64))) |
(* -1 (* (pow x 7) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (+.f64 #s(literal -143/604800 binary64) (/.f64 #s(literal -11/15120 binary64) (*.f64 x x)))) |
(* (pow x 7) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(*.f64 (-.f64 #s(literal -143/604800 binary64) (/.f64 (+.f64 #s(literal 11/15120 binary64) (/.f64 #s(literal 23/360 binary64) (*.f64 x x))) (*.f64 x x))) (pow.f64 x #s(literal 7 binary64))) |
(* (pow x 7) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(*.f64 (+.f64 (/.f64 #s(literal 1/6 binary64) (pow.f64 x #s(literal 6 binary64))) (-.f64 (+.f64 #s(literal -143/604800 binary64) (/.f64 #s(literal -11/15120 binary64) (*.f64 x x))) (/.f64 #s(literal 23/360 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (pow.f64 x #s(literal 7 binary64))) |
(* -143/604800 (pow x 7)) |
(*.f64 #s(literal -143/604800 binary64) (pow.f64 x #s(literal 7 binary64))) |
(* -1 (* (pow x 7) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (+.f64 #s(literal -143/604800 binary64) (/.f64 #s(literal -11/15120 binary64) (*.f64 x x)))) |
(* -1 (* (pow x 7) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (-.f64 (+.f64 #s(literal -143/604800 binary64) (/.f64 #s(literal -11/15120 binary64) (*.f64 x x))) (/.f64 #s(literal 23/360 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) |
(* -1 (* (pow x 7) (- (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))) (* 1/6 (/ 1 (pow x 6)))))) |
(*.f64 (+.f64 (/.f64 #s(literal 1/6 binary64) (pow.f64 x #s(literal 6 binary64))) (-.f64 (+.f64 #s(literal -143/604800 binary64) (/.f64 #s(literal -11/15120 binary64) (*.f64 x x))) (/.f64 #s(literal 23/360 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (pow.f64 x #s(literal 7 binary64))) |
1/6 |
#s(literal 1/6 binary64) |
(+ 1/6 (* -23/360 (pow x 2))) |
(fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal 1/6 binary64)) |
(+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360))) |
(fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)) |
(+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360))) |
(fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)) |
(* -143/604800 (pow x 6)) |
(*.f64 #s(literal -143/604800 binary64) (pow.f64 x #s(literal 6 binary64))) |
(* -1 (* (pow x 6) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 #s(literal -143/604800 binary64) (/.f64 #s(literal -11/15120 binary64) (*.f64 x x)))) |
(* (pow x 6) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(*.f64 (-.f64 #s(literal -143/604800 binary64) (/.f64 (+.f64 #s(literal 11/15120 binary64) (/.f64 #s(literal 23/360 binary64) (*.f64 x x))) (*.f64 x x))) (pow.f64 x #s(literal 6 binary64))) |
(* (pow x 6) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 (/.f64 #s(literal 1/6 binary64) (pow.f64 x #s(literal 6 binary64))) (-.f64 (+.f64 #s(literal -143/604800 binary64) (/.f64 #s(literal -11/15120 binary64) (*.f64 x x))) (/.f64 #s(literal 23/360 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(* -143/604800 (pow x 6)) |
(*.f64 #s(literal -143/604800 binary64) (pow.f64 x #s(literal 6 binary64))) |
(* -1 (* (pow x 6) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 #s(literal -143/604800 binary64) (/.f64 #s(literal -11/15120 binary64) (*.f64 x x)))) |
(* (pow x 6) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(*.f64 (-.f64 #s(literal -143/604800 binary64) (/.f64 (+.f64 #s(literal 11/15120 binary64) (/.f64 #s(literal 23/360 binary64) (*.f64 x x))) (*.f64 x x))) (pow.f64 x #s(literal 6 binary64))) |
(* (pow x 6) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 (/.f64 #s(literal 1/6 binary64) (pow.f64 x #s(literal 6 binary64))) (-.f64 (+.f64 #s(literal -143/604800 binary64) (/.f64 #s(literal -11/15120 binary64) (*.f64 x x))) (/.f64 #s(literal 23/360 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(* -23/360 x) |
(*.f64 x #s(literal -23/360 binary64)) |
(* x (- (* -11/15120 (pow x 2)) 23/360)) |
(*.f64 x (fma.f64 x (*.f64 x #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) |
(* x (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360)) |
(*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) |
(* x (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360)) |
(*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) |
(* -143/604800 (pow x 5)) |
(*.f64 #s(literal -143/604800 binary64) (pow.f64 x #s(literal 5 binary64))) |
(* -1 (* (pow x 5) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 5 binary64)) (+.f64 #s(literal -143/604800 binary64) (/.f64 #s(literal -11/15120 binary64) (*.f64 x x)))) |
(* (pow x 5) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(*.f64 (-.f64 #s(literal -143/604800 binary64) (/.f64 (+.f64 #s(literal 11/15120 binary64) (/.f64 #s(literal 23/360 binary64) (*.f64 x x))) (*.f64 x x))) (pow.f64 x #s(literal 5 binary64))) |
(* (pow x 5) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(*.f64 (-.f64 #s(literal -143/604800 binary64) (/.f64 (+.f64 #s(literal 11/15120 binary64) (/.f64 #s(literal 23/360 binary64) (*.f64 x x))) (*.f64 x x))) (pow.f64 x #s(literal 5 binary64))) |
(* -143/604800 (pow x 5)) |
(*.f64 #s(literal -143/604800 binary64) (pow.f64 x #s(literal 5 binary64))) |
(* -1 (* (pow x 5) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 5 binary64)) (+.f64 #s(literal -143/604800 binary64) (/.f64 #s(literal -11/15120 binary64) (*.f64 x x)))) |
(* -1 (* (pow x 5) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(*.f64 (pow.f64 x #s(literal 5 binary64)) (-.f64 (+.f64 #s(literal -143/604800 binary64) (/.f64 #s(literal -11/15120 binary64) (*.f64 x x))) (/.f64 #s(literal 23/360 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) |
(* -1 (* (pow x 5) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(*.f64 (pow.f64 x #s(literal 5 binary64)) (-.f64 (+.f64 #s(literal -143/604800 binary64) (/.f64 #s(literal -11/15120 binary64) (*.f64 x x))) (/.f64 #s(literal 23/360 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) |
(* 1/6 (pow x 2)) |
(*.f64 #s(literal 1/6 binary64) (*.f64 x x)) |
(* 1/6 (pow x 2)) |
(*.f64 #s(literal 1/6 binary64) (*.f64 x x)) |
(* 1/6 (pow x 2)) |
(*.f64 #s(literal 1/6 binary64) (*.f64 x x)) |
(* 1/6 (pow x 2)) |
(*.f64 #s(literal 1/6 binary64) (*.f64 x x)) |
(* 1/6 (pow x 2)) |
(*.f64 #s(literal 1/6 binary64) (*.f64 x x)) |
(* 1/6 (pow x 2)) |
(*.f64 #s(literal 1/6 binary64) (*.f64 x x)) |
(* 1/6 (pow x 2)) |
(*.f64 #s(literal 1/6 binary64) (*.f64 x x)) |
(* 1/6 (pow x 2)) |
(*.f64 #s(literal 1/6 binary64) (*.f64 x x)) |
(* 1/6 (pow x 2)) |
(*.f64 #s(literal 1/6 binary64) (*.f64 x x)) |
(* 1/6 (pow x 2)) |
(*.f64 #s(literal 1/6 binary64) (*.f64 x x)) |
(* 1/6 (pow x 2)) |
(*.f64 #s(literal 1/6 binary64) (*.f64 x x)) |
(* 1/6 (pow x 2)) |
(*.f64 #s(literal 1/6 binary64) (*.f64 x x)) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(* 1/6 (pow x 2)) |
(*.f64 #s(literal 1/6 binary64) (*.f64 x x)) |
(* (pow x 2) (+ 1/6 (* -1/18 (pow x 2)))) |
(*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/18 binary64) #s(literal 1/6 binary64)))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* -1/270 (pow x 2)) 1/18)))) |
(*.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/270 binary64) #s(literal -1/18 binary64)) #s(literal 1/6 binary64)) x) x) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -1/2835 (pow x 2)) 1/270)) 1/18)))) |
(*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/2835 binary64) #s(literal -1/270 binary64)) #s(literal -1/18 binary64)) #s(literal 1/6 binary64))) |
(* 1/6 (/ (* (pow x 3) (cos x)) (sin x))) |
(*.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 #s(literal 1/6 binary64) (cos.f64 x)) (sin.f64 x))) |
(* 1/6 (/ (* (pow x 3) (cos x)) (sin x))) |
(*.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 #s(literal 1/6 binary64) (cos.f64 x)) (sin.f64 x))) |
(* 1/6 (/ (* (pow x 3) (cos x)) (sin x))) |
(*.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 #s(literal 1/6 binary64) (cos.f64 x)) (sin.f64 x))) |
(* 1/6 (/ (* (pow x 3) (cos x)) (sin x))) |
(*.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 #s(literal 1/6 binary64) (cos.f64 x)) (sin.f64 x))) |
(* 1/6 (/ (* (pow x 3) (cos x)) (sin x))) |
(*.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 #s(literal 1/6 binary64) (cos.f64 x)) (sin.f64 x))) |
(* 1/6 (/ (* (pow x 3) (cos x)) (sin x))) |
(*.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 #s(literal 1/6 binary64) (cos.f64 x)) (sin.f64 x))) |
(* 1/6 (/ (* (pow x 3) (cos x)) (sin x))) |
(*.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 #s(literal 1/6 binary64) (cos.f64 x)) (sin.f64 x))) |
(* 1/6 (/ (* (pow x 3) (cos x)) (sin x))) |
(*.f64 (*.f64 x (*.f64 x x)) (/.f64 (*.f64 #s(literal 1/6 binary64) (cos.f64 x)) (sin.f64 x))) |
(* 1/6 (pow x 3)) |
(*.f64 #s(literal 1/6 binary64) (*.f64 x (*.f64 x x))) |
(* 1/6 (pow x 3)) |
(*.f64 #s(literal 1/6 binary64) (*.f64 x (*.f64 x x))) |
(* 1/6 (pow x 3)) |
(*.f64 #s(literal 1/6 binary64) (*.f64 x (*.f64 x x))) |
(* 1/6 (pow x 3)) |
(*.f64 #s(literal 1/6 binary64) (*.f64 x (*.f64 x x))) |
(* 1/6 (pow x 3)) |
(*.f64 #s(literal 1/6 binary64) (*.f64 x (*.f64 x x))) |
(* 1/6 (pow x 3)) |
(*.f64 #s(literal 1/6 binary64) (*.f64 x (*.f64 x x))) |
(* 1/6 (pow x 3)) |
(*.f64 #s(literal 1/6 binary64) (*.f64 x (*.f64 x x))) |
(* 1/6 (pow x 3)) |
(*.f64 #s(literal 1/6 binary64) (*.f64 x (*.f64 x x))) |
(* 1/6 (pow x 3)) |
(*.f64 #s(literal 1/6 binary64) (*.f64 x (*.f64 x x))) |
(* 1/6 (pow x 3)) |
(*.f64 #s(literal 1/6 binary64) (*.f64 x (*.f64 x x))) |
(* 1/6 (pow x 3)) |
(*.f64 #s(literal 1/6 binary64) (*.f64 x (*.f64 x x))) |
(* 1/6 (pow x 3)) |
(*.f64 #s(literal 1/6 binary64) (*.f64 x (*.f64 x x))) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(* 1/6 (pow x 2)) |
(*.f64 #s(literal 1/6 binary64) (*.f64 x x)) |
(* (pow x 2) (+ 1/6 (* -23/360 (pow x 2)))) |
(*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360)))) |
(*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360)))) |
(*.f64 x (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) |
(* -1/362880 (/ (* (pow x 9) (cos x)) (sin x))) |
(/.f64 (*.f64 (pow.f64 x #s(literal 9 binary64)) (*.f64 (cos.f64 x) #s(literal -1/362880 binary64))) (sin.f64 x)) |
(* (pow x 9) (+ (* -1/362880 (/ (cos x) (sin x))) (* 1/5040 (/ (cos x) (* (pow x 2) (sin x)))))) |
(*.f64 (pow.f64 x #s(literal 9 binary64)) (*.f64 (/.f64 (cos.f64 x) (sin.f64 x)) (+.f64 #s(literal -1/362880 binary64) (/.f64 #s(literal 1/5040 binary64) (*.f64 x x))))) |
(* (pow x 9) (+ (* -1/120 (/ (cos x) (* (pow x 4) (sin x)))) (+ (* -1/362880 (/ (cos x) (sin x))) (* 1/5040 (/ (cos x) (* (pow x 2) (sin x))))))) |
(*.f64 (pow.f64 x #s(literal 9 binary64)) (fma.f64 (/.f64 (cos.f64 x) (sin.f64 x)) (+.f64 #s(literal -1/362880 binary64) (/.f64 #s(literal 1/5040 binary64) (*.f64 x x))) (/.f64 (*.f64 (cos.f64 x) #s(literal -1/120 binary64)) (*.f64 (sin.f64 x) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(* (pow x 9) (+ (* -1/120 (/ (cos x) (* (pow x 4) (sin x)))) (+ (* -1/362880 (/ (cos x) (sin x))) (+ (* 1/5040 (/ (cos x) (* (pow x 2) (sin x)))) (* 1/6 (/ (cos x) (* (pow x 6) (sin x)))))))) |
(*.f64 (pow.f64 x #s(literal 9 binary64)) (fma.f64 (/.f64 (cos.f64 x) (sin.f64 x)) (+.f64 (/.f64 #s(literal 1/5040 binary64) (*.f64 x x)) (/.f64 #s(literal -1/120 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 (/.f64 (cos.f64 x) (sin.f64 x)) (+.f64 (/.f64 #s(literal 1/6 binary64) (pow.f64 x #s(literal 6 binary64))) #s(literal -1/362880 binary64))))) |
(* -1/362880 (/ (* (pow x 9) (cos x)) (sin x))) |
(/.f64 (*.f64 (pow.f64 x #s(literal 9 binary64)) (*.f64 (cos.f64 x) #s(literal -1/362880 binary64))) (sin.f64 x)) |
(* -1 (* (pow x 9) (+ (* -1/5040 (/ (cos x) (* (pow x 2) (sin x)))) (* 1/362880 (/ (cos x) (sin x)))))) |
(*.f64 (pow.f64 x #s(literal 9 binary64)) (*.f64 (/.f64 (cos.f64 x) (sin.f64 x)) (+.f64 #s(literal -1/362880 binary64) (/.f64 #s(literal 1/5040 binary64) (*.f64 x x))))) |
(* -1 (* (pow x 9) (+ (* -1/5040 (/ (cos x) (* (pow x 2) (sin x)))) (+ (* 1/362880 (/ (cos x) (sin x))) (* 1/120 (/ (cos x) (* (pow x 4) (sin x)))))))) |
(*.f64 (pow.f64 x #s(literal 9 binary64)) (fma.f64 (/.f64 (cos.f64 x) (sin.f64 x)) (+.f64 #s(literal -1/362880 binary64) (/.f64 #s(literal 1/5040 binary64) (*.f64 x x))) (/.f64 (*.f64 (cos.f64 x) #s(literal -1/120 binary64)) (*.f64 (sin.f64 x) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(* -1 (* (pow x 9) (+ (* -1/6 (/ (cos x) (* (pow x 6) (sin x)))) (+ (* -1/5040 (/ (cos x) (* (pow x 2) (sin x)))) (+ (* 1/362880 (/ (cos x) (sin x))) (* 1/120 (/ (cos x) (* (pow x 4) (sin x))))))))) |
(*.f64 (pow.f64 x #s(literal 9 binary64)) (fma.f64 (/.f64 (cos.f64 x) (sin.f64 x)) (+.f64 (/.f64 #s(literal 1/5040 binary64) (*.f64 x x)) (/.f64 #s(literal -1/120 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 (/.f64 (cos.f64 x) (sin.f64 x)) (+.f64 (/.f64 #s(literal 1/6 binary64) (pow.f64 x #s(literal 6 binary64))) #s(literal -1/362880 binary64))))) |
(* 1/6 (pow x 3)) |
(*.f64 #s(literal 1/6 binary64) (*.f64 x (*.f64 x x))) |
(* (pow x 3) (+ 1/6 (* -1/120 (pow x 2)))) |
(*.f64 x (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/120 binary64) #s(literal 1/6 binary64))))) |
(* (pow x 3) (+ 1/6 (* (pow x 2) (- (* 1/5040 (pow x 2)) 1/120)))) |
(*.f64 (*.f64 x (*.f64 x x)) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64))) |
(* (pow x 3) (+ 1/6 (* (pow x 2) (- (* (pow x 2) (+ 1/5040 (* -1/362880 (pow x 2)))) 1/120)))) |
(*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64)) #s(literal -1/120 binary64)) #s(literal 1/6 binary64)))) |
(* -1/362880 (pow x 9)) |
(*.f64 #s(literal -1/362880 binary64) (pow.f64 x #s(literal 9 binary64))) |
(* (pow x 9) (- (* 1/5040 (/ 1 (pow x 2))) 1/362880)) |
(*.f64 (pow.f64 x #s(literal 9 binary64)) (+.f64 #s(literal -1/362880 binary64) (/.f64 #s(literal 1/5040 binary64) (*.f64 x x)))) |
(* (pow x 9) (- (* 1/5040 (/ 1 (pow x 2))) (+ 1/362880 (/ 1/120 (pow x 4))))) |
(*.f64 (pow.f64 x #s(literal 9 binary64)) (+.f64 #s(literal -1/362880 binary64) (+.f64 (/.f64 #s(literal 1/5040 binary64) (*.f64 x x)) (/.f64 #s(literal -1/120 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(* (pow x 9) (- (+ (* 1/5040 (/ 1 (pow x 2))) (* 1/6 (/ 1 (pow x 6)))) (+ 1/362880 (/ 1/120 (pow x 4))))) |
(*.f64 (pow.f64 x #s(literal 9 binary64)) (+.f64 (+.f64 (/.f64 #s(literal 1/5040 binary64) (*.f64 x x)) (+.f64 (/.f64 #s(literal 1/6 binary64) (pow.f64 x #s(literal 6 binary64))) #s(literal -1/362880 binary64))) (/.f64 #s(literal -1/120 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) |
(* -1/362880 (pow x 9)) |
(*.f64 #s(literal -1/362880 binary64) (pow.f64 x #s(literal 9 binary64))) |
(* -1 (* (pow x 9) (- 1/362880 (* 1/5040 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 9 binary64)) (+.f64 #s(literal -1/362880 binary64) (/.f64 #s(literal 1/5040 binary64) (*.f64 x x)))) |
(* -1 (* (pow x 9) (- (+ 1/362880 (/ 1/120 (pow x 4))) (* 1/5040 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 9 binary64)) (+.f64 #s(literal -1/362880 binary64) (+.f64 (/.f64 #s(literal 1/5040 binary64) (*.f64 x x)) (/.f64 #s(literal -1/120 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(* -1 (* (pow x 9) (- (+ 1/362880 (/ 1/120 (pow x 4))) (+ (* 1/5040 (/ 1 (pow x 2))) (* 1/6 (/ 1 (pow x 6))))))) |
(*.f64 (pow.f64 x #s(literal 9 binary64)) (+.f64 (+.f64 (/.f64 #s(literal 1/5040 binary64) (*.f64 x x)) (+.f64 (/.f64 #s(literal 1/6 binary64) (pow.f64 x #s(literal 6 binary64))) #s(literal -1/362880 binary64))) (/.f64 #s(literal -1/120 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) |
(* 1/6 (pow x 2)) |
(*.f64 #s(literal 1/6 binary64) (*.f64 x x)) |
(* (pow x 2) (+ 1/6 (* -1/120 (pow x 2)))) |
(*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/120 binary64) #s(literal 1/6 binary64)))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* 1/5040 (pow x 2)) 1/120)))) |
(*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* (pow x 2) (+ 1/5040 (* -1/362880 (pow x 2)))) 1/120)))) |
(*.f64 x (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64)) #s(literal -1/120 binary64)) #s(literal 1/6 binary64)))) |
(* -1/362880 (pow x 8)) |
(*.f64 (pow.f64 x #s(literal 8 binary64)) #s(literal -1/362880 binary64)) |
(* (pow x 8) (- (* 1/5040 (/ 1 (pow x 2))) 1/362880)) |
(*.f64 (pow.f64 x #s(literal 8 binary64)) (+.f64 #s(literal -1/362880 binary64) (/.f64 #s(literal 1/5040 binary64) (*.f64 x x)))) |
(* (pow x 8) (- (* 1/5040 (/ 1 (pow x 2))) (+ 1/362880 (/ 1/120 (pow x 4))))) |
(*.f64 (pow.f64 x #s(literal 8 binary64)) (+.f64 #s(literal -1/362880 binary64) (+.f64 (/.f64 #s(literal 1/5040 binary64) (*.f64 x x)) (/.f64 #s(literal -1/120 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(* (pow x 8) (- (+ (* 1/5040 (/ 1 (pow x 2))) (* 1/6 (/ 1 (pow x 6)))) (+ 1/362880 (/ 1/120 (pow x 4))))) |
(*.f64 (pow.f64 x #s(literal 8 binary64)) (+.f64 (+.f64 (/.f64 #s(literal 1/5040 binary64) (*.f64 x x)) (+.f64 (/.f64 #s(literal 1/6 binary64) (pow.f64 x #s(literal 6 binary64))) #s(literal -1/362880 binary64))) (/.f64 #s(literal -1/120 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) |
(* -1/362880 (pow x 8)) |
(*.f64 (pow.f64 x #s(literal 8 binary64)) #s(literal -1/362880 binary64)) |
(* (pow x 8) (- (* 1/5040 (/ 1 (pow x 2))) 1/362880)) |
(*.f64 (pow.f64 x #s(literal 8 binary64)) (+.f64 #s(literal -1/362880 binary64) (/.f64 #s(literal 1/5040 binary64) (*.f64 x x)))) |
(* (pow x 8) (- (* 1/5040 (/ 1 (pow x 2))) (+ 1/362880 (/ 1/120 (pow x 4))))) |
(*.f64 (pow.f64 x #s(literal 8 binary64)) (+.f64 #s(literal -1/362880 binary64) (+.f64 (/.f64 #s(literal 1/5040 binary64) (*.f64 x x)) (/.f64 #s(literal -1/120 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(* (pow x 8) (- (+ (* 1/5040 (/ 1 (pow x 2))) (* 1/6 (/ 1 (pow x 6)))) (+ 1/362880 (/ 1/120 (pow x 4))))) |
(*.f64 (pow.f64 x #s(literal 8 binary64)) (+.f64 (+.f64 (/.f64 #s(literal 1/5040 binary64) (*.f64 x x)) (+.f64 (/.f64 #s(literal 1/6 binary64) (pow.f64 x #s(literal 6 binary64))) #s(literal -1/362880 binary64))) (/.f64 #s(literal -1/120 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) |
(* 1/6 (pow x 2)) |
(*.f64 #s(literal 1/6 binary64) (*.f64 x x)) |
(* (pow x 2) (+ 1/6 (* -23/360 (pow x 2)))) |
(*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360)))) |
(*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360)))) |
(*.f64 x (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) |
(/ (* x (cos x)) (sin x)) |
(/.f64 (*.f64 x (cos.f64 x)) (sin.f64 x)) |
(* x (+ (* -1 (/ (cos x) x)) (/ (cos x) (sin x)))) |
(-.f64 (/.f64 (*.f64 x (cos.f64 x)) (sin.f64 x)) (*.f64 #s(literal 1 binary64) (cos.f64 x))) |
(* x (+ (* -1 (/ (cos x) x)) (/ (cos x) (sin x)))) |
(-.f64 (/.f64 (*.f64 x (cos.f64 x)) (sin.f64 x)) (*.f64 #s(literal 1 binary64) (cos.f64 x))) |
(* x (+ (* -1 (/ (cos x) x)) (/ (cos x) (sin x)))) |
(-.f64 (/.f64 (*.f64 x (cos.f64 x)) (sin.f64 x)) (*.f64 #s(literal 1 binary64) (cos.f64 x))) |
(/ (* x (cos x)) (sin x)) |
(/.f64 (*.f64 x (cos.f64 x)) (sin.f64 x)) |
(* -1 (* x (- (/ (cos x) x) (/ (cos x) (sin x))))) |
(-.f64 (/.f64 (*.f64 x (cos.f64 x)) (sin.f64 x)) (*.f64 #s(literal 1 binary64) (cos.f64 x))) |
(* -1 (* x (- (/ (cos x) x) (/ (cos x) (sin x))))) |
(-.f64 (/.f64 (*.f64 x (cos.f64 x)) (sin.f64 x)) (*.f64 #s(literal 1 binary64) (cos.f64 x))) |
(* -1 (* x (- (/ (cos x) x) (/ (cos x) (sin x))))) |
(-.f64 (/.f64 (*.f64 x (cos.f64 x)) (sin.f64 x)) (*.f64 #s(literal 1 binary64) (cos.f64 x))) |
-1 |
#s(literal -1 binary64) |
(- (* 1/2 (pow x 2)) 1) |
(fma.f64 (*.f64 x x) #s(literal 1/2 binary64) #s(literal -1 binary64)) |
(- (* (pow x 2) (+ 1/2 (* -1/24 (pow x 2)))) 1) |
(fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -1/24 binary64)) #s(literal 1/2 binary64)) #s(literal -1 binary64)) |
(- (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24)))) 1) |
(fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) #s(literal 1/2 binary64)) #s(literal -1 binary64)) |
(* -1 (cos x)) |
(neg.f64 (cos.f64 x)) |
(* -1 (cos x)) |
(neg.f64 (cos.f64 x)) |
(* -1 (cos x)) |
(neg.f64 (cos.f64 x)) |
(* -1 (cos x)) |
(neg.f64 (cos.f64 x)) |
(* -1 (cos x)) |
(neg.f64 (cos.f64 x)) |
(* -1 (cos x)) |
(neg.f64 (cos.f64 x)) |
(* -1 (cos x)) |
(neg.f64 (cos.f64 x)) |
(* -1 (cos x)) |
(neg.f64 (cos.f64 x)) |
(/ 1 x) |
(/.f64 #s(literal 1 binary64) x) |
(/ (+ 1 (* -1/3 (pow x 2))) x) |
(/.f64 (fma.f64 x (*.f64 x #s(literal -1/3 binary64)) #s(literal 1 binary64)) x) |
(/ (+ 1 (* (pow x 2) (- (* -1/45 (pow x 2)) 1/3))) x) |
(/.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -1/45 binary64)) #s(literal -1/3 binary64)) #s(literal 1 binary64)) x) |
(/ (+ 1 (* (pow x 2) (- (* (pow x 2) (- (* -2/945 (pow x 2)) 1/45)) 1/3))) x) |
(/.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -2/945 binary64) #s(literal -1/45 binary64)) #s(literal -1/3 binary64)) #s(literal 1 binary64)) x) |
(/ (cos x) (sin x)) |
(/.f64 (cos.f64 x) (sin.f64 x)) |
(/ (cos x) (sin x)) |
(/.f64 (cos.f64 x) (sin.f64 x)) |
(/ (cos x) (sin x)) |
(/.f64 (cos.f64 x) (sin.f64 x)) |
(/ (cos x) (sin x)) |
(/.f64 (cos.f64 x) (sin.f64 x)) |
(/ (cos x) (sin x)) |
(/.f64 (cos.f64 x) (sin.f64 x)) |
(/ (cos x) (sin x)) |
(/.f64 (cos.f64 x) (sin.f64 x)) |
(/ (cos x) (sin x)) |
(/.f64 (cos.f64 x) (sin.f64 x)) |
(/ (cos x) (sin x)) |
(/.f64 (cos.f64 x) (sin.f64 x)) |
x |
(* x (+ 1 (* 1/3 (pow x 2)))) |
(fma.f64 x (*.f64 (*.f64 x x) #s(literal 1/3 binary64)) x) |
(* x (+ 1 (* (pow x 2) (+ 1/3 (* 2/15 (pow x 2)))))) |
(fma.f64 (*.f64 x (*.f64 x x)) (fma.f64 x (*.f64 x #s(literal 2/15 binary64)) #s(literal 1/3 binary64)) x) |
(* x (+ 1 (* (pow x 2) (+ 1/3 (* (pow x 2) (+ 2/15 (* 17/315 (pow x 2)))))))) |
(fma.f64 (*.f64 x (*.f64 x x)) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 17/315 binary64) #s(literal 2/15 binary64))) #s(literal 1/3 binary64)) x) |
(/ (sin x) (cos x)) |
(/.f64 (sin.f64 x) (cos.f64 x)) |
(/ (sin x) (cos x)) |
(/.f64 (sin.f64 x) (cos.f64 x)) |
(/ (sin x) (cos x)) |
(/.f64 (sin.f64 x) (cos.f64 x)) |
(/ (sin x) (cos x)) |
(/.f64 (sin.f64 x) (cos.f64 x)) |
(/ (sin x) (cos x)) |
(/.f64 (sin.f64 x) (cos.f64 x)) |
(/ (sin x) (cos x)) |
(/.f64 (sin.f64 x) (cos.f64 x)) |
(/ (sin x) (cos x)) |
(/.f64 (sin.f64 x) (cos.f64 x)) |
(/ (sin x) (cos x)) |
(/.f64 (sin.f64 x) (cos.f64 x)) |
(* -11/15120 x) |
(*.f64 x #s(literal -11/15120 binary64)) |
(* x (- (* -143/604800 (pow x 2)) 11/15120)) |
(*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64))) |
(* x (- (* -143/604800 (pow x 2)) 11/15120)) |
(*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64))) |
(* x (- (* -143/604800 (pow x 2)) 11/15120)) |
(*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64))) |
(* -143/604800 (pow x 3)) |
(*.f64 x (*.f64 (*.f64 x x) #s(literal -143/604800 binary64))) |
(* -1 (* (pow x 3) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -143/604800 binary64) (/.f64 #s(literal -11/15120 binary64) (*.f64 x x))))) |
(* -1 (* (pow x 3) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -143/604800 binary64) (/.f64 #s(literal -11/15120 binary64) (*.f64 x x))))) |
(* -1 (* (pow x 3) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -143/604800 binary64) (/.f64 #s(literal -11/15120 binary64) (*.f64 x x))))) |
(* -143/604800 (pow x 3)) |
(*.f64 x (*.f64 (*.f64 x x) #s(literal -143/604800 binary64))) |
(* -1 (* (pow x 3) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -143/604800 binary64) (/.f64 #s(literal -11/15120 binary64) (*.f64 x x))))) |
(* -1 (* (pow x 3) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -143/604800 binary64) (/.f64 #s(literal -11/15120 binary64) (*.f64 x x))))) |
(* -1 (* (pow x 3) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(*.f64 (*.f64 x x) (*.f64 x (+.f64 #s(literal -143/604800 binary64) (/.f64 #s(literal -11/15120 binary64) (*.f64 x x))))) |
1/6 |
#s(literal 1/6 binary64) |
(+ 1/6 (* -1/120 (pow x 2))) |
(fma.f64 (*.f64 x x) #s(literal -1/120 binary64) #s(literal 1/6 binary64)) |
(+ 1/6 (* (pow x 2) (- (* 1/5040 (pow x 2)) 1/120))) |
(fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)) |
(+ 1/6 (* (pow x 2) (- (* (pow x 2) (+ 1/5040 (* -1/362880 (pow x 2)))) 1/120))) |
(fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64)) #s(literal -1/120 binary64)) #s(literal 1/6 binary64)) |
(* -1/362880 (pow x 6)) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal -1/362880 binary64)) |
(* (pow x 6) (- (* 1/5040 (/ 1 (pow x 2))) 1/362880)) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 #s(literal -1/362880 binary64) (/.f64 #s(literal 1/5040 binary64) (*.f64 x x)))) |
(* (pow x 6) (- (* 1/5040 (/ 1 (pow x 2))) (+ 1/362880 (/ 1/120 (pow x 4))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 #s(literal -1/362880 binary64) (+.f64 (/.f64 #s(literal 1/5040 binary64) (*.f64 x x)) (/.f64 #s(literal -1/120 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(* (pow x 6) (- (+ (* 1/5040 (/ 1 (pow x 2))) (* 1/6 (/ 1 (pow x 6)))) (+ 1/362880 (/ 1/120 (pow x 4))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 (+.f64 (/.f64 #s(literal 1/5040 binary64) (*.f64 x x)) (+.f64 (/.f64 #s(literal 1/6 binary64) (pow.f64 x #s(literal 6 binary64))) #s(literal -1/362880 binary64))) (/.f64 #s(literal -1/120 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) |
(* -1/362880 (pow x 6)) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal -1/362880 binary64)) |
(* (pow x 6) (- (* 1/5040 (/ 1 (pow x 2))) 1/362880)) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 #s(literal -1/362880 binary64) (/.f64 #s(literal 1/5040 binary64) (*.f64 x x)))) |
(* (pow x 6) (- (* 1/5040 (/ 1 (pow x 2))) (+ 1/362880 (/ 1/120 (pow x 4))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 #s(literal -1/362880 binary64) (+.f64 (/.f64 #s(literal 1/5040 binary64) (*.f64 x x)) (/.f64 #s(literal -1/120 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(* (pow x 6) (- (+ (* 1/5040 (/ 1 (pow x 2))) (* 1/6 (/ 1 (pow x 6)))) (+ 1/362880 (/ 1/120 (pow x 4))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 (+.f64 (/.f64 #s(literal 1/5040 binary64) (*.f64 x x)) (+.f64 (/.f64 #s(literal 1/6 binary64) (pow.f64 x #s(literal 6 binary64))) #s(literal -1/362880 binary64))) (/.f64 #s(literal -1/120 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) |
(* -1 x) |
(neg.f64 x) |
(* x (- (* 1/6 (pow x 2)) 1)) |
(*.f64 x (fma.f64 #s(literal 1/6 binary64) (*.f64 x x) #s(literal -1 binary64))) |
(* x (- (* (pow x 2) (+ 1/6 (* -1/120 (pow x 2)))) 1)) |
(*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/120 binary64) #s(literal 1/6 binary64)) #s(literal -1 binary64))) |
(* x (- (* (pow x 2) (+ 1/6 (* (pow x 2) (- (* 1/5040 (pow x 2)) 1/120)))) 1)) |
(*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)) #s(literal -1 binary64))) |
(* -1 (sin x)) |
(neg.f64 (sin.f64 x)) |
(* -1 (sin x)) |
(neg.f64 (sin.f64 x)) |
(* -1 (sin x)) |
(neg.f64 (sin.f64 x)) |
(* -1 (sin x)) |
(neg.f64 (sin.f64 x)) |
(* -1 (sin x)) |
(neg.f64 (sin.f64 x)) |
(* -1 (sin x)) |
(neg.f64 (sin.f64 x)) |
(* -1 (sin x)) |
(neg.f64 (sin.f64 x)) |
(* -1 (sin x)) |
(neg.f64 (sin.f64 x)) |
Compiled 30 925 to 2 726 computations (91.2% saved)
25 alts after pruning (21 fresh and 4 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1 085 | 14 | 1 099 |
| Fresh | 2 | 7 | 9 |
| Picked | 2 | 3 | 5 |
| Done | 0 | 1 | 1 |
| Total | 1 089 | 25 | 1 114 |
| Status | Accuracy | Program |
|---|---|---|
| ✓ | 5.7% | (fma.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) x (*.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) (neg.f64 (sin.f64 x)))) |
| ▶ | 5.5% | (fma.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) x (neg.f64 (cos.f64 x))) |
| 3.1% | (/.f64 (fma.f64 (/.f64 (*.f64 x x) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 x) #s(literal 3 binary64)))) (fma.f64 x x (*.f64 (sin.f64 x) (-.f64 (sin.f64 x) x))) (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (+.f64 x x))) (*.f64 (+.f64 x (sin.f64 x)) #s(literal 2 binary64))))) (tan.f64 x)) | |
| 83.0% | (/.f64 (fma.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) x (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64)))) (tan.f64 x)) | |
| 1.9% | (/.f64 (-.f64 (*.f64 (*.f64 x (cos.f64 x)) (sin.f64 x)) (*.f64 (sin.f64 x) (*.f64 (sin.f64 x) (cos.f64 x)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x))))) | |
| 4.1% | (/.f64 (-.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x))))) (/.f64 (+.f64 x (sin.f64 x)) (tan.f64 x))) | |
| ▶ | 53.7% | (/.f64 (-.f64 x (fma.f64 (*.f64 x (*.f64 x x)) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -1/5040 binary64)) #s(literal 1/120 binary64))) #s(literal -1/6 binary64)) x)) (tan.f64 x)) |
| ✓ | 54.1% | (/.f64 (-.f64 x (sin.f64 x)) (tan.f64 x)) |
| 82.9% | (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64))) (tan.f64 x)) | |
| 99.2% | (/.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64))) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) | |
| 30.0% | (/.f64 (*.f64 x (/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))))) (*.f64 (*.f64 x (*.f64 x #s(literal 1/6 binary64))) (*.f64 x (*.f64 x #s(literal 1/6 binary64))))) (-.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) (*.f64 x (*.f64 x #s(literal 1/6 binary64)))))) (tan.f64 x)) | |
| 82.9% | (/.f64 (*.f64 x (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) (tan.f64 x)) | |
| 82.1% | (/.f64 (*.f64 #s(literal 1/6 binary64) (pow.f64 x #s(literal 3 binary64))) (tan.f64 x)) | |
| 81.9% | (/.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 x (*.f64 x x))) x) | |
| 54.1% | (+.f64 (/.f64 x (tan.f64 x)) (neg.f64 (cos.f64 x))) | |
| 83.1% | (*.f64 (*.f64 x (*.f64 x x)) (/.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)) (tan.f64 x))) | |
| 82.2% | (*.f64 (*.f64 x (*.f64 x x)) (/.f64 #s(literal 1/6 binary64) (tan.f64 x))) | |
| 99.3% | (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) | |
| ▶ | 98.4% | (*.f64 (*.f64 x #s(literal 1/6 binary64)) x) |
| 99.4% | (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) x (*.f64 x #s(literal 1/6 binary64)))) | |
| ▶ | 99.4% | (*.f64 x (/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64)) x) (-.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))))) |
| ▶ | 99.4% | (*.f64 x (/.f64 (*.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64)) x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
| 99.3% | (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -23/360 binary64) #s(literal 1/6 binary64)))) | |
| ✓ | 99.4% | (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) #s(literal 1/6 binary64)))) |
| ✓ | 98.4% | (*.f64 #s(literal 1/6 binary64) (*.f64 x x)) |
Compiled 1 286 to 560 computations (56.5% saved)
| 1× | egg-herbie |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (neg.f64 (cos.f64 x)) |
| ✓ | cost-diff | 0 | (tan.f64 x) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1 binary64) (tan.f64 x)) |
| ✓ | cost-diff | 320 | (fma.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) x (neg.f64 (cos.f64 x))) |
| ✓ | cost-diff | 0 | (*.f64 x (*.f64 x x)) |
| ✓ | cost-diff | 0 | (fma.f64 (*.f64 x (*.f64 x x)) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -1/5040 binary64)) #s(literal 1/120 binary64))) #s(literal -1/6 binary64)) x) |
| ✓ | cost-diff | 0 | (/.f64 (-.f64 x (fma.f64 (*.f64 x (*.f64 x x)) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -1/5040 binary64)) #s(literal 1/120 binary64))) #s(literal -1/6 binary64)) x)) (tan.f64 x)) |
| ✓ | cost-diff | 128 | (-.f64 x (fma.f64 (*.f64 x (*.f64 x x)) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -1/5040 binary64)) #s(literal 1/120 binary64))) #s(literal -1/6 binary64)) x)) |
| ✓ | cost-diff | 0 | (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64)) |
| ✓ | cost-diff | 0 | (*.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64)) x) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64)) x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) |
| ✓ | cost-diff | 0 | (*.f64 x (/.f64 (*.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64)) x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
| ✓ | cost-diff | 0 | (*.f64 x #s(literal 1/6 binary64)) |
| ✓ | cost-diff | 0 | (*.f64 (*.f64 x #s(literal 1/6 binary64)) x) |
| ✓ | cost-diff | 0 | (*.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64)) x) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64)) x) (-.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) |
| ✓ | cost-diff | 0 | (*.f64 x (/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64)) x) (-.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))))) |
| ✓ | cost-diff | 2496 | (-.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) |
| 18 892× | accelerator-lowering-fma.f32 |
| 18 892× | accelerator-lowering-fma.f64 |
| 6 266× | +-lowering-+.f64 |
| 6 266× | +-lowering-+.f32 |
| 4 026× | *-lowering-*.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 56 | 914 |
| 1 | 179 | 860 |
| 2 | 677 | 812 |
| 3 | 3675 | 810 |
| 4 | 7823 | 810 |
| 0 | 8076 | 709 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* x (/ (* (+ (* (* (* x (* x x)) (* x (* x x))) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)))) 1/216) x) (- (+ (* (* x x) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)))) 1/36) (* (* x x) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) 1/6))))) |
x |
(/ (* (+ (* (* (* x (* x x)) (* x (* x x))) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)))) 1/216) x) (- (+ (* (* x x) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)))) 1/36) (* (* x x) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) 1/6)))) |
(* (+ (* (* (* x (* x x)) (* x (* x x))) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)))) 1/216) x) |
(+ (* (* (* x (* x x)) (* x (* x x))) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)))) 1/216) |
(* (* x (* x x)) (* x (* x x))) |
(* x (* x x)) |
(* x x) |
(* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360))) |
(+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) |
(+ (* (* x x) -143/604800) -11/15120) |
-143/604800 |
-11/15120 |
-23/360 |
(* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)) |
1/216 |
(- (+ (* (* x x) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)))) 1/36) (* (* x x) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) 1/6))) |
(+ (* (* x x) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)))) 1/36) |
(* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360))) |
(* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)) |
1/36 |
(* (* x x) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) 1/6)) |
(* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) 1/6) |
1/6 |
(* (* x 1/6) x) |
(* x 1/6) |
x |
1/6 |
(* x (/ (* (+ (* (* x x) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)))) -1/36) x) (+ (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)) -1/6))) |
x |
(/ (* (+ (* (* x x) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)))) -1/36) x) (+ (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)) -1/6)) |
(* (+ (* (* x x) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)))) -1/36) x) |
(+ (* (* x x) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)))) -1/36) |
(* x x) |
(* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360))) |
(+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) |
(+ (* (* x x) -143/604800) -11/15120) |
-143/604800 |
-11/15120 |
-23/360 |
(* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)) |
-1/36 |
(+ (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)) -1/6) |
-1/6 |
(/ (- x (+ (* (* x (* x x)) (+ (* x (* x (+ (* x (* x -1/5040)) 1/120))) -1/6)) x)) (tan x)) |
(- x (+ (* (* x (* x x)) (+ (* x (* x (+ (* x (* x -1/5040)) 1/120))) -1/6)) x)) |
x |
(+ (* (* x (* x x)) (+ (* x (* x (+ (* x (* x -1/5040)) 1/120))) -1/6)) x) |
(* x (* x x)) |
(* x x) |
(+ (* x (* x (+ (* x (* x -1/5040)) 1/120))) -1/6) |
(* x (+ (* x (* x -1/5040)) 1/120)) |
(+ (* x (* x -1/5040)) 1/120) |
(* x -1/5040) |
-1/5040 |
1/120 |
-1/6 |
(tan x) |
(+ (* (/ 1 (tan x)) x) (neg (cos x))) |
(/ 1 (tan x)) |
1 |
(tan x) |
x |
(neg (cos x)) |
(cos x) |
| Outputs |
|---|
(* x (/ (* (+ (* (* (* x (* x x)) (* x (* x x))) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)))) 1/216) x) (- (+ (* (* x x) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)))) 1/36) (* (* x x) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) 1/6))))) |
(/.f64 (*.f64 x (*.f64 x (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64)))) (fma.f64 x (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal -1/6 binary64))) #s(literal 1/36 binary64))) |
x |
(/ (* (+ (* (* (* x (* x x)) (* x (* x x))) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)))) 1/216) x) (- (+ (* (* x x) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)))) 1/36) (* (* x x) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) 1/6)))) |
(/.f64 (*.f64 x (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64))) (fma.f64 x (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal -1/6 binary64))) #s(literal 1/36 binary64))) |
(* (+ (* (* (* x (* x x)) (* x (* x x))) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)))) 1/216) x) |
(*.f64 x (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64))) |
(+ (* (* (* x (* x x)) (* x (* x x))) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)))) 1/216) |
(fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64)) |
(* (* x (* x x)) (* x (* x x))) |
(*.f64 x (*.f64 x (*.f64 x (*.f64 x (*.f64 x x))))) |
(* x (* x x)) |
(*.f64 x (*.f64 x x)) |
(* x x) |
(*.f64 x x) |
(* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360))) |
(*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) |
(+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) |
(fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) |
(+ (* (* x x) -143/604800) -11/15120) |
(fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) |
-143/604800 |
#s(literal -143/604800 binary64) |
-11/15120 |
#s(literal -11/15120 binary64) |
-23/360 |
#s(literal -23/360 binary64) |
(* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)) |
(*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) |
1/216 |
#s(literal 1/216 binary64) |
(- (+ (* (* x x) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)))) 1/36) (* (* x x) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) 1/6))) |
(fma.f64 x (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal -1/6 binary64))) #s(literal 1/36 binary64)) |
(+ (* (* x x) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)))) 1/36) |
(fma.f64 x (*.f64 x (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/36 binary64)) |
(* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360))) |
(*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) |
(* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)) |
(*.f64 x (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) |
1/36 |
#s(literal 1/36 binary64) |
(* (* x x) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) 1/6)) |
(*.f64 x (*.f64 x (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x #s(literal 1/6 binary64))) #s(literal -23/2160 binary64)))) |
(* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) 1/6) |
(fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x #s(literal 1/6 binary64))) #s(literal -23/2160 binary64)) |
1/6 |
#s(literal 1/6 binary64) |
(* (* x 1/6) x) |
(*.f64 x (*.f64 x #s(literal 1/6 binary64))) |
(* x 1/6) |
(*.f64 x #s(literal 1/6 binary64)) |
x |
1/6 |
#s(literal 1/6 binary64) |
(* x (/ (* (+ (* (* x x) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)))) -1/36) x) (+ (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)) -1/6))) |
(/.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal -1/36 binary64)))) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal -1/6 binary64))) |
x |
(/ (* (+ (* (* x x) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)))) -1/36) x) (+ (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)) -1/6)) |
(/.f64 (*.f64 x (fma.f64 x (*.f64 x (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal -1/36 binary64))) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal -1/6 binary64))) |
(* (+ (* (* x x) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)))) -1/36) x) |
(*.f64 x (fma.f64 x (*.f64 x (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal -1/36 binary64))) |
(+ (* (* x x) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)))) -1/36) |
(fma.f64 x (*.f64 x (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal -1/36 binary64)) |
(* x x) |
(*.f64 x x) |
(* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360))) |
(*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) |
(+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) |
(fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) |
(+ (* (* x x) -143/604800) -11/15120) |
(fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) |
-143/604800 |
#s(literal -143/604800 binary64) |
-11/15120 |
#s(literal -11/15120 binary64) |
-23/360 |
#s(literal -23/360 binary64) |
(* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)) |
(*.f64 x (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) |
-1/36 |
#s(literal -1/36 binary64) |
(+ (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)) -1/6) |
(fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal -1/6 binary64)) |
-1/6 |
#s(literal -1/6 binary64) |
(/ (- x (+ (* (* x (* x x)) (+ (* x (* x (+ (* x (* x -1/5040)) 1/120))) -1/6)) x)) (tan x)) |
(*.f64 (*.f64 (*.f64 x x) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) (neg.f64 (*.f64 x x)) #s(literal 1/6 binary64))) (/.f64 x (tan.f64 x))) |
(- x (+ (* (* x (* x x)) (+ (* x (* x (+ (* x (* x -1/5040)) 1/120))) -1/6)) x)) |
(*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) (neg.f64 (*.f64 x x)) #s(literal 1/6 binary64))) |
x |
(+ (* (* x (* x x)) (+ (* x (* x (+ (* x (* x -1/5040)) 1/120))) -1/6)) x) |
(fma.f64 x (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64))) #s(literal -1/6 binary64))) x) |
(* x (* x x)) |
(*.f64 x (*.f64 x x)) |
(* x x) |
(*.f64 x x) |
(+ (* x (* x (+ (* x (* x -1/5040)) 1/120))) -1/6) |
(fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64))) #s(literal -1/6 binary64)) |
(* x (+ (* x (* x -1/5040)) 1/120)) |
(*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64))) |
(+ (* x (* x -1/5040)) 1/120) |
(fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) |
(* x -1/5040) |
(*.f64 x #s(literal -1/5040 binary64)) |
-1/5040 |
#s(literal -1/5040 binary64) |
1/120 |
#s(literal 1/120 binary64) |
-1/6 |
#s(literal -1/6 binary64) |
(tan x) |
(tan.f64 x) |
(+ (* (/ 1 (tan x)) x) (neg (cos x))) |
(-.f64 (/.f64 x (tan.f64 x)) (cos.f64 x)) |
(/ 1 (tan x)) |
(/.f64 #s(literal 1 binary64) (tan.f64 x)) |
1 |
#s(literal 1 binary64) |
(tan x) |
(tan.f64 x) |
x |
(neg (cos x)) |
(neg.f64 (cos.f64 x)) |
(cos x) |
(cos.f64 x) |
Found 18 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (neg.f64 (cos.f64 x)) |
| ✓ | accuracy | 100.0% | (cos.f64 x) |
| ✓ | accuracy | 100.0% | (/.f64 #s(literal 1 binary64) (tan.f64 x)) |
| ✓ | accuracy | 5.5% | (fma.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) x (neg.f64 (cos.f64 x))) |
| ✓ | accuracy | 99.9% | (*.f64 x (*.f64 x x)) |
| ✓ | accuracy | 99.9% | (*.f64 x (fma.f64 x (*.f64 x #s(literal -1/5040 binary64)) #s(literal 1/120 binary64))) |
| ✓ | accuracy | 83.3% | (/.f64 (-.f64 x (fma.f64 (*.f64 x (*.f64 x x)) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -1/5040 binary64)) #s(literal 1/120 binary64))) #s(literal -1/6 binary64)) x)) (tan.f64 x)) |
| ✓ | accuracy | 71.2% | (-.f64 x (fma.f64 (*.f64 x (*.f64 x x)) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -1/5040 binary64)) #s(literal 1/120 binary64))) #s(literal -1/6 binary64)) x)) |
| ✓ | accuracy | 99.6% | (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) |
| ✓ | accuracy | 99.6% | (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) |
| ✓ | accuracy | 99.4% | (*.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64)) x) |
| ✓ | accuracy | 99.4% | (/.f64 (*.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64)) x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) |
| ✓ | accuracy | 99.8% | (*.f64 (*.f64 x #s(literal 1/6 binary64)) x) |
| ✓ | accuracy | 99.4% | (*.f64 x #s(literal 1/6 binary64)) |
| ✓ | accuracy | 99.5% | (*.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64)) x) |
| ✓ | accuracy | 99.4% | (/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64)) x) (-.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) |
| ✓ | accuracy | 98.5% | (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) |
| ✓ | accuracy | 98.4% | (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)) |
| 559.0ms | 173× | 2 | valid |
| 183.0ms | 68× | 1 | valid |
| 16.0ms | 8× | 3 | valid |
| 3.0ms | 7× | 0 | valid |
Compiled 948 to 58 computations (93.9% saved)
ival-add: 198.0ms (29.9% of total)const: 165.0ms (25% of total)ival-tan: 115.0ms (17.4% of total)ival-mult: 88.0ms (13.3% of total)adjust: 42.0ms (6.4% of total)ival-cos: 25.0ms (3.8% of total)ival-div: 18.0ms (2.7% of total)ival-sub: 6.0ms (0.9% of total)ival-neg: 3.0ms (0.5% of total)exact: 1.0ms (0.2% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)| Inputs |
|---|
#<alt (- (+ (* (* x x) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)))) 1/36) (* (* x x) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) 1/6)))> |
#<alt (* x (/ (* (+ (* (* (* x (* x x)) (* x (* x x))) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)))) 1/216) x) (- (+ (* (* x x) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)))) 1/36) (* (* x x) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) 1/6)))))> |
#<alt (/ (* (+ (* (* (* x (* x x)) (* x (* x x))) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)))) 1/216) x) (- (+ (* (* x x) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)))) 1/36) (* (* x x) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) 1/6))))> |
#<alt (* (+ (* (* (* x (* x x)) (* x (* x x))) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)))) 1/216) x)> |
#<alt (* (* x 1/6) x)> |
#<alt (* x 1/6)> |
#<alt (* x (/ (* (+ (* (* x x) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)))) -1/36) x) (+ (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)) -1/6)))> |
#<alt (/ (* (+ (* (* x x) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)))) -1/36) x) (+ (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)) -1/6))> |
#<alt (* (+ (* (* x x) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)))) -1/36) x)> |
#<alt (+ (* (* x x) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)))) -1/36)> |
#<alt (- x (+ (* (* x (* x x)) (+ (* x (* x (+ (* x (* x -1/5040)) 1/120))) -1/6)) x))> |
#<alt (/ (- x (+ (* (* x (* x x)) (+ (* x (* x (+ (* x (* x -1/5040)) 1/120))) -1/6)) x)) (tan x))> |
#<alt (+ (* (* x (* x x)) (+ (* x (* x (+ (* x (* x -1/5040)) 1/120))) -1/6)) x)> |
#<alt (* x (* x x))> |
#<alt (+ (* (/ 1 (tan x)) x) (neg (cos x)))> |
#<alt (/ 1 (tan x))> |
#<alt (tan x)> |
#<alt (neg (cos x))> |
#<alt (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) 1/6)> |
#<alt (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360))> |
#<alt (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360))> |
#<alt (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)))> |
#<alt (* x (+ (* x (* x -1/5040)) 1/120))> |
#<alt (cos x)> |
| Outputs |
|---|
#<alt 1/36> |
#<alt (+ 1/36 (* 23/2160 (pow x 2)))> |
#<alt (+ 1/36 (* (pow x 2) (+ 23/2160 (* 1271/302400 (pow x 2)))))> |
#<alt (+ 1/36 (* (pow x 2) (+ 23/2160 (* (pow x 2) (+ 1271/302400 (* 1441/10886400 (pow x 2)))))))> |
#<alt (* 20449/365783040000 (pow x 12))> |
#<alt (* (pow x 12) (+ 20449/365783040000 (* 1573/4572288000 (/ 1 (pow x 2)))))> |
#<alt (* (pow x 12) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (* 1573/4572288000 (/ 1 (pow x 2))))))> |
#<alt (* (pow x 12) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (+ (* 1573/4572288000 (/ 1 (pow x 2))) (* 1441/10886400 (/ 1 (pow x 6)))))))> |
#<alt (* 20449/365783040000 (pow x 12))> |
#<alt (* (pow x 12) (+ 20449/365783040000 (* 1573/4572288000 (/ 1 (pow x 2)))))> |
#<alt (* (pow x 12) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (* 1573/4572288000 (/ 1 (pow x 2))))))> |
#<alt (* (pow x 12) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (+ (* 1573/4572288000 (/ 1 (pow x 2))) (* 1441/10886400 (/ 1 (pow x 6)))))))> |
#<alt (* 1/6 (pow x 2))> |
#<alt (* (pow x 2) (+ 1/6 (* -23/360 (pow x 2))))> |
#<alt (* (pow x 2) (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360))))> |
#<alt (* (pow x 2) (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360))))> |
#<alt (* -143/604800 (pow x 8))> |
#<alt (* -1 (* (pow x 8) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2))))))> |
#<alt (* (pow x 8) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800))> |
#<alt (* (pow x 8) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2)))))))> |
#<alt (* -143/604800 (pow x 8))> |
#<alt (* -1 (* (pow x 8) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2))))))> |
#<alt (* (pow x 8) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800))> |
#<alt (* (pow x 8) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2)))))))> |
#<alt (* 1/6 x)> |
#<alt (* x (+ 1/6 (* -23/360 (pow x 2))))> |
#<alt (* x (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360))))> |
#<alt (* x (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360))))> |
#<alt (* -143/604800 (pow x 7))> |
#<alt (* -1 (* (pow x 7) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2))))))> |
#<alt (* (pow x 7) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800))> |
#<alt (* (pow x 7) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2)))))))> |
#<alt (* -143/604800 (pow x 7))> |
#<alt (* -1 (* (pow x 7) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2))))))> |
#<alt (* -1 (* (pow x 7) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2)))))))> |
#<alt (* -1 (* (pow x 7) (- (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))) (* 1/6 (/ 1 (pow x 6))))))> |
#<alt (* 1/216 x)> |
#<alt (* x (+ 1/216 (* -12167/46656000 (pow x 6))))> |
#<alt (* x (+ 1/216 (* (pow x 6) (- (* -5819/653184000 (pow x 2)) 12167/46656000))))> |
#<alt (* x (+ 1/216 (* (pow x 6) (- (* (pow x 2) (- (* -1644247/548674560000 (pow x 2)) 5819/653184000)) 12167/46656000))))> |
#<alt (* -2924207/221225582592000000 (pow x 19))> |
#<alt (* -1 (* (pow x 19) (+ 2924207/221225582592000000 (* 224939/1843546521600000 (/ 1 (pow x 2))))))> |
#<alt (* (pow x 19) (- (* -1 (/ (+ 224939/1843546521600000 (* 10222927/921773260800000 (/ 1 (pow x 2)))) (pow x 2))) 2924207/221225582592000000))> |
#<alt (* (pow x 19) (- (* -1 (/ (+ 10222927/921773260800000 (* 2292587/34566497280000 (/ 1 (pow x 2)))) (pow x 4))) (+ 2924207/221225582592000000 (* 224939/1843546521600000 (/ 1 (pow x 2))))))> |
#<alt (* -2924207/221225582592000000 (pow x 19))> |
#<alt (* -1 (* (pow x 19) (+ 2924207/221225582592000000 (* 224939/1843546521600000 (/ 1 (pow x 2))))))> |
#<alt (* -1 (* (pow x 19) (+ 2924207/221225582592000000 (+ (/ 10222927/921773260800000 (pow x 4)) (* 224939/1843546521600000 (/ 1 (pow x 2)))))))> |
#<alt (* -1 (* (pow x 19) (+ 2924207/221225582592000000 (+ (/ 10222927/921773260800000 (pow x 4)) (+ (* 224939/1843546521600000 (/ 1 (pow x 2))) (* 2292587/34566497280000 (/ 1 (pow x 6))))))))> |
#<alt (* 1/6 (pow x 2))> |
#<alt (* 1/6 (pow x 2))> |
#<alt (* 1/6 (pow x 2))> |
#<alt (* 1/6 (pow x 2))> |
#<alt (* 1/6 (pow x 2))> |
#<alt (* 1/6 (pow x 2))> |
#<alt (* 1/6 (pow x 2))> |
#<alt (* 1/6 (pow x 2))> |
#<alt (* 1/6 (pow x 2))> |
#<alt (* 1/6 (pow x 2))> |
#<alt (* 1/6 (pow x 2))> |
#<alt (* 1/6 (pow x 2))> |
#<alt (* 1/6 x)> |
#<alt (* 1/6 x)> |
#<alt (* 1/6 x)> |
#<alt (* 1/6 x)> |
#<alt (* 1/6 x)> |
#<alt (* 1/6 x)> |
#<alt (* 1/6 x)> |
#<alt (* 1/6 x)> |
#<alt (* 1/6 x)> |
#<alt (* 1/6 x)> |
#<alt (* 1/6 x)> |
#<alt (* 1/6 x)> |
#<alt (* 1/6 (pow x 2))> |
#<alt (* (pow x 2) (+ 1/6 (* -23/360 (pow x 2))))> |
#<alt (* (pow x 2) (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360))))> |
#<alt (* (pow x 2) (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360))))> |
#<alt (* -143/604800 (pow x 8))> |
#<alt (* -1 (* (pow x 8) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2))))))> |
#<alt (* (pow x 8) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800))> |
#<alt (* (pow x 8) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2)))))))> |
#<alt (* -143/604800 (pow x 8))> |
#<alt (* -1 (* (pow x 8) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2))))))> |
#<alt (* (pow x 8) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800))> |
#<alt (* (pow x 8) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2)))))))> |
#<alt (* 1/6 x)> |
#<alt (* x (+ 1/6 (* -23/360 (pow x 2))))> |
#<alt (* x (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360))))> |
#<alt (* x (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360))))> |
#<alt (* -143/604800 (pow x 7))> |
#<alt (* -1 (* (pow x 7) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2))))))> |
#<alt (* (pow x 7) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800))> |
#<alt (* (pow x 7) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2)))))))> |
#<alt (* -143/604800 (pow x 7))> |
#<alt (* -1 (* (pow x 7) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2))))))> |
#<alt (* -1 (* (pow x 7) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2)))))))> |
#<alt (* -1 (* (pow x 7) (- (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))) (* 1/6 (/ 1 (pow x 6))))))> |
#<alt (* -1/36 x)> |
#<alt (* x (- (* 529/129600 (pow x 4)) 1/36))> |
#<alt (* x (- (* (pow x 4) (+ 529/129600 (* 253/2721600 (pow x 2)))) 1/36))> |
#<alt (* x (- (* (pow x 4) (+ 529/129600 (* (pow x 2) (+ 253/2721600 (* 70279/2286144000 (pow x 2)))))) 1/36))> |
#<alt (* 20449/365783040000 (pow x 13))> |
#<alt (* (pow x 13) (+ 20449/365783040000 (* 1573/4572288000 (/ 1 (pow x 2)))))> |
#<alt (* (pow x 13) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (* 1573/4572288000 (/ 1 (pow x 2))))))> |
#<alt (* (pow x 13) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (+ (* 1573/4572288000 (/ 1 (pow x 2))) (* 253/2721600 (/ 1 (pow x 6)))))))> |
#<alt (* 20449/365783040000 (pow x 13))> |
#<alt (* (pow x 13) (+ 20449/365783040000 (* 1573/4572288000 (/ 1 (pow x 2)))))> |
#<alt (* -1 (* (pow x 13) (- (* -1 (/ (+ 1573/4572288000 (* 70279/2286144000 (/ 1 (pow x 2)))) (pow x 2))) 20449/365783040000)))> |
#<alt (* -1 (* (pow x 13) (- (* -1 (/ (+ 70279/2286144000 (* 253/2721600 (/ 1 (pow x 2)))) (pow x 4))) (+ 20449/365783040000 (* 1573/4572288000 (/ 1 (pow x 2)))))))> |
#<alt -1/36> |
#<alt (- (* 529/129600 (pow x 4)) 1/36)> |
#<alt (- (* (pow x 4) (+ 529/129600 (* 253/2721600 (pow x 2)))) 1/36)> |
#<alt (- (* (pow x 4) (+ 529/129600 (* (pow x 2) (+ 253/2721600 (* 70279/2286144000 (pow x 2)))))) 1/36)> |
#<alt (* 20449/365783040000 (pow x 12))> |
#<alt (* (pow x 12) (+ 20449/365783040000 (* 1573/4572288000 (/ 1 (pow x 2)))))> |
#<alt (* (pow x 12) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (* 1573/4572288000 (/ 1 (pow x 2))))))> |
#<alt (* (pow x 12) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (+ (* 1573/4572288000 (/ 1 (pow x 2))) (* 253/2721600 (/ 1 (pow x 6)))))))> |
#<alt (* 20449/365783040000 (pow x 12))> |
#<alt (* (pow x 12) (+ 20449/365783040000 (* 1573/4572288000 (/ 1 (pow x 2)))))> |
#<alt (* (pow x 12) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (* 1573/4572288000 (/ 1 (pow x 2))))))> |
#<alt (* (pow x 12) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (+ (* 1573/4572288000 (/ 1 (pow x 2))) (* 253/2721600 (/ 1 (pow x 6)))))))> |
#<alt (* 1/6 (pow x 3))> |
#<alt (* (pow x 3) (+ 1/6 (* -1/120 (pow x 2))))> |
#<alt (* (pow x 3) (+ 1/6 (* (pow x 2) (- (* 1/5040 (pow x 2)) 1/120))))> |
#<alt (* (pow x 3) (+ 1/6 (* (pow x 2) (- (* 1/5040 (pow x 2)) 1/120))))> |
#<alt (* 1/5040 (pow x 7))> |
#<alt (* (pow x 7) (- 1/5040 (* 1/120 (/ 1 (pow x 2)))))> |
#<alt (* (pow x 7) (- (+ 1/5040 (/ 1/6 (pow x 4))) (* 1/120 (/ 1 (pow x 2)))))> |
#<alt (* (pow x 7) (- (+ 1/5040 (/ 1/6 (pow x 4))) (* 1/120 (/ 1 (pow x 2)))))> |
#<alt (* 1/5040 (pow x 7))> |
#<alt (* -1 (* (pow x 7) (- (* 1/120 (/ 1 (pow x 2))) 1/5040)))> |
#<alt (* -1 (* (pow x 7) (- (* 1/120 (/ 1 (pow x 2))) (+ 1/5040 (/ 1/6 (pow x 4))))))> |
#<alt (* -1 (* (pow x 7) (- (* 1/120 (/ 1 (pow x 2))) (+ 1/5040 (/ 1/6 (pow x 4))))))> |
#<alt (* 1/6 (pow x 2))> |
#<alt (* (pow x 2) (+ 1/6 (* -23/360 (pow x 2))))> |
#<alt (* (pow x 2) (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360))))> |
#<alt (* (pow x 2) (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -53/226800 (pow x 2)) 11/15120)) 23/360))))> |
#<alt (* 1/5040 (/ (* (pow x 7) (cos x)) (sin x)))> |
#<alt (* (pow x 7) (+ (* -1/120 (/ (cos x) (* (pow x 2) (sin x)))) (* 1/5040 (/ (cos x) (sin x)))))> |
#<alt (* (pow x 7) (+ (* -1/120 (/ (cos x) (* (pow x 2) (sin x)))) (+ (* 1/5040 (/ (cos x) (sin x))) (* 1/6 (/ (cos x) (* (pow x 4) (sin x)))))))> |
#<alt (* (pow x 7) (+ (* -1/120 (/ (cos x) (* (pow x 2) (sin x)))) (+ (* 1/5040 (/ (cos x) (sin x))) (* 1/6 (/ (cos x) (* (pow x 4) (sin x)))))))> |
#<alt (* 1/5040 (/ (* (pow x 7) (cos x)) (sin x)))> |
#<alt (* -1 (* (pow x 7) (+ (* -1/5040 (/ (cos x) (sin x))) (* 1/120 (/ (cos x) (* (pow x 2) (sin x)))))))> |
#<alt (* -1 (* (pow x 7) (+ (* -1/6 (/ (cos x) (* (pow x 4) (sin x)))) (+ (* -1/5040 (/ (cos x) (sin x))) (* 1/120 (/ (cos x) (* (pow x 2) (sin x))))))))> |
#<alt (* -1 (* (pow x 7) (+ (* -1/6 (/ (cos x) (* (pow x 4) (sin x)))) (+ (* -1/5040 (/ (cos x) (sin x))) (* 1/120 (/ (cos x) (* (pow x 2) (sin x))))))))> |
#<alt x> |
#<alt (* x (+ 1 (* -1/6 (pow x 2))))> |
#<alt (* x (+ 1 (* (pow x 2) (- (* 1/120 (pow x 2)) 1/6))))> |
#<alt (* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 1/120 (* -1/5040 (pow x 2)))) 1/6))))> |
#<alt (* -1/5040 (pow x 7))> |
#<alt (* (pow x 7) (- (* 1/120 (/ 1 (pow x 2))) 1/5040))> |
#<alt (* (pow x 7) (- (* 1/120 (/ 1 (pow x 2))) (+ 1/5040 (/ 1/6 (pow x 4)))))> |
#<alt (* (pow x 7) (- (+ (* 1/120 (/ 1 (pow x 2))) (/ 1 (pow x 6))) (+ 1/5040 (/ 1/6 (pow x 4)))))> |
#<alt (* -1/5040 (pow x 7))> |
#<alt (* -1 (* (pow x 7) (- 1/5040 (* 1/120 (/ 1 (pow x 2))))))> |
#<alt (* -1 (* (pow x 7) (- (+ 1/5040 (/ 1/6 (pow x 4))) (* 1/120 (/ 1 (pow x 2))))))> |
#<alt (* -1 (* (pow x 7) (- (+ 1/5040 (/ 1/6 (pow x 4))) (+ (* 1/120 (/ 1 (pow x 2))) (/ 1 (pow x 6))))))> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (* 1/6 (pow x 2))> |
#<alt (* (pow x 2) (+ 1/6 (* -23/360 (pow x 2))))> |
#<alt (* (pow x 2) (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360))))> |
#<alt (* (pow x 2) (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360))))> |
#<alt (/ (* x (cos x)) (sin x))> |
#<alt (* x (+ (* -1 (/ (cos x) x)) (/ (cos x) (sin x))))> |
#<alt (* x (+ (* -1 (/ (cos x) x)) (/ (cos x) (sin x))))> |
#<alt (* x (+ (* -1 (/ (cos x) x)) (/ (cos x) (sin x))))> |
#<alt (/ (* x (cos x)) (sin x))> |
#<alt (* -1 (* x (- (/ (cos x) x) (/ (cos x) (sin x)))))> |
#<alt (* -1 (* x (- (/ (cos x) x) (/ (cos x) (sin x)))))> |
#<alt (* -1 (* x (- (/ (cos x) x) (/ (cos x) (sin x)))))> |
#<alt (/ 1 x)> |
#<alt (/ (+ 1 (* -1/3 (pow x 2))) x)> |
#<alt (/ (+ 1 (* (pow x 2) (- (* -1/45 (pow x 2)) 1/3))) x)> |
#<alt (/ (+ 1 (* (pow x 2) (- (* (pow x 2) (- (* -2/945 (pow x 2)) 1/45)) 1/3))) x)> |
#<alt (/ (cos x) (sin x))> |
#<alt (/ (cos x) (sin x))> |
#<alt (/ (cos x) (sin x))> |
#<alt (/ (cos x) (sin x))> |
#<alt (/ (cos x) (sin x))> |
#<alt (/ (cos x) (sin x))> |
#<alt (/ (cos x) (sin x))> |
#<alt (/ (cos x) (sin x))> |
#<alt x> |
#<alt (* x (+ 1 (* 1/3 (pow x 2))))> |
#<alt (* x (+ 1 (* (pow x 2) (+ 1/3 (* 2/15 (pow x 2))))))> |
#<alt (* x (+ 1 (* (pow x 2) (+ 1/3 (* (pow x 2) (+ 2/15 (* 17/315 (pow x 2))))))))> |
#<alt (/ (sin x) (cos x))> |
#<alt (/ (sin x) (cos x))> |
#<alt (/ (sin x) (cos x))> |
#<alt (/ (sin x) (cos x))> |
#<alt (/ (sin x) (cos x))> |
#<alt (/ (sin x) (cos x))> |
#<alt (/ (sin x) (cos x))> |
#<alt (/ (sin x) (cos x))> |
#<alt -1> |
#<alt (- (* 1/2 (pow x 2)) 1)> |
#<alt (- (* (pow x 2) (+ 1/2 (* -1/24 (pow x 2)))) 1)> |
#<alt (- (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24)))) 1)> |
#<alt (* -1 (cos x))> |
#<alt (* -1 (cos x))> |
#<alt (* -1 (cos x))> |
#<alt (* -1 (cos x))> |
#<alt (* -1 (cos x))> |
#<alt (* -1 (cos x))> |
#<alt (* -1 (cos x))> |
#<alt (* -1 (cos x))> |
#<alt -23/2160> |
#<alt (- (* -11/90720 (pow x 2)) 23/2160)> |
#<alt (- (* (pow x 2) (- (* -143/3628800 (pow x 2)) 11/90720)) 23/2160)> |
#<alt (- (* (pow x 2) (- (* -143/3628800 (pow x 2)) 11/90720)) 23/2160)> |
#<alt (* -143/3628800 (pow x 4))> |
#<alt (* -1 (* (pow x 4) (+ 143/3628800 (* 11/90720 (/ 1 (pow x 2))))))> |
#<alt (* (pow x 4) (- (* -1 (/ (+ 11/90720 (* 23/2160 (/ 1 (pow x 2)))) (pow x 2))) 143/3628800))> |
#<alt (* (pow x 4) (- (* -1 (/ (+ 11/90720 (* 23/2160 (/ 1 (pow x 2)))) (pow x 2))) 143/3628800))> |
#<alt (* -143/3628800 (pow x 4))> |
#<alt (* -1 (* (pow x 4) (+ 143/3628800 (* 11/90720 (/ 1 (pow x 2))))))> |
#<alt (* (pow x 4) (- (* -1 (/ (+ 11/90720 (* 23/2160 (/ 1 (pow x 2)))) (pow x 2))) 143/3628800))> |
#<alt (* (pow x 4) (- (* -1 (/ (+ 11/90720 (* 23/2160 (/ 1 (pow x 2)))) (pow x 2))) 143/3628800))> |
#<alt 529/129600> |
#<alt (+ 529/129600 (* 253/2721600 (pow x 2)))> |
#<alt (+ 529/129600 (* (pow x 2) (+ 253/2721600 (* 70279/2286144000 (pow x 2)))))> |
#<alt (+ 529/129600 (* (pow x 2) (+ 253/2721600 (* (pow x 2) (+ 70279/2286144000 (* 1573/4572288000 (pow x 2)))))))> |
#<alt (* 20449/365783040000 (pow x 8))> |
#<alt (* (pow x 8) (+ 20449/365783040000 (* 1573/4572288000 (/ 1 (pow x 2)))))> |
#<alt (* (pow x 8) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (* 1573/4572288000 (/ 1 (pow x 2))))))> |
#<alt (* (pow x 8) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (+ (* 1573/4572288000 (/ 1 (pow x 2))) (* 253/2721600 (/ 1 (pow x 6)))))))> |
#<alt (* 20449/365783040000 (pow x 8))> |
#<alt (* (pow x 8) (+ 20449/365783040000 (* 1573/4572288000 (/ 1 (pow x 2)))))> |
#<alt (* (pow x 8) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (* 1573/4572288000 (/ 1 (pow x 2))))))> |
#<alt (* (pow x 8) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (+ (* 1573/4572288000 (/ 1 (pow x 2))) (* 253/2721600 (/ 1 (pow x 6)))))))> |
#<alt (* -23/360 (pow x 2))> |
#<alt (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360))> |
#<alt (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360))> |
#<alt (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360))> |
#<alt (* -143/604800 (pow x 6))> |
#<alt (* -1 (* (pow x 6) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2))))))> |
#<alt (* (pow x 6) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800))> |
#<alt (* (pow x 6) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800))> |
#<alt (* -143/604800 (pow x 6))> |
#<alt (* -1 (* (pow x 6) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2))))))> |
#<alt (* (pow x 6) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800))> |
#<alt (* (pow x 6) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800))> |
#<alt (* 529/129600 (pow x 2))> |
#<alt (* (pow x 2) (+ 529/129600 (* 253/2721600 (pow x 2))))> |
#<alt (* (pow x 2) (+ 529/129600 (* (pow x 2) (+ 253/2721600 (* 70279/2286144000 (pow x 2))))))> |
#<alt (* (pow x 2) (+ 529/129600 (* (pow x 2) (+ 253/2721600 (* (pow x 2) (+ 70279/2286144000 (* 1573/4572288000 (pow x 2))))))))> |
#<alt (* 20449/365783040000 (pow x 10))> |
#<alt (* (pow x 10) (+ 20449/365783040000 (* 1573/4572288000 (/ 1 (pow x 2)))))> |
#<alt (* (pow x 10) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (* 1573/4572288000 (/ 1 (pow x 2))))))> |
#<alt (* (pow x 10) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (+ (* 1573/4572288000 (/ 1 (pow x 2))) (* 253/2721600 (/ 1 (pow x 6)))))))> |
#<alt (* 20449/365783040000 (pow x 10))> |
#<alt (* (pow x 10) (+ 20449/365783040000 (* 1573/4572288000 (/ 1 (pow x 2)))))> |
#<alt (* (pow x 10) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (* 1573/4572288000 (/ 1 (pow x 2))))))> |
#<alt (* (pow x 10) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (+ (* 1573/4572288000 (/ 1 (pow x 2))) (* 253/2721600 (/ 1 (pow x 6)))))))> |
#<alt (* 1/120 x)> |
#<alt (* x (+ 1/120 (* -1/5040 (pow x 2))))> |
#<alt (* x (+ 1/120 (* -1/5040 (pow x 2))))> |
#<alt (* x (+ 1/120 (* -1/5040 (pow x 2))))> |
#<alt (* -1/5040 (pow x 3))> |
#<alt (* (pow x 3) (- (* 1/120 (/ 1 (pow x 2))) 1/5040))> |
#<alt (* (pow x 3) (- (* 1/120 (/ 1 (pow x 2))) 1/5040))> |
#<alt (* (pow x 3) (- (* 1/120 (/ 1 (pow x 2))) 1/5040))> |
#<alt (* -1/5040 (pow x 3))> |
#<alt (* -1 (* (pow x 3) (- 1/5040 (* 1/120 (/ 1 (pow x 2))))))> |
#<alt (* -1 (* (pow x 3) (- 1/5040 (* 1/120 (/ 1 (pow x 2))))))> |
#<alt (* -1 (* (pow x 3) (- 1/5040 (* 1/120 (/ 1 (pow x 2))))))> |
#<alt 1> |
#<alt (+ 1 (* -1/2 (pow x 2)))> |
#<alt (+ 1 (* (pow x 2) (- (* 1/24 (pow x 2)) 1/2)))> |
#<alt (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 1/24 (* -1/720 (pow x 2)))) 1/2)))> |
#<alt (cos x)> |
#<alt (cos x)> |
#<alt (cos x)> |
#<alt (cos x)> |
#<alt (cos x)> |
#<alt (cos x)> |
#<alt (cos x)> |
#<alt (cos x)> |
72 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 167.0ms | x | @ | -inf | (/ (- x (+ (* (* x (* x x)) (+ (* x (* x (+ (* x (* x -1/5040)) 1/120))) -1/6)) x)) (tan x)) |
| 3.0ms | x | @ | inf | (- (+ (* (* x x) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)))) 1/36) (* (* x x) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) 1/6))) |
| 1.0ms | x | @ | 0 | (- (+ (* (* x x) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)))) 1/36) (* (* x x) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) 1/6))) |
| 1.0ms | x | @ | inf | (- x (+ (* (* x (* x x)) (+ (* x (* x (+ (* x (* x -1/5040)) 1/120))) -1/6)) x)) |
| 1.0ms | x | @ | inf | (* x (/ (* (+ (* (* (* x (* x x)) (* x (* x x))) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)))) 1/216) x) (- (+ (* (* x x) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)))) 1/36) (* (* x x) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) 1/6))))) |
| 1× | batch-egg-rewrite |
| 4 490× | *-lowering-*.f32 |
| 4 490× | *-lowering-*.f64 |
| 4 356× | accelerator-lowering-fma.f32 |
| 4 356× | accelerator-lowering-fma.f64 |
| 4 046× | /-lowering-/.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 56 | 628 |
| 1 | 358 | 452 |
| 2 | 3225 | 450 |
| 0 | 8648 | 393 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(- (+ (* (* x x) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)))) 1/36) (* (* x x) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) 1/6))) |
(* x (/ (* (+ (* (* (* x (* x x)) (* x (* x x))) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)))) 1/216) x) (- (+ (* (* x x) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)))) 1/36) (* (* x x) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) 1/6))))) |
(/ (* (+ (* (* (* x (* x x)) (* x (* x x))) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)))) 1/216) x) (- (+ (* (* x x) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)))) 1/36) (* (* x x) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) 1/6)))) |
(* (+ (* (* (* x (* x x)) (* x (* x x))) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)))) 1/216) x) |
(* (* x 1/6) x) |
(* x 1/6) |
(* x (/ (* (+ (* (* x x) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)))) -1/36) x) (+ (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)) -1/6))) |
(/ (* (+ (* (* x x) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)))) -1/36) x) (+ (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)) -1/6)) |
(* (+ (* (* x x) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)))) -1/36) x) |
(+ (* (* x x) (* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)))) -1/36) |
(- x (+ (* (* x (* x x)) (+ (* x (* x (+ (* x (* x -1/5040)) 1/120))) -1/6)) x)) |
(/ (- x (+ (* (* x (* x x)) (+ (* x (* x (+ (* x (* x -1/5040)) 1/120))) -1/6)) x)) (tan x)) |
(+ (* (* x (* x x)) (+ (* x (* x (+ (* x (* x -1/5040)) 1/120))) -1/6)) x) |
(* x (* x x)) |
(+ (* (/ 1 (tan x)) x) (neg (cos x))) |
(/ 1 (tan x)) |
(tan x) |
(neg (cos x)) |
(* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) 1/6) |
(* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)) |
(* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)) |
(* (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360))) |
(* x (+ (* x (* x -1/5040)) 1/120)) |
(cos x) |
| Outputs |
|---|
(+.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) (+.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64))))) |
(+.f64 #s(literal 1/36 binary64) (fma.f64 x (*.f64 x (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64))))) |
(+.f64 #s(literal 1/36 binary64) (-.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))))) |
(+.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)))) |
(+.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) |
(+.f64 (+.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) |
(-.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))) |
(-.f64 (/.f64 (pow.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) #s(literal 3 binary64)) (fma.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (*.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) (fma.f64 x (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 1/6 binary64) #s(literal -23/2160 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)))))) (/.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 1/216 binary64))) (fma.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (*.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) (fma.f64 x (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 1/6 binary64) #s(literal -23/2160 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))))))) |
(-.f64 (/.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) (fma.f64 x (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 1/6 binary64) #s(literal -23/2160 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)))) (/.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) (fma.f64 x (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 1/6 binary64) #s(literal -23/2160 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))))) |
(-.f64 (/.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64)) (-.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) (+.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)))))) (/.f64 (*.f64 (+.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)))) (+.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64))))) (-.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) (+.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64))))))) |
(-.f64 (/.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) (-.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64))))) (/.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) (-.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)))))) |
(fma.f64 x (*.f64 x (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) (+.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64))))) |
(fma.f64 x (neg.f64 (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 1/6 binary64) #s(literal -23/2160 binary64)))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) |
(fma.f64 x (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) |
(fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (+.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64))))) |
(fma.f64 (*.f64 x x) (neg.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 1/6 binary64) #s(literal -23/2160 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) |
(fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) |
(fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) |
(fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (+.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64))))) |
(fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 x x)) (+.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64))))) |
(fma.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (+.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64))))) |
(fma.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal -1/6 binary64) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) |
(fma.f64 (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 x x) (+.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64))))) |
(fma.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 1/6 binary64) #s(literal -23/2160 binary64)) (neg.f64 (*.f64 x x)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) |
(fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 x (*.f64 x (*.f64 x x))) (+.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64))))) |
(fma.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) |
(fma.f64 #s(literal -1 binary64) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) |
(fma.f64 (+.f64 #s(literal 1/46656 binary64) (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 6 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64)) (-.f64 #s(literal 1/1296 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)))))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)))) |
(fma.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64)) #s(literal -1/1296 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)))) |
(fma.f64 (neg.f64 (*.f64 x x)) (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 1/6 binary64) #s(literal -23/2160 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) |
(fma.f64 (*.f64 x (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) x (+.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64))))) |
(fma.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (+.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64))))) |
(fma.f64 (neg.f64 x) (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 1/6 binary64) #s(literal -23/2160 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) |
(fma.f64 (neg.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/6 binary64) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) |
(fma.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 1/6 binary64) #s(literal -23/2160 binary64))) (*.f64 x x) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) |
(fma.f64 (*.f64 (neg.f64 (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 1/6 binary64) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) |
(fma.f64 (*.f64 (neg.f64 (*.f64 x x)) #s(literal 1/6 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) |
(fma.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (+.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (+.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64))))) |
(fma.f64 (*.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (+.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (*.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) (fma.f64 x (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 1/6 binary64) #s(literal -23/2160 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))))) (+.f64 (pow.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) #s(literal 3 binary64)) (*.f64 (*.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) #s(literal -1/216 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 1/6 binary64) #s(literal -23/2160 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 1/6 binary64) #s(literal -23/2160 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (*.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) (fma.f64 x (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 1/6 binary64) #s(literal -23/2160 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))))) (+.f64 (pow.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) #s(literal 3 binary64)) (*.f64 (*.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) #s(literal -1/216 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 1/6 binary64) #s(literal -23/2160 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 1/6 binary64) #s(literal -23/2160 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))))))) |
(/.f64 (+.f64 (pow.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) #s(literal 3 binary64)) (*.f64 (*.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) #s(literal -1/216 binary64))) (fma.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (*.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) (fma.f64 x (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 1/6 binary64) #s(literal -23/2160 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) #s(literal 3 binary64)) (*.f64 (*.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) #s(literal -1/216 binary64))) (fma.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (-.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) (*.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64))))))) |
(/.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 1/6 binary64) #s(literal -23/2160 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)))) (-.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64))))) |
(/.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 1/6 binary64) #s(literal -23/2160 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)))) (fma.f64 x (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 1/6 binary64) #s(literal -23/2160 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) #s(literal 3 binary64)) (*.f64 (*.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) #s(literal -1/216 binary64)))) (neg.f64 (fma.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (*.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) (fma.f64 x (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 1/6 binary64) #s(literal -23/2160 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) #s(literal 3 binary64)) (*.f64 (*.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) #s(literal -1/216 binary64)))) (neg.f64 (fma.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (-.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) (*.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)))))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 1/6 binary64) #s(literal -23/2160 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))))) (neg.f64 (-.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 1/6 binary64) #s(literal -23/2160 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))))) (neg.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 1/6 binary64) #s(literal -23/2160 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 6 binary64)) (*.f64 (+.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)))) (*.f64 (+.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)))) (+.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64))))))) (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64)) (-.f64 (*.f64 (+.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)))) (+.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64))))) (*.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) (+.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)))))))) |
(/.f64 (-.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64)) (*.f64 (+.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)))) (+.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)))))) (-.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) (+.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)))))) |
(/.f64 (-.f64 (*.f64 (pow.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) #s(literal 3 binary64)) (fma.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (*.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) (fma.f64 x (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 1/6 binary64) #s(literal -23/2160 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)))))) (*.f64 (fma.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (*.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) (fma.f64 x (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 1/6 binary64) #s(literal -23/2160 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))))) (*.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 1/216 binary64))))) (*.f64 (fma.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (*.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) (fma.f64 x (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 1/6 binary64) #s(literal -23/2160 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))))) (fma.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (*.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) (fma.f64 x (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 1/6 binary64) #s(literal -23/2160 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) (fma.f64 x (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 1/6 binary64) #s(literal -23/2160 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 1/6 binary64) #s(literal -23/2160 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 1/6 binary64) #s(literal -23/2160 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) (fma.f64 x (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 1/6 binary64) #s(literal -23/2160 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (pow.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) #s(literal 3 binary64)) (*.f64 (*.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) #s(literal -1/216 binary64))))) (neg.f64 (neg.f64 (fma.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (*.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) (fma.f64 x (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 1/6 binary64) #s(literal -23/2160 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)))))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 1/6 binary64) #s(literal -23/2160 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)))))) (neg.f64 (neg.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 1/6 binary64) #s(literal -23/2160 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 6 binary64)) (*.f64 (+.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)))) (*.f64 (+.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)))) (+.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)))))))) (neg.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64)) (-.f64 (*.f64 (+.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)))) (+.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64))))) (*.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) (+.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64))))))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64)) (*.f64 (+.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)))) (+.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64))))))) (neg.f64 (-.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) (+.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64))))))) |
(pow.f64 (/.f64 (fma.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (*.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) (fma.f64 x (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 1/6 binary64) #s(literal -23/2160 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))))) (+.f64 (pow.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) #s(literal 3 binary64)) (*.f64 (*.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) #s(literal -1/216 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 1/6 binary64) #s(literal -23/2160 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 1/6 binary64) #s(literal -23/2160 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (pow.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) #s(literal 3 binary64)) (*.f64 (*.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) #s(literal -1/216 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (*.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) (fma.f64 x (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 1/6 binary64) #s(literal -23/2160 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))))))) |
(*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 1/6 binary64) #s(literal -23/2160 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 x (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 1/6 binary64) #s(literal -23/2160 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))))) |
(/.f64 x (/.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) (*.f64 x (fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64))))))) |
(/.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64)))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)))) |
(/.f64 (neg.f64 x) (neg.f64 (/.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) (*.f64 x (fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64)))))) |
(/.f64 (neg.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64))))) (neg.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))))) |
(/.f64 (*.f64 x (neg.f64 (*.f64 x (fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64))))) (neg.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))))) |
(/.f64 (*.f64 (neg.f64 (*.f64 x (fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64)))) x) (neg.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64)))))) (neg.f64 (neg.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)))))) |
(/.f64 (neg.f64 (*.f64 x (neg.f64 (*.f64 x (fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64)))))) (neg.f64 (neg.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (neg.f64 (*.f64 x (fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64)))) x)) (neg.f64 (neg.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)))))) |
(pow.f64 (/.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64))))) #s(literal -1 binary64)) |
(*.f64 x (/.f64 (*.f64 x (fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))))) |
(*.f64 (fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64)) (*.f64 (/.f64 x (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)))) x)) |
(*.f64 (*.f64 x (fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64))) (/.f64 x (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))))) |
(*.f64 (*.f64 x (fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)))) x)) |
(*.f64 (/.f64 (*.f64 x (fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)))) x) |
(*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))))) |
(*.f64 (/.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64)))) (+.f64 (pow.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) #s(literal 3 binary64)) (*.f64 (*.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) #s(literal -1/216 binary64)))) (fma.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (*.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) (fma.f64 x (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 1/6 binary64) #s(literal -23/2160 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)))))) |
(*.f64 (/.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64)))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 1/6 binary64) #s(literal -23/2160 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))))) (fma.f64 x (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 1/6 binary64) #s(literal -23/2160 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) (*.f64 x (fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))))) (/.f64 (*.f64 x (fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64))) (neg.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)))))) |
(neg.f64 (/.f64 (*.f64 x (fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64))) (neg.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)))))) |
(neg.f64 (/.f64 (neg.f64 (*.f64 x (fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64)))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))))) |
(/.f64 (*.f64 x (fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) (*.f64 x (fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) (*.f64 x (fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) (*.f64 x (fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) (*.f64 x (fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) (*.f64 x (fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64)))) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (*.f64 x (fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64)))) (neg.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))))) |
(/.f64 (*.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 9 binary64)) #s(literal 1/10077696 binary64)) x) (*.f64 (-.f64 (+.f64 #s(literal 1/46656 binary64) (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 6 binary64))) (*.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 1/216 binary64)))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))))) |
(/.f64 (*.f64 (+.f64 #s(literal -1/46656 binary64) (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 6 binary64))) x) (*.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal -1/216 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 x (fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64))))) (neg.f64 (neg.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)))))) |
(/.f64 (*.f64 (*.f64 x (fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64))) #s(literal 1 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)))) |
(/.f64 (*.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 9 binary64)) #s(literal 1/10077696 binary64)) (/.f64 x (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))))) (-.f64 (+.f64 #s(literal 1/46656 binary64) (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 6 binary64))) (*.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 1/216 binary64))))) |
(/.f64 (*.f64 (+.f64 #s(literal -1/46656 binary64) (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 6 binary64))) (/.f64 x (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))))) (fma.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal -1/216 binary64))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal -1/46656 binary64) (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 6 binary64))) x)) (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal -1/216 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 9 binary64)) #s(literal 1/10077696 binary64)) x)) (neg.f64 (*.f64 (-.f64 (+.f64 #s(literal 1/46656 binary64) (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 6 binary64))) (*.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 1/216 binary64)))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)))))) |
(/.f64 (neg.f64 (neg.f64 (neg.f64 (*.f64 x (fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64)))))) (neg.f64 (neg.f64 (neg.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x (fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64))) #s(literal 1 binary64))) (neg.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 9 binary64)) #s(literal 1/10077696 binary64)) (/.f64 x (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)))))) (neg.f64 (-.f64 (+.f64 #s(literal 1/46656 binary64) (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 6 binary64))) (*.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 1/216 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal -1/46656 binary64) (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 6 binary64))) (/.f64 x (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)))))) (neg.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal -1/216 binary64)))) |
(pow.f64 (/.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) (*.f64 x (fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) (*.f64 x (fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 x (*.f64 (fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)))))) |
(*.f64 x (/.f64 (fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))))) |
(*.f64 (fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64)) (/.f64 x (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))))) |
(*.f64 (*.f64 x (fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))))) |
(*.f64 (neg.f64 (*.f64 x (fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64)))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)))) (*.f64 x (fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 x (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)))) (fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64))) |
(*.f64 (/.f64 (*.f64 x (fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64))) (+.f64 (pow.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) #s(literal 3 binary64)) (*.f64 (*.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) #s(literal -1/216 binary64)))) (fma.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (*.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) (fma.f64 x (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 1/6 binary64) #s(literal -23/2160 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)))))) |
(*.f64 (/.f64 (*.f64 x (fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 1/6 binary64) #s(literal -23/2160 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))))) (fma.f64 x (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 1/6 binary64) #s(literal -23/2160 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)))) |
(+.f64 (*.f64 x (*.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))))) (*.f64 x #s(literal 1/216 binary64))) |
(+.f64 (*.f64 x #s(literal 1/216 binary64)) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))))) |
(+.f64 (*.f64 (*.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) x) (*.f64 #s(literal 1/216 binary64) x)) |
(+.f64 (*.f64 #s(literal 1/216 binary64) x) (*.f64 (*.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) x)) |
(fma.f64 x (*.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) (*.f64 x #s(literal 1/216 binary64))) |
(fma.f64 x #s(literal 1/216 binary64) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))))) |
(fma.f64 (*.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) x (*.f64 #s(literal 1/216 binary64) x)) |
(fma.f64 #s(literal 1/216 binary64) x (*.f64 (*.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) x)) |
(/.f64 (*.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 9 binary64)) #s(literal 1/10077696 binary64)) x) (-.f64 (+.f64 #s(literal 1/46656 binary64) (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 6 binary64))) (*.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 1/216 binary64))))) |
(/.f64 (*.f64 (+.f64 #s(literal -1/46656 binary64) (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 6 binary64))) x) (fma.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal -1/216 binary64))) |
(/.f64 (*.f64 x (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 9 binary64)) #s(literal 1/10077696 binary64))) (-.f64 (+.f64 #s(literal 1/46656 binary64) (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 6 binary64))) (*.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 1/216 binary64))))) |
(/.f64 (*.f64 x (+.f64 #s(literal -1/46656 binary64) (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 6 binary64)))) (fma.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal -1/216 binary64))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal -1/46656 binary64) (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 6 binary64))) x)) (neg.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal -1/216 binary64)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 9 binary64)) #s(literal 1/10077696 binary64)) x)) (neg.f64 (-.f64 (+.f64 #s(literal 1/46656 binary64) (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 6 binary64))) (*.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 1/216 binary64)))))) |
(/.f64 (neg.f64 (*.f64 x (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 9 binary64)) #s(literal 1/10077696 binary64)))) (neg.f64 (-.f64 (+.f64 #s(literal 1/46656 binary64) (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 6 binary64))) (*.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 1/216 binary64)))))) |
(/.f64 (neg.f64 (*.f64 x (+.f64 #s(literal -1/46656 binary64) (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 6 binary64))))) (neg.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal -1/216 binary64)))) |
(*.f64 x (fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64))) |
(*.f64 (fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/216 binary64)) x) |
(*.f64 x (*.f64 x #s(literal 1/6 binary64))) |
(*.f64 (*.f64 x x) #s(literal 1/6 binary64)) |
(*.f64 #s(literal 1/6 binary64) (*.f64 x x)) |
(*.f64 (*.f64 x #s(literal 1/6 binary64)) x) |
(*.f64 x #s(literal 1/6 binary64)) |
(*.f64 #s(literal 1/6 binary64) x) |
(/.f64 x (/.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64)))))) |
(/.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64))) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) |
(/.f64 (neg.f64 x) (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64)))) (neg.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(/.f64 (*.f64 x (neg.f64 (*.f64 x (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64))))) (neg.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(/.f64 (*.f64 (neg.f64 (*.f64 x (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64)))) x) (neg.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64))))) (neg.f64 (neg.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) |
(/.f64 (neg.f64 (*.f64 x (neg.f64 (*.f64 x (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64)))))) (neg.f64 (neg.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) |
(/.f64 (neg.f64 (*.f64 (neg.f64 (*.f64 x (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64)))) x)) (neg.f64 (neg.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) |
(pow.f64 (/.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64)))) #s(literal -1 binary64)) |
(*.f64 x (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) |
(*.f64 (*.f64 x (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64))) (/.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(*.f64 (*.f64 x (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64))) (*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) x)) |
(*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) x) |
(*.f64 (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64)) (*.f64 (/.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) x)) |
(*.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(*.f64 (/.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64))) (fma.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal -1/216 binary64))) (-.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64))))) |
(*.f64 (/.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64))) (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64))) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) (/.f64 (*.f64 x (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64))) (neg.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) |
(neg.f64 (/.f64 (*.f64 x (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64))) (neg.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) |
(neg.f64 (-.f64 (/.f64 #s(literal 0 binary64) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) |
(/.f64 (*.f64 x (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64))) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (*.f64 x (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64)))) (neg.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(/.f64 (*.f64 (+.f64 #s(literal -1/46656 binary64) (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 6 binary64))) x) (*.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64)) (-.f64 #s(literal 1/1296 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (*.f64 x x) #s(literal -1/36 binary64))))) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(/.f64 (*.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64)) #s(literal -1/1296 binary64)) x) (*.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 x (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64))))) (neg.f64 (neg.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) |
(/.f64 (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64))) #s(literal 1 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) |
(/.f64 (*.f64 (+.f64 #s(literal -1/46656 binary64) (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 6 binary64))) (/.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64)) (-.f64 #s(literal 1/1296 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (*.f64 x x) #s(literal -1/36 binary64)))))) |
(/.f64 (*.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64)) #s(literal -1/1296 binary64)) (/.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal -1/46656 binary64) (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 6 binary64))) x)) (neg.f64 (*.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64)) (-.f64 #s(literal 1/1296 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (*.f64 x x) #s(literal -1/36 binary64))))) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64)) #s(literal -1/1296 binary64)) x)) (neg.f64 (*.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (neg.f64 (*.f64 x (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64)))))) (neg.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64))) #s(literal 1 binary64))) (neg.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal -1/46656 binary64) (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 6 binary64))) (/.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) (neg.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64)) (-.f64 #s(literal 1/1296 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (*.f64 x x) #s(literal -1/36 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64)) #s(literal -1/1296 binary64)) (/.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) (neg.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(*.f64 x (*.f64 (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) |
(*.f64 (*.f64 x (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(*.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) |
(*.f64 (neg.f64 (*.f64 x (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64)))) (/.f64 #s(literal 1 binary64) (neg.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64)))) #s(literal -1 binary64))) |
(*.f64 (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64)) (/.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(*.f64 (/.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64))) |
(*.f64 (/.f64 (*.f64 x (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64))) (fma.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal -1/216 binary64))) (-.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -1/6 binary64))))) |
(*.f64 (/.f64 (*.f64 x (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64))) (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64))) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(+.f64 (*.f64 x (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) (*.f64 x #s(literal -1/36 binary64))) |
(+.f64 (*.f64 x #s(literal -1/36 binary64)) (*.f64 x (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))))) |
(+.f64 (*.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) x) (*.f64 #s(literal -1/36 binary64) x)) |
(+.f64 (*.f64 #s(literal -1/36 binary64) x) (*.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) x)) |
(fma.f64 x (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) (*.f64 x #s(literal -1/36 binary64))) |
(fma.f64 x #s(literal -1/36 binary64) (*.f64 x (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))))) |
(fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) x (*.f64 #s(literal -1/36 binary64) x)) |
(fma.f64 #s(literal -1/36 binary64) x (*.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) x)) |
(/.f64 (*.f64 (+.f64 #s(literal -1/46656 binary64) (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 6 binary64))) x) (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64)) (-.f64 #s(literal 1/1296 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (*.f64 x x) #s(literal -1/36 binary64)))))) |
(/.f64 (*.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64)) #s(literal -1/1296 binary64)) x) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) |
(/.f64 (*.f64 x (+.f64 #s(literal -1/46656 binary64) (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 6 binary64)))) (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64)) (-.f64 #s(literal 1/1296 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (*.f64 x x) #s(literal -1/36 binary64)))))) |
(/.f64 (*.f64 x (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64)) #s(literal -1/1296 binary64))) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) |
(/.f64 (neg.f64 (*.f64 (+.f64 #s(literal -1/46656 binary64) (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 6 binary64))) x)) (neg.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64)) (-.f64 #s(literal 1/1296 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (*.f64 x x) #s(literal -1/36 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64)) #s(literal -1/1296 binary64)) x)) (neg.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)))) |
(/.f64 (neg.f64 (*.f64 x (+.f64 #s(literal -1/46656 binary64) (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 6 binary64))))) (neg.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64)) (-.f64 #s(literal 1/1296 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (*.f64 x x) #s(literal -1/36 binary64))))))) |
(/.f64 (neg.f64 (*.f64 x (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64)) #s(literal -1/1296 binary64)))) (neg.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)))) |
(*.f64 x (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64))) |
(*.f64 (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64)) x) |
(+.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal -1/36 binary64)) |
(+.f64 #s(literal -1/36 binary64) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) |
(-.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 1/36 binary64)) |
(-.f64 (/.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) (/.f64 #s(literal 1/1296 binary64) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)))) |
(-.f64 (/.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 6 binary64)) (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64)) (-.f64 #s(literal 1/1296 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (*.f64 x x) #s(literal -1/36 binary64)))))) (/.f64 #s(literal 1/46656 binary64) (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64)) (-.f64 #s(literal 1/1296 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (*.f64 x x) #s(literal -1/36 binary64))))))) |
(-.f64 (/.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 6 binary64)) (+.f64 #s(literal 1/1296 binary64) (-.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64)) (*.f64 (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (*.f64 x x) #s(literal -1/36 binary64)))))) (/.f64 #s(literal 1/46656 binary64) (+.f64 #s(literal 1/1296 binary64) (-.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64)) (*.f64 (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (*.f64 x x) #s(literal -1/36 binary64))))))) |
(-.f64 (/.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 6 binary64)) (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64)) (+.f64 #s(literal 1/1296 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)))))) (/.f64 #s(literal 1/46656 binary64) (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64)) (+.f64 #s(literal 1/1296 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))))))) |
(-.f64 (/.f64 #s(literal 1/1296 binary64) (-.f64 #s(literal -1/36 binary64) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))))) (/.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64)) (-.f64 #s(literal -1/36 binary64) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))))) |
(fma.f64 x (*.f64 x (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal -1/36 binary64)) |
(fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64)) |
(fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64)) |
(fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 x x)) #s(literal -1/36 binary64)) |
(fma.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal -1/36 binary64)) |
(fma.f64 (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 x x) #s(literal -1/36 binary64)) |
(fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 x (*.f64 x (*.f64 x x))) #s(literal -1/36 binary64)) |
(fma.f64 (*.f64 x (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) x #s(literal -1/36 binary64)) |
(fma.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal -1/36 binary64)) |
(fma.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/36 binary64)) |
(fma.f64 (*.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal -1/36 binary64)) |
(fma.f64 (*.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/36 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64)) (-.f64 #s(literal 1/1296 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (*.f64 x x) #s(literal -1/36 binary64))))) (+.f64 #s(literal -1/46656 binary64) (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 6 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64)) #s(literal -1/1296 binary64)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64)) (-.f64 #s(literal 1/1296 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (*.f64 x x) #s(literal -1/36 binary64))))) (+.f64 #s(literal -1/46656 binary64) (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 6 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64)) #s(literal -1/1296 binary64))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64)) #s(literal -1/1296 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) |
(/.f64 (+.f64 #s(literal -1/46656 binary64) (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 6 binary64))) (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64)) (-.f64 #s(literal 1/1296 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (*.f64 x x) #s(literal -1/36 binary64)))))) |
(/.f64 (+.f64 #s(literal -1/46656 binary64) (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 6 binary64))) (+.f64 #s(literal 1/1296 binary64) (-.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64)) (*.f64 (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (*.f64 x x) #s(literal -1/36 binary64)))))) |
(/.f64 (+.f64 #s(literal -1/46656 binary64) (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 6 binary64))) (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64)) (+.f64 #s(literal 1/1296 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64)) #s(literal -1/1296 binary64))) (neg.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1/46656 binary64) (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 6 binary64)))) (neg.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64)) (-.f64 #s(literal 1/1296 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (*.f64 x x) #s(literal -1/36 binary64))))))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1/46656 binary64) (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 6 binary64)))) (neg.f64 (+.f64 #s(literal 1/1296 binary64) (-.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64)) (*.f64 (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (*.f64 x x) #s(literal -1/36 binary64))))))) |
(/.f64 (neg.f64 (+.f64 #s(literal -1/46656 binary64) (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 6 binary64)))) (neg.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64)) (+.f64 #s(literal 1/1296 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))))))) |
(/.f64 (-.f64 #s(literal 1/1296 binary64) (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64))) (-.f64 #s(literal -1/36 binary64) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))))) |
(/.f64 (-.f64 (*.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))) (*.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) #s(literal 1/1296 binary64))) (*.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64)) #s(literal -1/1296 binary64)))) (neg.f64 (neg.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/1296 binary64) (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64)))) (neg.f64 (-.f64 #s(literal -1/36 binary64) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 #s(literal -1/46656 binary64) (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 6 binary64))))) (neg.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64)) (-.f64 #s(literal 1/1296 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (*.f64 x x) #s(literal -1/36 binary64)))))))) |
(pow.f64 (/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64)) (-.f64 #s(literal 1/1296 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (*.f64 x x) #s(literal -1/36 binary64))))) (+.f64 #s(literal -1/46656 binary64) (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 6 binary64)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64)) #s(literal -1/1296 binary64))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64)) #s(literal -1/1296 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)))) |
(*.f64 (+.f64 #s(literal -1/46656 binary64) (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 6 binary64))) (/.f64 #s(literal 1 binary64) (+.f64 (pow.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 4 binary64)) (-.f64 #s(literal 1/1296 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (*.f64 x x) #s(literal -1/36 binary64))))))) |
(+.f64 x (neg.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) |
(+.f64 (neg.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)) x) |
(+.f64 (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (neg.f64 x)) |
(-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)) |
(-.f64 (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) x) |
(-.f64 (/.f64 (*.f64 x (*.f64 x x)) (fma.f64 x x (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))))) (/.f64 (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) (fma.f64 x x (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))))) |
(-.f64 (/.f64 (*.f64 x x) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) (/.f64 (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) |
(-.f64 (-.f64 x x) (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) |
(-.f64 (/.f64 (*.f64 (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (*.f64 (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))))) (fma.f64 (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (fma.f64 x x (*.f64 (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) x)))) (/.f64 (*.f64 x (*.f64 x x)) (fma.f64 (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (fma.f64 x x (*.f64 (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) x))))) |
(-.f64 (/.f64 (*.f64 x x) (-.f64 x (neg.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) (/.f64 (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)) (-.f64 x (neg.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))))) |
(-.f64 (/.f64 (*.f64 (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))) (+.f64 (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) x)) (/.f64 (*.f64 x x) (+.f64 (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) x))) |
(fma.f64 x #s(literal 1 binary64) (neg.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) |
(fma.f64 #s(literal 1 binary64) x (neg.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) |
(fma.f64 #s(literal -1 binary64) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) x) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 x x (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) (*.f64 (fma.f64 x x (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)) (*.f64 (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)) (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 x x (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) (*.f64 (fma.f64 x x (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)) (*.f64 (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)) (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))))) |
(/.f64 (*.f64 (fma.f64 x x (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) (fma.f64 x x (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))))) |
(/.f64 (*.f64 (fma.f64 x x (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) (fma.f64 x x (-.f64 (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)) (*.f64 x (neg.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))))) |
(/.f64 (*.f64 (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)) (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) |
(/.f64 (*.f64 (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)) (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) (-.f64 x (neg.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 x x (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) (neg.f64 (fma.f64 x x (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 x x (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) (neg.f64 (fma.f64 x x (-.f64 (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)) (*.f64 x (neg.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)) (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) (neg.f64 (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) |
(/.f64 (neg.f64 (*.f64 (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)) (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) (neg.f64 (-.f64 x (neg.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))))) |
(/.f64 (-.f64 (*.f64 (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (*.f64 (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))))) (*.f64 x (*.f64 x x))) (fma.f64 (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (fma.f64 x x (*.f64 (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) x)))) |
(/.f64 (-.f64 (*.f64 (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))) (*.f64 x x)) (+.f64 (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) x)) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 x x (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))))) (*.f64 (fma.f64 x x (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))))) (*.f64 (fma.f64 x x (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) (fma.f64 x x (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) (*.f64 (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)) (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) (*.f64 (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (fma.f64 x x (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))))) (neg.f64 (neg.f64 (fma.f64 x x (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)) (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))))) (neg.f64 (neg.f64 (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (*.f64 (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))))) (*.f64 x (*.f64 x x)))) (neg.f64 (fma.f64 (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (fma.f64 x x (*.f64 (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) x))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))) (*.f64 x x))) (neg.f64 (+.f64 (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) x))) |
(pow.f64 (/.f64 (fma.f64 x x (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) (*.f64 (fma.f64 x x (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)) (*.f64 (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)) (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) #s(literal -1 binary64)) |
(*.f64 (*.f64 (fma.f64 x x (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))))) |
(*.f64 (*.f64 (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)) (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) (/.f64 #s(literal 1 binary64) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) |
(+.f64 (/.f64 x (tan.f64 x)) (neg.f64 (/.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (tan.f64 x)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (tan.f64 x) (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) #s(literal -1 binary64))) |
(-.f64 (/.f64 x (tan.f64 x)) (/.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (tan.f64 x))) |
(-.f64 (/.f64 (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (tan.f64 x)) (/.f64 x (tan.f64 x))) |
(-.f64 (/.f64 (/.f64 (*.f64 x (*.f64 x x)) (fma.f64 x x (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))))) (tan.f64 x)) (/.f64 (/.f64 (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) (fma.f64 x x (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))))) (tan.f64 x))) |
(-.f64 (/.f64 (/.f64 (*.f64 x x) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) (tan.f64 x)) (/.f64 (/.f64 (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) (tan.f64 x))) |
(-.f64 (/.f64 (-.f64 x x) (tan.f64 x)) (/.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))) (tan.f64 x))) |
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (tan.f64 x))) (/.f64 (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)) (neg.f64 (tan.f64 x)))) |
(-.f64 (/.f64 (*.f64 x (*.f64 x x)) (*.f64 (tan.f64 x) (fma.f64 x x (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))))) (/.f64 (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) (*.f64 (tan.f64 x) (fma.f64 x x (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))))))) |
(-.f64 (/.f64 (*.f64 x x) (*.f64 (tan.f64 x) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) (/.f64 (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)) (*.f64 (tan.f64 x) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))))) |
(-.f64 (/.f64 (*.f64 x (tan.f64 x)) (pow.f64 (tan.f64 x) #s(literal 2 binary64))) (/.f64 (*.f64 (tan.f64 x) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)) (pow.f64 (tan.f64 x) #s(literal 2 binary64)))) |
(-.f64 (/.f64 (pow.f64 (/.f64 x (tan.f64 x)) #s(literal 3 binary64)) (fma.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64)) (+.f64 (pow.f64 (/.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (tan.f64 x)) #s(literal 2 binary64)) (*.f64 (/.f64 x (tan.f64 x)) (/.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (tan.f64 x)))))) (/.f64 (pow.f64 (/.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (tan.f64 x)) #s(literal 3 binary64)) (fma.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64)) (+.f64 (pow.f64 (/.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (tan.f64 x)) #s(literal 2 binary64)) (*.f64 (/.f64 x (tan.f64 x)) (/.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (tan.f64 x))))))) |
(-.f64 (/.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (+.f64 (/.f64 x (tan.f64 x)) (/.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (tan.f64 x)))) (/.f64 (pow.f64 (/.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (tan.f64 x)) #s(literal 2 binary64)) (+.f64 (/.f64 x (tan.f64 x)) (/.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (tan.f64 x))))) |
(fma.f64 x (/.f64 #s(literal 1 binary64) (tan.f64 x)) (neg.f64 (/.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (tan.f64 x)))) |
(fma.f64 #s(literal 1 binary64) (/.f64 x (tan.f64 x)) (neg.f64 (/.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (tan.f64 x)))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) x (neg.f64 (/.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (tan.f64 x)))) |
(fma.f64 (/.f64 x (sin.f64 x)) (cos.f64 x) (neg.f64 (/.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (tan.f64 x)))) |
(neg.f64 (/.f64 (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)) (neg.f64 (tan.f64 x)))) |
(neg.f64 (/.f64 (neg.f64 (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) (tan.f64 x))) |
(/.f64 (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)) (tan.f64 x)) |
(/.f64 #s(literal 1 binary64) (/.f64 (tan.f64 x) (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 (tan.f64 x) (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (tan.f64 x) (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (tan.f64 x) (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (/.f64 (tan.f64 x) (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) #s(literal 1 binary64)))) |
(/.f64 (neg.f64 (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) (neg.f64 (tan.f64 x))) |
(/.f64 (*.f64 (fma.f64 x x (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) (*.f64 (tan.f64 x) (fma.f64 x x (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))))) |
(/.f64 (*.f64 (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)) (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) (*.f64 (tan.f64 x) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) |
(/.f64 (-.f64 (*.f64 x (tan.f64 x)) (*.f64 (tan.f64 x) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) (pow.f64 (tan.f64 x) #s(literal 2 binary64))) |
(/.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) #s(literal 1 binary64)) (*.f64 (fma.f64 x x (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) (tan.f64 x))) |
(/.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) #s(literal -1 binary64)) (*.f64 (fma.f64 x x (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) (neg.f64 (tan.f64 x)))) |
(/.f64 (*.f64 (*.f64 (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)) (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) #s(literal 1 binary64)) (*.f64 (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)) (tan.f64 x))) |
(/.f64 (*.f64 (*.f64 (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)) (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) #s(literal -1 binary64)) (*.f64 (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)) (neg.f64 (tan.f64 x)))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) (neg.f64 (neg.f64 (tan.f64 x)))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 x x (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) (neg.f64 (*.f64 (tan.f64 x) (fma.f64 x x (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))))))) |
(/.f64 (neg.f64 (*.f64 (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)) (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) (neg.f64 (*.f64 (tan.f64 x) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 x (tan.f64 x)) #s(literal 3 binary64)) (pow.f64 (/.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (tan.f64 x)) #s(literal 3 binary64))) (fma.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64)) (+.f64 (pow.f64 (/.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (tan.f64 x)) #s(literal 2 binary64)) (*.f64 (/.f64 x (tan.f64 x)) (/.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (tan.f64 x)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (pow.f64 (/.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (tan.f64 x)) #s(literal 2 binary64))) (+.f64 (/.f64 x (tan.f64 x)) (/.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (tan.f64 x)))) |
(/.f64 (*.f64 (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)) #s(literal 1 binary64)) (tan.f64 x)) |
(/.f64 (*.f64 (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)) #s(literal -1 binary64)) (neg.f64 (tan.f64 x))) |
(/.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) (/.f64 #s(literal 1 binary64) (tan.f64 x))) (fma.f64 x x (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))))) |
(/.f64 (*.f64 (*.f64 (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)) (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) (/.f64 #s(literal 1 binary64) (tan.f64 x))) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) |
(/.f64 (-.f64 (neg.f64 x) (neg.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) (neg.f64 (tan.f64 x))) |
(/.f64 (-.f64 (*.f64 x #s(literal -1 binary64)) (neg.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) (neg.f64 (tan.f64 x))) |
(/.f64 (-.f64 (*.f64 #s(literal -1 binary64) x) (neg.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) (neg.f64 (tan.f64 x))) |
(/.f64 (-.f64 (*.f64 x (/.f64 (tan.f64 x) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) (tan.f64 x)) (*.f64 (tan.f64 x) (/.f64 (tan.f64 x) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) |
(/.f64 (-.f64 (*.f64 x (*.f64 (tan.f64 x) (fma.f64 x (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))))) (*.f64 (tan.f64 x) (fma.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))) (*.f64 x (*.f64 x x))))) (*.f64 (tan.f64 x) (*.f64 (tan.f64 x) (fma.f64 x (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))))) |
(/.f64 (-.f64 (*.f64 x (neg.f64 (tan.f64 x))) (*.f64 (tan.f64 x) (neg.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) (*.f64 (tan.f64 x) (neg.f64 (tan.f64 x)))) |
(/.f64 (-.f64 (*.f64 x (*.f64 (tan.f64 x) (fma.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))) (neg.f64 x)))) (*.f64 (tan.f64 x) (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (fma.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))) (neg.f64 x))))) (*.f64 (tan.f64 x) (*.f64 (tan.f64 x) (fma.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))) (neg.f64 x))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (tan.f64 x)) (*.f64 (/.f64 (tan.f64 x) x) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) (*.f64 (/.f64 (tan.f64 x) x) (tan.f64 x))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (/.f64 (tan.f64 x) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) (*.f64 (/.f64 (tan.f64 x) x) #s(literal 1 binary64))) (*.f64 (/.f64 (tan.f64 x) x) (/.f64 (tan.f64 x) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 (tan.f64 x) (fma.f64 x (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))))) (*.f64 (/.f64 (tan.f64 x) x) (fma.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))) (*.f64 x (*.f64 x x))))) (*.f64 (/.f64 (tan.f64 x) x) (*.f64 (tan.f64 x) (fma.f64 x (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (neg.f64 (tan.f64 x))) (*.f64 (/.f64 (tan.f64 x) x) (neg.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) (*.f64 (/.f64 (tan.f64 x) x) (neg.f64 (tan.f64 x)))) |
(/.f64 (-.f64 (*.f64 #s(literal 1 binary64) (*.f64 (tan.f64 x) (fma.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))) (neg.f64 x)))) (*.f64 (/.f64 (tan.f64 x) x) (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (fma.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))) (neg.f64 x))))) (*.f64 (/.f64 (tan.f64 x) x) (*.f64 (tan.f64 x) (fma.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))) (neg.f64 x))))) |
(/.f64 (-.f64 (*.f64 (neg.f64 x) (tan.f64 x)) (*.f64 (neg.f64 (tan.f64 x)) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) (*.f64 (neg.f64 (tan.f64 x)) (tan.f64 x))) |
(/.f64 (-.f64 (*.f64 (neg.f64 x) (/.f64 (tan.f64 x) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) (*.f64 (neg.f64 (tan.f64 x)) #s(literal 1 binary64))) (*.f64 (neg.f64 (tan.f64 x)) (/.f64 (tan.f64 x) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 x) (*.f64 (tan.f64 x) (fma.f64 x (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))))) (*.f64 (neg.f64 (tan.f64 x)) (fma.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))) (*.f64 x (*.f64 x x))))) (*.f64 (neg.f64 (tan.f64 x)) (*.f64 (tan.f64 x) (fma.f64 x (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (neg.f64 x) (neg.f64 (tan.f64 x))) (*.f64 (neg.f64 (tan.f64 x)) (neg.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) (*.f64 (neg.f64 (tan.f64 x)) (neg.f64 (tan.f64 x)))) |
(/.f64 (-.f64 (*.f64 (neg.f64 x) (*.f64 (tan.f64 x) (fma.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))) (neg.f64 x)))) (*.f64 (neg.f64 (tan.f64 x)) (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (fma.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))) (neg.f64 x))))) (*.f64 (neg.f64 (tan.f64 x)) (*.f64 (tan.f64 x) (fma.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))) (neg.f64 x))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x #s(literal -1 binary64)) (tan.f64 x)) (*.f64 (neg.f64 (tan.f64 x)) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) (*.f64 (neg.f64 (tan.f64 x)) (tan.f64 x))) |
(/.f64 (-.f64 (*.f64 (*.f64 x #s(literal -1 binary64)) (/.f64 (tan.f64 x) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) (*.f64 (neg.f64 (tan.f64 x)) #s(literal 1 binary64))) (*.f64 (neg.f64 (tan.f64 x)) (/.f64 (tan.f64 x) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x #s(literal -1 binary64)) (*.f64 (tan.f64 x) (fma.f64 x (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))))) (*.f64 (neg.f64 (tan.f64 x)) (fma.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))) (*.f64 x (*.f64 x x))))) (*.f64 (neg.f64 (tan.f64 x)) (*.f64 (tan.f64 x) (fma.f64 x (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x #s(literal -1 binary64)) (neg.f64 (tan.f64 x))) (*.f64 (neg.f64 (tan.f64 x)) (neg.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) (*.f64 (neg.f64 (tan.f64 x)) (neg.f64 (tan.f64 x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x #s(literal -1 binary64)) (*.f64 (tan.f64 x) (fma.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))) (neg.f64 x)))) (*.f64 (neg.f64 (tan.f64 x)) (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (fma.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))) (neg.f64 x))))) (*.f64 (neg.f64 (tan.f64 x)) (*.f64 (tan.f64 x) (fma.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))) (neg.f64 x))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1 binary64) x) (tan.f64 x)) (*.f64 (neg.f64 (tan.f64 x)) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) (*.f64 (neg.f64 (tan.f64 x)) (tan.f64 x))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1 binary64) x) (/.f64 (tan.f64 x) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) (*.f64 (neg.f64 (tan.f64 x)) #s(literal 1 binary64))) (*.f64 (neg.f64 (tan.f64 x)) (/.f64 (tan.f64 x) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1 binary64) x) (*.f64 (tan.f64 x) (fma.f64 x (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))))) (*.f64 (neg.f64 (tan.f64 x)) (fma.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))) (*.f64 x (*.f64 x x))))) (*.f64 (neg.f64 (tan.f64 x)) (*.f64 (tan.f64 x) (fma.f64 x (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1 binary64) x) (neg.f64 (tan.f64 x))) (*.f64 (neg.f64 (tan.f64 x)) (neg.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) (*.f64 (neg.f64 (tan.f64 x)) (neg.f64 (tan.f64 x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal -1 binary64) x) (*.f64 (tan.f64 x) (fma.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))) (neg.f64 x)))) (*.f64 (neg.f64 (tan.f64 x)) (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (fma.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))) (neg.f64 x))))) (*.f64 (neg.f64 (tan.f64 x)) (*.f64 (tan.f64 x) (fma.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))) (neg.f64 x))))) |
(/.f64 (-.f64 (*.f64 (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (tan.f64 x)) (*.f64 (tan.f64 x) x)) (pow.f64 (tan.f64 x) #s(literal 2 binary64))) |
(/.f64 (-.f64 (*.f64 (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (/.f64 (tan.f64 x) x)) (tan.f64 x)) (*.f64 (tan.f64 x) (/.f64 (tan.f64 x) x))) |
(/.f64 (-.f64 (*.f64 (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (neg.f64 (tan.f64 x))) (*.f64 (tan.f64 x) (neg.f64 x))) (*.f64 (tan.f64 x) (neg.f64 (tan.f64 x)))) |
(/.f64 (-.f64 (*.f64 (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (neg.f64 (tan.f64 x))) (*.f64 (tan.f64 x) (*.f64 x #s(literal -1 binary64)))) (*.f64 (tan.f64 x) (neg.f64 (tan.f64 x)))) |
(/.f64 (-.f64 (*.f64 (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (neg.f64 (tan.f64 x))) (*.f64 (tan.f64 x) (*.f64 #s(literal -1 binary64) x))) (*.f64 (tan.f64 x) (neg.f64 (tan.f64 x)))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x (tan.f64 x)) (*.f64 (tan.f64 x) (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) (neg.f64 (pow.f64 (tan.f64 x) #s(literal 2 binary64)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) #s(literal 1 binary64))) (neg.f64 (*.f64 (fma.f64 x x (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) (tan.f64 x)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) #s(literal -1 binary64))) (neg.f64 (*.f64 (fma.f64 x x (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) (neg.f64 (tan.f64 x))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)) (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) #s(literal 1 binary64))) (neg.f64 (*.f64 (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)) (tan.f64 x)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)) (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) #s(literal -1 binary64))) (neg.f64 (*.f64 (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)) (neg.f64 (tan.f64 x))))) |
(/.f64 (neg.f64 (neg.f64 (neg.f64 (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))))) (neg.f64 (neg.f64 (neg.f64 (tan.f64 x))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (/.f64 x (tan.f64 x)) #s(literal 3 binary64)) (pow.f64 (/.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (tan.f64 x)) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64)) (+.f64 (pow.f64 (/.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (tan.f64 x)) #s(literal 2 binary64)) (*.f64 (/.f64 x (tan.f64 x)) (/.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (tan.f64 x))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (pow.f64 (/.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (tan.f64 x)) #s(literal 2 binary64)))) (neg.f64 (+.f64 (/.f64 x (tan.f64 x)) (/.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (tan.f64 x))))) |
(/.f64 (neg.f64 (*.f64 (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)) #s(literal 1 binary64))) (neg.f64 (tan.f64 x))) |
(/.f64 (neg.f64 (*.f64 (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)) #s(literal -1 binary64))) (neg.f64 (neg.f64 (tan.f64 x)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (fma.f64 x x (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) (/.f64 #s(literal 1 binary64) (tan.f64 x)))) (neg.f64 (fma.f64 x x (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)) (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) (/.f64 #s(literal 1 binary64) (tan.f64 x)))) (neg.f64 (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) |
(pow.f64 (/.f64 (tan.f64 x) (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (/.f64 (tan.f64 x) (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) #s(literal 1 binary64)) #s(literal -1 binary64)) |
(*.f64 (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)) (/.f64 #s(literal 1 binary64) (tan.f64 x))) |
(*.f64 #s(literal 1 binary64) (/.f64 (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)) (tan.f64 x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) #s(literal -1 binary64))) |
(*.f64 (neg.f64 (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x))) (/.f64 #s(literal -1 binary64) (tan.f64 x))) |
(*.f64 (*.f64 (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)) #s(literal 1 binary64)) (/.f64 #s(literal 1 binary64) (tan.f64 x))) |
(*.f64 (/.f64 (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)) (sin.f64 x)) (cos.f64 x)) |
(*.f64 (pow.f64 (/.f64 (tan.f64 x) (*.f64 (fma.f64 x x (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 x x (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))))) |
(*.f64 (pow.f64 (/.f64 (tan.f64 x) (*.f64 (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)) (-.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (+.f64 x (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x)))) |
(+.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) |
(+.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))) x) |
(+.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)))) (fma.f64 x (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) x)) |
(+.f64 (+.f64 x (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64))))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -1/6 binary64)))) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))) (fma.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))) (neg.f64 x))) (/.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))) (neg.f64 x)))) |
(-.f64 (/.f64 (*.f64 x x) (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))) (/.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))) (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))))) |
(fma.f64 x #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) |
(fma.f64 x (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))) x) |
(fma.f64 x (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)))) (fma.f64 x (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) x)) |
(fma.f64 x (*.f64 (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64))) (*.f64 x (*.f64 x x))) (fma.f64 x (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) x)) |
(fma.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))) x) |
(fma.f64 (*.f64 x x) (*.f64 x (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)))) (fma.f64 x (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) x)) |
(fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) (*.f64 x (*.f64 x x))) (fma.f64 x (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) x)) |
(fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64))) (fma.f64 x (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) x)) |
(fma.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) |
(fma.f64 (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64))) (*.f64 x (*.f64 x (*.f64 x x))) (fma.f64 x (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) x)) |
(fma.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64))) (*.f64 x (*.f64 x x)) (fma.f64 x (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) x)) |
(fma.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) (*.f64 x (*.f64 x x)) x) |
(fma.f64 #s(literal 1 binary64) x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) |
(fma.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x x)))) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) (fma.f64 x (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) x)) |
(fma.f64 (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))) x x) |
(fma.f64 (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64))) (fma.f64 x (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) x)) |
(fma.f64 (*.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64))) (*.f64 x x)) x (fma.f64 x (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) x)) |
(fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) |
(fma.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)))) x (fma.f64 x (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) x)) |
(fma.f64 (*.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64))) x) (*.f64 x x) (fma.f64 x (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) x)) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 x (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (fma.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))) (*.f64 x (*.f64 x x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))) (neg.f64 x)) (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (fma.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))) (neg.f64 x))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 x (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (fma.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))) (*.f64 x (*.f64 x x)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))) (neg.f64 x)) (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (fma.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))) (neg.f64 x)))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))) (*.f64 x (*.f64 x x))) (fma.f64 x (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))) (*.f64 x (*.f64 x x))) (fma.f64 x x (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (fma.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))) (neg.f64 x))) (fma.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))) (neg.f64 x))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))) (*.f64 x (*.f64 x x)))) (neg.f64 (fma.f64 x (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))) (*.f64 x (*.f64 x x)))) (neg.f64 (fma.f64 x x (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x)))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (fma.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))) (neg.f64 x)))) (neg.f64 (fma.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))) (neg.f64 x)))) |
(/.f64 (-.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))) (fma.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))) (neg.f64 x))) (*.f64 (fma.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))) (neg.f64 x)) (*.f64 x x))) (*.f64 (fma.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))) (neg.f64 x)) (fma.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))) (neg.f64 x)))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))) (*.f64 x (*.f64 x x))))) (neg.f64 (neg.f64 (fma.f64 x (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (fma.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))) (neg.f64 x))))) (neg.f64 (neg.f64 (fma.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))) (neg.f64 x))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 x x) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))))) (neg.f64 (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))))) |
(pow.f64 (/.f64 (fma.f64 x (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (fma.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))) (*.f64 x (*.f64 x x)))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (fma.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))) (neg.f64 x)) (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (fma.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))) (neg.f64 x)))) #s(literal -1 binary64)) |
(*.f64 (fma.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)))) (*.f64 x (*.f64 x x))) (/.f64 #s(literal 1 binary64) (fma.f64 x (-.f64 x (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))))))) |
(*.f64 (*.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) (*.f64 x x) x) (fma.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))) (neg.f64 x))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) #s(literal -1/6 binary64))) (neg.f64 x)))) |
(exp.f64 (*.f64 #s(literal 3 binary64) (log.f64 x))) |
(exp.f64 (*.f64 (*.f64 #s(literal 3 binary64) (log.f64 x)) #s(literal 1 binary64))) |
(pow.f64 x #s(literal 3 binary64)) |
(pow.f64 (*.f64 x x) #s(literal 3/2 binary64)) |
(pow.f64 (*.f64 x (*.f64 x x)) #s(literal 1 binary64)) |
(pow.f64 (pow.f64 x #s(literal 3/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 x)) #s(literal 3 binary64)) |
(*.f64 x (*.f64 x x)) |
(*.f64 (*.f64 x x) x) |
(*.f64 (*.f64 x (*.f64 x x)) #s(literal 1 binary64)) |
(*.f64 #s(literal 1 binary64) (*.f64 x (*.f64 x x))) |
(*.f64 (pow.f64 x #s(literal 3/2 binary64)) (pow.f64 x #s(literal 3/2 binary64))) |
(*.f64 (pow.f64 (pow.f64 x #s(literal 3/2 binary64)) #s(literal 1 binary64)) (pow.f64 (pow.f64 x #s(literal 3/2 binary64)) #s(literal 1 binary64))) |
(+.f64 (/.f64 x (tan.f64 x)) (neg.f64 (cos.f64 x))) |
(+.f64 (neg.f64 (cos.f64 x)) (/.f64 x (tan.f64 x))) |
(-.f64 (/.f64 x (tan.f64 x)) (cos.f64 x)) |
(-.f64 #s(literal 0 binary64) (-.f64 (cos.f64 x) (/.f64 x (tan.f64 x)))) |
(-.f64 (/.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (-.f64 (/.f64 x (tan.f64 x)) (neg.f64 (cos.f64 x)))) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (-.f64 (/.f64 x (tan.f64 x)) (neg.f64 (cos.f64 x))))) |
(-.f64 (+.f64 (/.f64 x (tan.f64 x)) #s(literal 0 binary64)) (cos.f64 x)) |
(-.f64 (/.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (+.f64 (/.f64 x (tan.f64 x)) (cos.f64 x))) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (+.f64 (/.f64 x (tan.f64 x)) (cos.f64 x)))) |
(-.f64 (/.f64 (pow.f64 (/.f64 x (tan.f64 x)) #s(literal 3 binary64)) (fma.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64)) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 (/.f64 x (tan.f64 x)) (cos.f64 x))))) (/.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)) (fma.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64)) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 (/.f64 x (tan.f64 x)) (cos.f64 x)))))) |
(-.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (-.f64 (neg.f64 (cos.f64 x)) (/.f64 x (tan.f64 x)))) (/.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (-.f64 (neg.f64 (cos.f64 x)) (/.f64 x (tan.f64 x))))) |
(fma.f64 x (/.f64 #s(literal 1 binary64) (tan.f64 x)) (neg.f64 (cos.f64 x))) |
(fma.f64 #s(literal 1 binary64) (/.f64 x (tan.f64 x)) (neg.f64 (cos.f64 x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) x (neg.f64 (cos.f64 x))) |
(fma.f64 (cos.f64 x) #s(literal -1 binary64) (/.f64 x (tan.f64 x))) |
(fma.f64 #s(literal -1 binary64) (cos.f64 x) (/.f64 x (tan.f64 x))) |
(fma.f64 (/.f64 x (sin.f64 x)) (cos.f64 x) (neg.f64 (cos.f64 x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (neg.f64 (cos.f64 x)) (-.f64 (neg.f64 (cos.f64 x)) (/.f64 x (tan.f64 x))) (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64)))) (+.f64 (pow.f64 (/.f64 x (tan.f64 x)) #s(literal 3 binary64)) (neg.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (/.f64 x (tan.f64 x)) (neg.f64 (cos.f64 x))) (-.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (fma.f64 (neg.f64 (cos.f64 x)) (-.f64 (neg.f64 (cos.f64 x)) (/.f64 x (tan.f64 x))) (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64)))) (+.f64 (pow.f64 (/.f64 x (tan.f64 x)) #s(literal 3 binary64)) (neg.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (-.f64 (/.f64 x (tan.f64 x)) (neg.f64 (cos.f64 x))) (-.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))))))) |
(/.f64 (+.f64 (pow.f64 (/.f64 x (tan.f64 x)) #s(literal 3 binary64)) (neg.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)))) (fma.f64 (neg.f64 (cos.f64 x)) (-.f64 (neg.f64 (cos.f64 x)) (/.f64 x (tan.f64 x))) (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))))) |
(/.f64 (+.f64 (pow.f64 (/.f64 x (tan.f64 x)) #s(literal 3 binary64)) (neg.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)))) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (/.f64 (-.f64 (*.f64 (/.f64 x (tan.f64 x)) x) (*.f64 x (neg.f64 (cos.f64 x)))) (tan.f64 x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))) (-.f64 (/.f64 x (tan.f64 x)) (neg.f64 (cos.f64 x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))) (+.f64 (/.f64 x (tan.f64 x)) (cos.f64 x))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (/.f64 x (tan.f64 x)) #s(literal 3 binary64)) (neg.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64))))) (neg.f64 (fma.f64 (neg.f64 (cos.f64 x)) (-.f64 (neg.f64 (cos.f64 x)) (/.f64 x (tan.f64 x))) (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64)))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (/.f64 x (tan.f64 x)) #s(literal 3 binary64)) (neg.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64))))) (neg.f64 (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (/.f64 (-.f64 (*.f64 (/.f64 x (tan.f64 x)) x) (*.f64 x (neg.f64 (cos.f64 x)))) (tan.f64 x))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))))) (neg.f64 (-.f64 (/.f64 x (tan.f64 x)) (neg.f64 (cos.f64 x))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))))) (neg.f64 (+.f64 (/.f64 x (tan.f64 x)) (cos.f64 x)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 x (tan.f64 x)) #s(literal 3 binary64)) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (fma.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64)) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 (/.f64 x (tan.f64 x)) (cos.f64 x))))) |
(/.f64 (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64)))) (-.f64 (neg.f64 (cos.f64 x)) (/.f64 x (tan.f64 x)))) |
(/.f64 (fma.f64 x (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))) (*.f64 (tan.f64 x) (-.f64 #s(literal 0 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))))) (*.f64 (tan.f64 x) (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))))) |
(/.f64 (fma.f64 x (+.f64 #s(literal 0 binary64) (cos.f64 x)) (*.f64 (tan.f64 x) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))))) (*.f64 (tan.f64 x) (+.f64 #s(literal 0 binary64) (cos.f64 x)))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))) (*.f64 (/.f64 (tan.f64 x) x) (-.f64 #s(literal 0 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))))) (*.f64 (/.f64 (tan.f64 x) x) (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (+.f64 #s(literal 0 binary64) (cos.f64 x)) (*.f64 (/.f64 (tan.f64 x) x) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))))) (*.f64 (/.f64 (tan.f64 x) x) (+.f64 #s(literal 0 binary64) (cos.f64 x)))) |
(/.f64 (fma.f64 (neg.f64 x) (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))) (*.f64 (neg.f64 (tan.f64 x)) (-.f64 #s(literal 0 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))))) (*.f64 (neg.f64 (tan.f64 x)) (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))))) |
(/.f64 (fma.f64 (neg.f64 x) (+.f64 #s(literal 0 binary64) (cos.f64 x)) (*.f64 (neg.f64 (tan.f64 x)) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))))) (*.f64 (neg.f64 (tan.f64 x)) (+.f64 #s(literal 0 binary64) (cos.f64 x)))) |
(/.f64 (fma.f64 (*.f64 x #s(literal -1 binary64)) (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))) (*.f64 (neg.f64 (tan.f64 x)) (-.f64 #s(literal 0 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))))) (*.f64 (neg.f64 (tan.f64 x)) (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))))) |
(/.f64 (fma.f64 (*.f64 x #s(literal -1 binary64)) (+.f64 #s(literal 0 binary64) (cos.f64 x)) (*.f64 (neg.f64 (tan.f64 x)) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))))) (*.f64 (neg.f64 (tan.f64 x)) (+.f64 #s(literal 0 binary64) (cos.f64 x)))) |
(/.f64 (fma.f64 (*.f64 #s(literal -1 binary64) x) (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))) (*.f64 (neg.f64 (tan.f64 x)) (-.f64 #s(literal 0 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))))) (*.f64 (neg.f64 (tan.f64 x)) (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))))) |
(/.f64 (fma.f64 (*.f64 #s(literal -1 binary64) x) (+.f64 #s(literal 0 binary64) (cos.f64 x)) (*.f64 (neg.f64 (tan.f64 x)) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))))) (*.f64 (neg.f64 (tan.f64 x)) (+.f64 #s(literal 0 binary64) (cos.f64 x)))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (tan.f64 x) (*.f64 (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))) x)) (*.f64 (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))) (tan.f64 x))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (/.f64 (tan.f64 x) x) (*.f64 (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))) #s(literal 1 binary64))) (*.f64 (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))) (/.f64 (tan.f64 x) x))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (neg.f64 (tan.f64 x)) (*.f64 (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))) (neg.f64 x))) (*.f64 (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))) (neg.f64 (tan.f64 x)))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (neg.f64 (tan.f64 x)) (*.f64 (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))) (*.f64 x #s(literal -1 binary64)))) (*.f64 (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))) (neg.f64 (tan.f64 x)))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (neg.f64 (tan.f64 x)) (*.f64 (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))) (*.f64 #s(literal -1 binary64) x))) (*.f64 (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))) (neg.f64 (tan.f64 x)))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))) (tan.f64 x) (*.f64 (+.f64 #s(literal 0 binary64) (cos.f64 x)) x)) (*.f64 (+.f64 #s(literal 0 binary64) (cos.f64 x)) (tan.f64 x))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))) (/.f64 (tan.f64 x) x) (*.f64 (+.f64 #s(literal 0 binary64) (cos.f64 x)) #s(literal 1 binary64))) (*.f64 (+.f64 #s(literal 0 binary64) (cos.f64 x)) (/.f64 (tan.f64 x) x))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))) (neg.f64 (tan.f64 x)) (*.f64 (+.f64 #s(literal 0 binary64) (cos.f64 x)) (neg.f64 x))) (*.f64 (+.f64 #s(literal 0 binary64) (cos.f64 x)) (neg.f64 (tan.f64 x)))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))) (neg.f64 (tan.f64 x)) (*.f64 (+.f64 #s(literal 0 binary64) (cos.f64 x)) (*.f64 x #s(literal -1 binary64)))) (*.f64 (+.f64 #s(literal 0 binary64) (cos.f64 x)) (neg.f64 (tan.f64 x)))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))) (neg.f64 (tan.f64 x)) (*.f64 (+.f64 #s(literal 0 binary64) (cos.f64 x)) (*.f64 #s(literal -1 binary64) x))) (*.f64 (+.f64 #s(literal 0 binary64) (cos.f64 x)) (neg.f64 (tan.f64 x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (-.f64 (/.f64 x (tan.f64 x)) (neg.f64 (cos.f64 x)))) (*.f64 (-.f64 (/.f64 x (tan.f64 x)) (neg.f64 (cos.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))))) (*.f64 (-.f64 (/.f64 x (tan.f64 x)) (neg.f64 (cos.f64 x))) (-.f64 (/.f64 x (tan.f64 x)) (neg.f64 (cos.f64 x))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (pow.f64 (/.f64 x (tan.f64 x)) #s(literal 3 binary64)) (neg.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)))))) (neg.f64 (neg.f64 (fma.f64 (neg.f64 (cos.f64 x)) (-.f64 (neg.f64 (cos.f64 x)) (/.f64 x (tan.f64 x))) (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))))) (neg.f64 (neg.f64 (-.f64 (/.f64 x (tan.f64 x)) (neg.f64 (cos.f64 x)))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (/.f64 x (tan.f64 x)) #s(literal 3 binary64)) (pow.f64 (cos.f64 x) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64)) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 (/.f64 x (tan.f64 x)) (cos.f64 x)))))) |
(/.f64 (neg.f64 (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))))) (neg.f64 (-.f64 (neg.f64 (cos.f64 x)) (/.f64 x (tan.f64 x))))) |
(pow.f64 (/.f64 (fma.f64 (neg.f64 (cos.f64 x)) (-.f64 (neg.f64 (cos.f64 x)) (/.f64 x (tan.f64 x))) (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64)))) (+.f64 (pow.f64 (/.f64 x (tan.f64 x)) #s(literal 3 binary64)) (neg.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (-.f64 (/.f64 x (tan.f64 x)) (neg.f64 (cos.f64 x))) (-.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (pow.f64 (/.f64 x (tan.f64 x)) #s(literal 3 binary64)) (neg.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (neg.f64 (cos.f64 x)) (-.f64 (neg.f64 (cos.f64 x)) (/.f64 x (tan.f64 x))) (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64)))))) |
(*.f64 (-.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))) (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 x (tan.f64 x)) (neg.f64 (cos.f64 x))))) |
(exp.f64 (*.f64 (log.f64 (tan.f64 x)) #s(literal -1 binary64))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (tan.f64 x))) |
(/.f64 #s(literal 1 binary64) (tan.f64 x)) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (tan.f64 x)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (tan.f64 x))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (neg.f64 (neg.f64 (tan.f64 x))))) |
(pow.f64 (tan.f64 x) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (tan.f64 x) #s(literal 2 binary64)) #s(literal -1/2 binary64)) |
(pow.f64 (neg.f64 (neg.f64 (tan.f64 x))) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (tan.f64 x) #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (tan.f64 x))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (tan.f64 x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (tan.f64 x))) |
(*.f64 (pow.f64 (tan.f64 x) #s(literal -1/2 binary64)) (pow.f64 (tan.f64 x) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 x)) (cos.f64 x)) |
(*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 x)) (pow.f64 (/.f64 #s(literal 1 binary64) (cos.f64 x)) #s(literal -1 binary64))) |
(exp.f64 (neg.f64 (*.f64 (log.f64 (tan.f64 x)) #s(literal -1 binary64)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (tan.f64 x) #s(literal -1 binary64))) |
(tan.f64 x) |
(/.f64 (tan.f64 x) #s(literal 1 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (tan.f64 x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (cos.f64 x) (sin.f64 x))) |
(/.f64 (sin.f64 x) (cos.f64 x)) |
(/.f64 (sin.f64 x) (*.f64 #s(literal 1 binary64) (cos.f64 x))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (cos.f64 x) (sin.f64 x)))) |
(/.f64 (neg.f64 (tan.f64 x)) #s(literal -1 binary64)) |
(/.f64 (neg.f64 (neg.f64 (tan.f64 x))) #s(literal 1 binary64)) |
(/.f64 (neg.f64 (sin.f64 x)) (neg.f64 (cos.f64 x))) |
(/.f64 (neg.f64 (sin.f64 x)) (neg.f64 (*.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(/.f64 (neg.f64 (neg.f64 (sin.f64 x))) (neg.f64 (neg.f64 (cos.f64 x)))) |
(pow.f64 (tan.f64 x) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) #s(literal -1 binary64)) |
(pow.f64 (/.f64 (cos.f64 x) (sin.f64 x)) #s(literal -1 binary64)) |
(*.f64 (tan.f64 x) #s(literal 1 binary64)) |
(*.f64 (sin.f64 x) (/.f64 #s(literal 1 binary64) (cos.f64 x))) |
(+.f64 #s(literal 0 binary64) (neg.f64 (cos.f64 x))) |
(-.f64 #s(literal 0 binary64) (cos.f64 x)) |
(-.f64 (/.f64 #s(literal 0 binary64) (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x))))) (/.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)) (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (+.f64 #s(literal 0 binary64) (cos.f64 x))) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (+.f64 #s(literal 0 binary64) (cos.f64 x)))) |
(neg.f64 (cos.f64 x)) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))) (+.f64 #s(literal 0 binary64) (cos.f64 x))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64)))) (neg.f64 (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))))) (neg.f64 (+.f64 #s(literal 0 binary64) (cos.f64 x)))) |
(*.f64 (cos.f64 x) #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) (cos.f64 x)) |
(+.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) #s(literal -23/2160 binary64)) |
(+.f64 #s(literal -23/2160 binary64) (*.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))))) |
(+.f64 #s(literal -23/2160 binary64) (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 1/6 binary64))) |
(+.f64 (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 1/6 binary64)) #s(literal -23/2160 binary64)) |
(fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 1/6 binary64) #s(literal -23/2160 binary64)) |
(fma.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/2160 binary64)) |
(/.f64 (*.f64 #s(literal 1/6 binary64) (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64))) (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) |
(/.f64 (*.f64 #s(literal 1/6 binary64) (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64)) #s(literal 1/6 binary64)) (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64)) #s(literal 1/6 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/6 binary64) (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64)))) (neg.f64 (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) |
(/.f64 (neg.f64 (*.f64 #s(literal 1/6 binary64) (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64)))) (neg.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64)) #s(literal 1/6 binary64))) (neg.f64 (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64)) #s(literal 1/6 binary64))) (neg.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)))) |
(*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)) |
(*.f64 #s(literal 1/6 binary64) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) |
(+.f64 (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (fma.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 529/129600 binary64))) |
(+.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 529/129600 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) |
(exp.f64 (*.f64 (log.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 2 binary64))) |
(-.f64 (/.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) (-.f64 (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (fma.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 529/129600 binary64)))) (/.f64 (*.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 529/129600 binary64)) (fma.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 529/129600 binary64))) (-.f64 (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (fma.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 529/129600 binary64))))) |
(fma.f64 x (*.f64 (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (fma.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 529/129600 binary64))) |
(fma.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (fma.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 529/129600 binary64))) |
(fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (fma.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 529/129600 binary64))) |
(fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 529/129600 binary64))) |
(fma.f64 #s(literal -23/360 binary64) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) |
(fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (fma.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 529/129600 binary64))) |
(fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -23/360 binary64) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) |
(fma.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (fma.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 529/129600 binary64))) |
(fma.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (fma.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 529/129600 binary64))) |
(fma.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 x x) (fma.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 529/129600 binary64))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64)) (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64))) (*.f64 (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64)) (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64))) (*.f64 (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64)) (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64)) (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 3 binary64)) (*.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -12167/46656000 binary64))) (fma.f64 (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (-.f64 (*.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 529/129600 binary64)) (fma.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 529/129600 binary64))) (*.f64 (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (fma.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 529/129600 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) (*.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 529/129600 binary64)) (fma.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 529/129600 binary64)))) (-.f64 (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (fma.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 529/129600 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64))) (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64))) (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 #s(literal -23/360 binary64) (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64))))) (*.f64 (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (*.f64 (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 #s(literal -23/360 binary64) (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64))))) (*.f64 (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64))) (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64)) #s(literal -23/360 binary64)))) (*.f64 (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (*.f64 (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64)) #s(literal -23/360 binary64)))) (*.f64 (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64))) (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (*.f64 #s(literal -23/360 binary64) (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64))))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (*.f64 #s(literal -23/360 binary64) (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64))))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64))) (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (*.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64)) #s(literal -23/360 binary64)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (*.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64)) #s(literal -23/360 binary64)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)))) |
(/.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64)) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 #s(literal -23/360 binary64) (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64))))) (*.f64 (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) |
(/.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64)) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (*.f64 (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 #s(literal -23/360 binary64) (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64))))) (*.f64 (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)))) |
(/.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64)) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64)) #s(literal -23/360 binary64)))) (*.f64 (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) |
(/.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64)) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (*.f64 (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64)) #s(literal -23/360 binary64)))) (*.f64 (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)))) |
(/.f64 (fma.f64 (*.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64)) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (*.f64 #s(literal -23/360 binary64) (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64))))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) |
(/.f64 (fma.f64 (*.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64)) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (*.f64 #s(literal -23/360 binary64) (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64))))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)))) |
(/.f64 (fma.f64 (*.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64)) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (*.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64)) #s(literal -23/360 binary64)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) |
(/.f64 (fma.f64 (*.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64)) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (*.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64)) #s(literal -23/360 binary64)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)))) |
(/.f64 (fma.f64 (*.f64 #s(literal -23/360 binary64) (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64))) (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64))))) (*.f64 (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) |
(/.f64 (fma.f64 (*.f64 #s(literal -23/360 binary64) (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (*.f64 (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64))))) (*.f64 (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)))) |
(/.f64 (fma.f64 (*.f64 #s(literal -23/360 binary64) (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64))) (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64)) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))) (*.f64 (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) |
(/.f64 (fma.f64 (*.f64 #s(literal -23/360 binary64) (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (*.f64 (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64)) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))) (*.f64 (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)))) |
(/.f64 (fma.f64 (*.f64 #s(literal -23/360 binary64) (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64))) (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64))))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) |
(/.f64 (fma.f64 (*.f64 #s(literal -23/360 binary64) (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64))))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)))) |
(/.f64 (fma.f64 (*.f64 #s(literal -23/360 binary64) (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64))) (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (*.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64)) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) |
(/.f64 (fma.f64 (*.f64 #s(literal -23/360 binary64) (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (*.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64)) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)))) |
(/.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64)) #s(literal -23/360 binary64)) (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64))))) (*.f64 (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) |
(/.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (*.f64 (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64))))) (*.f64 (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)))) |
(/.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64)) #s(literal -23/360 binary64)) (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64)) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))) (*.f64 (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) |
(/.f64 (fma.f64 (*.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (*.f64 (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64)) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))) (*.f64 (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)))) |
(/.f64 (fma.f64 (*.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64)) #s(literal -23/360 binary64)) (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64))))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) |
(/.f64 (fma.f64 (*.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64))))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)))) |
(/.f64 (fma.f64 (*.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64)) #s(literal -23/360 binary64)) (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (*.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64)) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) |
(/.f64 (fma.f64 (*.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (*.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64)) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64)) (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64)))) (neg.f64 (*.f64 (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64)) (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64)))) (neg.f64 (*.f64 (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64)) (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64)))) (neg.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64)) (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64)))) (neg.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 3 binary64)) (*.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -12167/46656000 binary64)))) (neg.f64 (fma.f64 (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (-.f64 (*.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 529/129600 binary64)) (fma.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 529/129600 binary64))) (*.f64 (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (fma.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 529/129600 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) (*.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 529/129600 binary64)) (fma.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 529/129600 binary64))))) (neg.f64 (-.f64 (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (fma.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 529/129600 binary64))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64)))) (neg.f64 (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64)))) (neg.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (neg.f64 (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (neg.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)))) |
(pow.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 1 binary64)) |
(pow.f64 (exp.f64 (log.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 2 binary64)) |
(*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) |
(*.f64 (*.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64)) (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) #s(literal 2 binary64))) |
(*.f64 (*.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64)) (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64))) #s(literal 2 binary64))) |
(*.f64 (exp.f64 (log.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (exp.f64 (log.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) |
(+.f64 (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) |
(+.f64 (*.f64 (*.f64 x x) #s(literal -23/360 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) |
(-.f64 (/.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) (-.f64 (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) #s(literal -23/360 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) (-.f64 (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) #s(literal -23/360 binary64))))) |
(fma.f64 x (*.f64 x (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) |
(fma.f64 x (*.f64 x #s(literal -23/360 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) |
(fma.f64 x (*.f64 (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) |
(fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) |
(fma.f64 (*.f64 x x) #s(literal -23/360 binary64) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) |
(fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) |
(fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 x x) (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) |
(fma.f64 #s(literal -23/360 binary64) (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) |
(fma.f64 (*.f64 x (*.f64 x x)) (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) |
(fma.f64 (*.f64 x (*.f64 x (*.f64 x x))) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) |
(fma.f64 (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) x) x (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) |
(fma.f64 (*.f64 #s(literal -23/360 binary64) x) x (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 #s(literal -12167/46656000 binary64) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))))) (fma.f64 (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (-.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) (*.f64 (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) #s(literal -23/360 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 (*.f64 x x) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -23/360 binary64)))) (-.f64 (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) #s(literal -23/360 binary64)))) |
(/.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64))) (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) |
(/.f64 (*.f64 (*.f64 x x) (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64)) (*.f64 x x)) (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64)) (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 #s(literal -12167/46656000 binary64) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x))))))) (neg.f64 (fma.f64 (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (-.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) (*.f64 (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) #s(literal -23/360 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 (*.f64 x x) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -23/360 binary64))))) (neg.f64 (-.f64 (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) #s(literal -23/360 binary64))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64)))) (neg.f64 (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x x) (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64)))) (neg.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64)) (*.f64 x x))) (neg.f64 (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64)) (*.f64 x x))) (neg.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)))) |
(*.f64 x (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) |
(*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) |
(*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 x x)) |
(*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) x) |
(+.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -23/360 binary64)))) |
(+.f64 (*.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal -23/360 binary64))) |
(+.f64 (*.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal -23/360 binary64)) (*.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))))) |
(+.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (*.f64 (*.f64 x x) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) |
(+.f64 (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 #s(literal -23/360 binary64) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) |
(+.f64 (*.f64 #s(literal -23/360 binary64) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) |
(exp.f64 (fma.f64 (log.f64 x) #s(literal 2 binary64) (*.f64 (log.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 2 binary64)))) |
(exp.f64 (fma.f64 (log.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 2 binary64) (*.f64 (log.f64 x) #s(literal 2 binary64)))) |
(fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 #s(literal -23/360 binary64) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) |
(fma.f64 #s(literal -23/360 binary64) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) |
(fma.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal -23/360 binary64)))) |
(fma.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal -23/360 binary64))) |
(fma.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal -23/360 binary64) (*.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))))) |
(fma.f64 (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 (*.f64 x x) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) |
(/.f64 (*.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64))) (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) |
(/.f64 (*.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64)))) (neg.f64 (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64)))) (neg.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x))))) #s(literal -12167/46656000 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) (neg.f64 (-.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -529/129600 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) (neg.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal 23/360 binary64)))) |
(pow.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) #s(literal 2 binary64)) |
(*.f64 x (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) |
(*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) |
(*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) |
(*.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) |
(*.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 x x)) |
(*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) |
(+.f64 (*.f64 x #s(literal 1/120 binary64)) (*.f64 x (*.f64 x (*.f64 x #s(literal -1/5040 binary64))))) |
(+.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal -1/5040 binary64)))) (*.f64 x #s(literal 1/120 binary64))) |
(-.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal -1/5040 binary64)))) (*.f64 x (*.f64 x (*.f64 x #s(literal -1/5040 binary64))))) (-.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal -1/5040 binary64)))) (*.f64 x #s(literal 1/120 binary64)))) (/.f64 (*.f64 (*.f64 x #s(literal 1/120 binary64)) (*.f64 x #s(literal 1/120 binary64))) (-.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal -1/5040 binary64)))) (*.f64 x #s(literal 1/120 binary64))))) |
(fma.f64 x (*.f64 x (*.f64 x #s(literal -1/5040 binary64))) (*.f64 x #s(literal 1/120 binary64))) |
(fma.f64 x #s(literal 1/120 binary64) (*.f64 x (*.f64 x (*.f64 x #s(literal -1/5040 binary64))))) |
(fma.f64 (*.f64 x x) (*.f64 x #s(literal -1/5040 binary64)) (*.f64 x #s(literal 1/120 binary64))) |
(fma.f64 (*.f64 x (*.f64 x x)) #s(literal -1/5040 binary64) (*.f64 x #s(literal 1/120 binary64))) |
(fma.f64 (*.f64 x #s(literal -1/5040 binary64)) (*.f64 x x) (*.f64 x #s(literal 1/120 binary64))) |
(fma.f64 (*.f64 x (*.f64 x #s(literal -1/5040 binary64))) x (*.f64 x #s(literal 1/120 binary64))) |
(fma.f64 #s(literal 1/120 binary64) x (*.f64 x (*.f64 x (*.f64 x #s(literal -1/5040 binary64))))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -1/128024064000 binary64)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/1728000 binary64))) (fma.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal -1/5040 binary64)))) (*.f64 x (*.f64 x (*.f64 x #s(literal -1/5040 binary64)))) (-.f64 (*.f64 (*.f64 x #s(literal 1/120 binary64)) (*.f64 x #s(literal 1/120 binary64))) (*.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal -1/5040 binary64)))) (*.f64 x #s(literal 1/120 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal -1/5040 binary64)))) (*.f64 x (*.f64 x (*.f64 x #s(literal -1/5040 binary64))))) (*.f64 (*.f64 x #s(literal 1/120 binary64)) (*.f64 x #s(literal 1/120 binary64)))) (-.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal -1/5040 binary64)))) (*.f64 x #s(literal 1/120 binary64)))) |
(/.f64 (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -1/128024064000 binary64) #s(literal 1/1728000 binary64))) (-.f64 (fma.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal 1/25401600 binary64) #s(literal 1/14400 binary64)) (*.f64 (*.f64 x x) #s(literal -1/604800 binary64)))) |
(/.f64 (*.f64 x (fma.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal 1/25401600 binary64) #s(literal -1/14400 binary64))) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal -1/120 binary64))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -1/128024064000 binary64) #s(literal 1/1728000 binary64)) x) (-.f64 (fma.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal 1/25401600 binary64) #s(literal 1/14400 binary64)) (*.f64 (*.f64 x x) #s(literal -1/604800 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal 1/25401600 binary64) #s(literal -1/14400 binary64)) x) (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal -1/120 binary64))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -1/128024064000 binary64)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/1728000 binary64)))) (neg.f64 (fma.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal -1/5040 binary64)))) (*.f64 x (*.f64 x (*.f64 x #s(literal -1/5040 binary64)))) (-.f64 (*.f64 (*.f64 x #s(literal 1/120 binary64)) (*.f64 x #s(literal 1/120 binary64))) (*.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal -1/5040 binary64)))) (*.f64 x #s(literal 1/120 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal -1/5040 binary64)))) (*.f64 x (*.f64 x (*.f64 x #s(literal -1/5040 binary64))))) (*.f64 (*.f64 x #s(literal 1/120 binary64)) (*.f64 x #s(literal 1/120 binary64))))) (neg.f64 (-.f64 (*.f64 x (*.f64 x (*.f64 x #s(literal -1/5040 binary64)))) (*.f64 x #s(literal 1/120 binary64))))) |
(/.f64 (neg.f64 (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -1/128024064000 binary64) #s(literal 1/1728000 binary64)))) (neg.f64 (-.f64 (fma.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal 1/25401600 binary64) #s(literal 1/14400 binary64)) (*.f64 (*.f64 x x) #s(literal -1/604800 binary64))))) |
(/.f64 (neg.f64 (*.f64 x (fma.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal 1/25401600 binary64) #s(literal -1/14400 binary64)))) (neg.f64 (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal -1/120 binary64)))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x x)))) #s(literal -1/128024064000 binary64) #s(literal 1/1728000 binary64)) x)) (neg.f64 (-.f64 (fma.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal 1/25401600 binary64) #s(literal 1/14400 binary64)) (*.f64 (*.f64 x x) #s(literal -1/604800 binary64))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 x (*.f64 x (*.f64 x x))) #s(literal 1/25401600 binary64) #s(literal -1/14400 binary64)) x)) (neg.f64 (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal -1/120 binary64)))) |
(*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64))) |
(*.f64 (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64)) x) |
(cos.f64 x) |
| 1× | egg-herbie |
| 12 128× | accelerator-lowering-fma.f32 |
| 12 128× | accelerator-lowering-fma.f64 |
| 5 776× | *-lowering-*.f32 |
| 5 776× | *-lowering-*.f64 |
| 5 554× | +-lowering-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 424 | 3180 |
| 1 | 1250 | 3162 |
| 2 | 3632 | 3093 |
| 0 | 8225 | 2969 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
1/36 |
(+ 1/36 (* 23/2160 (pow x 2))) |
(+ 1/36 (* (pow x 2) (+ 23/2160 (* 1271/302400 (pow x 2))))) |
(+ 1/36 (* (pow x 2) (+ 23/2160 (* (pow x 2) (+ 1271/302400 (* 1441/10886400 (pow x 2))))))) |
(* 20449/365783040000 (pow x 12)) |
(* (pow x 12) (+ 20449/365783040000 (* 1573/4572288000 (/ 1 (pow x 2))))) |
(* (pow x 12) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (* 1573/4572288000 (/ 1 (pow x 2)))))) |
(* (pow x 12) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (+ (* 1573/4572288000 (/ 1 (pow x 2))) (* 1441/10886400 (/ 1 (pow x 6))))))) |
(* 20449/365783040000 (pow x 12)) |
(* (pow x 12) (+ 20449/365783040000 (* 1573/4572288000 (/ 1 (pow x 2))))) |
(* (pow x 12) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (* 1573/4572288000 (/ 1 (pow x 2)))))) |
(* (pow x 12) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (+ (* 1573/4572288000 (/ 1 (pow x 2))) (* 1441/10886400 (/ 1 (pow x 6))))))) |
(* 1/6 (pow x 2)) |
(* (pow x 2) (+ 1/6 (* -23/360 (pow x 2)))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360)))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360)))) |
(* -143/604800 (pow x 8)) |
(* -1 (* (pow x 8) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(* (pow x 8) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(* (pow x 8) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(* -143/604800 (pow x 8)) |
(* -1 (* (pow x 8) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(* (pow x 8) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(* (pow x 8) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(* 1/6 x) |
(* x (+ 1/6 (* -23/360 (pow x 2)))) |
(* x (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360)))) |
(* x (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360)))) |
(* -143/604800 (pow x 7)) |
(* -1 (* (pow x 7) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(* (pow x 7) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(* (pow x 7) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(* -143/604800 (pow x 7)) |
(* -1 (* (pow x 7) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(* -1 (* (pow x 7) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(* -1 (* (pow x 7) (- (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))) (* 1/6 (/ 1 (pow x 6)))))) |
(* 1/216 x) |
(* x (+ 1/216 (* -12167/46656000 (pow x 6)))) |
(* x (+ 1/216 (* (pow x 6) (- (* -5819/653184000 (pow x 2)) 12167/46656000)))) |
(* x (+ 1/216 (* (pow x 6) (- (* (pow x 2) (- (* -1644247/548674560000 (pow x 2)) 5819/653184000)) 12167/46656000)))) |
(* -2924207/221225582592000000 (pow x 19)) |
(* -1 (* (pow x 19) (+ 2924207/221225582592000000 (* 224939/1843546521600000 (/ 1 (pow x 2)))))) |
(* (pow x 19) (- (* -1 (/ (+ 224939/1843546521600000 (* 10222927/921773260800000 (/ 1 (pow x 2)))) (pow x 2))) 2924207/221225582592000000)) |
(* (pow x 19) (- (* -1 (/ (+ 10222927/921773260800000 (* 2292587/34566497280000 (/ 1 (pow x 2)))) (pow x 4))) (+ 2924207/221225582592000000 (* 224939/1843546521600000 (/ 1 (pow x 2)))))) |
(* -2924207/221225582592000000 (pow x 19)) |
(* -1 (* (pow x 19) (+ 2924207/221225582592000000 (* 224939/1843546521600000 (/ 1 (pow x 2)))))) |
(* -1 (* (pow x 19) (+ 2924207/221225582592000000 (+ (/ 10222927/921773260800000 (pow x 4)) (* 224939/1843546521600000 (/ 1 (pow x 2))))))) |
(* -1 (* (pow x 19) (+ 2924207/221225582592000000 (+ (/ 10222927/921773260800000 (pow x 4)) (+ (* 224939/1843546521600000 (/ 1 (pow x 2))) (* 2292587/34566497280000 (/ 1 (pow x 6)))))))) |
(* 1/6 (pow x 2)) |
(* 1/6 (pow x 2)) |
(* 1/6 (pow x 2)) |
(* 1/6 (pow x 2)) |
(* 1/6 (pow x 2)) |
(* 1/6 (pow x 2)) |
(* 1/6 (pow x 2)) |
(* 1/6 (pow x 2)) |
(* 1/6 (pow x 2)) |
(* 1/6 (pow x 2)) |
(* 1/6 (pow x 2)) |
(* 1/6 (pow x 2)) |
(* 1/6 x) |
(* 1/6 x) |
(* 1/6 x) |
(* 1/6 x) |
(* 1/6 x) |
(* 1/6 x) |
(* 1/6 x) |
(* 1/6 x) |
(* 1/6 x) |
(* 1/6 x) |
(* 1/6 x) |
(* 1/6 x) |
(* 1/6 (pow x 2)) |
(* (pow x 2) (+ 1/6 (* -23/360 (pow x 2)))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360)))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360)))) |
(* -143/604800 (pow x 8)) |
(* -1 (* (pow x 8) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(* (pow x 8) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(* (pow x 8) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(* -143/604800 (pow x 8)) |
(* -1 (* (pow x 8) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(* (pow x 8) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(* (pow x 8) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(* 1/6 x) |
(* x (+ 1/6 (* -23/360 (pow x 2)))) |
(* x (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360)))) |
(* x (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360)))) |
(* -143/604800 (pow x 7)) |
(* -1 (* (pow x 7) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(* (pow x 7) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(* (pow x 7) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(* -143/604800 (pow x 7)) |
(* -1 (* (pow x 7) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(* -1 (* (pow x 7) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(* -1 (* (pow x 7) (- (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))) (* 1/6 (/ 1 (pow x 6)))))) |
(* -1/36 x) |
(* x (- (* 529/129600 (pow x 4)) 1/36)) |
(* x (- (* (pow x 4) (+ 529/129600 (* 253/2721600 (pow x 2)))) 1/36)) |
(* x (- (* (pow x 4) (+ 529/129600 (* (pow x 2) (+ 253/2721600 (* 70279/2286144000 (pow x 2)))))) 1/36)) |
(* 20449/365783040000 (pow x 13)) |
(* (pow x 13) (+ 20449/365783040000 (* 1573/4572288000 (/ 1 (pow x 2))))) |
(* (pow x 13) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (* 1573/4572288000 (/ 1 (pow x 2)))))) |
(* (pow x 13) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (+ (* 1573/4572288000 (/ 1 (pow x 2))) (* 253/2721600 (/ 1 (pow x 6))))))) |
(* 20449/365783040000 (pow x 13)) |
(* (pow x 13) (+ 20449/365783040000 (* 1573/4572288000 (/ 1 (pow x 2))))) |
(* -1 (* (pow x 13) (- (* -1 (/ (+ 1573/4572288000 (* 70279/2286144000 (/ 1 (pow x 2)))) (pow x 2))) 20449/365783040000))) |
(* -1 (* (pow x 13) (- (* -1 (/ (+ 70279/2286144000 (* 253/2721600 (/ 1 (pow x 2)))) (pow x 4))) (+ 20449/365783040000 (* 1573/4572288000 (/ 1 (pow x 2))))))) |
-1/36 |
(- (* 529/129600 (pow x 4)) 1/36) |
(- (* (pow x 4) (+ 529/129600 (* 253/2721600 (pow x 2)))) 1/36) |
(- (* (pow x 4) (+ 529/129600 (* (pow x 2) (+ 253/2721600 (* 70279/2286144000 (pow x 2)))))) 1/36) |
(* 20449/365783040000 (pow x 12)) |
(* (pow x 12) (+ 20449/365783040000 (* 1573/4572288000 (/ 1 (pow x 2))))) |
(* (pow x 12) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (* 1573/4572288000 (/ 1 (pow x 2)))))) |
(* (pow x 12) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (+ (* 1573/4572288000 (/ 1 (pow x 2))) (* 253/2721600 (/ 1 (pow x 6))))))) |
(* 20449/365783040000 (pow x 12)) |
(* (pow x 12) (+ 20449/365783040000 (* 1573/4572288000 (/ 1 (pow x 2))))) |
(* (pow x 12) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (* 1573/4572288000 (/ 1 (pow x 2)))))) |
(* (pow x 12) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (+ (* 1573/4572288000 (/ 1 (pow x 2))) (* 253/2721600 (/ 1 (pow x 6))))))) |
(* 1/6 (pow x 3)) |
(* (pow x 3) (+ 1/6 (* -1/120 (pow x 2)))) |
(* (pow x 3) (+ 1/6 (* (pow x 2) (- (* 1/5040 (pow x 2)) 1/120)))) |
(* (pow x 3) (+ 1/6 (* (pow x 2) (- (* 1/5040 (pow x 2)) 1/120)))) |
(* 1/5040 (pow x 7)) |
(* (pow x 7) (- 1/5040 (* 1/120 (/ 1 (pow x 2))))) |
(* (pow x 7) (- (+ 1/5040 (/ 1/6 (pow x 4))) (* 1/120 (/ 1 (pow x 2))))) |
(* (pow x 7) (- (+ 1/5040 (/ 1/6 (pow x 4))) (* 1/120 (/ 1 (pow x 2))))) |
(* 1/5040 (pow x 7)) |
(* -1 (* (pow x 7) (- (* 1/120 (/ 1 (pow x 2))) 1/5040))) |
(* -1 (* (pow x 7) (- (* 1/120 (/ 1 (pow x 2))) (+ 1/5040 (/ 1/6 (pow x 4)))))) |
(* -1 (* (pow x 7) (- (* 1/120 (/ 1 (pow x 2))) (+ 1/5040 (/ 1/6 (pow x 4)))))) |
(* 1/6 (pow x 2)) |
(* (pow x 2) (+ 1/6 (* -23/360 (pow x 2)))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360)))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -53/226800 (pow x 2)) 11/15120)) 23/360)))) |
(* 1/5040 (/ (* (pow x 7) (cos x)) (sin x))) |
(* (pow x 7) (+ (* -1/120 (/ (cos x) (* (pow x 2) (sin x)))) (* 1/5040 (/ (cos x) (sin x))))) |
(* (pow x 7) (+ (* -1/120 (/ (cos x) (* (pow x 2) (sin x)))) (+ (* 1/5040 (/ (cos x) (sin x))) (* 1/6 (/ (cos x) (* (pow x 4) (sin x))))))) |
(* (pow x 7) (+ (* -1/120 (/ (cos x) (* (pow x 2) (sin x)))) (+ (* 1/5040 (/ (cos x) (sin x))) (* 1/6 (/ (cos x) (* (pow x 4) (sin x))))))) |
(* 1/5040 (/ (* (pow x 7) (cos x)) (sin x))) |
(* -1 (* (pow x 7) (+ (* -1/5040 (/ (cos x) (sin x))) (* 1/120 (/ (cos x) (* (pow x 2) (sin x))))))) |
(* -1 (* (pow x 7) (+ (* -1/6 (/ (cos x) (* (pow x 4) (sin x)))) (+ (* -1/5040 (/ (cos x) (sin x))) (* 1/120 (/ (cos x) (* (pow x 2) (sin x)))))))) |
(* -1 (* (pow x 7) (+ (* -1/6 (/ (cos x) (* (pow x 4) (sin x)))) (+ (* -1/5040 (/ (cos x) (sin x))) (* 1/120 (/ (cos x) (* (pow x 2) (sin x)))))))) |
x |
(* x (+ 1 (* -1/6 (pow x 2)))) |
(* x (+ 1 (* (pow x 2) (- (* 1/120 (pow x 2)) 1/6)))) |
(* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 1/120 (* -1/5040 (pow x 2)))) 1/6)))) |
(* -1/5040 (pow x 7)) |
(* (pow x 7) (- (* 1/120 (/ 1 (pow x 2))) 1/5040)) |
(* (pow x 7) (- (* 1/120 (/ 1 (pow x 2))) (+ 1/5040 (/ 1/6 (pow x 4))))) |
(* (pow x 7) (- (+ (* 1/120 (/ 1 (pow x 2))) (/ 1 (pow x 6))) (+ 1/5040 (/ 1/6 (pow x 4))))) |
(* -1/5040 (pow x 7)) |
(* -1 (* (pow x 7) (- 1/5040 (* 1/120 (/ 1 (pow x 2)))))) |
(* -1 (* (pow x 7) (- (+ 1/5040 (/ 1/6 (pow x 4))) (* 1/120 (/ 1 (pow x 2)))))) |
(* -1 (* (pow x 7) (- (+ 1/5040 (/ 1/6 (pow x 4))) (+ (* 1/120 (/ 1 (pow x 2))) (/ 1 (pow x 6)))))) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(* 1/6 (pow x 2)) |
(* (pow x 2) (+ 1/6 (* -23/360 (pow x 2)))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360)))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360)))) |
(/ (* x (cos x)) (sin x)) |
(* x (+ (* -1 (/ (cos x) x)) (/ (cos x) (sin x)))) |
(* x (+ (* -1 (/ (cos x) x)) (/ (cos x) (sin x)))) |
(* x (+ (* -1 (/ (cos x) x)) (/ (cos x) (sin x)))) |
(/ (* x (cos x)) (sin x)) |
(* -1 (* x (- (/ (cos x) x) (/ (cos x) (sin x))))) |
(* -1 (* x (- (/ (cos x) x) (/ (cos x) (sin x))))) |
(* -1 (* x (- (/ (cos x) x) (/ (cos x) (sin x))))) |
(/ 1 x) |
(/ (+ 1 (* -1/3 (pow x 2))) x) |
(/ (+ 1 (* (pow x 2) (- (* -1/45 (pow x 2)) 1/3))) x) |
(/ (+ 1 (* (pow x 2) (- (* (pow x 2) (- (* -2/945 (pow x 2)) 1/45)) 1/3))) x) |
(/ (cos x) (sin x)) |
(/ (cos x) (sin x)) |
(/ (cos x) (sin x)) |
(/ (cos x) (sin x)) |
(/ (cos x) (sin x)) |
(/ (cos x) (sin x)) |
(/ (cos x) (sin x)) |
(/ (cos x) (sin x)) |
x |
(* x (+ 1 (* 1/3 (pow x 2)))) |
(* x (+ 1 (* (pow x 2) (+ 1/3 (* 2/15 (pow x 2)))))) |
(* x (+ 1 (* (pow x 2) (+ 1/3 (* (pow x 2) (+ 2/15 (* 17/315 (pow x 2)))))))) |
(/ (sin x) (cos x)) |
(/ (sin x) (cos x)) |
(/ (sin x) (cos x)) |
(/ (sin x) (cos x)) |
(/ (sin x) (cos x)) |
(/ (sin x) (cos x)) |
(/ (sin x) (cos x)) |
(/ (sin x) (cos x)) |
-1 |
(- (* 1/2 (pow x 2)) 1) |
(- (* (pow x 2) (+ 1/2 (* -1/24 (pow x 2)))) 1) |
(- (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24)))) 1) |
(* -1 (cos x)) |
(* -1 (cos x)) |
(* -1 (cos x)) |
(* -1 (cos x)) |
(* -1 (cos x)) |
(* -1 (cos x)) |
(* -1 (cos x)) |
(* -1 (cos x)) |
-23/2160 |
(- (* -11/90720 (pow x 2)) 23/2160) |
(- (* (pow x 2) (- (* -143/3628800 (pow x 2)) 11/90720)) 23/2160) |
(- (* (pow x 2) (- (* -143/3628800 (pow x 2)) 11/90720)) 23/2160) |
(* -143/3628800 (pow x 4)) |
(* -1 (* (pow x 4) (+ 143/3628800 (* 11/90720 (/ 1 (pow x 2)))))) |
(* (pow x 4) (- (* -1 (/ (+ 11/90720 (* 23/2160 (/ 1 (pow x 2)))) (pow x 2))) 143/3628800)) |
(* (pow x 4) (- (* -1 (/ (+ 11/90720 (* 23/2160 (/ 1 (pow x 2)))) (pow x 2))) 143/3628800)) |
(* -143/3628800 (pow x 4)) |
(* -1 (* (pow x 4) (+ 143/3628800 (* 11/90720 (/ 1 (pow x 2)))))) |
(* (pow x 4) (- (* -1 (/ (+ 11/90720 (* 23/2160 (/ 1 (pow x 2)))) (pow x 2))) 143/3628800)) |
(* (pow x 4) (- (* -1 (/ (+ 11/90720 (* 23/2160 (/ 1 (pow x 2)))) (pow x 2))) 143/3628800)) |
529/129600 |
(+ 529/129600 (* 253/2721600 (pow x 2))) |
(+ 529/129600 (* (pow x 2) (+ 253/2721600 (* 70279/2286144000 (pow x 2))))) |
(+ 529/129600 (* (pow x 2) (+ 253/2721600 (* (pow x 2) (+ 70279/2286144000 (* 1573/4572288000 (pow x 2))))))) |
(* 20449/365783040000 (pow x 8)) |
(* (pow x 8) (+ 20449/365783040000 (* 1573/4572288000 (/ 1 (pow x 2))))) |
(* (pow x 8) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (* 1573/4572288000 (/ 1 (pow x 2)))))) |
(* (pow x 8) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (+ (* 1573/4572288000 (/ 1 (pow x 2))) (* 253/2721600 (/ 1 (pow x 6))))))) |
(* 20449/365783040000 (pow x 8)) |
(* (pow x 8) (+ 20449/365783040000 (* 1573/4572288000 (/ 1 (pow x 2))))) |
(* (pow x 8) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (* 1573/4572288000 (/ 1 (pow x 2)))))) |
(* (pow x 8) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (+ (* 1573/4572288000 (/ 1 (pow x 2))) (* 253/2721600 (/ 1 (pow x 6))))))) |
(* -23/360 (pow x 2)) |
(* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360)) |
(* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360)) |
(* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360)) |
(* -143/604800 (pow x 6)) |
(* -1 (* (pow x 6) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(* (pow x 6) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(* (pow x 6) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(* -143/604800 (pow x 6)) |
(* -1 (* (pow x 6) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(* (pow x 6) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(* (pow x 6) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(* 529/129600 (pow x 2)) |
(* (pow x 2) (+ 529/129600 (* 253/2721600 (pow x 2)))) |
(* (pow x 2) (+ 529/129600 (* (pow x 2) (+ 253/2721600 (* 70279/2286144000 (pow x 2)))))) |
(* (pow x 2) (+ 529/129600 (* (pow x 2) (+ 253/2721600 (* (pow x 2) (+ 70279/2286144000 (* 1573/4572288000 (pow x 2)))))))) |
(* 20449/365783040000 (pow x 10)) |
(* (pow x 10) (+ 20449/365783040000 (* 1573/4572288000 (/ 1 (pow x 2))))) |
(* (pow x 10) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (* 1573/4572288000 (/ 1 (pow x 2)))))) |
(* (pow x 10) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (+ (* 1573/4572288000 (/ 1 (pow x 2))) (* 253/2721600 (/ 1 (pow x 6))))))) |
(* 20449/365783040000 (pow x 10)) |
(* (pow x 10) (+ 20449/365783040000 (* 1573/4572288000 (/ 1 (pow x 2))))) |
(* (pow x 10) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (* 1573/4572288000 (/ 1 (pow x 2)))))) |
(* (pow x 10) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (+ (* 1573/4572288000 (/ 1 (pow x 2))) (* 253/2721600 (/ 1 (pow x 6))))))) |
(* 1/120 x) |
(* x (+ 1/120 (* -1/5040 (pow x 2)))) |
(* x (+ 1/120 (* -1/5040 (pow x 2)))) |
(* x (+ 1/120 (* -1/5040 (pow x 2)))) |
(* -1/5040 (pow x 3)) |
(* (pow x 3) (- (* 1/120 (/ 1 (pow x 2))) 1/5040)) |
(* (pow x 3) (- (* 1/120 (/ 1 (pow x 2))) 1/5040)) |
(* (pow x 3) (- (* 1/120 (/ 1 (pow x 2))) 1/5040)) |
(* -1/5040 (pow x 3)) |
(* -1 (* (pow x 3) (- 1/5040 (* 1/120 (/ 1 (pow x 2)))))) |
(* -1 (* (pow x 3) (- 1/5040 (* 1/120 (/ 1 (pow x 2)))))) |
(* -1 (* (pow x 3) (- 1/5040 (* 1/120 (/ 1 (pow x 2)))))) |
1 |
(+ 1 (* -1/2 (pow x 2))) |
(+ 1 (* (pow x 2) (- (* 1/24 (pow x 2)) 1/2))) |
(+ 1 (* (pow x 2) (- (* (pow x 2) (+ 1/24 (* -1/720 (pow x 2)))) 1/2))) |
(cos x) |
(cos x) |
(cos x) |
(cos x) |
(cos x) |
(cos x) |
(cos x) |
(cos x) |
| Outputs |
|---|
1/36 |
#s(literal 1/36 binary64) |
(+ 1/36 (* 23/2160 (pow x 2))) |
(fma.f64 #s(literal 23/2160 binary64) (*.f64 x x) #s(literal 1/36 binary64)) |
(+ 1/36 (* (pow x 2) (+ 23/2160 (* 1271/302400 (pow x 2))))) |
(fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1271/302400 binary64) #s(literal 23/2160 binary64))) #s(literal 1/36 binary64)) |
(+ 1/36 (* (pow x 2) (+ 23/2160 (* (pow x 2) (+ 1271/302400 (* 1441/10886400 (pow x 2))))))) |
(fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1441/10886400 binary64) #s(literal 1271/302400 binary64))) #s(literal 23/2160 binary64))) #s(literal 1/36 binary64)) |
(* 20449/365783040000 (pow x 12)) |
(*.f64 #s(literal 20449/365783040000 binary64) (pow.f64 x #s(literal 12 binary64))) |
(* (pow x 12) (+ 20449/365783040000 (* 1573/4572288000 (/ 1 (pow x 2))))) |
(*.f64 (pow.f64 x #s(literal 12 binary64)) (+.f64 #s(literal 20449/365783040000 binary64) (/.f64 #s(literal 1573/4572288000 binary64) (*.f64 x x)))) |
(* (pow x 12) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (* 1573/4572288000 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 12 binary64)) (+.f64 #s(literal 20449/365783040000 binary64) (+.f64 (/.f64 #s(literal 1573/4572288000 binary64) (*.f64 x x)) (/.f64 #s(literal 70279/2286144000 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(* (pow x 12) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (+ (* 1573/4572288000 (/ 1 (pow x 2))) (* 1441/10886400 (/ 1 (pow x 6))))))) |
(*.f64 (pow.f64 x #s(literal 12 binary64)) (+.f64 (+.f64 #s(literal 20449/365783040000 binary64) (/.f64 #s(literal 1573/4572288000 binary64) (*.f64 x x))) (+.f64 (/.f64 #s(literal 1441/10886400 binary64) (pow.f64 x #s(literal 6 binary64))) (/.f64 #s(literal 70279/2286144000 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(* 20449/365783040000 (pow x 12)) |
(*.f64 #s(literal 20449/365783040000 binary64) (pow.f64 x #s(literal 12 binary64))) |
(* (pow x 12) (+ 20449/365783040000 (* 1573/4572288000 (/ 1 (pow x 2))))) |
(*.f64 (pow.f64 x #s(literal 12 binary64)) (+.f64 #s(literal 20449/365783040000 binary64) (/.f64 #s(literal 1573/4572288000 binary64) (*.f64 x x)))) |
(* (pow x 12) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (* 1573/4572288000 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 12 binary64)) (+.f64 #s(literal 20449/365783040000 binary64) (+.f64 (/.f64 #s(literal 1573/4572288000 binary64) (*.f64 x x)) (/.f64 #s(literal 70279/2286144000 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(* (pow x 12) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (+ (* 1573/4572288000 (/ 1 (pow x 2))) (* 1441/10886400 (/ 1 (pow x 6))))))) |
(*.f64 (pow.f64 x #s(literal 12 binary64)) (+.f64 (+.f64 #s(literal 20449/365783040000 binary64) (/.f64 #s(literal 1573/4572288000 binary64) (*.f64 x x))) (+.f64 (/.f64 #s(literal 1441/10886400 binary64) (pow.f64 x #s(literal 6 binary64))) (/.f64 #s(literal 70279/2286144000 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(* 1/6 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal 1/6 binary64)) |
(* (pow x 2) (+ 1/6 (* -23/360 (pow x 2)))) |
(*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -23/360 binary64) #s(literal 1/6 binary64)))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360)))) |
(*.f64 x (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -11/15120 binary64) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360)))) |
(*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(* -143/604800 (pow x 8)) |
(*.f64 #s(literal -143/604800 binary64) (pow.f64 x #s(literal 8 binary64))) |
(* -1 (* (pow x 8) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 8 binary64)) (+.f64 #s(literal -143/604800 binary64) (/.f64 #s(literal -11/15120 binary64) (*.f64 x x)))) |
(* (pow x 8) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(*.f64 (pow.f64 x #s(literal 8 binary64)) (+.f64 #s(literal -143/604800 binary64) (/.f64 (+.f64 #s(literal -11/15120 binary64) (/.f64 #s(literal -23/360 binary64) (*.f64 x x))) (*.f64 x x)))) |
(* (pow x 8) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(*.f64 (pow.f64 x #s(literal 8 binary64)) (-.f64 (+.f64 (/.f64 #s(literal 1/6 binary64) (pow.f64 x #s(literal 6 binary64))) #s(literal -143/604800 binary64)) (+.f64 (/.f64 #s(literal 11/15120 binary64) (*.f64 x x)) (/.f64 #s(literal 23/360 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(* -143/604800 (pow x 8)) |
(*.f64 #s(literal -143/604800 binary64) (pow.f64 x #s(literal 8 binary64))) |
(* -1 (* (pow x 8) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 8 binary64)) (+.f64 #s(literal -143/604800 binary64) (/.f64 #s(literal -11/15120 binary64) (*.f64 x x)))) |
(* (pow x 8) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(*.f64 (pow.f64 x #s(literal 8 binary64)) (+.f64 #s(literal -143/604800 binary64) (/.f64 (+.f64 #s(literal -11/15120 binary64) (/.f64 #s(literal -23/360 binary64) (*.f64 x x))) (*.f64 x x)))) |
(* (pow x 8) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(*.f64 (pow.f64 x #s(literal 8 binary64)) (-.f64 (+.f64 (/.f64 #s(literal 1/6 binary64) (pow.f64 x #s(literal 6 binary64))) #s(literal -143/604800 binary64)) (+.f64 (/.f64 #s(literal 11/15120 binary64) (*.f64 x x)) (/.f64 #s(literal 23/360 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(* 1/6 x) |
(*.f64 x #s(literal 1/6 binary64)) |
(* x (+ 1/6 (* -23/360 (pow x 2)))) |
(*.f64 x (fma.f64 (*.f64 x x) #s(literal -23/360 binary64) #s(literal 1/6 binary64))) |
(* x (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360)))) |
(*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -11/15120 binary64) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(* x (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360)))) |
(*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(* -143/604800 (pow x 7)) |
(*.f64 #s(literal -143/604800 binary64) (pow.f64 x #s(literal 7 binary64))) |
(* -1 (* (pow x 7) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (+.f64 #s(literal -143/604800 binary64) (/.f64 #s(literal -11/15120 binary64) (*.f64 x x)))) |
(* (pow x 7) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(*.f64 (+.f64 #s(literal -143/604800 binary64) (/.f64 (+.f64 #s(literal -11/15120 binary64) (/.f64 #s(literal -23/360 binary64) (*.f64 x x))) (*.f64 x x))) (pow.f64 x #s(literal 7 binary64))) |
(* (pow x 7) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(*.f64 (-.f64 (+.f64 (/.f64 #s(literal 1/6 binary64) (pow.f64 x #s(literal 6 binary64))) #s(literal -143/604800 binary64)) (+.f64 (/.f64 #s(literal 11/15120 binary64) (*.f64 x x)) (/.f64 #s(literal 23/360 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (pow.f64 x #s(literal 7 binary64))) |
(* -143/604800 (pow x 7)) |
(*.f64 #s(literal -143/604800 binary64) (pow.f64 x #s(literal 7 binary64))) |
(* -1 (* (pow x 7) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (+.f64 #s(literal -143/604800 binary64) (/.f64 #s(literal -11/15120 binary64) (*.f64 x x)))) |
(* -1 (* (pow x 7) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (-.f64 #s(literal -143/604800 binary64) (+.f64 (/.f64 #s(literal 11/15120 binary64) (*.f64 x x)) (/.f64 #s(literal 23/360 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(* -1 (* (pow x 7) (- (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))) (* 1/6 (/ 1 (pow x 6)))))) |
(*.f64 (-.f64 (+.f64 (/.f64 #s(literal 1/6 binary64) (pow.f64 x #s(literal 6 binary64))) #s(literal -143/604800 binary64)) (+.f64 (/.f64 #s(literal 11/15120 binary64) (*.f64 x x)) (/.f64 #s(literal 23/360 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (pow.f64 x #s(literal 7 binary64))) |
(* 1/216 x) |
(*.f64 x #s(literal 1/216 binary64)) |
(* x (+ 1/216 (* -12167/46656000 (pow x 6)))) |
(fma.f64 x #s(literal 1/216 binary64) (*.f64 #s(literal -12167/46656000 binary64) (pow.f64 x #s(literal 7 binary64)))) |
(* x (+ 1/216 (* (pow x 6) (- (* -5819/653184000 (pow x 2)) 12167/46656000)))) |
(fma.f64 (fma.f64 (*.f64 x x) #s(literal -5819/653184000 binary64) #s(literal -12167/46656000 binary64)) (pow.f64 x #s(literal 7 binary64)) (*.f64 x #s(literal 1/216 binary64))) |
(* x (+ 1/216 (* (pow x 6) (- (* (pow x 2) (- (* -1644247/548674560000 (pow x 2)) 5819/653184000)) 12167/46656000)))) |
(fma.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1644247/548674560000 binary64) #s(literal -5819/653184000 binary64)) #s(literal -12167/46656000 binary64)) (pow.f64 x #s(literal 7 binary64)) (*.f64 x #s(literal 1/216 binary64))) |
(* -2924207/221225582592000000 (pow x 19)) |
(*.f64 #s(literal -2924207/221225582592000000 binary64) (pow.f64 x #s(literal 19 binary64))) |
(* -1 (* (pow x 19) (+ 2924207/221225582592000000 (* 224939/1843546521600000 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 19 binary64)) (+.f64 #s(literal -2924207/221225582592000000 binary64) (/.f64 #s(literal -224939/1843546521600000 binary64) (*.f64 x x)))) |
(* (pow x 19) (- (* -1 (/ (+ 224939/1843546521600000 (* 10222927/921773260800000 (/ 1 (pow x 2)))) (pow x 2))) 2924207/221225582592000000)) |
(*.f64 (pow.f64 x #s(literal 19 binary64)) (+.f64 #s(literal -2924207/221225582592000000 binary64) (/.f64 (+.f64 #s(literal -224939/1843546521600000 binary64) (/.f64 #s(literal -10222927/921773260800000 binary64) (*.f64 x x))) (*.f64 x x)))) |
(* (pow x 19) (- (* -1 (/ (+ 10222927/921773260800000 (* 2292587/34566497280000 (/ 1 (pow x 2)))) (pow x 4))) (+ 2924207/221225582592000000 (* 224939/1843546521600000 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 19 binary64)) (+.f64 (/.f64 (+.f64 #s(literal -10222927/921773260800000 binary64) (/.f64 #s(literal -2292587/34566497280000 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 #s(literal -2924207/221225582592000000 binary64) (/.f64 #s(literal -224939/1843546521600000 binary64) (*.f64 x x))))) |
(* -2924207/221225582592000000 (pow x 19)) |
(*.f64 #s(literal -2924207/221225582592000000 binary64) (pow.f64 x #s(literal 19 binary64))) |
(* -1 (* (pow x 19) (+ 2924207/221225582592000000 (* 224939/1843546521600000 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 19 binary64)) (+.f64 #s(literal -2924207/221225582592000000 binary64) (/.f64 #s(literal -224939/1843546521600000 binary64) (*.f64 x x)))) |
(* -1 (* (pow x 19) (+ 2924207/221225582592000000 (+ (/ 10222927/921773260800000 (pow x 4)) (* 224939/1843546521600000 (/ 1 (pow x 2))))))) |
(*.f64 (+.f64 (+.f64 #s(literal 2924207/221225582592000000 binary64) (/.f64 #s(literal 224939/1843546521600000 binary64) (*.f64 x x))) (/.f64 #s(literal 10222927/921773260800000 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (neg.f64 (pow.f64 x #s(literal 19 binary64)))) |
(* -1 (* (pow x 19) (+ 2924207/221225582592000000 (+ (/ 10222927/921773260800000 (pow x 4)) (+ (* 224939/1843546521600000 (/ 1 (pow x 2))) (* 2292587/34566497280000 (/ 1 (pow x 6)))))))) |
(*.f64 (+.f64 (+.f64 #s(literal 2924207/221225582592000000 binary64) (/.f64 #s(literal 224939/1843546521600000 binary64) (*.f64 x x))) (+.f64 (/.f64 #s(literal 10222927/921773260800000 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (/.f64 #s(literal 2292587/34566497280000 binary64) (pow.f64 x #s(literal 6 binary64))))) (neg.f64 (pow.f64 x #s(literal 19 binary64)))) |
(* 1/6 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal 1/6 binary64)) |
(* 1/6 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal 1/6 binary64)) |
(* 1/6 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal 1/6 binary64)) |
(* 1/6 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal 1/6 binary64)) |
(* 1/6 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal 1/6 binary64)) |
(* 1/6 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal 1/6 binary64)) |
(* 1/6 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal 1/6 binary64)) |
(* 1/6 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal 1/6 binary64)) |
(* 1/6 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal 1/6 binary64)) |
(* 1/6 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal 1/6 binary64)) |
(* 1/6 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal 1/6 binary64)) |
(* 1/6 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal 1/6 binary64)) |
(* 1/6 x) |
(*.f64 x #s(literal 1/6 binary64)) |
(* 1/6 x) |
(*.f64 x #s(literal 1/6 binary64)) |
(* 1/6 x) |
(*.f64 x #s(literal 1/6 binary64)) |
(* 1/6 x) |
(*.f64 x #s(literal 1/6 binary64)) |
(* 1/6 x) |
(*.f64 x #s(literal 1/6 binary64)) |
(* 1/6 x) |
(*.f64 x #s(literal 1/6 binary64)) |
(* 1/6 x) |
(*.f64 x #s(literal 1/6 binary64)) |
(* 1/6 x) |
(*.f64 x #s(literal 1/6 binary64)) |
(* 1/6 x) |
(*.f64 x #s(literal 1/6 binary64)) |
(* 1/6 x) |
(*.f64 x #s(literal 1/6 binary64)) |
(* 1/6 x) |
(*.f64 x #s(literal 1/6 binary64)) |
(* 1/6 x) |
(*.f64 x #s(literal 1/6 binary64)) |
(* 1/6 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal 1/6 binary64)) |
(* (pow x 2) (+ 1/6 (* -23/360 (pow x 2)))) |
(*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -23/360 binary64) #s(literal 1/6 binary64)))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360)))) |
(*.f64 x (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -11/15120 binary64) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360)))) |
(*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(* -143/604800 (pow x 8)) |
(*.f64 #s(literal -143/604800 binary64) (pow.f64 x #s(literal 8 binary64))) |
(* -1 (* (pow x 8) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 8 binary64)) (+.f64 #s(literal -143/604800 binary64) (/.f64 #s(literal -11/15120 binary64) (*.f64 x x)))) |
(* (pow x 8) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(*.f64 (pow.f64 x #s(literal 8 binary64)) (+.f64 #s(literal -143/604800 binary64) (/.f64 (+.f64 #s(literal -11/15120 binary64) (/.f64 #s(literal -23/360 binary64) (*.f64 x x))) (*.f64 x x)))) |
(* (pow x 8) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(*.f64 (pow.f64 x #s(literal 8 binary64)) (-.f64 (+.f64 (/.f64 #s(literal 1/6 binary64) (pow.f64 x #s(literal 6 binary64))) #s(literal -143/604800 binary64)) (+.f64 (/.f64 #s(literal 11/15120 binary64) (*.f64 x x)) (/.f64 #s(literal 23/360 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(* -143/604800 (pow x 8)) |
(*.f64 #s(literal -143/604800 binary64) (pow.f64 x #s(literal 8 binary64))) |
(* -1 (* (pow x 8) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 8 binary64)) (+.f64 #s(literal -143/604800 binary64) (/.f64 #s(literal -11/15120 binary64) (*.f64 x x)))) |
(* (pow x 8) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(*.f64 (pow.f64 x #s(literal 8 binary64)) (+.f64 #s(literal -143/604800 binary64) (/.f64 (+.f64 #s(literal -11/15120 binary64) (/.f64 #s(literal -23/360 binary64) (*.f64 x x))) (*.f64 x x)))) |
(* (pow x 8) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(*.f64 (pow.f64 x #s(literal 8 binary64)) (-.f64 (+.f64 (/.f64 #s(literal 1/6 binary64) (pow.f64 x #s(literal 6 binary64))) #s(literal -143/604800 binary64)) (+.f64 (/.f64 #s(literal 11/15120 binary64) (*.f64 x x)) (/.f64 #s(literal 23/360 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(* 1/6 x) |
(*.f64 x #s(literal 1/6 binary64)) |
(* x (+ 1/6 (* -23/360 (pow x 2)))) |
(*.f64 x (fma.f64 (*.f64 x x) #s(literal -23/360 binary64) #s(literal 1/6 binary64))) |
(* x (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360)))) |
(*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -11/15120 binary64) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(* x (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360)))) |
(*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(* -143/604800 (pow x 7)) |
(*.f64 #s(literal -143/604800 binary64) (pow.f64 x #s(literal 7 binary64))) |
(* -1 (* (pow x 7) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (+.f64 #s(literal -143/604800 binary64) (/.f64 #s(literal -11/15120 binary64) (*.f64 x x)))) |
(* (pow x 7) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(*.f64 (+.f64 #s(literal -143/604800 binary64) (/.f64 (+.f64 #s(literal -11/15120 binary64) (/.f64 #s(literal -23/360 binary64) (*.f64 x x))) (*.f64 x x))) (pow.f64 x #s(literal 7 binary64))) |
(* (pow x 7) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(*.f64 (-.f64 (+.f64 (/.f64 #s(literal 1/6 binary64) (pow.f64 x #s(literal 6 binary64))) #s(literal -143/604800 binary64)) (+.f64 (/.f64 #s(literal 11/15120 binary64) (*.f64 x x)) (/.f64 #s(literal 23/360 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (pow.f64 x #s(literal 7 binary64))) |
(* -143/604800 (pow x 7)) |
(*.f64 #s(literal -143/604800 binary64) (pow.f64 x #s(literal 7 binary64))) |
(* -1 (* (pow x 7) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (+.f64 #s(literal -143/604800 binary64) (/.f64 #s(literal -11/15120 binary64) (*.f64 x x)))) |
(* -1 (* (pow x 7) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (-.f64 #s(literal -143/604800 binary64) (+.f64 (/.f64 #s(literal 11/15120 binary64) (*.f64 x x)) (/.f64 #s(literal 23/360 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(* -1 (* (pow x 7) (- (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))) (* 1/6 (/ 1 (pow x 6)))))) |
(*.f64 (-.f64 (+.f64 (/.f64 #s(literal 1/6 binary64) (pow.f64 x #s(literal 6 binary64))) #s(literal -143/604800 binary64)) (+.f64 (/.f64 #s(literal 11/15120 binary64) (*.f64 x x)) (/.f64 #s(literal 23/360 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (pow.f64 x #s(literal 7 binary64))) |
(* -1/36 x) |
(*.f64 x #s(literal -1/36 binary64)) |
(* x (- (* 529/129600 (pow x 4)) 1/36)) |
(*.f64 x (fma.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 529/129600 binary64) #s(literal -1/36 binary64))) |
(* x (- (* (pow x 4) (+ 529/129600 (* 253/2721600 (pow x 2)))) 1/36)) |
(*.f64 x (fma.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (fma.f64 (*.f64 x x) #s(literal 253/2721600 binary64) #s(literal 529/129600 binary64)) #s(literal -1/36 binary64))) |
(* x (- (* (pow x 4) (+ 529/129600 (* (pow x 2) (+ 253/2721600 (* 70279/2286144000 (pow x 2)))))) 1/36)) |
(*.f64 x (fma.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal 70279/2286144000 binary64) #s(literal 253/2721600 binary64)) #s(literal 529/129600 binary64)) #s(literal -1/36 binary64))) |
(* 20449/365783040000 (pow x 13)) |
(*.f64 #s(literal 20449/365783040000 binary64) (pow.f64 x #s(literal 13 binary64))) |
(* (pow x 13) (+ 20449/365783040000 (* 1573/4572288000 (/ 1 (pow x 2))))) |
(*.f64 (+.f64 #s(literal 20449/365783040000 binary64) (/.f64 #s(literal 1573/4572288000 binary64) (*.f64 x x))) (pow.f64 x #s(literal 13 binary64))) |
(* (pow x 13) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (* 1573/4572288000 (/ 1 (pow x 2)))))) |
(*.f64 (+.f64 #s(literal 20449/365783040000 binary64) (+.f64 (/.f64 #s(literal 1573/4572288000 binary64) (*.f64 x x)) (/.f64 #s(literal 70279/2286144000 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (pow.f64 x #s(literal 13 binary64))) |
(* (pow x 13) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (+ (* 1573/4572288000 (/ 1 (pow x 2))) (* 253/2721600 (/ 1 (pow x 6))))))) |
(*.f64 (pow.f64 x #s(literal 13 binary64)) (+.f64 #s(literal 20449/365783040000 binary64) (+.f64 (/.f64 #s(literal 1573/4572288000 binary64) (*.f64 x x)) (+.f64 (/.f64 #s(literal 70279/2286144000 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (/.f64 #s(literal 253/2721600 binary64) (pow.f64 x #s(literal 6 binary64))))))) |
(* 20449/365783040000 (pow x 13)) |
(*.f64 #s(literal 20449/365783040000 binary64) (pow.f64 x #s(literal 13 binary64))) |
(* (pow x 13) (+ 20449/365783040000 (* 1573/4572288000 (/ 1 (pow x 2))))) |
(*.f64 (+.f64 #s(literal 20449/365783040000 binary64) (/.f64 #s(literal 1573/4572288000 binary64) (*.f64 x x))) (pow.f64 x #s(literal 13 binary64))) |
(* -1 (* (pow x 13) (- (* -1 (/ (+ 1573/4572288000 (* 70279/2286144000 (/ 1 (pow x 2)))) (pow x 2))) 20449/365783040000))) |
(*.f64 (+.f64 (/.f64 (+.f64 #s(literal -1573/4572288000 binary64) (/.f64 #s(literal -70279/2286144000 binary64) (*.f64 x x))) (*.f64 x x)) #s(literal -20449/365783040000 binary64)) (neg.f64 (pow.f64 x #s(literal 13 binary64)))) |
(* -1 (* (pow x 13) (- (* -1 (/ (+ 70279/2286144000 (* 253/2721600 (/ 1 (pow x 2)))) (pow x 4))) (+ 20449/365783040000 (* 1573/4572288000 (/ 1 (pow x 2))))))) |
(*.f64 (pow.f64 x #s(literal 13 binary64)) (+.f64 (/.f64 (+.f64 #s(literal 70279/2286144000 binary64) (/.f64 #s(literal 253/2721600 binary64) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 #s(literal 20449/365783040000 binary64) (/.f64 #s(literal 1573/4572288000 binary64) (*.f64 x x))))) |
-1/36 |
#s(literal -1/36 binary64) |
(- (* 529/129600 (pow x 4)) 1/36) |
(fma.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 529/129600 binary64) #s(literal -1/36 binary64)) |
(- (* (pow x 4) (+ 529/129600 (* 253/2721600 (pow x 2)))) 1/36) |
(fma.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (fma.f64 (*.f64 x x) #s(literal 253/2721600 binary64) #s(literal 529/129600 binary64)) #s(literal -1/36 binary64)) |
(- (* (pow x 4) (+ 529/129600 (* (pow x 2) (+ 253/2721600 (* 70279/2286144000 (pow x 2)))))) 1/36) |
(fma.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal 70279/2286144000 binary64) #s(literal 253/2721600 binary64)) #s(literal 529/129600 binary64)) #s(literal -1/36 binary64)) |
(* 20449/365783040000 (pow x 12)) |
(*.f64 #s(literal 20449/365783040000 binary64) (pow.f64 x #s(literal 12 binary64))) |
(* (pow x 12) (+ 20449/365783040000 (* 1573/4572288000 (/ 1 (pow x 2))))) |
(*.f64 (pow.f64 x #s(literal 12 binary64)) (+.f64 #s(literal 20449/365783040000 binary64) (/.f64 #s(literal 1573/4572288000 binary64) (*.f64 x x)))) |
(* (pow x 12) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (* 1573/4572288000 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 12 binary64)) (+.f64 #s(literal 20449/365783040000 binary64) (+.f64 (/.f64 #s(literal 1573/4572288000 binary64) (*.f64 x x)) (/.f64 #s(literal 70279/2286144000 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(* (pow x 12) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (+ (* 1573/4572288000 (/ 1 (pow x 2))) (* 253/2721600 (/ 1 (pow x 6))))))) |
(*.f64 (pow.f64 x #s(literal 12 binary64)) (+.f64 #s(literal 20449/365783040000 binary64) (+.f64 (/.f64 #s(literal 1573/4572288000 binary64) (*.f64 x x)) (+.f64 (/.f64 #s(literal 70279/2286144000 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (/.f64 #s(literal 253/2721600 binary64) (pow.f64 x #s(literal 6 binary64))))))) |
(* 20449/365783040000 (pow x 12)) |
(*.f64 #s(literal 20449/365783040000 binary64) (pow.f64 x #s(literal 12 binary64))) |
(* (pow x 12) (+ 20449/365783040000 (* 1573/4572288000 (/ 1 (pow x 2))))) |
(*.f64 (pow.f64 x #s(literal 12 binary64)) (+.f64 #s(literal 20449/365783040000 binary64) (/.f64 #s(literal 1573/4572288000 binary64) (*.f64 x x)))) |
(* (pow x 12) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (* 1573/4572288000 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 12 binary64)) (+.f64 #s(literal 20449/365783040000 binary64) (+.f64 (/.f64 #s(literal 1573/4572288000 binary64) (*.f64 x x)) (/.f64 #s(literal 70279/2286144000 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(* (pow x 12) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (+ (* 1573/4572288000 (/ 1 (pow x 2))) (* 253/2721600 (/ 1 (pow x 6))))))) |
(*.f64 (pow.f64 x #s(literal 12 binary64)) (+.f64 #s(literal 20449/365783040000 binary64) (+.f64 (/.f64 #s(literal 1573/4572288000 binary64) (*.f64 x x)) (+.f64 (/.f64 #s(literal 70279/2286144000 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (/.f64 #s(literal 253/2721600 binary64) (pow.f64 x #s(literal 6 binary64))))))) |
(* 1/6 (pow x 3)) |
(*.f64 x (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) |
(* (pow x 3) (+ 1/6 (* -1/120 (pow x 2)))) |
(*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x #s(literal -1/120 binary64)) #s(literal 1/6 binary64)))) |
(* (pow x 3) (+ 1/6 (* (pow x 2) (- (* 1/5040 (pow x 2)) 1/120)))) |
(*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal 1/5040 binary64)) #s(literal -1/120 binary64)) #s(literal 1/6 binary64))) |
(* (pow x 3) (+ 1/6 (* (pow x 2) (- (* 1/5040 (pow x 2)) 1/120)))) |
(*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal 1/5040 binary64)) #s(literal -1/120 binary64)) #s(literal 1/6 binary64))) |
(* 1/5040 (pow x 7)) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) #s(literal 1/5040 binary64)) |
(* (pow x 7) (- 1/5040 (* 1/120 (/ 1 (pow x 2))))) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (-.f64 #s(literal 1/5040 binary64) (/.f64 #s(literal 1/120 binary64) (*.f64 x x)))) |
(* (pow x 7) (- (+ 1/5040 (/ 1/6 (pow x 4))) (* 1/120 (/ 1 (pow x 2))))) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (+.f64 #s(literal 1/5040 binary64) (+.f64 (/.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (/.f64 #s(literal -1/120 binary64) (*.f64 x x))))) |
(* (pow x 7) (- (+ 1/5040 (/ 1/6 (pow x 4))) (* 1/120 (/ 1 (pow x 2))))) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (+.f64 #s(literal 1/5040 binary64) (+.f64 (/.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (/.f64 #s(literal -1/120 binary64) (*.f64 x x))))) |
(* 1/5040 (pow x 7)) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) #s(literal 1/5040 binary64)) |
(* -1 (* (pow x 7) (- (* 1/120 (/ 1 (pow x 2))) 1/5040))) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (-.f64 #s(literal 1/5040 binary64) (/.f64 #s(literal 1/120 binary64) (*.f64 x x)))) |
(* -1 (* (pow x 7) (- (* 1/120 (/ 1 (pow x 2))) (+ 1/5040 (/ 1/6 (pow x 4)))))) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (+.f64 #s(literal 1/5040 binary64) (+.f64 (/.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (/.f64 #s(literal -1/120 binary64) (*.f64 x x))))) |
(* -1 (* (pow x 7) (- (* 1/120 (/ 1 (pow x 2))) (+ 1/5040 (/ 1/6 (pow x 4)))))) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (+.f64 #s(literal 1/5040 binary64) (+.f64 (/.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (/.f64 #s(literal -1/120 binary64) (*.f64 x x))))) |
(* 1/6 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal 1/6 binary64)) |
(* (pow x 2) (+ 1/6 (* -23/360 (pow x 2)))) |
(*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -23/360 binary64) #s(literal 1/6 binary64)))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360)))) |
(*.f64 x (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -11/15120 binary64) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -53/226800 (pow x 2)) 11/15120)) 23/360)))) |
(*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -53/226800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(* 1/5040 (/ (* (pow x 7) (cos x)) (sin x))) |
(*.f64 (*.f64 (pow.f64 x #s(literal 7 binary64)) #s(literal 1/5040 binary64)) (/.f64 (cos.f64 x) (sin.f64 x))) |
(* (pow x 7) (+ (* -1/120 (/ (cos x) (* (pow x 2) (sin x)))) (* 1/5040 (/ (cos x) (sin x))))) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (*.f64 (/.f64 (cos.f64 x) (sin.f64 x)) (-.f64 #s(literal 1/5040 binary64) (/.f64 #s(literal 1/120 binary64) (*.f64 x x))))) |
(* (pow x 7) (+ (* -1/120 (/ (cos x) (* (pow x 2) (sin x)))) (+ (* 1/5040 (/ (cos x) (sin x))) (* 1/6 (/ (cos x) (* (pow x 4) (sin x))))))) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (fma.f64 (/.f64 (cos.f64 x) (sin.f64 x)) (+.f64 #s(literal 1/5040 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (/.f64 (*.f64 #s(literal -1/120 binary64) (cos.f64 x)) (*.f64 x (*.f64 x (sin.f64 x)))))) |
(* (pow x 7) (+ (* -1/120 (/ (cos x) (* (pow x 2) (sin x)))) (+ (* 1/5040 (/ (cos x) (sin x))) (* 1/6 (/ (cos x) (* (pow x 4) (sin x))))))) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (fma.f64 (/.f64 (cos.f64 x) (sin.f64 x)) (+.f64 #s(literal 1/5040 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (/.f64 (*.f64 #s(literal -1/120 binary64) (cos.f64 x)) (*.f64 x (*.f64 x (sin.f64 x)))))) |
(* 1/5040 (/ (* (pow x 7) (cos x)) (sin x))) |
(*.f64 (*.f64 (pow.f64 x #s(literal 7 binary64)) #s(literal 1/5040 binary64)) (/.f64 (cos.f64 x) (sin.f64 x))) |
(* -1 (* (pow x 7) (+ (* -1/5040 (/ (cos x) (sin x))) (* 1/120 (/ (cos x) (* (pow x 2) (sin x))))))) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (*.f64 (/.f64 (cos.f64 x) (sin.f64 x)) (-.f64 #s(literal 1/5040 binary64) (/.f64 #s(literal 1/120 binary64) (*.f64 x x))))) |
(* -1 (* (pow x 7) (+ (* -1/6 (/ (cos x) (* (pow x 4) (sin x)))) (+ (* -1/5040 (/ (cos x) (sin x))) (* 1/120 (/ (cos x) (* (pow x 2) (sin x)))))))) |
(*.f64 (fma.f64 (/.f64 (cos.f64 x) (sin.f64 x)) (+.f64 #s(literal -1/5040 binary64) (/.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (/.f64 (*.f64 #s(literal 1/120 binary64) (cos.f64 x)) (*.f64 x (*.f64 x (sin.f64 x))))) (neg.f64 (pow.f64 x #s(literal 7 binary64)))) |
(* -1 (* (pow x 7) (+ (* -1/6 (/ (cos x) (* (pow x 4) (sin x)))) (+ (* -1/5040 (/ (cos x) (sin x))) (* 1/120 (/ (cos x) (* (pow x 2) (sin x)))))))) |
(*.f64 (fma.f64 (/.f64 (cos.f64 x) (sin.f64 x)) (+.f64 #s(literal -1/5040 binary64) (/.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (/.f64 (*.f64 #s(literal 1/120 binary64) (cos.f64 x)) (*.f64 x (*.f64 x (sin.f64 x))))) (neg.f64 (pow.f64 x #s(literal 7 binary64)))) |
x |
(* x (+ 1 (* -1/6 (pow x 2)))) |
(fma.f64 x (*.f64 x (*.f64 x #s(literal -1/6 binary64))) x) |
(* x (+ 1 (* (pow x 2) (- (* 1/120 (pow x 2)) 1/6)))) |
(fma.f64 (*.f64 x (*.f64 x x)) (fma.f64 x (*.f64 x #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) |
(* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 1/120 (* -1/5040 (pow x 2)))) 1/6)))) |
(fma.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -1/5040 binary64)) #s(literal 1/120 binary64)) #s(literal -1/6 binary64)) x) |
(* -1/5040 (pow x 7)) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) #s(literal -1/5040 binary64)) |
(* (pow x 7) (- (* 1/120 (/ 1 (pow x 2))) 1/5040)) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (+.f64 (/.f64 #s(literal 1/120 binary64) (*.f64 x x)) #s(literal -1/5040 binary64))) |
(* (pow x 7) (- (* 1/120 (/ 1 (pow x 2))) (+ 1/5040 (/ 1/6 (pow x 4))))) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (+.f64 (+.f64 (/.f64 #s(literal 1/120 binary64) (*.f64 x x)) #s(literal -1/5040 binary64)) (/.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) |
(* (pow x 7) (- (+ (* 1/120 (/ 1 (pow x 2))) (/ 1 (pow x 6))) (+ 1/5040 (/ 1/6 (pow x 4))))) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (+.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 6 binary64))) (+.f64 (+.f64 (/.f64 #s(literal 1/120 binary64) (*.f64 x x)) #s(literal -1/5040 binary64)) (/.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(* -1/5040 (pow x 7)) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) #s(literal -1/5040 binary64)) |
(* -1 (* (pow x 7) (- 1/5040 (* 1/120 (/ 1 (pow x 2)))))) |
(*.f64 (-.f64 #s(literal 1/5040 binary64) (/.f64 #s(literal 1/120 binary64) (*.f64 x x))) (neg.f64 (pow.f64 x #s(literal 7 binary64)))) |
(* -1 (* (pow x 7) (- (+ 1/5040 (/ 1/6 (pow x 4))) (* 1/120 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (+.f64 (+.f64 (/.f64 #s(literal 1/120 binary64) (*.f64 x x)) #s(literal -1/5040 binary64)) (/.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) |
(* -1 (* (pow x 7) (- (+ 1/5040 (/ 1/6 (pow x 4))) (+ (* 1/120 (/ 1 (pow x 2))) (/ 1 (pow x 6)))))) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (+.f64 (/.f64 #s(literal 1 binary64) (pow.f64 x #s(literal 6 binary64))) (+.f64 (+.f64 (/.f64 #s(literal 1/120 binary64) (*.f64 x x)) #s(literal -1/5040 binary64)) (/.f64 #s(literal -1/6 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(* 1/6 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal 1/6 binary64)) |
(* (pow x 2) (+ 1/6 (* -23/360 (pow x 2)))) |
(*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -23/360 binary64) #s(literal 1/6 binary64)))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360)))) |
(*.f64 x (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -11/15120 binary64) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360)))) |
(*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(/ (* x (cos x)) (sin x)) |
(/.f64 (*.f64 x (cos.f64 x)) (sin.f64 x)) |
(* x (+ (* -1 (/ (cos x) x)) (/ (cos x) (sin x)))) |
(*.f64 x (-.f64 (/.f64 (cos.f64 x) (sin.f64 x)) (/.f64 (cos.f64 x) x))) |
(* x (+ (* -1 (/ (cos x) x)) (/ (cos x) (sin x)))) |
(*.f64 x (-.f64 (/.f64 (cos.f64 x) (sin.f64 x)) (/.f64 (cos.f64 x) x))) |
(* x (+ (* -1 (/ (cos x) x)) (/ (cos x) (sin x)))) |
(*.f64 x (-.f64 (/.f64 (cos.f64 x) (sin.f64 x)) (/.f64 (cos.f64 x) x))) |
(/ (* x (cos x)) (sin x)) |
(/.f64 (*.f64 x (cos.f64 x)) (sin.f64 x)) |
(* -1 (* x (- (/ (cos x) x) (/ (cos x) (sin x))))) |
(*.f64 x (-.f64 (/.f64 (cos.f64 x) (sin.f64 x)) (/.f64 (cos.f64 x) x))) |
(* -1 (* x (- (/ (cos x) x) (/ (cos x) (sin x))))) |
(*.f64 x (-.f64 (/.f64 (cos.f64 x) (sin.f64 x)) (/.f64 (cos.f64 x) x))) |
(* -1 (* x (- (/ (cos x) x) (/ (cos x) (sin x))))) |
(*.f64 x (-.f64 (/.f64 (cos.f64 x) (sin.f64 x)) (/.f64 (cos.f64 x) x))) |
(/ 1 x) |
(/.f64 #s(literal 1 binary64) x) |
(/ (+ 1 (* -1/3 (pow x 2))) x) |
(/.f64 (fma.f64 (*.f64 x x) #s(literal -1/3 binary64) #s(literal 1 binary64)) x) |
(/ (+ 1 (* (pow x 2) (- (* -1/45 (pow x 2)) 1/3))) x) |
(/.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -1/45 binary64)) #s(literal -1/3 binary64)) #s(literal 1 binary64)) x) |
(/ (+ 1 (* (pow x 2) (- (* (pow x 2) (- (* -2/945 (pow x 2)) 1/45)) 1/3))) x) |
(/.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -2/945 binary64) #s(literal -1/45 binary64)) #s(literal -1/3 binary64)) #s(literal 1 binary64)) x) |
(/ (cos x) (sin x)) |
(/.f64 (cos.f64 x) (sin.f64 x)) |
(/ (cos x) (sin x)) |
(/.f64 (cos.f64 x) (sin.f64 x)) |
(/ (cos x) (sin x)) |
(/.f64 (cos.f64 x) (sin.f64 x)) |
(/ (cos x) (sin x)) |
(/.f64 (cos.f64 x) (sin.f64 x)) |
(/ (cos x) (sin x)) |
(/.f64 (cos.f64 x) (sin.f64 x)) |
(/ (cos x) (sin x)) |
(/.f64 (cos.f64 x) (sin.f64 x)) |
(/ (cos x) (sin x)) |
(/.f64 (cos.f64 x) (sin.f64 x)) |
(/ (cos x) (sin x)) |
(/.f64 (cos.f64 x) (sin.f64 x)) |
x |
(* x (+ 1 (* 1/3 (pow x 2)))) |
(fma.f64 (*.f64 x x) (*.f64 #s(literal 1/3 binary64) x) x) |
(* x (+ 1 (* (pow x 2) (+ 1/3 (* 2/15 (pow x 2)))))) |
(fma.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) #s(literal 2/15 binary64) #s(literal 1/3 binary64)) x) |
(* x (+ 1 (* (pow x 2) (+ 1/3 (* (pow x 2) (+ 2/15 (* 17/315 (pow x 2)))))))) |
(fma.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal 17/315 binary64) #s(literal 2/15 binary64)) #s(literal 1/3 binary64)) x) |
(/ (sin x) (cos x)) |
(/.f64 (sin.f64 x) (cos.f64 x)) |
(/ (sin x) (cos x)) |
(/.f64 (sin.f64 x) (cos.f64 x)) |
(/ (sin x) (cos x)) |
(/.f64 (sin.f64 x) (cos.f64 x)) |
(/ (sin x) (cos x)) |
(/.f64 (sin.f64 x) (cos.f64 x)) |
(/ (sin x) (cos x)) |
(/.f64 (sin.f64 x) (cos.f64 x)) |
(/ (sin x) (cos x)) |
(/.f64 (sin.f64 x) (cos.f64 x)) |
(/ (sin x) (cos x)) |
(/.f64 (sin.f64 x) (cos.f64 x)) |
(/ (sin x) (cos x)) |
(/.f64 (sin.f64 x) (cos.f64 x)) |
-1 |
#s(literal -1 binary64) |
(- (* 1/2 (pow x 2)) 1) |
(fma.f64 x (*.f64 x #s(literal 1/2 binary64)) #s(literal -1 binary64)) |
(- (* (pow x 2) (+ 1/2 (* -1/24 (pow x 2)))) 1) |
(fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/24 binary64) #s(literal 1/2 binary64)) #s(literal -1 binary64)) |
(- (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24)))) 1) |
(fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) #s(literal 1/2 binary64)) #s(literal -1 binary64)) |
(* -1 (cos x)) |
(neg.f64 (cos.f64 x)) |
(* -1 (cos x)) |
(neg.f64 (cos.f64 x)) |
(* -1 (cos x)) |
(neg.f64 (cos.f64 x)) |
(* -1 (cos x)) |
(neg.f64 (cos.f64 x)) |
(* -1 (cos x)) |
(neg.f64 (cos.f64 x)) |
(* -1 (cos x)) |
(neg.f64 (cos.f64 x)) |
(* -1 (cos x)) |
(neg.f64 (cos.f64 x)) |
(* -1 (cos x)) |
(neg.f64 (cos.f64 x)) |
-23/2160 |
#s(literal -23/2160 binary64) |
(- (* -11/90720 (pow x 2)) 23/2160) |
(fma.f64 x (*.f64 x #s(literal -11/90720 binary64)) #s(literal -23/2160 binary64)) |
(- (* (pow x 2) (- (* -143/3628800 (pow x 2)) 11/90720)) 23/2160) |
(fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/3628800 binary64) #s(literal -11/90720 binary64)) #s(literal -23/2160 binary64)) |
(- (* (pow x 2) (- (* -143/3628800 (pow x 2)) 11/90720)) 23/2160) |
(fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/3628800 binary64) #s(literal -11/90720 binary64)) #s(literal -23/2160 binary64)) |
(* -143/3628800 (pow x 4)) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -143/3628800 binary64)) |
(* -1 (* (pow x 4) (+ 143/3628800 (* 11/90720 (/ 1 (pow x 2)))))) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (neg.f64 (+.f64 #s(literal 143/3628800 binary64) (/.f64 #s(literal 11/90720 binary64) (*.f64 x x))))) |
(* (pow x 4) (- (* -1 (/ (+ 11/90720 (* 23/2160 (/ 1 (pow x 2)))) (pow x 2))) 143/3628800)) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 #s(literal -143/3628800 binary64) (/.f64 (+.f64 #s(literal -11/90720 binary64) (/.f64 #s(literal -23/2160 binary64) (*.f64 x x))) (*.f64 x x)))) |
(* (pow x 4) (- (* -1 (/ (+ 11/90720 (* 23/2160 (/ 1 (pow x 2)))) (pow x 2))) 143/3628800)) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 #s(literal -143/3628800 binary64) (/.f64 (+.f64 #s(literal -11/90720 binary64) (/.f64 #s(literal -23/2160 binary64) (*.f64 x x))) (*.f64 x x)))) |
(* -143/3628800 (pow x 4)) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -143/3628800 binary64)) |
(* -1 (* (pow x 4) (+ 143/3628800 (* 11/90720 (/ 1 (pow x 2)))))) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (neg.f64 (+.f64 #s(literal 143/3628800 binary64) (/.f64 #s(literal 11/90720 binary64) (*.f64 x x))))) |
(* (pow x 4) (- (* -1 (/ (+ 11/90720 (* 23/2160 (/ 1 (pow x 2)))) (pow x 2))) 143/3628800)) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 #s(literal -143/3628800 binary64) (/.f64 (+.f64 #s(literal -11/90720 binary64) (/.f64 #s(literal -23/2160 binary64) (*.f64 x x))) (*.f64 x x)))) |
(* (pow x 4) (- (* -1 (/ (+ 11/90720 (* 23/2160 (/ 1 (pow x 2)))) (pow x 2))) 143/3628800)) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 #s(literal -143/3628800 binary64) (/.f64 (+.f64 #s(literal -11/90720 binary64) (/.f64 #s(literal -23/2160 binary64) (*.f64 x x))) (*.f64 x x)))) |
529/129600 |
#s(literal 529/129600 binary64) |
(+ 529/129600 (* 253/2721600 (pow x 2))) |
(fma.f64 (*.f64 x x) #s(literal 253/2721600 binary64) #s(literal 529/129600 binary64)) |
(+ 529/129600 (* (pow x 2) (+ 253/2721600 (* 70279/2286144000 (pow x 2))))) |
(fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal 70279/2286144000 binary64) #s(literal 253/2721600 binary64)) #s(literal 529/129600 binary64)) |
(+ 529/129600 (* (pow x 2) (+ 253/2721600 (* (pow x 2) (+ 70279/2286144000 (* 1573/4572288000 (pow x 2))))))) |
(fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal 1573/4572288000 binary64) #s(literal 70279/2286144000 binary64)) #s(literal 253/2721600 binary64))) #s(literal 529/129600 binary64)) |
(* 20449/365783040000 (pow x 8)) |
(*.f64 #s(literal 20449/365783040000 binary64) (pow.f64 x #s(literal 8 binary64))) |
(* (pow x 8) (+ 20449/365783040000 (* 1573/4572288000 (/ 1 (pow x 2))))) |
(*.f64 (+.f64 #s(literal 20449/365783040000 binary64) (/.f64 #s(literal 1573/4572288000 binary64) (*.f64 x x))) (pow.f64 x #s(literal 8 binary64))) |
(* (pow x 8) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (* 1573/4572288000 (/ 1 (pow x 2)))))) |
(*.f64 (+.f64 #s(literal 20449/365783040000 binary64) (+.f64 (/.f64 #s(literal 1573/4572288000 binary64) (*.f64 x x)) (/.f64 #s(literal 70279/2286144000 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (pow.f64 x #s(literal 8 binary64))) |
(* (pow x 8) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (+ (* 1573/4572288000 (/ 1 (pow x 2))) (* 253/2721600 (/ 1 (pow x 6))))))) |
(*.f64 (pow.f64 x #s(literal 8 binary64)) (+.f64 #s(literal 20449/365783040000 binary64) (+.f64 (/.f64 #s(literal 1573/4572288000 binary64) (*.f64 x x)) (+.f64 (/.f64 #s(literal 70279/2286144000 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (/.f64 #s(literal 253/2721600 binary64) (pow.f64 x #s(literal 6 binary64))))))) |
(* 20449/365783040000 (pow x 8)) |
(*.f64 #s(literal 20449/365783040000 binary64) (pow.f64 x #s(literal 8 binary64))) |
(* (pow x 8) (+ 20449/365783040000 (* 1573/4572288000 (/ 1 (pow x 2))))) |
(*.f64 (+.f64 #s(literal 20449/365783040000 binary64) (/.f64 #s(literal 1573/4572288000 binary64) (*.f64 x x))) (pow.f64 x #s(literal 8 binary64))) |
(* (pow x 8) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (* 1573/4572288000 (/ 1 (pow x 2)))))) |
(*.f64 (+.f64 #s(literal 20449/365783040000 binary64) (+.f64 (/.f64 #s(literal 1573/4572288000 binary64) (*.f64 x x)) (/.f64 #s(literal 70279/2286144000 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (pow.f64 x #s(literal 8 binary64))) |
(* (pow x 8) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (+ (* 1573/4572288000 (/ 1 (pow x 2))) (* 253/2721600 (/ 1 (pow x 6))))))) |
(*.f64 (pow.f64 x #s(literal 8 binary64)) (+.f64 #s(literal 20449/365783040000 binary64) (+.f64 (/.f64 #s(literal 1573/4572288000 binary64) (*.f64 x x)) (+.f64 (/.f64 #s(literal 70279/2286144000 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (/.f64 #s(literal 253/2721600 binary64) (pow.f64 x #s(literal 6 binary64))))))) |
(* -23/360 (pow x 2)) |
(*.f64 (*.f64 x x) #s(literal -23/360 binary64)) |
(* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360)) |
(*.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -11/15120 binary64) #s(literal -23/360 binary64)) x) x) |
(* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360)) |
(*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) |
(* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360)) |
(*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) |
(* -143/604800 (pow x 6)) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal -143/604800 binary64)) |
(* -1 (* (pow x 6) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 #s(literal -143/604800 binary64) (/.f64 #s(literal -11/15120 binary64) (*.f64 x x)))) |
(* (pow x 6) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 #s(literal -143/604800 binary64) (/.f64 (+.f64 #s(literal -11/15120 binary64) (/.f64 #s(literal -23/360 binary64) (*.f64 x x))) (*.f64 x x)))) |
(* (pow x 6) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 #s(literal -143/604800 binary64) (/.f64 (+.f64 #s(literal -11/15120 binary64) (/.f64 #s(literal -23/360 binary64) (*.f64 x x))) (*.f64 x x)))) |
(* -143/604800 (pow x 6)) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) #s(literal -143/604800 binary64)) |
(* -1 (* (pow x 6) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 #s(literal -143/604800 binary64) (/.f64 #s(literal -11/15120 binary64) (*.f64 x x)))) |
(* (pow x 6) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 #s(literal -143/604800 binary64) (/.f64 (+.f64 #s(literal -11/15120 binary64) (/.f64 #s(literal -23/360 binary64) (*.f64 x x))) (*.f64 x x)))) |
(* (pow x 6) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 #s(literal -143/604800 binary64) (/.f64 (+.f64 #s(literal -11/15120 binary64) (/.f64 #s(literal -23/360 binary64) (*.f64 x x))) (*.f64 x x)))) |
(* 529/129600 (pow x 2)) |
(*.f64 x (*.f64 x #s(literal 529/129600 binary64))) |
(* (pow x 2) (+ 529/129600 (* 253/2721600 (pow x 2)))) |
(*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 253/2721600 binary64) #s(literal 529/129600 binary64)))) |
(* (pow x 2) (+ 529/129600 (* (pow x 2) (+ 253/2721600 (* 70279/2286144000 (pow x 2)))))) |
(*.f64 (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal 70279/2286144000 binary64) #s(literal 253/2721600 binary64)) #s(literal 529/129600 binary64)) x) x) |
(* (pow x 2) (+ 529/129600 (* (pow x 2) (+ 253/2721600 (* (pow x 2) (+ 70279/2286144000 (* 1573/4572288000 (pow x 2)))))))) |
(*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal 1573/4572288000 binary64) #s(literal 70279/2286144000 binary64)) #s(literal 253/2721600 binary64))) #s(literal 529/129600 binary64))) |
(* 20449/365783040000 (pow x 10)) |
(*.f64 #s(literal 20449/365783040000 binary64) (pow.f64 x #s(literal 10 binary64))) |
(* (pow x 10) (+ 20449/365783040000 (* 1573/4572288000 (/ 1 (pow x 2))))) |
(*.f64 (+.f64 #s(literal 20449/365783040000 binary64) (/.f64 #s(literal 1573/4572288000 binary64) (*.f64 x x))) (pow.f64 x #s(literal 10 binary64))) |
(* (pow x 10) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (* 1573/4572288000 (/ 1 (pow x 2)))))) |
(*.f64 (+.f64 #s(literal 20449/365783040000 binary64) (+.f64 (/.f64 #s(literal 1573/4572288000 binary64) (*.f64 x x)) (/.f64 #s(literal 70279/2286144000 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (pow.f64 x #s(literal 10 binary64))) |
(* (pow x 10) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (+ (* 1573/4572288000 (/ 1 (pow x 2))) (* 253/2721600 (/ 1 (pow x 6))))))) |
(*.f64 (+.f64 #s(literal 20449/365783040000 binary64) (+.f64 (/.f64 #s(literal 1573/4572288000 binary64) (*.f64 x x)) (+.f64 (/.f64 #s(literal 70279/2286144000 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (/.f64 #s(literal 253/2721600 binary64) (pow.f64 x #s(literal 6 binary64)))))) (pow.f64 x #s(literal 10 binary64))) |
(* 20449/365783040000 (pow x 10)) |
(*.f64 #s(literal 20449/365783040000 binary64) (pow.f64 x #s(literal 10 binary64))) |
(* (pow x 10) (+ 20449/365783040000 (* 1573/4572288000 (/ 1 (pow x 2))))) |
(*.f64 (+.f64 #s(literal 20449/365783040000 binary64) (/.f64 #s(literal 1573/4572288000 binary64) (*.f64 x x))) (pow.f64 x #s(literal 10 binary64))) |
(* (pow x 10) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (* 1573/4572288000 (/ 1 (pow x 2)))))) |
(*.f64 (+.f64 #s(literal 20449/365783040000 binary64) (+.f64 (/.f64 #s(literal 1573/4572288000 binary64) (*.f64 x x)) (/.f64 #s(literal 70279/2286144000 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (pow.f64 x #s(literal 10 binary64))) |
(* (pow x 10) (+ 20449/365783040000 (+ (/ 70279/2286144000 (pow x 4)) (+ (* 1573/4572288000 (/ 1 (pow x 2))) (* 253/2721600 (/ 1 (pow x 6))))))) |
(*.f64 (+.f64 #s(literal 20449/365783040000 binary64) (+.f64 (/.f64 #s(literal 1573/4572288000 binary64) (*.f64 x x)) (+.f64 (/.f64 #s(literal 70279/2286144000 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (/.f64 #s(literal 253/2721600 binary64) (pow.f64 x #s(literal 6 binary64)))))) (pow.f64 x #s(literal 10 binary64))) |
(* 1/120 x) |
(*.f64 x #s(literal 1/120 binary64)) |
(* x (+ 1/120 (* -1/5040 (pow x 2)))) |
(*.f64 x (fma.f64 x (*.f64 x #s(literal -1/5040 binary64)) #s(literal 1/120 binary64))) |
(* x (+ 1/120 (* -1/5040 (pow x 2)))) |
(*.f64 x (fma.f64 x (*.f64 x #s(literal -1/5040 binary64)) #s(literal 1/120 binary64))) |
(* x (+ 1/120 (* -1/5040 (pow x 2)))) |
(*.f64 x (fma.f64 x (*.f64 x #s(literal -1/5040 binary64)) #s(literal 1/120 binary64))) |
(* -1/5040 (pow x 3)) |
(*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/5040 binary64)) |
(* (pow x 3) (- (* 1/120 (/ 1 (pow x 2))) 1/5040)) |
(*.f64 (*.f64 x x) (*.f64 x (+.f64 (/.f64 #s(literal 1/120 binary64) (*.f64 x x)) #s(literal -1/5040 binary64)))) |
(* (pow x 3) (- (* 1/120 (/ 1 (pow x 2))) 1/5040)) |
(*.f64 (*.f64 x x) (*.f64 x (+.f64 (/.f64 #s(literal 1/120 binary64) (*.f64 x x)) #s(literal -1/5040 binary64)))) |
(* (pow x 3) (- (* 1/120 (/ 1 (pow x 2))) 1/5040)) |
(*.f64 (*.f64 x x) (*.f64 x (+.f64 (/.f64 #s(literal 1/120 binary64) (*.f64 x x)) #s(literal -1/5040 binary64)))) |
(* -1/5040 (pow x 3)) |
(*.f64 (*.f64 x (*.f64 x x)) #s(literal -1/5040 binary64)) |
(* -1 (* (pow x 3) (- 1/5040 (* 1/120 (/ 1 (pow x 2)))))) |
(*.f64 (*.f64 x (*.f64 x x)) (neg.f64 (-.f64 #s(literal 1/5040 binary64) (/.f64 #s(literal 1/120 binary64) (*.f64 x x))))) |
(* -1 (* (pow x 3) (- 1/5040 (* 1/120 (/ 1 (pow x 2)))))) |
(*.f64 (*.f64 x (*.f64 x x)) (neg.f64 (-.f64 #s(literal 1/5040 binary64) (/.f64 #s(literal 1/120 binary64) (*.f64 x x))))) |
(* -1 (* (pow x 3) (- 1/5040 (* 1/120 (/ 1 (pow x 2)))))) |
(*.f64 (*.f64 x (*.f64 x x)) (neg.f64 (-.f64 #s(literal 1/5040 binary64) (/.f64 #s(literal 1/120 binary64) (*.f64 x x))))) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1/2 (pow x 2))) |
(fma.f64 x (*.f64 x #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(+ 1 (* (pow x 2) (- (* 1/24 (pow x 2)) 1/2))) |
(fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) #s(literal 1 binary64)) |
(+ 1 (* (pow x 2) (- (* (pow x 2) (+ 1/24 (* -1/720 (pow x 2)))) 1/2))) |
(fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) #s(literal -1/2 binary64))) #s(literal 1 binary64)) |
(cos x) |
(cos.f64 x) |
(cos x) |
(cos.f64 x) |
(cos x) |
(cos.f64 x) |
(cos x) |
(cos.f64 x) |
(cos x) |
(cos.f64 x) |
(cos x) |
(cos.f64 x) |
(cos x) |
(cos.f64 x) |
(cos x) |
(cos.f64 x) |
Compiled 87 830 to 4 140 computations (95.3% saved)
22 alts after pruning (16 fresh and 6 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1 178 | 8 | 1 186 |
| Fresh | 8 | 8 | 16 |
| Picked | 2 | 3 | 5 |
| Done | 1 | 3 | 4 |
| Total | 1 189 | 22 | 1 211 |
| Status | Accuracy | Program |
|---|---|---|
| ▶ | 5.5% | (fma.f64 (/.f64 (cos.f64 x) (sin.f64 x)) x (neg.f64 (cos.f64 x))) |
| ✓ | 5.5% | (fma.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) x (neg.f64 (cos.f64 x))) |
| 3.1% | (/.f64 (fma.f64 (/.f64 (*.f64 x x) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 x) #s(literal 3 binary64)))) (fma.f64 x x (*.f64 (sin.f64 x) (-.f64 (sin.f64 x) x))) (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (+.f64 x x))) (*.f64 (+.f64 x (sin.f64 x)) #s(literal 2 binary64))))) (tan.f64 x)) | |
| 83.0% | (/.f64 (fma.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) x (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64)))) (tan.f64 x)) | |
| 54.0% | (/.f64 (fma.f64 x (+.f64 #s(literal 0 binary64) (cos.f64 x)) (*.f64 (tan.f64 x) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))))) (*.f64 (tan.f64 x) (+.f64 #s(literal 0 binary64) (cos.f64 x)))) | |
| ✓ | 53.7% | (/.f64 (-.f64 x (fma.f64 (*.f64 x (*.f64 x x)) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -1/5040 binary64)) #s(literal 1/120 binary64))) #s(literal -1/6 binary64)) x)) (tan.f64 x)) |
| ✓ | 54.1% | (/.f64 (-.f64 x (sin.f64 x)) (tan.f64 x)) |
| ▶ | 82.9% | (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal 1/5040 binary64)) #s(literal -1/120 binary64)) #s(literal 1/6 binary64))) (tan.f64 x)) |
| 82.9% | (/.f64 (*.f64 x (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) (tan.f64 x)) | |
| 81.9% | (/.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 x (*.f64 x x))) x) | |
| ▶ | 99.3% | (/.f64 x (/.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) |
| 54.1% | (-.f64 (/.f64 x (tan.f64 x)) (cos.f64 x)) | |
| 99.3% | (*.f64 (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64)) (*.f64 (/.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) x)) | |
| 99.3% | (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64))) (/.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) | |
| 83.1% | (*.f64 (*.f64 x (*.f64 x x)) (/.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)) (tan.f64 x))) | |
| 99.3% | (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) | |
| ✓ | 98.4% | (*.f64 (*.f64 x #s(literal 1/6 binary64)) x) |
| ▶ | 99.4% | (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) x (*.f64 x #s(literal 1/6 binary64)))) |
| 99.2% | (*.f64 x (/.f64 (*.f64 x #s(literal -1/36 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) | |
| ▶ | 99.3% | (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -23/360 binary64) #s(literal 1/6 binary64)))) |
| ✓ | 99.4% | (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) #s(literal 1/6 binary64)))) |
| ✓ | 98.4% | (*.f64 #s(literal 1/6 binary64) (*.f64 x x)) |
Compiled 881 to 447 computations (49.3% saved)
| 1× | egg-herbie |
Found 20 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | cost-diff | 0 | (sin.f64 x) |
| ✓ | cost-diff | 0 | (cos.f64 x) |
| ✓ | cost-diff | 0 | (/.f64 (cos.f64 x) (sin.f64 x)) |
| ✓ | cost-diff | 6400 | (fma.f64 (/.f64 (cos.f64 x) (sin.f64 x)) x (neg.f64 (cos.f64 x))) |
| ✓ | cost-diff | 0 | (*.f64 x x) |
| ✓ | cost-diff | 0 | (*.f64 x (*.f64 x x)) |
| ✓ | cost-diff | 0 | (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal 1/5040 binary64)) #s(literal -1/120 binary64)) #s(literal 1/6 binary64))) |
| ✓ | cost-diff | 0 | (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal 1/5040 binary64)) #s(literal -1/120 binary64)) #s(literal 1/6 binary64))) (tan.f64 x)) |
| ✓ | cost-diff | 0 | (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)) |
| ✓ | cost-diff | 0 | (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
| ✓ | cost-diff | 0 | (/.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) |
| ✓ | cost-diff | 1088 | (/.f64 x (/.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) |
| ✓ | cost-diff | 0 | (*.f64 x x) |
| ✓ | cost-diff | 0 | (fma.f64 (*.f64 x x) #s(literal -23/360 binary64) #s(literal 1/6 binary64)) |
| ✓ | cost-diff | 0 | (*.f64 x (fma.f64 (*.f64 x x) #s(literal -23/360 binary64) #s(literal 1/6 binary64))) |
| ✓ | cost-diff | 0 | (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -23/360 binary64) #s(literal 1/6 binary64)))) |
| ✓ | cost-diff | 0 | (*.f64 x x) |
| ✓ | cost-diff | 0 | (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) |
| ✓ | cost-diff | 0 | (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) x (*.f64 x #s(literal 1/6 binary64)))) |
| ✓ | cost-diff | 320 | (fma.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) x (*.f64 x #s(literal 1/6 binary64))) |
| 7 420× | accelerator-lowering-fma.f32 |
| 7 420× | accelerator-lowering-fma.f64 |
| 2 994× | *-lowering-*.f32 |
| 2 994× | *-lowering-*.f64 |
| 2 772× | +-lowering-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 47 | 338 |
| 1 | 160 | 338 |
| 2 | 415 | 337 |
| 3 | 1018 | 337 |
| 4 | 2059 | 337 |
| 5 | 3088 | 337 |
| 6 | 3982 | 337 |
| 7 | 5647 | 337 |
| 0 | 9388 | 301 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* x (+ (* (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)) x) (* x 1/6))) |
x |
(+ (* (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)) x) (* x 1/6)) |
(* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)) |
(* x x) |
(+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) |
(+ (* (* x x) -143/604800) -11/15120) |
-143/604800 |
-11/15120 |
-23/360 |
(* x 1/6) |
1/6 |
(* x (* x (+ (* (* x x) -23/360) 1/6))) |
x |
(* x (+ (* (* x x) -23/360) 1/6)) |
(+ (* (* x x) -23/360) 1/6) |
(* x x) |
-23/360 |
1/6 |
(/ x (/ 1 (* x (+ (* (* x x) (+ (* (* x x) (+ (* x (* x -143/604800)) -11/15120)) -23/360)) 1/6)))) |
x |
(/ 1 (* x (+ (* (* x x) (+ (* (* x x) (+ (* x (* x -143/604800)) -11/15120)) -23/360)) 1/6))) |
1 |
(* x (+ (* (* x x) (+ (* (* x x) (+ (* x (* x -143/604800)) -11/15120)) -23/360)) 1/6)) |
(+ (* (* x x) (+ (* (* x x) (+ (* x (* x -143/604800)) -11/15120)) -23/360)) 1/6) |
(* x x) |
(+ (* (* x x) (+ (* x (* x -143/604800)) -11/15120)) -23/360) |
(+ (* x (* x -143/604800)) -11/15120) |
(* x -143/604800) |
-143/604800 |
-11/15120 |
-23/360 |
1/6 |
(/ (* (* x (* x x)) (+ (* (* x x) (+ (* x (* x 1/5040)) -1/120)) 1/6)) (tan x)) |
(* (* x (* x x)) (+ (* (* x x) (+ (* x (* x 1/5040)) -1/120)) 1/6)) |
(* x (* x x)) |
x |
(* x x) |
(+ (* (* x x) (+ (* x (* x 1/5040)) -1/120)) 1/6) |
(+ (* x (* x 1/5040)) -1/120) |
(* x 1/5040) |
1/5040 |
-1/120 |
1/6 |
(tan x) |
(+ (* (/ (cos x) (sin x)) x) (neg (cos x))) |
(/ (cos x) (sin x)) |
(cos x) |
x |
(sin x) |
(neg (cos x)) |
| Outputs |
|---|
(* x (+ (* (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)) x) (* x 1/6))) |
(*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) #s(literal 1/6 binary64)))) |
x |
(+ (* (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)) x) (* x 1/6)) |
(*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) #s(literal 1/6 binary64))) |
(* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)) |
(*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)))) |
(* x x) |
(*.f64 x x) |
(+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) |
(fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) |
(+ (* (* x x) -143/604800) -11/15120) |
(fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) |
-143/604800 |
#s(literal -143/604800 binary64) |
-11/15120 |
#s(literal -11/15120 binary64) |
-23/360 |
#s(literal -23/360 binary64) |
(* x 1/6) |
(*.f64 x #s(literal 1/6 binary64)) |
1/6 |
#s(literal 1/6 binary64) |
(* x (* x (+ (* (* x x) -23/360) 1/6))) |
(*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) |
x |
(* x (+ (* (* x x) -23/360) 1/6)) |
(*.f64 x (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(+ (* (* x x) -23/360) 1/6) |
(fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal 1/6 binary64)) |
(* x x) |
(*.f64 x x) |
-23/360 |
#s(literal -23/360 binary64) |
1/6 |
#s(literal 1/6 binary64) |
(/ x (/ 1 (* x (+ (* (* x x) (+ (* (* x x) (+ (* x (* x -143/604800)) -11/15120)) -23/360)) 1/6)))) |
(*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) #s(literal 1/6 binary64)))) |
x |
(/ 1 (* x (+ (* (* x x) (+ (* (* x x) (+ (* x (* x -143/604800)) -11/15120)) -23/360)) 1/6))) |
(/.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) #s(literal 1/6 binary64)))) |
1 |
#s(literal 1 binary64) |
(* x (+ (* (* x x) (+ (* (* x x) (+ (* x (* x -143/604800)) -11/15120)) -23/360)) 1/6)) |
(*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) #s(literal 1/6 binary64))) |
(+ (* (* x x) (+ (* (* x x) (+ (* x (* x -143/604800)) -11/15120)) -23/360)) 1/6) |
(fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) #s(literal 1/6 binary64)) |
(* x x) |
(*.f64 x x) |
(+ (* (* x x) (+ (* x (* x -143/604800)) -11/15120)) -23/360) |
(fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) |
(+ (* x (* x -143/604800)) -11/15120) |
(fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) |
(* x -143/604800) |
(*.f64 x #s(literal -143/604800 binary64)) |
-143/604800 |
#s(literal -143/604800 binary64) |
-11/15120 |
#s(literal -11/15120 binary64) |
-23/360 |
#s(literal -23/360 binary64) |
1/6 |
#s(literal 1/6 binary64) |
(/ (* (* x (* x x)) (+ (* (* x x) (+ (* x (* x 1/5040)) -1/120)) 1/6)) (tan x)) |
(/.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)) #s(literal 1/6 binary64)))) (tan.f64 x)) |
(* (* x (* x x)) (+ (* (* x x) (+ (* x (* x 1/5040)) -1/120)) 1/6)) |
(*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)) #s(literal 1/6 binary64)))) |
(* x (* x x)) |
(*.f64 x (*.f64 x x)) |
x |
(* x x) |
(*.f64 x x) |
(+ (* (* x x) (+ (* x (* x 1/5040)) -1/120)) 1/6) |
(fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)) #s(literal 1/6 binary64)) |
(+ (* x (* x 1/5040)) -1/120) |
(fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)) |
(* x 1/5040) |
(*.f64 x #s(literal 1/5040 binary64)) |
1/5040 |
#s(literal 1/5040 binary64) |
-1/120 |
#s(literal -1/120 binary64) |
1/6 |
#s(literal 1/6 binary64) |
(tan x) |
(tan.f64 x) |
(+ (* (/ (cos x) (sin x)) x) (neg (cos x))) |
(*.f64 (cos.f64 x) (+.f64 #s(literal -1 binary64) (/.f64 x (sin.f64 x)))) |
(/ (cos x) (sin x)) |
(/.f64 (cos.f64 x) (sin.f64 x)) |
(cos x) |
(cos.f64 x) |
x |
(sin x) |
(sin.f64 x) |
(neg (cos x)) |
(neg.f64 (cos.f64 x)) |
Found 20 expressions of interest:
| New | Metric | Score | Program |
|---|---|---|---|
| ✓ | accuracy | 100.0% | (neg.f64 (cos.f64 x)) |
| ✓ | accuracy | 100.0% | (cos.f64 x) |
| ✓ | accuracy | 100.0% | (/.f64 (cos.f64 x) (sin.f64 x)) |
| ✓ | accuracy | 5.5% | (fma.f64 (/.f64 (cos.f64 x) (sin.f64 x)) x (neg.f64 (cos.f64 x))) |
| ✓ | accuracy | 100.0% | (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal 1/5040 binary64)) #s(literal -1/120 binary64)) #s(literal 1/6 binary64)) |
| ✓ | accuracy | 99.9% | (*.f64 x (*.f64 x x)) |
| ✓ | accuracy | 99.8% | (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal 1/5040 binary64)) #s(literal -1/120 binary64)) #s(literal 1/6 binary64))) |
| ✓ | accuracy | 83.3% | (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal 1/5040 binary64)) #s(literal -1/120 binary64)) #s(literal 1/6 binary64))) (tan.f64 x)) |
| ✓ | accuracy | 99.9% | (*.f64 x #s(literal -143/604800 binary64)) |
| ✓ | accuracy | 99.8% | (/.f64 x (/.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) |
| ✓ | accuracy | 99.6% | (/.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) |
| ✓ | accuracy | 99.5% | (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
| ✓ | accuracy | 100.0% | (*.f64 x x) |
| ✓ | accuracy | 100.0% | (fma.f64 (*.f64 x x) #s(literal -23/360 binary64) #s(literal 1/6 binary64)) |
| ✓ | accuracy | 99.8% | (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -23/360 binary64) #s(literal 1/6 binary64)))) |
| ✓ | accuracy | 99.5% | (*.f64 x (fma.f64 (*.f64 x x) #s(literal -23/360 binary64) #s(literal 1/6 binary64))) |
| ✓ | accuracy | 100.0% | (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) |
| ✓ | accuracy | 99.8% | (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) x (*.f64 x #s(literal 1/6 binary64)))) |
| ✓ | accuracy | 99.6% | (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) |
| ✓ | accuracy | 99.4% | (*.f64 x #s(literal 1/6 binary64)) |
| 264.0ms | 181× | 2 | valid |
| 51.0ms | 68× | 1 | valid |
| 3.0ms | 7× | 0 | valid |
Compiled 316 to 49 computations (84.5% saved)
ival-cos: 61.0ms (22.4% of total)ival-mult: 55.0ms (20.2% of total)ival-sin: 44.0ms (16.1% of total)adjust: 33.0ms (12.1% of total)const: 31.0ms (11.4% of total)ival-div: 23.0ms (8.4% of total)ival-add: 22.0ms (8.1% of total)ival-neg: 3.0ms (1.1% of total)ival-tan: 2.0ms (0.7% of total)ival-assert: 0.0ms (0% of total)ival-true: 0.0ms (0% of total)exact: 0.0ms (0% of total)| Inputs |
|---|
#<alt (+ (* (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)) x) (* x 1/6))> |
#<alt (* x (+ (* (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)) x) (* x 1/6)))> |
#<alt (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360))> |
#<alt (* x x)> |
#<alt (* x (* x (+ (* (* x x) -23/360) 1/6)))> |
#<alt (* x (+ (* (* x x) -23/360) 1/6))> |
#<alt (+ (* (* x x) -23/360) 1/6)> |
#<alt (/ x (/ 1 (* x (+ (* (* x x) (+ (* (* x x) (+ (* x (* x -143/604800)) -11/15120)) -23/360)) 1/6))))> |
#<alt (/ 1 (* x (+ (* (* x x) (+ (* (* x x) (+ (* x (* x -143/604800)) -11/15120)) -23/360)) 1/6)))> |
#<alt (* x (+ (* (* x x) (+ (* (* x x) (+ (* x (* x -143/604800)) -11/15120)) -23/360)) 1/6))> |
#<alt (+ (* (* x x) (+ (* (* x x) (+ (* x (* x -143/604800)) -11/15120)) -23/360)) 1/6)> |
#<alt (/ (* (* x (* x x)) (+ (* (* x x) (+ (* x (* x 1/5040)) -1/120)) 1/6)) (tan x))> |
#<alt (* (* x (* x x)) (+ (* (* x x) (+ (* x (* x 1/5040)) -1/120)) 1/6))> |
#<alt (* x (* x x))> |
#<alt (+ (* (/ (cos x) (sin x)) x) (neg (cos x)))> |
#<alt (/ (cos x) (sin x))> |
#<alt (cos x)> |
#<alt (sin x)> |
#<alt (* x 1/6)> |
#<alt (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)> |
#<alt (* x -143/604800)> |
#<alt (+ (* (* x x) (+ (* x (* x 1/5040)) -1/120)) 1/6)> |
#<alt (neg (cos x))> |
| Outputs |
|---|
#<alt (* 1/6 x)> |
#<alt (* x (+ 1/6 (* -23/360 (pow x 2))))> |
#<alt (* x (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360))))> |
#<alt (* x (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360))))> |
#<alt (* -143/604800 (pow x 7))> |
#<alt (* -1 (* (pow x 7) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2))))))> |
#<alt (* (pow x 7) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800))> |
#<alt (* (pow x 7) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2)))))))> |
#<alt (* -143/604800 (pow x 7))> |
#<alt (* -1 (* (pow x 7) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2))))))> |
#<alt (* -1 (* (pow x 7) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2)))))))> |
#<alt (* -1 (* (pow x 7) (- (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))) (* 1/6 (/ 1 (pow x 6))))))> |
#<alt (* 1/6 (pow x 2))> |
#<alt (* (pow x 2) (+ 1/6 (* -23/360 (pow x 2))))> |
#<alt (* (pow x 2) (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360))))> |
#<alt (* (pow x 2) (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360))))> |
#<alt (* -143/604800 (pow x 8))> |
#<alt (* -1 (* (pow x 8) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2))))))> |
#<alt (* (pow x 8) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800))> |
#<alt (* (pow x 8) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2)))))))> |
#<alt (* -143/604800 (pow x 8))> |
#<alt (* -1 (* (pow x 8) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2))))))> |
#<alt (* (pow x 8) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800))> |
#<alt (* (pow x 8) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2)))))))> |
#<alt (* -23/360 (pow x 2))> |
#<alt (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360))> |
#<alt (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360))> |
#<alt (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360))> |
#<alt (* -143/604800 (pow x 6))> |
#<alt (* -1 (* (pow x 6) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2))))))> |
#<alt (* (pow x 6) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800))> |
#<alt (* (pow x 6) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800))> |
#<alt (* -143/604800 (pow x 6))> |
#<alt (* -1 (* (pow x 6) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2))))))> |
#<alt (* (pow x 6) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800))> |
#<alt (* (pow x 6) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800))> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (pow x 2)> |
#<alt (* 1/6 (pow x 2))> |
#<alt (* (pow x 2) (+ 1/6 (* -23/360 (pow x 2))))> |
#<alt (* (pow x 2) (+ 1/6 (* -23/360 (pow x 2))))> |
#<alt (* (pow x 2) (+ 1/6 (* -23/360 (pow x 2))))> |
#<alt (* -23/360 (pow x 4))> |
#<alt (* (pow x 4) (- (* 1/6 (/ 1 (pow x 2))) 23/360))> |
#<alt (* (pow x 4) (- (* 1/6 (/ 1 (pow x 2))) 23/360))> |
#<alt (* (pow x 4) (- (* 1/6 (/ 1 (pow x 2))) 23/360))> |
#<alt (* -23/360 (pow x 4))> |
#<alt (* (pow x 4) (- (* 1/6 (/ 1 (pow x 2))) 23/360))> |
#<alt (* (pow x 4) (- (* 1/6 (/ 1 (pow x 2))) 23/360))> |
#<alt (* (pow x 4) (- (* 1/6 (/ 1 (pow x 2))) 23/360))> |
#<alt (* 1/6 x)> |
#<alt (* x (+ 1/6 (* -23/360 (pow x 2))))> |
#<alt (* x (+ 1/6 (* -23/360 (pow x 2))))> |
#<alt (* x (+ 1/6 (* -23/360 (pow x 2))))> |
#<alt (* -23/360 (pow x 3))> |
#<alt (* (pow x 3) (- (* 1/6 (/ 1 (pow x 2))) 23/360))> |
#<alt (* (pow x 3) (- (* 1/6 (/ 1 (pow x 2))) 23/360))> |
#<alt (* (pow x 3) (- (* 1/6 (/ 1 (pow x 2))) 23/360))> |
#<alt (* -23/360 (pow x 3))> |
#<alt (* -1 (* (pow x 3) (- 23/360 (* 1/6 (/ 1 (pow x 2))))))> |
#<alt (* -1 (* (pow x 3) (- 23/360 (* 1/6 (/ 1 (pow x 2))))))> |
#<alt (* -1 (* (pow x 3) (- 23/360 (* 1/6 (/ 1 (pow x 2))))))> |
#<alt 1/6> |
#<alt (+ 1/6 (* -23/360 (pow x 2)))> |
#<alt (+ 1/6 (* -23/360 (pow x 2)))> |
#<alt (+ 1/6 (* -23/360 (pow x 2)))> |
#<alt (* -23/360 (pow x 2))> |
#<alt (* (pow x 2) (- (* 1/6 (/ 1 (pow x 2))) 23/360))> |
#<alt (* (pow x 2) (- (* 1/6 (/ 1 (pow x 2))) 23/360))> |
#<alt (* (pow x 2) (- (* 1/6 (/ 1 (pow x 2))) 23/360))> |
#<alt (* -23/360 (pow x 2))> |
#<alt (* (pow x 2) (- (* 1/6 (/ 1 (pow x 2))) 23/360))> |
#<alt (* (pow x 2) (- (* 1/6 (/ 1 (pow x 2))) 23/360))> |
#<alt (* (pow x 2) (- (* 1/6 (/ 1 (pow x 2))) 23/360))> |
#<alt (* 1/6 (pow x 2))> |
#<alt (* (pow x 2) (+ 1/6 (* -23/360 (pow x 2))))> |
#<alt (* (pow x 2) (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360))))> |
#<alt (* (pow x 2) (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360))))> |
#<alt (* -143/604800 (pow x 8))> |
#<alt (* -1 (* (pow x 8) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2))))))> |
#<alt (* (pow x 8) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800))> |
#<alt (* (pow x 8) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2)))))))> |
#<alt (* -143/604800 (pow x 8))> |
#<alt (* -1 (* (pow x 8) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2))))))> |
#<alt (* (pow x 8) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800))> |
#<alt (* (pow x 8) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2)))))))> |
#<alt (/ 6 x)> |
#<alt (/ (+ 6 (* 23/10 (pow x 2))) x)> |
#<alt (/ (+ 6 (* (pow x 2) (+ 23/10 (* 1271/1400 (pow x 2))))) x)> |
#<alt (/ (+ 6 (* (pow x 2) (+ 23/10 (* (pow x 2) (+ 1271/1400 (* 46187/126000 (pow x 2))))))) x)> |
#<alt (/ -604800/143 (pow x 7))> |
#<alt (/ (- (* 24192000/1859 (/ 1 (pow x 2))) 604800/143) (pow x 7))> |
#<alt (/ (- (+ (* 24192000/1859 (/ 1 (pow x 2))) (/ 293158656000/265837 (pow x 4))) 604800/143) (pow x 7))> |
#<alt (/ (- (+ (* 24192000/1859 (/ 1 (pow x 2))) (/ 293158656000/265837 (pow x 4))) (+ 604800/143 (* 34181360640000/3455881 (/ 1 (pow x 6))))) (pow x 7))> |
#<alt (/ -604800/143 (pow x 7))> |
#<alt (* -1 (/ (- 604800/143 (* 24192000/1859 (/ 1 (pow x 2)))) (pow x 7)))> |
#<alt (* -1 (/ (+ 604800/143 (* -1 (/ (+ 24192000/1859 (* 293158656000/265837 (/ 1 (pow x 2)))) (pow x 2)))) (pow x 7)))> |
#<alt (* -1 (/ (- (+ 604800/143 (* 34181360640000/3455881 (/ 1 (pow x 6)))) (+ (* 24192000/1859 (/ 1 (pow x 2))) (/ 293158656000/265837 (pow x 4)))) (pow x 7)))> |
#<alt (* 1/6 x)> |
#<alt (* x (+ 1/6 (* -23/360 (pow x 2))))> |
#<alt (* x (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360))))> |
#<alt (* x (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360))))> |
#<alt (* -143/604800 (pow x 7))> |
#<alt (* -1 (* (pow x 7) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2))))))> |
#<alt (* (pow x 7) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800))> |
#<alt (* (pow x 7) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2)))))))> |
#<alt (* -143/604800 (pow x 7))> |
#<alt (* -1 (* (pow x 7) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2))))))> |
#<alt (* -1 (* (pow x 7) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2)))))))> |
#<alt (* -1 (* (pow x 7) (- (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))) (* 1/6 (/ 1 (pow x 6))))))> |
#<alt 1/6> |
#<alt (+ 1/6 (* -23/360 (pow x 2)))> |
#<alt (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360)))> |
#<alt (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360)))> |
#<alt (* -143/604800 (pow x 6))> |
#<alt (* -1 (* (pow x 6) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2))))))> |
#<alt (* (pow x 6) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800))> |
#<alt (* (pow x 6) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2)))))))> |
#<alt (* -143/604800 (pow x 6))> |
#<alt (* -1 (* (pow x 6) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2))))))> |
#<alt (* (pow x 6) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800))> |
#<alt (* (pow x 6) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2)))))))> |
#<alt (* 1/6 (pow x 2))> |
#<alt (* (pow x 2) (+ 1/6 (* -23/360 (pow x 2))))> |
#<alt (* (pow x 2) (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360))))> |
#<alt (* (pow x 2) (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -53/226800 (pow x 2)) 11/15120)) 23/360))))> |
#<alt (* 1/5040 (/ (* (pow x 7) (cos x)) (sin x)))> |
#<alt (* (pow x 7) (+ (* -1/120 (/ (cos x) (* (pow x 2) (sin x)))) (* 1/5040 (/ (cos x) (sin x)))))> |
#<alt (* (pow x 7) (+ (* -1/120 (/ (cos x) (* (pow x 2) (sin x)))) (+ (* 1/5040 (/ (cos x) (sin x))) (* 1/6 (/ (cos x) (* (pow x 4) (sin x)))))))> |
#<alt (* (pow x 7) (+ (* -1/120 (/ (cos x) (* (pow x 2) (sin x)))) (+ (* 1/5040 (/ (cos x) (sin x))) (* 1/6 (/ (cos x) (* (pow x 4) (sin x)))))))> |
#<alt (* 1/5040 (/ (* (pow x 7) (cos x)) (sin x)))> |
#<alt (* -1 (* (pow x 7) (+ (* -1/5040 (/ (cos x) (sin x))) (* 1/120 (/ (cos x) (* (pow x 2) (sin x)))))))> |
#<alt (* -1 (* (pow x 7) (+ (* -1/6 (/ (cos x) (* (pow x 4) (sin x)))) (+ (* -1/5040 (/ (cos x) (sin x))) (* 1/120 (/ (cos x) (* (pow x 2) (sin x))))))))> |
#<alt (* -1 (* (pow x 7) (+ (* -1/6 (/ (cos x) (* (pow x 4) (sin x)))) (+ (* -1/5040 (/ (cos x) (sin x))) (* 1/120 (/ (cos x) (* (pow x 2) (sin x))))))))> |
#<alt (* 1/6 (pow x 3))> |
#<alt (* (pow x 3) (+ 1/6 (* -1/120 (pow x 2))))> |
#<alt (* (pow x 3) (+ 1/6 (* (pow x 2) (- (* 1/5040 (pow x 2)) 1/120))))> |
#<alt (* (pow x 3) (+ 1/6 (* (pow x 2) (- (* 1/5040 (pow x 2)) 1/120))))> |
#<alt (* 1/5040 (pow x 7))> |
#<alt (* (pow x 7) (- 1/5040 (* 1/120 (/ 1 (pow x 2)))))> |
#<alt (* (pow x 7) (- (+ 1/5040 (/ 1/6 (pow x 4))) (* 1/120 (/ 1 (pow x 2)))))> |
#<alt (* (pow x 7) (- (+ 1/5040 (/ 1/6 (pow x 4))) (* 1/120 (/ 1 (pow x 2)))))> |
#<alt (* 1/5040 (pow x 7))> |
#<alt (* -1 (* (pow x 7) (- (* 1/120 (/ 1 (pow x 2))) 1/5040)))> |
#<alt (* -1 (* (pow x 7) (- (* 1/120 (/ 1 (pow x 2))) (+ 1/5040 (/ 1/6 (pow x 4))))))> |
#<alt (* -1 (* (pow x 7) (- (* 1/120 (/ 1 (pow x 2))) (+ 1/5040 (/ 1/6 (pow x 4))))))> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (pow x 3)> |
#<alt (* 1/6 (pow x 2))> |
#<alt (* (pow x 2) (+ 1/6 (* -23/360 (pow x 2))))> |
#<alt (* (pow x 2) (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360))))> |
#<alt (* (pow x 2) (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360))))> |
#<alt (/ (* x (cos x)) (sin x))> |
#<alt (* x (+ (* -1 (/ (cos x) x)) (/ (cos x) (sin x))))> |
#<alt (* x (+ (* -1 (/ (cos x) x)) (/ (cos x) (sin x))))> |
#<alt (* x (+ (* -1 (/ (cos x) x)) (/ (cos x) (sin x))))> |
#<alt (/ (* x (cos x)) (sin x))> |
#<alt (* -1 (* x (+ (* -1 (/ (cos x) (sin x))) (/ (cos x) x))))> |
#<alt (* -1 (* x (+ (* -1 (/ (cos x) (sin x))) (/ (cos x) x))))> |
#<alt (* -1 (* x (+ (* -1 (/ (cos x) (sin x))) (/ (cos x) x))))> |
#<alt (/ 1 x)> |
#<alt (/ (+ 1 (* -1/3 (pow x 2))) x)> |
#<alt (/ (+ 1 (* (pow x 2) (- (* -1/45 (pow x 2)) 1/3))) x)> |
#<alt (/ (+ 1 (* (pow x 2) (- (* (pow x 2) (- (* -2/945 (pow x 2)) 1/45)) 1/3))) x)> |
#<alt (/ (cos x) (sin x))> |
#<alt (/ (cos x) (sin x))> |
#<alt (/ (cos x) (sin x))> |
#<alt (/ (cos x) (sin x))> |
#<alt (/ (cos x) (sin x))> |
#<alt (/ (cos x) (sin x))> |
#<alt (/ (cos x) (sin x))> |
#<alt (/ (cos x) (sin x))> |
#<alt 1> |
#<alt (+ 1 (* -1/2 (pow x 2)))> |
#<alt (+ 1 (* (pow x 2) (- (* 1/24 (pow x 2)) 1/2)))> |
#<alt (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 1/24 (* -1/720 (pow x 2)))) 1/2)))> |
#<alt (cos x)> |
#<alt (cos x)> |
#<alt (cos x)> |
#<alt (cos x)> |
#<alt (cos x)> |
#<alt (cos x)> |
#<alt (cos x)> |
#<alt (cos x)> |
#<alt x> |
#<alt (* x (+ 1 (* -1/6 (pow x 2))))> |
#<alt (* x (+ 1 (* (pow x 2) (- (* 1/120 (pow x 2)) 1/6))))> |
#<alt (* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 1/120 (* -1/5040 (pow x 2)))) 1/6))))> |
#<alt (sin x)> |
#<alt (sin x)> |
#<alt (sin x)> |
#<alt (sin x)> |
#<alt (sin x)> |
#<alt (sin x)> |
#<alt (sin x)> |
#<alt (sin x)> |
#<alt (* 1/6 x)> |
#<alt (* 1/6 x)> |
#<alt (* 1/6 x)> |
#<alt (* 1/6 x)> |
#<alt (* 1/6 x)> |
#<alt (* 1/6 x)> |
#<alt (* 1/6 x)> |
#<alt (* 1/6 x)> |
#<alt (* 1/6 x)> |
#<alt (* 1/6 x)> |
#<alt (* 1/6 x)> |
#<alt (* 1/6 x)> |
#<alt -23/360> |
#<alt (- (* -11/15120 (pow x 2)) 23/360)> |
#<alt (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360)> |
#<alt (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360)> |
#<alt (* -143/604800 (pow x 4))> |
#<alt (* -1 (* (pow x 4) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2))))))> |
#<alt (* (pow x 4) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800))> |
#<alt (* (pow x 4) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800))> |
#<alt (* -143/604800 (pow x 4))> |
#<alt (* -1 (* (pow x 4) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2))))))> |
#<alt (* (pow x 4) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800))> |
#<alt (* (pow x 4) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800))> |
#<alt (* -143/604800 x)> |
#<alt (* -143/604800 x)> |
#<alt (* -143/604800 x)> |
#<alt (* -143/604800 x)> |
#<alt (* -143/604800 x)> |
#<alt (* -143/604800 x)> |
#<alt (* -143/604800 x)> |
#<alt (* -143/604800 x)> |
#<alt (* -143/604800 x)> |
#<alt (* -143/604800 x)> |
#<alt (* -143/604800 x)> |
#<alt (* -143/604800 x)> |
#<alt 1/6> |
#<alt (+ 1/6 (* -1/120 (pow x 2)))> |
#<alt (+ 1/6 (* (pow x 2) (- (* 1/5040 (pow x 2)) 1/120)))> |
#<alt (+ 1/6 (* (pow x 2) (- (* 1/5040 (pow x 2)) 1/120)))> |
#<alt (* 1/5040 (pow x 4))> |
#<alt (* (pow x 4) (- 1/5040 (* 1/120 (/ 1 (pow x 2)))))> |
#<alt (* (pow x 4) (- (+ 1/5040 (/ 1/6 (pow x 4))) (* 1/120 (/ 1 (pow x 2)))))> |
#<alt (* (pow x 4) (- (+ 1/5040 (/ 1/6 (pow x 4))) (* 1/120 (/ 1 (pow x 2)))))> |
#<alt (* 1/5040 (pow x 4))> |
#<alt (* (pow x 4) (- 1/5040 (* 1/120 (/ 1 (pow x 2)))))> |
#<alt (* (pow x 4) (- (+ 1/5040 (/ 1/6 (pow x 4))) (* 1/120 (/ 1 (pow x 2)))))> |
#<alt (* (pow x 4) (- (+ 1/5040 (/ 1/6 (pow x 4))) (* 1/120 (/ 1 (pow x 2)))))> |
#<alt -1> |
#<alt (- (* 1/2 (pow x 2)) 1)> |
#<alt (- (* (pow x 2) (+ 1/2 (* -1/24 (pow x 2)))) 1)> |
#<alt (- (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24)))) 1)> |
#<alt (* -1 (cos x))> |
#<alt (* -1 (cos x))> |
#<alt (* -1 (cos x))> |
#<alt (* -1 (cos x))> |
#<alt (* -1 (cos x))> |
#<alt (* -1 (cos x))> |
#<alt (* -1 (cos x))> |
#<alt (* -1 (cos x))> |
69 calls:
| Time | Variable | Point | Expression | |
|---|---|---|---|---|
| 3.0ms | x | @ | -inf | (+ (* (/ (cos x) (sin x)) x) (neg (cos x))) |
| 0.0ms | x | @ | inf | (+ (* (/ (cos x) (sin x)) x) (neg (cos x))) |
| 0.0ms | x | @ | -inf | (/ (* (* x (* x x)) (+ (* (* x x) (+ (* x (* x 1/5040)) -1/120)) 1/6)) (tan x)) |
| 0.0ms | x | @ | inf | (* x (* x (+ (* (* x x) -23/360) 1/6))) |
| 0.0ms | x | @ | -inf | (* x -143/604800) |
| 1× | batch-egg-rewrite |
| 5 532× | accelerator-lowering-fma.f32 |
| 5 532× | accelerator-lowering-fma.f64 |
| 4 268× | *-lowering-*.f32 |
| 4 268× | *-lowering-*.f64 |
| 4 188× | /-lowering-/.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 47 | 269 |
| 1 | 314 | 267 |
| 2 | 2159 | 267 |
| 0 | 8439 | 236 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(+ (* (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)) x) (* x 1/6)) |
(* x (+ (* (* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)) x) (* x 1/6))) |
(* (* x x) (+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360)) |
(* x x) |
(* x (* x (+ (* (* x x) -23/360) 1/6))) |
(* x (+ (* (* x x) -23/360) 1/6)) |
(+ (* (* x x) -23/360) 1/6) |
(/ x (/ 1 (* x (+ (* (* x x) (+ (* (* x x) (+ (* x (* x -143/604800)) -11/15120)) -23/360)) 1/6)))) |
(/ 1 (* x (+ (* (* x x) (+ (* (* x x) (+ (* x (* x -143/604800)) -11/15120)) -23/360)) 1/6))) |
(* x (+ (* (* x x) (+ (* (* x x) (+ (* x (* x -143/604800)) -11/15120)) -23/360)) 1/6)) |
(+ (* (* x x) (+ (* (* x x) (+ (* x (* x -143/604800)) -11/15120)) -23/360)) 1/6) |
(/ (* (* x (* x x)) (+ (* (* x x) (+ (* x (* x 1/5040)) -1/120)) 1/6)) (tan x)) |
(* (* x (* x x)) (+ (* (* x x) (+ (* x (* x 1/5040)) -1/120)) 1/6)) |
(* x (* x x)) |
(+ (* (/ (cos x) (sin x)) x) (neg (cos x))) |
(/ (cos x) (sin x)) |
(cos x) |
(sin x) |
(* x 1/6) |
(+ (* (* x x) (+ (* (* x x) -143/604800) -11/15120)) -23/360) |
(* x -143/604800) |
(+ (* (* x x) (+ (* x (* x 1/5040)) -1/120)) 1/6) |
(neg (cos x)) |
| Outputs |
|---|
(+.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 x #s(literal 1/6 binary64))) |
(+.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) |
(exp.f64 (*.f64 (log.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) #s(literal -1 binary64)) #s(literal -1 binary64))) |
(exp.f64 (neg.f64 (*.f64 (log.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) #s(literal -1 binary64)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/36 binary64)) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) (/.f64 #s(literal 1 binary64) x)) (/.f64 (/.f64 #s(literal 1/36 binary64) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) (/.f64 #s(literal 1 binary64) x))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) #s(literal 1 binary64)) (/.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/36 binary64)) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) #s(literal 1 binary64))) |
(-.f64 (/.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/36 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))))) |
(-.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/36 binary64)) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))) (/.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))))) |
(fma.f64 x #s(literal 1/6 binary64) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) |
(fma.f64 x (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 x #s(literal 1/6 binary64))) |
(fma.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 x #s(literal 1/6 binary64))) |
(fma.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)) (*.f64 x #s(literal 1/6 binary64))) |
(fma.f64 #s(literal 1/6 binary64) x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) |
(fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) x (*.f64 x #s(literal 1/6 binary64))) |
(fma.f64 (*.f64 x (*.f64 x x)) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x #s(literal 1/6 binary64))) |
(fma.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 x x) (*.f64 x #s(literal 1/6 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x #s(literal 1/6 binary64)) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))))) (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 x x) #s(literal 1/36 binary64) (-.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 x #s(literal 1/6 binary64))))) (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/36 binary64)) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))))) (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)) (*.f64 x (fma.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) #s(literal -1/36 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))))) (*.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64)) x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)) (*.f64 (fma.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) #s(literal -1/36 binary64)) x))) |
(/.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) |
(/.f64 (neg.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) #s(literal -1 binary64)) |
(/.f64 (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64))) (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x #s(literal 1/6 binary64)) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))))) |
(/.f64 (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64))) (*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x #s(literal 1/6 binary64)) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))))))) |
(/.f64 (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64))) (fma.f64 (*.f64 x x) #s(literal 1/36 binary64) (-.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 x #s(literal 1/6 binary64)))))) |
(/.f64 (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(/.f64 (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) (*.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) #s(literal 1 binary64)) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (neg.f64 (/.f64 #s(literal 1 binary64) x))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64)))) (neg.f64 (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x #s(literal 1/6 binary64)) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64)))) (neg.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x #s(literal 1/6 binary64)) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64)))) (neg.f64 (fma.f64 (*.f64 x x) #s(literal 1/36 binary64) (-.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 x #s(literal 1/6 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) (neg.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) (neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) #s(literal 1/36 binary64)) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))) |
(/.f64 (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64))) (fma.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))))) |
(/.f64 (*.f64 x (fma.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) #s(literal -1/36 binary64))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64)) x) (fma.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) #s(literal -1/36 binary64)) x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) (*.f64 (*.f64 x x) #s(literal 1/36 binary64)))) (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64))))) (neg.f64 (neg.f64 (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x #s(literal 1/6 binary64)) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))))) (neg.f64 (neg.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 x x) #s(literal 1/36 binary64)) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))))) (neg.f64 (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))))) |
(/.f64 (neg.f64 (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64)))) (neg.f64 (fma.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))))))) |
(/.f64 (neg.f64 (*.f64 x (fma.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) #s(literal -1/36 binary64)))) (neg.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64)) x)) (neg.f64 (fma.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) #s(literal -1/36 binary64)) x)) (neg.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/36 binary64)) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) (/.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) (fma.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/36 binary64)) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/36 binary64)) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) (*.f64 (/.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/36 binary64)) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))))))) |
(pow.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) #s(literal -1 binary64)) |
(*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(*.f64 x (pow.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)) #s(literal 1 binary64))) |
(*.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) |
(*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)) x) |
(*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) #s(literal 1 binary64)) |
(*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (/.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) |
(*.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))))) |
(*.f64 #s(literal -1 binary64) (pow.f64 (neg.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) #s(literal 1 binary64))) |
(*.f64 (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x #s(literal 1/6 binary64)) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))))))) |
(*.f64 (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) |
(*.f64 (pow.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)) #s(literal 1 binary64)) x) |
(*.f64 (pow.f64 (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x #s(literal 1/6 binary64)) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (pow.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) #s(literal -1/2 binary64)) #s(literal -1 binary64)) (pow.f64 (pow.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) #s(literal -1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x #s(literal 1/6 binary64)) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) |
(*.f64 (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))))))) |
(*.f64 (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (fma.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) #s(literal -1/36 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(*.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64)) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))))) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 (fma.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) #s(literal -1/36 binary64)) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x #s(literal 1/6 binary64)) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))))) #s(literal 1 binary64)) (/.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x #s(literal 1/6 binary64)) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))))))) |
(*.f64 (/.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) x) (/.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(+.f64 (*.f64 (*.f64 x x) #s(literal 1/6 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))) |
(+.f64 (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal -1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) |
(-.f64 (/.f64 (*.f64 (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))) (-.f64 (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/6 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) (-.f64 (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))))) |
(fma.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) |
(fma.f64 x (*.f64 x #s(literal 1/6 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))) |
(fma.f64 (*.f64 x x) #s(literal 1/6 binary64) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))) |
(fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) |
(fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) x (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) |
(fma.f64 #s(literal 1/6 binary64) (*.f64 x x) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))) |
(fma.f64 (*.f64 x #s(literal 1/6 binary64)) x (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))) |
(fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) |
(fma.f64 (*.f64 x (*.f64 x x)) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) |
(neg.f64 (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) |
(/.f64 x (/.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x #s(literal 1/6 binary64)) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))))) (*.f64 x (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x #s(literal 1/6 binary64)) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))))) (*.f64 x (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) (*.f64 x (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) (*.f64 x (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (-.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/6 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) (*.f64 (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))))) (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) (-.f64 (*.f64 (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/6 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x #s(literal 1/6 binary64)) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))))) (*.f64 (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64))) x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) (*.f64 (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) x))) |
(/.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))))) |
(/.f64 (neg.f64 x) (/.f64 #s(literal -1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) |
(/.f64 (*.f64 x (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64)))) (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x #s(literal 1/6 binary64)) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))))) |
(/.f64 (*.f64 x (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64)))) (*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x #s(literal 1/6 binary64)) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))))))) |
(/.f64 (*.f64 x (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(/.f64 (*.f64 x (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) (*.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) |
(/.f64 (neg.f64 (neg.f64 x)) (/.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64)))) (fma.f64 (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (-.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/6 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) (*.f64 (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/6 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))) (-.f64 (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64))) x) (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x #s(literal 1/6 binary64)) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))))) |
(/.f64 (*.f64 (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) #s(literal -1 binary64)) |
(/.f64 (neg.f64 (*.f64 x (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64))))) (neg.f64 (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x #s(literal 1/6 binary64)) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))))))) |
(/.f64 (neg.f64 (*.f64 x (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64))))) (neg.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x #s(literal 1/6 binary64)) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))))))) |
(/.f64 (neg.f64 (*.f64 x (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))))) (neg.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) |
(/.f64 (neg.f64 (*.f64 x (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))))) (neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))))) |
(/.f64 (neg.f64 (neg.f64 (neg.f64 x))) (/.f64 #s(literal -1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64))))) (neg.f64 (fma.f64 (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (-.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/6 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) (*.f64 (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/6 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))))) (neg.f64 (-.f64 (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64))) x)) (neg.f64 (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x #s(literal 1/6 binary64)) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) x)) (neg.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))))) (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/6 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64)) (-.f64 (*.f64 (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/6 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) #s(literal -1 binary64)) |
(*.f64 x (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) |
(*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(*.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) |
(*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)) (*.f64 x x)) |
(*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) x) |
(*.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) |
(*.f64 (neg.f64 x) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))))) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (neg.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))))) |
(*.f64 (/.f64 x x) (/.f64 (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(*.f64 (/.f64 x (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) x) |
(*.f64 (/.f64 x (pow.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 x (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x #s(literal 1/6 binary64)) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))))))) |
(*.f64 (/.f64 x (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))))) (/.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) |
(*.f64 (/.f64 x (/.f64 (/.f64 #s(literal 1 binary64) x) (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))))))) |
(*.f64 (/.f64 x (/.f64 (/.f64 #s(literal 1 binary64) x) (fma.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) #s(literal -1/36 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(*.f64 (/.f64 (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) x) (/.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(+.f64 (*.f64 (*.f64 x x) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))))))) |
(+.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))) (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) |
(-.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))))))) (-.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))) (*.f64 (*.f64 x x) #s(literal -23/360 binary64)))) (/.f64 (*.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (-.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))) (*.f64 (*.f64 x x) #s(literal -23/360 binary64))))) |
(fma.f64 x (*.f64 x #s(literal -23/360 binary64)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))))))) |
(fma.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))))) (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) |
(fma.f64 x (*.f64 (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) |
(fma.f64 (*.f64 x x) #s(literal -23/360 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))))))) |
(fma.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) |
(fma.f64 #s(literal -23/360 binary64) (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))))))) |
(fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) |
(fma.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 x x) (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) |
(fma.f64 (*.f64 x (*.f64 x x)) (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) |
(fma.f64 (*.f64 x #s(literal -23/360 binary64)) x (*.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))))))) |
(fma.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) |
(fma.f64 (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) x) x (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))) (-.f64 (*.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))) (*.f64 (*.f64 x x) #s(literal -23/360 binary64))))) (fma.f64 (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 #s(literal -12167/46656000 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))) (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) (-.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))))))) (*.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (fma.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))))) #s(literal -12167/46656000 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))) #s(literal -529/129600 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (fma.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) (*.f64 (fma.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))))) #s(literal -12167/46656000 binary64)) (*.f64 x x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 23/360 binary64)) (*.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))) #s(literal -529/129600 binary64)) (*.f64 x x)))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 #s(literal -12167/46656000 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (fma.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))) (-.f64 (*.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))) (*.f64 (*.f64 x x) #s(literal -23/360 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))))))) (*.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (-.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))) (*.f64 (*.f64 x x) #s(literal -23/360 binary64)))) |
(/.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))))) #s(literal -12167/46656000 binary64))) (-.f64 (fma.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) |
(/.f64 (*.f64 (*.f64 x x) (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))) #s(literal -529/129600 binary64))) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 23/360 binary64))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))))) #s(literal -12167/46656000 binary64)) (*.f64 x x)) (-.f64 (fma.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))) #s(literal -529/129600 binary64)) (*.f64 x x)) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 23/360 binary64))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 #s(literal -12167/46656000 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) (neg.f64 (fma.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))) (-.f64 (*.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))) (*.f64 (*.f64 x x) #s(literal -23/360 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))))))) (*.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (neg.f64 (-.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))) (*.f64 (*.f64 x x) #s(literal -23/360 binary64))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))))) #s(literal -12167/46656000 binary64)))) (neg.f64 (-.f64 (fma.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x x) (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))) #s(literal -529/129600 binary64)))) (neg.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 23/360 binary64)))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))))) #s(literal -12167/46656000 binary64)) (*.f64 x x))) (neg.f64 (-.f64 (fma.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))) #s(literal -529/129600 binary64)) (*.f64 x x))) (neg.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 23/360 binary64)))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -12167/46656000 binary64)) (*.f64 (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (fma.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) (-.f64 (*.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))))))) (*.f64 (*.f64 (*.f64 x x) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))))))) |
(*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)))) |
(*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) |
(*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x x)) |
(*.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) x) |
(exp.f64 (*.f64 (log.f64 x) #s(literal 2 binary64))) |
(/.f64 x (/.f64 #s(literal 1 binary64) x)) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) x) x)) |
(/.f64 (neg.f64 x) (neg.f64 (/.f64 #s(literal 1 binary64) x))) |
(pow.f64 x #s(literal 2 binary64)) |
(pow.f64 (*.f64 x x) #s(literal 1 binary64)) |
(pow.f64 (exp.f64 (log.f64 x)) #s(literal 2 binary64)) |
(*.f64 x x) |
(*.f64 (*.f64 x x) #s(literal 1 binary64)) |
(*.f64 (exp.f64 (log.f64 x)) (exp.f64 (log.f64 x))) |
(+.f64 (*.f64 (*.f64 x x) #s(literal 1/6 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal -23/360 binary64)))) |
(+.f64 (*.f64 (*.f64 x x) #s(literal 1/6 binary64)) (*.f64 (*.f64 (*.f64 x x) #s(literal -23/360 binary64)) (*.f64 x x))) |
(+.f64 (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal -23/360 binary64)))) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) |
(+.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) |
(+.f64 (*.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) x) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) |
(+.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal -23/360 binary64)) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) |
(fma.f64 x (*.f64 x #s(literal 1/6 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal -23/360 binary64)))) |
(fma.f64 x (*.f64 x #s(literal 1/6 binary64)) (*.f64 (*.f64 (*.f64 x x) #s(literal -23/360 binary64)) (*.f64 x x))) |
(fma.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) |
(fma.f64 (*.f64 x x) #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal -23/360 binary64)))) |
(fma.f64 (*.f64 x x) #s(literal 1/6 binary64) (*.f64 (*.f64 (*.f64 x x) #s(literal -23/360 binary64)) (*.f64 x x))) |
(fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) |
(fma.f64 #s(literal 1/6 binary64) (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal -23/360 binary64)))) |
(fma.f64 #s(literal 1/6 binary64) (*.f64 x x) (*.f64 (*.f64 (*.f64 x x) #s(literal -23/360 binary64)) (*.f64 x x))) |
(fma.f64 (*.f64 x #s(literal 1/6 binary64)) x (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal -23/360 binary64)))) |
(fma.f64 (*.f64 x #s(literal 1/6 binary64)) x (*.f64 (*.f64 (*.f64 x x) #s(literal -23/360 binary64)) (*.f64 x x))) |
(fma.f64 (*.f64 (*.f64 x x) #s(literal -23/360 binary64)) (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) |
(fma.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) x (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (fma.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/36 binary64)) (*.f64 (*.f64 x x) #s(literal -23/2160 binary64))) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -12167/46656000 binary64)) #s(literal 1/216 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal -1/6 binary64)) (*.f64 (*.f64 x x) (fma.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/36 binary64))))) |
(/.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -12167/46656000 binary64)) #s(literal 1/216 binary64))) (-.f64 (fma.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/36 binary64)) (*.f64 (*.f64 x x) #s(literal -23/2160 binary64)))) |
(/.f64 (*.f64 (*.f64 x x) (fma.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/36 binary64))) (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -12167/46656000 binary64)) #s(literal 1/216 binary64)))) (neg.f64 (-.f64 (fma.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/36 binary64)) (*.f64 (*.f64 x x) #s(literal -23/2160 binary64))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x x) (fma.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/36 binary64)))) (neg.f64 (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64)) (pow.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/6 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64)) (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal -23/360 binary64)))) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/6 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal -23/360 binary64))))))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64)) (pow.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal -23/360 binary64)) (*.f64 x x)) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/6 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64)) (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal -23/360 binary64)) (*.f64 x x)) (*.f64 (*.f64 (*.f64 x x) #s(literal -23/360 binary64)) (*.f64 x x))) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/6 binary64)) (*.f64 (*.f64 (*.f64 x x) #s(literal -23/360 binary64)) (*.f64 x x)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal -23/360 binary64)))) #s(literal 3 binary64)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64)))) (fma.f64 (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal -23/360 binary64)))) (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal -23/360 binary64)))) (-.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/6 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) (*.f64 (*.f64 x (*.f64 x (*.f64 (*.f64 x x) #s(literal -23/360 binary64)))) (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) #s(literal 3 binary64)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64)))) (fma.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) (-.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/6 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) x) #s(literal 3 binary64)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64)))) (fma.f64 (*.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) x) (*.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) x) (-.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/6 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) (*.f64 (*.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) x) (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal -23/360 binary64)) (*.f64 x x)) #s(literal 3 binary64)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64)))) (fma.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal -23/360 binary64)) (*.f64 x x)) (*.f64 (*.f64 (*.f64 x x) #s(literal -23/360 binary64)) (*.f64 x x)) (-.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/6 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) (*.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal -23/360 binary64)) (*.f64 x x)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))))) |
(*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) |
(*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(*.f64 (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal 1/6 binary64)) (*.f64 x x)) |
(*.f64 (*.f64 x (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) x) |
(+.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -23/360 binary64)))) |
(+.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) (*.f64 x #s(literal 1/6 binary64))) |
(-.f64 (/.f64 (*.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -23/360 binary64)))) (-.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) (*.f64 x #s(literal 1/6 binary64)))) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/36 binary64)) (-.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) (*.f64 x #s(literal 1/6 binary64))))) |
(fma.f64 x #s(literal 1/6 binary64) (*.f64 x (*.f64 (*.f64 x x) #s(literal -23/360 binary64)))) |
(fma.f64 x (*.f64 (*.f64 x x) #s(literal -23/360 binary64)) (*.f64 x #s(literal 1/6 binary64))) |
(fma.f64 (*.f64 x x) (*.f64 x #s(literal -23/360 binary64)) (*.f64 x #s(literal 1/6 binary64))) |
(fma.f64 #s(literal -23/360 binary64) (*.f64 x (*.f64 x x)) (*.f64 x #s(literal 1/6 binary64))) |
(fma.f64 #s(literal 1/6 binary64) x (*.f64 x (*.f64 (*.f64 x x) #s(literal -23/360 binary64)))) |
(fma.f64 (*.f64 (*.f64 x x) #s(literal -23/360 binary64)) x (*.f64 x #s(literal 1/6 binary64))) |
(fma.f64 (*.f64 x (*.f64 x x)) #s(literal -23/360 binary64) (*.f64 x #s(literal 1/6 binary64))) |
(fma.f64 (*.f64 x #s(literal -23/360 binary64)) (*.f64 x x) (*.f64 x #s(literal 1/6 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/36 binary64)) (*.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) (*.f64 x #s(literal 1/6 binary64))))) (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 #s(literal -12167/46656000 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) (*.f64 x #s(literal 1/6 binary64))) (-.f64 (*.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -23/360 binary64)))) (*.f64 (*.f64 x x) #s(literal 1/36 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (fma.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/36 binary64)) (*.f64 (*.f64 x x) #s(literal -23/2160 binary64))) (*.f64 x (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -12167/46656000 binary64)) #s(literal 1/216 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal -1/6 binary64)) (*.f64 x (fma.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/36 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (fma.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/36 binary64)) (*.f64 (*.f64 x x) #s(literal -23/2160 binary64))) (*.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -12167/46656000 binary64)) #s(literal 1/216 binary64)) x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal -1/6 binary64)) (*.f64 (fma.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/36 binary64)) x))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 #s(literal -12167/46656000 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64))) (fma.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/36 binary64)) (*.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) (*.f64 x #s(literal 1/6 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -23/360 binary64)))) (*.f64 (*.f64 x x) #s(literal 1/36 binary64))) (-.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) (*.f64 x #s(literal 1/6 binary64)))) |
(/.f64 (*.f64 x (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -12167/46656000 binary64)) #s(literal 1/216 binary64))) (-.f64 (fma.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/36 binary64)) (*.f64 (*.f64 x x) #s(literal -23/2160 binary64)))) |
(/.f64 (*.f64 x (fma.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/36 binary64))) (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -12167/46656000 binary64)) #s(literal 1/216 binary64)) x) (-.f64 (fma.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/36 binary64)) (*.f64 (*.f64 x x) #s(literal -23/2160 binary64)))) |
(/.f64 (*.f64 (fma.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/36 binary64)) x) (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 #s(literal -12167/46656000 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64)))) (neg.f64 (fma.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/36 binary64)) (*.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) (*.f64 x #s(literal 1/6 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -23/360 binary64)))) (*.f64 (*.f64 x x) #s(literal 1/36 binary64)))) (neg.f64 (-.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) (*.f64 x #s(literal 1/6 binary64))))) |
(/.f64 (neg.f64 (*.f64 x (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -12167/46656000 binary64)) #s(literal 1/216 binary64)))) (neg.f64 (-.f64 (fma.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/36 binary64)) (*.f64 (*.f64 x x) #s(literal -23/2160 binary64))))) |
(/.f64 (neg.f64 (*.f64 x (fma.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/36 binary64)))) (neg.f64 (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -12167/46656000 binary64)) #s(literal 1/216 binary64)) x)) (neg.f64 (-.f64 (fma.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/36 binary64)) (*.f64 (*.f64 x x) #s(literal -23/2160 binary64))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/36 binary64)) x)) (neg.f64 (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 #s(literal -12167/46656000 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x)))))) (fma.f64 (*.f64 x x) #s(literal 1/36 binary64) (-.f64 (*.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) (*.f64 x (*.f64 (*.f64 x x) #s(literal -23/360 binary64)))) (*.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal -23/360 binary64))))))) |
(*.f64 x (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(*.f64 (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal 1/6 binary64)) x) |
(+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) |
(+.f64 (*.f64 (*.f64 x x) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)) |
(-.f64 (/.f64 (*.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) (/.f64 #s(literal 1/36 binary64) (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(-.f64 (/.f64 #s(literal 1/36 binary64) (-.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) #s(literal -23/360 binary64)))) (/.f64 (*.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (-.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) #s(literal -23/360 binary64))))) |
(fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal 1/6 binary64)) |
(fma.f64 (*.f64 x x) #s(literal -23/360 binary64) #s(literal 1/6 binary64)) |
(fma.f64 #s(literal -23/360 binary64) (*.f64 x x) #s(literal 1/6 binary64)) |
(fma.f64 (*.f64 x #s(literal -23/360 binary64)) x #s(literal 1/6 binary64)) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1/36 binary64) (-.f64 (*.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (*.f64 x x) #s(literal -23/2160 binary64)))) (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -12167/46656000 binary64)) #s(literal 1/216 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) (-.f64 #s(literal 1/36 binary64) (*.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -12167/46656000 binary64)) #s(literal 1/216 binary64)) (-.f64 (fma.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/36 binary64)) (*.f64 (*.f64 x x) #s(literal -23/2160 binary64)))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -12167/46656000 binary64)) #s(literal 1/216 binary64)) (+.f64 #s(literal 1/36 binary64) (-.f64 (*.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (*.f64 x x) #s(literal -23/2160 binary64))))) |
(/.f64 (fma.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/36 binary64)) (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -12167/46656000 binary64)) #s(literal 1/216 binary64))) (neg.f64 (-.f64 (fma.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/36 binary64)) (*.f64 (*.f64 x x) #s(literal -23/2160 binary64))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -12167/46656000 binary64)) #s(literal 1/216 binary64))) (neg.f64 (+.f64 #s(literal 1/36 binary64) (-.f64 (*.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (*.f64 x x) #s(literal -23/2160 binary64)))))) |
(/.f64 (neg.f64 (fma.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/36 binary64))) (neg.f64 (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(/.f64 (-.f64 #s(literal 1/36 binary64) (*.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))) (-.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) #s(literal -23/360 binary64)))) |
(/.f64 (-.f64 (*.f64 (*.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal -1/6 binary64)) #s(literal 1/36 binary64))) (*.f64 (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal -1/6 binary64)) (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -12167/46656000 binary64)) #s(literal 1/216 binary64)))) (neg.f64 (neg.f64 (-.f64 (fma.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/36 binary64)) (*.f64 (*.f64 x x) #s(literal -23/2160 binary64)))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/36 binary64)))) (neg.f64 (neg.f64 (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/36 binary64) (*.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (neg.f64 (-.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) #s(literal -23/360 binary64))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1/36 binary64) (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) (/.f64 (*.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) (fma.f64 (/.f64 #s(literal 1/36 binary64) (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) (/.f64 #s(literal 1/36 binary64) (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) (*.f64 (/.f64 (*.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) (/.f64 #s(literal 1/36 binary64) (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) #s(literal -1 binary64)) |
(*.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -12167/46656000 binary64)) #s(literal 1/216 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/36 binary64)) (*.f64 (*.f64 x x) #s(literal -23/2160 binary64))))) |
(*.f64 (fma.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/36 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(+.f64 (*.f64 (*.f64 x x) #s(literal 1/6 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))) |
(+.f64 (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (/.f64 #s(literal -1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) |
(-.f64 (/.f64 (*.f64 (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))) (-.f64 (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))) (/.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/6 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) (-.f64 (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))))) |
(fma.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) |
(fma.f64 x (*.f64 x #s(literal 1/6 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))) |
(fma.f64 (*.f64 x x) #s(literal 1/6 binary64) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))) |
(fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) |
(fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) x (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) |
(fma.f64 #s(literal 1/6 binary64) (*.f64 x x) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))) |
(fma.f64 (*.f64 x #s(literal 1/6 binary64)) x (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))) |
(fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 x x) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) |
(fma.f64 (*.f64 x (*.f64 x x)) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) |
(neg.f64 (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) |
(/.f64 x (/.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x #s(literal 1/6 binary64)) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))))) (*.f64 x (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x #s(literal 1/6 binary64)) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))))) (*.f64 x (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) (*.f64 x (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) (*.f64 x (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (-.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/6 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) (*.f64 (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))))) (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) (-.f64 (*.f64 (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/6 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x #s(literal 1/6 binary64)) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))))) (*.f64 (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64))) x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) (*.f64 (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) x))) |
(/.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))))) |
(/.f64 (neg.f64 x) (/.f64 #s(literal -1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) |
(/.f64 (*.f64 x (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64)))) (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x #s(literal 1/6 binary64)) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))))) |
(/.f64 (*.f64 x (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64)))) (*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x #s(literal 1/6 binary64)) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))))))) |
(/.f64 (*.f64 x (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(/.f64 (*.f64 x (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) (*.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) |
(/.f64 (neg.f64 (neg.f64 x)) (/.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64)))) (fma.f64 (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (-.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/6 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) (*.f64 (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/6 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))) (-.f64 (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64))) x) (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x #s(literal 1/6 binary64)) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))))) |
(/.f64 (*.f64 (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) x) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) #s(literal -1 binary64)) |
(/.f64 (neg.f64 (*.f64 x (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64))))) (neg.f64 (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x #s(literal 1/6 binary64)) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))))))) |
(/.f64 (neg.f64 (*.f64 x (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64))))) (neg.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x #s(literal 1/6 binary64)) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))))))) |
(/.f64 (neg.f64 (*.f64 x (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))))) (neg.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) |
(/.f64 (neg.f64 (*.f64 x (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))))) (neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))))) |
(/.f64 (neg.f64 (neg.f64 (neg.f64 x))) (/.f64 #s(literal -1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64))))) (neg.f64 (fma.f64 (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (-.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal 1/6 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) (*.f64 (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/6 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))))) (neg.f64 (-.f64 (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64))) x)) (neg.f64 (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x #s(literal 1/6 binary64)) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) x)) (neg.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))))) (fma.f64 (*.f64 (*.f64 x x) #s(literal 1/6 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64)) (-.f64 (*.f64 (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))) (*.f64 (*.f64 (*.f64 x x) #s(literal 1/6 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) #s(literal -1 binary64)) |
(*.f64 x (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) |
(*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(*.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) |
(*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)) (*.f64 x x)) |
(*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) x) |
(*.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (*.f64 #s(literal -1 binary64) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) |
(*.f64 (neg.f64 x) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))))) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (neg.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))))) |
(*.f64 (/.f64 x x) (/.f64 (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(*.f64 (/.f64 x (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) x) |
(*.f64 (/.f64 x (pow.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) #s(literal -1/2 binary64))) (/.f64 #s(literal 1 binary64) (pow.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) #s(literal -1/2 binary64)))) |
(*.f64 (/.f64 x (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64))))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x #s(literal 1/6 binary64)) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))))))) |
(*.f64 (/.f64 x (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))))) (/.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) |
(*.f64 (/.f64 x (/.f64 (/.f64 #s(literal 1 binary64) x) (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))))))) |
(*.f64 (/.f64 x (/.f64 (/.f64 #s(literal 1 binary64) x) (fma.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) #s(literal -1/36 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(*.f64 (/.f64 (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) x) (/.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(exp.f64 (*.f64 (log.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x x) #s(literal 1/36 binary64))) (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64)))) (/.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 x #s(literal 1/6 binary64))) (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64))))) |
(-.f64 (/.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) (/.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))))) |
(neg.f64 (/.f64 #s(literal -1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) |
(/.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 x (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) |
(/.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (neg.f64 (neg.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))))) |
(/.f64 (/.f64 #s(literal -1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) #s(literal -1 binary64)) |
(/.f64 (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x #s(literal 1/6 binary64)) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))))) (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64)))) |
(/.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) |
(/.f64 (/.f64 #s(literal 1 binary64) x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) x)) (neg.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x #s(literal 1/6 binary64)) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))))) (neg.f64 (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64))))) |
(/.f64 (neg.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) (neg.f64 (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))))) |
(/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) x) |
(/.f64 (neg.f64 (neg.f64 (/.f64 #s(literal 1 binary64) x))) (neg.f64 (neg.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) |
(/.f64 (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) (neg.f64 x)) |
(pow.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) #s(literal -1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) #s(literal 1 binary64)) |
(pow.f64 (neg.f64 (neg.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) #s(literal -1 binary64)) |
(pow.f64 (pow.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) #s(literal -1/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) #s(literal -1/2 binary64)) |
(pow.f64 (exp.f64 (log.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) #s(literal 1 binary64)) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (/.f64 #s(literal 1 binary64) x)) |
(*.f64 (pow.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) #s(literal -1/2 binary64)) (pow.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) #s(literal -1/2 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64)))) (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x #s(literal 1/6 binary64)) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64)))) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x #s(literal 1/6 binary64)) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))))) #s(literal -1 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) #s(literal -1 binary64))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64))) (fma.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))))) |
(*.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (fma.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) #s(literal -1/36 binary64))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) #s(literal -1/36 binary64))) (/.f64 (/.f64 #s(literal 1 binary64) x) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) |
(*.f64 (/.f64 x (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) (/.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) |
(+.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 x #s(literal 1/6 binary64))) |
(+.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) |
(exp.f64 (*.f64 (log.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) #s(literal 1 binary64))) |
(exp.f64 (*.f64 (log.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) #s(literal -1 binary64))) |
(exp.f64 (*.f64 (*.f64 (log.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) #s(literal -1 binary64)) #s(literal -1 binary64))) |
(exp.f64 (neg.f64 (*.f64 (log.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) #s(literal -1 binary64)))) |
(-.f64 #s(literal 0 binary64) (/.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) #s(literal -1 binary64))) |
(-.f64 (/.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/36 binary64)) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) (/.f64 #s(literal 1 binary64) x)) (/.f64 (/.f64 #s(literal 1/36 binary64) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) (/.f64 #s(literal 1 binary64) x))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) #s(literal 1 binary64)) (/.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/36 binary64)) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) #s(literal 1 binary64))) |
(-.f64 (/.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/36 binary64)) (*.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))))) |
(-.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/36 binary64)) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))) (/.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))))) |
(fma.f64 x #s(literal 1/6 binary64) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) |
(fma.f64 x (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 x #s(literal 1/6 binary64))) |
(fma.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 x #s(literal 1/6 binary64))) |
(fma.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)) (*.f64 x #s(literal 1/6 binary64))) |
(fma.f64 #s(literal 1/6 binary64) x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) |
(fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) x (*.f64 x #s(literal 1/6 binary64))) |
(fma.f64 (*.f64 x (*.f64 x x)) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x #s(literal 1/6 binary64))) |
(fma.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 x x) (*.f64 x #s(literal 1/6 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x #s(literal 1/6 binary64)) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))))) (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 x x) #s(literal 1/36 binary64) (-.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 x #s(literal 1/6 binary64))))) (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (*.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (-.f64 (*.f64 (*.f64 x x) #s(literal 1/36 binary64)) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))))) (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)) (*.f64 x (fma.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) #s(literal -1/36 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))))) (*.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64)) x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)) (*.f64 (fma.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) #s(literal -1/36 binary64)) x))) |
(/.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)) (/.f64 #s(literal 1 binary64) x)) |
(/.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) |
(/.f64 (neg.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) #s(literal -1 binary64)) |
(/.f64 (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64))) (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x #s(literal 1/6 binary64)) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))))) |
(/.f64 (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64))) (*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x #s(literal 1/6 binary64)) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))))))) |
(/.f64 (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64))) (fma.f64 (*.f64 x x) #s(literal 1/36 binary64) (-.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 x #s(literal 1/6 binary64)))))) |
(/.f64 (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(/.f64 (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) (*.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) #s(literal 1 binary64)) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (neg.f64 (/.f64 #s(literal 1 binary64) x))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64)))) (neg.f64 (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x #s(literal 1/6 binary64)) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64)))) (neg.f64 (*.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x #s(literal 1/6 binary64)) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64)))) (neg.f64 (fma.f64 (*.f64 x x) #s(literal 1/36 binary64) (-.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 x #s(literal 1/6 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) (neg.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) (neg.f64 (*.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) #s(literal 1/36 binary64)) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))) |
(/.f64 (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64))) (fma.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))))) |
(/.f64 (*.f64 x (fma.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) #s(literal -1/36 binary64))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) |
(/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64)) x) (fma.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))))) |
(/.f64 (*.f64 (fma.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) #s(literal -1/36 binary64)) x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) (*.f64 (*.f64 x x) #s(literal 1/36 binary64)))) (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64))))) (neg.f64 (neg.f64 (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x #s(literal 1/6 binary64)) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))))))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))))) (neg.f64 (neg.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 x x) #s(literal 1/36 binary64)) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))))) (neg.f64 (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))))) |
(/.f64 (neg.f64 (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64)))) (neg.f64 (fma.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))))))) |
(/.f64 (neg.f64 (*.f64 x (fma.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) #s(literal -1/36 binary64)))) (neg.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64)) x)) (neg.f64 (fma.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) #s(literal -1/36 binary64)) x)) (neg.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/36 binary64)) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) (/.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) (fma.f64 (/.f64 (*.f64 (*.f64 x x) #s(literal 1/36 binary64)) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/36 binary64)) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) (*.f64 (/.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) (/.f64 (*.f64 (*.f64 x x) #s(literal 1/36 binary64)) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))))))) |
(pow.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) #s(literal 1 binary64)) |
(pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) #s(literal -1 binary64)) |
(*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(*.f64 x (pow.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)) #s(literal 1 binary64))) |
(*.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) |
(*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)) x) |
(*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) #s(literal 1 binary64)) |
(*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (/.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) |
(*.f64 #s(literal -1 binary64) (neg.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal -1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))))) |
(*.f64 #s(literal -1 binary64) (pow.f64 (neg.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) #s(literal 1 binary64))) |
(*.f64 (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x #s(literal 1/6 binary64)) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))))))) |
(*.f64 (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) (/.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) |
(*.f64 (pow.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)) #s(literal 1 binary64)) x) |
(*.f64 (pow.f64 (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x #s(literal 1/6 binary64)) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))))))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) #s(literal 1 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) #s(literal 1 binary64))) |
(*.f64 (pow.f64 (pow.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) #s(literal -1/2 binary64)) #s(literal -1 binary64)) (pow.f64 (pow.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) #s(literal -1/2 binary64)) #s(literal -1 binary64))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x #s(literal 1/6 binary64)) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))))))) |
(*.f64 (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) |
(*.f64 (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))))))) |
(*.f64 (pow.f64 (/.f64 (/.f64 #s(literal 1 binary64) x) (fma.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) #s(literal -1/36 binary64))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(*.f64 (/.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64)) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))))) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 (fma.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) #s(literal -1/36 binary64)) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) (/.f64 #s(literal 1 binary64) x))) |
(*.f64 (/.f64 (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x #s(literal 1/6 binary64)) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))))) #s(literal 1 binary64)) (/.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (fma.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x))) (*.f64 (*.f64 x #s(literal 1/6 binary64)) (-.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))))))) |
(*.f64 (/.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) x) (/.f64 (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)))) |
(+.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) #s(literal 1/6 binary64)) |
(+.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))) (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))))))) (*.f64 (*.f64 x x) #s(literal -23/360 binary64))) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) (/.f64 #s(literal 1/36 binary64) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(-.f64 (/.f64 #s(literal 1/36 binary64) (-.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))))) (/.f64 (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)))) (-.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)))))) |
(-.f64 (/.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) #s(literal 1 binary64)) (/.f64 (/.f64 #s(literal 1/36 binary64) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) #s(literal 1 binary64))) |
(fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) #s(literal 1/6 binary64)) |
(fma.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))))) (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(fma.f64 x (*.f64 (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (*.f64 x x)) (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)) |
(fma.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(fma.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x x) #s(literal 1/6 binary64)) |
(fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 (*.f64 x x) (*.f64 x x)) (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(fma.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(fma.f64 (*.f64 x (*.f64 x x)) (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(fma.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) x #s(literal 1/6 binary64)) |
(fma.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(fma.f64 (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) x) x (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1/36 binary64) (-.f64 (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))))) (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)))) (-.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))))))) |
(/.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)) #s(literal 1 binary64)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64)) (fma.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64)) (+.f64 #s(literal 1/36 binary64) (-.f64 (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))))) |
(/.f64 (fma.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) #s(literal -1/36 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64))) (neg.f64 (fma.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64))) (neg.f64 (+.f64 #s(literal 1/36 binary64) (-.f64 (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))))))) |
(/.f64 (neg.f64 (fma.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) #s(literal -1/36 binary64))) (neg.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) #s(literal -1 binary64)) |
(/.f64 (-.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))))) (-.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)) #s(literal 1/36 binary64))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64)))) (neg.f64 (neg.f64 (fma.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) #s(literal -1/36 binary64)))) (neg.f64 (neg.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)))))) (neg.f64 (-.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) (pow.f64 (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal 1/6 binary64)) #s(literal 3 binary64))) (fma.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))) (-.f64 (*.f64 (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal 1/6 binary64)) (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) (*.f64 (*.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))) (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))))))) #s(literal 3 binary64)) (*.f64 #s(literal -12167/46656000 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (fma.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))))))) (+.f64 #s(literal 1/6 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))))))) (-.f64 (*.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (*.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))))))) (*.f64 (*.f64 x x) #s(literal -23/360 binary64)))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1/36 binary64) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) (/.f64 (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) (fma.f64 (/.f64 #s(literal 1/36 binary64) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) (/.f64 #s(literal 1/36 binary64) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)))) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) (/.f64 #s(literal 1/36 binary64) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) #s(literal -1 binary64)) |
(*.f64 (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) (-.f64 #s(literal 1/36 binary64) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) #s(literal 1/6 binary64))))))) |
(*.f64 (fma.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) (*.f64 x (*.f64 x x)))) #s(literal -1/36 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(exp.f64 (*.f64 (log.f64 (/.f64 (tan.f64 x) (*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))))) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (tan.f64 x))) (/.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) (neg.f64 (tan.f64 x)))) |
(neg.f64 (/.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) (neg.f64 (tan.f64 x)))) |
(neg.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x x)) (neg.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) (tan.f64 x))) |
(/.f64 #s(literal 1 binary64) (/.f64 (tan.f64 x) (*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))))) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (/.f64 (tan.f64 x) (*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (tan.f64 x) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) #s(literal 1 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (neg.f64 (sin.f64 x)) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) (neg.f64 (cos.f64 x))))) |
(/.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) (tan.f64 x)) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 (tan.f64 x) (*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64))))))) |
(/.f64 (*.f64 (*.f64 x (*.f64 x x)) (neg.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) (neg.f64 (tan.f64 x))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x (*.f64 x x)) (neg.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64))))) (neg.f64 (neg.f64 (tan.f64 x)))) |
(/.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) (cos.f64 x)) (sin.f64 x)) |
(/.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) #s(literal 1 binary64)) (tan.f64 x)) |
(/.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) (neg.f64 (cos.f64 x))) (neg.f64 (sin.f64 x))) |
(/.f64 (neg.f64 (neg.f64 (*.f64 (*.f64 x (*.f64 x x)) (neg.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))))) (neg.f64 (neg.f64 (neg.f64 (tan.f64 x))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) (cos.f64 x))) (neg.f64 (sin.f64 x))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) #s(literal 1 binary64))) (neg.f64 (tan.f64 x))) |
(/.f64 (neg.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) (neg.f64 (cos.f64 x)))) (neg.f64 (neg.f64 (sin.f64 x)))) |
(pow.f64 (/.f64 (tan.f64 x) (*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64))))) #s(literal -1 binary64)) |
(*.f64 x (*.f64 (*.f64 x x) (/.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)) (tan.f64 x)))) |
(*.f64 x (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) (/.f64 #s(literal 1 binary64) (tan.f64 x)))) |
(*.f64 x (/.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) (tan.f64 x))) |
(*.f64 (*.f64 x x) (*.f64 x (/.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)) (tan.f64 x)))) |
(*.f64 #s(literal 1 binary64) (/.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) (tan.f64 x))) |
(*.f64 (*.f64 x (*.f64 x x)) (/.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)) (tan.f64 x))) |
(*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)) (*.f64 (*.f64 x (*.f64 x x)) (/.f64 #s(literal 1 binary64) (tan.f64 x)))) |
(*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)) (/.f64 (*.f64 x (*.f64 x x)) (tan.f64 x))) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) (/.f64 #s(literal 1 binary64) (tan.f64 x))) |
(*.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) (*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64))))) |
(*.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) (pow.f64 (/.f64 #s(literal 1 binary64) (*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64))))) #s(literal -1 binary64))) |
(*.f64 (*.f64 (*.f64 x (*.f64 x x)) (neg.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) (/.f64 #s(literal 1 binary64) (neg.f64 (tan.f64 x)))) |
(*.f64 (/.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)) (tan.f64 x)) (*.f64 x (*.f64 x x))) |
(*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) (cos.f64 x)) (/.f64 #s(literal 1 binary64) (sin.f64 x))) |
(*.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 (neg.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64))))) (tan.f64 x))) |
(*.f64 (/.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) (sin.f64 x)) (cos.f64 x)) |
(*.f64 (/.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) (sin.f64 x)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(*.f64 (/.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)) (sin.f64 x)) (/.f64 (*.f64 x (*.f64 x x)) (/.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(*.f64 (/.f64 x (sin.f64 x)) (/.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) (/.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(*.f64 (/.f64 (*.f64 x x) (sin.f64 x)) (/.f64 (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64))) (/.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(*.f64 (/.f64 (*.f64 x (*.f64 x x)) (sin.f64 x)) (/.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)) (/.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(*.f64 (/.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) (sin.f64 x)) (/.f64 x (/.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(*.f64 (/.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)) x) (sin.f64 x)) (/.f64 (*.f64 x x) (/.f64 #s(literal 1 binary64) (cos.f64 x)))) |
(*.f64 (/.f64 (*.f64 x (*.f64 x x)) #s(literal -1 binary64)) (/.f64 (neg.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64))) (tan.f64 x))) |
(*.f64 (/.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)) #s(literal -1 binary64)) (/.f64 (neg.f64 (*.f64 x (*.f64 x x))) (tan.f64 x))) |
(*.f64 (/.f64 (neg.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64))) #s(literal -1 binary64)) (/.f64 (*.f64 x (*.f64 x x)) (tan.f64 x))) |
(*.f64 (/.f64 (neg.f64 (*.f64 x (*.f64 x x))) #s(literal -1 binary64)) (/.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)) (tan.f64 x))) |
(*.f64 (/.f64 (*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (neg.f64 (tan.f64 x)))) |
(+.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))) |
(+.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))))) |
(-.f64 (/.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))))) (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/6 binary64))))) (/.f64 (*.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))) (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))))) |
(fma.f64 x (*.f64 (*.f64 x x) #s(literal 1/6 binary64)) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))))) |
(fma.f64 x (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))))) (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))) |
(fma.f64 x (*.f64 (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))) |
(fma.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64)) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))))) |
(fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))) |
(fma.f64 (*.f64 x x) (*.f64 x (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))))) (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))) |
(fma.f64 #s(literal 1/6 binary64) (*.f64 x (*.f64 x x)) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))))) |
(fma.f64 (*.f64 x #s(literal 1/6 binary64)) (*.f64 x x) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))))) |
(fma.f64 (*.f64 x (*.f64 x x)) #s(literal 1/6 binary64) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))))) |
(fma.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))) |
(fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x x))) (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))) |
(fma.f64 (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))) |
(fma.f64 (*.f64 (*.f64 x x) #s(literal 1/6 binary64)) x (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))))) |
(fma.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))) |
(fma.f64 (*.f64 (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 x x)) x (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))) |
(fma.f64 (*.f64 (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) x) (*.f64 x x) (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))) |
(fma.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) (*.f64 x x) (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))) |
(fma.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x x))) (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)) (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (-.f64 (*.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))))) (fma.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))) (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))))) (*.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/6 binary64))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (fma.f64 (*.f64 x x) (*.f64 (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) #s(literal 1/36 binary64)) (*.f64 x (*.f64 (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))))) #s(literal 1/216 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal -1/6 binary64)) (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (*.f64 (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) #s(literal -1/36 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (fma.f64 (*.f64 x x) (*.f64 (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) #s(literal 1/36 binary64)) (*.f64 x (*.f64 (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) (*.f64 (fma.f64 (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))))) #s(literal 1/216 binary64)) (*.f64 x (*.f64 x x))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal -1/6 binary64)) (*.f64 (fma.f64 (*.f64 x x) (*.f64 (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) #s(literal -1/36 binary64)) (*.f64 x (*.f64 x x))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64))))) (fma.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (-.f64 (*.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/6 binary64))))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))))) (*.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/6 binary64))))) (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/6 binary64))))) |
(/.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))))) #s(literal 1/216 binary64))) (-.f64 (fma.f64 (*.f64 x x) (*.f64 (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) #s(literal 1/36 binary64)) (*.f64 x (*.f64 (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64))))) |
(/.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (*.f64 (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) #s(literal -1/36 binary64))) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal -1/6 binary64))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))))) #s(literal 1/216 binary64)) (*.f64 x (*.f64 x x))) (-.f64 (fma.f64 (*.f64 x x) (*.f64 (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) #s(literal 1/36 binary64)) (*.f64 x (*.f64 (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64))))) |
(/.f64 (*.f64 (fma.f64 (*.f64 x x) (*.f64 (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) #s(literal -1/36 binary64)) (*.f64 x (*.f64 x x))) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal -1/6 binary64))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))))) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64)))))) (neg.f64 (fma.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (-.f64 (*.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))))) (*.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))))) (neg.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/6 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))))) #s(literal 1/216 binary64)))) (neg.f64 (-.f64 (fma.f64 (*.f64 x x) (*.f64 (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) #s(literal 1/36 binary64)) (*.f64 x (*.f64 (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (*.f64 (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) #s(literal -1/36 binary64)))) (neg.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal -1/6 binary64)))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))))) #s(literal 1/216 binary64)) (*.f64 x (*.f64 x x)))) (neg.f64 (-.f64 (fma.f64 (*.f64 x x) (*.f64 (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) #s(literal 1/36 binary64)) (*.f64 x (*.f64 (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))))) |
(/.f64 (neg.f64 (*.f64 (fma.f64 (*.f64 x x) (*.f64 (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) #s(literal -1/36 binary64)) (*.f64 x (*.f64 x x)))) (neg.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal -1/6 binary64)))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal 1/216 binary64))) (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))))))) (fma.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) (-.f64 (*.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))))) (*.f64 (*.f64 x (*.f64 (*.f64 x x) #s(literal 1/6 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))))))) |
(*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64))))) |
(*.f64 (*.f64 x x) (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) |
(*.f64 (*.f64 x (*.f64 x x)) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64))) |
(*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)) (*.f64 x (*.f64 x x))) |
(*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) x) |
(*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)) x) (*.f64 x x)) |
(exp.f64 (*.f64 (log.f64 x) #s(literal 3 binary64))) |
(/.f64 #s(literal 1 binary64) (pow.f64 (/.f64 #s(literal 1 binary64) x) #s(literal 3 binary64))) |
(/.f64 (*.f64 x (*.f64 x x)) #s(literal 1 binary64)) |
(/.f64 (pow.f64 (neg.f64 x) #s(literal 3 binary64)) #s(literal -1 binary64)) |
(pow.f64 x #s(literal 3 binary64)) |
(pow.f64 (*.f64 x x) #s(literal 3/2 binary64)) |
(pow.f64 (pow.f64 x #s(literal 3/2 binary64)) #s(literal 2 binary64)) |
(pow.f64 (exp.f64 (log.f64 x)) #s(literal 3 binary64)) |
(*.f64 x (*.f64 x x)) |
(*.f64 (*.f64 x x) x) |
(*.f64 (*.f64 x (*.f64 x x)) #s(literal 1 binary64)) |
(*.f64 (pow.f64 x #s(literal 3/2 binary64)) (pow.f64 x #s(literal 3/2 binary64))) |
(+.f64 (/.f64 x (tan.f64 x)) (neg.f64 (cos.f64 x))) |
(+.f64 (neg.f64 (cos.f64 x)) (/.f64 x (tan.f64 x))) |
(-.f64 (/.f64 x (tan.f64 x)) (cos.f64 x)) |
(-.f64 #s(literal 0 binary64) (-.f64 (cos.f64 x) (/.f64 x (tan.f64 x)))) |
(-.f64 (/.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (-.f64 (/.f64 x (tan.f64 x)) (neg.f64 (cos.f64 x)))) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (-.f64 (/.f64 x (tan.f64 x)) (neg.f64 (cos.f64 x))))) |
(-.f64 (+.f64 (/.f64 x (tan.f64 x)) #s(literal 0 binary64)) (cos.f64 x)) |
(-.f64 (/.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (+.f64 (/.f64 x (tan.f64 x)) (cos.f64 x))) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (+.f64 (/.f64 x (tan.f64 x)) (cos.f64 x)))) |
(-.f64 (/.f64 (pow.f64 (/.f64 x (tan.f64 x)) #s(literal 3 binary64)) (fma.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64)) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 (/.f64 x (tan.f64 x)) (cos.f64 x))))) (/.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)) (fma.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64)) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 (/.f64 x (tan.f64 x)) (cos.f64 x)))))) |
(-.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (-.f64 (neg.f64 (cos.f64 x)) (/.f64 x (tan.f64 x)))) (/.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (-.f64 (neg.f64 (cos.f64 x)) (/.f64 x (tan.f64 x))))) |
(fma.f64 x (/.f64 #s(literal 1 binary64) (tan.f64 x)) (neg.f64 (cos.f64 x))) |
(fma.f64 (cos.f64 x) #s(literal -1 binary64) (/.f64 x (tan.f64 x))) |
(fma.f64 (cos.f64 x) (*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 x)) x) (neg.f64 (cos.f64 x))) |
(fma.f64 (cos.f64 x) (/.f64 x (sin.f64 x)) (neg.f64 (cos.f64 x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) x (neg.f64 (cos.f64 x))) |
(fma.f64 #s(literal -1 binary64) (cos.f64 x) (/.f64 x (tan.f64 x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (sin.f64 x)) (/.f64 x (/.f64 #s(literal 1 binary64) (cos.f64 x))) (neg.f64 (cos.f64 x))) |
(fma.f64 (*.f64 x (cos.f64 x)) (/.f64 #s(literal 1 binary64) (sin.f64 x)) (neg.f64 (cos.f64 x))) |
(fma.f64 (/.f64 x #s(literal -1 binary64)) (/.f64 #s(literal 1 binary64) (neg.f64 (tan.f64 x))) (neg.f64 (cos.f64 x))) |
(fma.f64 (/.f64 x (sin.f64 x)) (/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (cos.f64 x))) (neg.f64 (cos.f64 x))) |
(fma.f64 (/.f64 (neg.f64 (cos.f64 x)) #s(literal -1 binary64)) (/.f64 x (sin.f64 x)) (neg.f64 (cos.f64 x))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 x (tan.f64 x)) (cos.f64 x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 x (tan.f64 x)) (cos.f64 x))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (-.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (*.f64 (/.f64 x (tan.f64 x)) (neg.f64 (cos.f64 x))))) (+.f64 (pow.f64 (/.f64 x (tan.f64 x)) #s(literal 3 binary64)) (neg.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 (/.f64 x (tan.f64 x)) (cos.f64 x)) (-.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (fma.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64)) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 (/.f64 x (tan.f64 x)) (cos.f64 x)))) (-.f64 (pow.f64 (/.f64 x (tan.f64 x)) #s(literal 3 binary64)) (pow.f64 (cos.f64 x) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 (neg.f64 (cos.f64 x)) (/.f64 x (tan.f64 x))) (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64)))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 x (tan.f64 x)) (cos.f64 x))))) |
(/.f64 (+.f64 (pow.f64 (/.f64 x (tan.f64 x)) #s(literal 3 binary64)) (neg.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)))) (fma.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64)) (*.f64 (neg.f64 (cos.f64 x)) (-.f64 (neg.f64 (cos.f64 x)) (/.f64 x (tan.f64 x)))))) |
(/.f64 (+.f64 (pow.f64 (/.f64 x (tan.f64 x)) #s(literal 3 binary64)) (neg.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)))) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (-.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (*.f64 (/.f64 x (tan.f64 x)) (neg.f64 (cos.f64 x)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))) (-.f64 (/.f64 x (tan.f64 x)) (neg.f64 (cos.f64 x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))) (+.f64 (/.f64 x (tan.f64 x)) (cos.f64 x))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (/.f64 x (tan.f64 x)) #s(literal 3 binary64)) (neg.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64))))) (neg.f64 (fma.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64)) (*.f64 (neg.f64 (cos.f64 x)) (-.f64 (neg.f64 (cos.f64 x)) (/.f64 x (tan.f64 x))))))) |
(/.f64 (neg.f64 (+.f64 (pow.f64 (/.f64 x (tan.f64 x)) #s(literal 3 binary64)) (neg.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64))))) (neg.f64 (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (-.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (*.f64 (/.f64 x (tan.f64 x)) (neg.f64 (cos.f64 x))))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))))) (neg.f64 (-.f64 (/.f64 x (tan.f64 x)) (neg.f64 (cos.f64 x))))) |
(/.f64 (neg.f64 (-.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))))) (neg.f64 (+.f64 (/.f64 x (tan.f64 x)) (cos.f64 x)))) |
(/.f64 (-.f64 (pow.f64 (/.f64 x (tan.f64 x)) #s(literal 3 binary64)) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (fma.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64)) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 (/.f64 x (tan.f64 x)) (cos.f64 x))))) |
(/.f64 (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64)))) (-.f64 (neg.f64 (cos.f64 x)) (/.f64 x (tan.f64 x)))) |
(/.f64 (fma.f64 x (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))) (*.f64 (tan.f64 x) (-.f64 #s(literal 0 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))))) (*.f64 (tan.f64 x) (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))))) |
(/.f64 (fma.f64 x (+.f64 #s(literal 0 binary64) (cos.f64 x)) (*.f64 (tan.f64 x) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))))) (*.f64 (tan.f64 x) (+.f64 #s(literal 0 binary64) (cos.f64 x)))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))) (*.f64 (/.f64 (tan.f64 x) x) (-.f64 #s(literal 0 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))))) (*.f64 (/.f64 (tan.f64 x) x) (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))))) |
(/.f64 (fma.f64 #s(literal 1 binary64) (+.f64 #s(literal 0 binary64) (cos.f64 x)) (*.f64 (/.f64 (tan.f64 x) x) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))))) (*.f64 (/.f64 (tan.f64 x) x) (+.f64 #s(literal 0 binary64) (cos.f64 x)))) |
(/.f64 (fma.f64 (*.f64 x (cos.f64 x)) (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))) (*.f64 (sin.f64 x) (-.f64 #s(literal 0 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))))) (*.f64 (sin.f64 x) (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))))) |
(/.f64 (fma.f64 (*.f64 x (cos.f64 x)) (+.f64 #s(literal 0 binary64) (cos.f64 x)) (*.f64 (sin.f64 x) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))))) (*.f64 (sin.f64 x) (+.f64 #s(literal 0 binary64) (cos.f64 x)))) |
(/.f64 (fma.f64 (neg.f64 (*.f64 x (cos.f64 x))) (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))) (*.f64 (neg.f64 (sin.f64 x)) (-.f64 #s(literal 0 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))))) (*.f64 (neg.f64 (sin.f64 x)) (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))))) |
(/.f64 (fma.f64 (neg.f64 (*.f64 x (cos.f64 x))) (+.f64 #s(literal 0 binary64) (cos.f64 x)) (*.f64 (neg.f64 (sin.f64 x)) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))))) (*.f64 (neg.f64 (sin.f64 x)) (+.f64 #s(literal 0 binary64) (cos.f64 x)))) |
(/.f64 (fma.f64 (*.f64 x (neg.f64 (cos.f64 x))) (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))) (*.f64 (neg.f64 (sin.f64 x)) (-.f64 #s(literal 0 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))))) (*.f64 (neg.f64 (sin.f64 x)) (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))))) |
(/.f64 (fma.f64 (*.f64 x (neg.f64 (cos.f64 x))) (+.f64 #s(literal 0 binary64) (cos.f64 x)) (*.f64 (neg.f64 (sin.f64 x)) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))))) (*.f64 (neg.f64 (sin.f64 x)) (+.f64 #s(literal 0 binary64) (cos.f64 x)))) |
(/.f64 (fma.f64 (*.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))) (*.f64 (tan.f64 x) (-.f64 #s(literal 0 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))))) (*.f64 (tan.f64 x) (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))))) |
(/.f64 (fma.f64 (*.f64 #s(literal 1 binary64) x) (+.f64 #s(literal 0 binary64) (cos.f64 x)) (*.f64 (tan.f64 x) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))))) (*.f64 (tan.f64 x) (+.f64 #s(literal 0 binary64) (cos.f64 x)))) |
(/.f64 (fma.f64 (*.f64 (neg.f64 (cos.f64 x)) x) (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))) (*.f64 (neg.f64 (sin.f64 x)) (-.f64 #s(literal 0 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))))) (*.f64 (neg.f64 (sin.f64 x)) (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))))) |
(/.f64 (fma.f64 (*.f64 (neg.f64 (cos.f64 x)) x) (+.f64 #s(literal 0 binary64) (cos.f64 x)) (*.f64 (neg.f64 (sin.f64 x)) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))))) (*.f64 (neg.f64 (sin.f64 x)) (+.f64 #s(literal 0 binary64) (cos.f64 x)))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (tan.f64 x) (*.f64 (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))) x)) (*.f64 (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))) (tan.f64 x))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (/.f64 (tan.f64 x) x) (*.f64 (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))) #s(literal 1 binary64))) (*.f64 (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))) (/.f64 (tan.f64 x) x))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (sin.f64 x) (*.f64 (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))) (*.f64 x (cos.f64 x)))) (*.f64 (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))) (sin.f64 x))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (neg.f64 (sin.f64 x)) (*.f64 (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))) (neg.f64 (*.f64 x (cos.f64 x))))) (*.f64 (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))) (neg.f64 (sin.f64 x)))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (neg.f64 (sin.f64 x)) (*.f64 (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))) (*.f64 x (neg.f64 (cos.f64 x))))) (*.f64 (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))) (neg.f64 (sin.f64 x)))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (tan.f64 x) (*.f64 (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))) (*.f64 #s(literal 1 binary64) x))) (*.f64 (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))) (tan.f64 x))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (neg.f64 (sin.f64 x)) (*.f64 (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))) (*.f64 (neg.f64 (cos.f64 x)) x))) (*.f64 (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))) (neg.f64 (sin.f64 x)))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))) (tan.f64 x) (*.f64 (+.f64 #s(literal 0 binary64) (cos.f64 x)) x)) (*.f64 (+.f64 #s(literal 0 binary64) (cos.f64 x)) (tan.f64 x))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))) (/.f64 (tan.f64 x) x) (*.f64 (+.f64 #s(literal 0 binary64) (cos.f64 x)) #s(literal 1 binary64))) (*.f64 (+.f64 #s(literal 0 binary64) (cos.f64 x)) (/.f64 (tan.f64 x) x))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))) (sin.f64 x) (*.f64 (+.f64 #s(literal 0 binary64) (cos.f64 x)) (*.f64 x (cos.f64 x)))) (*.f64 (+.f64 #s(literal 0 binary64) (cos.f64 x)) (sin.f64 x))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))) (neg.f64 (sin.f64 x)) (*.f64 (+.f64 #s(literal 0 binary64) (cos.f64 x)) (neg.f64 (*.f64 x (cos.f64 x))))) (*.f64 (+.f64 #s(literal 0 binary64) (cos.f64 x)) (neg.f64 (sin.f64 x)))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))) (neg.f64 (sin.f64 x)) (*.f64 (+.f64 #s(literal 0 binary64) (cos.f64 x)) (*.f64 x (neg.f64 (cos.f64 x))))) (*.f64 (+.f64 #s(literal 0 binary64) (cos.f64 x)) (neg.f64 (sin.f64 x)))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))) (tan.f64 x) (*.f64 (+.f64 #s(literal 0 binary64) (cos.f64 x)) (*.f64 #s(literal 1 binary64) x))) (*.f64 (+.f64 #s(literal 0 binary64) (cos.f64 x)) (tan.f64 x))) |
(/.f64 (fma.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))) (neg.f64 (sin.f64 x)) (*.f64 (+.f64 #s(literal 0 binary64) (cos.f64 x)) (*.f64 (neg.f64 (cos.f64 x)) x))) (*.f64 (+.f64 #s(literal 0 binary64) (cos.f64 x)) (neg.f64 (sin.f64 x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (-.f64 (/.f64 x (tan.f64 x)) (neg.f64 (cos.f64 x)))) (*.f64 (-.f64 (/.f64 x (tan.f64 x)) (neg.f64 (cos.f64 x))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))))) (*.f64 (-.f64 (/.f64 x (tan.f64 x)) (neg.f64 (cos.f64 x))) (-.f64 (/.f64 x (tan.f64 x)) (neg.f64 (cos.f64 x))))) |
(/.f64 (neg.f64 (neg.f64 (+.f64 (pow.f64 (/.f64 x (tan.f64 x)) #s(literal 3 binary64)) (neg.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)))))) (neg.f64 (neg.f64 (fma.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64)) (*.f64 (neg.f64 (cos.f64 x)) (-.f64 (neg.f64 (cos.f64 x)) (/.f64 x (tan.f64 x)))))))) |
(/.f64 (neg.f64 (neg.f64 (-.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))))) (neg.f64 (neg.f64 (-.f64 (/.f64 x (tan.f64 x)) (neg.f64 (cos.f64 x)))))) |
(/.f64 (neg.f64 (-.f64 (pow.f64 (/.f64 x (tan.f64 x)) #s(literal 3 binary64)) (pow.f64 (cos.f64 x) #s(literal 3 binary64)))) (neg.f64 (fma.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64)) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 (/.f64 x (tan.f64 x)) (cos.f64 x)))))) |
(/.f64 (neg.f64 (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))))) (neg.f64 (-.f64 (neg.f64 (cos.f64 x)) (/.f64 x (tan.f64 x))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (-.f64 (cos.f64 x) (/.f64 x (tan.f64 x))) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (fma.f64 (-.f64 (cos.f64 x) (/.f64 x (tan.f64 x))) (-.f64 (cos.f64 x) (/.f64 x (tan.f64 x))) (*.f64 #s(literal 0 binary64) (-.f64 (cos.f64 x) (/.f64 x (tan.f64 x))))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (-.f64 (/.f64 x (tan.f64 x)) (neg.f64 (cos.f64 x)))) #s(literal 3 binary64)) (pow.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (-.f64 (/.f64 x (tan.f64 x)) (neg.f64 (cos.f64 x)))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (-.f64 (/.f64 x (tan.f64 x)) (neg.f64 (cos.f64 x)))) (/.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (-.f64 (/.f64 x (tan.f64 x)) (neg.f64 (cos.f64 x)))) (fma.f64 (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (-.f64 (/.f64 x (tan.f64 x)) (neg.f64 (cos.f64 x)))) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (-.f64 (/.f64 x (tan.f64 x)) (neg.f64 (cos.f64 x)))) (*.f64 (/.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (-.f64 (/.f64 x (tan.f64 x)) (neg.f64 (cos.f64 x)))) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (-.f64 (/.f64 x (tan.f64 x)) (neg.f64 (cos.f64 x)))))))) |
(/.f64 (-.f64 (pow.f64 (+.f64 (/.f64 x (tan.f64 x)) #s(literal 0 binary64)) #s(literal 3 binary64)) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (fma.f64 (+.f64 (/.f64 x (tan.f64 x)) #s(literal 0 binary64)) (+.f64 (/.f64 x (tan.f64 x)) #s(literal 0 binary64)) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 (+.f64 (/.f64 x (tan.f64 x)) #s(literal 0 binary64)) (cos.f64 x))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 x (tan.f64 x)) (cos.f64 x))) #s(literal -1 binary64)) |
(*.f64 (+.f64 (pow.f64 (/.f64 x (tan.f64 x)) #s(literal 3 binary64)) (neg.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)))) (/.f64 #s(literal 1 binary64) (fma.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64)) (*.f64 (neg.f64 (cos.f64 x)) (-.f64 (neg.f64 (cos.f64 x)) (/.f64 x (tan.f64 x))))))) |
(*.f64 (-.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))) (/.f64 #s(literal 1 binary64) (-.f64 (/.f64 x (tan.f64 x)) (neg.f64 (cos.f64 x))))) |
(exp.f64 (*.f64 (log.f64 (tan.f64 x)) #s(literal -1 binary64))) |
(-.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (sin.f64 x))) (/.f64 #s(literal 1 binary64) (neg.f64 (tan.f64 x)))) |
(neg.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (tan.f64 x)))) |
(/.f64 #s(literal 1 binary64) (tan.f64 x)) |
(/.f64 #s(literal 1 binary64) (neg.f64 (neg.f64 (tan.f64 x)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (sin.f64 x) (*.f64 (cos.f64 x) #s(literal 1 binary64)))) |
(/.f64 (cos.f64 x) (sin.f64 x)) |
(/.f64 (neg.f64 (cos.f64 x)) (neg.f64 (sin.f64 x))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (tan.f64 x))) |
(/.f64 (neg.f64 (neg.f64 (cos.f64 x))) (neg.f64 (neg.f64 (sin.f64 x)))) |
(/.f64 (*.f64 (cos.f64 x) #s(literal 1 binary64)) (sin.f64 x)) |
(/.f64 (-.f64 (*.f64 #s(literal 0 binary64) (neg.f64 (sin.f64 x))) (*.f64 (neg.f64 (sin.f64 x)) (cos.f64 x))) (*.f64 (neg.f64 (sin.f64 x)) (neg.f64 (sin.f64 x)))) |
(/.f64 (neg.f64 (neg.f64 (neg.f64 (cos.f64 x)))) (neg.f64 (neg.f64 (neg.f64 (sin.f64 x))))) |
(/.f64 (neg.f64 (*.f64 (cos.f64 x) #s(literal 1 binary64))) (neg.f64 (sin.f64 x))) |
(/.f64 (-.f64 (pow.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (sin.f64 x))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1 binary64) (neg.f64 (tan.f64 x))) #s(literal 3 binary64))) (fma.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (sin.f64 x))) (/.f64 #s(literal 0 binary64) (neg.f64 (sin.f64 x))) (+.f64 (pow.f64 (tan.f64 x) #s(literal -2 binary64)) (*.f64 (/.f64 #s(literal 0 binary64) (neg.f64 (sin.f64 x))) (/.f64 #s(literal 1 binary64) (neg.f64 (tan.f64 x))))))) |
(pow.f64 (tan.f64 x) #s(literal -1 binary64)) |
(*.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (tan.f64 x))) |
(*.f64 (cos.f64 x) (/.f64 #s(literal 1 binary64) (sin.f64 x))) |
(*.f64 (neg.f64 (cos.f64 x)) (/.f64 #s(literal 1 binary64) (neg.f64 (sin.f64 x)))) |
(*.f64 #s(literal -1 binary64) (/.f64 #s(literal 1 binary64) (neg.f64 (tan.f64 x)))) |
(*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 x)) (cos.f64 x)) |
(*.f64 (/.f64 #s(literal 1 binary64) (sin.f64 x)) (pow.f64 (/.f64 #s(literal 1 binary64) (cos.f64 x)) #s(literal -1 binary64))) |
(*.f64 (/.f64 (cos.f64 x) #s(literal -1 binary64)) (/.f64 #s(literal -1 binary64) (sin.f64 x))) |
(cos.f64 x) |
(sin.f64 x) |
(*.f64 x #s(literal 1/6 binary64)) |
(*.f64 #s(literal 1/6 binary64) x) |
(+.f64 #s(literal -23/360 binary64) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))))) |
(+.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) #s(literal -23/360 binary64)) |
(+.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x #s(literal -143/604800 binary64)))) (fma.f64 (*.f64 x x) #s(literal -11/15120 binary64) #s(literal -23/360 binary64))) |
(+.f64 (+.f64 #s(literal -23/360 binary64) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x #s(literal -143/604800 binary64))))) (*.f64 (*.f64 x x) #s(literal -11/15120 binary64))) |
(-.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))))) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 23/360 binary64))) (/.f64 #s(literal 529/129600 binary64) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 23/360 binary64)))) |
(-.f64 (/.f64 #s(literal 529/129600 binary64) (-.f64 #s(literal -23/360 binary64) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))) (/.f64 (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))))) (-.f64 #s(literal -23/360 binary64) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))))))) |
(fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)) |
(fma.f64 x (*.f64 x (*.f64 x (*.f64 x #s(literal -143/604800 binary64)))) (fma.f64 (*.f64 x x) #s(literal -11/15120 binary64) #s(literal -23/360 binary64))) |
(fma.f64 x (*.f64 (*.f64 x #s(literal -143/604800 binary64)) (*.f64 x x)) (fma.f64 (*.f64 x x) #s(literal -11/15120 binary64) #s(literal -23/360 binary64))) |
(fma.f64 (*.f64 x x) (*.f64 x (*.f64 x #s(literal -143/604800 binary64))) (fma.f64 (*.f64 x x) #s(literal -11/15120 binary64) #s(literal -23/360 binary64))) |
(fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) |
(fma.f64 #s(literal -143/604800 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) (fma.f64 (*.f64 x x) #s(literal -11/15120 binary64) #s(literal -23/360 binary64))) |
(fma.f64 (*.f64 x #s(literal -143/604800 binary64)) (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) #s(literal -11/15120 binary64) #s(literal -23/360 binary64))) |
(fma.f64 (*.f64 x (*.f64 x #s(literal -143/604800 binary64))) (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -11/15120 binary64) #s(literal -23/360 binary64))) |
(fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x x) #s(literal -23/360 binary64)) |
(fma.f64 (*.f64 x (*.f64 x x)) (*.f64 x #s(literal -143/604800 binary64)) (fma.f64 (*.f64 x x) #s(literal -11/15120 binary64) #s(literal -23/360 binary64))) |
(fma.f64 (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) x #s(literal -23/360 binary64)) |
(fma.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -143/604800 binary64) (fma.f64 (*.f64 x x) #s(literal -11/15120 binary64) #s(literal -23/360 binary64))) |
(fma.f64 (*.f64 (*.f64 x (*.f64 x #s(literal -143/604800 binary64))) x) x (fma.f64 (*.f64 x x) #s(literal -11/15120 binary64) #s(literal -23/360 binary64))) |
(fma.f64 (*.f64 (*.f64 x x) (*.f64 x #s(literal -143/604800 binary64))) x (fma.f64 (*.f64 x x) #s(literal -11/15120 binary64) #s(literal -23/360 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 529/129600 binary64) (-.f64 (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))))) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) (fma.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))))) #s(literal -12167/46656000 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal -23/360 binary64) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))))) (-.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))))) #s(literal -12167/46656000 binary64)) (-.f64 (fma.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))))) #s(literal -12167/46656000 binary64)) (+.f64 #s(literal 529/129600 binary64) (-.f64 (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))))) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) |
(/.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))) #s(literal -529/129600 binary64)) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 23/360 binary64))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))))) #s(literal -12167/46656000 binary64))) (neg.f64 (-.f64 (fma.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))))) #s(literal -12167/46656000 binary64))) (neg.f64 (+.f64 #s(literal 529/129600 binary64) (-.f64 (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))))) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))))) |
(/.f64 (neg.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))) #s(literal -529/129600 binary64))) (neg.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 23/360 binary64)))) |
(/.f64 (-.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))) (-.f64 #s(literal -23/360 binary64) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))))) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 23/360 binary64))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 23/360 binary64)) #s(literal 529/129600 binary64))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 23/360 binary64)) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 23/360 binary64)))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))))) #s(literal -12167/46656000 binary64)))) (neg.f64 (neg.f64 (-.f64 (fma.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))) #s(literal -529/129600 binary64)))) (neg.f64 (neg.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 23/360 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))))))) (neg.f64 (-.f64 #s(literal -23/360 binary64) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 (*.f64 x (*.f64 x x)) #s(literal -2924207/221225582592000000 binary64))) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) (pow.f64 (fma.f64 (*.f64 x x) #s(literal -11/15120 binary64) #s(literal -23/360 binary64)) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x #s(literal -143/604800 binary64)))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x #s(literal -143/604800 binary64)))) (-.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -11/15120 binary64) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) #s(literal -11/15120 binary64) #s(literal -23/360 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x #s(literal -143/604800 binary64)))) (fma.f64 (*.f64 x x) #s(literal -11/15120 binary64) #s(literal -23/360 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 #s(literal -23/360 binary64) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x #s(literal -143/604800 binary64))))) #s(literal 3 binary64)) (*.f64 #s(literal -1331/3456649728000 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (fma.f64 (+.f64 #s(literal -23/360 binary64) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x #s(literal -143/604800 binary64))))) (+.f64 #s(literal -23/360 binary64) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x #s(literal -143/604800 binary64))))) (-.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal -11/15120 binary64)) (*.f64 (*.f64 x x) #s(literal -11/15120 binary64))) (*.f64 (+.f64 #s(literal -23/360 binary64) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x #s(literal -143/604800 binary64))))) (*.f64 (*.f64 x x) #s(literal -11/15120 binary64)))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))))) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 23/360 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 529/129600 binary64) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 23/360 binary64))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))))) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 23/360 binary64))) (/.f64 (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))))) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 23/360 binary64))) (fma.f64 (/.f64 #s(literal 529/129600 binary64) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 23/360 binary64))) (/.f64 #s(literal 529/129600 binary64) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 23/360 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))))) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 23/360 binary64))) (/.f64 #s(literal 529/129600 binary64) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 23/360 binary64))))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) #s(literal -1 binary64)) |
(*.f64 (fma.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))))) #s(literal -12167/46656000 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))) #s(literal 529/129600 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))))) |
(*.f64 (fma.f64 (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) (*.f64 x (*.f64 x (*.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)))))) #s(literal -529/129600 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64))) #s(literal 23/360 binary64)))) |
(*.f64 x #s(literal -143/604800 binary64)) |
(*.f64 #s(literal -143/604800 binary64) x) |
(+.f64 #s(literal 1/6 binary64) (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))))) |
(+.f64 (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) #s(literal 1/6 binary64)) |
(+.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x #s(literal 1/5040 binary64)))) (fma.f64 (*.f64 x x) #s(literal -1/120 binary64) #s(literal 1/6 binary64))) |
(+.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x #s(literal 1/5040 binary64))))) (*.f64 (*.f64 x x) #s(literal -1/120 binary64))) |
(-.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))))) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal -1/6 binary64))) (/.f64 #s(literal 1/36 binary64) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal -1/6 binary64)))) |
(-.f64 (/.f64 #s(literal 1/36 binary64) (-.f64 #s(literal 1/6 binary64) (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))))) (/.f64 (*.f64 (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))))) (-.f64 #s(literal 1/6 binary64) (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))))))) |
(fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)) |
(fma.f64 x (*.f64 x (*.f64 x (*.f64 x #s(literal 1/5040 binary64)))) (fma.f64 (*.f64 x x) #s(literal -1/120 binary64) #s(literal 1/6 binary64))) |
(fma.f64 x (*.f64 (*.f64 x #s(literal 1/5040 binary64)) (*.f64 x x)) (fma.f64 (*.f64 x x) #s(literal -1/120 binary64) #s(literal 1/6 binary64))) |
(fma.f64 (*.f64 x x) (*.f64 x (*.f64 x #s(literal 1/5040 binary64))) (fma.f64 (*.f64 x x) #s(literal -1/120 binary64) #s(literal 1/6 binary64))) |
(fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)) #s(literal 1/6 binary64)) |
(fma.f64 (*.f64 x (*.f64 x x)) (*.f64 x #s(literal 1/5040 binary64)) (fma.f64 (*.f64 x x) #s(literal -1/120 binary64) #s(literal 1/6 binary64))) |
(fma.f64 (*.f64 x #s(literal 1/5040 binary64)) (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) #s(literal -1/120 binary64) #s(literal 1/6 binary64))) |
(fma.f64 (*.f64 x (*.f64 x #s(literal 1/5040 binary64))) (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/120 binary64) #s(literal 1/6 binary64))) |
(fma.f64 (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)) (*.f64 x x) #s(literal 1/6 binary64)) |
(fma.f64 (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) x #s(literal 1/6 binary64)) |
(fma.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/5040 binary64) (fma.f64 (*.f64 x x) #s(literal -1/120 binary64) #s(literal 1/6 binary64))) |
(fma.f64 (*.f64 (*.f64 x (*.f64 x #s(literal 1/5040 binary64))) x) x (fma.f64 (*.f64 x x) #s(literal -1/120 binary64) #s(literal 1/6 binary64))) |
(fma.f64 (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/5040 binary64))) x (fma.f64 (*.f64 x x) #s(literal -1/120 binary64) #s(literal 1/6 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 #s(literal 1 binary64) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64))) #s(literal 1 binary64))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 1/36 binary64) (-.f64 (*.f64 (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))))) (*.f64 x (*.f64 (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64))))) (fma.f64 (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))))) #s(literal 1/216 binary64)))) |
(/.f64 #s(literal 1 binary64) (/.f64 (-.f64 #s(literal 1/6 binary64) (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))))) (-.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))))))) |
(/.f64 #s(literal -1 binary64) (neg.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64))))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))))) #s(literal 1/216 binary64)) (-.f64 (fma.f64 (*.f64 x x) (*.f64 (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) #s(literal 1/36 binary64)) (*.f64 x (*.f64 (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64))))) |
(/.f64 (fma.f64 (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))))) #s(literal 1/216 binary64)) (+.f64 #s(literal 1/36 binary64) (-.f64 (*.f64 (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))))) (*.f64 x (*.f64 (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))))) |
(/.f64 (fma.f64 (*.f64 x x) (*.f64 (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) #s(literal -1/36 binary64)) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal -1/6 binary64))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))))) #s(literal 1/216 binary64))) (neg.f64 (-.f64 (fma.f64 (*.f64 x x) (*.f64 (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) #s(literal 1/36 binary64)) (*.f64 x (*.f64 (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))))) #s(literal 1/216 binary64))) (neg.f64 (+.f64 #s(literal 1/36 binary64) (-.f64 (*.f64 (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))))) (*.f64 x (*.f64 (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64))))))) |
(/.f64 (neg.f64 (fma.f64 (*.f64 x x) (*.f64 (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) #s(literal -1/36 binary64))) (neg.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal -1/6 binary64)))) |
(/.f64 (-.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))))) (-.f64 #s(literal 1/6 binary64) (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))))) |
(/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))))) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal -1/6 binary64))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal -1/6 binary64)) #s(literal 1/36 binary64))) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal -1/6 binary64)) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal -1/6 binary64)))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))))) #s(literal 1/216 binary64)))) (neg.f64 (neg.f64 (-.f64 (fma.f64 (*.f64 x x) (*.f64 (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) #s(literal 1/36 binary64)) (*.f64 x (*.f64 (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64))))))) |
(/.f64 (neg.f64 (neg.f64 (fma.f64 (*.f64 x x) (*.f64 (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) #s(literal -1/36 binary64)))) (neg.f64 (neg.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal -1/6 binary64))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 1/36 binary64) (*.f64 (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))))))) (neg.f64 (-.f64 #s(literal 1/6 binary64) (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))))))) |
(/.f64 (fma.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) #s(literal 1/128024064000 binary64)) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))) (pow.f64 (fma.f64 (*.f64 x x) #s(literal -1/120 binary64) #s(literal 1/6 binary64)) #s(literal 3 binary64))) (fma.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x #s(literal 1/5040 binary64)))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x #s(literal 1/5040 binary64)))) (-.f64 (*.f64 (fma.f64 (*.f64 x x) #s(literal -1/120 binary64) #s(literal 1/6 binary64)) (fma.f64 (*.f64 x x) #s(literal -1/120 binary64) #s(literal 1/6 binary64))) (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x #s(literal 1/5040 binary64)))) (fma.f64 (*.f64 x x) #s(literal -1/120 binary64) #s(literal 1/6 binary64)))))) |
(/.f64 (+.f64 (pow.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x #s(literal 1/5040 binary64))))) #s(literal 3 binary64)) (*.f64 #s(literal -1/1728000 binary64) (*.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 x x))))) (fma.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x #s(literal 1/5040 binary64))))) (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x #s(literal 1/5040 binary64))))) (-.f64 (*.f64 (*.f64 (*.f64 x x) #s(literal -1/120 binary64)) (*.f64 (*.f64 x x) #s(literal -1/120 binary64))) (*.f64 (+.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x #s(literal 1/5040 binary64))))) (*.f64 (*.f64 x x) #s(literal -1/120 binary64)))))) |
(/.f64 (-.f64 (pow.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))))) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal -1/6 binary64))) #s(literal 3 binary64)) (pow.f64 (/.f64 #s(literal 1/36 binary64) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal -1/6 binary64))) #s(literal 3 binary64))) (fma.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))))) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal -1/6 binary64))) (/.f64 (*.f64 (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))))) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal -1/6 binary64))) (fma.f64 (/.f64 #s(literal 1/36 binary64) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal -1/6 binary64))) (/.f64 #s(literal 1/36 binary64) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal -1/6 binary64))) (*.f64 (/.f64 (*.f64 (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))))) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal -1/6 binary64))) (/.f64 #s(literal 1/36 binary64) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal -1/6 binary64))))))) |
(pow.f64 (/.f64 #s(literal 1 binary64) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64))) #s(literal -1 binary64)) |
(*.f64 (fma.f64 (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))))) #s(literal 1/216 binary64)) (/.f64 #s(literal 1 binary64) (-.f64 (fma.f64 (*.f64 x x) (*.f64 (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) #s(literal 1/36 binary64)) (*.f64 x (*.f64 (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))))) |
(*.f64 (fma.f64 (*.f64 x x) (*.f64 (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64)))) #s(literal -1/36 binary64)) (/.f64 #s(literal 1 binary64) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal -1/6 binary64)))) |
(+.f64 #s(literal 0 binary64) (neg.f64 (cos.f64 x))) |
(-.f64 #s(literal 0 binary64) (cos.f64 x)) |
(-.f64 (/.f64 #s(literal 0 binary64) (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x))))) (/.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)) (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))))) |
(-.f64 (/.f64 #s(literal 0 binary64) (+.f64 #s(literal 0 binary64) (cos.f64 x))) (/.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (+.f64 #s(literal 0 binary64) (cos.f64 x)))) |
(neg.f64 (cos.f64 x)) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))) (-.f64 #s(literal 0 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))))) |
(/.f64 #s(literal 1 binary64) (/.f64 (+.f64 #s(literal 0 binary64) (cos.f64 x)) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x))))) |
(/.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))) (+.f64 #s(literal 0 binary64) (cos.f64 x))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64)))) (neg.f64 (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))))) |
(/.f64 (neg.f64 (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))))) (neg.f64 (+.f64 #s(literal 0 binary64) (cos.f64 x)))) |
(/.f64 (+.f64 #s(literal 0 binary64) (neg.f64 (pow.f64 (cos.f64 x) #s(literal 3 binary64)))) (+.f64 #s(literal 0 binary64) (-.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (neg.f64 (cos.f64 x)))))) |
(*.f64 (cos.f64 x) #s(literal -1 binary64)) |
(*.f64 #s(literal -1 binary64) (cos.f64 x)) |
| 1× | egg-herbie |
| 9 158× | accelerator-lowering-fma.f32 |
| 9 158× | accelerator-lowering-fma.f64 |
| 5 586× | *-lowering-*.f32 |
| 5 586× | *-lowering-*.f64 |
| 2 870× | +-lowering-+.f64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 283 | 2714 |
| 1 | 794 | 2701 |
| 2 | 2317 | 2633 |
| 3 | 5235 | 2590 |
| 0 | 8104 | 2489 |
| 1× | iter limit |
| 1× | node limit |
| Inputs |
|---|
(* 1/6 x) |
(* x (+ 1/6 (* -23/360 (pow x 2)))) |
(* x (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360)))) |
(* x (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360)))) |
(* -143/604800 (pow x 7)) |
(* -1 (* (pow x 7) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(* (pow x 7) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(* (pow x 7) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(* -143/604800 (pow x 7)) |
(* -1 (* (pow x 7) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(* -1 (* (pow x 7) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(* -1 (* (pow x 7) (- (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))) (* 1/6 (/ 1 (pow x 6)))))) |
(* 1/6 (pow x 2)) |
(* (pow x 2) (+ 1/6 (* -23/360 (pow x 2)))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360)))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360)))) |
(* -143/604800 (pow x 8)) |
(* -1 (* (pow x 8) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(* (pow x 8) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(* (pow x 8) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(* -143/604800 (pow x 8)) |
(* -1 (* (pow x 8) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(* (pow x 8) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(* (pow x 8) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(* -23/360 (pow x 2)) |
(* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360)) |
(* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360)) |
(* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360)) |
(* -143/604800 (pow x 6)) |
(* -1 (* (pow x 6) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(* (pow x 6) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(* (pow x 6) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(* -143/604800 (pow x 6)) |
(* -1 (* (pow x 6) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(* (pow x 6) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(* (pow x 6) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(pow x 2) |
(* 1/6 (pow x 2)) |
(* (pow x 2) (+ 1/6 (* -23/360 (pow x 2)))) |
(* (pow x 2) (+ 1/6 (* -23/360 (pow x 2)))) |
(* (pow x 2) (+ 1/6 (* -23/360 (pow x 2)))) |
(* -23/360 (pow x 4)) |
(* (pow x 4) (- (* 1/6 (/ 1 (pow x 2))) 23/360)) |
(* (pow x 4) (- (* 1/6 (/ 1 (pow x 2))) 23/360)) |
(* (pow x 4) (- (* 1/6 (/ 1 (pow x 2))) 23/360)) |
(* -23/360 (pow x 4)) |
(* (pow x 4) (- (* 1/6 (/ 1 (pow x 2))) 23/360)) |
(* (pow x 4) (- (* 1/6 (/ 1 (pow x 2))) 23/360)) |
(* (pow x 4) (- (* 1/6 (/ 1 (pow x 2))) 23/360)) |
(* 1/6 x) |
(* x (+ 1/6 (* -23/360 (pow x 2)))) |
(* x (+ 1/6 (* -23/360 (pow x 2)))) |
(* x (+ 1/6 (* -23/360 (pow x 2)))) |
(* -23/360 (pow x 3)) |
(* (pow x 3) (- (* 1/6 (/ 1 (pow x 2))) 23/360)) |
(* (pow x 3) (- (* 1/6 (/ 1 (pow x 2))) 23/360)) |
(* (pow x 3) (- (* 1/6 (/ 1 (pow x 2))) 23/360)) |
(* -23/360 (pow x 3)) |
(* -1 (* (pow x 3) (- 23/360 (* 1/6 (/ 1 (pow x 2)))))) |
(* -1 (* (pow x 3) (- 23/360 (* 1/6 (/ 1 (pow x 2)))))) |
(* -1 (* (pow x 3) (- 23/360 (* 1/6 (/ 1 (pow x 2)))))) |
1/6 |
(+ 1/6 (* -23/360 (pow x 2))) |
(+ 1/6 (* -23/360 (pow x 2))) |
(+ 1/6 (* -23/360 (pow x 2))) |
(* -23/360 (pow x 2)) |
(* (pow x 2) (- (* 1/6 (/ 1 (pow x 2))) 23/360)) |
(* (pow x 2) (- (* 1/6 (/ 1 (pow x 2))) 23/360)) |
(* (pow x 2) (- (* 1/6 (/ 1 (pow x 2))) 23/360)) |
(* -23/360 (pow x 2)) |
(* (pow x 2) (- (* 1/6 (/ 1 (pow x 2))) 23/360)) |
(* (pow x 2) (- (* 1/6 (/ 1 (pow x 2))) 23/360)) |
(* (pow x 2) (- (* 1/6 (/ 1 (pow x 2))) 23/360)) |
(* 1/6 (pow x 2)) |
(* (pow x 2) (+ 1/6 (* -23/360 (pow x 2)))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360)))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360)))) |
(* -143/604800 (pow x 8)) |
(* -1 (* (pow x 8) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(* (pow x 8) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(* (pow x 8) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(* -143/604800 (pow x 8)) |
(* -1 (* (pow x 8) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(* (pow x 8) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(* (pow x 8) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(/ 6 x) |
(/ (+ 6 (* 23/10 (pow x 2))) x) |
(/ (+ 6 (* (pow x 2) (+ 23/10 (* 1271/1400 (pow x 2))))) x) |
(/ (+ 6 (* (pow x 2) (+ 23/10 (* (pow x 2) (+ 1271/1400 (* 46187/126000 (pow x 2))))))) x) |
(/ -604800/143 (pow x 7)) |
(/ (- (* 24192000/1859 (/ 1 (pow x 2))) 604800/143) (pow x 7)) |
(/ (- (+ (* 24192000/1859 (/ 1 (pow x 2))) (/ 293158656000/265837 (pow x 4))) 604800/143) (pow x 7)) |
(/ (- (+ (* 24192000/1859 (/ 1 (pow x 2))) (/ 293158656000/265837 (pow x 4))) (+ 604800/143 (* 34181360640000/3455881 (/ 1 (pow x 6))))) (pow x 7)) |
(/ -604800/143 (pow x 7)) |
(* -1 (/ (- 604800/143 (* 24192000/1859 (/ 1 (pow x 2)))) (pow x 7))) |
(* -1 (/ (+ 604800/143 (* -1 (/ (+ 24192000/1859 (* 293158656000/265837 (/ 1 (pow x 2)))) (pow x 2)))) (pow x 7))) |
(* -1 (/ (- (+ 604800/143 (* 34181360640000/3455881 (/ 1 (pow x 6)))) (+ (* 24192000/1859 (/ 1 (pow x 2))) (/ 293158656000/265837 (pow x 4)))) (pow x 7))) |
(* 1/6 x) |
(* x (+ 1/6 (* -23/360 (pow x 2)))) |
(* x (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360)))) |
(* x (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360)))) |
(* -143/604800 (pow x 7)) |
(* -1 (* (pow x 7) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(* (pow x 7) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(* (pow x 7) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(* -143/604800 (pow x 7)) |
(* -1 (* (pow x 7) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(* -1 (* (pow x 7) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(* -1 (* (pow x 7) (- (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))) (* 1/6 (/ 1 (pow x 6)))))) |
1/6 |
(+ 1/6 (* -23/360 (pow x 2))) |
(+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360))) |
(+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360))) |
(* -143/604800 (pow x 6)) |
(* -1 (* (pow x 6) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(* (pow x 6) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(* (pow x 6) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(* -143/604800 (pow x 6)) |
(* -1 (* (pow x 6) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(* (pow x 6) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(* (pow x 6) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(* 1/6 (pow x 2)) |
(* (pow x 2) (+ 1/6 (* -23/360 (pow x 2)))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360)))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -53/226800 (pow x 2)) 11/15120)) 23/360)))) |
(* 1/5040 (/ (* (pow x 7) (cos x)) (sin x))) |
(* (pow x 7) (+ (* -1/120 (/ (cos x) (* (pow x 2) (sin x)))) (* 1/5040 (/ (cos x) (sin x))))) |
(* (pow x 7) (+ (* -1/120 (/ (cos x) (* (pow x 2) (sin x)))) (+ (* 1/5040 (/ (cos x) (sin x))) (* 1/6 (/ (cos x) (* (pow x 4) (sin x))))))) |
(* (pow x 7) (+ (* -1/120 (/ (cos x) (* (pow x 2) (sin x)))) (+ (* 1/5040 (/ (cos x) (sin x))) (* 1/6 (/ (cos x) (* (pow x 4) (sin x))))))) |
(* 1/5040 (/ (* (pow x 7) (cos x)) (sin x))) |
(* -1 (* (pow x 7) (+ (* -1/5040 (/ (cos x) (sin x))) (* 1/120 (/ (cos x) (* (pow x 2) (sin x))))))) |
(* -1 (* (pow x 7) (+ (* -1/6 (/ (cos x) (* (pow x 4) (sin x)))) (+ (* -1/5040 (/ (cos x) (sin x))) (* 1/120 (/ (cos x) (* (pow x 2) (sin x)))))))) |
(* -1 (* (pow x 7) (+ (* -1/6 (/ (cos x) (* (pow x 4) (sin x)))) (+ (* -1/5040 (/ (cos x) (sin x))) (* 1/120 (/ (cos x) (* (pow x 2) (sin x)))))))) |
(* 1/6 (pow x 3)) |
(* (pow x 3) (+ 1/6 (* -1/120 (pow x 2)))) |
(* (pow x 3) (+ 1/6 (* (pow x 2) (- (* 1/5040 (pow x 2)) 1/120)))) |
(* (pow x 3) (+ 1/6 (* (pow x 2) (- (* 1/5040 (pow x 2)) 1/120)))) |
(* 1/5040 (pow x 7)) |
(* (pow x 7) (- 1/5040 (* 1/120 (/ 1 (pow x 2))))) |
(* (pow x 7) (- (+ 1/5040 (/ 1/6 (pow x 4))) (* 1/120 (/ 1 (pow x 2))))) |
(* (pow x 7) (- (+ 1/5040 (/ 1/6 (pow x 4))) (* 1/120 (/ 1 (pow x 2))))) |
(* 1/5040 (pow x 7)) |
(* -1 (* (pow x 7) (- (* 1/120 (/ 1 (pow x 2))) 1/5040))) |
(* -1 (* (pow x 7) (- (* 1/120 (/ 1 (pow x 2))) (+ 1/5040 (/ 1/6 (pow x 4)))))) |
(* -1 (* (pow x 7) (- (* 1/120 (/ 1 (pow x 2))) (+ 1/5040 (/ 1/6 (pow x 4)))))) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(pow x 3) |
(* 1/6 (pow x 2)) |
(* (pow x 2) (+ 1/6 (* -23/360 (pow x 2)))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360)))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360)))) |
(/ (* x (cos x)) (sin x)) |
(* x (+ (* -1 (/ (cos x) x)) (/ (cos x) (sin x)))) |
(* x (+ (* -1 (/ (cos x) x)) (/ (cos x) (sin x)))) |
(* x (+ (* -1 (/ (cos x) x)) (/ (cos x) (sin x)))) |
(/ (* x (cos x)) (sin x)) |
(* -1 (* x (+ (* -1 (/ (cos x) (sin x))) (/ (cos x) x)))) |
(* -1 (* x (+ (* -1 (/ (cos x) (sin x))) (/ (cos x) x)))) |
(* -1 (* x (+ (* -1 (/ (cos x) (sin x))) (/ (cos x) x)))) |
(/ 1 x) |
(/ (+ 1 (* -1/3 (pow x 2))) x) |
(/ (+ 1 (* (pow x 2) (- (* -1/45 (pow x 2)) 1/3))) x) |
(/ (+ 1 (* (pow x 2) (- (* (pow x 2) (- (* -2/945 (pow x 2)) 1/45)) 1/3))) x) |
(/ (cos x) (sin x)) |
(/ (cos x) (sin x)) |
(/ (cos x) (sin x)) |
(/ (cos x) (sin x)) |
(/ (cos x) (sin x)) |
(/ (cos x) (sin x)) |
(/ (cos x) (sin x)) |
(/ (cos x) (sin x)) |
1 |
(+ 1 (* -1/2 (pow x 2))) |
(+ 1 (* (pow x 2) (- (* 1/24 (pow x 2)) 1/2))) |
(+ 1 (* (pow x 2) (- (* (pow x 2) (+ 1/24 (* -1/720 (pow x 2)))) 1/2))) |
(cos x) |
(cos x) |
(cos x) |
(cos x) |
(cos x) |
(cos x) |
(cos x) |
(cos x) |
x |
(* x (+ 1 (* -1/6 (pow x 2)))) |
(* x (+ 1 (* (pow x 2) (- (* 1/120 (pow x 2)) 1/6)))) |
(* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 1/120 (* -1/5040 (pow x 2)))) 1/6)))) |
(sin x) |
(sin x) |
(sin x) |
(sin x) |
(sin x) |
(sin x) |
(sin x) |
(sin x) |
(* 1/6 x) |
(* 1/6 x) |
(* 1/6 x) |
(* 1/6 x) |
(* 1/6 x) |
(* 1/6 x) |
(* 1/6 x) |
(* 1/6 x) |
(* 1/6 x) |
(* 1/6 x) |
(* 1/6 x) |
(* 1/6 x) |
-23/360 |
(- (* -11/15120 (pow x 2)) 23/360) |
(- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360) |
(- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360) |
(* -143/604800 (pow x 4)) |
(* -1 (* (pow x 4) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(* (pow x 4) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(* (pow x 4) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(* -143/604800 (pow x 4)) |
(* -1 (* (pow x 4) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(* (pow x 4) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(* (pow x 4) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(* -143/604800 x) |
(* -143/604800 x) |
(* -143/604800 x) |
(* -143/604800 x) |
(* -143/604800 x) |
(* -143/604800 x) |
(* -143/604800 x) |
(* -143/604800 x) |
(* -143/604800 x) |
(* -143/604800 x) |
(* -143/604800 x) |
(* -143/604800 x) |
1/6 |
(+ 1/6 (* -1/120 (pow x 2))) |
(+ 1/6 (* (pow x 2) (- (* 1/5040 (pow x 2)) 1/120))) |
(+ 1/6 (* (pow x 2) (- (* 1/5040 (pow x 2)) 1/120))) |
(* 1/5040 (pow x 4)) |
(* (pow x 4) (- 1/5040 (* 1/120 (/ 1 (pow x 2))))) |
(* (pow x 4) (- (+ 1/5040 (/ 1/6 (pow x 4))) (* 1/120 (/ 1 (pow x 2))))) |
(* (pow x 4) (- (+ 1/5040 (/ 1/6 (pow x 4))) (* 1/120 (/ 1 (pow x 2))))) |
(* 1/5040 (pow x 4)) |
(* (pow x 4) (- 1/5040 (* 1/120 (/ 1 (pow x 2))))) |
(* (pow x 4) (- (+ 1/5040 (/ 1/6 (pow x 4))) (* 1/120 (/ 1 (pow x 2))))) |
(* (pow x 4) (- (+ 1/5040 (/ 1/6 (pow x 4))) (* 1/120 (/ 1 (pow x 2))))) |
-1 |
(- (* 1/2 (pow x 2)) 1) |
(- (* (pow x 2) (+ 1/2 (* -1/24 (pow x 2)))) 1) |
(- (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24)))) 1) |
(* -1 (cos x)) |
(* -1 (cos x)) |
(* -1 (cos x)) |
(* -1 (cos x)) |
(* -1 (cos x)) |
(* -1 (cos x)) |
(* -1 (cos x)) |
(* -1 (cos x)) |
| Outputs |
|---|
(* 1/6 x) |
(*.f64 #s(literal 1/6 binary64) x) |
(* x (+ 1/6 (* -23/360 (pow x 2)))) |
(*.f64 x (fma.f64 #s(literal -23/360 binary64) (*.f64 x x) #s(literal 1/6 binary64))) |
(* x (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360)))) |
(*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(* x (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360)))) |
(*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(* -143/604800 (pow x 7)) |
(*.f64 #s(literal -143/604800 binary64) (pow.f64 x #s(literal 7 binary64))) |
(* -1 (* (pow x 7) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (+.f64 #s(literal -143/604800 binary64) (/.f64 #s(literal -11/15120 binary64) (*.f64 x x)))) |
(* (pow x 7) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (+.f64 #s(literal -143/604800 binary64) (/.f64 (-.f64 #s(literal -11/15120 binary64) (/.f64 #s(literal 23/360 binary64) (*.f64 x x))) (*.f64 x x)))) |
(* (pow x 7) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (+.f64 #s(literal -143/604800 binary64) (-.f64 (/.f64 #s(literal 1/6 binary64) (pow.f64 x #s(literal 6 binary64))) (+.f64 (/.f64 #s(literal 11/15120 binary64) (*.f64 x x)) (/.f64 #s(literal 23/360 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))))) |
(* -143/604800 (pow x 7)) |
(*.f64 #s(literal -143/604800 binary64) (pow.f64 x #s(literal 7 binary64))) |
(* -1 (* (pow x 7) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (+.f64 #s(literal -143/604800 binary64) (/.f64 #s(literal -11/15120 binary64) (*.f64 x x)))) |
(* -1 (* (pow x 7) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (+.f64 #s(literal -143/604800 binary64) (+.f64 (/.f64 #s(literal -11/15120 binary64) (*.f64 x x)) (/.f64 #s(literal -23/360 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(* -1 (* (pow x 7) (- (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))) (* 1/6 (/ 1 (pow x 6)))))) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (+.f64 #s(literal -143/604800 binary64) (-.f64 (/.f64 #s(literal 1/6 binary64) (pow.f64 x #s(literal 6 binary64))) (+.f64 (/.f64 #s(literal 11/15120 binary64) (*.f64 x x)) (/.f64 #s(literal 23/360 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))))) |
(* 1/6 (pow x 2)) |
(*.f64 #s(literal 1/6 binary64) (*.f64 x x)) |
(* (pow x 2) (+ 1/6 (* -23/360 (pow x 2)))) |
(*.f64 (*.f64 x x) (fma.f64 #s(literal -23/360 binary64) (*.f64 x x) #s(literal 1/6 binary64))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360)))) |
(*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360)))) |
(*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(* -143/604800 (pow x 8)) |
(*.f64 #s(literal -143/604800 binary64) (pow.f64 x #s(literal 8 binary64))) |
(* -1 (* (pow x 8) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 8 binary64)) (+.f64 #s(literal -143/604800 binary64) (/.f64 #s(literal -11/15120 binary64) (*.f64 x x)))) |
(* (pow x 8) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(*.f64 (+.f64 #s(literal -143/604800 binary64) (/.f64 (-.f64 #s(literal -11/15120 binary64) (/.f64 #s(literal 23/360 binary64) (*.f64 x x))) (*.f64 x x))) (pow.f64 x #s(literal 8 binary64))) |
(* (pow x 8) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(*.f64 (+.f64 #s(literal -143/604800 binary64) (-.f64 (/.f64 #s(literal 1/6 binary64) (pow.f64 x #s(literal 6 binary64))) (+.f64 (/.f64 #s(literal 11/15120 binary64) (*.f64 x x)) (/.f64 #s(literal 23/360 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) (pow.f64 x #s(literal 8 binary64))) |
(* -143/604800 (pow x 8)) |
(*.f64 #s(literal -143/604800 binary64) (pow.f64 x #s(literal 8 binary64))) |
(* -1 (* (pow x 8) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 8 binary64)) (+.f64 #s(literal -143/604800 binary64) (/.f64 #s(literal -11/15120 binary64) (*.f64 x x)))) |
(* (pow x 8) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(*.f64 (+.f64 #s(literal -143/604800 binary64) (/.f64 (-.f64 #s(literal -11/15120 binary64) (/.f64 #s(literal 23/360 binary64) (*.f64 x x))) (*.f64 x x))) (pow.f64 x #s(literal 8 binary64))) |
(* (pow x 8) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(*.f64 (+.f64 #s(literal -143/604800 binary64) (-.f64 (/.f64 #s(literal 1/6 binary64) (pow.f64 x #s(literal 6 binary64))) (+.f64 (/.f64 #s(literal 11/15120 binary64) (*.f64 x x)) (/.f64 #s(literal 23/360 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) (pow.f64 x #s(literal 8 binary64))) |
(* -23/360 (pow x 2)) |
(*.f64 #s(literal -23/360 binary64) (*.f64 x x)) |
(* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360)) |
(*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) |
(* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360)) |
(*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) |
(* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360)) |
(*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) |
(* -143/604800 (pow x 6)) |
(*.f64 #s(literal -143/604800 binary64) (pow.f64 x #s(literal 6 binary64))) |
(* -1 (* (pow x 6) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 #s(literal -143/604800 binary64) (/.f64 #s(literal -11/15120 binary64) (*.f64 x x)))) |
(* (pow x 6) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(*.f64 (+.f64 #s(literal -143/604800 binary64) (/.f64 (-.f64 #s(literal -11/15120 binary64) (/.f64 #s(literal 23/360 binary64) (*.f64 x x))) (*.f64 x x))) (pow.f64 x #s(literal 6 binary64))) |
(* (pow x 6) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(*.f64 (+.f64 #s(literal -143/604800 binary64) (/.f64 (-.f64 #s(literal -11/15120 binary64) (/.f64 #s(literal 23/360 binary64) (*.f64 x x))) (*.f64 x x))) (pow.f64 x #s(literal 6 binary64))) |
(* -143/604800 (pow x 6)) |
(*.f64 #s(literal -143/604800 binary64) (pow.f64 x #s(literal 6 binary64))) |
(* -1 (* (pow x 6) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 #s(literal -143/604800 binary64) (/.f64 #s(literal -11/15120 binary64) (*.f64 x x)))) |
(* (pow x 6) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(*.f64 (+.f64 #s(literal -143/604800 binary64) (/.f64 (-.f64 #s(literal -11/15120 binary64) (/.f64 #s(literal 23/360 binary64) (*.f64 x x))) (*.f64 x x))) (pow.f64 x #s(literal 6 binary64))) |
(* (pow x 6) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(*.f64 (+.f64 #s(literal -143/604800 binary64) (/.f64 (-.f64 #s(literal -11/15120 binary64) (/.f64 #s(literal 23/360 binary64) (*.f64 x x))) (*.f64 x x))) (pow.f64 x #s(literal 6 binary64))) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(pow x 2) |
(*.f64 x x) |
(* 1/6 (pow x 2)) |
(*.f64 #s(literal 1/6 binary64) (*.f64 x x)) |
(* (pow x 2) (+ 1/6 (* -23/360 (pow x 2)))) |
(*.f64 (*.f64 x x) (fma.f64 #s(literal -23/360 binary64) (*.f64 x x) #s(literal 1/6 binary64))) |
(* (pow x 2) (+ 1/6 (* -23/360 (pow x 2)))) |
(*.f64 (*.f64 x x) (fma.f64 #s(literal -23/360 binary64) (*.f64 x x) #s(literal 1/6 binary64))) |
(* (pow x 2) (+ 1/6 (* -23/360 (pow x 2)))) |
(*.f64 (*.f64 x x) (fma.f64 #s(literal -23/360 binary64) (*.f64 x x) #s(literal 1/6 binary64))) |
(* -23/360 (pow x 4)) |
(*.f64 #s(literal -23/360 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) |
(* (pow x 4) (- (* 1/6 (/ 1 (pow x 2))) 23/360)) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 #s(literal -23/360 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 x x)))) |
(* (pow x 4) (- (* 1/6 (/ 1 (pow x 2))) 23/360)) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 #s(literal -23/360 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 x x)))) |
(* (pow x 4) (- (* 1/6 (/ 1 (pow x 2))) 23/360)) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 #s(literal -23/360 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 x x)))) |
(* -23/360 (pow x 4)) |
(*.f64 #s(literal -23/360 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) |
(* (pow x 4) (- (* 1/6 (/ 1 (pow x 2))) 23/360)) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 #s(literal -23/360 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 x x)))) |
(* (pow x 4) (- (* 1/6 (/ 1 (pow x 2))) 23/360)) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 #s(literal -23/360 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 x x)))) |
(* (pow x 4) (- (* 1/6 (/ 1 (pow x 2))) 23/360)) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 #s(literal -23/360 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 x x)))) |
(* 1/6 x) |
(*.f64 #s(literal 1/6 binary64) x) |
(* x (+ 1/6 (* -23/360 (pow x 2)))) |
(*.f64 x (fma.f64 #s(literal -23/360 binary64) (*.f64 x x) #s(literal 1/6 binary64))) |
(* x (+ 1/6 (* -23/360 (pow x 2)))) |
(*.f64 x (fma.f64 #s(literal -23/360 binary64) (*.f64 x x) #s(literal 1/6 binary64))) |
(* x (+ 1/6 (* -23/360 (pow x 2)))) |
(*.f64 x (fma.f64 #s(literal -23/360 binary64) (*.f64 x x) #s(literal 1/6 binary64))) |
(* -23/360 (pow x 3)) |
(*.f64 x (*.f64 #s(literal -23/360 binary64) (*.f64 x x))) |
(* (pow x 3) (- (* 1/6 (/ 1 (pow x 2))) 23/360)) |
(*.f64 x (*.f64 x (*.f64 x (+.f64 #s(literal -23/360 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 x x)))))) |
(* (pow x 3) (- (* 1/6 (/ 1 (pow x 2))) 23/360)) |
(*.f64 x (*.f64 x (*.f64 x (+.f64 #s(literal -23/360 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 x x)))))) |
(* (pow x 3) (- (* 1/6 (/ 1 (pow x 2))) 23/360)) |
(*.f64 x (*.f64 x (*.f64 x (+.f64 #s(literal -23/360 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 x x)))))) |
(* -23/360 (pow x 3)) |
(*.f64 x (*.f64 #s(literal -23/360 binary64) (*.f64 x x))) |
(* -1 (* (pow x 3) (- 23/360 (* 1/6 (/ 1 (pow x 2)))))) |
(*.f64 x (*.f64 x (*.f64 x (+.f64 #s(literal -23/360 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 x x)))))) |
(* -1 (* (pow x 3) (- 23/360 (* 1/6 (/ 1 (pow x 2)))))) |
(*.f64 x (*.f64 x (*.f64 x (+.f64 #s(literal -23/360 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 x x)))))) |
(* -1 (* (pow x 3) (- 23/360 (* 1/6 (/ 1 (pow x 2)))))) |
(*.f64 x (*.f64 x (*.f64 x (+.f64 #s(literal -23/360 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 x x)))))) |
1/6 |
#s(literal 1/6 binary64) |
(+ 1/6 (* -23/360 (pow x 2))) |
(fma.f64 #s(literal -23/360 binary64) (*.f64 x x) #s(literal 1/6 binary64)) |
(+ 1/6 (* -23/360 (pow x 2))) |
(fma.f64 #s(literal -23/360 binary64) (*.f64 x x) #s(literal 1/6 binary64)) |
(+ 1/6 (* -23/360 (pow x 2))) |
(fma.f64 #s(literal -23/360 binary64) (*.f64 x x) #s(literal 1/6 binary64)) |
(* -23/360 (pow x 2)) |
(*.f64 #s(literal -23/360 binary64) (*.f64 x x)) |
(* (pow x 2) (- (* 1/6 (/ 1 (pow x 2))) 23/360)) |
(*.f64 x (*.f64 x (+.f64 #s(literal -23/360 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 x x))))) |
(* (pow x 2) (- (* 1/6 (/ 1 (pow x 2))) 23/360)) |
(*.f64 x (*.f64 x (+.f64 #s(literal -23/360 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 x x))))) |
(* (pow x 2) (- (* 1/6 (/ 1 (pow x 2))) 23/360)) |
(*.f64 x (*.f64 x (+.f64 #s(literal -23/360 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 x x))))) |
(* -23/360 (pow x 2)) |
(*.f64 #s(literal -23/360 binary64) (*.f64 x x)) |
(* (pow x 2) (- (* 1/6 (/ 1 (pow x 2))) 23/360)) |
(*.f64 x (*.f64 x (+.f64 #s(literal -23/360 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 x x))))) |
(* (pow x 2) (- (* 1/6 (/ 1 (pow x 2))) 23/360)) |
(*.f64 x (*.f64 x (+.f64 #s(literal -23/360 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 x x))))) |
(* (pow x 2) (- (* 1/6 (/ 1 (pow x 2))) 23/360)) |
(*.f64 x (*.f64 x (+.f64 #s(literal -23/360 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 x x))))) |
(* 1/6 (pow x 2)) |
(*.f64 #s(literal 1/6 binary64) (*.f64 x x)) |
(* (pow x 2) (+ 1/6 (* -23/360 (pow x 2)))) |
(*.f64 (*.f64 x x) (fma.f64 #s(literal -23/360 binary64) (*.f64 x x) #s(literal 1/6 binary64))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360)))) |
(*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360)))) |
(*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(* -143/604800 (pow x 8)) |
(*.f64 #s(literal -143/604800 binary64) (pow.f64 x #s(literal 8 binary64))) |
(* -1 (* (pow x 8) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 8 binary64)) (+.f64 #s(literal -143/604800 binary64) (/.f64 #s(literal -11/15120 binary64) (*.f64 x x)))) |
(* (pow x 8) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(*.f64 (+.f64 #s(literal -143/604800 binary64) (/.f64 (-.f64 #s(literal -11/15120 binary64) (/.f64 #s(literal 23/360 binary64) (*.f64 x x))) (*.f64 x x))) (pow.f64 x #s(literal 8 binary64))) |
(* (pow x 8) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(*.f64 (+.f64 #s(literal -143/604800 binary64) (-.f64 (/.f64 #s(literal 1/6 binary64) (pow.f64 x #s(literal 6 binary64))) (+.f64 (/.f64 #s(literal 11/15120 binary64) (*.f64 x x)) (/.f64 #s(literal 23/360 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) (pow.f64 x #s(literal 8 binary64))) |
(* -143/604800 (pow x 8)) |
(*.f64 #s(literal -143/604800 binary64) (pow.f64 x #s(literal 8 binary64))) |
(* -1 (* (pow x 8) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 8 binary64)) (+.f64 #s(literal -143/604800 binary64) (/.f64 #s(literal -11/15120 binary64) (*.f64 x x)))) |
(* (pow x 8) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(*.f64 (+.f64 #s(literal -143/604800 binary64) (/.f64 (-.f64 #s(literal -11/15120 binary64) (/.f64 #s(literal 23/360 binary64) (*.f64 x x))) (*.f64 x x))) (pow.f64 x #s(literal 8 binary64))) |
(* (pow x 8) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(*.f64 (+.f64 #s(literal -143/604800 binary64) (-.f64 (/.f64 #s(literal 1/6 binary64) (pow.f64 x #s(literal 6 binary64))) (+.f64 (/.f64 #s(literal 11/15120 binary64) (*.f64 x x)) (/.f64 #s(literal 23/360 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) (pow.f64 x #s(literal 8 binary64))) |
(/ 6 x) |
(/.f64 #s(literal 6 binary64) x) |
(/ (+ 6 (* 23/10 (pow x 2))) x) |
(/.f64 (fma.f64 (*.f64 x x) #s(literal 23/10 binary64) #s(literal 6 binary64)) x) |
(/ (+ 6 (* (pow x 2) (+ 23/10 (* 1271/1400 (pow x 2))))) x) |
(/.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal 1271/1400 binary64) #s(literal 23/10 binary64)) #s(literal 6 binary64)) x) |
(/ (+ 6 (* (pow x 2) (+ 23/10 (* (pow x 2) (+ 1271/1400 (* 46187/126000 (pow x 2))))))) x) |
(/.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal 46187/126000 binary64) #s(literal 1271/1400 binary64)) #s(literal 23/10 binary64))) #s(literal 6 binary64)) x) |
(/ -604800/143 (pow x 7)) |
(/.f64 #s(literal -604800/143 binary64) (pow.f64 x #s(literal 7 binary64))) |
(/ (- (* 24192000/1859 (/ 1 (pow x 2))) 604800/143) (pow x 7)) |
(/.f64 (+.f64 #s(literal -604800/143 binary64) (/.f64 #s(literal 24192000/1859 binary64) (*.f64 x x))) (pow.f64 x #s(literal 7 binary64))) |
(/ (- (+ (* 24192000/1859 (/ 1 (pow x 2))) (/ 293158656000/265837 (pow x 4))) 604800/143) (pow x 7)) |
(/.f64 (+.f64 #s(literal -604800/143 binary64) (+.f64 (/.f64 #s(literal 24192000/1859 binary64) (*.f64 x x)) (/.f64 #s(literal 293158656000/265837 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))) (pow.f64 x #s(literal 7 binary64))) |
(/ (- (+ (* 24192000/1859 (/ 1 (pow x 2))) (/ 293158656000/265837 (pow x 4))) (+ 604800/143 (* 34181360640000/3455881 (/ 1 (pow x 6))))) (pow x 7)) |
(/.f64 (+.f64 (/.f64 #s(literal 24192000/1859 binary64) (*.f64 x x)) (+.f64 (/.f64 #s(literal 293158656000/265837 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 #s(literal -604800/143 binary64) (/.f64 #s(literal -34181360640000/3455881 binary64) (pow.f64 x #s(literal 6 binary64)))))) (pow.f64 x #s(literal 7 binary64))) |
(/ -604800/143 (pow x 7)) |
(/.f64 #s(literal -604800/143 binary64) (pow.f64 x #s(literal 7 binary64))) |
(* -1 (/ (- 604800/143 (* 24192000/1859 (/ 1 (pow x 2)))) (pow x 7))) |
(/.f64 (+.f64 #s(literal -604800/143 binary64) (/.f64 #s(literal 24192000/1859 binary64) (*.f64 x x))) (pow.f64 x #s(literal 7 binary64))) |
(* -1 (/ (+ 604800/143 (* -1 (/ (+ 24192000/1859 (* 293158656000/265837 (/ 1 (pow x 2)))) (pow x 2)))) (pow x 7))) |
(/.f64 (+.f64 #s(literal -604800/143 binary64) (/.f64 (+.f64 #s(literal 24192000/1859 binary64) (/.f64 #s(literal 293158656000/265837 binary64) (*.f64 x x))) (*.f64 x x))) (pow.f64 x #s(literal 7 binary64))) |
(* -1 (/ (- (+ 604800/143 (* 34181360640000/3455881 (/ 1 (pow x 6)))) (+ (* 24192000/1859 (/ 1 (pow x 2))) (/ 293158656000/265837 (pow x 4)))) (pow x 7))) |
(/.f64 (+.f64 (/.f64 #s(literal 24192000/1859 binary64) (*.f64 x x)) (+.f64 (/.f64 #s(literal 293158656000/265837 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (+.f64 #s(literal -604800/143 binary64) (/.f64 #s(literal -34181360640000/3455881 binary64) (pow.f64 x #s(literal 6 binary64)))))) (pow.f64 x #s(literal 7 binary64))) |
(* 1/6 x) |
(*.f64 #s(literal 1/6 binary64) x) |
(* x (+ 1/6 (* -23/360 (pow x 2)))) |
(*.f64 x (fma.f64 #s(literal -23/360 binary64) (*.f64 x x) #s(literal 1/6 binary64))) |
(* x (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360)))) |
(*.f64 x (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(* x (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360)))) |
(*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(* -143/604800 (pow x 7)) |
(*.f64 #s(literal -143/604800 binary64) (pow.f64 x #s(literal 7 binary64))) |
(* -1 (* (pow x 7) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (+.f64 #s(literal -143/604800 binary64) (/.f64 #s(literal -11/15120 binary64) (*.f64 x x)))) |
(* (pow x 7) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (+.f64 #s(literal -143/604800 binary64) (/.f64 (-.f64 #s(literal -11/15120 binary64) (/.f64 #s(literal 23/360 binary64) (*.f64 x x))) (*.f64 x x)))) |
(* (pow x 7) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (+.f64 #s(literal -143/604800 binary64) (-.f64 (/.f64 #s(literal 1/6 binary64) (pow.f64 x #s(literal 6 binary64))) (+.f64 (/.f64 #s(literal 11/15120 binary64) (*.f64 x x)) (/.f64 #s(literal 23/360 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))))) |
(* -143/604800 (pow x 7)) |
(*.f64 #s(literal -143/604800 binary64) (pow.f64 x #s(literal 7 binary64))) |
(* -1 (* (pow x 7) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (+.f64 #s(literal -143/604800 binary64) (/.f64 #s(literal -11/15120 binary64) (*.f64 x x)))) |
(* -1 (* (pow x 7) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (+.f64 #s(literal -143/604800 binary64) (+.f64 (/.f64 #s(literal -11/15120 binary64) (*.f64 x x)) (/.f64 #s(literal -23/360 binary64) (*.f64 (*.f64 x x) (*.f64 x x)))))) |
(* -1 (* (pow x 7) (- (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))) (* 1/6 (/ 1 (pow x 6)))))) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (+.f64 #s(literal -143/604800 binary64) (-.f64 (/.f64 #s(literal 1/6 binary64) (pow.f64 x #s(literal 6 binary64))) (+.f64 (/.f64 #s(literal 11/15120 binary64) (*.f64 x x)) (/.f64 #s(literal 23/360 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))))) |
1/6 |
#s(literal 1/6 binary64) |
(+ 1/6 (* -23/360 (pow x 2))) |
(fma.f64 #s(literal -23/360 binary64) (*.f64 x x) #s(literal 1/6 binary64)) |
(+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360))) |
(fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)) |
(+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360))) |
(fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)) |
(* -143/604800 (pow x 6)) |
(*.f64 #s(literal -143/604800 binary64) (pow.f64 x #s(literal 6 binary64))) |
(* -1 (* (pow x 6) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 #s(literal -143/604800 binary64) (/.f64 #s(literal -11/15120 binary64) (*.f64 x x)))) |
(* (pow x 6) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(*.f64 (+.f64 #s(literal -143/604800 binary64) (/.f64 (-.f64 #s(literal -11/15120 binary64) (/.f64 #s(literal 23/360 binary64) (*.f64 x x))) (*.f64 x x))) (pow.f64 x #s(literal 6 binary64))) |
(* (pow x 6) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 #s(literal -143/604800 binary64) (-.f64 (/.f64 #s(literal 1/6 binary64) (pow.f64 x #s(literal 6 binary64))) (+.f64 (/.f64 #s(literal 11/15120 binary64) (*.f64 x x)) (/.f64 #s(literal 23/360 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))))) |
(* -143/604800 (pow x 6)) |
(*.f64 #s(literal -143/604800 binary64) (pow.f64 x #s(literal 6 binary64))) |
(* -1 (* (pow x 6) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 #s(literal -143/604800 binary64) (/.f64 #s(literal -11/15120 binary64) (*.f64 x x)))) |
(* (pow x 6) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(*.f64 (+.f64 #s(literal -143/604800 binary64) (/.f64 (-.f64 #s(literal -11/15120 binary64) (/.f64 #s(literal 23/360 binary64) (*.f64 x x))) (*.f64 x x))) (pow.f64 x #s(literal 6 binary64))) |
(* (pow x 6) (- (* 1/6 (/ 1 (pow x 6))) (+ 143/604800 (+ (/ 23/360 (pow x 4)) (* 11/15120 (/ 1 (pow x 2))))))) |
(*.f64 (pow.f64 x #s(literal 6 binary64)) (+.f64 #s(literal -143/604800 binary64) (-.f64 (/.f64 #s(literal 1/6 binary64) (pow.f64 x #s(literal 6 binary64))) (+.f64 (/.f64 #s(literal 11/15120 binary64) (*.f64 x x)) (/.f64 #s(literal 23/360 binary64) (*.f64 (*.f64 x x) (*.f64 x x))))))) |
(* 1/6 (pow x 2)) |
(*.f64 #s(literal 1/6 binary64) (*.f64 x x)) |
(* (pow x 2) (+ 1/6 (* -23/360 (pow x 2)))) |
(*.f64 (*.f64 x x) (fma.f64 #s(literal -23/360 binary64) (*.f64 x x) #s(literal 1/6 binary64))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360)))) |
(*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -53/226800 (pow x 2)) 11/15120)) 23/360)))) |
(*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -53/226800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(* 1/5040 (/ (* (pow x 7) (cos x)) (sin x))) |
(*.f64 (/.f64 (cos.f64 x) (sin.f64 x)) (*.f64 (pow.f64 x #s(literal 7 binary64)) #s(literal 1/5040 binary64))) |
(* (pow x 7) (+ (* -1/120 (/ (cos x) (* (pow x 2) (sin x)))) (* 1/5040 (/ (cos x) (sin x))))) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (*.f64 (/.f64 (cos.f64 x) (sin.f64 x)) (+.f64 #s(literal 1/5040 binary64) (/.f64 #s(literal -1/120 binary64) (*.f64 x x))))) |
(* (pow x 7) (+ (* -1/120 (/ (cos x) (* (pow x 2) (sin x)))) (+ (* 1/5040 (/ (cos x) (sin x))) (* 1/6 (/ (cos x) (* (pow x 4) (sin x))))))) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (*.f64 (/.f64 (cos.f64 x) (sin.f64 x)) (+.f64 #s(literal 1/5040 binary64) (+.f64 (/.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (/.f64 #s(literal -1/120 binary64) (*.f64 x x)))))) |
(* (pow x 7) (+ (* -1/120 (/ (cos x) (* (pow x 2) (sin x)))) (+ (* 1/5040 (/ (cos x) (sin x))) (* 1/6 (/ (cos x) (* (pow x 4) (sin x))))))) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (*.f64 (/.f64 (cos.f64 x) (sin.f64 x)) (+.f64 #s(literal 1/5040 binary64) (+.f64 (/.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (/.f64 #s(literal -1/120 binary64) (*.f64 x x)))))) |
(* 1/5040 (/ (* (pow x 7) (cos x)) (sin x))) |
(*.f64 (/.f64 (cos.f64 x) (sin.f64 x)) (*.f64 (pow.f64 x #s(literal 7 binary64)) #s(literal 1/5040 binary64))) |
(* -1 (* (pow x 7) (+ (* -1/5040 (/ (cos x) (sin x))) (* 1/120 (/ (cos x) (* (pow x 2) (sin x))))))) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (*.f64 (/.f64 (cos.f64 x) (sin.f64 x)) (+.f64 #s(literal 1/5040 binary64) (/.f64 #s(literal -1/120 binary64) (*.f64 x x))))) |
(* -1 (* (pow x 7) (+ (* -1/6 (/ (cos x) (* (pow x 4) (sin x)))) (+ (* -1/5040 (/ (cos x) (sin x))) (* 1/120 (/ (cos x) (* (pow x 2) (sin x)))))))) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (*.f64 (/.f64 (cos.f64 x) (sin.f64 x)) (+.f64 #s(literal 1/5040 binary64) (+.f64 (/.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (/.f64 #s(literal -1/120 binary64) (*.f64 x x)))))) |
(* -1 (* (pow x 7) (+ (* -1/6 (/ (cos x) (* (pow x 4) (sin x)))) (+ (* -1/5040 (/ (cos x) (sin x))) (* 1/120 (/ (cos x) (* (pow x 2) (sin x)))))))) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (*.f64 (/.f64 (cos.f64 x) (sin.f64 x)) (+.f64 #s(literal 1/5040 binary64) (+.f64 (/.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (/.f64 #s(literal -1/120 binary64) (*.f64 x x)))))) |
(* 1/6 (pow x 3)) |
(*.f64 #s(literal 1/6 binary64) (*.f64 x (*.f64 x x))) |
(* (pow x 3) (+ 1/6 (* -1/120 (pow x 2)))) |
(*.f64 (*.f64 x x) (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/120 binary64) #s(literal 1/6 binary64)))) |
(* (pow x 3) (+ 1/6 (* (pow x 2) (- (* 1/5040 (pow x 2)) 1/120)))) |
(*.f64 (*.f64 x (*.f64 x x)) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64))) |
(* (pow x 3) (+ 1/6 (* (pow x 2) (- (* 1/5040 (pow x 2)) 1/120)))) |
(*.f64 (*.f64 x (*.f64 x x)) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64))) |
(* 1/5040 (pow x 7)) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) #s(literal 1/5040 binary64)) |
(* (pow x 7) (- 1/5040 (* 1/120 (/ 1 (pow x 2))))) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (+.f64 #s(literal 1/5040 binary64) (/.f64 #s(literal -1/120 binary64) (*.f64 x x)))) |
(* (pow x 7) (- (+ 1/5040 (/ 1/6 (pow x 4))) (* 1/120 (/ 1 (pow x 2))))) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (+.f64 #s(literal 1/5040 binary64) (+.f64 (/.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (/.f64 #s(literal -1/120 binary64) (*.f64 x x))))) |
(* (pow x 7) (- (+ 1/5040 (/ 1/6 (pow x 4))) (* 1/120 (/ 1 (pow x 2))))) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (+.f64 #s(literal 1/5040 binary64) (+.f64 (/.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (/.f64 #s(literal -1/120 binary64) (*.f64 x x))))) |
(* 1/5040 (pow x 7)) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) #s(literal 1/5040 binary64)) |
(* -1 (* (pow x 7) (- (* 1/120 (/ 1 (pow x 2))) 1/5040))) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (+.f64 #s(literal 1/5040 binary64) (/.f64 #s(literal -1/120 binary64) (*.f64 x x)))) |
(* -1 (* (pow x 7) (- (* 1/120 (/ 1 (pow x 2))) (+ 1/5040 (/ 1/6 (pow x 4)))))) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (+.f64 #s(literal 1/5040 binary64) (+.f64 (/.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (/.f64 #s(literal -1/120 binary64) (*.f64 x x))))) |
(* -1 (* (pow x 7) (- (* 1/120 (/ 1 (pow x 2))) (+ 1/5040 (/ 1/6 (pow x 4)))))) |
(*.f64 (pow.f64 x #s(literal 7 binary64)) (+.f64 #s(literal 1/5040 binary64) (+.f64 (/.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (/.f64 #s(literal -1/120 binary64) (*.f64 x x))))) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(pow x 3) |
(*.f64 x (*.f64 x x)) |
(* 1/6 (pow x 2)) |
(*.f64 #s(literal 1/6 binary64) (*.f64 x x)) |
(* (pow x 2) (+ 1/6 (* -23/360 (pow x 2)))) |
(*.f64 (*.f64 x x) (fma.f64 #s(literal -23/360 binary64) (*.f64 x x) #s(literal 1/6 binary64))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* -11/15120 (pow x 2)) 23/360)))) |
(*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(* (pow x 2) (+ 1/6 (* (pow x 2) (- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360)))) |
(*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(/ (* x (cos x)) (sin x)) |
(/.f64 (*.f64 x (cos.f64 x)) (sin.f64 x)) |
(* x (+ (* -1 (/ (cos x) x)) (/ (cos x) (sin x)))) |
(*.f64 (cos.f64 x) (-.f64 (/.f64 x (sin.f64 x)) #s(literal 1 binary64))) |
(* x (+ (* -1 (/ (cos x) x)) (/ (cos x) (sin x)))) |
(*.f64 (cos.f64 x) (-.f64 (/.f64 x (sin.f64 x)) #s(literal 1 binary64))) |
(* x (+ (* -1 (/ (cos x) x)) (/ (cos x) (sin x)))) |
(*.f64 (cos.f64 x) (-.f64 (/.f64 x (sin.f64 x)) #s(literal 1 binary64))) |
(/ (* x (cos x)) (sin x)) |
(/.f64 (*.f64 x (cos.f64 x)) (sin.f64 x)) |
(* -1 (* x (+ (* -1 (/ (cos x) (sin x))) (/ (cos x) x)))) |
(*.f64 (cos.f64 x) (-.f64 (/.f64 x (sin.f64 x)) #s(literal 1 binary64))) |
(* -1 (* x (+ (* -1 (/ (cos x) (sin x))) (/ (cos x) x)))) |
(*.f64 (cos.f64 x) (-.f64 (/.f64 x (sin.f64 x)) #s(literal 1 binary64))) |
(* -1 (* x (+ (* -1 (/ (cos x) (sin x))) (/ (cos x) x)))) |
(*.f64 (cos.f64 x) (-.f64 (/.f64 x (sin.f64 x)) #s(literal 1 binary64))) |
(/ 1 x) |
(/.f64 #s(literal 1 binary64) x) |
(/ (+ 1 (* -1/3 (pow x 2))) x) |
(/.f64 (fma.f64 (*.f64 x x) #s(literal -1/3 binary64) #s(literal 1 binary64)) x) |
(/ (+ 1 (* (pow x 2) (- (* -1/45 (pow x 2)) 1/3))) x) |
(/.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -1/45 binary64)) #s(literal -1/3 binary64)) #s(literal 1 binary64)) x) |
(/ (+ 1 (* (pow x 2) (- (* (pow x 2) (- (* -2/945 (pow x 2)) 1/45)) 1/3))) x) |
(/.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -2/945 binary64) #s(literal -1/45 binary64)) #s(literal -1/3 binary64)) #s(literal 1 binary64)) x) |
(/ (cos x) (sin x)) |
(/.f64 (cos.f64 x) (sin.f64 x)) |
(/ (cos x) (sin x)) |
(/.f64 (cos.f64 x) (sin.f64 x)) |
(/ (cos x) (sin x)) |
(/.f64 (cos.f64 x) (sin.f64 x)) |
(/ (cos x) (sin x)) |
(/.f64 (cos.f64 x) (sin.f64 x)) |
(/ (cos x) (sin x)) |
(/.f64 (cos.f64 x) (sin.f64 x)) |
(/ (cos x) (sin x)) |
(/.f64 (cos.f64 x) (sin.f64 x)) |
(/ (cos x) (sin x)) |
(/.f64 (cos.f64 x) (sin.f64 x)) |
(/ (cos x) (sin x)) |
(/.f64 (cos.f64 x) (sin.f64 x)) |
1 |
#s(literal 1 binary64) |
(+ 1 (* -1/2 (pow x 2))) |
(fma.f64 x (*.f64 x #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(+ 1 (* (pow x 2) (- (* 1/24 (pow x 2)) 1/2))) |
(fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/24 binary64) #s(literal -1/2 binary64))) #s(literal 1 binary64)) |
(+ 1 (* (pow x 2) (- (* (pow x 2) (+ 1/24 (* -1/720 (pow x 2)))) 1/2))) |
(fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/720 binary64) #s(literal 1/24 binary64)) #s(literal -1/2 binary64)) #s(literal 1 binary64)) |
(cos x) |
(cos.f64 x) |
(cos x) |
(cos.f64 x) |
(cos x) |
(cos.f64 x) |
(cos x) |
(cos.f64 x) |
(cos x) |
(cos.f64 x) |
(cos x) |
(cos.f64 x) |
(cos x) |
(cos.f64 x) |
(cos x) |
(cos.f64 x) |
x |
(* x (+ 1 (* -1/6 (pow x 2)))) |
(fma.f64 x (*.f64 (*.f64 x x) #s(literal -1/6 binary64)) x) |
(* x (+ 1 (* (pow x 2) (- (* 1/120 (pow x 2)) 1/6)))) |
(fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) #s(literal 1/120 binary64) #s(literal -1/6 binary64)) x) x) |
(* x (+ 1 (* (pow x 2) (- (* (pow x 2) (+ 1/120 (* -1/5040 (pow x 2)))) 1/6)))) |
(fma.f64 (*.f64 x x) (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/5040 binary64) #s(literal 1/120 binary64))) #s(literal -1/6 binary64)) x) x) |
(sin x) |
(sin.f64 x) |
(sin x) |
(sin.f64 x) |
(sin x) |
(sin.f64 x) |
(sin x) |
(sin.f64 x) |
(sin x) |
(sin.f64 x) |
(sin x) |
(sin.f64 x) |
(sin x) |
(sin.f64 x) |
(sin x) |
(sin.f64 x) |
(* 1/6 x) |
(*.f64 #s(literal 1/6 binary64) x) |
(* 1/6 x) |
(*.f64 #s(literal 1/6 binary64) x) |
(* 1/6 x) |
(*.f64 #s(literal 1/6 binary64) x) |
(* 1/6 x) |
(*.f64 #s(literal 1/6 binary64) x) |
(* 1/6 x) |
(*.f64 #s(literal 1/6 binary64) x) |
(* 1/6 x) |
(*.f64 #s(literal 1/6 binary64) x) |
(* 1/6 x) |
(*.f64 #s(literal 1/6 binary64) x) |
(* 1/6 x) |
(*.f64 #s(literal 1/6 binary64) x) |
(* 1/6 x) |
(*.f64 #s(literal 1/6 binary64) x) |
(* 1/6 x) |
(*.f64 #s(literal 1/6 binary64) x) |
(* 1/6 x) |
(*.f64 #s(literal 1/6 binary64) x) |
(* 1/6 x) |
(*.f64 #s(literal 1/6 binary64) x) |
-23/360 |
#s(literal -23/360 binary64) |
(- (* -11/15120 (pow x 2)) 23/360) |
(fma.f64 x (*.f64 x #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) |
(- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360) |
(fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) |
(- (* (pow x 2) (- (* -143/604800 (pow x 2)) 11/15120)) 23/360) |
(fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) |
(* -143/604800 (pow x 4)) |
(*.f64 #s(literal -143/604800 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) |
(* -1 (* (pow x 4) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 #s(literal -143/604800 binary64) (/.f64 #s(literal -11/15120 binary64) (*.f64 x x)))) |
(* (pow x 4) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(*.f64 (+.f64 #s(literal -143/604800 binary64) (/.f64 (-.f64 #s(literal -11/15120 binary64) (/.f64 #s(literal 23/360 binary64) (*.f64 x x))) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) |
(* (pow x 4) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(*.f64 (+.f64 #s(literal -143/604800 binary64) (/.f64 (-.f64 #s(literal -11/15120 binary64) (/.f64 #s(literal 23/360 binary64) (*.f64 x x))) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) |
(* -143/604800 (pow x 4)) |
(*.f64 #s(literal -143/604800 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) |
(* -1 (* (pow x 4) (+ 143/604800 (* 11/15120 (/ 1 (pow x 2)))))) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 #s(literal -143/604800 binary64) (/.f64 #s(literal -11/15120 binary64) (*.f64 x x)))) |
(* (pow x 4) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(*.f64 (+.f64 #s(literal -143/604800 binary64) (/.f64 (-.f64 #s(literal -11/15120 binary64) (/.f64 #s(literal 23/360 binary64) (*.f64 x x))) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) |
(* (pow x 4) (- (* -1 (/ (+ 11/15120 (* 23/360 (/ 1 (pow x 2)))) (pow x 2))) 143/604800)) |
(*.f64 (+.f64 #s(literal -143/604800 binary64) (/.f64 (-.f64 #s(literal -11/15120 binary64) (/.f64 #s(literal 23/360 binary64) (*.f64 x x))) (*.f64 x x))) (*.f64 (*.f64 x x) (*.f64 x x))) |
(* -143/604800 x) |
(*.f64 x #s(literal -143/604800 binary64)) |
(* -143/604800 x) |
(*.f64 x #s(literal -143/604800 binary64)) |
(* -143/604800 x) |
(*.f64 x #s(literal -143/604800 binary64)) |
(* -143/604800 x) |
(*.f64 x #s(literal -143/604800 binary64)) |
(* -143/604800 x) |
(*.f64 x #s(literal -143/604800 binary64)) |
(* -143/604800 x) |
(*.f64 x #s(literal -143/604800 binary64)) |
(* -143/604800 x) |
(*.f64 x #s(literal -143/604800 binary64)) |
(* -143/604800 x) |
(*.f64 x #s(literal -143/604800 binary64)) |
(* -143/604800 x) |
(*.f64 x #s(literal -143/604800 binary64)) |
(* -143/604800 x) |
(*.f64 x #s(literal -143/604800 binary64)) |
(* -143/604800 x) |
(*.f64 x #s(literal -143/604800 binary64)) |
(* -143/604800 x) |
(*.f64 x #s(literal -143/604800 binary64)) |
1/6 |
#s(literal 1/6 binary64) |
(+ 1/6 (* -1/120 (pow x 2))) |
(fma.f64 (*.f64 x x) #s(literal -1/120 binary64) #s(literal 1/6 binary64)) |
(+ 1/6 (* (pow x 2) (- (* 1/5040 (pow x 2)) 1/120))) |
(fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)) |
(+ 1/6 (* (pow x 2) (- (* 1/5040 (pow x 2)) 1/120))) |
(fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)) |
(* 1/5040 (pow x 4)) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/5040 binary64)) |
(* (pow x 4) (- 1/5040 (* 1/120 (/ 1 (pow x 2))))) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 #s(literal 1/5040 binary64) (/.f64 #s(literal -1/120 binary64) (*.f64 x x)))) |
(* (pow x 4) (- (+ 1/5040 (/ 1/6 (pow x 4))) (* 1/120 (/ 1 (pow x 2))))) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 #s(literal 1/5040 binary64) (+.f64 (/.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (/.f64 #s(literal -1/120 binary64) (*.f64 x x))))) |
(* (pow x 4) (- (+ 1/5040 (/ 1/6 (pow x 4))) (* 1/120 (/ 1 (pow x 2))))) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 #s(literal 1/5040 binary64) (+.f64 (/.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (/.f64 #s(literal -1/120 binary64) (*.f64 x x))))) |
(* 1/5040 (pow x 4)) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal 1/5040 binary64)) |
(* (pow x 4) (- 1/5040 (* 1/120 (/ 1 (pow x 2))))) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 #s(literal 1/5040 binary64) (/.f64 #s(literal -1/120 binary64) (*.f64 x x)))) |
(* (pow x 4) (- (+ 1/5040 (/ 1/6 (pow x 4))) (* 1/120 (/ 1 (pow x 2))))) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 #s(literal 1/5040 binary64) (+.f64 (/.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (/.f64 #s(literal -1/120 binary64) (*.f64 x x))))) |
(* (pow x 4) (- (+ 1/5040 (/ 1/6 (pow x 4))) (* 1/120 (/ 1 (pow x 2))))) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 #s(literal 1/5040 binary64) (+.f64 (/.f64 #s(literal 1/6 binary64) (*.f64 (*.f64 x x) (*.f64 x x))) (/.f64 #s(literal -1/120 binary64) (*.f64 x x))))) |
-1 |
#s(literal -1 binary64) |
(- (* 1/2 (pow x 2)) 1) |
(fma.f64 x (*.f64 x #s(literal 1/2 binary64)) #s(literal -1 binary64)) |
(- (* (pow x 2) (+ 1/2 (* -1/24 (pow x 2)))) 1) |
(fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -1/24 binary64)) #s(literal 1/2 binary64)) #s(literal -1 binary64)) |
(- (* (pow x 2) (+ 1/2 (* (pow x 2) (- (* 1/720 (pow x 2)) 1/24)))) 1) |
(fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal 1/720 binary64) #s(literal -1/24 binary64)) #s(literal 1/2 binary64)) #s(literal -1 binary64)) |
(* -1 (cos x)) |
(neg.f64 (cos.f64 x)) |
(* -1 (cos x)) |
(neg.f64 (cos.f64 x)) |
(* -1 (cos x)) |
(neg.f64 (cos.f64 x)) |
(* -1 (cos x)) |
(neg.f64 (cos.f64 x)) |
(* -1 (cos x)) |
(neg.f64 (cos.f64 x)) |
(* -1 (cos x)) |
(neg.f64 (cos.f64 x)) |
(* -1 (cos x)) |
(neg.f64 (cos.f64 x)) |
(* -1 (cos x)) |
(neg.f64 (cos.f64 x)) |
Compiled 47 211 to 3 027 computations (93.6% saved)
23 alts after pruning (14 fresh and 9 done)
| Pruned | Kept | Total | |
|---|---|---|---|
| New | 1 273 | 8 | 1 281 |
| Fresh | 5 | 6 | 11 |
| Picked | 2 | 3 | 5 |
| Done | 0 | 6 | 6 |
| Total | 1 280 | 23 | 1 303 |
| Status | Accuracy | Program |
|---|---|---|
| 5.5% | (fma.f64 (/.f64 (cos.f64 x) (sin.f64 x)) x (/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))))) | |
| ✓ | 5.5% | (fma.f64 (/.f64 (cos.f64 x) (sin.f64 x)) x (neg.f64 (cos.f64 x))) |
| ✓ | 5.5% | (fma.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) x (neg.f64 (cos.f64 x))) |
| 83.0% | (/.f64 (fma.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) x (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64)))) (tan.f64 x)) | |
| 54.0% | (/.f64 (fma.f64 x (+.f64 #s(literal 0 binary64) (cos.f64 x)) (*.f64 (tan.f64 x) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))))) (*.f64 (tan.f64 x) (+.f64 #s(literal 0 binary64) (cos.f64 x)))) | |
| ✓ | 53.7% | (/.f64 (-.f64 x (fma.f64 (*.f64 x (*.f64 x x)) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -1/5040 binary64)) #s(literal 1/120 binary64))) #s(literal -1/6 binary64)) x)) (tan.f64 x)) |
| ✓ | 54.1% | (/.f64 (-.f64 x (sin.f64 x)) (tan.f64 x)) |
| 82.9% | (/.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)) x) (*.f64 x x)) (tan.f64 x)) | |
| 81.9% | (/.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 x (*.f64 x x))) x) | |
| 98.4% | (/.f64 x (/.f64 #s(literal 6 binary64) x)) | |
| 54.1% | (-.f64 (/.f64 x (tan.f64 x)) (cos.f64 x)) | |
| 27.4% | (*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 #s(literal -23/360 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 x x)))) | |
| 83.1% | (*.f64 (*.f64 x (*.f64 x x)) (/.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)) (tan.f64 x))) | |
| 99.3% | (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) | |
| ✓ | 98.4% | (*.f64 (*.f64 x #s(literal 1/6 binary64)) x) |
| ✓ | 99.4% | (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) x (*.f64 x #s(literal 1/6 binary64)))) |
| 99.3% | (*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) x (*.f64 x #s(literal 1/6 binary64)))) | |
| 99.3% | (*.f64 x (fma.f64 (*.f64 (*.f64 x x) #s(literal -23/360 binary64)) x (*.f64 x #s(literal 1/6 binary64)))) | |
| 99.3% | (*.f64 x (/.f64 (*.f64 (fma.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/36 binary64)) x) (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) | |
| ✓ | 99.3% | (*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -23/360 binary64) #s(literal 1/6 binary64)))) |
| ✓ | 99.4% | (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) #s(literal 1/6 binary64)))) |
| 49.5% | (*.f64 x (*.f64 x (*.f64 x (*.f64 x (+.f64 #s(literal -23/360 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 x x))))))) | |
| ✓ | 98.4% | (*.f64 #s(literal 1/6 binary64) (*.f64 x x)) |
Compiled 1 444 to 458 computations (68.3% saved)
| Inputs |
|---|
(*.f64 #s(literal 1/6 binary64) (*.f64 x x)) |
(*.f64 (*.f64 x #s(literal 1/6 binary64)) x) |
(*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -23/360 binary64) #s(literal 1/6 binary64)))) |
(/.f64 x (/.f64 #s(literal 6 binary64) x)) |
(*.f64 x (fma.f64 (*.f64 (*.f64 x x) #s(literal -23/360 binary64)) x (*.f64 x #s(literal 1/6 binary64)))) |
(/.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 x (*.f64 x x))) x) |
(*.f64 x (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -11/15120 binary64) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) |
(*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) x (*.f64 x #s(literal 1/6 binary64)))) |
(*.f64 x (*.f64 x (*.f64 x (*.f64 x (+.f64 #s(literal -23/360 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 x x))))))) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 #s(literal -23/360 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 x x)))) |
(*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) #s(literal 1/6 binary64)))) |
(*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) x (*.f64 x #s(literal 1/6 binary64)))) |
(*.f64 x (/.f64 (*.f64 (fma.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/36 binary64)) x) (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(*.f64 x (/.f64 (*.f64 x #s(literal -1/36 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(/.f64 x (/.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) |
(*.f64 x (/.f64 (*.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64)) x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(*.f64 (*.f64 x (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64))) (/.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(*.f64 (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64)) (*.f64 (/.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) x)) |
(/.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64))) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) |
(*.f64 (*.f64 x (*.f64 x x)) (/.f64 #s(literal 1/6 binary64) (tan.f64 x))) |
(/.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 x (*.f64 x x))) (tan.f64 x)) |
(/.f64 (*.f64 x (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) (tan.f64 x)) |
(/.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal 1/5040 binary64)) #s(literal -1/120 binary64))) #s(literal 1/6 binary64))) (tan.f64 x)) |
(/.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64))) (tan.f64 x)) |
(/.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal 1/5040 binary64)) #s(literal -1/120 binary64)) #s(literal 1/6 binary64))) (tan.f64 x)) |
(/.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)) x) (*.f64 x x)) (tan.f64 x)) |
(/.f64 (-.f64 x (fma.f64 (*.f64 x (*.f64 x x)) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -1/5040 binary64)) #s(literal 1/120 binary64))) #s(literal -1/6 binary64)) x)) (tan.f64 x)) |
(*.f64 (*.f64 x (*.f64 x x)) (/.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)) (tan.f64 x))) |
(/.f64 (*.f64 x (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64)) #s(literal -1/120 binary64)) #s(literal 1/6 binary64)))) (tan.f64 x)) |
(/.f64 (fma.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) x (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64)))) (tan.f64 x)) |
(-.f64 (/.f64 x (tan.f64 x)) (cos.f64 x)) |
(/.f64 (-.f64 x (sin.f64 x)) (tan.f64 x)) |
(+.f64 (/.f64 x (tan.f64 x)) (neg.f64 (cos.f64 x))) |
(/.f64 (*.f64 #s(literal 1/6 binary64) (pow.f64 x #s(literal 3 binary64))) (tan.f64 x)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) x (neg.f64 (cos.f64 x))) |
(*.f64 x (/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64)) x) (-.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))))) |
(/.f64 (*.f64 x (/.f64 (-.f64 (*.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64)))))) (*.f64 (*.f64 x (*.f64 x #s(literal 1/6 binary64))) (*.f64 x (*.f64 x #s(literal 1/6 binary64))))) (-.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) (*.f64 x (*.f64 x #s(literal 1/6 binary64)))))) (tan.f64 x)) |
(fma.f64 (/.f64 (cos.f64 x) (sin.f64 x)) x (neg.f64 (cos.f64 x))) |
(fma.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) x (*.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) (neg.f64 (sin.f64 x)))) |
(/.f64 (fma.f64 x (+.f64 #s(literal 0 binary64) (cos.f64 x)) (*.f64 (tan.f64 x) (-.f64 #s(literal 0 binary64) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x))))))) (*.f64 (tan.f64 x) (+.f64 #s(literal 0 binary64) (cos.f64 x)))) |
(/.f64 (-.f64 (*.f64 (*.f64 x x) (pow.f64 (tan.f64 x) #s(literal -2 binary64))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (+.f64 x x))))) (/.f64 (+.f64 x (sin.f64 x)) (tan.f64 x))) |
(/.f64 (-.f64 (*.f64 (*.f64 x (cos.f64 x)) (sin.f64 x)) (*.f64 (sin.f64 x) (*.f64 (sin.f64 x) (cos.f64 x)))) (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal -1/2 binary64) (cos.f64 (+.f64 x x))))) |
(fma.f64 (/.f64 (cos.f64 x) (sin.f64 x)) x (/.f64 (-.f64 #s(literal 0 binary64) (pow.f64 (cos.f64 x) #s(literal 3 binary64))) (+.f64 #s(literal 0 binary64) (+.f64 (+.f64 #s(literal 1/2 binary64) (*.f64 #s(literal 1/2 binary64) (cos.f64 (*.f64 #s(literal 2 binary64) x)))) (*.f64 #s(literal 0 binary64) (cos.f64 x)))))) |
(/.f64 (fma.f64 (/.f64 (*.f64 x x) (fma.f64 x (*.f64 x x) (pow.f64 (sin.f64 x) #s(literal 3 binary64)))) (fma.f64 x x (*.f64 (sin.f64 x) (-.f64 (sin.f64 x) x))) (neg.f64 (/.f64 (-.f64 #s(literal 1 binary64) (cos.f64 (+.f64 x x))) (*.f64 (+.f64 x (sin.f64 x)) #s(literal 2 binary64))))) (tan.f64 x)) |
| Outputs |
|---|
(*.f64 x (/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64)) x) (-.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))))) |
2 calls:
| 14.0ms | x |
| 10.0ms | (/.f64 (-.f64 x (sin.f64 x)) (tan.f64 x)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.4% | 1 | x |
| 99.4% | 1 | (/.f64 (-.f64 x (sin.f64 x)) (tan.f64 x)) |
Compiled 10 to 6 computations (40% saved)
| Inputs |
|---|
(*.f64 #s(literal 1/6 binary64) (*.f64 x x)) |
(*.f64 (*.f64 x #s(literal 1/6 binary64)) x) |
(*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -23/360 binary64) #s(literal 1/6 binary64)))) |
(/.f64 x (/.f64 #s(literal 6 binary64) x)) |
(*.f64 x (fma.f64 (*.f64 (*.f64 x x) #s(literal -23/360 binary64)) x (*.f64 x #s(literal 1/6 binary64)))) |
(/.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 x (*.f64 x x))) x) |
(*.f64 x (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -11/15120 binary64) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) |
(*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) x (*.f64 x #s(literal 1/6 binary64)))) |
(*.f64 x (*.f64 x (*.f64 x (*.f64 x (+.f64 #s(literal -23/360 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 x x))))))) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 #s(literal -23/360 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 x x)))) |
(*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) #s(literal 1/6 binary64)))) |
(*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) x (*.f64 x #s(literal 1/6 binary64)))) |
(*.f64 x (/.f64 (*.f64 (fma.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/36 binary64)) x) (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(*.f64 x (/.f64 (*.f64 x #s(literal -1/36 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(/.f64 x (/.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) |
(*.f64 x (/.f64 (*.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64)) x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(*.f64 (*.f64 x (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64))) (/.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(*.f64 (fma.f64 (*.f64 x x) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64)) (*.f64 (/.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) x)) |
(/.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64))) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64))) |
(*.f64 (*.f64 x (*.f64 x x)) (/.f64 #s(literal 1/6 binary64) (tan.f64 x))) |
(/.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 x (*.f64 x x))) (tan.f64 x)) |
(/.f64 (*.f64 x (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)))) (tan.f64 x)) |
(/.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal 1/5040 binary64)) #s(literal -1/120 binary64))) #s(literal 1/6 binary64))) (tan.f64 x)) |
(/.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64))) (tan.f64 x)) |
(/.f64 (*.f64 (*.f64 x (*.f64 x x)) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal 1/5040 binary64)) #s(literal -1/120 binary64)) #s(literal 1/6 binary64))) (tan.f64 x)) |
(/.f64 (*.f64 (*.f64 (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal 1/5040 binary64) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)) x) (*.f64 x x)) (tan.f64 x)) |
(/.f64 (-.f64 x (fma.f64 (*.f64 x (*.f64 x x)) (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x #s(literal -1/5040 binary64)) #s(literal 1/120 binary64))) #s(literal -1/6 binary64)) x)) (tan.f64 x)) |
(*.f64 (*.f64 x (*.f64 x x)) (/.f64 (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))) #s(literal 1/6 binary64)) (tan.f64 x))) |
(/.f64 (*.f64 x (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64)) #s(literal -1/120 binary64)) #s(literal 1/6 binary64)))) (tan.f64 x)) |
(/.f64 (fma.f64 (*.f64 (*.f64 x x) (*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -1/362880 binary64) #s(literal 1/5040 binary64))) #s(literal -1/120 binary64))))) x (*.f64 (*.f64 x x) (*.f64 x #s(literal 1/6 binary64)))) (tan.f64 x)) |
(-.f64 (/.f64 x (tan.f64 x)) (cos.f64 x)) |
(/.f64 (-.f64 x (sin.f64 x)) (tan.f64 x)) |
(+.f64 (/.f64 x (tan.f64 x)) (neg.f64 (cos.f64 x))) |
(/.f64 (*.f64 #s(literal 1/6 binary64) (pow.f64 x #s(literal 3 binary64))) (tan.f64 x)) |
(fma.f64 (/.f64 #s(literal 1 binary64) (tan.f64 x)) x (neg.f64 (cos.f64 x))) |
| Outputs |
|---|
(*.f64 x (/.f64 (*.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64)) x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
2 calls:
| 10.0ms | x |
| 8.0ms | (/.f64 (-.f64 x (sin.f64 x)) (tan.f64 x)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.4% | 1 | x |
| 99.4% | 1 | (/.f64 (-.f64 x (sin.f64 x)) (tan.f64 x)) |
Compiled 10 to 6 computations (40% saved)
| Inputs |
|---|
(*.f64 #s(literal 1/6 binary64) (*.f64 x x)) |
(*.f64 (*.f64 x #s(literal 1/6 binary64)) x) |
(*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -23/360 binary64) #s(literal 1/6 binary64)))) |
(/.f64 x (/.f64 #s(literal 6 binary64) x)) |
(*.f64 x (fma.f64 (*.f64 (*.f64 x x) #s(literal -23/360 binary64)) x (*.f64 x #s(literal 1/6 binary64)))) |
(/.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 x (*.f64 x x))) x) |
(*.f64 x (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -11/15120 binary64) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) |
(*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) x (*.f64 x #s(literal 1/6 binary64)))) |
(*.f64 x (*.f64 x (*.f64 x (*.f64 x (+.f64 #s(literal -23/360 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 x x))))))) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 #s(literal -23/360 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 x x)))) |
(*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) #s(literal 1/6 binary64)))) |
(*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) x (*.f64 x #s(literal 1/6 binary64)))) |
(*.f64 x (/.f64 (*.f64 (fma.f64 #s(literal 529/129600 binary64) (*.f64 (*.f64 x x) (*.f64 x x)) #s(literal -1/36 binary64)) x) (fma.f64 x (*.f64 x #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(*.f64 x (/.f64 (*.f64 x #s(literal -1/36 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(/.f64 x (/.f64 #s(literal 1 binary64) (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -143/604800 binary64)) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))))) |
| Outputs |
|---|
(*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) #s(literal 1/6 binary64)))) |
2 calls:
| 8.0ms | x |
| 4.0ms | (/.f64 (-.f64 x (sin.f64 x)) (tan.f64 x)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.4% | 1 | x |
| 99.4% | 1 | (/.f64 (-.f64 x (sin.f64 x)) (tan.f64 x)) |
Compiled 10 to 6 computations (40% saved)
| Inputs |
|---|
(*.f64 #s(literal 1/6 binary64) (*.f64 x x)) |
(*.f64 (*.f64 x #s(literal 1/6 binary64)) x) |
(*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -23/360 binary64) #s(literal 1/6 binary64)))) |
(/.f64 x (/.f64 #s(literal 6 binary64) x)) |
(*.f64 x (fma.f64 (*.f64 (*.f64 x x) #s(literal -23/360 binary64)) x (*.f64 x #s(literal 1/6 binary64)))) |
(/.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 x (*.f64 x x))) x) |
(*.f64 x (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -11/15120 binary64) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) |
(*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64))) |
(*.f64 x (fma.f64 (*.f64 (*.f64 x x) (fma.f64 x (*.f64 x #s(literal -11/15120 binary64)) #s(literal -23/360 binary64))) x (*.f64 x #s(literal 1/6 binary64)))) |
(*.f64 x (*.f64 x (*.f64 x (*.f64 x (+.f64 #s(literal -23/360 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 x x))))))) |
(*.f64 (*.f64 (*.f64 x x) (*.f64 x x)) (+.f64 #s(literal -23/360 binary64) (/.f64 #s(literal 1/6 binary64) (*.f64 x x)))) |
| Outputs |
|---|
(*.f64 x (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -11/15120 binary64) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) |
2 calls:
| 4.0ms | x |
| 3.0ms | (/.f64 (-.f64 x (sin.f64 x)) (tan.f64 x)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.3% | 1 | x |
| 99.3% | 1 | (/.f64 (-.f64 x (sin.f64 x)) (tan.f64 x)) |
Compiled 10 to 6 computations (40% saved)
| Inputs |
|---|
(*.f64 #s(literal 1/6 binary64) (*.f64 x x)) |
(*.f64 (*.f64 x #s(literal 1/6 binary64)) x) |
(*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -23/360 binary64) #s(literal 1/6 binary64)))) |
(/.f64 x (/.f64 #s(literal 6 binary64) x)) |
(*.f64 x (fma.f64 (*.f64 (*.f64 x x) #s(literal -23/360 binary64)) x (*.f64 x #s(literal 1/6 binary64)))) |
(/.f64 (*.f64 #s(literal 1/6 binary64) (*.f64 x (*.f64 x x))) x) |
| Outputs |
|---|
(*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -23/360 binary64) #s(literal 1/6 binary64)))) |
2 calls:
| 2.0ms | x |
| 2.0ms | (/.f64 (-.f64 x (sin.f64 x)) (tan.f64 x)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 99.3% | 1 | x |
| 99.3% | 1 | (/.f64 (-.f64 x (sin.f64 x)) (tan.f64 x)) |
Compiled 10 to 6 computations (40% saved)
| Inputs |
|---|
(*.f64 #s(literal 1/6 binary64) (*.f64 x x)) |
(*.f64 (*.f64 x #s(literal 1/6 binary64)) x) |
| Outputs |
|---|
(*.f64 (*.f64 x #s(literal 1/6 binary64)) x) |
2 calls:
| 1.0ms | x |
| 1.0ms | (/.f64 (-.f64 x (sin.f64 x)) (tan.f64 x)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 98.4% | 1 | x |
| 98.4% | 1 | (/.f64 (-.f64 x (sin.f64 x)) (tan.f64 x)) |
Compiled 10 to 6 computations (40% saved)
Total 0.0b remaining (0%)
Threshold costs 0b (0%)
| Inputs |
|---|
(*.f64 #s(literal 1/6 binary64) (*.f64 x x)) |
| Outputs |
|---|
(*.f64 #s(literal 1/6 binary64) (*.f64 x x)) |
2 calls:
| 1.0ms | x |
| 1.0ms | (/.f64 (-.f64 x (sin.f64 x)) (tan.f64 x)) |
| Accuracy | Segments | Branch |
|---|---|---|
| 98.4% | 1 | x |
| 98.4% | 1 | (/.f64 (-.f64 x (sin.f64 x)) (tan.f64 x)) |
Compiled 10 to 6 computations (40% saved)
| 1× | egg-herbie |
| 54× | *-commutative_binary64 |
| 14× | +-commutative_binary64 |
| 14× | sub-neg_binary64 |
| 12× | neg-sub0_binary64 |
| 12× | neg-mul-1_binary64 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 47 | 211 |
| 1 | 73 | 211 |
| 2 | 88 | 211 |
| 3 | 102 | 211 |
| 4 | 112 | 211 |
| 5 | 118 | 211 |
| 6 | 120 | 211 |
| 1× | saturated |
| Inputs |
|---|
(*.f64 x (/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64)) x) (-.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))))) |
(*.f64 x (/.f64 (*.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64)) x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) #s(literal 1/6 binary64)))) |
(*.f64 x (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -11/15120 binary64) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) |
(*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -23/360 binary64) #s(literal 1/6 binary64)))) |
(*.f64 (*.f64 x #s(literal 1/6 binary64)) x) |
(*.f64 #s(literal 1/6 binary64) (*.f64 x x)) |
| Outputs |
|---|
(*.f64 x (/.f64 (*.f64 (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64)) x) (-.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))))) |
(*.f64 x (/.f64 (*.f64 x (fma.f64 (*.f64 (*.f64 x (*.f64 x x)) (*.f64 x (*.f64 x x))) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/216 binary64))) (-.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal 1/36 binary64)) (*.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))))) |
(*.f64 x (/.f64 (*.f64 (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64)) x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(*.f64 x (/.f64 (*.f64 x (fma.f64 (*.f64 x x) (*.f64 (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) (*.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)))) #s(literal -1/36 binary64))) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64)) #s(literal -23/360 binary64)) #s(literal -1/6 binary64)))) |
(*.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -143/604800 binary64) #s(literal -11/15120 binary64))) #s(literal -23/360 binary64))) #s(literal 1/6 binary64)))) |
(*.f64 x (*.f64 x (fma.f64 (*.f64 x x) (fma.f64 (*.f64 x x) #s(literal -11/15120 binary64) #s(literal -23/360 binary64)) #s(literal 1/6 binary64)))) |
(*.f64 x (*.f64 x (fma.f64 (*.f64 x x) #s(literal -23/360 binary64) #s(literal 1/6 binary64)))) |
(*.f64 (*.f64 x #s(literal 1/6 binary64)) x) |
(*.f64 x (*.f64 x #s(literal 1/6 binary64))) |
(*.f64 #s(literal 1/6 binary64) (*.f64 x x)) |
(*.f64 (*.f64 x x) #s(literal 1/6 binary64)) |
| 18 358× | accelerator-lowering-fma.f32 |
| 18 358× | accelerator-lowering-fma.f64 |
| 5 180× | *-lowering-*.f32 |
| 5 180× | *-lowering-*.f64 |
| 4 750× | accelerator-lowering-fma.f32 |
Useful iterations: 0 (0.0ms)
| Iter | Nodes | Cost |
|---|---|---|
| 0 | 40 | 229 |
| 1 | 247 | 226 |
| 2 | 1970 | 226 |
| 0 | 8180 | 202 |
| 0 | 105 | 408 |
| 1 | 301 | 384 |
| 2 | 829 | 384 |
| 3 | 2520 | 348 |
| 4 | 5523 | 342 |
| 0 | 8535 | 318 |
| 1× | fuel |
| 1× | iter limit |
| 1× | node limit |
| 1× | iter limit |
| 1× | node limit |
Compiled 261 to 79 computations (69.7% saved)
(abs x)
Compiled 1 492 to 352 computations (76.4% saved)
Loading profile data...